morpho-contracts-helper 0.0.3 → 0.0.4

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.
Files changed (182) hide show
  1. package/contracts/DComp.sol +137 -0
  2. package/contracts/vendor/@compound-finance/compound-governance/contracts/Comp.sol +301 -0
  3. package/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp.sol +34 -0
  4. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +55 -0
  5. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts.map +1 -0
  6. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable.js +3 -0
  7. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable.js.map +1 -0
  8. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable2Step.d.ts +78 -0
  9. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable2Step.d.ts.map +1 -0
  10. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable2Step.js +3 -0
  11. package/dist/typechain-types/@openzeppelin/contracts/access/Ownable2Step.js.map +1 -0
  12. package/dist/typechain-types/@openzeppelin/contracts/access/index.d.ts +3 -0
  13. package/dist/typechain-types/@openzeppelin/contracts/access/index.d.ts.map +1 -0
  14. package/dist/typechain-types/@openzeppelin/contracts/access/index.js +3 -0
  15. package/dist/typechain-types/@openzeppelin/contracts/access/index.js.map +1 -0
  16. package/dist/typechain-types/@openzeppelin/contracts/index.d.ts +4 -0
  17. package/dist/typechain-types/@openzeppelin/contracts/index.d.ts.map +1 -1
  18. package/dist/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts +232 -0
  19. package/dist/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts.map +1 -0
  20. package/dist/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.js +3 -0
  21. package/dist/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.js.map +1 -0
  22. package/dist/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
  23. package/dist/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  24. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper.d.ts +174 -0
  25. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper.d.ts.map +1 -0
  26. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper.js +3 -0
  27. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper.js.map +1 -0
  28. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +1 -0
  29. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -1
  30. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +2 -0
  31. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
  32. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts +21 -0
  33. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts.map +1 -0
  34. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js +3 -0
  35. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js.map +1 -0
  36. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
  37. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
  38. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js +3 -0
  39. package/dist/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js.map +1 -0
  40. package/dist/typechain-types/@openzeppelin/contracts/utils/index.d.ts +3 -0
  41. package/dist/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
  42. package/dist/typechain-types/@openzeppelin/contracts/utils/index.js +3 -0
  43. package/dist/typechain-types/@openzeppelin/contracts/utils/index.js.map +1 -0
  44. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +30 -0
  45. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts.map +1 -0
  46. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +3 -0
  47. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js.map +1 -0
  48. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +2 -0
  49. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
  50. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +3 -0
  51. package/dist/typechain-types/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
  52. package/dist/typechain-types/contracts/DComp.d.ts +285 -0
  53. package/dist/typechain-types/contracts/DComp.d.ts.map +1 -0
  54. package/dist/typechain-types/contracts/DComp.js +3 -0
  55. package/dist/typechain-types/contracts/DComp.js.map +1 -0
  56. package/dist/typechain-types/contracts/index.d.ts +3 -0
  57. package/dist/typechain-types/contracts/index.d.ts.map +1 -1
  58. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/Comp.d.ts +285 -0
  59. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/Comp.d.ts.map +1 -0
  60. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/Comp.js +3 -0
  61. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/Comp.js.map +1 -0
  62. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/index.d.ts +4 -0
  63. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/index.d.ts.map +1 -0
  64. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/index.js +3 -0
  65. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/index.js.map +1 -0
  66. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp.d.ts +285 -0
  67. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp.d.ts.map +1 -0
  68. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp.js +3 -0
  69. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp.js.map +1 -0
  70. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.d.ts +2 -0
  71. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.d.ts.map +1 -0
  72. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.js +3 -0
  73. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.js.map +1 -0
  74. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/index.d.ts +3 -0
  75. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/index.d.ts.map +1 -0
  76. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/index.js +3 -0
  77. package/dist/typechain-types/contracts/vendor/@compound-finance/compound-governance/index.js.map +1 -0
  78. package/dist/typechain-types/contracts/vendor/@compound-finance/index.d.ts +3 -0
  79. package/dist/typechain-types/contracts/vendor/@compound-finance/index.d.ts.map +1 -0
  80. package/dist/typechain-types/contracts/vendor/@compound-finance/index.js +3 -0
  81. package/dist/typechain-types/contracts/vendor/@compound-finance/index.js.map +1 -0
  82. package/dist/typechain-types/contracts/vendor/index.d.ts +3 -0
  83. package/dist/typechain-types/contracts/vendor/index.d.ts.map +1 -0
  84. package/dist/typechain-types/contracts/vendor/index.js +3 -0
  85. package/dist/typechain-types/contracts/vendor/index.js.map +1 -0
  86. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable2Step__factory.d.ts +96 -0
  87. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable2Step__factory.d.ts.map +1 -0
  88. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable2Step__factory.js +134 -0
  89. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable2Step__factory.js.map +1 -0
  90. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +65 -0
  91. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts.map +1 -0
  92. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +95 -0
  93. package/dist/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js.map +1 -0
  94. package/dist/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +3 -0
  95. package/dist/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts.map +1 -0
  96. package/dist/typechain-types/factories/@openzeppelin/contracts/access/index.js +12 -0
  97. package/dist/typechain-types/factories/@openzeppelin/contracts/access/index.js.map +1 -0
  98. package/dist/typechain-types/factories/@openzeppelin/contracts/index.d.ts +2 -0
  99. package/dist/typechain-types/factories/@openzeppelin/contracts/index.d.ts.map +1 -1
  100. package/dist/typechain-types/factories/@openzeppelin/contracts/index.js +3 -1
  101. package/dist/typechain-types/factories/@openzeppelin/contracts/index.js.map +1 -1
  102. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts +290 -0
  103. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts.map +1 -0
  104. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js +392 -0
  105. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js.map +1 -0
  106. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
  107. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  108. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +3 -1
  109. package/dist/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js.map +1 -1
  110. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper__factory.d.ts +304 -0
  111. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper__factory.d.ts.map +1 -0
  112. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper__factory.js +412 -0
  113. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Wrapper__factory.js.map +1 -0
  114. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +1 -0
  115. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -1
  116. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +3 -1
  117. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -1
  118. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +1 -0
  119. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
  120. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +2 -1
  121. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js.map +1 -1
  122. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +47 -0
  123. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts.map +1 -0
  124. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +73 -0
  125. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js.map +1 -0
  126. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
  127. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
  128. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js +10 -0
  129. package/dist/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js.map +1 -0
  130. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +2 -0
  131. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
  132. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/index.js +42 -0
  133. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/index.js.map +1 -0
  134. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +22 -0
  135. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts.map +1 -0
  136. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +40 -0
  137. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js.map +1 -0
  138. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +2 -0
  139. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
  140. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +10 -0
  141. package/dist/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
  142. package/dist/typechain-types/factories/contracts/DComp__factory.d.ts +514 -0
  143. package/dist/typechain-types/factories/contracts/DComp__factory.d.ts.map +1 -0
  144. package/dist/typechain-types/factories/contracts/DComp__factory.js +686 -0
  145. package/dist/typechain-types/factories/contracts/DComp__factory.js.map +1 -0
  146. package/dist/typechain-types/factories/contracts/index.d.ts +2 -0
  147. package/dist/typechain-types/factories/contracts/index.d.ts.map +1 -1
  148. package/dist/typechain-types/factories/contracts/index.js +4 -1
  149. package/dist/typechain-types/factories/contracts/index.js.map +1 -1
  150. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/Comp__factory.d.ts +397 -0
  151. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/Comp__factory.d.ts.map +1 -0
  152. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/Comp__factory.js +530 -0
  153. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/Comp__factory.js.map +1 -0
  154. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/index.d.ts +3 -0
  155. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/index.d.ts.map +1 -0
  156. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/index.js +44 -0
  157. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/index.js.map +1 -0
  158. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp__factory.d.ts +374 -0
  159. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp__factory.d.ts.map +1 -0
  160. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp__factory.js +499 -0
  161. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/IComp__factory.js.map +1 -0
  162. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.d.ts +2 -0
  163. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.d.ts.map +1 -0
  164. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.js +10 -0
  165. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/contracts/interfaces/index.js.map +1 -0
  166. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/index.d.ts +2 -0
  167. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/index.d.ts.map +1 -0
  168. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/index.js +42 -0
  169. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/compound-governance/index.js.map +1 -0
  170. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/index.d.ts +2 -0
  171. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/index.d.ts.map +1 -0
  172. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/index.js +42 -0
  173. package/dist/typechain-types/factories/contracts/vendor/@compound-finance/index.js.map +1 -0
  174. package/dist/typechain-types/factories/contracts/vendor/index.d.ts +2 -0
  175. package/dist/typechain-types/factories/contracts/vendor/index.d.ts.map +1 -0
  176. package/dist/typechain-types/factories/contracts/vendor/index.js +42 -0
  177. package/dist/typechain-types/factories/contracts/vendor/index.js.map +1 -0
  178. package/dist/typechain-types/index.d.ts +18 -0
  179. package/dist/typechain-types/index.d.ts.map +1 -1
  180. package/dist/typechain-types/index.js +19 -1
  181. package/dist/typechain-types/index.js.map +1 -1
  182. package/package.json +1 -1
