@ape.swap/bonds-sdk 1.0.473 → 1.0.475

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 (128) hide show
  1. package/dist/config/abi/bondNft.json +424 -0
  2. package/dist/config/abi/ens-public-resolver.json +816 -0
  3. package/dist/config/abi/ens-registrar.json +422 -0
  4. package/dist/config/abi/erc20_bytes32.json +30 -0
  5. package/dist/config/abi/jungleChef.json +291 -0
  6. package/dist/config/abi/launchBonds.json +2014 -0
  7. package/dist/config/abi/lockVeAbond.json +2198 -0
  8. package/dist/config/abi/migrationBond.json +1639 -0
  9. package/dist/config/abi/migrationFveAbond.json +160 -0
  10. package/dist/config/abi/multicallv3.json +92 -0
  11. package/dist/config/abi/sousChef.json +649 -0
  12. package/dist/config/abi/types/Banana.d.ts +417 -0
  13. package/dist/config/abi/types/Banana.js +1 -0
  14. package/dist/config/abi/types/Bond.d.ts +803 -0
  15. package/dist/config/abi/types/Bond.js +1 -0
  16. package/dist/config/abi/types/BondNft.d.ts +603 -0
  17. package/dist/config/abi/types/BondNft.js +1 -0
  18. package/dist/config/abi/types/EnsPublicResolver.d.ts +513 -0
  19. package/dist/config/abi/types/EnsPublicResolver.js +1 -0
  20. package/dist/config/abi/types/EnsRegistrar.d.ts +274 -0
  21. package/dist/config/abi/types/EnsRegistrar.js +1 -0
  22. package/dist/config/abi/types/Erc20.d.ts +168 -0
  23. package/dist/config/abi/types/Erc20.js +1 -0
  24. package/dist/config/abi/types/Erc20_bytes32.d.ts +50 -0
  25. package/dist/config/abi/types/Erc20_bytes32.js +1 -0
  26. package/dist/config/abi/types/JungleChef.d.ts +260 -0
  27. package/dist/config/abi/types/JungleChef.js +1 -0
  28. package/dist/config/abi/types/LaunchBonds.d.ts +1362 -0
  29. package/dist/config/abi/types/LaunchBonds.js +1 -0
  30. package/dist/config/abi/types/LensContract.d.ts +295 -0
  31. package/dist/config/abi/types/LensContract.js +1 -0
  32. package/dist/config/abi/types/LockVeAbond.d.ts +1279 -0
  33. package/dist/config/abi/types/LockVeAbond.js +1 -0
  34. package/dist/config/abi/types/MigrationBond.d.ts +1136 -0
  35. package/dist/config/abi/types/MigrationBond.js +1 -0
  36. package/dist/config/abi/types/MigrationFveAbond.d.ts +290 -0
  37. package/dist/config/abi/types/MigrationFveAbond.js +1 -0
  38. package/dist/config/abi/types/MiniComplexRewarder.d.ts +469 -0
  39. package/dist/config/abi/types/MiniComplexRewarder.js +1 -0
  40. package/dist/config/abi/types/Multicallv2.d.ts +150 -0
  41. package/dist/config/abi/types/Multicallv2.js +1 -0
  42. package/dist/config/abi/types/Multicallv3.d.ts +98 -0
  43. package/dist/config/abi/types/Multicallv3.js +1 -0
  44. package/dist/config/abi/types/NonFungibleApes.d.ts +532 -0
  45. package/dist/config/abi/types/NonFungibleApes.js +1 -0
  46. package/dist/config/abi/types/NonFungibleBananas.d.ts +505 -0
  47. package/dist/config/abi/types/NonFungibleBananas.js +1 -0
  48. package/dist/config/abi/types/PriceGetter.d.ts +713 -0
  49. package/dist/config/abi/types/PriceGetter.js +1 -0
  50. package/dist/config/abi/types/PriceGetterLinea.d.ts +789 -0
  51. package/dist/config/abi/types/PriceGetterLinea.js +1 -0
  52. package/dist/config/abi/types/PriceGetterV2.d.ts +729 -0
  53. package/dist/config/abi/types/PriceGetterV2.js +1 -0
  54. package/dist/config/abi/types/SousChef.d.ts +579 -0
  55. package/dist/config/abi/types/SousChef.js +1 -0
  56. package/dist/config/abi/types/Treasury.d.ts +277 -0
  57. package/dist/config/abi/types/Treasury.js +1 -0
  58. package/dist/config/abi/types/Weth.d.ts +221 -0
  59. package/dist/config/abi/types/Weth.js +1 -0
  60. package/dist/config/abi/types/Zap.d.ts +528 -0
  61. package/dist/config/abi/types/Zap.js +1 -0
  62. package/dist/config/abi/types/common.d.ts +22 -0
  63. package/dist/config/abi/types/common.js +1 -0
  64. package/dist/config/abi/types/factories/Banana__factory.d.ts +475 -0
  65. package/dist/config/abi/types/factories/Banana__factory.js +628 -0
  66. package/dist/config/abi/types/factories/BondNft__factory.d.ts +723 -0
  67. package/dist/config/abi/types/factories/BondNft__factory.js +951 -0
  68. package/dist/config/abi/types/factories/Bond__factory.d.ts +799 -0
  69. package/dist/config/abi/types/factories/Bond__factory.js +1042 -0
  70. package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +649 -0
  71. package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +833 -0
  72. package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +338 -0
  73. package/dist/config/abi/types/factories/EnsRegistrar__factory.js +439 -0
  74. package/dist/config/abi/types/factories/Erc20__factory.d.ts +175 -0
  75. package/dist/config/abi/types/factories/Erc20__factory.js +239 -0
  76. package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +30 -0
  77. package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +47 -0
  78. package/dist/config/abi/types/factories/JungleChef__factory.d.ts +247 -0
  79. package/dist/config/abi/types/factories/JungleChef__factory.js +326 -0
  80. package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +1560 -0
  81. package/dist/config/abi/types/factories/LaunchBonds__factory.js +2031 -0
  82. package/dist/config/abi/types/factories/LensContract__factory.d.ts +254 -0
  83. package/dist/config/abi/types/factories/LensContract__factory.js +338 -0
  84. package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +1698 -0
  85. package/dist/config/abi/types/factories/LockVeAbond__factory.js +2215 -0
  86. package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +1268 -0
  87. package/dist/config/abi/types/factories/MigrationBond__factory.js +1656 -0
  88. package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +262 -0
  89. package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +346 -0
  90. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +448 -0
  91. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +586 -0
  92. package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +115 -0
  93. package/dist/config/abi/types/factories/Multicallv2__factory.js +160 -0
  94. package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +76 -0
  95. package/dist/config/abi/types/factories/Multicallv3__factory.js +109 -0
  96. package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +617 -0
  97. package/dist/config/abi/types/factories/NonFungibleApes__factory.js +810 -0
  98. package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +576 -0
  99. package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +756 -0
  100. package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +1105 -0
  101. package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +1465 -0
  102. package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +1027 -0
  103. package/dist/config/abi/types/factories/PriceGetterV2__factory.js +1364 -0
  104. package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +999 -0
  105. package/dist/config/abi/types/factories/PriceGetter__factory.js +1326 -0
  106. package/dist/config/abi/types/factories/SousChef__factory.d.ts +511 -0
  107. package/dist/config/abi/types/factories/SousChef__factory.js +666 -0
  108. package/dist/config/abi/types/factories/Treasury__factory.d.ts +235 -0
  109. package/dist/config/abi/types/factories/Treasury__factory.js +309 -0
  110. package/dist/config/abi/types/factories/Weth__factory.d.ts +220 -0
  111. package/dist/config/abi/types/factories/Weth__factory.js +296 -0
  112. package/dist/config/abi/types/factories/Zap__factory.d.ts +695 -0
  113. package/dist/config/abi/types/factories/Zap__factory.js +889 -0
  114. package/dist/config/abi/types/factories/index.d.ts +25 -0
  115. package/dist/config/abi/types/factories/index.js +28 -0
  116. package/dist/config/abi/types/index.d.ts +51 -0
  117. package/dist/config/abi/types/index.js +26 -0
  118. package/dist/config/abi/weth.json +279 -0
  119. package/dist/hooks/useClaimBill.d.ts +4 -0
  120. package/dist/hooks/useClaimBill.js +59 -0
  121. package/dist/hooks/useContract.d.ts +25 -0
  122. package/dist/hooks/useContract.js +107 -0
  123. package/dist/pages/YourBonds/YourBonds.js +37 -10
  124. package/dist/utils/index.d.ts +16 -0
  125. package/dist/utils/index.js +127 -0
  126. package/dist/utils/track.d.ts +7 -0
  127. package/dist/utils/track.js +17 -0
  128. package/package.json +1 -1
