@venusprotocol/protocol-reserve 1.0.0-dev.1 → 1.0.0-dev.3

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 (120) hide show
  1. package/artifacts/@openzeppelin/contracts/access/IAccessControl.sol/IAccessControl.dbg.json +1 -1
  2. package/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +1 -1
  3. package/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +1 -1
  4. package/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +1 -1
  5. package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +1 -1
  6. package/artifacts/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol/Ownable2StepUpgradeable.dbg.json +1 -1
  7. package/artifacts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json +1 -1
  8. package/artifacts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json +1 -1
  9. package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.dbg.json +1 -1
  10. package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/draft-IERC20PermitUpgradeable.sol/IERC20PermitUpgradeable.dbg.json +1 -1
  11. package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol/SafeERC20Upgradeable.dbg.json +1 -1
  12. package/artifacts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json +1 -1
  13. package/artifacts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json +1 -1
  14. package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.sol/AccessControlledV8.dbg.json +1 -1
  15. package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol/IAccessControlManagerV8.dbg.json +1 -1
  16. package/artifacts/build-info/3320cd7a54f60491d1bcaf9577bfbaa8.json +1 -0
  17. package/artifacts/contracts/Interfaces/ComptrollerInterface.sol/ComptrollerInterface.dbg.json +1 -1
  18. package/artifacts/contracts/Interfaces/IIncomeDestination.sol/IIncomeDestination.dbg.json +1 -1
  19. package/artifacts/contracts/Interfaces/IPrime.sol/IPrime.dbg.json +1 -1
  20. package/artifacts/contracts/Interfaces/IProtocolShareReserve.sol/IProtocolShareReserve.dbg.json +1 -1
  21. package/artifacts/contracts/Interfaces/IVToken.sol/IVToken.dbg.json +1 -1
  22. package/artifacts/contracts/Interfaces/PoolRegistryInterface.sol/PoolRegistryInterface.dbg.json +1 -1
  23. package/artifacts/contracts/ProtocolReserve/ProtocolShareReserve.sol/ProtocolShareReserve.dbg.json +1 -1
  24. package/artifacts/contracts/ProtocolReserve/ProtocolShareReserve.sol/ProtocolShareReserve.json +2 -27
  25. package/artifacts/contracts/Test/Mocks/MockToken.sol/MockToken.dbg.json +1 -1
  26. package/contracts/ProtocolReserve/ProtocolShareReserve.sol +0 -3
  27. package/package.json +4 -7
  28. package/typechain/@openzeppelin/contracts/access/IAccessControl.ts +343 -0
  29. package/typechain/@openzeppelin/contracts/access/index.ts +4 -0
  30. package/typechain/@openzeppelin/contracts/index.ts +11 -0
  31. package/typechain/@openzeppelin/contracts/token/ERC20/ERC20.ts +466 -0
  32. package/typechain/@openzeppelin/contracts/token/ERC20/IERC20.ts +344 -0
  33. package/typechain/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.ts +386 -0
  34. package/typechain/@openzeppelin/contracts/token/ERC20/extensions/index.ts +4 -0
  35. package/typechain/@openzeppelin/contracts/token/ERC20/index.ts +10 -0
  36. package/typechain/@openzeppelin/contracts/token/index.ts +8 -0
  37. package/typechain/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.ts +264 -0
  38. package/typechain/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.ts +190 -0
  39. package/typechain/@openzeppelin/contracts-upgradeable/access/index.ts +5 -0
  40. package/typechain/@openzeppelin/contracts-upgradeable/index.ts +17 -0
  41. package/typechain/@openzeppelin/contracts-upgradeable/proxy/index.ts +8 -0
  42. package/typechain/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts +72 -0
  43. package/typechain/@openzeppelin/contracts-upgradeable/proxy/utils/index.ts +4 -0
  44. package/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.ts +344 -0
  45. package/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/draft-IERC20PermitUpgradeable.sol/IERC20PermitUpgradeable.ts +195 -0
  46. package/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/draft-IERC20PermitUpgradeable.sol/index.ts +4 -0
  47. package/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.ts +8 -0
  48. package/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/index.ts +9 -0
  49. package/typechain/@openzeppelin/contracts-upgradeable/token/index.ts +8 -0
  50. package/typechain/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.ts +72 -0
  51. package/typechain/@openzeppelin/contracts-upgradeable/utils/index.ts +4 -0
  52. package/typechain/@openzeppelin/index.ts +11 -0
  53. package/typechain/@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.ts +344 -0
  54. package/typechain/@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.ts +530 -0
  55. package/typechain/@venusprotocol/governance-contracts/contracts/Governance/index.ts +5 -0
  56. package/typechain/@venusprotocol/governance-contracts/contracts/index.ts +8 -0
  57. package/typechain/@venusprotocol/governance-contracts/index.ts +8 -0
  58. package/typechain/@venusprotocol/index.ts +8 -0
  59. package/typechain/common.ts +48 -0
  60. package/typechain/contracts/Interfaces/ComptrollerInterface.ts +90 -0
  61. package/typechain/contracts/Interfaces/IIncomeDestination.ts +112 -0
  62. package/typechain/contracts/Interfaces/IPrime.ts +202 -0
  63. package/typechain/contracts/Interfaces/IProtocolShareReserve.ts +122 -0
  64. package/typechain/contracts/Interfaces/IVToken.ts +87 -0
  65. package/typechain/contracts/Interfaces/PoolRegistryInterface.ts +110 -0
  66. package/typechain/contracts/Interfaces/index.ts +9 -0
  67. package/typechain/contracts/ProtocolReserve/ProtocolShareReserve.ts +1074 -0
  68. package/typechain/contracts/ProtocolReserve/index.ts +4 -0
  69. package/typechain/contracts/Test/Mocks/MockToken.ts +498 -0
  70. package/typechain/contracts/Test/Mocks/index.ts +4 -0
  71. package/typechain/contracts/Test/index.ts +8 -0
  72. package/typechain/contracts/index.ts +14 -0
  73. package/typechain/factories/@openzeppelin/contracts/access/IAccessControl__factory.ts +199 -0
  74. package/typechain/factories/@openzeppelin/contracts/access/index.ts +4 -0
  75. package/typechain/factories/@openzeppelin/contracts/index.ts +5 -0
  76. package/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.ts +352 -0
  77. package/typechain/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.ts +207 -0
  78. package/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.ts +249 -0
  79. package/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/index.ts +4 -0
  80. package/typechain/factories/@openzeppelin/contracts/token/ERC20/index.ts +6 -0
  81. package/typechain/factories/@openzeppelin/contracts/token/index.ts +4 -0
  82. package/typechain/factories/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable__factory.ts +135 -0
  83. package/typechain/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.ts +92 -0
  84. package/typechain/factories/@openzeppelin/contracts-upgradeable/access/index.ts +5 -0
  85. package/typechain/factories/@openzeppelin/contracts-upgradeable/index.ts +7 -0
  86. package/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/index.ts +4 -0
  87. package/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.ts +40 -0
  88. package/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.ts +4 -0
  89. package/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable__factory.ts +210 -0
  90. package/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/draft-IERC20PermitUpgradeable.sol/IERC20PermitUpgradeable__factory.ts +106 -0
  91. package/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/draft-IERC20PermitUpgradeable.sol/index.ts +4 -0
  92. package/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.ts +4 -0
  93. package/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.ts +5 -0
  94. package/typechain/factories/@openzeppelin/contracts-upgradeable/token/index.ts +4 -0
  95. package/typechain/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.ts +40 -0
  96. package/typechain/factories/@openzeppelin/contracts-upgradeable/utils/index.ts +4 -0
  97. package/typechain/factories/@openzeppelin/index.ts +5 -0
  98. package/typechain/factories/@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8__factory.ts +197 -0
  99. package/typechain/factories/@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8__factory.ts +302 -0
  100. package/typechain/factories/@venusprotocol/governance-contracts/contracts/Governance/index.ts +5 -0
  101. package/typechain/factories/@venusprotocol/governance-contracts/contracts/index.ts +4 -0
  102. package/typechain/factories/@venusprotocol/governance-contracts/index.ts +4 -0
  103. package/typechain/factories/@venusprotocol/index.ts +4 -0
  104. package/typechain/factories/contracts/Interfaces/ComptrollerInterface__factory.ts +44 -0
  105. package/typechain/factories/contracts/Interfaces/IIncomeDestination__factory.ts +45 -0
  106. package/typechain/factories/contracts/Interfaces/IPrime__factory.ts +87 -0
  107. package/typechain/factories/contracts/Interfaces/IProtocolShareReserve__factory.ts +54 -0
  108. package/typechain/factories/contracts/Interfaces/IVToken__factory.ts +40 -0
  109. package/typechain/factories/contracts/Interfaces/PoolRegistryInterface__factory.ts +55 -0
  110. package/typechain/factories/contracts/Interfaces/index.ts +9 -0
  111. package/typechain/factories/contracts/ProtocolReserve/ProtocolShareReserve__factory.ts +790 -0
  112. package/typechain/factories/contracts/ProtocolReserve/index.ts +4 -0
  113. package/typechain/factories/contracts/Test/Mocks/MockToken__factory.ts +392 -0
  114. package/typechain/factories/contracts/Test/Mocks/index.ts +4 -0
  115. package/typechain/factories/contracts/Test/index.ts +4 -0
  116. package/typechain/factories/contracts/index.ts +6 -0
  117. package/typechain/factories/index.ts +6 -0
  118. package/typechain/hardhat.d.ts +213 -0
  119. package/typechain/index.ts +55 -0
  120. package/artifacts/build-info/c112788394311939ef4c47b76cde5898.json +0 -1
