@huma-finance/shared 0.0.11 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abis/SuperfluidPoolProcessor.json +692 -0
- package/dist/abis/types/BaseCreditPool.d.ts +152 -152
- package/dist/abis/types/BaseFeeManager.d.ts +65 -65
- package/dist/abis/types/BasePoolConfig.d.ts +227 -227
- package/dist/abis/types/ERC20TransferableReceivable.d.ts +96 -96
- package/dist/abis/types/Erc20.d.ts +38 -38
- package/dist/abis/types/Erc2612.d.ts +41 -41
- package/dist/abis/types/Erc721.d.ts +123 -123
- package/dist/abis/types/HDT.d.ts +86 -86
- package/dist/abis/types/IConstantFlowAgreementV1.d.ts +77 -77
- package/dist/abis/types/ISuperfluid.d.ts +140 -140
- package/dist/abis/types/InvoiceNFT.d.ts +108 -108
- package/dist/abis/types/Multisend.d.ts +8 -8
- package/dist/abis/types/RealWorldReceivable.d.ts +129 -129
- package/dist/abis/types/ReceivableFactoringPool.d.ts +198 -198
- package/dist/abis/types/StreamFactoringPool.d.ts +189 -189
- package/dist/abis/types/StreamFeeManager.d.ts +71 -71
- package/dist/abis/types/SuperfluidPoolProcessor.d.ts +398 -0
- package/dist/abis/types/SuperfluidPoolProcessor.js +2 -0
- package/dist/abis/types/SuperfluidPoolProcessor.js.map +1 -0
- package/dist/abis/types/TestERC20.d.ts +59 -59
- package/dist/abis/types/TradableStream.d.ts +129 -129
- package/dist/abis/types/Transfer.d.ts +7 -7
- package/dist/abis/types/TransferNFT.d.ts +7 -7
- package/dist/abis/types/common.d.ts +3 -3
- package/dist/abis/types/factories/BaseCreditPool__factory.d.ts +3 -3
- package/dist/abis/types/factories/BaseCreditPool__factory.js +549 -549
- package/dist/abis/types/factories/BaseCreditPool__factory.js.map +1 -1
- package/dist/abis/types/factories/BaseFeeManager__factory.d.ts +3 -3
- package/dist/abis/types/factories/BaseFeeManager__factory.js +239 -239
- package/dist/abis/types/factories/BaseFeeManager__factory.js.map +1 -1
- package/dist/abis/types/factories/BasePoolConfig__factory.d.ts +3 -3
- package/dist/abis/types/factories/BasePoolConfig__factory.js +629 -629
- package/dist/abis/types/factories/BasePoolConfig__factory.js.map +1 -1
- package/dist/abis/types/factories/ERC20TransferableReceivable__factory.d.ts +3 -3
- package/dist/abis/types/factories/ERC20TransferableReceivable__factory.js +316 -316
- package/dist/abis/types/factories/ERC20TransferableReceivable__factory.js.map +1 -1
- package/dist/abis/types/factories/Erc20__factory.d.ts +3 -3
- package/dist/abis/types/factories/Erc20__factory.js +84 -84
- package/dist/abis/types/factories/Erc20__factory.js.map +1 -1
- package/dist/abis/types/factories/Erc2612__factory.d.ts +3 -3
- package/dist/abis/types/factories/Erc2612__factory.js +108 -108
- package/dist/abis/types/factories/Erc2612__factory.js.map +1 -1
- package/dist/abis/types/factories/Erc721__factory.d.ts +3 -3
- package/dist/abis/types/factories/Erc721__factory.js +287 -287
- package/dist/abis/types/factories/Erc721__factory.js.map +1 -1
- package/dist/abis/types/factories/HDT__factory.d.ts +3 -3
- package/dist/abis/types/factories/HDT__factory.js +241 -241
- package/dist/abis/types/factories/HDT__factory.js.map +1 -1
- package/dist/abis/types/factories/IConstantFlowAgreementV1__factory.d.ts +3 -3
- package/dist/abis/types/factories/IConstantFlowAgreementV1__factory.js +449 -449
- package/dist/abis/types/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/abis/types/factories/ISuperfluid__factory.d.ts +3 -3
- package/dist/abis/types/factories/ISuperfluid__factory.js +540 -540
- package/dist/abis/types/factories/ISuperfluid__factory.js.map +1 -1
- package/dist/abis/types/factories/InvoiceNFT__factory.d.ts +3 -3
- package/dist/abis/types/factories/InvoiceNFT__factory.js +295 -295
- package/dist/abis/types/factories/InvoiceNFT__factory.js.map +1 -1
- package/dist/abis/types/factories/Multisend__factory.d.ts +3 -3
- package/dist/abis/types/factories/Multisend__factory.js +13 -13
- package/dist/abis/types/factories/Multisend__factory.js.map +1 -1
- package/dist/abis/types/factories/RealWorldReceivable__factory.d.ts +3 -3
- package/dist/abis/types/factories/RealWorldReceivable__factory.js +395 -395
- package/dist/abis/types/factories/RealWorldReceivable__factory.js.map +1 -1
- package/dist/abis/types/factories/ReceivableFactoringPool__factory.d.ts +3 -3
- package/dist/abis/types/factories/ReceivableFactoringPool__factory.js +718 -718
- package/dist/abis/types/factories/ReceivableFactoringPool__factory.js.map +1 -1
- package/dist/abis/types/factories/StreamFactoringPool__factory.d.ts +3 -3
- package/dist/abis/types/factories/StreamFactoringPool__factory.js +719 -719
- package/dist/abis/types/factories/StreamFactoringPool__factory.js.map +1 -1
- package/dist/abis/types/factories/StreamFeeManager__factory.d.ts +3 -3
- package/dist/abis/types/factories/StreamFeeManager__factory.js +260 -260
- package/dist/abis/types/factories/StreamFeeManager__factory.js.map +1 -1
- package/dist/abis/types/factories/SuperfluidPoolProcessor__factory.d.ts +546 -0
- package/dist/abis/types/factories/SuperfluidPoolProcessor__factory.js +706 -0
- package/dist/abis/types/factories/SuperfluidPoolProcessor__factory.js.map +1 -0
- package/dist/abis/types/factories/TestERC20__factory.d.ts +3 -3
- package/dist/abis/types/factories/TestERC20__factory.js +172 -172
- package/dist/abis/types/factories/TestERC20__factory.js.map +1 -1
- package/dist/abis/types/factories/TradableStream__factory.d.ts +3 -3
- package/dist/abis/types/factories/TradableStream__factory.js +416 -416
- package/dist/abis/types/factories/TradableStream__factory.js.map +1 -1
- package/dist/abis/types/factories/TransferNFT__factory.d.ts +3 -3
- package/dist/abis/types/factories/TransferNFT__factory.js +12 -12
- package/dist/abis/types/factories/TransferNFT__factory.js.map +1 -1
- package/dist/abis/types/factories/Transfer__factory.d.ts +3 -3
- package/dist/abis/types/factories/Transfer__factory.js +9 -9
- package/dist/abis/types/factories/Transfer__factory.js.map +1 -1
- package/dist/abis/types/factories/index.d.ts +21 -20
- package/dist/abis/types/factories/index.js +21 -20
- package/dist/abis/types/factories/index.js.map +1 -1
- package/dist/abis/types/index.d.ts +43 -41
- package/dist/abis/types/index.js +22 -21
- package/dist/abis/types/index.js.map +1 -1
- package/dist/cjs/abis/SuperfluidPoolProcessor.json +692 -0
- package/dist/cjs/abis/types/BaseCreditPool.d.ts +152 -152
- package/dist/cjs/abis/types/BaseFeeManager.d.ts +65 -65
- package/dist/cjs/abis/types/BasePoolConfig.d.ts +227 -227
- package/dist/cjs/abis/types/ERC20TransferableReceivable.d.ts +96 -96
- package/dist/cjs/abis/types/Erc20.d.ts +38 -38
- package/dist/cjs/abis/types/Erc2612.d.ts +41 -41
- package/dist/cjs/abis/types/Erc721.d.ts +123 -123
- package/dist/cjs/abis/types/HDT.d.ts +86 -86
- package/dist/cjs/abis/types/IConstantFlowAgreementV1.d.ts +77 -77
- package/dist/cjs/abis/types/ISuperfluid.d.ts +140 -140
- package/dist/cjs/abis/types/InvoiceNFT.d.ts +108 -108
- package/dist/cjs/abis/types/Multisend.d.ts +8 -8
- package/dist/cjs/abis/types/RealWorldReceivable.d.ts +129 -129
- package/dist/cjs/abis/types/ReceivableFactoringPool.d.ts +198 -198
- package/dist/cjs/abis/types/StreamFactoringPool.d.ts +189 -189
- package/dist/cjs/abis/types/StreamFeeManager.d.ts +71 -71
- package/dist/cjs/abis/types/SuperfluidPoolProcessor.d.ts +398 -0
- package/dist/cjs/abis/types/SuperfluidPoolProcessor.js +3 -0
- package/dist/cjs/abis/types/SuperfluidPoolProcessor.js.map +1 -0
- package/dist/cjs/abis/types/TestERC20.d.ts +59 -59
- package/dist/cjs/abis/types/TradableStream.d.ts +129 -129
- package/dist/cjs/abis/types/Transfer.d.ts +7 -7
- package/dist/cjs/abis/types/TransferNFT.d.ts +7 -7
- package/dist/cjs/abis/types/common.d.ts +3 -3
- package/dist/cjs/abis/types/factories/BaseCreditPool__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/BaseCreditPool__factory.js +548 -548
- package/dist/cjs/abis/types/factories/BaseCreditPool__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/BaseFeeManager__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/BaseFeeManager__factory.js +238 -238
- package/dist/cjs/abis/types/factories/BaseFeeManager__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/BasePoolConfig__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/BasePoolConfig__factory.js +628 -628
- package/dist/cjs/abis/types/factories/BasePoolConfig__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/ERC20TransferableReceivable__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/ERC20TransferableReceivable__factory.js +315 -315
- package/dist/cjs/abis/types/factories/ERC20TransferableReceivable__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/Erc20__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/Erc20__factory.js +83 -83
- package/dist/cjs/abis/types/factories/Erc20__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/Erc2612__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/Erc2612__factory.js +107 -107
- package/dist/cjs/abis/types/factories/Erc2612__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/Erc721__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/Erc721__factory.js +286 -286
- package/dist/cjs/abis/types/factories/Erc721__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/HDT__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/HDT__factory.js +240 -240
- package/dist/cjs/abis/types/factories/HDT__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/IConstantFlowAgreementV1__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/IConstantFlowAgreementV1__factory.js +448 -448
- package/dist/cjs/abis/types/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/ISuperfluid__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/ISuperfluid__factory.js +539 -539
- package/dist/cjs/abis/types/factories/ISuperfluid__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/InvoiceNFT__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/InvoiceNFT__factory.js +294 -294
- package/dist/cjs/abis/types/factories/InvoiceNFT__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/Multisend__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/Multisend__factory.js +12 -12
- package/dist/cjs/abis/types/factories/Multisend__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/RealWorldReceivable__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/RealWorldReceivable__factory.js +394 -394
- package/dist/cjs/abis/types/factories/RealWorldReceivable__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/ReceivableFactoringPool__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/ReceivableFactoringPool__factory.js +717 -717
- package/dist/cjs/abis/types/factories/ReceivableFactoringPool__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/StreamFactoringPool__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/StreamFactoringPool__factory.js +718 -718
- package/dist/cjs/abis/types/factories/StreamFactoringPool__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/StreamFeeManager__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/StreamFeeManager__factory.js +259 -259
- package/dist/cjs/abis/types/factories/StreamFeeManager__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/SuperfluidPoolProcessor__factory.d.ts +546 -0
- package/dist/cjs/abis/types/factories/SuperfluidPoolProcessor__factory.js +710 -0
- package/dist/cjs/abis/types/factories/SuperfluidPoolProcessor__factory.js.map +1 -0
- package/dist/cjs/abis/types/factories/TestERC20__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/TestERC20__factory.js +171 -171
- package/dist/cjs/abis/types/factories/TestERC20__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/TradableStream__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/TradableStream__factory.js +415 -415
- package/dist/cjs/abis/types/factories/TradableStream__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/TransferNFT__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/TransferNFT__factory.js +11 -11
- package/dist/cjs/abis/types/factories/TransferNFT__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/Transfer__factory.d.ts +3 -3
- package/dist/cjs/abis/types/factories/Transfer__factory.js +8 -8
- package/dist/cjs/abis/types/factories/Transfer__factory.js.map +1 -1
- package/dist/cjs/abis/types/factories/index.d.ts +21 -20
- package/dist/cjs/abis/types/factories/index.js +3 -1
- package/dist/cjs/abis/types/factories/index.js.map +1 -1
- package/dist/cjs/abis/types/index.d.ts +43 -41
- package/dist/cjs/abis/types/index.js +3 -1
- package/dist/cjs/abis/types/index.js.map +1 -1
- package/dist/cjs/hooks/useFactoring.js +13 -13
- package/dist/cjs/hooks/usePoolContract.d.ts +1 -0
- package/dist/cjs/hooks/usePoolContract.js +18 -1
- package/dist/cjs/hooks/usePoolContract.js.map +1 -1
- package/dist/cjs/services/EAService.d.ts +15 -49
- package/dist/cjs/services/EAService.js +18 -16
- package/dist/cjs/services/EAService.js.map +1 -1
- package/dist/cjs/utils/chain.js +7 -5
- package/dist/cjs/utils/chain.js.map +1 -1
- package/dist/cjs/utils/config.d.ts +0 -3
- package/dist/cjs/utils/config.js +0 -6
- package/dist/cjs/utils/config.js.map +1 -1
- package/dist/cjs/utils/const.d.ts +0 -1
- package/dist/cjs/utils/const.js +1 -2
- package/dist/cjs/utils/const.js.map +1 -1
- package/dist/cjs/utils/contractError.json +12 -4
- package/dist/cjs/utils/index.d.ts +1 -0
- package/dist/cjs/utils/index.js +1 -0
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/utils/pool.d.ts +1 -0
- package/dist/cjs/utils/pool.js +8 -7
- package/dist/cjs/utils/pool.js.map +1 -1
- package/dist/cjs/utils/style.d.ts +1 -0
- package/dist/cjs/utils/style.js +17 -0
- package/dist/cjs/utils/style.js.map +1 -0
- package/dist/hooks/useFactoring.js +13 -13
- package/dist/hooks/usePoolContract.d.ts +1 -0
- package/dist/hooks/usePoolContract.js +16 -0
- package/dist/hooks/usePoolContract.js.map +1 -1
- package/dist/services/EAService.d.ts +15 -49
- package/dist/services/EAService.js +18 -16
- package/dist/services/EAService.js.map +1 -1
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/utils/chain.js +7 -5
- package/dist/utils/chain.js.map +1 -1
- package/dist/utils/config.d.ts +0 -3
- package/dist/utils/config.js +0 -6
- package/dist/utils/config.js.map +1 -1
- package/dist/utils/const.d.ts +0 -1
- package/dist/utils/const.js +0 -1
- package/dist/utils/const.js.map +1 -1
- package/dist/utils/contractError.json +12 -4
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/pool.d.ts +1 -0
- package/dist/utils/pool.js +8 -7
- package/dist/utils/pool.js.map +1 -1
- package/dist/utils/style.d.ts +1 -0
- package/dist/utils/style.js +13 -0
- package/dist/utils/style.js.map +1 -0
- package/package.json +14 -15
|
@@ -1,218 +1,218 @@
|
|
|
1
|
-
import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from
|
|
2
|
-
import type { FunctionFragment, Result, EventFragment } from
|
|
3
|
-
import type { Listener, Provider } from
|
|
4
|
-
import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent, PromiseOrValue } from
|
|
1
|
+
import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from 'ethers';
|
|
2
|
+
import type { FunctionFragment, Result, EventFragment } from '@ethersproject/abi';
|
|
3
|
+
import type { Listener, Provider } from '@ethersproject/providers';
|
|
4
|
+
import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent, PromiseOrValue } from './common';
|
|
5
5
|
export interface BasePoolConfigInterface extends utils.Interface {
|
|
6
6
|
functions: {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
7
|
+
'accruedIncome()': FunctionFragment;
|
|
8
|
+
'checkLiquidityRequirement()': FunctionFragment;
|
|
9
|
+
'checkLiquidityRequirementForEA(uint256)': FunctionFragment;
|
|
10
|
+
'checkLiquidityRequirementForPoolOwner(uint256)': FunctionFragment;
|
|
11
|
+
'creditApprovalExpirationInSeconds()': FunctionFragment;
|
|
12
|
+
'distributeIncome(uint256)': FunctionFragment;
|
|
13
|
+
'evaluationAgent()': FunctionFragment;
|
|
14
|
+
'evaluationAgentId()': FunctionFragment;
|
|
15
|
+
'feeManager()': FunctionFragment;
|
|
16
|
+
'getCoreData()': FunctionFragment;
|
|
17
|
+
'getPoolSummary()': FunctionFragment;
|
|
18
|
+
'humaConfig()': FunctionFragment;
|
|
19
|
+
'initialize(string,address,address,address)': FunctionFragment;
|
|
20
|
+
'isOwnerOrEA(address)': FunctionFragment;
|
|
21
|
+
'maxCreditLine()': FunctionFragment;
|
|
22
|
+
'onlyOwnerOrEA(address)': FunctionFragment;
|
|
23
|
+
'onlyOwnerOrHumaMasterAdmin(address)': FunctionFragment;
|
|
24
|
+
'owner()': FunctionFragment;
|
|
25
|
+
'payPeriodInDays()': FunctionFragment;
|
|
26
|
+
'pool()': FunctionFragment;
|
|
27
|
+
'poolAprInBps()': FunctionFragment;
|
|
28
|
+
'poolDefaultGracePeriodInSeconds()': FunctionFragment;
|
|
29
|
+
'poolLiquidityCap()': FunctionFragment;
|
|
30
|
+
'poolName()': FunctionFragment;
|
|
31
|
+
'poolToken()': FunctionFragment;
|
|
32
|
+
'receivableRequiredInBps()': FunctionFragment;
|
|
33
|
+
'renounceOwnership()': FunctionFragment;
|
|
34
|
+
'reverseIncome(uint256)': FunctionFragment;
|
|
35
|
+
'rewardsAndLiquidityRateForEA()': FunctionFragment;
|
|
36
|
+
'rewardsAndLiquidityRateForPoolOwner()': FunctionFragment;
|
|
37
|
+
'setAPR(uint256)': FunctionFragment;
|
|
38
|
+
'setCreditApprovalExpiration(uint256)': FunctionFragment;
|
|
39
|
+
'setEARewardsAndLiquidity(uint256,uint256)': FunctionFragment;
|
|
40
|
+
'setEvaluationAgent(uint256,address)': FunctionFragment;
|
|
41
|
+
'setFeeManager(address)': FunctionFragment;
|
|
42
|
+
'setHumaConfig(address)': FunctionFragment;
|
|
43
|
+
'setMaxCreditLine(uint256)': FunctionFragment;
|
|
44
|
+
'setPool(address)': FunctionFragment;
|
|
45
|
+
'setPoolDefaultGracePeriod(uint256)': FunctionFragment;
|
|
46
|
+
'setPoolLiquidityCap(uint256)': FunctionFragment;
|
|
47
|
+
'setPoolName(string)': FunctionFragment;
|
|
48
|
+
'setPoolOwnerRewardsAndLiquidity(uint256,uint256)': FunctionFragment;
|
|
49
|
+
'setPoolPayPeriod(uint256)': FunctionFragment;
|
|
50
|
+
'setPoolToken(address)': FunctionFragment;
|
|
51
|
+
'setReceivableRequiredInBps(uint256)': FunctionFragment;
|
|
52
|
+
'setWithdrawalLockoutPeriod(uint256)': FunctionFragment;
|
|
53
|
+
'transferOwnership(address)': FunctionFragment;
|
|
54
|
+
'underlyingToken()': FunctionFragment;
|
|
55
|
+
'withdrawEAFee(uint256)': FunctionFragment;
|
|
56
|
+
'withdrawPoolOwnerFee(uint256)': FunctionFragment;
|
|
57
|
+
'withdrawProtocolFee(uint256)': FunctionFragment;
|
|
58
|
+
'withdrawalLockoutPeriodInSeconds()': FunctionFragment;
|
|
59
59
|
};
|
|
60
|
-
getFunction(nameOrSignatureOrTopic:
|
|
61
|
-
encodeFunctionData(functionFragment:
|
|
62
|
-
encodeFunctionData(functionFragment:
|
|
63
|
-
encodeFunctionData(functionFragment:
|
|
64
|
-
encodeFunctionData(functionFragment:
|
|
65
|
-
encodeFunctionData(functionFragment:
|
|
66
|
-
encodeFunctionData(functionFragment:
|
|
67
|
-
encodeFunctionData(functionFragment:
|
|
68
|
-
encodeFunctionData(functionFragment:
|
|
69
|
-
encodeFunctionData(functionFragment:
|
|
70
|
-
encodeFunctionData(functionFragment:
|
|
71
|
-
encodeFunctionData(functionFragment:
|
|
72
|
-
encodeFunctionData(functionFragment:
|
|
73
|
-
encodeFunctionData(functionFragment:
|
|
60
|
+
getFunction(nameOrSignatureOrTopic: 'accruedIncome' | 'checkLiquidityRequirement' | 'checkLiquidityRequirementForEA' | 'checkLiquidityRequirementForPoolOwner' | 'creditApprovalExpirationInSeconds' | 'distributeIncome' | 'evaluationAgent' | 'evaluationAgentId' | 'feeManager' | 'getCoreData' | 'getPoolSummary' | 'humaConfig' | 'initialize' | 'isOwnerOrEA' | 'maxCreditLine' | 'onlyOwnerOrEA' | 'onlyOwnerOrHumaMasterAdmin' | 'owner' | 'payPeriodInDays' | 'pool' | 'poolAprInBps' | 'poolDefaultGracePeriodInSeconds' | 'poolLiquidityCap' | 'poolName' | 'poolToken' | 'receivableRequiredInBps' | 'renounceOwnership' | 'reverseIncome' | 'rewardsAndLiquidityRateForEA' | 'rewardsAndLiquidityRateForPoolOwner' | 'setAPR' | 'setCreditApprovalExpiration' | 'setEARewardsAndLiquidity' | 'setEvaluationAgent' | 'setFeeManager' | 'setHumaConfig' | 'setMaxCreditLine' | 'setPool' | 'setPoolDefaultGracePeriod' | 'setPoolLiquidityCap' | 'setPoolName' | 'setPoolOwnerRewardsAndLiquidity' | 'setPoolPayPeriod' | 'setPoolToken' | 'setReceivableRequiredInBps' | 'setWithdrawalLockoutPeriod' | 'transferOwnership' | 'underlyingToken' | 'withdrawEAFee' | 'withdrawPoolOwnerFee' | 'withdrawProtocolFee' | 'withdrawalLockoutPeriodInSeconds'): FunctionFragment;
|
|
61
|
+
encodeFunctionData(functionFragment: 'accruedIncome', values?: undefined): string;
|
|
62
|
+
encodeFunctionData(functionFragment: 'checkLiquidityRequirement', values?: undefined): string;
|
|
63
|
+
encodeFunctionData(functionFragment: 'checkLiquidityRequirementForEA', values: [PromiseOrValue<BigNumberish>]): string;
|
|
64
|
+
encodeFunctionData(functionFragment: 'checkLiquidityRequirementForPoolOwner', values: [PromiseOrValue<BigNumberish>]): string;
|
|
65
|
+
encodeFunctionData(functionFragment: 'creditApprovalExpirationInSeconds', values?: undefined): string;
|
|
66
|
+
encodeFunctionData(functionFragment: 'distributeIncome', values: [PromiseOrValue<BigNumberish>]): string;
|
|
67
|
+
encodeFunctionData(functionFragment: 'evaluationAgent', values?: undefined): string;
|
|
68
|
+
encodeFunctionData(functionFragment: 'evaluationAgentId', values?: undefined): string;
|
|
69
|
+
encodeFunctionData(functionFragment: 'feeManager', values?: undefined): string;
|
|
70
|
+
encodeFunctionData(functionFragment: 'getCoreData', values?: undefined): string;
|
|
71
|
+
encodeFunctionData(functionFragment: 'getPoolSummary', values?: undefined): string;
|
|
72
|
+
encodeFunctionData(functionFragment: 'humaConfig', values?: undefined): string;
|
|
73
|
+
encodeFunctionData(functionFragment: 'initialize', values: [
|
|
74
74
|
PromiseOrValue<string>,
|
|
75
75
|
PromiseOrValue<string>,
|
|
76
76
|
PromiseOrValue<string>,
|
|
77
77
|
PromiseOrValue<string>
|
|
78
78
|
]): string;
|
|
79
|
-
encodeFunctionData(functionFragment:
|
|
80
|
-
encodeFunctionData(functionFragment:
|
|
81
|
-
encodeFunctionData(functionFragment:
|
|
82
|
-
encodeFunctionData(functionFragment:
|
|
83
|
-
encodeFunctionData(functionFragment:
|
|
84
|
-
encodeFunctionData(functionFragment:
|
|
85
|
-
encodeFunctionData(functionFragment:
|
|
86
|
-
encodeFunctionData(functionFragment:
|
|
87
|
-
encodeFunctionData(functionFragment:
|
|
88
|
-
encodeFunctionData(functionFragment:
|
|
89
|
-
encodeFunctionData(functionFragment:
|
|
90
|
-
encodeFunctionData(functionFragment:
|
|
91
|
-
encodeFunctionData(functionFragment:
|
|
92
|
-
encodeFunctionData(functionFragment:
|
|
93
|
-
encodeFunctionData(functionFragment:
|
|
94
|
-
encodeFunctionData(functionFragment:
|
|
95
|
-
encodeFunctionData(functionFragment:
|
|
96
|
-
encodeFunctionData(functionFragment:
|
|
97
|
-
encodeFunctionData(functionFragment:
|
|
98
|
-
encodeFunctionData(functionFragment:
|
|
99
|
-
encodeFunctionData(functionFragment:
|
|
100
|
-
encodeFunctionData(functionFragment:
|
|
101
|
-
encodeFunctionData(functionFragment:
|
|
102
|
-
encodeFunctionData(functionFragment:
|
|
103
|
-
encodeFunctionData(functionFragment:
|
|
104
|
-
encodeFunctionData(functionFragment:
|
|
105
|
-
encodeFunctionData(functionFragment:
|
|
106
|
-
encodeFunctionData(functionFragment:
|
|
107
|
-
encodeFunctionData(functionFragment:
|
|
108
|
-
encodeFunctionData(functionFragment:
|
|
109
|
-
encodeFunctionData(functionFragment:
|
|
110
|
-
encodeFunctionData(functionFragment:
|
|
111
|
-
encodeFunctionData(functionFragment:
|
|
112
|
-
encodeFunctionData(functionFragment:
|
|
113
|
-
encodeFunctionData(functionFragment:
|
|
114
|
-
encodeFunctionData(functionFragment:
|
|
115
|
-
encodeFunctionData(functionFragment:
|
|
116
|
-
encodeFunctionData(functionFragment:
|
|
117
|
-
encodeFunctionData(functionFragment:
|
|
118
|
-
decodeFunctionResult(functionFragment:
|
|
119
|
-
decodeFunctionResult(functionFragment:
|
|
120
|
-
decodeFunctionResult(functionFragment:
|
|
121
|
-
decodeFunctionResult(functionFragment:
|
|
122
|
-
decodeFunctionResult(functionFragment:
|
|
123
|
-
decodeFunctionResult(functionFragment:
|
|
124
|
-
decodeFunctionResult(functionFragment:
|
|
125
|
-
decodeFunctionResult(functionFragment:
|
|
126
|
-
decodeFunctionResult(functionFragment:
|
|
127
|
-
decodeFunctionResult(functionFragment:
|
|
128
|
-
decodeFunctionResult(functionFragment:
|
|
129
|
-
decodeFunctionResult(functionFragment:
|
|
130
|
-
decodeFunctionResult(functionFragment:
|
|
131
|
-
decodeFunctionResult(functionFragment:
|
|
132
|
-
decodeFunctionResult(functionFragment:
|
|
133
|
-
decodeFunctionResult(functionFragment:
|
|
134
|
-
decodeFunctionResult(functionFragment:
|
|
135
|
-
decodeFunctionResult(functionFragment:
|
|
136
|
-
decodeFunctionResult(functionFragment:
|
|
137
|
-
decodeFunctionResult(functionFragment:
|
|
138
|
-
decodeFunctionResult(functionFragment:
|
|
139
|
-
decodeFunctionResult(functionFragment:
|
|
140
|
-
decodeFunctionResult(functionFragment:
|
|
141
|
-
decodeFunctionResult(functionFragment:
|
|
142
|
-
decodeFunctionResult(functionFragment:
|
|
143
|
-
decodeFunctionResult(functionFragment:
|
|
144
|
-
decodeFunctionResult(functionFragment:
|
|
145
|
-
decodeFunctionResult(functionFragment:
|
|
146
|
-
decodeFunctionResult(functionFragment:
|
|
147
|
-
decodeFunctionResult(functionFragment:
|
|
148
|
-
decodeFunctionResult(functionFragment:
|
|
149
|
-
decodeFunctionResult(functionFragment:
|
|
150
|
-
decodeFunctionResult(functionFragment:
|
|
151
|
-
decodeFunctionResult(functionFragment:
|
|
152
|
-
decodeFunctionResult(functionFragment:
|
|
153
|
-
decodeFunctionResult(functionFragment:
|
|
154
|
-
decodeFunctionResult(functionFragment:
|
|
155
|
-
decodeFunctionResult(functionFragment:
|
|
156
|
-
decodeFunctionResult(functionFragment:
|
|
157
|
-
decodeFunctionResult(functionFragment:
|
|
158
|
-
decodeFunctionResult(functionFragment:
|
|
159
|
-
decodeFunctionResult(functionFragment:
|
|
160
|
-
decodeFunctionResult(functionFragment:
|
|
161
|
-
decodeFunctionResult(functionFragment:
|
|
162
|
-
decodeFunctionResult(functionFragment:
|
|
163
|
-
decodeFunctionResult(functionFragment:
|
|
164
|
-
decodeFunctionResult(functionFragment:
|
|
165
|
-
decodeFunctionResult(functionFragment:
|
|
166
|
-
decodeFunctionResult(functionFragment:
|
|
167
|
-
decodeFunctionResult(functionFragment:
|
|
168
|
-
decodeFunctionResult(functionFragment:
|
|
169
|
-
decodeFunctionResult(functionFragment:
|
|
79
|
+
encodeFunctionData(functionFragment: 'isOwnerOrEA', values: [PromiseOrValue<string>]): string;
|
|
80
|
+
encodeFunctionData(functionFragment: 'maxCreditLine', values?: undefined): string;
|
|
81
|
+
encodeFunctionData(functionFragment: 'onlyOwnerOrEA', values: [PromiseOrValue<string>]): string;
|
|
82
|
+
encodeFunctionData(functionFragment: 'onlyOwnerOrHumaMasterAdmin', values: [PromiseOrValue<string>]): string;
|
|
83
|
+
encodeFunctionData(functionFragment: 'owner', values?: undefined): string;
|
|
84
|
+
encodeFunctionData(functionFragment: 'payPeriodInDays', values?: undefined): string;
|
|
85
|
+
encodeFunctionData(functionFragment: 'pool', values?: undefined): string;
|
|
86
|
+
encodeFunctionData(functionFragment: 'poolAprInBps', values?: undefined): string;
|
|
87
|
+
encodeFunctionData(functionFragment: 'poolDefaultGracePeriodInSeconds', values?: undefined): string;
|
|
88
|
+
encodeFunctionData(functionFragment: 'poolLiquidityCap', values?: undefined): string;
|
|
89
|
+
encodeFunctionData(functionFragment: 'poolName', values?: undefined): string;
|
|
90
|
+
encodeFunctionData(functionFragment: 'poolToken', values?: undefined): string;
|
|
91
|
+
encodeFunctionData(functionFragment: 'receivableRequiredInBps', values?: undefined): string;
|
|
92
|
+
encodeFunctionData(functionFragment: 'renounceOwnership', values?: undefined): string;
|
|
93
|
+
encodeFunctionData(functionFragment: 'reverseIncome', values: [PromiseOrValue<BigNumberish>]): string;
|
|
94
|
+
encodeFunctionData(functionFragment: 'rewardsAndLiquidityRateForEA', values?: undefined): string;
|
|
95
|
+
encodeFunctionData(functionFragment: 'rewardsAndLiquidityRateForPoolOwner', values?: undefined): string;
|
|
96
|
+
encodeFunctionData(functionFragment: 'setAPR', values: [PromiseOrValue<BigNumberish>]): string;
|
|
97
|
+
encodeFunctionData(functionFragment: 'setCreditApprovalExpiration', values: [PromiseOrValue<BigNumberish>]): string;
|
|
98
|
+
encodeFunctionData(functionFragment: 'setEARewardsAndLiquidity', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
|
|
99
|
+
encodeFunctionData(functionFragment: 'setEvaluationAgent', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<string>]): string;
|
|
100
|
+
encodeFunctionData(functionFragment: 'setFeeManager', values: [PromiseOrValue<string>]): string;
|
|
101
|
+
encodeFunctionData(functionFragment: 'setHumaConfig', values: [PromiseOrValue<string>]): string;
|
|
102
|
+
encodeFunctionData(functionFragment: 'setMaxCreditLine', values: [PromiseOrValue<BigNumberish>]): string;
|
|
103
|
+
encodeFunctionData(functionFragment: 'setPool', values: [PromiseOrValue<string>]): string;
|
|
104
|
+
encodeFunctionData(functionFragment: 'setPoolDefaultGracePeriod', values: [PromiseOrValue<BigNumberish>]): string;
|
|
105
|
+
encodeFunctionData(functionFragment: 'setPoolLiquidityCap', values: [PromiseOrValue<BigNumberish>]): string;
|
|
106
|
+
encodeFunctionData(functionFragment: 'setPoolName', values: [PromiseOrValue<string>]): string;
|
|
107
|
+
encodeFunctionData(functionFragment: 'setPoolOwnerRewardsAndLiquidity', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
|
|
108
|
+
encodeFunctionData(functionFragment: 'setPoolPayPeriod', values: [PromiseOrValue<BigNumberish>]): string;
|
|
109
|
+
encodeFunctionData(functionFragment: 'setPoolToken', values: [PromiseOrValue<string>]): string;
|
|
110
|
+
encodeFunctionData(functionFragment: 'setReceivableRequiredInBps', values: [PromiseOrValue<BigNumberish>]): string;
|
|
111
|
+
encodeFunctionData(functionFragment: 'setWithdrawalLockoutPeriod', values: [PromiseOrValue<BigNumberish>]): string;
|
|
112
|
+
encodeFunctionData(functionFragment: 'transferOwnership', values: [PromiseOrValue<string>]): string;
|
|
113
|
+
encodeFunctionData(functionFragment: 'underlyingToken', values?: undefined): string;
|
|
114
|
+
encodeFunctionData(functionFragment: 'withdrawEAFee', values: [PromiseOrValue<BigNumberish>]): string;
|
|
115
|
+
encodeFunctionData(functionFragment: 'withdrawPoolOwnerFee', values: [PromiseOrValue<BigNumberish>]): string;
|
|
116
|
+
encodeFunctionData(functionFragment: 'withdrawProtocolFee', values: [PromiseOrValue<BigNumberish>]): string;
|
|
117
|
+
encodeFunctionData(functionFragment: 'withdrawalLockoutPeriodInSeconds', values?: undefined): string;
|
|
118
|
+
decodeFunctionResult(functionFragment: 'accruedIncome', data: BytesLike): Result;
|
|
119
|
+
decodeFunctionResult(functionFragment: 'checkLiquidityRequirement', data: BytesLike): Result;
|
|
120
|
+
decodeFunctionResult(functionFragment: 'checkLiquidityRequirementForEA', data: BytesLike): Result;
|
|
121
|
+
decodeFunctionResult(functionFragment: 'checkLiquidityRequirementForPoolOwner', data: BytesLike): Result;
|
|
122
|
+
decodeFunctionResult(functionFragment: 'creditApprovalExpirationInSeconds', data: BytesLike): Result;
|
|
123
|
+
decodeFunctionResult(functionFragment: 'distributeIncome', data: BytesLike): Result;
|
|
124
|
+
decodeFunctionResult(functionFragment: 'evaluationAgent', data: BytesLike): Result;
|
|
125
|
+
decodeFunctionResult(functionFragment: 'evaluationAgentId', data: BytesLike): Result;
|
|
126
|
+
decodeFunctionResult(functionFragment: 'feeManager', data: BytesLike): Result;
|
|
127
|
+
decodeFunctionResult(functionFragment: 'getCoreData', data: BytesLike): Result;
|
|
128
|
+
decodeFunctionResult(functionFragment: 'getPoolSummary', data: BytesLike): Result;
|
|
129
|
+
decodeFunctionResult(functionFragment: 'humaConfig', data: BytesLike): Result;
|
|
130
|
+
decodeFunctionResult(functionFragment: 'initialize', data: BytesLike): Result;
|
|
131
|
+
decodeFunctionResult(functionFragment: 'isOwnerOrEA', data: BytesLike): Result;
|
|
132
|
+
decodeFunctionResult(functionFragment: 'maxCreditLine', data: BytesLike): Result;
|
|
133
|
+
decodeFunctionResult(functionFragment: 'onlyOwnerOrEA', data: BytesLike): Result;
|
|
134
|
+
decodeFunctionResult(functionFragment: 'onlyOwnerOrHumaMasterAdmin', data: BytesLike): Result;
|
|
135
|
+
decodeFunctionResult(functionFragment: 'owner', data: BytesLike): Result;
|
|
136
|
+
decodeFunctionResult(functionFragment: 'payPeriodInDays', data: BytesLike): Result;
|
|
137
|
+
decodeFunctionResult(functionFragment: 'pool', data: BytesLike): Result;
|
|
138
|
+
decodeFunctionResult(functionFragment: 'poolAprInBps', data: BytesLike): Result;
|
|
139
|
+
decodeFunctionResult(functionFragment: 'poolDefaultGracePeriodInSeconds', data: BytesLike): Result;
|
|
140
|
+
decodeFunctionResult(functionFragment: 'poolLiquidityCap', data: BytesLike): Result;
|
|
141
|
+
decodeFunctionResult(functionFragment: 'poolName', data: BytesLike): Result;
|
|
142
|
+
decodeFunctionResult(functionFragment: 'poolToken', data: BytesLike): Result;
|
|
143
|
+
decodeFunctionResult(functionFragment: 'receivableRequiredInBps', data: BytesLike): Result;
|
|
144
|
+
decodeFunctionResult(functionFragment: 'renounceOwnership', data: BytesLike): Result;
|
|
145
|
+
decodeFunctionResult(functionFragment: 'reverseIncome', data: BytesLike): Result;
|
|
146
|
+
decodeFunctionResult(functionFragment: 'rewardsAndLiquidityRateForEA', data: BytesLike): Result;
|
|
147
|
+
decodeFunctionResult(functionFragment: 'rewardsAndLiquidityRateForPoolOwner', data: BytesLike): Result;
|
|
148
|
+
decodeFunctionResult(functionFragment: 'setAPR', data: BytesLike): Result;
|
|
149
|
+
decodeFunctionResult(functionFragment: 'setCreditApprovalExpiration', data: BytesLike): Result;
|
|
150
|
+
decodeFunctionResult(functionFragment: 'setEARewardsAndLiquidity', data: BytesLike): Result;
|
|
151
|
+
decodeFunctionResult(functionFragment: 'setEvaluationAgent', data: BytesLike): Result;
|
|
152
|
+
decodeFunctionResult(functionFragment: 'setFeeManager', data: BytesLike): Result;
|
|
153
|
+
decodeFunctionResult(functionFragment: 'setHumaConfig', data: BytesLike): Result;
|
|
154
|
+
decodeFunctionResult(functionFragment: 'setMaxCreditLine', data: BytesLike): Result;
|
|
155
|
+
decodeFunctionResult(functionFragment: 'setPool', data: BytesLike): Result;
|
|
156
|
+
decodeFunctionResult(functionFragment: 'setPoolDefaultGracePeriod', data: BytesLike): Result;
|
|
157
|
+
decodeFunctionResult(functionFragment: 'setPoolLiquidityCap', data: BytesLike): Result;
|
|
158
|
+
decodeFunctionResult(functionFragment: 'setPoolName', data: BytesLike): Result;
|
|
159
|
+
decodeFunctionResult(functionFragment: 'setPoolOwnerRewardsAndLiquidity', data: BytesLike): Result;
|
|
160
|
+
decodeFunctionResult(functionFragment: 'setPoolPayPeriod', data: BytesLike): Result;
|
|
161
|
+
decodeFunctionResult(functionFragment: 'setPoolToken', data: BytesLike): Result;
|
|
162
|
+
decodeFunctionResult(functionFragment: 'setReceivableRequiredInBps', data: BytesLike): Result;
|
|
163
|
+
decodeFunctionResult(functionFragment: 'setWithdrawalLockoutPeriod', data: BytesLike): Result;
|
|
164
|
+
decodeFunctionResult(functionFragment: 'transferOwnership', data: BytesLike): Result;
|
|
165
|
+
decodeFunctionResult(functionFragment: 'underlyingToken', data: BytesLike): Result;
|
|
166
|
+
decodeFunctionResult(functionFragment: 'withdrawEAFee', data: BytesLike): Result;
|
|
167
|
+
decodeFunctionResult(functionFragment: 'withdrawPoolOwnerFee', data: BytesLike): Result;
|
|
168
|
+
decodeFunctionResult(functionFragment: 'withdrawProtocolFee', data: BytesLike): Result;
|
|
169
|
+
decodeFunctionResult(functionFragment: 'withdrawalLockoutPeriodInSeconds', data: BytesLike): Result;
|
|
170
170
|
events: {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
171
|
+
'APRChanged(uint256,address)': EventFragment;
|
|
172
|
+
'CreditApprovalExpirationChanged(uint256,address)': EventFragment;
|
|
173
|
+
'EARewardsAndLiquidityChanged(uint256,uint256,address)': EventFragment;
|
|
174
|
+
'EvaluationAgentChanged(address,address,uint256,address)': EventFragment;
|
|
175
|
+
'EvaluationAgentRewardsWithdrawn(address,uint256,address)': EventFragment;
|
|
176
|
+
'FeeManagerChanged(address,address)': EventFragment;
|
|
177
|
+
'HDTChanged(address,address,address)': EventFragment;
|
|
178
|
+
'HumaConfigChanged(address,address)': EventFragment;
|
|
179
|
+
'IncomeDistributed(uint256,uint256,uint256,uint256)': EventFragment;
|
|
180
|
+
'IncomeReversed(uint256,uint256,uint256,uint256)': EventFragment;
|
|
181
|
+
'MaxCreditLineChanged(uint256,address)': EventFragment;
|
|
182
|
+
'OwnershipTransferred(address,address)': EventFragment;
|
|
183
|
+
'PoolChanged(address,address)': EventFragment;
|
|
184
|
+
'PoolDefaultGracePeriodChanged(uint256,address)': EventFragment;
|
|
185
|
+
'PoolLiquidityCapChanged(uint256,address)': EventFragment;
|
|
186
|
+
'PoolNameChanged(string,address)': EventFragment;
|
|
187
|
+
'PoolOwnerRewardsAndLiquidityChanged(uint256,uint256,address)': EventFragment;
|
|
188
|
+
'PoolPayPeriodChanged(uint256,address)': EventFragment;
|
|
189
|
+
'PoolRewardsWithdrawn(address,uint256,address)': EventFragment;
|
|
190
|
+
'ProtocolRewardsWithdrawn(address,uint256,address)': EventFragment;
|
|
191
|
+
'ReceivableRequiredInBpsChanged(uint256,address)': EventFragment;
|
|
192
|
+
'WithdrawalLockoutPeriodChanged(uint256,address)': EventFragment;
|
|
193
193
|
};
|
|
194
|
-
getEvent(nameOrSignatureOrTopic:
|
|
195
|
-
getEvent(nameOrSignatureOrTopic:
|
|
196
|
-
getEvent(nameOrSignatureOrTopic:
|
|
197
|
-
getEvent(nameOrSignatureOrTopic:
|
|
198
|
-
getEvent(nameOrSignatureOrTopic:
|
|
199
|
-
getEvent(nameOrSignatureOrTopic:
|
|
200
|
-
getEvent(nameOrSignatureOrTopic:
|
|
201
|
-
getEvent(nameOrSignatureOrTopic:
|
|
202
|
-
getEvent(nameOrSignatureOrTopic:
|
|
203
|
-
getEvent(nameOrSignatureOrTopic:
|
|
204
|
-
getEvent(nameOrSignatureOrTopic:
|
|
205
|
-
getEvent(nameOrSignatureOrTopic:
|
|
206
|
-
getEvent(nameOrSignatureOrTopic:
|
|
207
|
-
getEvent(nameOrSignatureOrTopic:
|
|
208
|
-
getEvent(nameOrSignatureOrTopic:
|
|
209
|
-
getEvent(nameOrSignatureOrTopic:
|
|
210
|
-
getEvent(nameOrSignatureOrTopic:
|
|
211
|
-
getEvent(nameOrSignatureOrTopic:
|
|
212
|
-
getEvent(nameOrSignatureOrTopic:
|
|
213
|
-
getEvent(nameOrSignatureOrTopic:
|
|
214
|
-
getEvent(nameOrSignatureOrTopic:
|
|
215
|
-
getEvent(nameOrSignatureOrTopic:
|
|
194
|
+
getEvent(nameOrSignatureOrTopic: 'APRChanged'): EventFragment;
|
|
195
|
+
getEvent(nameOrSignatureOrTopic: 'CreditApprovalExpirationChanged'): EventFragment;
|
|
196
|
+
getEvent(nameOrSignatureOrTopic: 'EARewardsAndLiquidityChanged'): EventFragment;
|
|
197
|
+
getEvent(nameOrSignatureOrTopic: 'EvaluationAgentChanged'): EventFragment;
|
|
198
|
+
getEvent(nameOrSignatureOrTopic: 'EvaluationAgentRewardsWithdrawn'): EventFragment;
|
|
199
|
+
getEvent(nameOrSignatureOrTopic: 'FeeManagerChanged'): EventFragment;
|
|
200
|
+
getEvent(nameOrSignatureOrTopic: 'HDTChanged'): EventFragment;
|
|
201
|
+
getEvent(nameOrSignatureOrTopic: 'HumaConfigChanged'): EventFragment;
|
|
202
|
+
getEvent(nameOrSignatureOrTopic: 'IncomeDistributed'): EventFragment;
|
|
203
|
+
getEvent(nameOrSignatureOrTopic: 'IncomeReversed'): EventFragment;
|
|
204
|
+
getEvent(nameOrSignatureOrTopic: 'MaxCreditLineChanged'): EventFragment;
|
|
205
|
+
getEvent(nameOrSignatureOrTopic: 'OwnershipTransferred'): EventFragment;
|
|
206
|
+
getEvent(nameOrSignatureOrTopic: 'PoolChanged'): EventFragment;
|
|
207
|
+
getEvent(nameOrSignatureOrTopic: 'PoolDefaultGracePeriodChanged'): EventFragment;
|
|
208
|
+
getEvent(nameOrSignatureOrTopic: 'PoolLiquidityCapChanged'): EventFragment;
|
|
209
|
+
getEvent(nameOrSignatureOrTopic: 'PoolNameChanged'): EventFragment;
|
|
210
|
+
getEvent(nameOrSignatureOrTopic: 'PoolOwnerRewardsAndLiquidityChanged'): EventFragment;
|
|
211
|
+
getEvent(nameOrSignatureOrTopic: 'PoolPayPeriodChanged'): EventFragment;
|
|
212
|
+
getEvent(nameOrSignatureOrTopic: 'PoolRewardsWithdrawn'): EventFragment;
|
|
213
|
+
getEvent(nameOrSignatureOrTopic: 'ProtocolRewardsWithdrawn'): EventFragment;
|
|
214
|
+
getEvent(nameOrSignatureOrTopic: 'ReceivableRequiredInBpsChanged'): EventFragment;
|
|
215
|
+
getEvent(nameOrSignatureOrTopic: 'WithdrawalLockoutPeriodChanged'): EventFragment;
|
|
216
216
|
}
|
|
217
217
|
export interface APRChangedEventObject {
|
|
218
218
|
aprInBps: BigNumber;
|
|
@@ -845,49 +845,49 @@ export interface BasePoolConfig extends BaseContract {
|
|
|
845
845
|
withdrawalLockoutPeriodInSeconds(overrides?: CallOverrides): Promise<BigNumber>;
|
|
846
846
|
};
|
|
847
847
|
filters: {
|
|
848
|
-
|
|
848
|
+
'APRChanged(uint256,address)'(aprInBps?: null, by?: null): APRChangedEventFilter;
|
|
849
849
|
APRChanged(aprInBps?: null, by?: null): APRChangedEventFilter;
|
|
850
|
-
|
|
850
|
+
'CreditApprovalExpirationChanged(uint256,address)'(durationInSeconds?: null, by?: null): CreditApprovalExpirationChangedEventFilter;
|
|
851
851
|
CreditApprovalExpirationChanged(durationInSeconds?: null, by?: null): CreditApprovalExpirationChangedEventFilter;
|
|
852
|
-
|
|
852
|
+
'EARewardsAndLiquidityChanged(uint256,uint256,address)'(rewardsRate?: null, liquidityRate?: null, by?: PromiseOrValue<string> | null): EARewardsAndLiquidityChangedEventFilter;
|
|
853
853
|
EARewardsAndLiquidityChanged(rewardsRate?: null, liquidityRate?: null, by?: PromiseOrValue<string> | null): EARewardsAndLiquidityChangedEventFilter;
|
|
854
|
-
|
|
854
|
+
'EvaluationAgentChanged(address,address,uint256,address)'(oldEA?: null, newEA?: null, newEAId?: null, by?: null): EvaluationAgentChangedEventFilter;
|
|
855
855
|
EvaluationAgentChanged(oldEA?: null, newEA?: null, newEAId?: null, by?: null): EvaluationAgentChangedEventFilter;
|
|
856
|
-
|
|
856
|
+
'EvaluationAgentRewardsWithdrawn(address,uint256,address)'(receiver?: null, amount?: null, by?: null): EvaluationAgentRewardsWithdrawnEventFilter;
|
|
857
857
|
EvaluationAgentRewardsWithdrawn(receiver?: null, amount?: null, by?: null): EvaluationAgentRewardsWithdrawnEventFilter;
|
|
858
|
-
|
|
858
|
+
'FeeManagerChanged(address,address)'(feeManager?: null, by?: null): FeeManagerChangedEventFilter;
|
|
859
859
|
FeeManagerChanged(feeManager?: null, by?: null): FeeManagerChangedEventFilter;
|
|
860
|
-
|
|
860
|
+
'HDTChanged(address,address,address)'(hdt?: null, udnerlyingToken?: null, by?: null): HDTChangedEventFilter;
|
|
861
861
|
HDTChanged(hdt?: null, udnerlyingToken?: null, by?: null): HDTChangedEventFilter;
|
|
862
|
-
|
|
862
|
+
'HumaConfigChanged(address,address)'(humaConfig?: null, by?: null): HumaConfigChangedEventFilter;
|
|
863
863
|
HumaConfigChanged(humaConfig?: null, by?: null): HumaConfigChangedEventFilter;
|
|
864
|
-
|
|
864
|
+
'IncomeDistributed(uint256,uint256,uint256,uint256)'(protocolFee?: null, ownerIncome?: null, eaIncome?: null, poolIncome?: null): IncomeDistributedEventFilter;
|
|
865
865
|
IncomeDistributed(protocolFee?: null, ownerIncome?: null, eaIncome?: null, poolIncome?: null): IncomeDistributedEventFilter;
|
|
866
|
-
|
|
866
|
+
'IncomeReversed(uint256,uint256,uint256,uint256)'(protocolFee?: null, ownerIncome?: null, eaIncome?: null, poolIncome?: null): IncomeReversedEventFilter;
|
|
867
867
|
IncomeReversed(protocolFee?: null, ownerIncome?: null, eaIncome?: null, poolIncome?: null): IncomeReversedEventFilter;
|
|
868
|
-
|
|
868
|
+
'MaxCreditLineChanged(uint256,address)'(maxCreditLine?: null, by?: null): MaxCreditLineChangedEventFilter;
|
|
869
869
|
MaxCreditLineChanged(maxCreditLine?: null, by?: null): MaxCreditLineChangedEventFilter;
|
|
870
|
-
|
|
870
|
+
'OwnershipTransferred(address,address)'(previousOwner?: PromiseOrValue<string> | null, newOwner?: PromiseOrValue<string> | null): OwnershipTransferredEventFilter;
|
|
871
871
|
OwnershipTransferred(previousOwner?: PromiseOrValue<string> | null, newOwner?: PromiseOrValue<string> | null): OwnershipTransferredEventFilter;
|
|
872
|
-
|
|
872
|
+
'PoolChanged(address,address)'(pool?: null, by?: null): PoolChangedEventFilter;
|
|
873
873
|
PoolChanged(pool?: null, by?: null): PoolChangedEventFilter;
|
|
874
|
-
|
|
874
|
+
'PoolDefaultGracePeriodChanged(uint256,address)'(gracePeriodInDays?: null, by?: null): PoolDefaultGracePeriodChangedEventFilter;
|
|
875
875
|
PoolDefaultGracePeriodChanged(gracePeriodInDays?: null, by?: null): PoolDefaultGracePeriodChangedEventFilter;
|
|
876
|
-
|
|
876
|
+
'PoolLiquidityCapChanged(uint256,address)'(liquidityCap?: null, by?: null): PoolLiquidityCapChangedEventFilter;
|
|
877
877
|
PoolLiquidityCapChanged(liquidityCap?: null, by?: null): PoolLiquidityCapChangedEventFilter;
|
|
878
|
-
|
|
878
|
+
'PoolNameChanged(string,address)'(name?: null, by?: null): PoolNameChangedEventFilter;
|
|
879
879
|
PoolNameChanged(name?: null, by?: null): PoolNameChangedEventFilter;
|
|
880
|
-
|
|
880
|
+
'PoolOwnerRewardsAndLiquidityChanged(uint256,uint256,address)'(rewardsRate?: null, liquidityRate?: null, by?: PromiseOrValue<string> | null): PoolOwnerRewardsAndLiquidityChangedEventFilter;
|
|
881
881
|
PoolOwnerRewardsAndLiquidityChanged(rewardsRate?: null, liquidityRate?: null, by?: PromiseOrValue<string> | null): PoolOwnerRewardsAndLiquidityChangedEventFilter;
|
|
882
|
-
|
|
882
|
+
'PoolPayPeriodChanged(uint256,address)'(periodInDays?: null, by?: null): PoolPayPeriodChangedEventFilter;
|
|
883
883
|
PoolPayPeriodChanged(periodInDays?: null, by?: null): PoolPayPeriodChangedEventFilter;
|
|
884
|
-
|
|
884
|
+
'PoolRewardsWithdrawn(address,uint256,address)'(receiver?: null, amount?: null, by?: null): PoolRewardsWithdrawnEventFilter;
|
|
885
885
|
PoolRewardsWithdrawn(receiver?: null, amount?: null, by?: null): PoolRewardsWithdrawnEventFilter;
|
|
886
|
-
|
|
886
|
+
'ProtocolRewardsWithdrawn(address,uint256,address)'(receiver?: null, amount?: null, by?: null): ProtocolRewardsWithdrawnEventFilter;
|
|
887
887
|
ProtocolRewardsWithdrawn(receiver?: null, amount?: null, by?: null): ProtocolRewardsWithdrawnEventFilter;
|
|
888
|
-
|
|
888
|
+
'ReceivableRequiredInBpsChanged(uint256,address)'(receivableInBps?: null, by?: null): ReceivableRequiredInBpsChangedEventFilter;
|
|
889
889
|
ReceivableRequiredInBpsChanged(receivableInBps?: null, by?: null): ReceivableRequiredInBpsChangedEventFilter;
|
|
890
|
-
|
|
890
|
+
'WithdrawalLockoutPeriodChanged(uint256,address)'(lockoutPeriodInDays?: null, by?: null): WithdrawalLockoutPeriodChangedEventFilter;
|
|
891
891
|
WithdrawalLockoutPeriodChanged(lockoutPeriodInDays?: null, by?: null): WithdrawalLockoutPeriodChangedEventFilter;
|
|
892
892
|
};
|
|
893
893
|
estimateGas: {
|