@centrifuge/sdk 0.0.0-alpha.2 → 0.0.0-alpha.20
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 +58 -0
- package/dist/Centrifuge.d.ts +286 -259
- package/dist/Centrifuge.d.ts.map +1 -1
- package/dist/Centrifuge.js +538 -67
- 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 +487 -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 +33 -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 +78 -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 +101 -0
- package/dist/abi/AsyncVault.abi.js.map +1 -0
- package/dist/abi/BalanceSheet.abi.d.ts +3 -0
- package/dist/abi/BalanceSheet.abi.d.ts.map +1 -0
- package/dist/abi/BalanceSheet.abi.js +55 -0
- package/dist/abi/BalanceSheet.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 +43 -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 +88 -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/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/MultiAdapter.abi.d.ts +3 -0
- package/dist/abi/MultiAdapter.abi.d.ts.map +1 -0
- package/dist/abi/MultiAdapter.abi.js +53 -0
- package/dist/abi/MultiAdapter.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 +89 -0
- package/dist/abi/ShareClassManager.abi.js.map +1 -0
- package/dist/abi/Spoke.abi.d.ts +3 -0
- package/dist/abi/Spoke.abi.d.ts.map +1 -0
- package/dist/abi/Spoke.abi.js +90 -0
- package/dist/abi/Spoke.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 +61 -0
- package/dist/abi/SyncRequestManager.abi.js.map +1 -0
- package/dist/abi/Valuation.abi.d.ts +3 -0
- package/dist/abi/Valuation.abi.d.ts.map +1 -0
- package/dist/abi/Valuation.abi.js +2 -0
- package/dist/abi/Valuation.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 +51 -0
- package/dist/abi/VaultRouter.abi.js.map +1 -0
- package/dist/abi/index.d.ts +8243 -8
- package/dist/abi/index.d.ts.map +1 -1
- package/dist/abi/index.js +32 -16
- package/dist/abi/index.js.map +1 -1
- package/dist/config/chains.d.ts +41 -0
- package/dist/config/chains.d.ts.map +1 -1
- package/dist/config/chains.js +11 -2
- 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 +7 -0
- package/dist/config/protocol.js.map +1 -0
- package/dist/entities/Entity.d.ts +8 -0
- package/dist/entities/Entity.d.ts.map +1 -0
- package/dist/{Entity.js → entities/Entity.js} +6 -1
- package/dist/entities/Entity.js.map +1 -0
- package/dist/entities/IndexerQueries/assetSnapshots.d.ts +69 -0
- package/dist/entities/IndexerQueries/assetSnapshots.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/assetSnapshots.js +91 -0
- package/dist/entities/IndexerQueries/assetSnapshots.js.map +1 -0
- package/dist/entities/IndexerQueries/assetTransactions.d.ts +93 -0
- package/dist/entities/IndexerQueries/assetTransactions.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/assetTransactions.js +75 -0
- package/dist/entities/IndexerQueries/assetTransactions.js.map +1 -0
- package/dist/entities/IndexerQueries/epochs.d.ts +45 -0
- package/dist/entities/IndexerQueries/epochs.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/epochs.js +51 -0
- package/dist/entities/IndexerQueries/epochs.js.map +1 -0
- package/dist/entities/IndexerQueries/index.d.ts +40 -0
- package/dist/entities/IndexerQueries/index.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/index.js +45 -0
- package/dist/entities/IndexerQueries/index.js.map +1 -0
- package/dist/entities/IndexerQueries/investorTransactions.d.ts +50 -0
- package/dist/entities/IndexerQueries/investorTransactions.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/investorTransactions.js +55 -0
- package/dist/entities/IndexerQueries/investorTransactions.js.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/poolFeeSnapshots.d.ts +8 -8
- package/dist/entities/IndexerQueries/poolFeeSnapshots.d.ts.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/poolFeeSnapshots.js +8 -8
- package/dist/entities/IndexerQueries/poolFeeSnapshots.js.map +1 -0
- package/dist/entities/IndexerQueries/poolFeeTransactions.d.ts +34 -0
- package/dist/entities/IndexerQueries/poolFeeTransactions.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/poolFeeTransactions.js +37 -0
- package/dist/entities/IndexerQueries/poolFeeTransactions.js.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/poolSnapshots.d.ts +30 -24
- package/dist/entities/IndexerQueries/poolSnapshots.d.ts.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/poolSnapshots.js +29 -23
- package/dist/entities/IndexerQueries/poolSnapshots.js.map +1 -0
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.d.ts +76 -0
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.d.ts.map +1 -0
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.js +63 -0
- package/dist/entities/IndexerQueries/trancheCurrencyBalance.js.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/trancheSnapshots.d.ts +7 -7
- package/dist/entities/IndexerQueries/trancheSnapshots.d.ts.map +1 -0
- package/dist/{queries → entities/IndexerQueries}/trancheSnapshots.js +7 -7
- package/dist/entities/IndexerQueries/trancheSnapshots.js.map +1 -0
- package/dist/entities/Investor.d.ts +37 -0
- package/dist/entities/Investor.d.ts.map +1 -0
- package/dist/entities/Investor.js +29 -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 +89 -0
- package/dist/entities/Pool.d.ts.map +1 -0
- package/dist/entities/Pool.js +254 -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 +82 -0
- package/dist/entities/Pool.test.js.map +1 -0
- package/dist/entities/PoolNetwork.d.ts +63 -0
- package/dist/entities/PoolNetwork.d.ts.map +1 -0
- package/dist/entities/PoolNetwork.js +274 -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 +61 -0
- package/dist/entities/PoolNetwork.test.js.map +1 -0
- package/dist/entities/Reports/Processor.d.ts +46 -0
- package/dist/entities/Reports/Processor.d.ts.map +1 -0
- package/dist/entities/Reports/Processor.js +471 -0
- 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/entities/Reports/index.d.ts +21 -0
- package/dist/entities/Reports/index.d.ts.map +1 -0
- package/dist/entities/Reports/index.js +144 -0
- package/dist/entities/Reports/index.js.map +1 -0
- package/dist/entities/ShareClass.d.ts +121 -0
- package/dist/entities/ShareClass.d.ts.map +1 -0
- package/dist/entities/ShareClass.js +679 -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 +126 -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} +217 -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 +265 -0
- package/dist/entities/Vault.test.js.map +1 -0
- package/dist/index.d.ts +16 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -6
- package/dist/index.js.map +1 -1
- package/dist/tests/mocks/mockAssetSnapshots.d.ts +3 -0
- package/dist/tests/mocks/mockAssetSnapshots.d.ts.map +1 -0
- package/dist/tests/mocks/mockAssetSnapshots.js +56 -0
- package/dist/tests/mocks/mockAssetSnapshots.js.map +1 -0
- package/dist/tests/mocks/mockAssetTransactions.d.ts +3 -0
- package/dist/tests/mocks/mockAssetTransactions.d.ts.map +1 -0
- package/dist/tests/mocks/mockAssetTransactions.js +86 -0
- package/dist/tests/mocks/mockAssetTransactions.js.map +1 -0
- package/dist/tests/mocks/mockEpochs.d.ts +3 -0
- package/dist/tests/mocks/mockEpochs.d.ts.map +1 -0
- package/dist/tests/mocks/mockEpochs.js +26 -0
- package/dist/tests/mocks/mockEpochs.js.map +1 -0
- package/dist/tests/mocks/mockInvestorCurrencyBalance.d.ts +3 -0
- package/dist/tests/mocks/mockInvestorCurrencyBalance.d.ts.map +1 -0
- package/dist/tests/mocks/mockInvestorCurrencyBalance.js +29 -0
- package/dist/tests/mocks/mockInvestorCurrencyBalance.js.map +1 -0
- package/dist/tests/mocks/mockInvestorTransactions.d.ts +3 -0
- package/dist/tests/mocks/mockInvestorTransactions.d.ts.map +1 -0
- package/dist/tests/mocks/mockInvestorTransactions.js +35 -0
- package/dist/tests/mocks/mockInvestorTransactions.js.map +1 -0
- 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 +11 -0
- package/dist/tests/mocks/mockPoolFeeTransactions.d.ts.map +1 -0
- package/dist/tests/mocks/mockPoolFeeTransactions.js +20 -0
- package/dist/tests/mocks/mockPoolFeeTransactions.js.map +1 -0
- 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 +47 -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 +3 -2
- 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/tests/utils.d.ts +3 -0
- package/dist/tests/utils.d.ts.map +1 -0
- package/dist/tests/utils.js +4 -0
- package/dist/tests/utils.js.map +1 -0
- 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 +65 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/poolInput.d.ts +71 -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 +13 -12
- package/dist/types/poolMetadata.d.ts.map +1 -1
- package/dist/types/reports.d.ts +336 -0
- package/dist/types/reports.d.ts.map +1 -0
- package/dist/types/reports.js +2 -0
- package/dist/types/reports.js.map +1 -0
- package/dist/types/transaction.d.ts +5 -0
- package/dist/types/transaction.d.ts.map +1 -1
- package/dist/utils/BigInt.d.ts +15 -34
- package/dist/utils/BigInt.d.ts.map +1 -1
- package/dist/utils/BigInt.js +16 -23
- 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/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/date.d.ts.map +1 -1
- package/dist/utils/date.js +5 -4
- package/dist/utils/date.js.map +1 -1
- 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 +4 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +24 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/ipfs.d.ts +7 -0
- package/dist/utils/ipfs.d.ts.map +1 -0
- package/dist/utils/ipfs.js +64 -0
- package/dist/utils/ipfs.js.map +1 -0
- package/dist/utils/ipfs.test.d.ts +2 -0
- package/dist/utils/ipfs.test.d.ts.map +1 -0
- package/dist/utils/ipfs.test.js +54 -0
- package/dist/utils/ipfs.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 +39 -0
- package/dist/utils/types.d.ts.map +1 -0
- package/dist/utils/types.js +89 -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 +11 -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 +0 -12
- package/dist/Entity.d.ts.map +0 -1
- package/dist/Entity.js.map +0 -1
- package/dist/Pool.d.ts +0 -27
- package/dist/Pool.d.ts.map +0 -1
- package/dist/Pool.js +0 -76
- package/dist/Pool.js.map +0 -1
- package/dist/PoolNetwork.d.ts +0 -82
- package/dist/PoolNetwork.d.ts.map +0 -1
- package/dist/PoolNetwork.js +0 -235
- package/dist/PoolNetwork.js.map +0 -1
- package/dist/Reports/Processor.d.ts +0 -38
- package/dist/Reports/Processor.d.ts.map +0 -1
- package/dist/Reports/Processor.js +0 -167
- package/dist/Reports/Processor.js.map +0 -1
- package/dist/Reports/index.d.ts +0 -24
- package/dist/Reports/index.d.ts.map +0 -1
- package/dist/Reports/index.js +0 -68
- package/dist/Reports/index.js.map +0 -1
- package/dist/Reports/types.d.ts +0 -102
- package/dist/Reports/types.d.ts.map +0 -1
- package/dist/Reports/types.js +0 -2
- package/dist/Reports/types.js.map +0 -1
- package/dist/Vault.d.ts +0 -96
- 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/queries/poolFeeSnapshots.d.ts.map +0 -1
- package/dist/queries/poolFeeSnapshots.js.map +0 -1
- package/dist/queries/poolSnapshots.d.ts.map +0 -1
- package/dist/queries/poolSnapshots.js.map +0 -1
- package/dist/queries/trancheSnapshots.d.ts.map +0 -1
- package/dist/queries/trancheSnapshots.js.map +0 -1
- package/dist/utils/pinToApi.d.ts +0 -2
- package/dist/utils/pinToApi.d.ts.map +0 -1
- package/dist/utils/pinToApi.js +0 -10
- package/dist/utils/pinToApi.js.map +0 -1
|
@@ -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":"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 spoke() 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,6CAA6C;IAC7C,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 @@
|
|
|
1
|
+
{"version":3,"file":"MultiAdapter.abi.d.ts","sourceRoot":"","sources":["../../src/abi/MultiAdapter.abi.ts"],"names":[],"mappings":";AAAA,wBAmDU"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
// 'function PRIMARY_ADAPTER_ID() view returns (uint8)',
|
|
3
|
+
// 'function RECOVERY_CHALLENGE_PERIOD() view returns (uint256)',
|
|
4
|
+
// 'function activeSessionId(uint16 centrifugeId) view returns (uint64)',
|
|
5
|
+
// 'function adapters(uint16 centrifugeId, uint256) view returns (address)',
|
|
6
|
+
// 'function deny(address user)',
|
|
7
|
+
// 'function disputeRecovery(uint16 centrifugeId, address adapter, bytes32 payloadHash)',
|
|
8
|
+
'function estimate(uint16 centrifugeId, bytes payload, uint256 gasLimit) view returns (uint256 total)',
|
|
9
|
+
// 'function executeRecovery(uint16 centrifugeId, address adapter, bytes payload)',
|
|
10
|
+
// 'function file(bytes32 what, address instance)',
|
|
11
|
+
// 'function file(bytes32 what, uint16 centrifugeId, address[] addresses)',
|
|
12
|
+
// 'function gateway() view returns (address)',
|
|
13
|
+
// 'function handle(uint16 centrifugeId, bytes payload)',
|
|
14
|
+
// 'function inbound(uint16 centrifugeId, bytes32 payloadHash) view returns (uint64 sessionId, bytes pending)',
|
|
15
|
+
// 'function initiateRecovery(uint16 centrifugeId, address adapter, bytes32 payloadHash)',
|
|
16
|
+
// 'function localCentrifugeId() view returns (uint16)',
|
|
17
|
+
// 'function quorum(uint16 centrifugeId) view returns (uint8)',
|
|
18
|
+
// 'function recoveries(uint16 centrifugeId, address adapter, bytes32 payloadHash) view returns (uint256 timestamp)',
|
|
19
|
+
// 'function rely(address user)',
|
|
20
|
+
// 'function send(uint16 centrifugeId, bytes payload, uint256 gasLimit, address refund) payable returns (bytes32)',
|
|
21
|
+
// 'function votes(uint16 centrifugeId, bytes32 payloadHash) view returns (uint16[8])',
|
|
22
|
+
// 'function wards(address) view returns (uint256)',
|
|
23
|
+
// 'event Deny(address indexed user)',
|
|
24
|
+
// 'event DisputeRecovery(uint16 centrifugeId, bytes32 payloadHash, address adapter)',
|
|
25
|
+
// 'event ExecuteRecovery(uint16 centrifugeId, bytes message, address adapter)',
|
|
26
|
+
// 'event File(bytes32 indexed what, address addr)',
|
|
27
|
+
// 'event File(bytes32 indexed what, uint16 centrifugeId, address[] adapters)',
|
|
28
|
+
// 'event HandlePayload(uint16 indexed centrifugeId, bytes32 indexed payloadId, bytes payload, address adapter)',
|
|
29
|
+
// 'event HandleProof(uint16 indexed centrifugeId, bytes32 indexed payloadId, bytes32 payloadHash, address adapter)',
|
|
30
|
+
// 'event InitiateRecovery(uint16 centrifugeId, bytes32 payloadHash, address adapter)',
|
|
31
|
+
// 'event Rely(address indexed user)',
|
|
32
|
+
// 'event SendPayload(uint16 indexed centrifugeId, bytes32 indexed payloadId, bytes payload, address adapter, bytes32 adapterData, address refund)',
|
|
33
|
+
// 'event SendProof(uint16 indexed centrifugeId, bytes32 indexed payloadId, bytes32 payloadHash, address adapter, bytes32 adapterData)',
|
|
34
|
+
// 'error EmptyAdapterSet()',
|
|
35
|
+
// 'error ExceedsMax()',
|
|
36
|
+
// 'error FileUnrecognizedParam()',
|
|
37
|
+
// 'error InvalidAdapter()',
|
|
38
|
+
// 'error InvalidMessage(uint8 code)',
|
|
39
|
+
// 'error InvalidValues()',
|
|
40
|
+
// 'error NoDuplicatesAllowed()',
|
|
41
|
+
// 'error NonPayloadAdapter()',
|
|
42
|
+
// 'error NonProofAdapter()',
|
|
43
|
+
// 'error NotAuthorized()',
|
|
44
|
+
// 'error NotEntrypoint()',
|
|
45
|
+
// 'error RecoveryChallengePeriodNotEnded()',
|
|
46
|
+
// 'error RecoveryNotInitiated()',
|
|
47
|
+
// 'error RecoveryPayloadRecovered()',
|
|
48
|
+
// 'error SliceOutOfBounds()',
|
|
49
|
+
// 'error Uint8_Overflow()',
|
|
50
|
+
// 'error UnknownChainId()',
|
|
51
|
+
// 'error UnknownMessageProofType()',
|
|
52
|
+
];
|
|
53
|
+
//# sourceMappingURL=MultiAdapter.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MultiAdapter.abi.js","sourceRoot":"","sources":["../../src/abi/MultiAdapter.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,wDAAwD;IACxD,iEAAiE;IACjE,yEAAyE;IACzE,4EAA4E;IAC5E,iCAAiC;IACjC,yFAAyF;IACzF,sGAAsG;IACtG,mFAAmF;IACnF,mDAAmD;IACnD,2EAA2E;IAC3E,+CAA+C;IAC/C,yDAAyD;IACzD,+GAA+G;IAC/G,0FAA0F;IAC1F,wDAAwD;IACxD,+DAA+D;IAC/D,qHAAqH;IACrH,iCAAiC;IACjC,mHAAmH;IACnH,uFAAuF;IACvF,oDAAoD;IACpD,sCAAsC;IACtC,sFAAsF;IACtF,gFAAgF;IAChF,oDAAoD;IACpD,+EAA+E;IAC/E,iHAAiH;IACjH,qHAAqH;IACrH,uFAAuF;IACvF,sCAAsC;IACtC,oJAAoJ;IACpJ,wIAAwI;IACxI,6BAA6B;IAC7B,wBAAwB;IACxB,mCAAmC;IACnC,4BAA4B;IAC5B,sCAAsC;IACtC,2BAA2B;IAC3B,iCAAiC;IACjC,+BAA+B;IAC/B,6BAA6B;IAC7B,2BAA2B;IAC3B,2BAA2B;IAC3B,6CAA6C;IAC7C,kCAAkC;IAClC,sCAAsC;IACtC,8BAA8B;IAC9B,4BAA4B;IAC5B,4BAA4B;IAC5B,qCAAqC;CAC7B,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["event UpdateMember(address indexed token, address indexed user, uint64 validUntil)", "function isMember(address token, address user) view returns (bool isValid, uint64 validUntil)"];
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=RestrictionManager.abi.d.ts.map
|
|
@@ -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
|
|
@@ -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,+FAA+F;IAC/F,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 ["function addShareClass(uint64 poolId, string name, string symbol, bytes32 salt) returns (bytes16 scId_)", "function allowForceDepositCancel(bytes16 scId, uint128 depositAssetId, bytes32 investor) view returns (bool cancelled)", "function allowForceRedeemCancel(bytes16 scId, uint128 payoutAssetId, bytes32 investor) view returns (bool cancelled)", "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 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 forceCancelDepositRequest(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 depositAssetId) returns (uint128 cancelledAssetAmount)", "function forceCancelRedeemRequest(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 payoutAssetId) returns (uint128 cancelledShareAmount)", "function hubRegistry() view returns (address)", "function issuance(bytes16 scId, uint16 centrifugeId) view returns (uint128)", "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 updateSharePrice(uint64 poolId, bytes16 scId_, uint128 navPoolPerShare)", "function updateShares(uint16 centrifugeId, uint64 poolId, bytes16 scId_, uint128 amount, bool isIssuance)", "function wards(address) view returns (uint256)", "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(uint16 centrifugeId, uint64 indexed poolId, bytes16 indexed scId, uint128 issuedShareAmount)", "event RemoteRevokeShares(uint16 centrifugeId, 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)", "error AlreadyIssued()", "error AlreadyUsedSalt()", "error ApprovalRequired()", "error CancellationInitializationRequired()", "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()"];
|
|
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,wBAuFU"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'function addShareClass(uint64 poolId, string name, string symbol, bytes32 salt) returns (bytes16 scId_)',
|
|
3
|
+
'function allowForceDepositCancel(bytes16 scId, uint128 depositAssetId, bytes32 investor) view returns (bool cancelled)',
|
|
4
|
+
'function allowForceRedeemCancel(bytes16 scId, uint128 payoutAssetId, bytes32 investor) view returns (bool cancelled)',
|
|
5
|
+
'function approveDeposits(uint64 poolId, bytes16 scId_, uint128 depositAssetId, uint32 nowDepositEpochId, uint128 approvedAssetAmount, uint128 pricePoolPerAsset) returns (uint128 pendingAssetAmount, uint128 approvedPoolAmount)',
|
|
6
|
+
'function approveRedeems(uint64 poolId, bytes16 scId_, uint128 payoutAssetId, uint32 nowRedeemEpochId, uint128 approvedShareAmount, uint128 pricePoolPerAsset) returns (uint128 pendingShareAmount)',
|
|
7
|
+
'function cancelDepositRequest(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 depositAssetId) returns (uint128 cancelledAssetAmount)',
|
|
8
|
+
'function cancelRedeemRequest(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 payoutAssetId) returns (uint128 cancelledShareAmount)',
|
|
9
|
+
'function claimDeposit(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 depositAssetId) returns (uint128 payoutShareAmount, uint128 paymentAssetAmount, uint128 cancelledAssetAmount, bool canClaimAgain)',
|
|
10
|
+
'function claimRedeem(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 payoutAssetId) returns (uint128 payoutAssetAmount, uint128 paymentShareAmount, uint128 cancelledShareAmount, bool canClaimAgain)',
|
|
11
|
+
'function deny(address user)',
|
|
12
|
+
'function depositRequest(bytes16 scId, uint128 depositAssetId, bytes32 investor) view returns (uint128 pending, uint32 lastUpdate)',
|
|
13
|
+
'function epochId(bytes16 scId, uint128 assetId) view returns (uint32 deposit, uint32 redeem, uint32 issue, uint32 revoke)',
|
|
14
|
+
'function epochInvestAmounts(bytes16 scId, uint128 assetId, uint32 epochId_) view returns (uint128 pendingAssetAmount, uint128 approvedAssetAmount, uint128 approvedPoolAmount, uint128 pricePoolPerAsset, uint128 navPoolPerShare, uint64 issuedAt)',
|
|
15
|
+
'function epochRedeemAmounts(bytes16 scId, uint128 assetId, uint32 epochId_) view returns (uint128 pendingShareAmount, uint128 approvedShareAmount, uint128 payoutAssetAmount, uint128 pricePoolPerAsset, uint128 navPoolPerShare, uint64 revokedAt)',
|
|
16
|
+
'function exists(uint64 poolId, bytes16 scId_) view returns (bool)',
|
|
17
|
+
'function forceCancelDepositRequest(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 depositAssetId) returns (uint128 cancelledAssetAmount)',
|
|
18
|
+
'function forceCancelRedeemRequest(uint64 poolId, bytes16 scId_, bytes32 investor, uint128 payoutAssetId) returns (uint128 cancelledShareAmount)',
|
|
19
|
+
'function hubRegistry() view returns (address)',
|
|
20
|
+
'function issuance(bytes16 scId, uint16 centrifugeId) view returns (uint128)',
|
|
21
|
+
'function issueShares(uint64 poolId, bytes16 scId_, uint128 depositAssetId, uint32 nowIssueEpochId, uint128 navPoolPerShare) returns (uint128 issuedShareAmount, uint128 depositAssetAmount, uint128 depositPoolAmount)',
|
|
22
|
+
'function maxDepositClaims(bytes16 scId_, bytes32 investor, uint128 depositAssetId) view returns (uint32)',
|
|
23
|
+
'function maxRedeemClaims(bytes16 scId_, bytes32 investor, uint128 payoutAssetId) view returns (uint32)',
|
|
24
|
+
'function metadata(bytes16 scId) view returns (string name, string symbol, bytes32 salt)',
|
|
25
|
+
'function metrics(bytes16 scId) view returns (uint128 totalIssuance, uint128 navPerShare)',
|
|
26
|
+
'function nowDepositEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)',
|
|
27
|
+
'function nowIssueEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)',
|
|
28
|
+
'function nowRedeemEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)',
|
|
29
|
+
'function nowRevokeEpoch(bytes16 scId_, uint128 depositAssetId) view returns (uint32)',
|
|
30
|
+
'function pendingDeposit(bytes16 scId, uint128 depositAssetId) view returns (uint128 pending)',
|
|
31
|
+
'function pendingRedeem(bytes16 scId, uint128 payoutAssetId) view returns (uint128 pending)',
|
|
32
|
+
'function previewNextShareClassId(uint64 poolId) view returns (bytes16 scId)',
|
|
33
|
+
'function previewShareClassId(uint64 poolId, uint32 index) pure returns (bytes16 scId)',
|
|
34
|
+
'function queuedDepositRequest(bytes16 scId, uint128 depositAssetId, bytes32 investor) view returns (bool isCancelling, uint128 amount)',
|
|
35
|
+
'function queuedRedeemRequest(bytes16 scId, uint128 payoutAssetId, bytes32 investor) view returns (bool isCancelling, uint128 amount)',
|
|
36
|
+
'function redeemRequest(bytes16 scId, uint128 payoutAssetId, bytes32 investor) view returns (uint128 pending, uint32 lastUpdate)',
|
|
37
|
+
'function rely(address user)',
|
|
38
|
+
'function requestDeposit(uint64 poolId, bytes16 scId_, uint128 amount, bytes32 investor, uint128 depositAssetId)',
|
|
39
|
+
'function requestRedeem(uint64 poolId, bytes16 scId_, uint128 amount, bytes32 investor, uint128 payoutAssetId)',
|
|
40
|
+
'function revokeShares(uint64 poolId, bytes16 scId_, uint128 payoutAssetId, uint32 nowRevokeEpochId, uint128 navPoolPerShare) returns (uint128 revokedShareAmount, uint128 payoutAssetAmount, uint128 payoutPoolAmount)',
|
|
41
|
+
'function salts(bytes32 salt) view returns (bool)',
|
|
42
|
+
'function shareClassCount(uint64 poolId) view returns (uint32)',
|
|
43
|
+
'function shareClassIds(uint64 poolId, bytes16) view returns (bool)',
|
|
44
|
+
'function updateMetadata(uint64 poolId, bytes16 scId_, string name, string symbol)',
|
|
45
|
+
'function updateSharePrice(uint64 poolId, bytes16 scId_, uint128 navPoolPerShare)',
|
|
46
|
+
'function updateShares(uint16 centrifugeId, uint64 poolId, bytes16 scId_, uint128 amount, bool isIssuance)',
|
|
47
|
+
'function wards(address) view returns (uint256)',
|
|
48
|
+
'event AddShareClass(uint64 indexed poolId, bytes16 indexed scId, uint32 indexed index, string name, string symbol, bytes32 salt)',
|
|
49
|
+
'event AddShareClass(uint64 indexed poolId, bytes16 indexed scId, uint32 indexed index)',
|
|
50
|
+
'event ApproveDeposits(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed depositAssetId, uint32 epoch, uint128 approvedPoolAmount, uint128 approvedAssetAmount, uint128 pendingAssetAmount)',
|
|
51
|
+
'event ApproveRedeems(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed payoutAssetId, uint32 epoch, uint128 approvedShareAmount, uint128 pendingShareAmount)',
|
|
52
|
+
'event ClaimDeposit(uint64 indexed poolId, bytes16 indexed scId, uint32 epoch, bytes32 investor, uint128 indexed depositAssetId, uint128 paymentAssetAmount, uint128 pendingAssetAmount, uint128 claimedShareAmount, uint64 issuedAt)',
|
|
53
|
+
'event ClaimRedeem(uint64 indexed poolId, bytes16 indexed scId, uint32 epoch, bytes32 investor, uint128 indexed payoutAssetId, uint128 paymentShareAmount, uint128 pendingShareAmount, uint128 claimedAssetAmount, uint64 revokedAt)',
|
|
54
|
+
'event Deny(address indexed user)',
|
|
55
|
+
'event IssueShares(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed depositAssetId, uint32 epoch, uint128 navPoolPerShare, uint128 navAssetPerShare, uint128 issuedShareAmount)',
|
|
56
|
+
'event Rely(address indexed user)',
|
|
57
|
+
'event RemoteIssueShares(uint16 centrifugeId, uint64 indexed poolId, bytes16 indexed scId, uint128 issuedShareAmount)',
|
|
58
|
+
'event RemoteRevokeShares(uint16 centrifugeId, uint64 indexed poolId, bytes16 indexed scId, uint128 revokedAssetAmount)',
|
|
59
|
+
'event RevokeShares(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed payoutAssetId, uint32 epoch, uint128 navPoolPerShare, uint128 navAssetPerShare, uint128 revokedShareAmount, uint128 revokedAssetAmount, uint128 revokedPoolAmount)',
|
|
60
|
+
'event UpdateDepositRequest(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed depositAssetId, uint32 epoch, bytes32 investor, uint128 pendingUserAssetAmount, uint128 pendingTotalAssetAmount, uint128 queuedUserAssetAmount, bool pendingCancellation)',
|
|
61
|
+
'event UpdateMetadata(uint64 indexed poolId, bytes16 indexed scId, string name, string symbol)',
|
|
62
|
+
'event UpdateRedeemRequest(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed payoutAssetId, uint32 epoch, bytes32 investor, uint128 pendingUserShareAmount, uint128 pendingTotalShareAmount, uint128 queuedUserShareAmount, bool pendingCancellation)',
|
|
63
|
+
'event UpdateShareClass(uint64 indexed poolId, bytes16 indexed scId, uint128 navPoolPerShare)',
|
|
64
|
+
'error AlreadyIssued()',
|
|
65
|
+
'error AlreadyUsedSalt()',
|
|
66
|
+
'error ApprovalRequired()',
|
|
67
|
+
'error CancellationInitializationRequired()',
|
|
68
|
+
'error CancellationQueued()',
|
|
69
|
+
'error DecreaseMoreThanIssued()',
|
|
70
|
+
'error EpochNotFound()',
|
|
71
|
+
'error EpochNotInSequence(uint32 providedEpoch, uint32 nowEpoch)',
|
|
72
|
+
'error InsufficientPending()',
|
|
73
|
+
'error InvalidMetadataName()',
|
|
74
|
+
'error InvalidMetadataSize()',
|
|
75
|
+
'error InvalidMetadataSymbol()',
|
|
76
|
+
'error InvalidSalt()',
|
|
77
|
+
'error IssuanceRequired()',
|
|
78
|
+
'error MulDiv_Overflow()',
|
|
79
|
+
'error NoOrderFound()',
|
|
80
|
+
'error NotAuthorized()',
|
|
81
|
+
'error PoolMissing()',
|
|
82
|
+
'error RevocationRequired()',
|
|
83
|
+
'error RevokeMoreThanIssued()',
|
|
84
|
+
'error ShareClassNotFound()',
|
|
85
|
+
'error Uint128_Overflow()',
|
|
86
|
+
'error Uint64_Overflow()',
|
|
87
|
+
'error ZeroApprovalAmount()',
|
|
88
|
+
];
|
|
89
|
+
//# 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,yGAAyG;IACzG,wHAAwH;IACxH,sHAAsH;IACtH,mOAAmO;IACnO,oMAAoM;IACpM,8IAA8I;IAC9I,4IAA4I;IAC5I,iNAAiN;IACjN,+MAA+M;IAC/M,6BAA6B;IAC7B,mIAAmI;IACnI,2HAA2H;IAC3H,qPAAqP;IACrP,qPAAqP;IACrP,mEAAmE;IACnE,mJAAmJ;IACnJ,iJAAiJ;IACjJ,+CAA+C;IAC/C,6EAA6E;IAC7E,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,kFAAkF;IAClF,2GAA2G;IAC3G,gDAAgD;IAChD,kIAAkI;IAClI,wFAAwF;IACxF,uMAAuM;IACvM,yKAAyK;IACzK,sOAAsO;IACtO,qOAAqO;IACrO,kCAAkC;IAClC,4LAA4L;IAC5L,kCAAkC;IAClC,sHAAsH;IACtH,wHAAwH;IACxH,oPAAoP;IACpP,mQAAmQ;IACnQ,+FAA+F;IAC/F,iQAAiQ;IACjQ,8FAA8F;IAC9F,uBAAuB;IACvB,yBAAyB;IACzB,0BAA0B;IAC1B,4CAA4C;IAC5C,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;CACpB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["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 deny(address user)", "function deployVault(uint64 poolId, bytes16 scId, uint128 assetId, address factory) returns (address)", "function executeTransferShares(uint64 poolId, bytes16 scId, bytes32 receiver, uint128 amount)", "function file(bytes32 what, address factory, bool status)", "function file(bytes32 what, address data)", "function gateway() view returns (address)", "function idToAsset(uint128 assetId) view returns (address asset, uint256 tokenId)", "function isLinked(address vault) view returns (bool)", "function isPoolActive(uint64 poolId) view returns (bool)", "function linkToken(uint64 poolId, bytes16 scId, address shareToken_)", "function linkVault(uint64 poolId, bytes16 scId, uint128 assetId, address vault)", "function markersPricePoolPerAsset(uint64 poolId, bytes16 scId, uint128 assetId) view returns (uint64 computedAt, uint64 maxAge, uint64 validUntil)", "function markersPricePoolPerShare(uint64 poolId, bytes16 scId) view returns (uint64 computedAt, uint64 maxAge, uint64 validUntil)", "function poolEscrowFactory() view returns (address)", "function pools(uint64 poolId) view returns (uint256 createdAt)", "function pricePoolPerAsset(uint64 poolId, bytes16 scId, uint128 assetId, bool checkValidity) view returns (uint128 price)", "function pricePoolPerShare(uint64 poolId, bytes16 scId, bool checkValidity) view returns (uint128 price)", "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 registerVault(uint64 poolId, bytes16 scId, uint128 assetId, address asset, uint256 tokenId, address factory, address vault)", "function rely(address user)", "function sender() view returns (address)", "function setMaxAssetPriceAge(uint64 poolId, bytes16 scId, uint128 assetId, uint64 maxPriceAge)", "function setMaxSharePriceAge(uint64 poolId, bytes16 scId, uint64 maxPriceAge)", "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 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 updateVault(uint64 poolId, bytes16 scId, uint128 assetId, address vaultOrFactory, uint8 kind)", "function vaultDetails(address vault) view returns ((uint128 assetId, address asset, uint256 tokenId, bool isLinked) details)", "function vaultFactory(address factory) view returns (bool)", "function wards(address) view returns (uint256)", "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, uint8 kind)", "event ExecuteTransferShares(uint64 indexed poolId, bytes16 indexed scId, address indexed receiver, uint128 amount)", "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 RegisterAsset(uint128 indexed assetId, address indexed asset, uint256 indexed tokenId, string name, string symbol, uint8 decimals, bool isInitialization)", "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 UpdateAssetPrice(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, uint256 price, uint64 computedAt)", "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)", "event UpdateSharePrice(uint64 indexed poolId, bytes16 indexed scId, uint256 price, uint64 computedAt)", "error AssetMissingDecimals()", "error CannotSetOlderPrice()", "error CrossChainTransferNotAllowed()", "error FileUnrecognizedParam()", "error InvalidFactory()", "error InvalidHook()", "error InvalidPool()", "error InvalidPrice()", "error LocalTransferNotAllowed()", "error MalformedVaultUpdateMessage()", "error NoCode()", "error NotAuthorized()", "error OldHook()", "error OldMetadata()", "error PoolAlreadyAdded()", "error SafeTransferEthFailed()", "error ShareClassAlreadyRegistered()", "error ShareTokenDoesNotExist()", "error ShareTokenTransferFailed()", "error TooFewDecimals()", "error TooManyDecimals()", "error TransferFromFailed()", "error UnauthorizedSender()", "error UnknownAsset()", "error UnknownToken()", "error UnknownVault()", "error WrappedError(address target, bytes4 selector, bytes reason, bytes details)"];
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=Spoke.abi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spoke.abi.d.ts","sourceRoot":"","sources":["../../src/abi/Spoke.abi.ts"],"names":[],"mappings":";AAAA,wBAwFU"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'function addPool(uint64 poolId)',
|
|
3
|
+
'function addShareClass(uint64 poolId, bytes16 scId, string name, string symbol, uint8 decimals, bytes32 salt, address hook)',
|
|
4
|
+
'function assetToId(address asset, uint256 tokenId) view returns (uint128 assetId)',
|
|
5
|
+
'function deny(address user)',
|
|
6
|
+
'function deployVault(uint64 poolId, bytes16 scId, uint128 assetId, address factory) returns (address)',
|
|
7
|
+
'function executeTransferShares(uint64 poolId, bytes16 scId, bytes32 receiver, uint128 amount)',
|
|
8
|
+
'function file(bytes32 what, address factory, bool status)',
|
|
9
|
+
'function file(bytes32 what, address data)',
|
|
10
|
+
'function gateway() view returns (address)',
|
|
11
|
+
'function idToAsset(uint128 assetId) view returns (address asset, uint256 tokenId)',
|
|
12
|
+
'function isLinked(address vault) view returns (bool)',
|
|
13
|
+
'function isPoolActive(uint64 poolId) view returns (bool)',
|
|
14
|
+
'function linkToken(uint64 poolId, bytes16 scId, address shareToken_)',
|
|
15
|
+
'function linkVault(uint64 poolId, bytes16 scId, uint128 assetId, address vault)',
|
|
16
|
+
'function markersPricePoolPerAsset(uint64 poolId, bytes16 scId, uint128 assetId) view returns (uint64 computedAt, uint64 maxAge, uint64 validUntil)',
|
|
17
|
+
'function markersPricePoolPerShare(uint64 poolId, bytes16 scId) view returns (uint64 computedAt, uint64 maxAge, uint64 validUntil)',
|
|
18
|
+
'function poolEscrowFactory() view returns (address)',
|
|
19
|
+
'function pools(uint64 poolId) view returns (uint256 createdAt)',
|
|
20
|
+
'function pricePoolPerAsset(uint64 poolId, bytes16 scId, uint128 assetId, bool checkValidity) view returns (uint128 price)',
|
|
21
|
+
'function pricePoolPerShare(uint64 poolId, bytes16 scId, bool checkValidity) view returns (uint128 price)',
|
|
22
|
+
'function pricesPoolPer(uint64 poolId, bytes16 scId, uint128 assetId, bool checkValidity) view returns (uint128 pricePoolPerAsset_, uint128 pricePoolPerShare_)',
|
|
23
|
+
'function recoverTokens(address token, address receiver, uint256 amount)',
|
|
24
|
+
'function recoverTokens(address token, uint256 tokenId, address receiver, uint256 amount)',
|
|
25
|
+
'function registerAsset(uint16 centrifugeId, address asset, uint256 tokenId) payable returns (uint128 assetId)',
|
|
26
|
+
'function registerVault(uint64 poolId, bytes16 scId, uint128 assetId, address asset, uint256 tokenId, address factory, address vault)',
|
|
27
|
+
'function rely(address user)',
|
|
28
|
+
'function sender() view returns (address)',
|
|
29
|
+
'function setMaxAssetPriceAge(uint64 poolId, bytes16 scId, uint128 assetId, uint64 maxPriceAge)',
|
|
30
|
+
'function setMaxSharePriceAge(uint64 poolId, bytes16 scId, uint64 maxPriceAge)',
|
|
31
|
+
'function shareToken(uint64 poolId, bytes16 scId) view returns (address)',
|
|
32
|
+
'function tokenFactory() view returns (address)',
|
|
33
|
+
'function transferShares(uint16 centrifugeId, uint64 poolId, bytes16 scId, bytes32 receiver, uint128 amount) payable',
|
|
34
|
+
'function unlinkVault(uint64 poolId, bytes16 scId, uint128 assetId, address vault)',
|
|
35
|
+
'function updateContract(uint64 poolId, bytes16 scId, address target, bytes update)',
|
|
36
|
+
'function updatePricePoolPerAsset(uint64 poolId, bytes16 scId, uint128 assetId, uint128 poolPerAsset_, uint64 computedAt)',
|
|
37
|
+
'function updatePricePoolPerShare(uint64 poolId, bytes16 scId, uint128 price, uint64 computedAt)',
|
|
38
|
+
'function updateRestriction(uint64 poolId, bytes16 scId, bytes update)',
|
|
39
|
+
'function updateShareHook(uint64 poolId, bytes16 scId, address hook)',
|
|
40
|
+
'function updateShareMetadata(uint64 poolId, bytes16 scId, string name, string symbol)',
|
|
41
|
+
'function updateVault(uint64 poolId, bytes16 scId, uint128 assetId, address vaultOrFactory, uint8 kind)',
|
|
42
|
+
'function vaultDetails(address vault) view returns ((uint128 assetId, address asset, uint256 tokenId, bool isLinked) details)',
|
|
43
|
+
'function vaultFactory(address factory) view returns (bool)',
|
|
44
|
+
'function wards(address) view returns (uint256)',
|
|
45
|
+
'event AddPool(uint64 indexed poolId)',
|
|
46
|
+
'event AddShareClass(uint64 indexed poolId, bytes16 indexed scId, address token)',
|
|
47
|
+
'event Deny(address indexed user)',
|
|
48
|
+
'event DeployVault(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, address factory, address vault, uint8 kind)',
|
|
49
|
+
'event ExecuteTransferShares(uint64 indexed poolId, bytes16 indexed scId, address indexed receiver, uint128 amount)',
|
|
50
|
+
'event File(bytes32 indexed what, address data)',
|
|
51
|
+
'event File(bytes32 indexed what, address factory, bool status)',
|
|
52
|
+
'event LinkVault(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, address vault)',
|
|
53
|
+
'event RegisterAsset(uint128 indexed assetId, address indexed asset, uint256 indexed tokenId, string name, string symbol, uint8 decimals, bool isInitialization)',
|
|
54
|
+
'event Rely(address indexed user)',
|
|
55
|
+
'event TransferShares(uint16 centrifugeId, uint64 indexed poolId, bytes16 indexed scId, address indexed sender, bytes32 destinationAddress, uint128 amount)',
|
|
56
|
+
'event UnlinkVault(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, address vault)',
|
|
57
|
+
'event UpdateAssetPrice(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, uint256 price, uint64 computedAt)',
|
|
58
|
+
'event UpdateContract(uint64 indexed poolId, bytes16 indexed scId, address target, bytes payload)',
|
|
59
|
+
'event UpdateMaxAssetPriceAge(uint64 indexed poolId, bytes16 indexed scId, address indexed asset, uint256 tokenId, uint64 maxPriceAge)',
|
|
60
|
+
'event UpdateMaxSharePriceAge(uint64 indexed poolId, bytes16 indexed scId, uint64 maxPriceAge)',
|
|
61
|
+
'event UpdateSharePrice(uint64 indexed poolId, bytes16 indexed scId, uint256 price, uint64 computedAt)',
|
|
62
|
+
'error AssetMissingDecimals()',
|
|
63
|
+
'error CannotSetOlderPrice()',
|
|
64
|
+
'error CrossChainTransferNotAllowed()',
|
|
65
|
+
'error FileUnrecognizedParam()',
|
|
66
|
+
'error InvalidFactory()',
|
|
67
|
+
'error InvalidHook()',
|
|
68
|
+
'error InvalidPool()',
|
|
69
|
+
'error InvalidPrice()',
|
|
70
|
+
'error LocalTransferNotAllowed()',
|
|
71
|
+
'error MalformedVaultUpdateMessage()',
|
|
72
|
+
'error NoCode()',
|
|
73
|
+
'error NotAuthorized()',
|
|
74
|
+
'error OldHook()',
|
|
75
|
+
'error OldMetadata()',
|
|
76
|
+
'error PoolAlreadyAdded()',
|
|
77
|
+
'error SafeTransferEthFailed()',
|
|
78
|
+
'error ShareClassAlreadyRegistered()',
|
|
79
|
+
'error ShareTokenDoesNotExist()',
|
|
80
|
+
'error ShareTokenTransferFailed()',
|
|
81
|
+
'error TooFewDecimals()',
|
|
82
|
+
'error TooManyDecimals()',
|
|
83
|
+
'error TransferFromFailed()',
|
|
84
|
+
'error UnauthorizedSender()',
|
|
85
|
+
'error UnknownAsset()',
|
|
86
|
+
'error UnknownToken()',
|
|
87
|
+
'error UnknownVault()',
|
|
88
|
+
'error WrappedError(address target, bytes4 selector, bytes reason, bytes details)',
|
|
89
|
+
];
|
|
90
|
+
//# sourceMappingURL=Spoke.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spoke.abi.js","sourceRoot":"","sources":["../../src/abi/Spoke.abi.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,iCAAiC;IACjC,6HAA6H;IAC7H,mFAAmF;IACnF,6BAA6B;IAC7B,uGAAuG;IACvG,+FAA+F;IAC/F,2DAA2D;IAC3D,2CAA2C;IAC3C,2CAA2C;IAC3C,mFAAmF;IACnF,sDAAsD;IACtD,0DAA0D;IAC1D,sEAAsE;IACtE,iFAAiF;IACjF,oJAAoJ;IACpJ,mIAAmI;IACnI,qDAAqD;IACrD,gEAAgE;IAChE,2HAA2H;IAC3H,0GAA0G;IAC1G,gKAAgK;IAChK,yEAAyE;IACzE,0FAA0F;IAC1F,+GAA+G;IAC/G,sIAAsI;IACtI,6BAA6B;IAC7B,0CAA0C;IAC1C,gGAAgG;IAChG,+EAA+E;IAC/E,yEAAyE;IACzE,gDAAgD;IAChD,qHAAqH;IACrH,mFAAmF;IACnF,oFAAoF;IACpF,0HAA0H;IAC1H,iGAAiG;IACjG,uEAAuE;IACvE,qEAAqE;IACrE,uFAAuF;IACvF,wGAAwG;IACxG,8HAA8H;IAC9H,4DAA4D;IAC5D,gDAAgD;IAChD,sCAAsC;IACtC,iFAAiF;IACjF,kCAAkC;IAClC,oJAAoJ;IACpJ,oHAAoH;IACpH,gDAAgD;IAChD,gEAAgE;IAChE,qHAAqH;IACrH,iKAAiK;IACjK,kCAAkC;IAClC,4JAA4J;IAC5J,uHAAuH;IACvH,+IAA+I;IAC/I,kGAAkG;IAClG,uIAAuI;IACvI,+FAA+F;IAC/F,uGAAuG;IACvG,8BAA8B;IAC9B,6BAA6B;IAC7B,sCAAsC;IACtC,+BAA+B;IAC/B,wBAAwB;IACxB,qBAAqB;IACrB,qBAAqB;IACrB,sBAAsB;IACtB,iCAAiC;IACjC,qCAAqC;IACrC,gBAAgB;IAChB,uBAAuB;IACvB,iBAAiB;IACjB,qBAAqB;IACrB,0BAA0B;IAC1B,+BAA+B;IAC/B,qCAAqC;IACrC,gCAAgC;IAChC,kCAAkC;IAClC,wBAAwB;IACxB,yBAAyB;IACzB,4BAA4B;IAC5B,4BAA4B;IAC5B,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,kFAAkF;CAC1E,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["function addVault(uint64 poolId, bytes16 scId, uint128 assetId, address vault_, address asset_, uint256 tokenId)", "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 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, uint128 assetId, address vault_, address asset_, uint256 tokenId)", "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 spoke() view returns (address)", "function update(uint64 poolId, bytes16 scId, bytes payload)", "function valuation(uint64, bytes16 scId) view returns (address)", "function vault(uint64 poolId, bytes16 scId, uint128 assetId) view returns (address vault)", "function vaultByAssetId(uint64 poolId, bytes16 scId, uint128 assetId) view returns (address)", "function wards(address) view returns (uint256)", "event AddVault(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed assetId, address vault)", "event Deny(address indexed user)", "event File(bytes32 indexed what, address data)", "event Rely(address indexed user)", "event RemoveVault(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed assetId, address vault)", "event SetMaxReserve(uint64 indexed poolId, bytes16 indexed scId, address asset, uint256 tokenId, uint128 maxReserve)", "event SetValuation(uint64 indexed poolId, bytes16 indexed scId, address valuation)", "error AssetMismatch()", "error AssetNotAllowed()", "error ExceedsMaxDeposit()", "error ExceedsMaxMint()", "error FileUnrecognizedParam()", "error MulDiv_Overflow()", "error NoCode()", "error NotAuthorized()", "error SafeTransferEthFailed()", "error SecondaryManagerDoesNotExist()", "error SenderNotVault()", "error ShareTokenDoesNotExist()", "error SliceOutOfBounds()", "error Uint128_Overflow()", "error Uint64_Overflow()", "error UnknownMessageType()", "error UnknownUpdateContractType()", "error VaultAlreadyExists()", "error VaultDoesNotExist()", "error WrappedError(address target, bytes4 selector, bytes reason, bytes details)"];
|
|
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,wBA2DU"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
'function addVault(uint64 poolId, bytes16 scId, uint128 assetId, address vault_, address asset_, uint256 tokenId)',
|
|
3
|
+
'function balanceSheet() view returns (address)',
|
|
4
|
+
'function convertToAssets(address vault_, uint256 shares) view returns (uint256 assets)',
|
|
5
|
+
'function convertToShares(address vault_, uint256 assets) view returns (uint256 shares)',
|
|
6
|
+
'function deny(address user)',
|
|
7
|
+
'function deposit(address vault_, uint256 assets, address receiver, address owner) returns (uint256 shares)',
|
|
8
|
+
'function file(bytes32 what, address data)',
|
|
9
|
+
'function globalEscrow() view returns (address)',
|
|
10
|
+
'function maxDeposit(address vault_, address) view returns (uint256)',
|
|
11
|
+
'function maxMint(address vault_, address) view returns (uint256)',
|
|
12
|
+
'function maxReserve(uint64, bytes16 scId, address asset, uint256 tokenId) view returns (uint128)',
|
|
13
|
+
'function mint(address vault_, uint256 shares, address receiver, address owner) returns (uint256 assets)',
|
|
14
|
+
'function poolEscrow(uint64 poolId) view returns (address)',
|
|
15
|
+
'function previewDeposit(address vault_, address, uint256 assets) view returns (uint256 shares)',
|
|
16
|
+
'function previewMint(address vault_, address, uint256 shares) view returns (uint256 assets)',
|
|
17
|
+
'function priceLastUpdated(address vault_) view returns (uint64 lastUpdated)',
|
|
18
|
+
'function pricePoolPerShare(uint64 poolId, bytes16 scId) view returns (uint128 price)',
|
|
19
|
+
'function prices(uint64 poolId, bytes16 scId, uint128 assetId) view returns ((uint128 assetPerShare, uint128 poolPerAsset, uint128 poolPerShare) priceData)',
|
|
20
|
+
'function recoverTokens(address token, address receiver, uint256 amount)',
|
|
21
|
+
'function recoverTokens(address token, uint256 tokenId, address receiver, uint256 amount)',
|
|
22
|
+
'function rely(address user)',
|
|
23
|
+
'function removeVault(uint64 poolId, bytes16 scId, uint128 assetId, address vault_, address asset_, uint256 tokenId)',
|
|
24
|
+
'function root() view returns (address)',
|
|
25
|
+
'function setMaxReserve(uint64 poolId, bytes16 scId, address asset, uint256 tokenId, uint128 maxReserve_)',
|
|
26
|
+
'function setValuation(uint64 poolId, bytes16 scId, address valuation_)',
|
|
27
|
+
'function spoke() view returns (address)',
|
|
28
|
+
'function update(uint64 poolId, bytes16 scId, bytes payload)',
|
|
29
|
+
'function valuation(uint64, bytes16 scId) view returns (address)',
|
|
30
|
+
'function vault(uint64 poolId, bytes16 scId, uint128 assetId) view returns (address vault)',
|
|
31
|
+
'function vaultByAssetId(uint64 poolId, bytes16 scId, uint128 assetId) view returns (address)',
|
|
32
|
+
'function wards(address) view returns (uint256)',
|
|
33
|
+
'event AddVault(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed assetId, address vault)',
|
|
34
|
+
'event Deny(address indexed user)',
|
|
35
|
+
'event File(bytes32 indexed what, address data)',
|
|
36
|
+
'event Rely(address indexed user)',
|
|
37
|
+
'event RemoveVault(uint64 indexed poolId, bytes16 indexed scId, uint128 indexed assetId, address vault)',
|
|
38
|
+
'event SetMaxReserve(uint64 indexed poolId, bytes16 indexed scId, address asset, uint256 tokenId, uint128 maxReserve)',
|
|
39
|
+
'event SetValuation(uint64 indexed poolId, bytes16 indexed scId, address valuation)',
|
|
40
|
+
'error AssetMismatch()',
|
|
41
|
+
'error AssetNotAllowed()',
|
|
42
|
+
'error ExceedsMaxDeposit()',
|
|
43
|
+
'error ExceedsMaxMint()',
|
|
44
|
+
'error FileUnrecognizedParam()',
|
|
45
|
+
'error MulDiv_Overflow()',
|
|
46
|
+
'error NoCode()',
|
|
47
|
+
'error NotAuthorized()',
|
|
48
|
+
'error SafeTransferEthFailed()',
|
|
49
|
+
'error SecondaryManagerDoesNotExist()',
|
|
50
|
+
'error SenderNotVault()',
|
|
51
|
+
'error ShareTokenDoesNotExist()',
|
|
52
|
+
'error SliceOutOfBounds()',
|
|
53
|
+
'error Uint128_Overflow()',
|
|
54
|
+
'error Uint64_Overflow()',
|
|
55
|
+
'error UnknownMessageType()',
|
|
56
|
+
'error UnknownUpdateContractType()',
|
|
57
|
+
'error VaultAlreadyExists()',
|
|
58
|
+
'error VaultDoesNotExist()',
|
|
59
|
+
'error WrappedError(address target, bytes4 selector, bytes reason, bytes details)',
|
|
60
|
+
];
|
|
61
|
+
//# 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,kHAAkH;IAClH,gDAAgD;IAChD,wFAAwF;IACxF,wFAAwF;IACxF,6BAA6B;IAC7B,4GAA4G;IAC5G,2CAA2C;IAC3C,gDAAgD;IAChD,qEAAqE;IACrE,kEAAkE;IAClE,kGAAkG;IAClG,yGAAyG;IACzG,2DAA2D;IAC3D,gGAAgG;IAChG,6FAA6F;IAC7F,6EAA6E;IAC7E,sFAAsF;IACtF,4JAA4J;IAC5J,yEAAyE;IACzE,0FAA0F;IAC1F,6BAA6B;IAC7B,qHAAqH;IACrH,wCAAwC;IACxC,0GAA0G;IAC1G,wEAAwE;IACxE,yCAAyC;IACzC,6DAA6D;IAC7D,iEAAiE;IACjE,2FAA2F;IAC3F,8FAA8F;IAC9F,gDAAgD;IAChD,qGAAqG;IACrG,kCAAkC;IAClC,gDAAgD;IAChD,kCAAkC;IAClC,wGAAwG;IACxG,sHAAsH;IACtH,oFAAoF;IACpF,uBAAuB;IACvB,yBAAyB;IACzB,2BAA2B;IAC3B,wBAAwB;IACxB,+BAA+B;IAC/B,yBAAyB;IACzB,gBAAgB;IAChB,uBAAuB;IACvB,+BAA+B;IAC/B,sCAAsC;IACtC,wBAAwB;IACxB,gCAAgC;IAChC,0BAA0B;IAC1B,0BAA0B;IAC1B,yBAAyB;IACzB,4BAA4B;IAC5B,mCAAmC;IACnC,4BAA4B;IAC5B,2BAA2B;IAC3B,kFAAkF;CAC1E,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Valuation.abi.d.ts","sourceRoot":"","sources":["../../src/abi/Valuation.abi.ts"],"names":[],"mappings":";AAAA,wBAAsG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Valuation.abi.js","sourceRoot":"","sources":["../../src/abi/Valuation.abi.ts"],"names":[],"mappings":"AAAA,eAAe,CAAC,4EAA4E,CAAU,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: readonly ["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 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 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 spoke() view returns (address)", "function unlockDepositRequest(address vault, address receiver) payable", "function wards(address) view returns (uint256)", "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)", "error CallFailedWithEmptyRevert()", "error InvalidOwner()", "error InvalidSender()", "error NoCode()", "error NoLockedBalance()", "error NoLockedRequest()", "error NonAsyncVault()", "error NonSyncDepositVault()", "error NotAuthorized()", "error SafeTransferEthFailed()", "error UnauthorizedSender()", "error WrappedError(address target, bytes4 selector, bytes reason, bytes details)", "error ZeroBalance()"];
|
|
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,wBAiDU"}
|