@centrifuge/sdk 0.0.0-alpha.11 → 0.0.0-alpha.14
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/README.md +7 -7
- package/dist/Centrifuge.d.ts +103 -53
- package/dist/Centrifuge.d.ts.map +1 -1
- package/dist/Centrifuge.js +260 -42
- package/dist/Centrifuge.js.map +1 -1
- package/dist/Centrifuge.test.d.ts +2 -0
- package/dist/Centrifuge.test.d.ts.map +1 -0
- package/dist/Centrifuge.test.js +369 -0
- package/dist/Centrifuge.test.js.map +1 -0
- package/dist/abi/Accounting.abi.d.ts +3 -0
- package/dist/abi/Accounting.abi.d.ts.map +1 -0
- package/dist/abi/Accounting.abi.js +32 -0
- package/dist/abi/Accounting.abi.js.map +1 -0
- package/dist/abi/AsyncRequestManager.abi.d.ts +3 -0
- package/dist/abi/AsyncRequestManager.abi.d.ts.map +1 -0
- package/dist/abi/AsyncRequestManager.abi.js +79 -0
- package/dist/abi/AsyncRequestManager.abi.js.map +1 -0
- package/dist/abi/AsyncVault.abi.d.ts +3 -0
- package/dist/abi/AsyncVault.abi.d.ts.map +1 -0
- package/dist/abi/AsyncVault.abi.js +100 -0
- package/dist/abi/AsyncVault.abi.js.map +1 -0
- package/dist/abi/Currency.abi.d.ts +3 -0
- package/dist/abi/Currency.abi.d.ts.map +1 -0
- package/dist/abi/Currency.abi.js +15 -0
- package/dist/abi/Currency.abi.js.map +1 -0
- package/dist/abi/Holdings.abi.d.ts +3 -0
- package/dist/abi/Holdings.abi.d.ts.map +1 -0
- package/dist/abi/Holdings.abi.js +38 -0
- package/dist/abi/Holdings.abi.js.map +1 -0
- package/dist/abi/Hub.abi.d.ts +3 -0
- package/dist/abi/Hub.abi.d.ts.map +1 -0
- package/dist/abi/Hub.abi.js +82 -0
- package/dist/abi/Hub.abi.js.map +1 -0
- package/dist/abi/HubRegistry.abi.d.ts +3 -0
- package/dist/abi/HubRegistry.abi.d.ts.map +1 -0
- package/dist/abi/HubRegistry.abi.js +39 -0
- package/dist/abi/HubRegistry.abi.js.map +1 -0
- package/dist/abi/IERC7726.abi.d.ts +3 -0
- package/dist/abi/IERC7726.abi.d.ts.map +1 -0
- package/dist/abi/IERC7726.abi.js +2 -0
- package/dist/abi/IERC7726.abi.js.map +1 -0
- package/dist/abi/MessageDispatcher.abi.d.ts +3 -0
- package/dist/abi/MessageDispatcher.abi.d.ts.map +1 -0
- package/dist/abi/MessageDispatcher.abi.js +49 -0
- package/dist/abi/MessageDispatcher.abi.js.map +1 -0
- package/dist/abi/PoolManager.abi.d.ts +3 -0
- package/dist/abi/PoolManager.abi.d.ts.map +1 -0
- package/dist/abi/PoolManager.abi.js +89 -0
- package/dist/abi/PoolManager.abi.js.map +1 -0
- package/dist/abi/RestrictionManager.abi.d.ts +3 -0
- package/dist/abi/RestrictionManager.abi.d.ts.map +1 -0
- package/dist/abi/RestrictionManager.abi.js +23 -0
- package/dist/abi/RestrictionManager.abi.js.map +1 -0
- package/dist/abi/ShareClassManager.abi.d.ts +3 -0
- package/dist/abi/ShareClassManager.abi.d.ts.map +1 -0
- package/dist/abi/ShareClassManager.abi.js +84 -0
- package/dist/abi/ShareClassManager.abi.js.map +1 -0
- package/dist/abi/SyncRequestManager.abi.d.ts +3 -0
- package/dist/abi/SyncRequestManager.abi.d.ts.map +1 -0
- package/dist/abi/SyncRequestManager.abi.js +59 -0
- package/dist/abi/SyncRequestManager.abi.js.map +1 -0
- package/dist/abi/VaultRouter.abi.d.ts +3 -0
- package/dist/abi/VaultRouter.abi.d.ts.map +1 -0
- package/dist/abi/VaultRouter.abi.js +58 -0
- package/dist/abi/VaultRouter.abi.js.map +1 -0
- package/dist/abi/index.d.ts +7703 -8
- package/dist/abi/index.d.ts.map +1 -1
- package/dist/abi/index.js +28 -16
- package/dist/abi/index.js.map +1 -1
- package/dist/config/chains.d.ts +457 -449
- package/dist/config/chains.d.ts.map +1 -1
- package/dist/config/chains.js +9 -1
- package/dist/config/chains.js.map +1 -1
- package/dist/config/protocol.d.ts +3 -0
- package/dist/config/protocol.d.ts.map +1 -0
- package/dist/config/protocol.js +4 -0
- package/dist/config/protocol.js.map +1 -0
- package/dist/{Entity.d.ts → entities/Entity.d.ts} +1 -1
- package/dist/entities/Entity.d.ts.map +1 -0
- package/dist/entities/Entity.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/assetSnapshots.d.ts +14 -14
- package/dist/entities/IndexerQueries/assetSnapshots.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/assetSnapshots.js +15 -17
- package/dist/entities/IndexerQueries/assetSnapshots.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/assetTransactions.d.ts +6 -6
- package/dist/entities/IndexerQueries/assetTransactions.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/assetTransactions.js +7 -7
- package/dist/entities/IndexerQueries/assetTransactions.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/epochs.d.ts +7 -7
- package/dist/entities/IndexerQueries/epochs.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/epochs.js +7 -7
- package/dist/entities/IndexerQueries/epochs.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/index.d.ts +24 -24
- package/dist/entities/IndexerQueries/index.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/index.js +7 -7
- package/dist/entities/IndexerQueries/index.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/investorTransactions.d.ts +4 -4
- package/dist/entities/IndexerQueries/investorTransactions.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/investorTransactions.js +4 -4
- package/dist/entities/IndexerQueries/investorTransactions.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolFeeSnapshots.d.ts +8 -8
- package/dist/entities/IndexerQueries/poolFeeSnapshots.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolFeeSnapshots.js +8 -8
- package/dist/entities/IndexerQueries/poolFeeSnapshots.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolFeeTransactions.d.ts +2 -2
- package/dist/entities/IndexerQueries/poolFeeTransactions.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolFeeTransactions.js +3 -3
- package/dist/entities/IndexerQueries/poolFeeTransactions.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolSnapshots.d.ts +23 -23
- package/dist/entities/IndexerQueries/poolSnapshots.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/poolSnapshots.js +23 -23
- package/dist/entities/IndexerQueries/poolSnapshots.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/trancheCurrencyBalance.d.ts +15 -15
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/trancheCurrencyBalance.js +8 -8
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.js.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/trancheSnapshots.d.ts +6 -6
- package/dist/entities/IndexerQueries/trancheSnapshots.d.ts.map +1 -0
- package/dist/{IndexerQueries → entities/IndexerQueries}/trancheSnapshots.js +6 -6
- package/dist/entities/IndexerQueries/trancheSnapshots.js.map +1 -0
- package/dist/entities/Investor.d.ts +36 -0
- package/dist/entities/Investor.d.ts.map +1 -0
- package/dist/entities/Investor.js +26 -0
- package/dist/entities/Investor.js.map +1 -0
- package/dist/entities/Investor.test.d.ts +2 -0
- package/dist/entities/Investor.test.d.ts.map +1 -0
- package/dist/entities/Investor.test.js +16 -0
- package/dist/entities/Investor.test.js.map +1 -0
- package/dist/entities/Pool.d.ts +65 -0
- package/dist/entities/Pool.d.ts.map +1 -0
- package/dist/entities/Pool.js +173 -0
- package/dist/entities/Pool.js.map +1 -0
- package/dist/entities/Pool.test.d.ts +2 -0
- package/dist/entities/Pool.test.d.ts.map +1 -0
- package/dist/entities/Pool.test.js +67 -0
- package/dist/entities/Pool.test.js.map +1 -0
- package/dist/entities/PoolNetwork.d.ts +39 -0
- package/dist/entities/PoolNetwork.d.ts.map +1 -0
- package/dist/entities/PoolNetwork.js +134 -0
- package/dist/entities/PoolNetwork.js.map +1 -0
- package/dist/entities/PoolNetwork.test.d.ts +2 -0
- package/dist/entities/PoolNetwork.test.d.ts.map +1 -0
- package/dist/entities/PoolNetwork.test.js +64 -0
- package/dist/entities/PoolNetwork.test.js.map +1 -0
- package/dist/{Reports → entities/Reports}/Processor.d.ts +1 -1
- package/dist/entities/Reports/Processor.d.ts.map +1 -0
- package/dist/{Reports → entities/Reports}/Processor.js +15 -14
- package/dist/entities/Reports/Processor.js.map +1 -0
- package/dist/entities/Reports/Processor.test.d.ts +2 -0
- package/dist/entities/Reports/Processor.test.d.ts.map +1 -0
- package/dist/entities/Reports/Processor.test.js +767 -0
- package/dist/entities/Reports/Processor.test.js.map +1 -0
- package/dist/entities/Reports/Reports.test.d.ts +2 -0
- package/dist/entities/Reports/Reports.test.d.ts.map +1 -0
- package/dist/entities/Reports/Reports.test.js +559 -0
- package/dist/entities/Reports/Reports.test.js.map +1 -0
- package/dist/{Reports → entities/Reports}/index.d.ts +2 -2
- package/dist/entities/Reports/index.d.ts.map +1 -0
- package/dist/{Reports → entities/Reports}/index.js +1 -1
- package/dist/entities/Reports/index.js.map +1 -0
- package/dist/entities/ShareClass.d.ts +61 -0
- package/dist/entities/ShareClass.d.ts.map +1 -0
- package/dist/entities/ShareClass.js +420 -0
- package/dist/entities/ShareClass.js.map +1 -0
- package/dist/entities/ShareClass.test.d.ts +2 -0
- package/dist/entities/ShareClass.test.d.ts.map +1 -0
- package/dist/entities/ShareClass.test.js +72 -0
- package/dist/entities/ShareClass.test.js.map +1 -0
- package/dist/entities/Vault.d.ts +85 -0
- package/dist/entities/Vault.d.ts.map +1 -0
- package/dist/{Vault.js → entities/Vault.js} +215 -145
- package/dist/entities/Vault.js.map +1 -0
- package/dist/entities/Vault.test.d.ts +2 -0
- package/dist/entities/Vault.test.d.ts.map +1 -0
- package/dist/entities/Vault.test.js +252 -0
- package/dist/entities/Vault.test.js.map +1 -0
- package/dist/index.d.ts +10 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -5
- package/dist/index.js.map +1 -1
- package/dist/tests/contracts.d.ts +2 -0
- package/dist/tests/contracts.d.ts.map +1 -0
- package/dist/tests/contracts.js +40 -0
- package/dist/tests/contracts.js.map +1 -0
- package/dist/tests/mocks/mockAssetSnapshots.d.ts +1 -1
- package/dist/tests/mocks/mockAssetSnapshots.d.ts.map +1 -1
- package/dist/tests/mocks/mockAssetSnapshots.js +27 -27
- package/dist/tests/mocks/mockAssetSnapshots.js.map +1 -1
- package/dist/tests/mocks/mockAssetTransactions.d.ts +1 -1
- package/dist/tests/mocks/mockAssetTransactions.d.ts.map +1 -1
- package/dist/tests/mocks/mockAssetTransactions.js +12 -12
- package/dist/tests/mocks/mockAssetTransactions.js.map +1 -1
- package/dist/tests/mocks/mockEpochs.d.ts +1 -1
- package/dist/tests/mocks/mockEpochs.d.ts.map +1 -1
- package/dist/tests/mocks/mockEpochs.js +13 -13
- package/dist/tests/mocks/mockEpochs.js.map +1 -1
- package/dist/tests/mocks/mockInvestorCurrencyBalance.d.ts +1 -1
- package/dist/tests/mocks/mockInvestorCurrencyBalance.d.ts.map +1 -1
- package/dist/tests/mocks/mockInvestorCurrencyBalance.js +15 -15
- package/dist/tests/mocks/mockInvestorCurrencyBalance.js.map +1 -1
- package/dist/tests/mocks/mockInvestorTransactions.d.ts +1 -1
- package/dist/tests/mocks/mockInvestorTransactions.d.ts.map +1 -1
- package/dist/tests/mocks/mockInvestorTransactions.js +5 -5
- package/dist/tests/mocks/mockInvestorTransactions.js.map +1 -1
- package/dist/tests/mocks/mockPoolFeeSnapshot.d.ts +1 -1
- package/dist/tests/mocks/mockPoolFeeSnapshot.d.ts.map +1 -1
- package/dist/tests/mocks/mockPoolFeeSnapshot.js +29 -29
- package/dist/tests/mocks/mockPoolFeeSnapshot.js.map +1 -1
- package/dist/tests/mocks/mockPoolFeeTransactions.d.ts +3 -3
- package/dist/tests/mocks/mockPoolFeeTransactions.d.ts.map +1 -1
- package/dist/tests/mocks/mockPoolFeeTransactions.js +3 -3
- package/dist/tests/mocks/mockPoolFeeTransactions.js.map +1 -1
- package/dist/tests/mocks/mockPoolMetadata.d.ts.map +1 -1
- package/dist/tests/mocks/mockPoolMetadata.js +5 -15
- package/dist/tests/mocks/mockPoolMetadata.js.map +1 -1
- package/dist/tests/mocks/mockPoolSnapshots.d.ts +1 -1
- package/dist/tests/mocks/mockPoolSnapshots.d.ts.map +1 -1
- package/dist/tests/mocks/mockPoolSnapshots.js +45 -45
- package/dist/tests/mocks/mockPoolSnapshots.js.map +1 -1
- package/dist/tests/mocks/mockTrancheSnapshots.d.ts +1 -1
- package/dist/tests/mocks/mockTrancheSnapshots.d.ts.map +1 -1
- package/dist/tests/mocks/mockTrancheSnapshots.js +21 -21
- package/dist/tests/mocks/mockTrancheSnapshots.js.map +1 -1
- package/dist/tests/setup.d.ts.map +1 -1
- package/dist/tests/setup.js +2 -1
- package/dist/tests/setup.js.map +1 -1
- package/dist/tests/tenderly.js +1 -1
- package/dist/tests/tenderly.js.map +1 -1
- package/dist/types/holdings.d.ts +9 -0
- package/dist/types/holdings.d.ts.map +1 -0
- package/dist/types/holdings.js +10 -0
- package/dist/types/holdings.js.map +1 -0
- package/dist/types/index.d.ts +46 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/poolInput.d.ts +70 -0
- package/dist/types/poolInput.d.ts.map +1 -0
- package/dist/types/poolInput.js +2 -0
- package/dist/types/poolInput.js.map +1 -0
- package/dist/types/poolMetadata.d.ts +5 -12
- package/dist/types/poolMetadata.d.ts.map +1 -1
- package/dist/types/reports.d.ts +70 -68
- package/dist/types/reports.d.ts.map +1 -1
- package/dist/types/transaction.d.ts +5 -0
- package/dist/types/transaction.d.ts.map +1 -1
- package/dist/utils/BigInt.d.ts +16 -23
- package/dist/utils/BigInt.d.ts.map +1 -1
- package/dist/utils/BigInt.js +12 -25
- package/dist/utils/BigInt.js.map +1 -1
- package/dist/utils/BigInt.test.d.ts +2 -0
- package/dist/utils/BigInt.test.d.ts.map +1 -0
- package/dist/utils/BigInt.test.js +298 -0
- package/dist/utils/BigInt.test.js.map +1 -0
- package/dist/utils/createPinning.d.ts +5 -0
- package/dist/utils/createPinning.d.ts.map +1 -0
- package/dist/utils/createPinning.js +16 -0
- package/dist/utils/createPinning.js.map +1 -0
- package/dist/utils/currencies.d.ts +5 -0
- package/dist/utils/currencies.d.ts.map +1 -0
- package/dist/utils/currencies.js +7 -0
- package/dist/utils/currencies.js.map +1 -0
- package/dist/utils/decimal.d.ts +2 -2
- package/dist/utils/decimal.d.ts.map +1 -1
- package/dist/utils/decimal.js.map +1 -1
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +4 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/pinToApi.d.ts +1 -1
- package/dist/utils/pinToApi.d.ts.map +1 -1
- package/dist/utils/pinToApi.js +6 -7
- package/dist/utils/pinToApi.js.map +1 -1
- package/dist/utils/pinToApi.test.d.ts +2 -0
- package/dist/utils/pinToApi.test.d.ts.map +1 -0
- package/dist/utils/pinToApi.test.js +54 -0
- package/dist/utils/pinToApi.test.js.map +1 -0
- package/dist/utils/rx.d.ts +1 -1
- package/dist/utils/rx.d.ts.map +1 -1
- package/dist/utils/rx.js +4 -0
- package/dist/utils/rx.js.map +1 -1
- package/dist/utils/transaction.d.ts.map +1 -1
- package/dist/utils/transaction.js +21 -5
- package/dist/utils/transaction.js.map +1 -1
- package/dist/utils/types.d.ts +33 -0
- package/dist/utils/types.d.ts.map +1 -0
- package/dist/utils/types.js +83 -0
- package/dist/utils/types.js.map +1 -0
- package/dist/utils/types.test.d.ts +2 -0
- package/dist/utils/types.test.d.ts.map +1 -0
- package/dist/utils/types.test.js +89 -0
- package/dist/utils/types.test.js.map +1 -0
- package/package.json +8 -6
- package/dist/Account.d.ts +0 -11
- package/dist/Account.d.ts.map +0 -1
- package/dist/Account.js +0 -46
- package/dist/Account.js.map +0 -1
- package/dist/Entity.d.ts.map +0 -1
- package/dist/Entity.js.map +0 -1
- package/dist/IndexerQueries/assetSnapshots.d.ts.map +0 -1
- package/dist/IndexerQueries/assetSnapshots.js.map +0 -1
- package/dist/IndexerQueries/assetTransactions.d.ts.map +0 -1
- package/dist/IndexerQueries/assetTransactions.js.map +0 -1
- package/dist/IndexerQueries/epochs.d.ts.map +0 -1
- package/dist/IndexerQueries/epochs.js.map +0 -1
- package/dist/IndexerQueries/index.d.ts.map +0 -1
- package/dist/IndexerQueries/index.js.map +0 -1
- package/dist/IndexerQueries/investorTransactions.d.ts.map +0 -1
- package/dist/IndexerQueries/investorTransactions.js.map +0 -1
- package/dist/IndexerQueries/poolFeeSnapshots.d.ts.map +0 -1
- package/dist/IndexerQueries/poolFeeSnapshots.js.map +0 -1
- package/dist/IndexerQueries/poolFeeTransactions.d.ts.map +0 -1
- package/dist/IndexerQueries/poolFeeTransactions.js.map +0 -1
- package/dist/IndexerQueries/poolSnapshots.d.ts.map +0 -1
- package/dist/IndexerQueries/poolSnapshots.js.map +0 -1
- package/dist/IndexerQueries/trancheCurrencyBalance.d.ts.map +0 -1
- package/dist/IndexerQueries/trancheCurrencyBalance.js.map +0 -1
- package/dist/IndexerQueries/trancheSnapshots.d.ts.map +0 -1
- package/dist/IndexerQueries/trancheSnapshots.js.map +0 -1
- package/dist/Pool.d.ts +0 -25
- package/dist/Pool.d.ts.map +0 -1
- package/dist/Pool.js +0 -79
- package/dist/Pool.js.map +0 -1
- package/dist/PoolNetwork.d.ts +0 -54
- package/dist/PoolNetwork.d.ts.map +0 -1
- package/dist/PoolNetwork.js +0 -238
- package/dist/PoolNetwork.js.map +0 -1
- package/dist/Reports/Processor.d.ts.map +0 -1
- package/dist/Reports/Processor.js.map +0 -1
- package/dist/Reports/index.d.ts.map +0 -1
- package/dist/Reports/index.js.map +0 -1
- package/dist/Vault.d.ts +0 -84
- package/dist/Vault.d.ts.map +0 -1
- package/dist/Vault.js.map +0 -1
- package/dist/abi/CentrifugeRouter.abi.json +0 -43
- package/dist/abi/Currency.abi.json +0 -14
- package/dist/abi/Gateway.abi.json +0 -1
- package/dist/abi/InvestmentManager.abi.json +0 -4
- package/dist/abi/LiquidityPool.abi.json +0 -79
- package/dist/abi/PoolManager.abi.json +0 -55
- package/dist/abi/RestrictionManager.abi.json +0 -22
- package/dist/abi/Router.abi.json +0 -1
- package/dist/config/lp.d.ts +0 -17
- package/dist/config/lp.d.ts.map +0 -1
- package/dist/config/lp.js +0 -35
- package/dist/config/lp.js.map +0 -1
- /package/dist/{Entity.js → entities/Entity.js} +0 -0
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'error AlreadyUsedAuthorization()',
|
|
3
|
+
'error CannotSetSelfAsOperator()',
|
|
4
|
+
'error ExpiredAuthorization()',
|
|
5
|
+
'error FileUnrecognizedParam()',
|
|
6
|
+
'error InsufficientBalance()',
|
|
7
|
+
'error InvalidAuthorization()',
|
|
8
|
+
'error InvalidController()',
|
|
9
|
+
'error InvalidOwner()',
|
|
10
|
+
'error InvalidSigner()',
|
|
11
|
+
'error NoCode()',
|
|
12
|
+
'error NotAuthorized()',
|
|
13
|
+
'error NotEndorsed()',
|
|
14
|
+
'error RequestDepositFailed()',
|
|
15
|
+
'error RequestRedeemFailed()',
|
|
16
|
+
'error SafeTransferEthFailed()',
|
|
17
|
+
'error SafeTransferFailed()',
|
|
18
|
+
'error SafeTransferFromFailed()',
|
|
19
|
+
'error TransferFromFailed()',
|
|
20
|
+
'event CancelDepositClaim(address indexed controller, address indexed receiver, uint256 indexed requestId, address sender, uint256 assets)',
|
|
21
|
+
'event CancelDepositClaimable(address indexed controller, uint256 indexed requestId, uint256 assets)',
|
|
22
|
+
'event CancelDepositRequest(address indexed controller, uint256 indexed requestId, address sender)',
|
|
23
|
+
'event CancelRedeemClaim(address indexed controller, address indexed receiver, uint256 indexed requestId, address sender, uint256 shares)',
|
|
24
|
+
'event CancelRedeemClaimable(address indexed controller, uint256 indexed requestId, uint256 shares)',
|
|
25
|
+
'event CancelRedeemRequest(address indexed controller, uint256 indexed requestId, address sender)',
|
|
26
|
+
'event Deny(address indexed user)',
|
|
27
|
+
'event Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)',
|
|
28
|
+
'event DepositClaimable(address indexed controller, uint256 indexed requestId, uint256 assets, uint256 shares)',
|
|
29
|
+
'event DepositRequest(address indexed controller, address indexed owner, uint256 indexed requestId, address sender, uint256 assets)',
|
|
30
|
+
'event File(bytes32 indexed what, address data)',
|
|
31
|
+
'event OperatorSet(address indexed controller, address indexed operator, bool approved)',
|
|
32
|
+
'event RedeemClaimable(address indexed controller, uint256 indexed requestId, uint256 assets, uint256 shares)',
|
|
33
|
+
'event RedeemRequest(address indexed controller, address indexed owner, uint256 indexed requestId, address sender, uint256 assets)',
|
|
34
|
+
'event Rely(address indexed user)',
|
|
35
|
+
'event Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)',
|
|
36
|
+
'function AUTHORIZE_OPERATOR_TYPEHASH() view returns (bytes32)',
|
|
37
|
+
'function DOMAIN_SEPARATOR() view returns (bytes32)',
|
|
38
|
+
'function asset() view returns (address)',
|
|
39
|
+
'function asyncManager() view returns (address)',
|
|
40
|
+
'function asyncRedeemManager() view returns (address)',
|
|
41
|
+
'function authorizations(address controller, bytes32 nonce) view returns (bool used)',
|
|
42
|
+
'function authorizeOperator(address controller, address operator, bool approved, bytes32 nonce, uint256 deadline, bytes signature) returns (bool success)',
|
|
43
|
+
'function cancelDepositRequest(uint256, address controller)',
|
|
44
|
+
'function cancelRedeemRequest(uint256, address controller)',
|
|
45
|
+
'function claimCancelDepositRequest(uint256, address receiver, address controller) returns (uint256 assets)',
|
|
46
|
+
'function claimCancelRedeemRequest(uint256, address receiver, address controller) returns (uint256 shares)',
|
|
47
|
+
'function claimableCancelDepositRequest(uint256, address controller) view returns (uint256 claimableAssets)',
|
|
48
|
+
'function claimableCancelRedeemRequest(uint256, address controller) view returns (uint256 claimableShares)',
|
|
49
|
+
'function claimableDepositRequest(uint256, address controller) view returns (uint256 claimableAssets)',
|
|
50
|
+
'function claimableRedeemRequest(uint256, address controller) view returns (uint256 claimableShares)',
|
|
51
|
+
'function convertToAssets(uint256 shares) view returns (uint256 assets)',
|
|
52
|
+
'function convertToShares(uint256 assets) view returns (uint256 shares)',
|
|
53
|
+
'function deny(address user)',
|
|
54
|
+
'function deploymentChainId() view returns (uint256)',
|
|
55
|
+
'function deposit(uint256 assets, address receiver, address controller) returns (uint256 shares)',
|
|
56
|
+
'function deposit(uint256 assets, address receiver) returns (uint256 shares)',
|
|
57
|
+
'function file(bytes32 what, address data)',
|
|
58
|
+
'function invalidateNonce(bytes32 nonce)',
|
|
59
|
+
'function isOperator(address, address) view returns (bool)',
|
|
60
|
+
'function isPermissioned(address controller) view returns (bool)',
|
|
61
|
+
'function manager() view returns (address)',
|
|
62
|
+
'function maxDeposit(address controller) view returns (uint256 maxAssets)',
|
|
63
|
+
'function maxMint(address controller) view returns (uint256 maxShares)',
|
|
64
|
+
'function maxRedeem(address controller) view returns (uint256 maxShares)',
|
|
65
|
+
'function maxWithdraw(address controller) view returns (uint256 maxAssets)',
|
|
66
|
+
'function mint(uint256 shares, address receiver) returns (uint256 assets)',
|
|
67
|
+
'function mint(uint256 shares, address receiver, address controller) returns (uint256 assets)',
|
|
68
|
+
'function onCancelDepositClaimable(address controller, uint256 assets)',
|
|
69
|
+
'function onCancelRedeemClaimable(address controller, uint256 shares)',
|
|
70
|
+
'function onDepositClaimable(address controller, uint256 assets, uint256 shares)',
|
|
71
|
+
'function onRedeemClaimable(address controller, uint256 assets, uint256 shares)',
|
|
72
|
+
'function onRedeemRequest(address controller, address owner, uint256 shares)',
|
|
73
|
+
'function pendingCancelDepositRequest(uint256, address controller) view returns (bool isPending)',
|
|
74
|
+
'function pendingCancelRedeemRequest(uint256, address controller) view returns (bool isPending)',
|
|
75
|
+
'function pendingDepositRequest(uint256, address controller) view returns (uint256 pendingAssets)',
|
|
76
|
+
'function pendingRedeemRequest(uint256, address controller) view returns (uint256 pendingShares)',
|
|
77
|
+
'function poolId() view returns (uint64)',
|
|
78
|
+
'function previewDeposit(uint256) pure returns (uint256)',
|
|
79
|
+
'function previewMint(uint256) pure returns (uint256)',
|
|
80
|
+
'function previewRedeem(uint256) pure returns (uint256)',
|
|
81
|
+
'function previewWithdraw(uint256) pure returns (uint256)',
|
|
82
|
+
'function priceLastUpdated() view returns (uint64)',
|
|
83
|
+
'function pricePerShare() view returns (uint256)',
|
|
84
|
+
'function recoverTokens(address token, address receiver, uint256 amount)',
|
|
85
|
+
'function recoverTokens(address token, uint256 tokenId, address receiver, uint256 amount)',
|
|
86
|
+
'function redeem(uint256 shares, address receiver, address controller) returns (uint256 assets)',
|
|
87
|
+
'function rely(address user)',
|
|
88
|
+
'function requestDeposit(uint256 assets, address controller, address owner) returns (uint256)',
|
|
89
|
+
'function requestRedeem(uint256 shares, address controller, address owner) returns (uint256)',
|
|
90
|
+
'function root() view returns (address)',
|
|
91
|
+
'function setEndorsedOperator(address owner, bool approved)',
|
|
92
|
+
'function setOperator(address operator, bool approved) returns (bool success)',
|
|
93
|
+
'function share() view returns (address)',
|
|
94
|
+
'function supportsInterface(bytes4 interfaceId) pure returns (bool)',
|
|
95
|
+
'function totalAssets() view returns (uint256)',
|
|
96
|
+
'function trancheId() view returns (bytes16)',
|
|
97
|
+
'function wards(address) view returns (uint256)',
|
|
98
|
+
'function withdraw(uint256 assets, address receiver, address controller) returns (uint256 shares)',
|
|
99
|
+
];
|
|
100
|
+
//# sourceMappingURL=AsyncVault.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AsyncVault.abi.js","sourceRoot":"","sources":["../../src/abi/AsyncVault.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,kCAAkC;IAClC,iCAAiC;IACjC,8BAA8B;IAC9B,+BAA+B;IAC/B,6BAA6B;IAC7B,8BAA8B;IAC9B,2BAA2B;IAC3B,sBAAsB;IACtB,uBAAuB;IACvB,gBAAgB;IAChB,uBAAuB;IACvB,qBAAqB;IACrB,8BAA8B;IAC9B,6BAA6B;IAC7B,+BAA+B;IAC/B,4BAA4B;IAC5B,gCAAgC;IAChC,4BAA4B;IAC5B,2IAA2I;IAC3I,qGAAqG;IACrG,mGAAmG;IACnG,0IAA0I;IAC1I,oGAAoG;IACpG,kGAAkG;IAClG,kCAAkC;IAClC,8FAA8F;IAC9F,+GAA+G;IAC/G,oIAAoI;IACpI,gDAAgD;IAChD,wFAAwF;IACxF,8GAA8G;IAC9G,mIAAmI;IACnI,kCAAkC;IAClC,yHAAyH;IACzH,+DAA+D;IAC/D,oDAAoD;IACpD,yCAAyC;IACzC,gDAAgD;IAChD,sDAAsD;IACtD,qFAAqF;IACrF,0JAA0J;IAC1J,4DAA4D;IAC5D,2DAA2D;IAC3D,4GAA4G;IAC5G,2GAA2G;IAC3G,4GAA4G;IAC5G,2GAA2G;IAC3G,sGAAsG;IACtG,qGAAqG;IACrG,wEAAwE;IACxE,wEAAwE;IACxE,6BAA6B;IAC7B,qDAAqD;IACrD,iGAAiG;IACjG,6EAA6E;IAC7E,2CAA2C;IAC3C,yCAAyC;IACzC,2DAA2D;IAC3D,iEAAiE;IACjE,2CAA2C;IAC3C,0EAA0E;IAC1E,uEAAuE;IACvE,yEAAyE;IACzE,2EAA2E;IAC3E,0EAA0E;IAC1E,8FAA8F;IAC9F,uEAAuE;IACvE,sEAAsE;IACtE,iFAAiF;IACjF,gFAAgF;IAChF,6EAA6E;IAC7E,iGAAiG;IACjG,gGAAgG;IAChG,kGAAkG;IAClG,iGAAiG;IACjG,yCAAyC;IACzC,yDAAyD;IACzD,sDAAsD;IACtD,wDAAwD;IACxD,0DAA0D;IAC1D,mDAAmD;IACnD,iDAAiD;IACjD,yEAAyE;IACzE,0FAA0F;IAC1F,gGAAgG;IAChG,6BAA6B;IAC7B,8FAA8F;IAC9F,6FAA6F;IAC7F,wCAAwC;IACxC,4DAA4D;IAC5D,8EAA8E;IAC9E,yCAAyC;IACzC,oEAAoE;IACpE,+CAA+C;IAC/C,6CAA6C;IAC7C,gDAAgD;IAChD,kGAAkG;CAC1F,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["event Approval(address indexed owner, address indexed spender, uint256 value)", "event Transfer(address indexed from, address indexed to, uint256 value)", "function PERMIT_TYPEHASH() view returns (bytes32)", "function approve(address, uint) external returns (bool)", "function transfer(address, uint) external returns (bool)", "function balanceOf(address) view returns (uint)", "function allowance(address, address) view returns (uint)", "function decimals() view returns (uint8)", "function name() view returns (string)", "function symbol() view returns (string)", "function checkTransferRestriction(address, address, uint) view returns (bool)", "function hook() view returns (address)"];
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=Currency.abi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Currency.abi.d.ts","sourceRoot":"","sources":["../../src/abi/Currency.abi.ts"],"names":[],"mappings":";AAAA,wBAaU"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'event Approval(address indexed owner, address indexed spender, uint256 value)',
|
|
3
|
+
'event Transfer(address indexed from, address indexed to, uint256 value)',
|
|
4
|
+
'function PERMIT_TYPEHASH() view returns (bytes32)',
|
|
5
|
+
'function approve(address, uint) external returns (bool)',
|
|
6
|
+
'function transfer(address, uint) external returns (bool)',
|
|
7
|
+
'function balanceOf(address) view returns (uint)',
|
|
8
|
+
'function allowance(address, address) view returns (uint)',
|
|
9
|
+
'function decimals() view returns (uint8)',
|
|
10
|
+
'function name() view returns (string)',
|
|
11
|
+
'function symbol() view returns (string)',
|
|
12
|
+
'function checkTransferRestriction(address, address, uint) view returns (bool)',
|
|
13
|
+
'function hook() view returns (address)',
|
|
14
|
+
];
|
|
15
|
+
//# sourceMappingURL=Currency.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Currency.abi.js","sourceRoot":"","sources":["../../src/abi/Currency.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,+EAA+E;IAC/E,yEAAyE;IACzE,mDAAmD;IACnD,yDAAyD;IACzD,0DAA0D;IAC1D,iDAAiD;IACjD,0DAA0D;IAC1D,0CAA0C;IAC1C,uCAAuC;IACvC,yCAAyC;IACzC,+EAA+E;IAC/E,wCAAwC;CAChC,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["error FileUnrecognizedWhat()", "error HoldingNotFound()", "error Int128_Overflow()", "error NotAuthorized()", "error Uint128_Overflow()", "error WrongAssetId()", "error WrongShareClassId()", "error WrongValuation()", "event Create(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, address valuation, bool isLiability)", "event Decrease(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, address valuation, uint128 amount, uint128 decreasedValue)", "event Deny(address indexed user)", "event File(bytes32 indexed what, address addr)", "event Increase(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, address valuation, uint128 amount, uint128 increasedValue)", "event Rely(address indexed user)", "event SetAccountId(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, uint32 accountId)", "event Update(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, int128 diffValue)", "event UpdateValuation(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, address valuation)", "function accountId(uint64, bytes16, uint128, uint8 kind) view returns (uint32)", "function amount(uint64 poolId, bytes16 scId, uint128 assetId) view returns (uint128 amount_)", "function create(uint64 poolId, bytes16 scId, uint128 assetId, address valuation_, bool isLiability_, uint32[] accounts)", "function decrease(uint64 poolId, bytes16 scId, uint128 assetId, address valuation_, uint128 amount_) returns (uint128 amountValue)", "function deny(address user)", "function exists(uint64 poolId, bytes16 scId, uint128 assetId) view returns (bool)", "function file(bytes32 what, address data)", "function holding(uint64, bytes16, uint128) view returns (uint128 assetAmount, uint128 assetAmountValue, address valuation, bool isLiability)", "function hubRegistry() view returns (address)", "function increase(uint64 poolId, bytes16 scId, uint128 assetId, address valuation_, uint128 amount_) returns (uint128 amountValue)", "function isLiability(uint64 poolId, bytes16 scId, uint128 assetId) view returns (bool)", "function rely(address user)", "function setAccountId(uint64 poolId, bytes16 scId, uint128 assetId, uint32 accountId_)", "function update(uint64 poolId, bytes16 scId, uint128 assetId) returns (int128 diffValue)", "function updateValuation(uint64 poolId, bytes16 scId, uint128 assetId, address valuation_)", "function valuation(uint64 poolId, bytes16 scId, uint128 assetId) view returns (address)", "function value(uint64 poolId, bytes16 scId, uint128 assetId) view returns (uint128 value_)", "function wards(address) view returns (uint256)"];
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=Holdings.abi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Holdings.abi.d.ts","sourceRoot":"","sources":["../../src/abi/Holdings.abi.ts"],"names":[],"mappings":";AAAA,wBAoCU"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'error FileUnrecognizedWhat()',
|
|
3
|
+
'error HoldingNotFound()',
|
|
4
|
+
'error Int128_Overflow()',
|
|
5
|
+
'error NotAuthorized()',
|
|
6
|
+
'error Uint128_Overflow()',
|
|
7
|
+
'error WrongAssetId()',
|
|
8
|
+
'error WrongShareClassId()',
|
|
9
|
+
'error WrongValuation()',
|
|
10
|
+
'event Create(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, address valuation, bool isLiability)',
|
|
11
|
+
'event Decrease(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, address valuation, uint128 amount, uint128 decreasedValue)',
|
|
12
|
+
'event Deny(address indexed user)',
|
|
13
|
+
'event File(bytes32 indexed what, address addr)',
|
|
14
|
+
'event Increase(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, address valuation, uint128 amount, uint128 increasedValue)',
|
|
15
|
+
'event Rely(address indexed user)',
|
|
16
|
+
'event SetAccountId(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, uint32 accountId)',
|
|
17
|
+
'event Update(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, int128 diffValue)',
|
|
18
|
+
'event UpdateValuation(uint64 indexed, bytes16 indexed scId, uint128 indexed assetId, address valuation)',
|
|
19
|
+
'function accountId(uint64, bytes16, uint128, uint8 kind) view returns (uint32)',
|
|
20
|
+
'function amount(uint64 poolId, bytes16 scId, uint128 assetId) view returns (uint128 amount_)',
|
|
21
|
+
'function create(uint64 poolId, bytes16 scId, uint128 assetId, address valuation_, bool isLiability_, uint32[] accounts)',
|
|
22
|
+
'function decrease(uint64 poolId, bytes16 scId, uint128 assetId, address valuation_, uint128 amount_) returns (uint128 amountValue)',
|
|
23
|
+
'function deny(address user)',
|
|
24
|
+
'function exists(uint64 poolId, bytes16 scId, uint128 assetId) view returns (bool)',
|
|
25
|
+
'function file(bytes32 what, address data)',
|
|
26
|
+
'function holding(uint64, bytes16, uint128) view returns (uint128 assetAmount, uint128 assetAmountValue, address valuation, bool isLiability)',
|
|
27
|
+
'function hubRegistry() view returns (address)',
|
|
28
|
+
'function increase(uint64 poolId, bytes16 scId, uint128 assetId, address valuation_, uint128 amount_) returns (uint128 amountValue)',
|
|
29
|
+
'function isLiability(uint64 poolId, bytes16 scId, uint128 assetId) view returns (bool)',
|
|
30
|
+
'function rely(address user)',
|
|
31
|
+
'function setAccountId(uint64 poolId, bytes16 scId, uint128 assetId, uint32 accountId_)',
|
|
32
|
+
'function update(uint64 poolId, bytes16 scId, uint128 assetId) returns (int128 diffValue)',
|
|
33
|
+
'function updateValuation(uint64 poolId, bytes16 scId, uint128 assetId, address valuation_)',
|
|
34
|
+
'function valuation(uint64 poolId, bytes16 scId, uint128 assetId) view returns (address)',
|
|
35
|
+
'function value(uint64 poolId, bytes16 scId, uint128 assetId) view returns (uint128 value_)',
|
|
36
|
+
'function wards(address) view returns (uint256)',
|
|
37
|
+
];
|
|
38
|
+
//# sourceMappingURL=Holdings.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Holdings.abi.js","sourceRoot":"","sources":["../../src/abi/Holdings.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,8BAA8B;IAC9B,yBAAyB;IACzB,yBAAyB;IACzB,uBAAuB;IACvB,0BAA0B;IAC1B,sBAAsB;IACtB,2BAA2B;IAC3B,wBAAwB;IACxB,kHAAkH;IAClH,0IAA0I;IAC1I,kCAAkC;IAClC,gDAAgD;IAChD,0IAA0I;IAC1I,kCAAkC;IAClC,qGAAqG;IACrG,+FAA+F;IAC/F,yGAAyG;IACzG,gFAAgF;IAChF,8FAA8F;IAC9F,yHAAyH;IACzH,oIAAoI;IACpI,6BAA6B;IAC7B,mFAAmF;IACnF,2CAA2C;IAC3C,8IAA8I;IAC9I,+CAA+C;IAC/C,oIAAoI;IACpI,wFAAwF;IACxF,6BAA6B;IAC7B,wFAAwF;IACxF,0FAA0F;IAC1F,4FAA4F;IAC5F,yFAAyF;IACzF,4FAA4F;IAC5F,gDAAgD;CACxC,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["error AccountDoesNotExist()", "error AssetNotFound()", "error CallFailedWithEmptyRevert()", "error FileUnrecognizedParam()", "error InvalidPoolId()", "error MulDiv_Overflow()", "error NoCode()", "error NotAuthorized()", "error NotManager()", "error PoolAlreadyUnlocked()", "error SafeTransferEthFailed()", "error SafeTransferFailed()", "error ShareClassNotFound()", "error Uint128_Overflow()", "error UnauthorizedSender()", "event Deny(address indexed user)", "event File(bytes32 what, address addr)", "event NotifyAssetPrice(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, uint128 assetId, uint128 pricePoolPerAsset)", "event NotifyPool(uint16 indexed centrifugeId, uint64 indexed poolId)", "event NotifyShareClass(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId)", "event NotifySharePrice(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, string name, string symbol)", "event NotifySharePrice(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, uint128 poolPerShare)", "event Rely(address indexed user)", "event UpdateContract(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, bytes32 target, bytes payload)", "event UpdateRestriction(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, bytes payload)", "event UpdateShareHook(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, bytes32 hook)", "function accounting() view returns (address)", "function addShareClass(uint64 poolId, string name, string symbol, bytes32 salt) payable", "function approveDeposits(uint64 poolId, bytes16 scId, uint128 depositAssetId, uint32 nowDepositEpochId, uint128 approvedAssetAmount) payable returns (uint128 pendingAssetAmount, uint128 approvedPoolAmount)", "function approveRedeems(uint64 poolId, bytes16 scId, uint128 payoutAssetId, uint32 nowRedeemEpochId, uint128 approvedShareAmount) payable returns (uint128 pendingShareAmount)", "function cancelDepositRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 depositAssetId)", "function cancelRedeemRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 payoutAssetId)", "function createAccount(uint64 poolId, uint32 account, bool isDebitNormal) payable", "function createHolding(uint64 poolId, bytes16 scId, uint128 assetId, address valuation, uint32 assetAccount, uint32 equityAccount, uint32 lossAccount, uint32 gainAccount) payable", "function createLiability(uint64 poolId, bytes16 scId, uint128 assetId, address valuation, uint32 expenseAccount, uint32 liabilityAccount) payable", "function createPool(uint64 poolId, address admin, uint128 currency) payable", "function decreaseShareIssuance(uint64 poolId, bytes16 scId, uint128 amount)", "function deny(address user)", "function depositRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 depositAssetId, uint128 amount)", "function file(bytes32 what, address data)", "function gateway() view returns (address)", "function holdings() view returns (address)", "function hubRegistry() view returns (address)", "function increaseShareIssuance(uint64 poolId, bytes16 scId, uint128 amount)", "function issueShares(uint64 poolId, bytes16 scId, uint128 depositAssetId, uint32 nowIssueEpochId, uint128 navPoolPerShare) payable returns (uint128 issuedShareAmount, uint128 depositAssetAmount, uint128 depositPoolAmount)", "function multicall(bytes[] data) payable", "function notifyAssetPrice(uint64 poolId, bytes16 scId, uint128 assetId) payable", "function notifyDeposit(uint64 poolId, bytes16 scId, uint128 assetId, bytes32 investor, uint32 maxClaims) payable", "function notifyPool(uint64 poolId, uint16 centrifugeId) payable", "function notifyRedeem(uint64 poolId, bytes16 scId, uint128 assetId, bytes32 investor, uint32 maxClaims) payable", "function notifyShareClass(uint64 poolId, bytes16 scId, uint16 centrifugeId, bytes32 hook) payable", "function notifyShareMetadata(uint64 poolId, bytes16 scId, uint16 centrifugeId) payable", "function notifySharePrice(uint64 poolId, bytes16 scId, uint16 centrifugeId) payable", "function recoverTokens(address token, address receiver, uint256 amount)", "function recoverTokens(address token, uint256 tokenId, address receiver, uint256 amount)", "function redeemRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 payoutAssetId, uint128 amount)", "function registerAsset(uint128 assetId, uint8 decimals)", "function rely(address user)", "function revokeShares(uint64 poolId, bytes16 scId, uint128 payoutAssetId, uint32 nowRevokeEpochId, uint128 navPoolPerShare) payable returns (uint128 revokedShareAmount, uint128 payoutAssetAmount, uint128 payoutPoolAmount)", "function sender() view returns (address)", "function setAccountMetadata(uint64 poolId, uint32 account, bytes metadata) payable", "function setHoldingAccountId(uint64 poolId, bytes16 scId, uint128 assetId, uint8 kind, uint32 accountId) payable", "function setPoolMetadata(uint64 poolId, bytes metadata) payable", "function setQueue(uint16 centrifugeId, uint64 poolId, bytes16 scId, bool enabled) payable", "function shareClassManager() view returns (address)", "function triggerIssueShares(uint16 centrifugeId, uint64 poolId, bytes16 scId, address who, uint128 shares) payable", "function triggerSubmitQueuedAssets(uint64 poolId, bytes16 scId, uint128 assetId) payable", "function triggerSubmitQueuedShares(uint16 centrifugeId, uint64 poolId, bytes16 scId) payable", "function updateContract(uint64 poolId, bytes16 scId, uint16 centrifugeId, bytes32 target, bytes payload) payable", "function updateHoldingAmount(uint64 poolId, bytes16 scId, uint128 assetId, uint128 amount, uint128 pricePoolPerAsset, bool isIncrease)", "function updateHoldingValuation(uint64 poolId, bytes16 scId, uint128 assetId, address valuation) payable", "function updateHoldingValue(uint64 poolId, bytes16 scId, uint128 assetId) payable", "function updateJournal(uint64 poolId, (uint128 value, uint32 accountId)[] debits, (uint128 value, uint32 accountId)[] credits)", "function updateManager(uint64 poolId, address who, bool canManage) payable", "function updatePricePerShare(uint64 poolId, bytes16 scId, uint128 navPoolPerShare) payable", "function updateRestriction(uint64 poolId, bytes16 scId, uint16 centrifugeId, bytes payload) payable", "function updateShareClassMetadata(uint64 poolId, bytes16 scId, string name, string symbol) payable", "function updateShareHook(uint64 poolId, bytes16 scId, uint16 centrifugeId, bytes32 hook) payable", "function wards(address) view returns (uint256)"];
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=Hub.abi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hub.abi.d.ts","sourceRoot":"","sources":["../../src/abi/Hub.abi.ts"],"names":[],"mappings":";AAAA,wBAgFU"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'error AccountDoesNotExist()',
|
|
3
|
+
'error AssetNotFound()',
|
|
4
|
+
'error CallFailedWithEmptyRevert()',
|
|
5
|
+
'error FileUnrecognizedParam()',
|
|
6
|
+
'error InvalidPoolId()',
|
|
7
|
+
'error MulDiv_Overflow()',
|
|
8
|
+
'error NoCode()',
|
|
9
|
+
'error NotAuthorized()',
|
|
10
|
+
'error NotManager()',
|
|
11
|
+
'error PoolAlreadyUnlocked()',
|
|
12
|
+
'error SafeTransferEthFailed()',
|
|
13
|
+
'error SafeTransferFailed()',
|
|
14
|
+
'error ShareClassNotFound()',
|
|
15
|
+
'error Uint128_Overflow()',
|
|
16
|
+
'error UnauthorizedSender()',
|
|
17
|
+
'event Deny(address indexed user)',
|
|
18
|
+
'event File(bytes32 what, address addr)',
|
|
19
|
+
'event NotifyAssetPrice(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, uint128 assetId, uint128 pricePoolPerAsset)',
|
|
20
|
+
'event NotifyPool(uint16 indexed centrifugeId, uint64 indexed poolId)',
|
|
21
|
+
'event NotifyShareClass(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId)',
|
|
22
|
+
'event NotifySharePrice(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, string name, string symbol)',
|
|
23
|
+
'event NotifySharePrice(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, uint128 poolPerShare)',
|
|
24
|
+
'event Rely(address indexed user)',
|
|
25
|
+
'event UpdateContract(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, bytes32 target, bytes payload)',
|
|
26
|
+
'event UpdateRestriction(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, bytes payload)',
|
|
27
|
+
'event UpdateShareHook(uint16 indexed centrifugeId, uint64 indexed poolId, bytes16 scId, bytes32 hook)',
|
|
28
|
+
'function accounting() view returns (address)',
|
|
29
|
+
'function addShareClass(uint64 poolId, string name, string symbol, bytes32 salt) payable',
|
|
30
|
+
'function approveDeposits(uint64 poolId, bytes16 scId, uint128 depositAssetId, uint32 nowDepositEpochId, uint128 approvedAssetAmount) payable returns (uint128 pendingAssetAmount, uint128 approvedPoolAmount)',
|
|
31
|
+
'function approveRedeems(uint64 poolId, bytes16 scId, uint128 payoutAssetId, uint32 nowRedeemEpochId, uint128 approvedShareAmount) payable returns (uint128 pendingShareAmount)',
|
|
32
|
+
'function cancelDepositRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 depositAssetId)',
|
|
33
|
+
'function cancelRedeemRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 payoutAssetId)',
|
|
34
|
+
'function createAccount(uint64 poolId, uint32 account, bool isDebitNormal) payable',
|
|
35
|
+
'function createHolding(uint64 poolId, bytes16 scId, uint128 assetId, address valuation, uint32 assetAccount, uint32 equityAccount, uint32 lossAccount, uint32 gainAccount) payable',
|
|
36
|
+
'function createLiability(uint64 poolId, bytes16 scId, uint128 assetId, address valuation, uint32 expenseAccount, uint32 liabilityAccount) payable',
|
|
37
|
+
'function createPool(uint64 poolId, address admin, uint128 currency) payable',
|
|
38
|
+
'function decreaseShareIssuance(uint64 poolId, bytes16 scId, uint128 amount)',
|
|
39
|
+
'function deny(address user)',
|
|
40
|
+
'function depositRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 depositAssetId, uint128 amount)',
|
|
41
|
+
'function file(bytes32 what, address data)',
|
|
42
|
+
'function gateway() view returns (address)',
|
|
43
|
+
'function holdings() view returns (address)',
|
|
44
|
+
'function hubRegistry() view returns (address)',
|
|
45
|
+
'function increaseShareIssuance(uint64 poolId, bytes16 scId, uint128 amount)',
|
|
46
|
+
'function issueShares(uint64 poolId, bytes16 scId, uint128 depositAssetId, uint32 nowIssueEpochId, uint128 navPoolPerShare) payable returns (uint128 issuedShareAmount, uint128 depositAssetAmount, uint128 depositPoolAmount)',
|
|
47
|
+
'function multicall(bytes[] data) payable',
|
|
48
|
+
'function notifyAssetPrice(uint64 poolId, bytes16 scId, uint128 assetId) payable',
|
|
49
|
+
'function notifyDeposit(uint64 poolId, bytes16 scId, uint128 assetId, bytes32 investor, uint32 maxClaims) payable',
|
|
50
|
+
'function notifyPool(uint64 poolId, uint16 centrifugeId) payable',
|
|
51
|
+
'function notifyRedeem(uint64 poolId, bytes16 scId, uint128 assetId, bytes32 investor, uint32 maxClaims) payable',
|
|
52
|
+
'function notifyShareClass(uint64 poolId, bytes16 scId, uint16 centrifugeId, bytes32 hook) payable',
|
|
53
|
+
'function notifyShareMetadata(uint64 poolId, bytes16 scId, uint16 centrifugeId) payable',
|
|
54
|
+
'function notifySharePrice(uint64 poolId, bytes16 scId, uint16 centrifugeId) payable',
|
|
55
|
+
'function recoverTokens(address token, address receiver, uint256 amount)',
|
|
56
|
+
'function recoverTokens(address token, uint256 tokenId, address receiver, uint256 amount)',
|
|
57
|
+
'function redeemRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 payoutAssetId, uint128 amount)',
|
|
58
|
+
'function registerAsset(uint128 assetId, uint8 decimals)',
|
|
59
|
+
'function rely(address user)',
|
|
60
|
+
'function revokeShares(uint64 poolId, bytes16 scId, uint128 payoutAssetId, uint32 nowRevokeEpochId, uint128 navPoolPerShare) payable returns (uint128 revokedShareAmount, uint128 payoutAssetAmount, uint128 payoutPoolAmount)',
|
|
61
|
+
'function sender() view returns (address)',
|
|
62
|
+
'function setAccountMetadata(uint64 poolId, uint32 account, bytes metadata) payable',
|
|
63
|
+
'function setHoldingAccountId(uint64 poolId, bytes16 scId, uint128 assetId, uint8 kind, uint32 accountId) payable',
|
|
64
|
+
'function setPoolMetadata(uint64 poolId, bytes metadata) payable',
|
|
65
|
+
'function setQueue(uint16 centrifugeId, uint64 poolId, bytes16 scId, bool enabled) payable',
|
|
66
|
+
'function shareClassManager() view returns (address)',
|
|
67
|
+
'function triggerIssueShares(uint16 centrifugeId, uint64 poolId, bytes16 scId, address who, uint128 shares) payable',
|
|
68
|
+
'function triggerSubmitQueuedAssets(uint64 poolId, bytes16 scId, uint128 assetId) payable',
|
|
69
|
+
'function triggerSubmitQueuedShares(uint16 centrifugeId, uint64 poolId, bytes16 scId) payable',
|
|
70
|
+
'function updateContract(uint64 poolId, bytes16 scId, uint16 centrifugeId, bytes32 target, bytes payload) payable',
|
|
71
|
+
'function updateHoldingAmount(uint64 poolId, bytes16 scId, uint128 assetId, uint128 amount, uint128 pricePoolPerAsset, bool isIncrease)',
|
|
72
|
+
'function updateHoldingValuation(uint64 poolId, bytes16 scId, uint128 assetId, address valuation) payable',
|
|
73
|
+
'function updateHoldingValue(uint64 poolId, bytes16 scId, uint128 assetId) payable',
|
|
74
|
+
'function updateJournal(uint64 poolId, (uint128 value, uint32 accountId)[] debits, (uint128 value, uint32 accountId)[] credits)',
|
|
75
|
+
'function updateManager(uint64 poolId, address who, bool canManage) payable',
|
|
76
|
+
'function updatePricePerShare(uint64 poolId, bytes16 scId, uint128 navPoolPerShare) payable',
|
|
77
|
+
'function updateRestriction(uint64 poolId, bytes16 scId, uint16 centrifugeId, bytes payload) payable',
|
|
78
|
+
'function updateShareClassMetadata(uint64 poolId, bytes16 scId, string name, string symbol) payable',
|
|
79
|
+
'function updateShareHook(uint64 poolId, bytes16 scId, uint16 centrifugeId, bytes32 hook) payable',
|
|
80
|
+
'function wards(address) view returns (uint256)',
|
|
81
|
+
];
|
|
82
|
+
//# sourceMappingURL=Hub.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hub.abi.js","sourceRoot":"","sources":["../../src/abi/Hub.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,6BAA6B;IAC7B,uBAAuB;IACvB,mCAAmC;IACnC,+BAA+B;IAC/B,uBAAuB;IACvB,yBAAyB;IACzB,gBAAgB;IAChB,uBAAuB;IACvB,oBAAoB;IACpB,6BAA6B;IAC7B,+BAA+B;IAC/B,4BAA4B;IAC5B,4BAA4B;IAC5B,0BAA0B;IAC1B,4BAA4B;IAC5B,kCAAkC;IAClC,wCAAwC;IACxC,sIAAsI;IACtI,sEAAsE;IACtE,0FAA0F;IAC1F,sHAAsH;IACtH,gHAAgH;IAChH,kCAAkC;IAClC,uHAAuH;IACvH,0GAA0G;IAC1G,uGAAuG;IACvG,8CAA8C;IAC9C,yFAAyF;IACzF,+MAA+M;IAC/M,gLAAgL;IAChL,sGAAsG;IACtG,oGAAoG;IACpG,mFAAmF;IACnF,oLAAoL;IACpL,mJAAmJ;IACnJ,6EAA6E;IAC7E,6EAA6E;IAC7E,6BAA6B;IAC7B,gHAAgH;IAChH,2CAA2C;IAC3C,2CAA2C;IAC3C,4CAA4C;IAC5C,+CAA+C;IAC/C,6EAA6E;IAC7E,+NAA+N;IAC/N,0CAA0C;IAC1C,iFAAiF;IACjF,kHAAkH;IAClH,iEAAiE;IACjE,iHAAiH;IACjH,mGAAmG;IACnG,wFAAwF;IACxF,qFAAqF;IACrF,yEAAyE;IACzE,0FAA0F;IAC1F,8GAA8G;IAC9G,yDAAyD;IACzD,6BAA6B;IAC7B,+NAA+N;IAC/N,0CAA0C;IAC1C,oFAAoF;IACpF,kHAAkH;IAClH,iEAAiE;IACjE,2FAA2F;IAC3F,qDAAqD;IACrD,oHAAoH;IACpH,0FAA0F;IAC1F,8FAA8F;IAC9F,kHAAkH;IAClH,wIAAwI;IACxI,0GAA0G;IAC1G,mFAAmF;IACnF,gIAAgI;IAChI,4EAA4E;IAC5E,4FAA4F;IAC5F,qGAAqG;IACrG,oGAAoG;IACpG,kGAAkG;IAClG,gDAAgD;CACxC,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["error AssetAlreadyRegistered()", "error AssetNotFound()", "error EmptyAccount()", "error EmptyCurrency()", "error EmptyShareClassManager()", "error NonExistingPool(uint64 id)", "error NotAuthorized()", "error PoolAlreadyRegistered()", "error Uint128_Overflow()", "event Deny(address indexed user)", "event NewAsset(uint128 indexed assetId, uint8 decimals)", "event NewPool(uint64 poolId, address indexed manager, uint128 indexed currency)", "event Rely(address indexed user)", "event SetMetadata(uint64 indexed poolId, bytes metadata)", "event UpdateCurrency(uint64 indexed poolId, uint128 currency)", "event UpdateDependency(bytes32 indexed what, address dependency)", "event UpdateManager(uint64 indexed poolId, address indexed manager, bool canManage)", "function currency(uint64) view returns (uint128)", "function decimals(uint128 assetId) view returns (uint8 decimals_)", "function decimals(uint256 asset_) view returns (uint8 decimals_)", "function decimals(uint64 poolId_) view returns (uint8 decimals_)", "function deny(address user)", "function dependency(bytes32) view returns (address)", "function exists(uint64 poolId_) view returns (bool)", "function isRegistered(uint128 assetId) view returns (bool)", "function manager(uint64, address) view returns (bool)", "function metadata(uint64) view returns (bytes)", "function poolId(uint16 centrifugeId, uint48 postfix) pure returns (uint64 poolId_)", "function registerAsset(uint128 assetId, uint8 decimals_)", "function registerPool(uint64 poolId_, address manager_, uint128 currency_)", "function rely(address user)", "function setMetadata(uint64 poolId_, bytes metadata_)", "function updateCurrency(uint64 poolId_, uint128 currency_)", "function updateDependency(bytes32 what, address dependency_)", "function updateManager(uint64 poolId_, address manager_, bool canManage)", "function wards(address) view returns (uint256)"];
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=HubRegistry.abi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HubRegistry.abi.d.ts","sourceRoot":"","sources":["../../src/abi/HubRegistry.abi.ts"],"names":[],"mappings":";AAAA,wBAqCU"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'error AssetAlreadyRegistered()',
|
|
3
|
+
'error AssetNotFound()',
|
|
4
|
+
'error EmptyAccount()',
|
|
5
|
+
'error EmptyCurrency()',
|
|
6
|
+
'error EmptyShareClassManager()',
|
|
7
|
+
'error NonExistingPool(uint64 id)',
|
|
8
|
+
'error NotAuthorized()',
|
|
9
|
+
'error PoolAlreadyRegistered()',
|
|
10
|
+
'error Uint128_Overflow()',
|
|
11
|
+
'event Deny(address indexed user)',
|
|
12
|
+
'event NewAsset(uint128 indexed assetId, uint8 decimals)',
|
|
13
|
+
'event NewPool(uint64 poolId, address indexed manager, uint128 indexed currency)',
|
|
14
|
+
'event Rely(address indexed user)',
|
|
15
|
+
'event SetMetadata(uint64 indexed poolId, bytes metadata)',
|
|
16
|
+
'event UpdateCurrency(uint64 indexed poolId, uint128 currency)',
|
|
17
|
+
'event UpdateDependency(bytes32 indexed what, address dependency)',
|
|
18
|
+
'event UpdateManager(uint64 indexed poolId, address indexed manager, bool canManage)',
|
|
19
|
+
'function currency(uint64) view returns (uint128)',
|
|
20
|
+
'function decimals(uint128 assetId) view returns (uint8 decimals_)',
|
|
21
|
+
'function decimals(uint256 asset_) view returns (uint8 decimals_)',
|
|
22
|
+
'function decimals(uint64 poolId_) view returns (uint8 decimals_)',
|
|
23
|
+
'function deny(address user)',
|
|
24
|
+
'function dependency(bytes32) view returns (address)',
|
|
25
|
+
'function exists(uint64 poolId_) view returns (bool)',
|
|
26
|
+
'function isRegistered(uint128 assetId) view returns (bool)',
|
|
27
|
+
'function manager(uint64, address) view returns (bool)',
|
|
28
|
+
'function metadata(uint64) view returns (bytes)',
|
|
29
|
+
'function poolId(uint16 centrifugeId, uint48 postfix) pure returns (uint64 poolId_)',
|
|
30
|
+
'function registerAsset(uint128 assetId, uint8 decimals_)',
|
|
31
|
+
'function registerPool(uint64 poolId_, address manager_, uint128 currency_)',
|
|
32
|
+
'function rely(address user)',
|
|
33
|
+
'function setMetadata(uint64 poolId_, bytes metadata_)',
|
|
34
|
+
'function updateCurrency(uint64 poolId_, uint128 currency_)',
|
|
35
|
+
'function updateDependency(bytes32 what, address dependency_)',
|
|
36
|
+
'function updateManager(uint64 poolId_, address manager_, bool canManage)',
|
|
37
|
+
'function wards(address) view returns (uint256)',
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=HubRegistry.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HubRegistry.abi.js","sourceRoot":"","sources":["../../src/abi/HubRegistry.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,gCAAgC;IAChC,uBAAuB;IACvB,sBAAsB;IACtB,uBAAuB;IACvB,gCAAgC;IAChC,kCAAkC;IAClC,uBAAuB;IACvB,+BAA+B;IAC/B,0BAA0B;IAC1B,kCAAkC;IAClC,yDAAyD;IACzD,iFAAiF;IACjF,kCAAkC;IAClC,0DAA0D;IAC1D,+DAA+D;IAC/D,kEAAkE;IAClE,qFAAqF;IACrF,kDAAkD;IAClD,mEAAmE;IACnE,kEAAkE;IAClE,kEAAkE;IAClE,6BAA6B;IAC7B,qDAAqD;IACrD,qDAAqD;IACrD,4DAA4D;IAC5D,uDAAuD;IACvD,gDAAgD;IAChD,oFAAoF;IACpF,0DAA0D;IAC1D,4EAA4E;IAC5E,6BAA6B;IAC7B,uDAAuD;IACvD,4DAA4D;IAC5D,8DAA8D;IAC9D,0EAA0E;IAC1E,gDAAgD;CACxC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IERC7726.abi.d.ts","sourceRoot":"","sources":["../../src/abi/IERC7726.abi.ts"],"names":[],"mappings":";AAAA,wBAAsG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IERC7726.abi.js","sourceRoot":"","sources":["../../src/abi/IERC7726.abi.ts"],"names":[],"mappings":"AAAA,eAAe,CAAC,4EAA4E,CAAU,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageDispatcher.abi.d.ts","sourceRoot":"","sources":["../../src/abi/MessageDispatcher.abi.ts"],"names":[],"mappings":";AAAA,wBA+CU"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
// 'error FileUnrecognizedParam()',
|
|
3
|
+
// 'error NotAuthorized()',
|
|
4
|
+
// 'error Uint64_Overflow()',
|
|
5
|
+
// 'event Deny(address indexed user)',
|
|
6
|
+
// 'event File(bytes32 indexed what, address addr)',
|
|
7
|
+
// 'event Rely(address indexed user)',
|
|
8
|
+
// 'function balanceSheet() view returns (address)',
|
|
9
|
+
// 'function deny(address user)',
|
|
10
|
+
// 'function estimate(uint16 centrifugeId, bytes payload) view returns (uint256 amount)',
|
|
11
|
+
// 'function file(bytes32 what, address data)',
|
|
12
|
+
// 'function gateway() view returns (address)',
|
|
13
|
+
// 'function hub() view returns (address)',
|
|
14
|
+
// 'function investmentManager() view returns (address)',
|
|
15
|
+
'function localCentrifugeId() view returns (uint16)',
|
|
16
|
+
// 'function poolManager() view returns (address)',
|
|
17
|
+
// 'function rely(address user)',
|
|
18
|
+
// 'function root() view returns (address)',
|
|
19
|
+
// 'function sendApprovedDeposits(uint64 poolId, bytes16 scId, uint128 assetId, uint128 assetAmount)',
|
|
20
|
+
// 'function sendCancelDepositRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 assetId)',
|
|
21
|
+
// 'function sendCancelRedeemRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 assetId)',
|
|
22
|
+
// 'function sendCancelUpgrade(uint16 centrifugeId, bytes32 target)',
|
|
23
|
+
// 'function sendDepositRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 assetId, uint128 amount)',
|
|
24
|
+
// 'function sendDisputeMessageRecovery(uint16 centrifugeId, uint16 adapterCentrifugeId, bytes32 adapter, bytes32 hash)',
|
|
25
|
+
// 'function sendFulfilledCancelDepositRequest(uint64 poolId, bytes16 scId, uint128 assetId, bytes32 investor, uint128 cancelledAmount)',
|
|
26
|
+
// 'function sendFulfilledCancelRedeemRequest(uint64 poolId, bytes16 scId, uint128 assetId, bytes32 investor, uint128 cancelledShares)',
|
|
27
|
+
// 'function sendFulfilledDepositRequest(uint64 poolId, bytes16 scId, uint128 assetId, bytes32 investor, uint128 assetAmount, uint128 shareAmount)',
|
|
28
|
+
// 'function sendFulfilledRedeemRequest(uint64 poolId, bytes16 scId, uint128 assetId, bytes32 investor, uint128 assetAmount, uint128 shareAmount)',
|
|
29
|
+
// 'function sendInitiateMessageRecovery(uint16 centrifugeId, uint16 adapterCentrifugeId, bytes32 adapter, bytes32 hash)',
|
|
30
|
+
// 'function sendJournalEntry(uint64 poolId, (uint128 amount, uint32 accountId)[] debits, (uint128 amount, uint32 accountId)[] credits)',
|
|
31
|
+
// 'function sendNotifyPool(uint16 centrifugeId, uint64 poolId)',
|
|
32
|
+
// 'function sendNotifyPricePoolPerAsset(uint64 poolId, bytes16 scId, uint128 assetId, uint128 price)',
|
|
33
|
+
// 'function sendNotifyPricePoolPerShare(uint16 chainId, uint64 poolId, bytes16 scId, uint128 sharePrice)',
|
|
34
|
+
// 'function sendNotifyShareClass(uint16 centrifugeId, uint64 poolId, bytes16 scId, string name, string symbol, uint8 decimals, bytes32 salt, bytes32 hook)',
|
|
35
|
+
// 'function sendRecoverTokens(uint16 centrifugeId, bytes32 target, bytes32 token, uint256 tokenId, bytes32 to, uint256 amount)',
|
|
36
|
+
// 'function sendRedeemRequest(uint64 poolId, bytes16 scId, bytes32 investor, uint128 assetId, uint128 amount)',
|
|
37
|
+
// 'function sendRegisterAsset(uint16 centrifugeId, uint128 assetId, uint8 decimals)',
|
|
38
|
+
// 'function sendRevokedShares(uint64 poolId, bytes16 scId, uint128 assetId, uint128 assetAmount)',
|
|
39
|
+
// 'function sendScheduleUpgrade(uint16 centrifugeId, bytes32 target)',
|
|
40
|
+
// 'function sendTransferShares(uint16 centrifugeId, uint64 poolId, bytes16 scId, bytes32 receiver, uint128 amount)',
|
|
41
|
+
// 'function sendUpdateContract(uint16 centrifugeId, uint64 poolId, bytes16 scId, bytes32 target, bytes payload)',
|
|
42
|
+
// 'function sendUpdateHoldingAmount(uint64 poolId, bytes16 scId, uint128 assetId, address provider, uint128 amount, uint128 pricePoolPerAsset, bool isIncrease, ((uint128 amount, uint32 accountId)[] debits, (uint128 amount, uint32 accountId)[] credits) meta)',
|
|
43
|
+
// 'function sendUpdateHoldingValue(uint64 poolId, bytes16 scId, uint128 assetId, uint128 pricePoolPerAsset)',
|
|
44
|
+
// 'function sendUpdateRestriction(uint16 centrifugeId, uint64 poolId, bytes16 scId, bytes payload)',
|
|
45
|
+
// 'function sendUpdateShares(uint64 poolId, bytes16 scId, address receiver, uint128 pricePoolPerShare, uint128 shares, bool isIssuance)',
|
|
46
|
+
// 'function tokenRecoverer() view returns (address)',
|
|
47
|
+
// 'function wards(address) view returns (uint256)',
|
|
48
|
+
];
|
|
49
|
+
//# sourceMappingURL=MessageDispatcher.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageDispatcher.abi.js","sourceRoot":"","sources":["../../src/abi/MessageDispatcher.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,mCAAmC;IACnC,2BAA2B;IAC3B,6BAA6B;IAC7B,sCAAsC;IACtC,oDAAoD;IACpD,sCAAsC;IACtC,oDAAoD;IACpD,iCAAiC;IACjC,yFAAyF;IACzF,+CAA+C;IAC/C,+CAA+C;IAC/C,2CAA2C;IAC3C,yDAAyD;IACzD,oDAAoD;IACpD,mDAAmD;IACnD,iCAAiC;IACjC,4CAA4C;IAC5C,sGAAsG;IACtG,uGAAuG;IACvG,sGAAsG;IACtG,qEAAqE;IACrE,iHAAiH;IACjH,yHAAyH;IACzH,yIAAyI;IACzI,wIAAwI;IACxI,oJAAoJ;IACpJ,mJAAmJ;IACnJ,0HAA0H;IAC1H,yIAAyI;IACzI,iEAAiE;IACjE,uGAAuG;IACvG,2GAA2G;IAC3G,6JAA6J;IAC7J,iIAAiI;IACjI,gHAAgH;IAChH,sFAAsF;IACtF,mGAAmG;IACnG,uEAAuE;IACvE,qHAAqH;IACrH,kHAAkH;IAClH,oQAAoQ;IACpQ,8GAA8G;IAC9G,qGAAqG;IACrG,0IAA0I;IAC1I,sDAAsD;IACtD,oDAAoD;CAC5C,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["error AssetMissingDecimals()", "error CannotSetOlderPrice()", "error CrossChainTransferNotAllowed()", "error FileUnrecognizedParam()", "error InvalidFactory()", "error InvalidHook()", "error InvalidPool()", "error InvalidPrice()", "error MalformedVaultUpdateMessage()", "error MulDiv_Overflow()", "error NoCode()", "error NotAuthorized()", "error OldHook()", "error OldMetadata()", "error PoolAlreadyAdded()", "error SafeTransferEthFailed()", "error SafeTransferFailed()", "error ShareClassAlreadyRegistered()", "error ShareTokenDoesNotExist()", "error ShareTokenTransferFailed()", "error SliceOutOfBounds()", "error TooFewDecimals()", "error TooManyDecimals()", "error TransferFromFailed()", "error Uint128_Overflow()", "error UnauthorizedSender()", "error UnknownAsset()", "error UnknownMessageType()", "error UnknownToken()", "error UnknownUpdateContractType()", "error UnknownVault()", "event AddPool(uint64 indexed poolId)", "event AddShareClass(uint64 indexed poolId, bytes16 indexed scId, address token)", "event Deny(address indexed user)", "event DeployVault(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, address factory, address vault)", "event File(bytes32 indexed what, address data)", "event File(bytes32 indexed what, address factory, bool status)", "event LinkVault(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, address vault)", "event PriceUpdate(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, uint256 price, uint64 computedAt)", "event PriceUpdate(uint64 indexed poolId, bytes16 indexed scId, uint256 price, uint64 computedAt)", "event RegisterAsset(uint128 indexed assetId, address indexed asset, uint256 indexed tokenId, string name, string symbol, uint8 decimals)", "event Rely(address indexed user)", "event TransferShares(uint16 centrifugeId, uint64 indexed poolId, bytes16 indexed scId, address indexed sender, bytes32 destinationAddress, uint128 amount)", "event UnlinkVault(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, address vault)", "event UpdateContract(uint64 indexed poolId, bytes16 indexed scId, address target, bytes payload)", "event UpdateMaxAssetPriceAge(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, uint64 maxPriceAge)", "event UpdateMaxSharePriceAge(uint64 indexed poolId, bytes16 indexed scId, uint64 maxPriceAge)", "function addPool(uint64 poolId)", "function addShareClass(uint64 poolId, bytes16 scId, string name, string symbol, uint8 decimals, bytes32 salt, address hook)", "function assetToId(address asset, uint256 tokenId) view returns (uint128 assetId)", "function balanceSheet() view returns (address)", "function deny(address user)", "function deployVault(uint64 poolId, bytes16 scId, uint128 assetId, address factory) returns (address)", "function file(bytes32 what, address factory, bool status)", "function file(bytes32 what, address data)", "function gateway() view returns (address)", "function handleTransferShares(uint64 poolId, bytes16 scId, address destinationAddress, uint128 amount)", "function idToAsset(uint128 assetId) view returns (address asset, uint256 tokenId)", "function isLinked(uint64, bytes16, address, address vault) view returns (bool)", "function isPoolActive(uint64 poolId) view returns (bool)", "function linkVault(uint64 poolId, bytes16 scId, uint128 assetId, address vault)", "function poolEscrowFactory() view returns (address)", "function pools(uint64 poolId) view returns (uint256 createdAt)", "function priceAssetPerShare(uint64 poolId, bytes16 scId, uint128 assetId, bool checkValidity) view returns (uint128 price, uint64 computedAt)", "function pricePoolPerAsset(uint64 poolId, bytes16 scId, uint128 assetId, bool checkValidity) view returns (uint128 price, uint64 computedAt)", "function pricePoolPerShare(uint64 poolId, bytes16 scId, bool checkValidity) view returns (uint128 price, uint64 computedAt)", "function pricesPoolPer(uint64 poolId, bytes16 scId, uint128 assetId, bool checkValidity) view returns (uint128 pricePoolPerAsset_, uint128 pricePoolPerShare_)", "function recoverTokens(address token, address receiver, uint256 amount)", "function recoverTokens(address token, uint256 tokenId, address receiver, uint256 amount)", "function registerAsset(uint16 centrifugeId, address asset, uint256 tokenId) payable returns (uint128 assetId)", "function rely(address user)", "function sender() view returns (address)", "function shareToken(uint64 poolId, bytes16 scId) view returns (address)", "function tokenFactory() view returns (address)", "function transferShares(uint16 centrifugeId, uint64 poolId, bytes16 scId, bytes32 receiver, uint128 amount) payable", "function unlinkVault(uint64 poolId, bytes16 scId, uint128 assetId, address vault)", "function update(uint64 poolId, bytes16 scId, bytes payload)", "function updateContract(uint64 poolId, bytes16 scId, address target, bytes update_)", "function updatePricePoolPerAsset(uint64 poolId, bytes16 scId, uint128 assetId, uint128 poolPerAsset_, uint64 computedAt)", "function updatePricePoolPerShare(uint64 poolId, bytes16 scId, uint128 price, uint64 computedAt)", "function updateRestriction(uint64 poolId, bytes16 scId, bytes update_)", "function updateShareHook(uint64 poolId, bytes16 scId, address hook)", "function updateShareMetadata(uint64 poolId, bytes16 scId, string name, string symbol)", "function vaultDetails(address vault) view returns ((uint128 assetId, address asset, uint256 tokenId, bool isWrapper, bool isLinked) details)", "function vaultFactory(address factory) view returns (bool)", "function wards(address) view returns (uint256)"];
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=PoolManager.abi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PoolManager.abi.d.ts","sourceRoot":"","sources":["../../src/abi/PoolManager.abi.ts"],"names":[],"mappings":";AAAA,wBAuFU"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'error AssetMissingDecimals()',
|
|
3
|
+
'error CannotSetOlderPrice()',
|
|
4
|
+
'error CrossChainTransferNotAllowed()',
|
|
5
|
+
'error FileUnrecognizedParam()',
|
|
6
|
+
'error InvalidFactory()',
|
|
7
|
+
'error InvalidHook()',
|
|
8
|
+
'error InvalidPool()',
|
|
9
|
+
'error InvalidPrice()',
|
|
10
|
+
'error MalformedVaultUpdateMessage()',
|
|
11
|
+
'error MulDiv_Overflow()',
|
|
12
|
+
'error NoCode()',
|
|
13
|
+
'error NotAuthorized()',
|
|
14
|
+
'error OldHook()',
|
|
15
|
+
'error OldMetadata()',
|
|
16
|
+
'error PoolAlreadyAdded()',
|
|
17
|
+
'error SafeTransferEthFailed()',
|
|
18
|
+
'error SafeTransferFailed()',
|
|
19
|
+
'error ShareClassAlreadyRegistered()',
|
|
20
|
+
'error ShareTokenDoesNotExist()',
|
|
21
|
+
'error ShareTokenTransferFailed()',
|
|
22
|
+
'error SliceOutOfBounds()',
|
|
23
|
+
'error TooFewDecimals()',
|
|
24
|
+
'error TooManyDecimals()',
|
|
25
|
+
'error TransferFromFailed()',
|
|
26
|
+
'error Uint128_Overflow()',
|
|
27
|
+
'error UnauthorizedSender()',
|
|
28
|
+
'error UnknownAsset()',
|
|
29
|
+
'error UnknownMessageType()',
|
|
30
|
+
'error UnknownToken()',
|
|
31
|
+
'error UnknownUpdateContractType()',
|
|
32
|
+
'error UnknownVault()',
|
|
33
|
+
'event AddPool(uint64 indexed poolId)',
|
|
34
|
+
'event AddShareClass(uint64 indexed poolId, bytes16 indexed scId, address token)',
|
|
35
|
+
'event Deny(address indexed user)',
|
|
36
|
+
'event DeployVault(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, address factory, address vault)',
|
|
37
|
+
'event File(bytes32 indexed what, address data)',
|
|
38
|
+
'event File(bytes32 indexed what, address factory, bool status)',
|
|
39
|
+
'event LinkVault(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, address vault)',
|
|
40
|
+
'event PriceUpdate(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, uint256 price, uint64 computedAt)',
|
|
41
|
+
'event PriceUpdate(uint64 indexed poolId, bytes16 indexed scId, uint256 price, uint64 computedAt)',
|
|
42
|
+
'event RegisterAsset(uint128 indexed assetId, address indexed asset, uint256 indexed tokenId, string name, string symbol, uint8 decimals)',
|
|
43
|
+
'event Rely(address indexed user)',
|
|
44
|
+
'event TransferShares(uint16 centrifugeId, uint64 indexed poolId, bytes16 indexed scId, address indexed sender, bytes32 destinationAddress, uint128 amount)',
|
|
45
|
+
'event UnlinkVault(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, address vault)',
|
|
46
|
+
'event UpdateContract(uint64 indexed poolId, bytes16 indexed scId, address target, bytes payload)',
|
|
47
|
+
'event UpdateMaxAssetPriceAge(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, uint64 maxPriceAge)',
|
|
48
|
+
'event UpdateMaxSharePriceAge(uint64 indexed poolId, bytes16 indexed scId, uint64 maxPriceAge)',
|
|
49
|
+
'function addPool(uint64 poolId)',
|
|
50
|
+
'function addShareClass(uint64 poolId, bytes16 scId, string name, string symbol, uint8 decimals, bytes32 salt, address hook)',
|
|
51
|
+
'function assetToId(address asset, uint256 tokenId) view returns (uint128 assetId)',
|
|
52
|
+
'function balanceSheet() view returns (address)',
|
|
53
|
+
'function deny(address user)',
|
|
54
|
+
'function deployVault(uint64 poolId, bytes16 scId, uint128 assetId, address factory) returns (address)',
|
|
55
|
+
'function file(bytes32 what, address factory, bool status)',
|
|
56
|
+
'function file(bytes32 what, address data)',
|
|
57
|
+
'function gateway() view returns (address)',
|
|
58
|
+
'function handleTransferShares(uint64 poolId, bytes16 scId, address destinationAddress, uint128 amount)',
|
|
59
|
+
'function idToAsset(uint128 assetId) view returns (address asset, uint256 tokenId)',
|
|
60
|
+
'function isLinked(uint64, bytes16, address, address vault) view returns (bool)',
|
|
61
|
+
'function isPoolActive(uint64 poolId) view returns (bool)',
|
|
62
|
+
'function linkVault(uint64 poolId, bytes16 scId, uint128 assetId, address vault)',
|
|
63
|
+
'function poolEscrowFactory() view returns (address)',
|
|
64
|
+
'function pools(uint64 poolId) view returns (uint256 createdAt)',
|
|
65
|
+
'function priceAssetPerShare(uint64 poolId, bytes16 scId, uint128 assetId, bool checkValidity) view returns (uint128 price, uint64 computedAt)',
|
|
66
|
+
'function pricePoolPerAsset(uint64 poolId, bytes16 scId, uint128 assetId, bool checkValidity) view returns (uint128 price, uint64 computedAt)',
|
|
67
|
+
'function pricePoolPerShare(uint64 poolId, bytes16 scId, bool checkValidity) view returns (uint128 price, uint64 computedAt)',
|
|
68
|
+
'function pricesPoolPer(uint64 poolId, bytes16 scId, uint128 assetId, bool checkValidity) view returns (uint128 pricePoolPerAsset_, uint128 pricePoolPerShare_)',
|
|
69
|
+
'function recoverTokens(address token, address receiver, uint256 amount)',
|
|
70
|
+
'function recoverTokens(address token, uint256 tokenId, address receiver, uint256 amount)',
|
|
71
|
+
'function registerAsset(uint16 centrifugeId, address asset, uint256 tokenId) payable returns (uint128 assetId)',
|
|
72
|
+
'function rely(address user)',
|
|
73
|
+
'function sender() view returns (address)',
|
|
74
|
+
'function shareToken(uint64 poolId, bytes16 scId) view returns (address)',
|
|
75
|
+
'function tokenFactory() view returns (address)',
|
|
76
|
+
'function transferShares(uint16 centrifugeId, uint64 poolId, bytes16 scId, bytes32 receiver, uint128 amount) payable',
|
|
77
|
+
'function unlinkVault(uint64 poolId, bytes16 scId, uint128 assetId, address vault)',
|
|
78
|
+
'function update(uint64 poolId, bytes16 scId, bytes payload)',
|
|
79
|
+
'function updateContract(uint64 poolId, bytes16 scId, address target, bytes update_)',
|
|
80
|
+
'function updatePricePoolPerAsset(uint64 poolId, bytes16 scId, uint128 assetId, uint128 poolPerAsset_, uint64 computedAt)',
|
|
81
|
+
'function updatePricePoolPerShare(uint64 poolId, bytes16 scId, uint128 price, uint64 computedAt)',
|
|
82
|
+
'function updateRestriction(uint64 poolId, bytes16 scId, bytes update_)',
|
|
83
|
+
'function updateShareHook(uint64 poolId, bytes16 scId, address hook)',
|
|
84
|
+
'function updateShareMetadata(uint64 poolId, bytes16 scId, string name, string symbol)',
|
|
85
|
+
'function vaultDetails(address vault) view returns ((uint128 assetId, address asset, uint256 tokenId, bool isWrapper, bool isLinked) details)',
|
|
86
|
+
'function vaultFactory(address factory) view returns (bool)',
|
|
87
|
+
'function wards(address) view returns (uint256)',
|
|
88
|
+
];
|
|
89
|
+
//# sourceMappingURL=PoolManager.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PoolManager.abi.js","sourceRoot":"","sources":["../../src/abi/PoolManager.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,8BAA8B;IAC9B,6BAA6B;IAC7B,sCAAsC;IACtC,+BAA+B;IAC/B,wBAAwB;IACxB,qBAAqB;IACrB,qBAAqB;IACrB,sBAAsB;IACtB,qCAAqC;IACrC,yBAAyB;IACzB,gBAAgB;IAChB,uBAAuB;IACvB,iBAAiB;IACjB,qBAAqB;IACrB,0BAA0B;IAC1B,+BAA+B;IAC/B,4BAA4B;IAC5B,qCAAqC;IACrC,gCAAgC;IAChC,kCAAkC;IAClC,0BAA0B;IAC1B,wBAAwB;IACxB,yBAAyB;IACzB,4BAA4B;IAC5B,0BAA0B;IAC1B,4BAA4B;IAC5B,sBAAsB;IACtB,4BAA4B;IAC5B,sBAAsB;IACtB,mCAAmC;IACnC,sBAAsB;IACtB,sCAAsC;IACtC,iFAAiF;IACjF,kCAAkC;IAClC,wIAAwI;IACxI,gDAAgD;IAChD,gEAAgE;IAChE,qHAAqH;IACrH,0IAA0I;IAC1I,kGAAkG;IAClG,0IAA0I;IAC1I,kCAAkC;IAClC,4JAA4J;IAC5J,uHAAuH;IACvH,kGAAkG;IAClG,uIAAuI;IACvI,+FAA+F;IAC/F,iCAAiC;IACjC,6HAA6H;IAC7H,mFAAmF;IACnF,gDAAgD;IAChD,6BAA6B;IAC7B,uGAAuG;IACvG,2DAA2D;IAC3D,2CAA2C;IAC3C,2CAA2C;IAC3C,wGAAwG;IACxG,mFAAmF;IACnF,gFAAgF;IAChF,0DAA0D;IAC1D,iFAAiF;IACjF,qDAAqD;IACrD,gEAAgE;IAChE,+IAA+I;IAC/I,8IAA8I;IAC9I,6HAA6H;IAC7H,gKAAgK;IAChK,yEAAyE;IACzE,0FAA0F;IAC1F,+GAA+G;IAC/G,6BAA6B;IAC7B,0CAA0C;IAC1C,yEAAyE;IACzE,gDAAgD;IAChD,qHAAqH;IACrH,mFAAmF;IACnF,6DAA6D;IAC7D,qFAAqF;IACrF,0HAA0H;IAC1H,iGAAiG;IACjG,wEAAwE;IACxE,qEAAqE;IACrE,uFAAuF;IACvF,8IAA8I;IAC9I,4DAA4D;IAC5D,gDAAgD;CACxC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RestrictionManager.abi.d.ts","sourceRoot":"","sources":["../../src/abi/RestrictionManager.abi.ts"],"names":[],"mappings":";AAAA,wBAqBU"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
// "event Deny(address indexed user)",
|
|
3
|
+
// "event Freeze(address indexed token, address indexed user)",
|
|
4
|
+
// "event Rely(address indexed user)",
|
|
5
|
+
// "event Unfreeze(address indexed token, address indexed user)",
|
|
6
|
+
'event UpdateMember(address indexed token, address indexed user, uint64 validUntil)',
|
|
7
|
+
// "function FREEZE_BIT() view returns (uint8)",
|
|
8
|
+
// "function checkERC20Transfer(address from, address to, uint256, (bytes16 from, bytes16 to) hookData) view returns (bool)",
|
|
9
|
+
// "function deny(address user)",
|
|
10
|
+
// "function freeze(address token, address user)",
|
|
11
|
+
// "function isFrozen(address token, address user) view returns (bool)",
|
|
12
|
+
// "function isMember(address token, address user) view returns (bool isValid, uint64 validUntil)",
|
|
13
|
+
// "function onERC20AuthTransfer(address, address, address, uint256, (bytes16 from, bytes16 to)) pure returns (bytes4)",
|
|
14
|
+
// "function onERC20Transfer(address from, address to, uint256 value, (bytes16 from, bytes16 to) hookData) returns (bytes4)",
|
|
15
|
+
// "function rely(address user)",
|
|
16
|
+
// "function root() view returns (address)",
|
|
17
|
+
// "function supportsInterface(bytes4 interfaceId) pure returns (bool)",
|
|
18
|
+
// "function unfreeze(address token, address user)",
|
|
19
|
+
// "function updateMember(address token, address user, uint64 validUntil)",
|
|
20
|
+
// "function updateRestriction(address token, bytes update)",
|
|
21
|
+
// "function wards(address) view returns (uint256)"
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=RestrictionManager.abi.js.map
|