@@ -0,0 +1,207 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+
3
+ /* tslint:disable */
4
+
5
+ /* eslint-disable */
6
+ import type {
7
+ IERC20,
8
+ IERC20Interface,
9
+ } from "../../../../../@openzeppelin/contracts/token/ERC20/IERC20";
10
+ import type { Provider } from "@ethersproject/providers";
11
+ import { Contract, Signer, utils } from "ethers";
12
+
13
+ const _abi = [
14
+ {
15
+ anonymous: false,
16
+ inputs: [
17
+ {
18
+ indexed: true,
19
+ internalType: "address",
20
+ name: "owner",
21
+ type: "address",
22
+ },
23
+ {
24
+ indexed: true,
25
+ internalType: "address",
26
+ name: "spender",
27
+ type: "address",
28
+ },
29
+ {
30
+ indexed: false,
31
+ internalType: "uint256",
32
+ name: "value",
33
+ type: "uint256",
34
+ },
35
+ ],
36
+ name: "Approval",
37
+ type: "event",
38
+ },
39
+ {
40
+ anonymous: false,
41
+ inputs: [
42
+ {
43
+ indexed: true,
44
+ internalType: "address",
45
+ name: "from",
46
+ type: "address",
47
+ },
48
+ {
49
+ indexed: true,
50
+ internalType: "address",
51
+ name: "to",
52
+ type: "address",
53
+ },
54
+ {
55
+ indexed: false,
56
+ internalType: "uint256",
57
+ name: "value",
58
+ type: "uint256",
59
+ },
60
+ ],
61
+ name: "Transfer",
62
+ type: "event",
63
+ },
64
+ {
65
+ inputs: [
66
+ {
67
+ internalType: "address",
68
+ name: "owner",
69
+ type: "address",
70
+ },
71
+ {
72
+ internalType: "address",
73
+ name: "spender",
74
+ type: "address",
75
+ },
76
+ ],
77
+ name: "allowance",
78
+ outputs: [
79
+ {
80
+ internalType: "uint256",
81
+ name: "",
82
+ type: "uint256",
83
+ },
84
+ ],
85
+ stateMutability: "view",
86
+ type: "function",
87
+ },
88
+ {
89
+ inputs: [
90
+ {
91
+ internalType: "address",
92
+ name: "spender",
93
+ type: "address",
94
+ },
95
+ {
96
+ internalType: "uint256",
97
+ name: "amount",
98
+ type: "uint256",
99
+ },
100
+ ],
101
+ name: "approve",
102
+ outputs: [
103
+ {
104
+ internalType: "bool",
105
+ name: "",
106
+ type: "bool",
107
+ },
108
+ ],
109
+ stateMutability: "nonpayable",
110
+ type: "function",
111
+ },
112
+ {
113
+ inputs: [
114
+ {
115
+ internalType: "address",
116
+ name: "account",
117
+ type: "address",
118
+ },
119
+ ],
120
+ name: "balanceOf",
121
+ outputs: [
122
+ {
123
+ internalType: "uint256",
124
+ name: "",
125
+ type: "uint256",
126
+ },
127
+ ],
128
+ stateMutability: "view",
129
+ type: "function",
130
+ },
131
+ {
132
+ inputs: [],
133
+ name: "totalSupply",
134
+ outputs: [
135
+ {
136
+ internalType: "uint256",
137
+ name: "",
138
+ type: "uint256",
139
+ },
140
+ ],
141
+ stateMutability: "view",
142
+ type: "function",
143
+ },
144
+ {
145
+ inputs: [
146
+ {
147
+ internalType: "address",
148
+ name: "to",
149
+ type: "address",
150
+ },
151
+ {
152
+ internalType: "uint256",
153
+ name: "amount",
154
+ type: "uint256",
155
+ },
156
+ ],
157
+ name: "transfer",
158
+ outputs: [
159
+ {
160
+ internalType: "bool",
161
+ name: "",
162
+ type: "bool",
163
+ },
164
+ ],
165
+ stateMutability: "nonpayable",
166
+ type: "function",
167
+ },
168
+ {
169
+ inputs: [
170
+ {
171
+ internalType: "address",
172
+ name: "from",
173
+ type: "address",
174
+ },
175
+ {
176
+ internalType: "address",
177
+ name: "to",
178
+ type: "address",
179
+ },
180
+ {
181
+ internalType: "uint256",
182
+ name: "amount",
183
+ type: "uint256",
184
+ },
185
+ ],
186
+ name: "transferFrom",
187
+ outputs: [
188
+ {
189
+ internalType: "bool",
190
+ name: "",
191
+ type: "bool",
192
+ },
193
+ ],
194
+ stateMutability: "nonpayable",
195
+ type: "function",
196
+ },
197
+ ] as const;
198
+
199
+ export class IERC20__factory {
200
+ static readonly abi = _abi;
201
+ static createInterface(): IERC20Interface {
202
+ return new utils.Interface(_abi) as IERC20Interface;
203
+ }
204
+ static connect(address: string, signerOrProvider: Signer | Provider): IERC20 {
205
+ return new Contract(address, _abi, signerOrProvider) as IERC20;
206
+ }
207
+ }
@@ -0,0 +1,249 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+
3
+ /* tslint:disable */
4
+
5
+ /* eslint-disable */
6
+ import type {
7
+ IERC20Metadata,
8
+ IERC20MetadataInterface,
9
+ } from "../../../../../../@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata";
10
+ import type { Provider } from "@ethersproject/providers";
11
+ import { Contract, Signer, utils } from "ethers";
12
+
13
+ const _abi = [
14
+ {
15
+ anonymous: false,
16
+ inputs: [
17
+ {
18
+ indexed: true,
19
+ internalType: "address",
20
+ name: "owner",
21
+ type: "address",
22
+ },
23
+ {
24
+ indexed: true,
25
+ internalType: "address",
26
+ name: "spender",
27
+ type: "address",
28
+ },
29
+ {
30
+ indexed: false,
31
+ internalType: "uint256",
32
+ name: "value",
33
+ type: "uint256",
34
+ },
35
+ ],
36
+ name: "Approval",
37
+ type: "event",
38
+ },
39
+ {
40
+ anonymous: false,
41
+ inputs: [
42
+ {
43
+ indexed: true,
44
+ internalType: "address",
45
+ name: "from",
46
+ type: "address",
47
+ },
48
+ {
49
+ indexed: true,
50
+ internalType: "address",
51
+ name: "to",
52
+ type: "address",
53
+ },
54
+ {
55
+ indexed: false,
56
+ internalType: "uint256",
57
+ name: "value",
58
+ type: "uint256",
59
+ },
60
+ ],
61
+ name: "Transfer",
62
+ type: "event",
63
+ },
64
+ {
65
+ inputs: [
66
+ {
67
+ internalType: "address",
68
+ name: "owner",
69
+ type: "address",
70
+ },
71
+ {
72
+ internalType: "address",
73
+ name: "spender",
74
+ type: "address",
75
+ },
76
+ ],
77
+ name: "allowance",
78
+ outputs: [
79
+ {
80
+ internalType: "uint256",
81
+ name: "",
82
+ type: "uint256",
83
+ },
84
+ ],
85
+ stateMutability: "view",
86
+ type: "function",
87
+ },
88
+ {
89
+ inputs: [
90
+ {
91
+ internalType: "address",
92
+ name: "spender",
93
+ type: "address",
94
+ },
95
+ {
96
+ internalType: "uint256",
97
+ name: "amount",
98
+ type: "uint256",
99
+ },
100
+ ],
101
+ name: "approve",
102
+ outputs: [
103
+ {
104
+ internalType: "bool",
105
+ name: "",
106
+ type: "bool",
107
+ },
108
+ ],
109
+ stateMutability: "nonpayable",
110
+ type: "function",
111
+ },
112
+ {
113
+ inputs: [
114
+ {
115
+ internalType: "address",
116
+ name: "account",
117
+ type: "address",
118
+ },
119
+ ],
120
+ name: "balanceOf",
121
+ outputs: [
122
+ {
123
+ internalType: "uint256",
124
+ name: "",
125
+ type: "uint256",
126
+ },
127
+ ],
128
+ stateMutability: "view",
129
+ type: "function",
130
+ },
131
+ {
132
+ inputs: [],
133
+ name: "decimals",
134
+ outputs: [
135
+ {
136
+ internalType: "uint8",
137
+ name: "",
138
+ type: "uint8",
139
+ },
140
+ ],
141
+ stateMutability: "view",
142
+ type: "function",
143
+ },
144
+ {
145
+ inputs: [],
146
+ name: "name",
147
+ outputs: [
148
+ {
149
+ internalType: "string",
150
+ name: "",
151
+ type: "string",
152
+ },
153
+ ],
154
+ stateMutability: "view",
155
+ type: "function",
156
+ },
157
+ {
158
+ inputs: [],
159
+ name: "symbol",
160
+ outputs: [
161
+ {
162
+ internalType: "string",
163
+ name: "",
164
+ type: "string",
165
+ },
166
+ ],
167
+ stateMutability: "view",
168
+ type: "function",
169
+ },
170
+ {
171
+ inputs: [],
172
+ name: "totalSupply",
173
+ outputs: [
174
+ {
175
+ internalType: "uint256",
176
+ name: "",
177
+ type: "uint256",
178
+ },
179
+ ],
180
+ stateMutability: "view",
181
+ type: "function",
182
+ },
183
+ {
184
+ inputs: [
185
+ {
186
+ internalType: "address",
187
+ name: "to",
188
+ type: "address",
189
+ },
190
+ {
191
+ internalType: "uint256",
192
+ name: "amount",
193
+ type: "uint256",
194
+ },
195
+ ],
196
+ name: "transfer",
197
+ outputs: [
198
+ {
199
+ internalType: "bool",
200
+ name: "",
201
+ type: "bool",
202
+ },
203
+ ],
204
+ stateMutability: "nonpayable",
205
+ type: "function",
206
+ },
207
+ {
208
+ inputs: [
209
+ {
210
+ internalType: "address",
211
+ name: "from",
212
+ type: "address",
213
+ },
214
+ {
215
+ internalType: "address",
216
+ name: "to",
217
+ type: "address",
218
+ },
219
+ {
220
+ internalType: "uint256",
221
+ name: "amount",
222
+ type: "uint256",
223
+ },
224
+ ],
225
+ name: "transferFrom",
226
+ outputs: [
227
+ {
228
+ internalType: "bool",
229
+ name: "",
230
+ type: "bool",
231
+ },
232
+ ],
233
+ stateMutability: "nonpayable",
234
+ type: "function",
235
+ },
236
+ ] as const;
237
+
238
+ export class IERC20Metadata__factory {
239
+ static readonly abi = _abi;
240
+ static createInterface(): IERC20MetadataInterface {
241
+ return new utils.Interface(_abi) as IERC20MetadataInterface;
242
+ }
243
+ static connect(
244
+ address: string,
245
+ signerOrProvider: Signer | Provider
246
+ ): IERC20Metadata {
247
+ return new Contract(address, _abi, signerOrProvider) as IERC20Metadata;
248
+ }
249
+ }
@@ -0,0 +1,4 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export { IERC20Metadata__factory } from "./IERC20Metadata__factory";
@@ -0,0 +1,6 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export * as extensions from "./extensions";
5
+ export { ERC20__factory } from "./ERC20__factory";
6
+ export { IERC20__factory } from "./IERC20__factory";
@@ -0,0 +1,4 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export * as erc20 from "./ERC20";
@@ -0,0 +1,135 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+
3
+ /* tslint:disable */
4
+
5
+ /* eslint-disable */
6
+ import type {
7
+ Ownable2StepUpgradeable,
8
+ Ownable2StepUpgradeableInterface,
9
+ } from "../../../../@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable";
10
+ import type { Provider } from "@ethersproject/providers";
11
+ import { Contract, Signer, utils } from "ethers";
12
+
13
+ const _abi = [
14
+ {
15
+ anonymous: false,
16
+ inputs: [
17
+ {
18
+ indexed: false,
19
+ internalType: "uint8",
20
+ name: "version",
21
+ type: "uint8",
22
+ },
23
+ ],
24
+ name: "Initialized",
25
+ type: "event",
26
+ },
27
+ {
28
+ anonymous: false,
29
+ inputs: [
30
+ {
31
+ indexed: true,
32
+ internalType: "address",
33
+ name: "previousOwner",
34
+ type: "address",
35
+ },
36
+ {
37
+ indexed: true,
38
+ internalType: "address",
39
+ name: "newOwner",
40
+ type: "address",
41
+ },
42
+ ],
43
+ name: "OwnershipTransferStarted",
44
+ type: "event",
45
+ },
46
+ {
47
+ anonymous: false,
48
+ inputs: [
49
+ {
50
+ indexed: true,
51
+ internalType: "address",
52
+ name: "previousOwner",
53
+ type: "address",
54
+ },
55
+ {
56
+ indexed: true,
57
+ internalType: "address",
58
+ name: "newOwner",
59
+ type: "address",
60
+ },
61
+ ],
62
+ name: "OwnershipTransferred",
63
+ type: "event",
64
+ },
65
+ {
66
+ inputs: [],
67
+ name: "acceptOwnership",
68
+ outputs: [],
69
+ stateMutability: "nonpayable",
70
+ type: "function",
71
+ },
72
+ {
73
+ inputs: [],
74
+ name: "owner",
75
+ outputs: [
76
+ {
77
+ internalType: "address",
78
+ name: "",
79
+ type: "address",
80
+ },
81
+ ],
82
+ stateMutability: "view",
83
+ type: "function",
84
+ },
85
+ {
86
+ inputs: [],
87
+ name: "pendingOwner",
88
+ outputs: [
89
+ {
90
+ internalType: "address",
91
+ name: "",
92
+ type: "address",
93
+ },
94
+ ],
95
+ stateMutability: "view",
96
+ type: "function",
97
+ },
98
+ {
99
+ inputs: [],
100
+ name: "renounceOwnership",
101
+ outputs: [],
102
+ stateMutability: "nonpayable",
103
+ type: "function",
104
+ },
105
+ {
106
+ inputs: [
107
+ {
108
+ internalType: "address",
109
+ name: "newOwner",
110
+ type: "address",
111
+ },
112
+ ],
113
+ name: "transferOwnership",
114
+ outputs: [],
115
+ stateMutability: "nonpayable",
116
+ type: "function",
117
+ },
118
+ ] as const;
119
+
120
+ export class Ownable2StepUpgradeable__factory {
121
+ static readonly abi = _abi;
122
+ static createInterface(): Ownable2StepUpgradeableInterface {
123
+ return new utils.Interface(_abi) as Ownable2StepUpgradeableInterface;
124
+ }
125
+ static connect(
126
+ address: string,
127
+ signerOrProvider: Signer | Provider
128
+ ): Ownable2StepUpgradeable {
129
+ return new Contract(
130
+ address,
131
+ _abi,
132
+ signerOrProvider
133
+ ) as Ownable2StepUpgradeable;
134
+ }
135
+ }
@@ -0,0 +1,92 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+
3
+ /* tslint:disable */
4
+
5
+ /* eslint-disable */
6
+ import type {
7
+ OwnableUpgradeable,
8
+ OwnableUpgradeableInterface,
9
+ } from "../../../../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable";
10
+ import type { Provider } from "@ethersproject/providers";
11
+ import { Contract, Signer, utils } from "ethers";
12
+
13
+ const _abi = [
14
+ {
15
+ anonymous: false,
16
+ inputs: [
17
+ {
18
+ indexed: false,
19
+ internalType: "uint8",
20
+ name: "version",
21
+ type: "uint8",
22
+ },
23
+ ],
24
+ name: "Initialized",
25
+ type: "event",
26
+ },
27
+ {
28
+ anonymous: false,
29
+ inputs: [
30
+ {
31
+ indexed: true,
32
+ internalType: "address",
33
+ name: "previousOwner",
34
+ type: "address",
35
+ },
36
+ {
37
+ indexed: true,
38
+ internalType: "address",
39
+ name: "newOwner",
40
+ type: "address",
41
+ },
42
+ ],
43
+ name: "OwnershipTransferred",
44
+ type: "event",
45
+ },
46
+ {
47
+ inputs: [],
48
+ name: "owner",
49
+ outputs: [
50
+ {
51
+ internalType: "address",
52
+ name: "",
53
+ type: "address",
54
+ },
55
+ ],
56
+ stateMutability: "view",
57
+ type: "function",
58
+ },
59
+ {
60
+ inputs: [],
61
+ name: "renounceOwnership",
62
+ outputs: [],
63
+ stateMutability: "nonpayable",
64
+ type: "function",
65
+ },
66
+ {
67
+ inputs: [
68
+ {
69
+ internalType: "address",
70
+ name: "newOwner",
71
+ type: "address",
72
+ },
73
+ ],
74
+ name: "transferOwnership",
75
+ outputs: [],
76
+ stateMutability: "nonpayable",
77
+ type: "function",
78
+ },
79
+ ] as const;
80
+
81
+ export class OwnableUpgradeable__factory {
82
+ static readonly abi = _abi;
83
+ static createInterface(): OwnableUpgradeableInterface {
84
+ return new utils.Interface(_abi) as OwnableUpgradeableInterface;
85
+ }
86
+ static connect(
87
+ address: string,
88
+ signerOrProvider: Signer | Provider
89
+ ): OwnableUpgradeable {
90
+ return new Contract(address, _abi, signerOrProvider) as OwnableUpgradeable;
91
+ }
92
+ }
@@ -0,0 +1,5 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export { Ownable2StepUpgradeable__factory } from "./Ownable2StepUpgradeable__factory";
5
+ export { OwnableUpgradeable__factory } from "./OwnableUpgradeable__factory";
@@ -0,0 +1,7 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ export * as access from "./access";
5
+ export * as proxy from "./proxy";
6
+ export * as token from "./token";
7
+ export * as utils from "./utils";