@@ -0,0 +1,235 @@
1
+ import { Signer } from "ethers";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import type { Treasury, TreasuryInterface } from "../Treasury";
4
+ export declare class Treasury__factory {
5
+ static readonly abi: readonly [{
6
+ readonly inputs: readonly [{
7
+ readonly internalType: "contract IERC20";
8
+ readonly name: "_banana";
9
+ readonly type: "address";
10
+ }, {
11
+ readonly internalType: "contract IERC20";
12
+ readonly name: "_goldenBanana";
13
+ readonly type: "address";
14
+ }];
15
+ readonly stateMutability: "nonpayable";
16
+ readonly type: "constructor";
17
+ }, {
18
+ readonly anonymous: false;
19
+ readonly inputs: readonly [{
20
+ readonly indexed: true;
21
+ readonly internalType: "address";
22
+ readonly name: "user";
23
+ readonly type: "address";
24
+ }, {
25
+ readonly indexed: false;
26
+ readonly internalType: "uint256";
27
+ readonly name: "amount";
28
+ readonly type: "uint256";
29
+ }];
30
+ readonly name: "Buy";
31
+ readonly type: "event";
32
+ }, {
33
+ readonly anonymous: false;
34
+ readonly inputs: readonly [{
35
+ readonly indexed: true;
36
+ readonly internalType: "address";
37
+ readonly name: "previousOwner";
38
+ readonly type: "address";
39
+ }, {
40
+ readonly indexed: true;
41
+ readonly internalType: "address";
42
+ readonly name: "newOwner";
43
+ readonly type: "address";
44
+ }];
45
+ readonly name: "OwnershipTransferred";
46
+ readonly type: "event";
47
+ }, {
48
+ readonly anonymous: false;
49
+ readonly inputs: readonly [{
50
+ readonly indexed: true;
51
+ readonly internalType: "address";
52
+ readonly name: "user";
53
+ readonly type: "address";
54
+ }, {
55
+ readonly indexed: false;
56
+ readonly internalType: "uint256";
57
+ readonly name: "amount";
58
+ readonly type: "uint256";
59
+ }];
60
+ readonly name: "Sell";
61
+ readonly type: "event";
62
+ }, {
63
+ readonly inputs: readonly [];
64
+ readonly name: "adminAddress";
65
+ readonly outputs: readonly [{
66
+ readonly internalType: "address";
67
+ readonly name: "";
68
+ readonly type: "address";
69
+ }];
70
+ readonly stateMutability: "view";
71
+ readonly type: "function";
72
+ readonly constant: true;
73
+ }, {
74
+ readonly inputs: readonly [];
75
+ readonly name: "banana";
76
+ readonly outputs: readonly [{
77
+ readonly internalType: "contract IERC20";
78
+ readonly name: "";
79
+ readonly type: "address";
80
+ }];
81
+ readonly stateMutability: "view";
82
+ readonly type: "function";
83
+ readonly constant: true;
84
+ }, {
85
+ readonly inputs: readonly [];
86
+ readonly name: "bananaReserve";
87
+ readonly outputs: readonly [{
88
+ readonly internalType: "uint256";
89
+ readonly name: "";
90
+ readonly type: "uint256";
91
+ }];
92
+ readonly stateMutability: "view";
93
+ readonly type: "function";
94
+ readonly constant: true;
95
+ }, {
96
+ readonly inputs: readonly [];
97
+ readonly name: "buyFee";
98
+ readonly outputs: readonly [{
99
+ readonly internalType: "uint256";
100
+ readonly name: "";
101
+ readonly type: "uint256";
102
+ }];
103
+ readonly stateMutability: "view";
104
+ readonly type: "function";
105
+ readonly constant: true;
106
+ }, {
107
+ readonly inputs: readonly [];
108
+ readonly name: "goldenBanana";
109
+ readonly outputs: readonly [{
110
+ readonly internalType: "contract IERC20";
111
+ readonly name: "";
112
+ readonly type: "address";
113
+ }];
114
+ readonly stateMutability: "view";
115
+ readonly type: "function";
116
+ readonly constant: true;
117
+ }, {
118
+ readonly inputs: readonly [];
119
+ readonly name: "goldenBananaReserve";
120
+ readonly outputs: readonly [{
121
+ readonly internalType: "uint256";
122
+ readonly name: "";
123
+ readonly type: "uint256";
124
+ }];
125
+ readonly stateMutability: "view";
126
+ readonly type: "function";
127
+ readonly constant: true;
128
+ }, {
129
+ readonly inputs: readonly [];
130
+ readonly name: "owner";
131
+ readonly outputs: readonly [{
132
+ readonly internalType: "address";
133
+ readonly name: "";
134
+ readonly type: "address";
135
+ }];
136
+ readonly stateMutability: "view";
137
+ readonly type: "function";
138
+ readonly constant: true;
139
+ }, {
140
+ readonly inputs: readonly [];
141
+ readonly name: "renounceOwnership";
142
+ readonly outputs: readonly [];
143
+ readonly stateMutability: "nonpayable";
144
+ readonly type: "function";
145
+ }, {
146
+ readonly inputs: readonly [];
147
+ readonly name: "sellPrice";
148
+ readonly outputs: readonly [{
149
+ readonly internalType: "uint256";
150
+ readonly name: "";
151
+ readonly type: "uint256";
152
+ }];
153
+ readonly stateMutability: "view";
154
+ readonly type: "function";
155
+ readonly constant: true;
156
+ }, {
157
+ readonly inputs: readonly [{
158
+ readonly internalType: "address";
159
+ readonly name: "newOwner";
160
+ readonly type: "address";
161
+ }];
162
+ readonly name: "transferOwnership";
163
+ readonly outputs: readonly [];
164
+ readonly stateMutability: "nonpayable";
165
+ readonly type: "function";
166
+ }, {
167
+ readonly inputs: readonly [{
168
+ readonly internalType: "uint256";
169
+ readonly name: "_amount";
170
+ readonly type: "uint256";
171
+ }];
172
+ readonly name: "buy";
173
+ readonly outputs: readonly [];
174
+ readonly stateMutability: "nonpayable";
175
+ readonly type: "function";
176
+ }, {
177
+ readonly inputs: readonly [{
178
+ readonly internalType: "uint256";
179
+ readonly name: "_amount";
180
+ readonly type: "uint256";
181
+ }];
182
+ readonly name: "sell";
183
+ readonly outputs: readonly [];
184
+ readonly stateMutability: "nonpayable";
185
+ readonly type: "function";
186
+ }, {
187
+ readonly inputs: readonly [{
188
+ readonly internalType: "address";
189
+ readonly name: "_adminAddress";
190
+ readonly type: "address";
191
+ }];
192
+ readonly name: "setAdmin";
193
+ readonly outputs: readonly [];
194
+ readonly stateMutability: "nonpayable";
195
+ readonly type: "function";
196
+ }, {
197
+ readonly inputs: readonly [{
198
+ readonly internalType: "uint256";
199
+ readonly name: "_amount";
200
+ readonly type: "uint256";
201
+ }];
202
+ readonly name: "adminWithdraw";
203
+ readonly outputs: readonly [];
204
+ readonly stateMutability: "nonpayable";
205
+ readonly type: "function";
206
+ }, {
207
+ readonly inputs: readonly [{
208
+ readonly internalType: "uint256";
209
+ readonly name: "_price";
210
+ readonly type: "uint256";
211
+ }];
212
+ readonly name: "setBuyFee";
213
+ readonly outputs: readonly [];
214
+ readonly stateMutability: "nonpayable";
215
+ readonly type: "function";
216
+ }, {
217
+ readonly inputs: readonly [{
218
+ readonly internalType: "uint256";
219
+ readonly name: "_price";
220
+ readonly type: "uint256";
221
+ }];
222
+ readonly name: "setSellPrice";
223
+ readonly outputs: readonly [];
224
+ readonly stateMutability: "nonpayable";
225
+ readonly type: "function";
226
+ }, {
227
+ readonly inputs: readonly [];
228
+ readonly name: "sync";
229
+ readonly outputs: readonly [];
230
+ readonly stateMutability: "nonpayable";
231
+ readonly type: "function";
232
+ }];
233
+ static createInterface(): TreasuryInterface;
234
+ static connect(address: string, signerOrProvider: Signer | Provider): Treasury;
235
+ }
@@ -0,0 +1,309 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, utils } from "ethers";
5
+ var _abi = [
6
+ {
7
+ inputs: [
8
+ {
9
+ internalType: "contract IERC20",
10
+ name: "_banana",
11
+ type: "address",
12
+ },
13
+ {
14
+ internalType: "contract IERC20",
15
+ name: "_goldenBanana",
16
+ type: "address",
17
+ },
18
+ ],
19
+ stateMutability: "nonpayable",
20
+ type: "constructor",
21
+ },
22
+ {
23
+ anonymous: false,
24
+ inputs: [
25
+ {
26
+ indexed: true,
27
+ internalType: "address",
28
+ name: "user",
29
+ type: "address",
30
+ },
31
+ {
32
+ indexed: false,
33
+ internalType: "uint256",
34
+ name: "amount",
35
+ type: "uint256",
36
+ },
37
+ ],
38
+ name: "Buy",
39
+ type: "event",
40
+ },
41
+ {
42
+ anonymous: false,
43
+ inputs: [
44
+ {
45
+ indexed: true,
46
+ internalType: "address",
47
+ name: "previousOwner",
48
+ type: "address",
49
+ },
50
+ {
51
+ indexed: true,
52
+ internalType: "address",
53
+ name: "newOwner",
54
+ type: "address",
55
+ },
56
+ ],
57
+ name: "OwnershipTransferred",
58
+ type: "event",
59
+ },
60
+ {
61
+ anonymous: false,
62
+ inputs: [
63
+ {
64
+ indexed: true,
65
+ internalType: "address",
66
+ name: "user",
67
+ type: "address",
68
+ },
69
+ {
70
+ indexed: false,
71
+ internalType: "uint256",
72
+ name: "amount",
73
+ type: "uint256",
74
+ },
75
+ ],
76
+ name: "Sell",
77
+ type: "event",
78
+ },
79
+ {
80
+ inputs: [],
81
+ name: "adminAddress",
82
+ outputs: [
83
+ {
84
+ internalType: "address",
85
+ name: "",
86
+ type: "address",
87
+ },
88
+ ],
89
+ stateMutability: "view",
90
+ type: "function",
91
+ constant: true,
92
+ },
93
+ {
94
+ inputs: [],
95
+ name: "banana",
96
+ outputs: [
97
+ {
98
+ internalType: "contract IERC20",
99
+ name: "",
100
+ type: "address",
101
+ },
102
+ ],
103
+ stateMutability: "view",
104
+ type: "function",
105
+ constant: true,
106
+ },
107
+ {
108
+ inputs: [],
109
+ name: "bananaReserve",
110
+ outputs: [
111
+ {
112
+ internalType: "uint256",
113
+ name: "",
114
+ type: "uint256",
115
+ },
116
+ ],
117
+ stateMutability: "view",
118
+ type: "function",
119
+ constant: true,
120
+ },
121
+ {
122
+ inputs: [],
123
+ name: "buyFee",
124
+ outputs: [
125
+ {
126
+ internalType: "uint256",
127
+ name: "",
128
+ type: "uint256",
129
+ },
130
+ ],
131
+ stateMutability: "view",
132
+ type: "function",
133
+ constant: true,
134
+ },
135
+ {
136
+ inputs: [],
137
+ name: "goldenBanana",
138
+ outputs: [
139
+ {
140
+ internalType: "contract IERC20",
141
+ name: "",
142
+ type: "address",
143
+ },
144
+ ],
145
+ stateMutability: "view",
146
+ type: "function",
147
+ constant: true,
148
+ },
149
+ {
150
+ inputs: [],
151
+ name: "goldenBananaReserve",
152
+ outputs: [
153
+ {
154
+ internalType: "uint256",
155
+ name: "",
156
+ type: "uint256",
157
+ },
158
+ ],
159
+ stateMutability: "view",
160
+ type: "function",
161
+ constant: true,
162
+ },
163
+ {
164
+ inputs: [],
165
+ name: "owner",
166
+ outputs: [
167
+ {
168
+ internalType: "address",
169
+ name: "",
170
+ type: "address",
171
+ },
172
+ ],
173
+ stateMutability: "view",
174
+ type: "function",
175
+ constant: true,
176
+ },
177
+ {
178
+ inputs: [],
179
+ name: "renounceOwnership",
180
+ outputs: [],
181
+ stateMutability: "nonpayable",
182
+ type: "function",
183
+ },
184
+ {
185
+ inputs: [],
186
+ name: "sellPrice",
187
+ outputs: [
188
+ {
189
+ internalType: "uint256",
190
+ name: "",
191
+ type: "uint256",
192
+ },
193
+ ],
194
+ stateMutability: "view",
195
+ type: "function",
196
+ constant: true,
197
+ },
198
+ {
199
+ inputs: [
200
+ {
201
+ internalType: "address",
202
+ name: "newOwner",
203
+ type: "address",
204
+ },
205
+ ],
206
+ name: "transferOwnership",
207
+ outputs: [],
208
+ stateMutability: "nonpayable",
209
+ type: "function",
210
+ },
211
+ {
212
+ inputs: [
213
+ {
214
+ internalType: "uint256",
215
+ name: "_amount",
216
+ type: "uint256",
217
+ },
218
+ ],
219
+ name: "buy",
220
+ outputs: [],
221
+ stateMutability: "nonpayable",
222
+ type: "function",
223
+ },
224
+ {
225
+ inputs: [
226
+ {
227
+ internalType: "uint256",
228
+ name: "_amount",
229
+ type: "uint256",
230
+ },
231
+ ],
232
+ name: "sell",
233
+ outputs: [],
234
+ stateMutability: "nonpayable",
235
+ type: "function",
236
+ },
237
+ {
238
+ inputs: [
239
+ {
240
+ internalType: "address",
241
+ name: "_adminAddress",
242
+ type: "address",
243
+ },
244
+ ],
245
+ name: "setAdmin",
246
+ outputs: [],
247
+ stateMutability: "nonpayable",
248
+ type: "function",
249
+ },
250
+ {
251
+ inputs: [
252
+ {
253
+ internalType: "uint256",
254
+ name: "_amount",
255
+ type: "uint256",
256
+ },
257
+ ],
258
+ name: "adminWithdraw",
259
+ outputs: [],
260
+ stateMutability: "nonpayable",
261
+ type: "function",
262
+ },
263
+ {
264
+ inputs: [
265
+ {
266
+ internalType: "uint256",
267
+ name: "_price",
268
+ type: "uint256",
269
+ },
270
+ ],
271
+ name: "setBuyFee",
272
+ outputs: [],
273
+ stateMutability: "nonpayable",
274
+ type: "function",
275
+ },
276
+ {
277
+ inputs: [
278
+ {
279
+ internalType: "uint256",
280
+ name: "_price",
281
+ type: "uint256",
282
+ },
283
+ ],
284
+ name: "setSellPrice",
285
+ outputs: [],
286
+ stateMutability: "nonpayable",
287
+ type: "function",
288
+ },
289
+ {
290
+ inputs: [],
291
+ name: "sync",
292
+ outputs: [],
293
+ stateMutability: "nonpayable",
294
+ type: "function",
295
+ },
296
+ ];
297
+ var Treasury__factory = /** @class */ (function () {
298
+ function Treasury__factory() {
299
+ }
300
+ Treasury__factory.createInterface = function () {
301
+ return new utils.Interface(_abi);
302
+ };
303
+ Treasury__factory.connect = function (address, signerOrProvider) {
304
+ return new Contract(address, _abi, signerOrProvider);
305
+ };
306
+ Treasury__factory.abi = _abi;
307
+ return Treasury__factory;
308
+ }());
309
+ export { Treasury__factory };