@@ -0,0 +1,30 @@
1
+ import type { BaseContract, BytesLike, FunctionFragment, Result, Interface, ContractRunner, ContractMethod, Listener } from "ethers";
2
+ import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedListener, TypedContractMethod } from "../../../../common";
3
+ export interface IERC165Interface extends Interface {
4
+ getFunction(nameOrSignature: "supportsInterface"): FunctionFragment;
5
+ encodeFunctionData(functionFragment: "supportsInterface", values: [BytesLike]): string;
6
+ decodeFunctionResult(functionFragment: "supportsInterface", data: BytesLike): Result;
7
+ }
8
+ export interface IERC165 extends BaseContract {
9
+ connect(runner?: ContractRunner | null): IERC165;
10
+ waitForDeployment(): Promise<this>;
11
+ interface: IERC165Interface;
12
+ queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
13
+ queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
14
+ on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
15
+ on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
16
+ once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
17
+ once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
18
+ listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
19
+ listeners(eventName?: string): Promise<Array<Listener>>;
20
+ removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
21
+ supportsInterface: TypedContractMethod<[
22
+ interfaceId: BytesLike
23
+ ], [
24
+ boolean
25
+ ], "view">;
26
+ getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
27
+ getFunction(nameOrSignature: "supportsInterface"): TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">;
28
+ filters: {};
29
+ }
30
+ //# sourceMappingURL=IERC165.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IERC165.d.ts","sourceRoot":"","sources":["../../../../../../typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=IERC165.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IERC165.js","sourceRoot":"","sources":["../../../../../../typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export type { IERC165 } from "./IERC165";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../typechain-types/@openzeppelin/contracts/utils/introspection/index.ts"],"names":[],"mappings":"AAIA,YAAY,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../typechain-types/@openzeppelin/contracts/utils/introspection/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,285 @@
1
+ import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
2
+ import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../common";
3
+ export interface DCompInterface extends Interface {
4
+ getFunction(nameOrSignature: "acceptOwnership" | "allowance" | "approve" | "balanceOf" | "decimals" | "delegatee" | "deposit" | "depositFor" | "isDepositorWhitelisted" | "name" | "owner" | "pendingOwner" | "renounceOwnership" | "setDelegatee" | "symbol" | "totalSupply" | "transfer" | "transferFrom" | "transferOwnership" | "underlying" | "updateWhitelistedDepositors" | "withdraw" | "withdrawTo"): FunctionFragment;
5
+ getEvent(nameOrSignatureOrTopic: "Approval" | "DepositorWhitelistStatusUpdated" | "OwnershipTransferStarted" | "OwnershipTransferred" | "Transfer"): EventFragment;
6
+ encodeFunctionData(functionFragment: "acceptOwnership", values?: undefined): string;
7
+ encodeFunctionData(functionFragment: "allowance", values: [AddressLike, AddressLike]): string;
8
+ encodeFunctionData(functionFragment: "approve", values: [AddressLike, BigNumberish]): string;
9
+ encodeFunctionData(functionFragment: "balanceOf", values: [AddressLike]): string;
10
+ encodeFunctionData(functionFragment: "decimals", values?: undefined): string;
11
+ encodeFunctionData(functionFragment: "delegatee", values?: undefined): string;
12
+ encodeFunctionData(functionFragment: "deposit", values: [BigNumberish]): string;
13
+ encodeFunctionData(functionFragment: "depositFor", values: [AddressLike, BigNumberish]): string;
14
+ encodeFunctionData(functionFragment: "isDepositorWhitelisted", values: [AddressLike]): string;
15
+ encodeFunctionData(functionFragment: "name", values?: undefined): string;
16
+ encodeFunctionData(functionFragment: "owner", values?: undefined): string;
17
+ encodeFunctionData(functionFragment: "pendingOwner", values?: undefined): string;
18
+ encodeFunctionData(functionFragment: "renounceOwnership", values?: undefined): string;
19
+ encodeFunctionData(functionFragment: "setDelegatee", values: [AddressLike]): string;
20
+ encodeFunctionData(functionFragment: "symbol", values?: undefined): string;
21
+ encodeFunctionData(functionFragment: "totalSupply", values?: undefined): string;
22
+ encodeFunctionData(functionFragment: "transfer", values: [AddressLike, BigNumberish]): string;
23
+ encodeFunctionData(functionFragment: "transferFrom", values: [AddressLike, AddressLike, BigNumberish]): string;
24
+ encodeFunctionData(functionFragment: "transferOwnership", values: [AddressLike]): string;
25
+ encodeFunctionData(functionFragment: "underlying", values?: undefined): string;
26
+ encodeFunctionData(functionFragment: "updateWhitelistedDepositors", values: [AddressLike[], boolean[]]): string;
27
+ encodeFunctionData(functionFragment: "withdraw", values: [BigNumberish]): string;
28
+ encodeFunctionData(functionFragment: "withdrawTo", values: [AddressLike, BigNumberish]): string;
29
+ decodeFunctionResult(functionFragment: "acceptOwnership", data: BytesLike): Result;
30
+ decodeFunctionResult(functionFragment: "allowance", data: BytesLike): Result;
31
+ decodeFunctionResult(functionFragment: "approve", data: BytesLike): Result;
32
+ decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result;
33
+ decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result;
34
+ decodeFunctionResult(functionFragment: "delegatee", data: BytesLike): Result;
35
+ decodeFunctionResult(functionFragment: "deposit", data: BytesLike): Result;
36
+ decodeFunctionResult(functionFragment: "depositFor", data: BytesLike): Result;
37
+ decodeFunctionResult(functionFragment: "isDepositorWhitelisted", data: BytesLike): Result;
38
+ decodeFunctionResult(functionFragment: "name", data: BytesLike): Result;
39
+ decodeFunctionResult(functionFragment: "owner", data: BytesLike): Result;
40
+ decodeFunctionResult(functionFragment: "pendingOwner", data: BytesLike): Result;
41
+ decodeFunctionResult(functionFragment: "renounceOwnership", data: BytesLike): Result;
42
+ decodeFunctionResult(functionFragment: "setDelegatee", data: BytesLike): Result;
43
+ decodeFunctionResult(functionFragment: "symbol", data: BytesLike): Result;
44
+ decodeFunctionResult(functionFragment: "totalSupply", data: BytesLike): Result;
45
+ decodeFunctionResult(functionFragment: "transfer", data: BytesLike): Result;
46
+ decodeFunctionResult(functionFragment: "transferFrom", data: BytesLike): Result;
47
+ decodeFunctionResult(functionFragment: "transferOwnership", data: BytesLike): Result;
48
+ decodeFunctionResult(functionFragment: "underlying", data: BytesLike): Result;
49
+ decodeFunctionResult(functionFragment: "updateWhitelistedDepositors", data: BytesLike): Result;
50
+ decodeFunctionResult(functionFragment: "withdraw", data: BytesLike): Result;
51
+ decodeFunctionResult(functionFragment: "withdrawTo", data: BytesLike): Result;
52
+ }
53
+ export declare namespace ApprovalEvent {
54
+ type InputTuple = [
55
+ owner: AddressLike,
56
+ spender: AddressLike,
57
+ value: BigNumberish
58
+ ];
59
+ type OutputTuple = [owner: string, spender: string, value: bigint];
60
+ interface OutputObject {
61
+ owner: string;
62
+ spender: string;
63
+ value: bigint;
64
+ }
65
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
66
+ type Filter = TypedDeferredTopicFilter<Event>;
67
+ type Log = TypedEventLog<Event>;
68
+ type LogDescription = TypedLogDescription<Event>;
69
+ }
70
+ export declare namespace DepositorWhitelistStatusUpdatedEvent {
71
+ type InputTuple = [account: AddressLike, isWhitelisted: boolean];
72
+ type OutputTuple = [account: string, isWhitelisted: boolean];
73
+ interface OutputObject {
74
+ account: string;
75
+ isWhitelisted: boolean;
76
+ }
77
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
78
+ type Filter = TypedDeferredTopicFilter<Event>;
79
+ type Log = TypedEventLog<Event>;
80
+ type LogDescription = TypedLogDescription<Event>;
81
+ }
82
+ export declare namespace OwnershipTransferStartedEvent {
83
+ type InputTuple = [previousOwner: AddressLike, newOwner: AddressLike];
84
+ type OutputTuple = [previousOwner: string, newOwner: string];
85
+ interface OutputObject {
86
+ previousOwner: string;
87
+ newOwner: string;
88
+ }
89
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
90
+ type Filter = TypedDeferredTopicFilter<Event>;
91
+ type Log = TypedEventLog<Event>;
92
+ type LogDescription = TypedLogDescription<Event>;
93
+ }
94
+ export declare namespace OwnershipTransferredEvent {
95
+ type InputTuple = [previousOwner: AddressLike, newOwner: AddressLike];
96
+ type OutputTuple = [previousOwner: string, newOwner: string];
97
+ interface OutputObject {
98
+ previousOwner: string;
99
+ newOwner: string;
100
+ }
101
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
102
+ type Filter = TypedDeferredTopicFilter<Event>;
103
+ type Log = TypedEventLog<Event>;
104
+ type LogDescription = TypedLogDescription<Event>;
105
+ }
106
+ export declare namespace TransferEvent {
107
+ type InputTuple = [
108
+ from: AddressLike,
109
+ to: AddressLike,
110
+ value: BigNumberish
111
+ ];
112
+ type OutputTuple = [from: string, to: string, value: bigint];
113
+ interface OutputObject {
114
+ from: string;
115
+ to: string;
116
+ value: bigint;
117
+ }
118
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
119
+ type Filter = TypedDeferredTopicFilter<Event>;
120
+ type Log = TypedEventLog<Event>;
121
+ type LogDescription = TypedLogDescription<Event>;
122
+ }
123
+ export interface DComp extends BaseContract {
124
+ connect(runner?: ContractRunner | null): DComp;
125
+ waitForDeployment(): Promise<this>;
126
+ interface: DCompInterface;
127
+ queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
128
+ queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
129
+ on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
130
+ on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
131
+ once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
132
+ once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
133
+ listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
134
+ listeners(eventName?: string): Promise<Array<Listener>>;
135
+ removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
136
+ acceptOwnership: TypedContractMethod<[], [void], "nonpayable">;
137
+ allowance: TypedContractMethod<[
138
+ owner: AddressLike,
139
+ spender: AddressLike
140
+ ], [
141
+ bigint
142
+ ], "view">;
143
+ approve: TypedContractMethod<[
144
+ spender: AddressLike,
145
+ value: BigNumberish
146
+ ], [
147
+ boolean
148
+ ], "nonpayable">;
149
+ balanceOf: TypedContractMethod<[account: AddressLike], [bigint], "view">;
150
+ decimals: TypedContractMethod<[], [bigint], "view">;
151
+ delegatee: TypedContractMethod<[], [string], "view">;
152
+ deposit: TypedContractMethod<[value: BigNumberish], [boolean], "nonpayable">;
153
+ depositFor: TypedContractMethod<[
154
+ account: AddressLike,
155
+ value: BigNumberish
156
+ ], [
157
+ boolean
158
+ ], "nonpayable">;
159
+ isDepositorWhitelisted: TypedContractMethod<[
160
+ arg0: AddressLike
161
+ ], [
162
+ boolean
163
+ ], "view">;
164
+ name: TypedContractMethod<[], [string], "view">;
165
+ owner: TypedContractMethod<[], [string], "view">;
166
+ pendingOwner: TypedContractMethod<[], [string], "view">;
167
+ renounceOwnership: TypedContractMethod<[], [void], "nonpayable">;
168
+ setDelegatee: TypedContractMethod<[
169
+ newDelegatee: AddressLike
170
+ ], [
171
+ void
172
+ ], "nonpayable">;
173
+ symbol: TypedContractMethod<[], [string], "view">;
174
+ totalSupply: TypedContractMethod<[], [bigint], "view">;
175
+ transfer: TypedContractMethod<[
176
+ to: AddressLike,
177
+ value: BigNumberish
178
+ ], [
179
+ boolean
180
+ ], "nonpayable">;
181
+ transferFrom: TypedContractMethod<[
182
+ from: AddressLike,
183
+ to: AddressLike,
184
+ value: BigNumberish
185
+ ], [
186
+ boolean
187
+ ], "nonpayable">;
188
+ transferOwnership: TypedContractMethod<[
189
+ newOwner: AddressLike
190
+ ], [
191
+ void
192
+ ], "nonpayable">;
193
+ underlying: TypedContractMethod<[], [string], "view">;
194
+ updateWhitelistedDepositors: TypedContractMethod<[
195
+ addresses: AddressLike[],
196
+ isAddressWhitelisted: boolean[]
197
+ ], [
198
+ void
199
+ ], "nonpayable">;
200
+ withdraw: TypedContractMethod<[value: BigNumberish], [boolean], "nonpayable">;
201
+ withdrawTo: TypedContractMethod<[
202
+ account: AddressLike,
203
+ value: BigNumberish
204
+ ], [
205
+ boolean
206
+ ], "nonpayable">;
207
+ getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
208
+ getFunction(nameOrSignature: "acceptOwnership"): TypedContractMethod<[], [void], "nonpayable">;
209
+ getFunction(nameOrSignature: "allowance"): TypedContractMethod<[
210
+ owner: AddressLike,
211
+ spender: AddressLike
212
+ ], [
213
+ bigint
214
+ ], "view">;
215
+ getFunction(nameOrSignature: "approve"): TypedContractMethod<[
216
+ spender: AddressLike,
217
+ value: BigNumberish
218
+ ], [
219
+ boolean
220
+ ], "nonpayable">;
221
+ getFunction(nameOrSignature: "balanceOf"): TypedContractMethod<[account: AddressLike], [bigint], "view">;
222
+ getFunction(nameOrSignature: "decimals"): TypedContractMethod<[], [bigint], "view">;
223
+ getFunction(nameOrSignature: "delegatee"): TypedContractMethod<[], [string], "view">;
224
+ getFunction(nameOrSignature: "deposit"): TypedContractMethod<[value: BigNumberish], [boolean], "nonpayable">;
225
+ getFunction(nameOrSignature: "depositFor"): TypedContractMethod<[
226
+ account: AddressLike,
227
+ value: BigNumberish
228
+ ], [
229
+ boolean
230
+ ], "nonpayable">;
231
+ getFunction(nameOrSignature: "isDepositorWhitelisted"): TypedContractMethod<[arg0: AddressLike], [boolean], "view">;
232
+ getFunction(nameOrSignature: "name"): TypedContractMethod<[], [string], "view">;
233
+ getFunction(nameOrSignature: "owner"): TypedContractMethod<[], [string], "view">;
234
+ getFunction(nameOrSignature: "pendingOwner"): TypedContractMethod<[], [string], "view">;
235
+ getFunction(nameOrSignature: "renounceOwnership"): TypedContractMethod<[], [void], "nonpayable">;
236
+ getFunction(nameOrSignature: "setDelegatee"): TypedContractMethod<[newDelegatee: AddressLike], [void], "nonpayable">;
237
+ getFunction(nameOrSignature: "symbol"): TypedContractMethod<[], [string], "view">;
238
+ getFunction(nameOrSignature: "totalSupply"): TypedContractMethod<[], [bigint], "view">;
239
+ getFunction(nameOrSignature: "transfer"): TypedContractMethod<[
240
+ to: AddressLike,
241
+ value: BigNumberish
242
+ ], [
243
+ boolean
244
+ ], "nonpayable">;
245
+ getFunction(nameOrSignature: "transferFrom"): TypedContractMethod<[
246
+ from: AddressLike,
247
+ to: AddressLike,
248
+ value: BigNumberish
249
+ ], [
250
+ boolean
251
+ ], "nonpayable">;
252
+ getFunction(nameOrSignature: "transferOwnership"): TypedContractMethod<[newOwner: AddressLike], [void], "nonpayable">;
253
+ getFunction(nameOrSignature: "underlying"): TypedContractMethod<[], [string], "view">;
254
+ getFunction(nameOrSignature: "updateWhitelistedDepositors"): TypedContractMethod<[
255
+ addresses: AddressLike[],
256
+ isAddressWhitelisted: boolean[]
257
+ ], [
258
+ void
259
+ ], "nonpayable">;
260
+ getFunction(nameOrSignature: "withdraw"): TypedContractMethod<[value: BigNumberish], [boolean], "nonpayable">;
261
+ getFunction(nameOrSignature: "withdrawTo"): TypedContractMethod<[
262
+ account: AddressLike,
263
+ value: BigNumberish
264
+ ], [
265
+ boolean
266
+ ], "nonpayable">;
267
+ getEvent(key: "Approval"): TypedContractEvent<ApprovalEvent.InputTuple, ApprovalEvent.OutputTuple, ApprovalEvent.OutputObject>;
268
+ getEvent(key: "DepositorWhitelistStatusUpdated"): TypedContractEvent<DepositorWhitelistStatusUpdatedEvent.InputTuple, DepositorWhitelistStatusUpdatedEvent.OutputTuple, DepositorWhitelistStatusUpdatedEvent.OutputObject>;
269
+ getEvent(key: "OwnershipTransferStarted"): TypedContractEvent<OwnershipTransferStartedEvent.InputTuple, OwnershipTransferStartedEvent.OutputTuple, OwnershipTransferStartedEvent.OutputObject>;
270
+ getEvent(key: "OwnershipTransferred"): TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
271
+ getEvent(key: "Transfer"): TypedContractEvent<TransferEvent.InputTuple, TransferEvent.OutputTuple, TransferEvent.OutputObject>;
272
+ filters: {
273
+ "Approval(address,address,uint256)": TypedContractEvent<ApprovalEvent.InputTuple, ApprovalEvent.OutputTuple, ApprovalEvent.OutputObject>;
274
+ Approval: TypedContractEvent<ApprovalEvent.InputTuple, ApprovalEvent.OutputTuple, ApprovalEvent.OutputObject>;
275
+ "DepositorWhitelistStatusUpdated(address,bool)": TypedContractEvent<DepositorWhitelistStatusUpdatedEvent.InputTuple, DepositorWhitelistStatusUpdatedEvent.OutputTuple, DepositorWhitelistStatusUpdatedEvent.OutputObject>;
276
+ DepositorWhitelistStatusUpdated: TypedContractEvent<DepositorWhitelistStatusUpdatedEvent.InputTuple, DepositorWhitelistStatusUpdatedEvent.OutputTuple, DepositorWhitelistStatusUpdatedEvent.OutputObject>;
277
+ "OwnershipTransferStarted(address,address)": TypedContractEvent<OwnershipTransferStartedEvent.InputTuple, OwnershipTransferStartedEvent.OutputTuple, OwnershipTransferStartedEvent.OutputObject>;
278
+ OwnershipTransferStarted: TypedContractEvent<OwnershipTransferStartedEvent.InputTuple, OwnershipTransferStartedEvent.OutputTuple, OwnershipTransferStartedEvent.OutputObject>;
279
+ "OwnershipTransferred(address,address)": TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
280
+ OwnershipTransferred: TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
281
+ "Transfer(address,address,uint256)": TypedContractEvent<TransferEvent.InputTuple, TransferEvent.OutputTuple, TransferEvent.OutputObject>;
282
+ Transfer: TypedContractEvent<TransferEvent.InputTuple, TransferEvent.OutputTuple, TransferEvent.OutputObject>;
283
+ };
284
+ }
285
+ //# sourceMappingURL=DComp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DComp.d.ts","sourceRoot":"","sources":["../../../typechain-types/contracts/DComp.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=DComp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DComp.js","sourceRoot":"","sources":["../../../typechain-types/contracts/DComp.ts"],"names":[],"mappings":""}
@@ -1,3 +1,6 @@
1
1
  import type * as external from "./external";
2
2
  export type { external };
3
+ import type * as vendor from "./vendor";
4
+ export type { vendor };
5
+ export type { DComp } from "./DComp";
3
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../typechain-types/contracts/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,QAAQ,MAAM,YAAY,CAAC;AAC5C,YAAY,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../typechain-types/contracts/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,QAAQ,MAAM,YAAY,CAAC;AAC5C,YAAY,EAAE,QAAQ,EAAE,CAAC;AACzB,OAAO,KAAK,KAAK,MAAM,MAAM,UAAU,CAAC;AACxC,YAAY,EAAE,MAAM,EAAE,CAAC;AACvB,YAAY,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}