@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 @@
|
|
|
1
|
+
{"version":3,"file":"RestrictionManager.abi.js","sourceRoot":"","sources":["../../src/abi/RestrictionManager.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,sCAAsC;IACtC,+DAA+D;IAC/D,sCAAsC;IACtC,iEAAiE;IACjE,oFAAoF;IACpF,gDAAgD;IAChD,6HAA6H;IAC7H,iCAAiC;IACjC,kDAAkD;IAClD,wEAAwE;IACxE,mGAAmG;IACnG,wHAAwH;IACxH,6HAA6H;IAC7H,iCAAiC;IACjC,4CAA4C;IAC5C,wEAAwE;IACxE,oDAAoD;IACpD,2EAA2E;IAC3E,6DAA6D;IAC7D,mDAAmD;CAC3C,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["error AlreadyIssued()", "error AlreadyUsedSalt()", "error ApprovalRequired()", "error CancellationQueued()", "error DecreaseMoreThanIssued()", "error EpochNotFound()", "error EpochNotInSequence(uint32 providedEpoch, uint32 nowEpoch)", "error InsufficientPending()", "error InvalidMetadataName()", "error InvalidMetadataSize()", "error InvalidMetadataSymbol()", "error InvalidSalt()", "error IssuanceRequired()", "error MulDiv_Overflow()", "error NoOrderFound()", "error NotAuthorized()", "error PoolMissing()", "error RevocationRequired()", "error RevokeMoreThanIssued()", "error ShareClassNotFound()", "error Uint128_Overflow()", "error Uint64_Overflow()", "error ZeroApprovalAmount()", "event AddShareClass(uint64 indexed poolId, bytes16 indexed scId, uint32 indexed index, string name, string symbol, bytes32 salt)", "event AddShareClass(uint64 indexed poolId, bytes16 indexed scId, uint32 indexed index)", "event ApproveDeposits(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed depositAssetId, uint32 epoch, uint128 approvedPoolAmount, uint128 approvedAssetAmount, uint128 pendingAssetAmount)", "event ApproveRedeems(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed payoutAssetId, uint32 epoch, uint128 approvedShareAmount, uint128 pendingShareAmount)", "event ClaimDeposit(uint64 indexed poolId, bytes16 indexed scId, uint32 epoch, bytes32 investor, uint128 indexed depositAssetId, uint128 paymentAssetAmount, uint128 pendingAssetAmount, uint128 claimedShareAmount, uint64 issuedAt)", "event ClaimRedeem(uint64 indexed poolId, bytes16 indexed scId, uint32 epoch, bytes32 investor, uint128 indexed payoutAssetId, uint128 paymentShareAmount, uint128 pendingShareAmount, uint128 claimedAssetAmount, uint64 revokedAt)", "event Deny(address indexed user)", "event IssueShares(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed depositAssetId, uint32 epoch, uint128 navPoolPerShare, uint128 navAssetPerShare, uint128 issuedShareAmount)", "event Rely(address indexed user)", "event RemoteIssueShares(uint64 indexed poolId, bytes16 indexed scId, uint128 issuedShareAmount)", "event RemoteRevokeShares(uint64 indexed poolId, bytes16 indexed scId, uint128 revokedAssetAmount)", "event RevokeShares(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed payoutAssetId, uint32 epoch, uint128 navPoolPerShare, uint128 navAssetPerShare, uint128 revokedShareAmount, uint128 revokedAssetAmount, uint128 revokedPoolAmount)", "event UpdateDepositRequest(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed depositAssetId, uint32 epoch, bytes32 investor, uint128 pendingUserAssetAmount, uint128 pendingTotalAssetAmount, uint128 queuedUserAssetAmount, bool pendingCancellation)", "event UpdateMetadata(uint64 indexed poolId, bytes16 indexed scId, string name, string symbol)", "event UpdateRedeemRequest(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed payoutAssetId, uint32 epoch, bytes32 investor, uint128 pendingUserShareAmount, uint128 pendingTotalShareAmount, uint128 queuedUserShareAmount, bool pendingCancellation)", "event UpdateShareClass(uint64 indexed poolId, bytes16 indexed scId, uint128 navPoolPerShare)", "function addShareClass(uint64 poolId, string name, string symbol, bytes32 salt) returns (bytes16 scId_)", "function approveDeposits(uint64 poolId, bytes16 scId_, uint128 depositAssetId, uint32 nowDepositEpochId, uint128 approvedAssetAmount, uint128 pricePoolPerAsset) returns (uint128 pendingAssetAmount, uint128 approvedPoolAmount)", "function approveRedeems(uint64 poolId, bytes16 scId_, uint128 payoutAssetId, uint32 nowRedeemEpochId, uint128 approvedShareAmount, uint128 pricePoolPerAsset) returns (uint128 pendingShareAmount)", "function cancelDepositRequest(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 depositAssetId) returns (uint128 cancelledAssetAmount)", "function cancelRedeemRequest(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 payoutAssetId) returns (uint128 cancelledShareAmount)", "function claimDeposit(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 depositAssetId) returns (uint128 payoutShareAmount, uint128 paymentAssetAmount, uint128 cancelledAssetAmount, bool canClaimAgain)", "function claimRedeem(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 payoutAssetId) returns (uint128 payoutAssetAmount, uint128 paymentShareAmount, uint128 cancelledShareAmount, bool canClaimAgain)", "function decreaseShareClassIssuance(uint64 poolId, bytes16 scId_, uint128 amount)", "function deny(address user)", "function depositRequest(bytes16 scId, uint128 depositAssetId, bytes32 investor) view returns (uint128 pending, uint32 lastUpdate)", "function epochId(bytes16 scId, uint128 assetId) view returns (uint32 deposit, uint32 redeem, uint32 issue, uint32 revoke)", "function epochInvestAmounts(bytes16 scId, uint128 assetId, uint32 epochId_) view returns (uint128 pendingAssetAmount, uint128 approvedAssetAmount, uint128 approvedPoolAmount, uint128 pricePoolPerAsset, uint128 navPoolPerShare, uint64 issuedAt)", "function epochRedeemAmounts(bytes16 scId, uint128 assetId, uint32 epochId_) view returns (uint128 pendingShareAmount, uint128 approvedShareAmount, uint128 payoutAssetAmount, uint128 pricePoolPerAsset, uint128 navPoolPerShare, uint64 revokedAt)", "function exists(uint64 poolId, bytes16 scId_) view returns (bool)", "function hubRegistry() view returns (address)", "function increaseShareClassIssuance(uint64 poolId, bytes16 scId_, uint128 amount)", "function issueShares(uint64 poolId, bytes16 scId_, uint128 depositAssetId, uint32 nowIssueEpochId, uint128 navPoolPerShare) returns (uint128 issuedShareAmount, uint128 depositAssetAmount, uint128 depositPoolAmount)", "function maxDepositClaims(bytes16 scId_, bytes32 investor, uint128 depositAssetId) view returns (uint32)", "function maxRedeemClaims(bytes16 scId_, bytes32 investor, uint128 payoutAssetId) view returns (uint32)", "function metadata(bytes16 scId) view returns (string name, string symbol, bytes32 salt)", "function metrics(bytes16 scId) view returns (uint128 totalIssuance, uint128 navPerShare)", "function nowDepositEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)", "function nowIssueEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)", "function nowRedeemEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)", "function nowRevokeEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)", "function pendingDeposit(bytes16 scId, uint128 depositAssetId) view returns (uint128 pending)", "function pendingRedeem(bytes16 scId, uint128 payoutAssetId) view returns (uint128 pending)", "function previewNextShareClassId(uint64 poolId) view returns (bytes16 scId)", "function previewShareClassId(uint64 poolId, uint32 index) pure returns (bytes16 scId)", "function queuedDepositRequest(bytes16 scId, uint128 depositAssetId, bytes32 investor) view returns (bool isCancelling, uint128 amount)", "function queuedRedeemRequest(bytes16 scId, uint128 payoutAssetId, bytes32 investor) view returns (bool isCancelling, uint128 amount)", "function redeemRequest(bytes16 scId, uint128 payoutAssetId, bytes32 investor) view returns (uint128 pending, uint32 lastUpdate)", "function rely(address user)", "function requestDeposit(uint64 poolId, bytes16 scId_, uint128 amount, bytes32 investor, uint128 depositAssetId)", "function requestRedeem(uint64 poolId, bytes16 scId_, uint128 amount, bytes32 investor, uint128 payoutAssetId)", "function revokeShares(uint64 poolId, bytes16 scId_, uint128 payoutAssetId, uint32 nowRevokeEpochId, uint128 navPoolPerShare) returns (uint128 revokedShareAmount, uint128 payoutAssetAmount, uint128 payoutPoolAmount)", "function salts(bytes32 salt) view returns (bool)", "function shareClassCount(uint64 poolId) view returns (uint32)", "function shareClassIds(uint64 poolId, bytes16) view returns (bool)", "function updateMetadata(uint64 poolId, bytes16 scId_, string name, string symbol)", "function updatePricePerShare(uint64 poolId, bytes16 scId_, uint128 navPoolPerShare)", "function wards(address) view returns (uint256)"];
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=ShareClassManager.abi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShareClassManager.abi.d.ts","sourceRoot":"","sources":["../../src/abi/ShareClassManager.abi.ts"],"names":[],"mappings":";AAAA,wBAkFU"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'error AlreadyIssued()',
|
|
3
|
+
'error AlreadyUsedSalt()',
|
|
4
|
+
'error ApprovalRequired()',
|
|
5
|
+
'error CancellationQueued()',
|
|
6
|
+
'error DecreaseMoreThanIssued()',
|
|
7
|
+
'error EpochNotFound()',
|
|
8
|
+
'error EpochNotInSequence(uint32 providedEpoch, uint32 nowEpoch)',
|
|
9
|
+
'error InsufficientPending()',
|
|
10
|
+
'error InvalidMetadataName()',
|
|
11
|
+
'error InvalidMetadataSize()',
|
|
12
|
+
'error InvalidMetadataSymbol()',
|
|
13
|
+
'error InvalidSalt()',
|
|
14
|
+
'error IssuanceRequired()',
|
|
15
|
+
'error MulDiv_Overflow()',
|
|
16
|
+
'error NoOrderFound()',
|
|
17
|
+
'error NotAuthorized()',
|
|
18
|
+
'error PoolMissing()',
|
|
19
|
+
'error RevocationRequired()',
|
|
20
|
+
'error RevokeMoreThanIssued()',
|
|
21
|
+
'error ShareClassNotFound()',
|
|
22
|
+
'error Uint128_Overflow()',
|
|
23
|
+
'error Uint64_Overflow()',
|
|
24
|
+
'error ZeroApprovalAmount()',
|
|
25
|
+
'event AddShareClass(uint64 indexed poolId, bytes16 indexed scId, uint32 indexed index, string name, string symbol, bytes32 salt)',
|
|
26
|
+
'event AddShareClass(uint64 indexed poolId, bytes16 indexed scId, uint32 indexed index)',
|
|
27
|
+
'event ApproveDeposits(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed depositAssetId, uint32 epoch, uint128 approvedPoolAmount, uint128 approvedAssetAmount, uint128 pendingAssetAmount)',
|
|
28
|
+
'event ApproveRedeems(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed payoutAssetId, uint32 epoch, uint128 approvedShareAmount, uint128 pendingShareAmount)',
|
|
29
|
+
'event ClaimDeposit(uint64 indexed poolId, bytes16 indexed scId, uint32 epoch, bytes32 investor, uint128 indexed depositAssetId, uint128 paymentAssetAmount, uint128 pendingAssetAmount, uint128 claimedShareAmount, uint64 issuedAt)',
|
|
30
|
+
'event ClaimRedeem(uint64 indexed poolId, bytes16 indexed scId, uint32 epoch, bytes32 investor, uint128 indexed payoutAssetId, uint128 paymentShareAmount, uint128 pendingShareAmount, uint128 claimedAssetAmount, uint64 revokedAt)',
|
|
31
|
+
'event Deny(address indexed user)',
|
|
32
|
+
'event IssueShares(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed depositAssetId, uint32 epoch, uint128 navPoolPerShare, uint128 navAssetPerShare, uint128 issuedShareAmount)',
|
|
33
|
+
'event Rely(address indexed user)',
|
|
34
|
+
'event RemoteIssueShares(uint64 indexed poolId, bytes16 indexed scId, uint128 issuedShareAmount)',
|
|
35
|
+
'event RemoteRevokeShares(uint64 indexed poolId, bytes16 indexed scId, uint128 revokedAssetAmount)',
|
|
36
|
+
'event RevokeShares(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed payoutAssetId, uint32 epoch, uint128 navPoolPerShare, uint128 navAssetPerShare, uint128 revokedShareAmount, uint128 revokedAssetAmount, uint128 revokedPoolAmount)',
|
|
37
|
+
'event UpdateDepositRequest(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed depositAssetId, uint32 epoch, bytes32 investor, uint128 pendingUserAssetAmount, uint128 pendingTotalAssetAmount, uint128 queuedUserAssetAmount, bool pendingCancellation)',
|
|
38
|
+
'event UpdateMetadata(uint64 indexed poolId, bytes16 indexed scId, string name, string symbol)',
|
|
39
|
+
'event UpdateRedeemRequest(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed payoutAssetId, uint32 epoch, bytes32 investor, uint128 pendingUserShareAmount, uint128 pendingTotalShareAmount, uint128 queuedUserShareAmount, bool pendingCancellation)',
|
|
40
|
+
'event UpdateShareClass(uint64 indexed poolId, bytes16 indexed scId, uint128 navPoolPerShare)',
|
|
41
|
+
'function addShareClass(uint64 poolId, string name, string symbol, bytes32 salt) returns (bytes16 scId_)',
|
|
42
|
+
'function approveDeposits(uint64 poolId, bytes16 scId_, uint128 depositAssetId, uint32 nowDepositEpochId, uint128 approvedAssetAmount, uint128 pricePoolPerAsset) returns (uint128 pendingAssetAmount, uint128 approvedPoolAmount)',
|
|
43
|
+
'function approveRedeems(uint64 poolId, bytes16 scId_, uint128 payoutAssetId, uint32 nowRedeemEpochId, uint128 approvedShareAmount, uint128 pricePoolPerAsset) returns (uint128 pendingShareAmount)',
|
|
44
|
+
'function cancelDepositRequest(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 depositAssetId) returns (uint128 cancelledAssetAmount)',
|
|
45
|
+
'function cancelRedeemRequest(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 payoutAssetId) returns (uint128 cancelledShareAmount)',
|
|
46
|
+
'function claimDeposit(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 depositAssetId) returns (uint128 payoutShareAmount, uint128 paymentAssetAmount, uint128 cancelledAssetAmount, bool canClaimAgain)',
|
|
47
|
+
'function claimRedeem(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 payoutAssetId) returns (uint128 payoutAssetAmount, uint128 paymentShareAmount, uint128 cancelledShareAmount, bool canClaimAgain)',
|
|
48
|
+
'function decreaseShareClassIssuance(uint64 poolId, bytes16 scId_, uint128 amount)',
|
|
49
|
+
'function deny(address user)',
|
|
50
|
+
'function depositRequest(bytes16 scId, uint128 depositAssetId, bytes32 investor) view returns (uint128 pending, uint32 lastUpdate)',
|
|
51
|
+
'function epochId(bytes16 scId, uint128 assetId) view returns (uint32 deposit, uint32 redeem, uint32 issue, uint32 revoke)',
|
|
52
|
+
'function epochInvestAmounts(bytes16 scId, uint128 assetId, uint32 epochId_) view returns (uint128 pendingAssetAmount, uint128 approvedAssetAmount, uint128 approvedPoolAmount, uint128 pricePoolPerAsset, uint128 navPoolPerShare, uint64 issuedAt)',
|
|
53
|
+
'function epochRedeemAmounts(bytes16 scId, uint128 assetId, uint32 epochId_) view returns (uint128 pendingShareAmount, uint128 approvedShareAmount, uint128 payoutAssetAmount, uint128 pricePoolPerAsset, uint128 navPoolPerShare, uint64 revokedAt)',
|
|
54
|
+
'function exists(uint64 poolId, bytes16 scId_) view returns (bool)',
|
|
55
|
+
'function hubRegistry() view returns (address)',
|
|
56
|
+
'function increaseShareClassIssuance(uint64 poolId, bytes16 scId_, uint128 amount)',
|
|
57
|
+
'function issueShares(uint64 poolId, bytes16 scId_, uint128 depositAssetId, uint32 nowIssueEpochId, uint128 navPoolPerShare) returns (uint128 issuedShareAmount, uint128 depositAssetAmount, uint128 depositPoolAmount)',
|
|
58
|
+
'function maxDepositClaims(bytes16 scId_, bytes32 investor, uint128 depositAssetId) view returns (uint32)',
|
|
59
|
+
'function maxRedeemClaims(bytes16 scId_, bytes32 investor, uint128 payoutAssetId) view returns (uint32)',
|
|
60
|
+
'function metadata(bytes16 scId) view returns (string name, string symbol, bytes32 salt)',
|
|
61
|
+
'function metrics(bytes16 scId) view returns (uint128 totalIssuance, uint128 navPerShare)',
|
|
62
|
+
'function nowDepositEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)',
|
|
63
|
+
'function nowIssueEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)',
|
|
64
|
+
'function nowRedeemEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)',
|
|
65
|
+
'function nowRevokeEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)',
|
|
66
|
+
'function pendingDeposit(bytes16 scId, uint128 depositAssetId) view returns (uint128 pending)',
|
|
67
|
+
'function pendingRedeem(bytes16 scId, uint128 payoutAssetId) view returns (uint128 pending)',
|
|
68
|
+
'function previewNextShareClassId(uint64 poolId) view returns (bytes16 scId)',
|
|
69
|
+
'function previewShareClassId(uint64 poolId, uint32 index) pure returns (bytes16 scId)',
|
|
70
|
+
'function queuedDepositRequest(bytes16 scId, uint128 depositAssetId, bytes32 investor) view returns (bool isCancelling, uint128 amount)',
|
|
71
|
+
'function queuedRedeemRequest(bytes16 scId, uint128 payoutAssetId, bytes32 investor) view returns (bool isCancelling, uint128 amount)',
|
|
72
|
+
'function redeemRequest(bytes16 scId, uint128 payoutAssetId, bytes32 investor) view returns (uint128 pending, uint32 lastUpdate)',
|
|
73
|
+
'function rely(address user)',
|
|
74
|
+
'function requestDeposit(uint64 poolId, bytes16 scId_, uint128 amount, bytes32 investor, uint128 depositAssetId)',
|
|
75
|
+
'function requestRedeem(uint64 poolId, bytes16 scId_, uint128 amount, bytes32 investor, uint128 payoutAssetId)',
|
|
76
|
+
'function revokeShares(uint64 poolId, bytes16 scId_, uint128 payoutAssetId, uint32 nowRevokeEpochId, uint128 navPoolPerShare) returns (uint128 revokedShareAmount, uint128 payoutAssetAmount, uint128 payoutPoolAmount)',
|
|
77
|
+
'function salts(bytes32 salt) view returns (bool)',
|
|
78
|
+
'function shareClassCount(uint64 poolId) view returns (uint32)',
|
|
79
|
+
'function shareClassIds(uint64 poolId, bytes16) view returns (bool)',
|
|
80
|
+
'function updateMetadata(uint64 poolId, bytes16 scId_, string name, string symbol)',
|
|
81
|
+
'function updatePricePerShare(uint64 poolId, bytes16 scId_, uint128 navPoolPerShare)',
|
|
82
|
+
'function wards(address) view returns (uint256)',
|
|
83
|
+
];
|
|
84
|
+
//# sourceMappingURL=ShareClassManager.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShareClassManager.abi.js","sourceRoot":"","sources":["../../src/abi/ShareClassManager.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,uBAAuB;IACvB,yBAAyB;IACzB,0BAA0B;IAC1B,4BAA4B;IAC5B,gCAAgC;IAChC,uBAAuB;IACvB,iEAAiE;IACjE,6BAA6B;IAC7B,6BAA6B;IAC7B,6BAA6B;IAC7B,+BAA+B;IAC/B,qBAAqB;IACrB,0BAA0B;IAC1B,yBAAyB;IACzB,sBAAsB;IACtB,uBAAuB;IACvB,qBAAqB;IACrB,4BAA4B;IAC5B,8BAA8B;IAC9B,4BAA4B;IAC5B,0BAA0B;IAC1B,yBAAyB;IACzB,4BAA4B;IAC5B,kIAAkI;IAClI,wFAAwF;IACxF,uMAAuM;IACvM,yKAAyK;IACzK,sOAAsO;IACtO,qOAAqO;IACrO,kCAAkC;IAClC,4LAA4L;IAC5L,kCAAkC;IAClC,iGAAiG;IACjG,mGAAmG;IACnG,oPAAoP;IACpP,mQAAmQ;IACnQ,+FAA+F;IAC/F,iQAAiQ;IACjQ,8FAA8F;IAC9F,yGAAyG;IACzG,mOAAmO;IACnO,oMAAoM;IACpM,8IAA8I;IAC9I,4IAA4I;IAC5I,iNAAiN;IACjN,+MAA+M;IAC/M,mFAAmF;IACnF,6BAA6B;IAC7B,mIAAmI;IACnI,2HAA2H;IAC3H,qPAAqP;IACrP,qPAAqP;IACrP,mEAAmE;IACnE,+CAA+C;IAC/C,mFAAmF;IACnF,wNAAwN;IACxN,0GAA0G;IAC1G,wGAAwG;IACxG,yFAAyF;IACzF,0FAA0F;IAC1F,uFAAuF;IACvF,qFAAqF;IACrF,sFAAsF;IACtF,sFAAsF;IACtF,8FAA8F;IAC9F,4FAA4F;IAC5F,6EAA6E;IAC7E,uFAAuF;IACvF,wIAAwI;IACxI,sIAAsI;IACtI,iIAAiI;IACjI,6BAA6B;IAC7B,iHAAiH;IACjH,+GAA+G;IAC/G,wNAAwN;IACxN,kDAAkD;IAClD,+DAA+D;IAC/D,oEAAoE;IACpE,mFAAmF;IACnF,qFAAqF;IACrF,gDAAgD;CACxC,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["error AssetMismatch()", "error AssetNotAllowed()", "error ExceedsMaxDeposit()", "error ExceedsMaxMint()", "error FileUnrecognizedParam()", "error MulDiv_Overflow()", "error NoCode()", "error NotAuthorized()", "error SafeTransferEthFailed()", "error SafeTransferFailed()", "error SenderNotVault()", "error ShareTokenDoesNotExist()", "error SliceOutOfBounds()", "error Uint128_Overflow()", "error UnknownMessageType()", "error UnknownUpdateContractType()", "error VaultAlreadyExists()", "error VaultDoesNotExist()", "event Deny(address indexed user)", "event File(bytes32 indexed what, address data)", "event Rely(address indexed user)", "event SetMaxReserve(uint64 indexed poolId, bytes16 indexed scId, address asset, uint256 tokenId, uint128 maxReserve)", "event SetValuation(uint64 indexed poolId, bytes16 indexed scId, address valuation)", "function addVault(uint64 poolId, bytes16 scId, address vault_, address asset_, uint128 assetId)", "function balanceSheet() view returns (address)", "function convertToAssets(address vault_, uint256 shares) view returns (uint256 assets)", "function convertToShares(address vault_, uint256 assets) view returns (uint256 shares)", "function deny(address user)", "function deposit(address vault_, uint256 assets, address receiver, address owner) returns (uint256 shares)", "function file(bytes32 what, address data)", "function globalEscrow() view returns (address)", "function maxDeposit(address vault_, address) view returns (uint256)", "function maxMint(address vault_, address) view returns (uint256)", "function maxReserve(uint64, bytes16 scId, address asset, uint256 tokenId) view returns (uint128)", "function mint(address vault_, uint256 shares, address receiver, address owner) returns (uint256 assets)", "function poolEscrow(uint64 poolId) view returns (address)", "function poolEscrowProvider() view returns (address)", "function poolManager() view returns (address)", "function previewDeposit(address vault_, address, uint256 assets) view returns (uint256 shares)", "function previewMint(address vault_, address, uint256 shares) view returns (uint256 assets)", "function priceLastUpdated(address vault_) view returns (uint64 lastUpdated)", "function pricePoolPerShare(uint64 poolId, bytes16 scId) view returns (uint128 price)", "function prices(uint64 poolId, bytes16 scId, uint128 assetId) view returns ((uint128 assetPerShare, uint128 poolPerAsset, uint128 poolPerShare) priceData)", "function recoverTokens(address token, address receiver, uint256 amount)", "function recoverTokens(address token, uint256 tokenId, address receiver, uint256 amount)", "function rely(address user)", "function removeVault(uint64 poolId, bytes16 scId, address vault_, address asset_, uint128 assetId)", "function root() view returns (address)", "function setMaxReserve(uint64 poolId, bytes16 scId, address asset, uint256 tokenId, uint128 maxReserve_)", "function setValuation(uint64 poolId, bytes16 scId, address valuation_)", "function update(uint64 poolId, bytes16 scId, bytes payload)", "function valuation(uint64, bytes16 scId) view returns (address)", "function vault(uint64, bytes16 scId, uint128 assetId) view returns (address)", "function vaultByAssetId(uint64 poolId, bytes16 scId, uint128 assetId) view returns (address)", "function vaultKind(address vault_) view returns (uint8, address)", "function wards(address) view returns (uint256)"];
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=SyncRequestManager.abi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SyncRequestManager.abi.d.ts","sourceRoot":"","sources":["../../src/abi/SyncRequestManager.abi.ts"],"names":[],"mappings":";AAAA,wBAyDU"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'error AssetMismatch()',
|
|
3
|
+
'error AssetNotAllowed()',
|
|
4
|
+
'error ExceedsMaxDeposit()',
|
|
5
|
+
'error ExceedsMaxMint()',
|
|
6
|
+
'error FileUnrecognizedParam()',
|
|
7
|
+
'error MulDiv_Overflow()',
|
|
8
|
+
'error NoCode()',
|
|
9
|
+
'error NotAuthorized()',
|
|
10
|
+
'error SafeTransferEthFailed()',
|
|
11
|
+
'error SafeTransferFailed()',
|
|
12
|
+
'error SenderNotVault()',
|
|
13
|
+
'error ShareTokenDoesNotExist()',
|
|
14
|
+
'error SliceOutOfBounds()',
|
|
15
|
+
'error Uint128_Overflow()',
|
|
16
|
+
'error UnknownMessageType()',
|
|
17
|
+
'error UnknownUpdateContractType()',
|
|
18
|
+
'error VaultAlreadyExists()',
|
|
19
|
+
'error VaultDoesNotExist()',
|
|
20
|
+
'event Deny(address indexed user)',
|
|
21
|
+
'event File(bytes32 indexed what, address data)',
|
|
22
|
+
'event Rely(address indexed user)',
|
|
23
|
+
'event SetMaxReserve(uint64 indexed poolId, bytes16 indexed scId, address asset, uint256 tokenId, uint128 maxReserve)',
|
|
24
|
+
'event SetValuation(uint64 indexed poolId, bytes16 indexed scId, address valuation)',
|
|
25
|
+
'function addVault(uint64 poolId, bytes16 scId, address vault_, address asset_, uint128 assetId)',
|
|
26
|
+
'function balanceSheet() view returns (address)',
|
|
27
|
+
'function convertToAssets(address vault_, uint256 shares) view returns (uint256 assets)',
|
|
28
|
+
'function convertToShares(address vault_, uint256 assets) view returns (uint256 shares)',
|
|
29
|
+
'function deny(address user)',
|
|
30
|
+
'function deposit(address vault_, uint256 assets, address receiver, address owner) returns (uint256 shares)',
|
|
31
|
+
'function file(bytes32 what, address data)',
|
|
32
|
+
'function globalEscrow() view returns (address)',
|
|
33
|
+
'function maxDeposit(address vault_, address) view returns (uint256)',
|
|
34
|
+
'function maxMint(address vault_, address) view returns (uint256)',
|
|
35
|
+
'function maxReserve(uint64, bytes16 scId, address asset, uint256 tokenId) view returns (uint128)',
|
|
36
|
+
'function mint(address vault_, uint256 shares, address receiver, address owner) returns (uint256 assets)',
|
|
37
|
+
'function poolEscrow(uint64 poolId) view returns (address)',
|
|
38
|
+
'function poolEscrowProvider() view returns (address)',
|
|
39
|
+
'function poolManager() view returns (address)',
|
|
40
|
+
'function previewDeposit(address vault_, address, uint256 assets) view returns (uint256 shares)',
|
|
41
|
+
'function previewMint(address vault_, address, uint256 shares) view returns (uint256 assets)',
|
|
42
|
+
'function priceLastUpdated(address vault_) view returns (uint64 lastUpdated)',
|
|
43
|
+
'function pricePoolPerShare(uint64 poolId, bytes16 scId) view returns (uint128 price)',
|
|
44
|
+
'function prices(uint64 poolId, bytes16 scId, uint128 assetId) view returns ((uint128 assetPerShare, uint128 poolPerAsset, uint128 poolPerShare) priceData)',
|
|
45
|
+
'function recoverTokens(address token, address receiver, uint256 amount)',
|
|
46
|
+
'function recoverTokens(address token, uint256 tokenId, address receiver, uint256 amount)',
|
|
47
|
+
'function rely(address user)',
|
|
48
|
+
'function removeVault(uint64 poolId, bytes16 scId, address vault_, address asset_, uint128 assetId)',
|
|
49
|
+
'function root() view returns (address)',
|
|
50
|
+
'function setMaxReserve(uint64 poolId, bytes16 scId, address asset, uint256 tokenId, uint128 maxReserve_)',
|
|
51
|
+
'function setValuation(uint64 poolId, bytes16 scId, address valuation_)',
|
|
52
|
+
'function update(uint64 poolId, bytes16 scId, bytes payload)',
|
|
53
|
+
'function valuation(uint64, bytes16 scId) view returns (address)',
|
|
54
|
+
'function vault(uint64, bytes16 scId, uint128 assetId) view returns (address)',
|
|
55
|
+
'function vaultByAssetId(uint64 poolId, bytes16 scId, uint128 assetId) view returns (address)',
|
|
56
|
+
'function vaultKind(address vault_) view returns (uint8, address)',
|
|
57
|
+
'function wards(address) view returns (uint256)',
|
|
58
|
+
];
|
|
59
|
+
//# sourceMappingURL=SyncRequestManager.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SyncRequestManager.abi.js","sourceRoot":"","sources":["../../src/abi/SyncRequestManager.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,uBAAuB;IACvB,yBAAyB;IACzB,2BAA2B;IAC3B,wBAAwB;IACxB,+BAA+B;IAC/B,yBAAyB;IACzB,gBAAgB;IAChB,uBAAuB;IACvB,+BAA+B;IAC/B,4BAA4B;IAC5B,wBAAwB;IACxB,gCAAgC;IAChC,0BAA0B;IAC1B,0BAA0B;IAC1B,4BAA4B;IAC5B,mCAAmC;IACnC,4BAA4B;IAC5B,2BAA2B;IAC3B,kCAAkC;IAClC,gDAAgD;IAChD,kCAAkC;IAClC,sHAAsH;IACtH,oFAAoF;IACpF,iGAAiG;IACjG,gDAAgD;IAChD,wFAAwF;IACxF,wFAAwF;IACxF,6BAA6B;IAC7B,4GAA4G;IAC5G,2CAA2C;IAC3C,gDAAgD;IAChD,qEAAqE;IACrE,kEAAkE;IAClE,kGAAkG;IAClG,yGAAyG;IACzG,2DAA2D;IAC3D,sDAAsD;IACtD,+CAA+C;IAC/C,gGAAgG;IAChG,6FAA6F;IAC7F,6EAA6E;IAC7E,sFAAsF;IACtF,4JAA4J;IAC5J,yEAAyE;IACzE,0FAA0F;IAC1F,6BAA6B;IAC7B,oGAAoG;IACpG,wCAAwC;IACxC,0GAA0G;IAC1G,wEAAwE;IACxE,6DAA6D;IAC7D,iEAAiE;IACjE,8EAA8E;IAC9E,8FAA8F;IAC9F,kEAAkE;IAClE,gDAAgD;CACxC,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["error CallFailedWithEmptyRevert()", "error InvalidOwner()", "error InvalidSender()", "error NoCode()", "error NoLockedBalance()", "error NoLockedRequest()", "error NonAsyncVault()", "error NonSyncDepositVault()", "error NotAuthorized()", "error SafeApproveFailed()", "error SafeTransferEthFailed()", "error SafeTransferFailed()", "error SafeTransferFromFailed()", "error UnauthorizedSender()", "error UnwrapFailed()", "error WrapFailed()", "error ZeroBalance()", "event Deny(address indexed user)", "event ExecuteLockedDepositRequest(address indexed vault, address indexed controller, address sender)", "event LockDepositRequest(address indexed vault, address indexed controller, address indexed owner, address sender, uint256 amount)", "event Rely(address indexed user)", "event UnlockDepositRequest(address indexed vault, address indexed controller, address indexed receiver)", "function cancelDepositRequest(address vault) payable", "function cancelRedeemRequest(address vault) payable", "function claimCancelDepositRequest(address vault, address receiver, address controller) payable", "function claimCancelRedeemRequest(address vault, address receiver, address controller) payable", "function claimDeposit(address vault, address receiver, address controller) payable", "function claimRedeem(address vault, address receiver, address controller) payable", "function deny(address user)", "function deposit(address vault, uint256 assets, address receiver, address owner) payable", "function disable(address vault) payable", "function enable(address vault) payable", "function enableLockDepositRequest(address vault, uint256 amount) payable", "function escrow() view returns (address)", "function estimate(uint16 centrifugeId, bytes payload) view returns (uint256)", "function executeLockedDepositRequest(address vault, address controller) payable", "function gateway() view returns (address)", "function getVault(uint64 poolId, bytes16 scId, address asset) view returns (address)", "function hasPermissions(address vault, address controller) view returns (bool)", "function isEnabled(address vault, address controller) view returns (bool)", "function lockDepositRequest(address vault, uint256 amount, address controller, address owner) payable", "function lockedRequests(address controller, address vault) view returns (uint256 amount)", "function messageDispatcher() view returns (address)", "function multicall(bytes[] data) payable", "function permit(address asset, address spender, uint256 assets, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable", "function poolManager() view returns (address)", "function recoverTokens(address token, address receiver, uint256 amount)", "function recoverTokens(address token, uint256 tokenId, address receiver, uint256 amount)", "function rely(address user)", "function requestDeposit(address vault, uint256 amount, address controller, address owner) payable", "function requestRedeem(address vault, uint256 amount, address controller, address owner) payable", "function unlockDepositRequest(address vault, address receiver) payable", "function unwrap(address wrapper, uint256 amount, address receiver) payable", "function wards(address) view returns (uint256)", "function wrap(address wrapper, uint256 amount, address receiver, address owner) payable"];
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=VaultRouter.abi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VaultRouter.abi.d.ts","sourceRoot":"","sources":["../../src/abi/VaultRouter.abi.ts"],"names":[],"mappings":";AAAA,wBAwDU"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'error CallFailedWithEmptyRevert()',
|
|
3
|
+
'error InvalidOwner()',
|
|
4
|
+
'error InvalidSender()',
|
|
5
|
+
'error NoCode()',
|
|
6
|
+
'error NoLockedBalance()',
|
|
7
|
+
'error NoLockedRequest()',
|
|
8
|
+
'error NonAsyncVault()',
|
|
9
|
+
'error NonSyncDepositVault()',
|
|
10
|
+
'error NotAuthorized()',
|
|
11
|
+
'error SafeApproveFailed()',
|
|
12
|
+
'error SafeTransferEthFailed()',
|
|
13
|
+
'error SafeTransferFailed()',
|
|
14
|
+
'error SafeTransferFromFailed()',
|
|
15
|
+
'error UnauthorizedSender()',
|
|
16
|
+
'error UnwrapFailed()',
|
|
17
|
+
'error WrapFailed()',
|
|
18
|
+
'error ZeroBalance()',
|
|
19
|
+
'event Deny(address indexed user)',
|
|
20
|
+
'event ExecuteLockedDepositRequest(address indexed vault, address indexed controller, address sender)',
|
|
21
|
+
'event LockDepositRequest(address indexed vault, address indexed controller, address indexed owner, address sender, uint256 amount)',
|
|
22
|
+
'event Rely(address indexed user)',
|
|
23
|
+
'event UnlockDepositRequest(address indexed vault, address indexed controller, address indexed receiver)',
|
|
24
|
+
'function cancelDepositRequest(address vault) payable',
|
|
25
|
+
'function cancelRedeemRequest(address vault) payable',
|
|
26
|
+
'function claimCancelDepositRequest(address vault, address receiver, address controller) payable',
|
|
27
|
+
'function claimCancelRedeemRequest(address vault, address receiver, address controller) payable',
|
|
28
|
+
'function claimDeposit(address vault, address receiver, address controller) payable',
|
|
29
|
+
'function claimRedeem(address vault, address receiver, address controller) payable',
|
|
30
|
+
'function deny(address user)',
|
|
31
|
+
'function deposit(address vault, uint256 assets, address receiver, address owner) payable',
|
|
32
|
+
'function disable(address vault) payable',
|
|
33
|
+
'function enable(address vault) payable',
|
|
34
|
+
'function enableLockDepositRequest(address vault, uint256 amount) payable',
|
|
35
|
+
'function escrow() view returns (address)',
|
|
36
|
+
'function estimate(uint16 centrifugeId, bytes payload) view returns (uint256)',
|
|
37
|
+
'function executeLockedDepositRequest(address vault, address controller) payable',
|
|
38
|
+
'function gateway() view returns (address)',
|
|
39
|
+
'function getVault(uint64 poolId, bytes16 scId, address asset) view returns (address)',
|
|
40
|
+
'function hasPermissions(address vault, address controller) view returns (bool)',
|
|
41
|
+
'function isEnabled(address vault, address controller) view returns (bool)',
|
|
42
|
+
'function lockDepositRequest(address vault, uint256 amount, address controller, address owner) payable',
|
|
43
|
+
'function lockedRequests(address controller, address vault) view returns (uint256 amount)',
|
|
44
|
+
'function messageDispatcher() view returns (address)',
|
|
45
|
+
'function multicall(bytes[] data) payable',
|
|
46
|
+
'function permit(address asset, address spender, uint256 assets, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable',
|
|
47
|
+
'function poolManager() view returns (address)',
|
|
48
|
+
'function recoverTokens(address token, address receiver, uint256 amount)',
|
|
49
|
+
'function recoverTokens(address token, uint256 tokenId, address receiver, uint256 amount)',
|
|
50
|
+
'function rely(address user)',
|
|
51
|
+
'function requestDeposit(address vault, uint256 amount, address controller, address owner) payable',
|
|
52
|
+
'function requestRedeem(address vault, uint256 amount, address controller, address owner) payable',
|
|
53
|
+
'function unlockDepositRequest(address vault, address receiver) payable',
|
|
54
|
+
'function unwrap(address wrapper, uint256 amount, address receiver) payable',
|
|
55
|
+
'function wards(address) view returns (uint256)',
|
|
56
|
+
'function wrap(address wrapper, uint256 amount, address receiver, address owner) payable',
|
|
57
|
+
];
|
|
58
|
+
//# sourceMappingURL=VaultRouter.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VaultRouter.abi.js","sourceRoot":"","sources":["../../src/abi/VaultRouter.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,mCAAmC;IACnC,sBAAsB;IACtB,uBAAuB;IACvB,gBAAgB;IAChB,yBAAyB;IACzB,yBAAyB;IACzB,uBAAuB;IACvB,6BAA6B;IAC7B,uBAAuB;IACvB,2BAA2B;IAC3B,+BAA+B;IAC/B,4BAA4B;IAC5B,gCAAgC;IAChC,4BAA4B;IAC5B,sBAAsB;IACtB,oBAAoB;IACpB,qBAAqB;IACrB,kCAAkC;IAClC,sGAAsG;IACtG,oIAAoI;IACpI,kCAAkC;IAClC,yGAAyG;IACzG,sDAAsD;IACtD,qDAAqD;IACrD,iGAAiG;IACjG,gGAAgG;IAChG,oFAAoF;IACpF,mFAAmF;IACnF,6BAA6B;IAC7B,0FAA0F;IAC1F,yCAAyC;IACzC,wCAAwC;IACxC,0EAA0E;IAC1E,0CAA0C;IAC1C,8EAA8E;IAC9E,iFAAiF;IACjF,2CAA2C;IAC3C,sFAAsF;IACtF,gFAAgF;IAChF,2EAA2E;IAC3E,uGAAuG;IACvG,0FAA0F;IAC1F,qDAAqD;IACrD,0CAA0C;IAC1C,0HAA0H;IAC1H,+CAA+C;IAC/C,yEAAyE;IACzE,0FAA0F;IAC1F,6BAA6B;IAC7B,mGAAmG;IACnG,kGAAkG;IAClG,wEAAwE;IACxE,4EAA4E;IAC5E,gDAAgD;IAChD,yFAAyF;CACjF,CAAA"}
|