@mezo-org/passport 0.4.0-dev.37 → 0.4.0-dev.39

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 (210) hide show
  1. package/dist/src/components/Dropdown/AccountAddress.d.ts +8 -0
  2. package/dist/src/components/Dropdown/AccountAddress.d.ts.map +1 -0
  3. package/dist/src/components/Dropdown/AccountAddress.js +66 -0
  4. package/dist/src/components/Dropdown/AccountAddress.js.map +1 -0
  5. package/dist/src/components/Dropdown/AccountAssets.d.ts +13 -0
  6. package/dist/src/components/Dropdown/AccountAssets.d.ts.map +1 -0
  7. package/dist/src/components/Dropdown/AccountAssets.js +43 -0
  8. package/dist/src/components/Dropdown/AccountAssets.js.map +1 -0
  9. package/dist/src/components/Dropdown/AccountBalance.d.ts +7 -0
  10. package/dist/src/components/Dropdown/AccountBalance.d.ts.map +1 -0
  11. package/dist/src/components/Dropdown/AccountBalance.js +16 -0
  12. package/dist/src/components/Dropdown/AccountBalance.js.map +1 -0
  13. package/dist/src/components/Dropdown/Root/AccountAssets.d.ts +13 -0
  14. package/dist/src/components/Dropdown/Root/AccountAssets.d.ts.map +1 -0
  15. package/dist/src/components/Dropdown/Root/AccountAssets.js +43 -0
  16. package/dist/src/components/Dropdown/Root/AccountAssets.js.map +1 -0
  17. package/dist/src/components/Dropdown/Root/AccountBalance copy.d.ts +8 -0
  18. package/dist/src/components/Dropdown/Root/AccountBalance copy.d.ts.map +1 -0
  19. package/dist/src/components/Dropdown/Root/AccountBalance copy.js +15 -0
  20. package/dist/src/components/Dropdown/Root/AccountBalance copy.js.map +1 -0
  21. package/dist/src/components/Dropdown/Root/AccountOtherAssets copy.d.ts +8 -0
  22. package/dist/src/components/Dropdown/Root/AccountOtherAssets copy.d.ts.map +1 -0
  23. package/dist/src/components/Dropdown/Root/AccountOtherAssets copy.js +21 -0
  24. package/dist/src/components/Dropdown/Root/AccountOtherAssets copy.js.map +1 -0
  25. package/dist/src/components/Dropdown/Root/ListingItem copy.d.ts +12 -0
  26. package/dist/src/components/Dropdown/Root/ListingItem copy.d.ts.map +1 -0
  27. package/dist/src/components/Dropdown/Root/ListingItem copy.js +36 -0
  28. package/dist/src/components/Dropdown/Root/ListingItem copy.js.map +1 -0
  29. package/dist/src/components/Dropdown/Root/ListingItem.d.ts +12 -0
  30. package/dist/src/components/Dropdown/Root/ListingItem.d.ts.map +1 -0
  31. package/dist/src/components/Dropdown/Root/ListingItem.js +34 -0
  32. package/dist/src/components/Dropdown/Root/ListingItem.js.map +1 -0
  33. package/dist/src/components/Dropdown/Root/TestnetTopBanner.d.ts +3 -0
  34. package/dist/src/components/Dropdown/Root/TestnetTopBanner.d.ts.map +1 -0
  35. package/dist/src/components/Dropdown/Root/TestnetTopBanner.js +9 -0
  36. package/dist/src/components/Dropdown/Root/TestnetTopBanner.js.map +1 -0
  37. package/dist/src/components/Dropdown/WelcomeBlock.d.ts +8 -0
  38. package/dist/src/components/Dropdown/WelcomeBlock.d.ts.map +1 -0
  39. package/dist/src/components/Dropdown/WelcomeBlock.js +43 -0
  40. package/dist/src/components/Dropdown/WelcomeBlock.js.map +1 -0
  41. package/dist/src/hooks/useAssetsUSDConversion.d.ts +8 -0
  42. package/dist/src/hooks/useAssetsUSDConversion.d.ts.map +1 -0
  43. package/dist/src/hooks/useAssetsUSDConversion.js +21 -0
  44. package/dist/src/hooks/useAssetsUSDConversion.js.map +1 -0
  45. package/dist/src/hooks/useBorrowData.d.ts +5 -1363
  46. package/dist/src/hooks/useBorrowData.d.ts.map +1 -1
  47. package/dist/src/hooks/useBorrowData.js +61 -4
  48. package/dist/src/hooks/useBorrowData.js.map +1 -1
  49. package/dist/src/hooks/useGetEntireDebtAndCollByAddress.d.ts +9 -0
  50. package/dist/src/hooks/useGetEntireDebtAndCollByAddress.d.ts.map +1 -0
  51. package/dist/src/hooks/useGetEntireDebtAndCollByAddress.js +36 -0
  52. package/dist/src/hooks/useGetEntireDebtAndCollByAddress.js.map +1 -0
  53. package/dist/src/hooks/useMezoTokensBalances.d.ts +46 -0
  54. package/dist/src/hooks/useMezoTokensBalances.d.ts.map +1 -0
  55. package/dist/src/hooks/useMezoTokensBalances.js +85 -0
  56. package/dist/src/hooks/useMezoTokensBalances.js.map +1 -0
  57. package/dist/src/hooks/useTokensBalance.d.ts +16931 -0
  58. package/dist/src/hooks/useTokensBalance.d.ts.map +1 -0
  59. package/dist/src/hooks/useTokensBalance.js +84 -0
  60. package/dist/src/hooks/useTokensBalance.js.map +1 -0
  61. package/dist/src/hooks/useTokensBalances.js +2 -2
  62. package/dist/src/hooks/useTokensBalances.js.map +1 -1
  63. package/dist/src/hooks/useWatchTransferEvents.js +2 -2
  64. package/dist/src/hooks/useWatchTransferEvents.js.map +1 -1
  65. package/dist/src/lib/contracts/cbbtc.d.ts +962 -0
  66. package/dist/src/lib/contracts/cbbtc.d.ts.map +1 -0
  67. package/dist/src/lib/contracts/cbbtc.js +711 -0
  68. package/dist/src/lib/contracts/cbbtc.js.map +1 -0
  69. package/dist/src/lib/contracts/cbbtcAbi.d.ts +30 -0
  70. package/dist/src/lib/contracts/cbbtcAbi.d.ts.map +1 -0
  71. package/dist/src/lib/contracts/cbbtcAbi.js +686 -0
  72. package/dist/src/lib/contracts/cbbtcAbi.js.map +1 -0
  73. package/dist/src/lib/contracts/dai.d.ts +458 -0
  74. package/dist/src/lib/contracts/dai.d.ts.map +1 -0
  75. package/dist/src/lib/contracts/dai.js +334 -0
  76. package/dist/src/lib/contracts/dai.js.map +1 -0
  77. package/dist/src/lib/contracts/daiAbi.d.ts +47 -0
  78. package/dist/src/lib/contracts/daiAbi.d.ts.map +1 -0
  79. package/dist/src/lib/contracts/daiAbi.js +277 -0
  80. package/dist/src/lib/contracts/daiAbi.js.map +1 -0
  81. package/dist/src/lib/contracts/fbtc.d.ts +676 -0
  82. package/dist/src/lib/contracts/fbtc.d.ts.map +1 -0
  83. package/dist/src/lib/contracts/fbtc.js +527 -0
  84. package/dist/src/lib/contracts/fbtc.js.map +1 -0
  85. package/dist/src/lib/contracts/fbtcAbi.d.ts +52 -0
  86. package/dist/src/lib/contracts/fbtcAbi.d.ts.map +1 -0
  87. package/dist/src/lib/contracts/fbtcAbi.js +500 -0
  88. package/dist/src/lib/contracts/fbtcAbi.js.map +1 -0
  89. package/dist/src/lib/contracts/index.d.ts +7 -4
  90. package/dist/src/lib/contracts/index.d.ts.map +1 -1
  91. package/dist/src/lib/contracts/index.js +11 -6
  92. package/dist/src/lib/contracts/index.js.map +1 -1
  93. package/dist/src/lib/contracts/mcbbtc.d.ts +955 -0
  94. package/dist/src/lib/contracts/mcbbtc.d.ts.map +1 -0
  95. package/dist/src/lib/contracts/mcbbtc.js +704 -0
  96. package/dist/src/lib/contracts/mcbbtc.js.map +1 -0
  97. package/dist/src/lib/contracts/mdai.d.ts +451 -0
  98. package/dist/src/lib/contracts/mdai.d.ts.map +1 -0
  99. package/dist/src/lib/contracts/mdai.js +327 -0
  100. package/dist/src/lib/contracts/mdai.js.map +1 -0
  101. package/dist/src/lib/contracts/mezo.d.ts +10 -0
  102. package/dist/src/lib/contracts/mezo.d.ts.map +1 -0
  103. package/dist/src/lib/contracts/mezo.js +48 -0
  104. package/dist/src/lib/contracts/mezo.js.map +1 -0
  105. package/dist/src/lib/contracts/mfbtc.d.ts +670 -0
  106. package/dist/src/lib/contracts/mfbtc.d.ts.map +1 -0
  107. package/dist/src/lib/contracts/mfbtc.js +521 -0
  108. package/dist/src/lib/contracts/mfbtc.js.map +1 -0
  109. package/dist/src/lib/contracts/msolvbtc.d.ts +515 -0
  110. package/dist/src/lib/contracts/msolvbtc.d.ts.map +1 -0
  111. package/dist/src/lib/contracts/msolvbtc.js +331 -0
  112. package/dist/src/lib/contracts/msolvbtc.js.map +1 -0
  113. package/dist/src/lib/contracts/mswbtc.d.ts +1337 -0
  114. package/dist/src/lib/contracts/mswbtc.d.ts.map +1 -0
  115. package/dist/src/lib/contracts/mswbtc.js +909 -0
  116. package/dist/src/lib/contracts/mswbtc.js.map +1 -0
  117. package/dist/src/lib/contracts/mt.d.ts +603 -0
  118. package/dist/src/lib/contracts/mt.d.ts.map +1 -0
  119. package/dist/src/lib/contracts/mt.js +420 -0
  120. package/dist/src/lib/contracts/mt.js.map +1 -0
  121. package/dist/src/lib/contracts/musd.d.ts +107 -0
  122. package/dist/src/lib/contracts/musd.d.ts.map +1 -0
  123. package/dist/src/lib/contracts/musd.js +1070 -0
  124. package/dist/src/lib/contracts/musd.js.map +1 -0
  125. package/dist/src/lib/contracts/musdc.d.ts +1082 -0
  126. package/dist/src/lib/contracts/musdc.d.ts.map +1 -0
  127. package/dist/src/lib/contracts/musdc.js +773 -0
  128. package/dist/src/lib/contracts/musdc.js.map +1 -0
  129. package/dist/src/lib/contracts/musde.d.ts +489 -0
  130. package/dist/src/lib/contracts/musde.d.ts.map +1 -0
  131. package/dist/src/lib/contracts/musde.js +347 -0
  132. package/dist/src/lib/contracts/musde.js.map +1 -0
  133. package/dist/src/lib/contracts/musdt.d.ts +526 -0
  134. package/dist/src/lib/contracts/musdt.d.ts.map +1 -0
  135. package/dist/src/lib/contracts/musdt.js +397 -0
  136. package/dist/src/lib/contracts/musdt.js.map +1 -0
  137. package/dist/src/lib/contracts/mxsolvbtc.d.ts +514 -0
  138. package/dist/src/lib/contracts/mxsolvbtc.d.ts.map +1 -0
  139. package/dist/src/lib/contracts/mxsolvbtc.js +330 -0
  140. package/dist/src/lib/contracts/mxsolvbtc.js.map +1 -0
  141. package/dist/src/lib/contracts/solvbtc.d.ts +521 -0
  142. package/dist/src/lib/contracts/solvbtc.d.ts.map +1 -0
  143. package/dist/src/lib/contracts/solvbtc.js +337 -0
  144. package/dist/src/lib/contracts/solvbtc.js.map +1 -0
  145. package/dist/src/lib/contracts/solvbtcAbi.d.ts +48 -0
  146. package/dist/src/lib/contracts/solvbtcAbi.d.ts.map +1 -0
  147. package/dist/src/lib/contracts/solvbtcAbi.js +316 -0
  148. package/dist/src/lib/contracts/solvbtcAbi.js.map +1 -0
  149. package/dist/src/lib/contracts/swbtc.d.ts +1343 -0
  150. package/dist/src/lib/contracts/swbtc.d.ts.map +1 -0
  151. package/dist/src/lib/contracts/swbtc.js +915 -0
  152. package/dist/src/lib/contracts/swbtc.js.map +1 -0
  153. package/dist/src/lib/contracts/swbtcAbi.d.ts +51 -0
  154. package/dist/src/lib/contracts/swbtcAbi.d.ts.map +1 -0
  155. package/dist/src/lib/contracts/swbtcAbi.js +897 -0
  156. package/dist/src/lib/contracts/swbtcAbi.js.map +1 -0
  157. package/dist/src/lib/contracts/t.d.ts +609 -0
  158. package/dist/src/lib/contracts/t.d.ts.map +1 -0
  159. package/dist/src/lib/contracts/t.js +426 -0
  160. package/dist/src/lib/contracts/t.js.map +1 -0
  161. package/dist/src/lib/contracts/tAbi.d.ts +57 -0
  162. package/dist/src/lib/contracts/tAbi.d.ts.map +1 -0
  163. package/dist/src/lib/contracts/tAbi.js +407 -0
  164. package/dist/src/lib/contracts/tAbi.js.map +1 -0
  165. package/dist/src/lib/contracts/tbtc.d.ts +324 -0
  166. package/dist/src/lib/contracts/tbtc.d.ts.map +1 -0
  167. package/dist/src/lib/contracts/tbtc.js +236 -0
  168. package/dist/src/lib/contracts/tbtc.js.map +1 -0
  169. package/dist/src/lib/contracts/usdc.d.ts +1088 -0
  170. package/dist/src/lib/contracts/usdc.d.ts.map +1 -0
  171. package/dist/src/lib/contracts/usdc.js +779 -0
  172. package/dist/src/lib/contracts/usdc.js.map +1 -0
  173. package/dist/src/lib/contracts/usdcAbi.d.ts +30 -0
  174. package/dist/src/lib/contracts/usdcAbi.d.ts.map +1 -0
  175. package/dist/src/lib/contracts/usdcAbi.js +754 -0
  176. package/dist/src/lib/contracts/usdcAbi.js.map +1 -0
  177. package/dist/src/lib/contracts/usde.d.ts +495 -0
  178. package/dist/src/lib/contracts/usde.d.ts.map +1 -0
  179. package/dist/src/lib/contracts/usde.js +353 -0
  180. package/dist/src/lib/contracts/usde.js.map +1 -0
  181. package/dist/src/lib/contracts/usdeAbi.d.ts +52 -0
  182. package/dist/src/lib/contracts/usdeAbi.d.ts.map +1 -0
  183. package/dist/src/lib/contracts/usdeAbi.js +331 -0
  184. package/dist/src/lib/contracts/usdeAbi.js.map +1 -0
  185. package/dist/src/lib/contracts/usdt.d.ts +532 -0
  186. package/dist/src/lib/contracts/usdt.d.ts.map +1 -0
  187. package/dist/src/lib/contracts/usdt.js +403 -0
  188. package/dist/src/lib/contracts/usdt.js.map +1 -0
  189. package/dist/src/lib/contracts/usdtAbi.d.ts +43 -0
  190. package/dist/src/lib/contracts/usdtAbi.d.ts.map +1 -0
  191. package/dist/src/lib/contracts/usdtAbi.js +391 -0
  192. package/dist/src/lib/contracts/usdtAbi.js.map +1 -0
  193. package/dist/src/lib/contracts/wbtc.d.ts +406 -0
  194. package/dist/src/lib/contracts/wbtc.d.ts.map +1 -0
  195. package/dist/src/lib/contracts/wbtc.js +303 -0
  196. package/dist/src/lib/contracts/wbtc.js.map +1 -0
  197. package/dist/src/lib/contracts/xsolvbtc.d.ts +521 -0
  198. package/dist/src/lib/contracts/xsolvbtc.d.ts.map +1 -0
  199. package/dist/src/lib/contracts/xsolvbtc.js +337 -0
  200. package/dist/src/lib/contracts/xsolvbtc.js.map +1 -0
  201. package/dist/src/lib/contracts/xsolvbtcAbi.d.ts +53 -0
  202. package/dist/src/lib/contracts/xsolvbtcAbi.d.ts.map +1 -0
  203. package/dist/src/lib/contracts/xsolvbtcAbi.js +330 -0
  204. package/dist/src/lib/contracts/xsolvbtcAbi.js.map +1 -0
  205. package/package.json +1 -1
  206. package/src/hooks/useBorrowData.ts +68 -4
  207. package/src/hooks/useTokensBalances.ts +3 -3
  208. package/src/hooks/useWatchTransferEvents.ts +3 -3
  209. package/src/lib/contracts/index.ts +21 -13
  210. package/src/lib/contracts/troveManager.ts +0 -1819
@@ -0,0 +1,704 @@
1
+ export default {
2
+ address: {
3
+ testnet: "0x2278CAAE0009E8a325a346feA573eF23C5756DbF",
4
+ },
5
+ abi: [
6
+ {
7
+ anonymous: false,
8
+ inputs: [
9
+ {
10
+ indexed: true,
11
+ internalType: "address",
12
+ name: "owner",
13
+ type: "address",
14
+ },
15
+ {
16
+ indexed: true,
17
+ internalType: "address",
18
+ name: "spender",
19
+ type: "address",
20
+ },
21
+ {
22
+ indexed: false,
23
+ internalType: "uint256",
24
+ name: "value",
25
+ type: "uint256",
26
+ },
27
+ ],
28
+ name: "Approval",
29
+ type: "event",
30
+ },
31
+ {
32
+ anonymous: false,
33
+ inputs: [
34
+ {
35
+ indexed: true,
36
+ internalType: "address",
37
+ name: "authorizer",
38
+ type: "address",
39
+ },
40
+ {
41
+ indexed: true,
42
+ internalType: "bytes32",
43
+ name: "nonce",
44
+ type: "bytes32",
45
+ },
46
+ ],
47
+ name: "AuthorizationCanceled",
48
+ type: "event",
49
+ },
50
+ {
51
+ anonymous: false,
52
+ inputs: [
53
+ {
54
+ indexed: true,
55
+ internalType: "address",
56
+ name: "authorizer",
57
+ type: "address",
58
+ },
59
+ {
60
+ indexed: true,
61
+ internalType: "bytes32",
62
+ name: "nonce",
63
+ type: "bytes32",
64
+ },
65
+ ],
66
+ name: "AuthorizationUsed",
67
+ type: "event",
68
+ },
69
+ {
70
+ anonymous: false,
71
+ inputs: [
72
+ {
73
+ indexed: true,
74
+ internalType: "address",
75
+ name: "_account",
76
+ type: "address",
77
+ },
78
+ ],
79
+ name: "Blacklisted",
80
+ type: "event",
81
+ },
82
+ {
83
+ anonymous: false,
84
+ inputs: [
85
+ {
86
+ indexed: true,
87
+ internalType: "address",
88
+ name: "newBlacklister",
89
+ type: "address",
90
+ },
91
+ ],
92
+ name: "BlacklisterChanged",
93
+ type: "event",
94
+ },
95
+ {
96
+ anonymous: false,
97
+ inputs: [
98
+ {
99
+ indexed: true,
100
+ internalType: "address",
101
+ name: "burner",
102
+ type: "address",
103
+ },
104
+ {
105
+ indexed: false,
106
+ internalType: "uint256",
107
+ name: "amount",
108
+ type: "uint256",
109
+ },
110
+ ],
111
+ name: "Burn",
112
+ type: "event",
113
+ },
114
+ {
115
+ anonymous: false,
116
+ inputs: [
117
+ {
118
+ indexed: true,
119
+ internalType: "address",
120
+ name: "newMasterMinter",
121
+ type: "address",
122
+ },
123
+ ],
124
+ name: "MasterMinterChanged",
125
+ type: "event",
126
+ },
127
+ {
128
+ anonymous: false,
129
+ inputs: [
130
+ {
131
+ indexed: true,
132
+ internalType: "address",
133
+ name: "minter",
134
+ type: "address",
135
+ },
136
+ { indexed: true, internalType: "address", name: "to", type: "address" },
137
+ {
138
+ indexed: false,
139
+ internalType: "uint256",
140
+ name: "amount",
141
+ type: "uint256",
142
+ },
143
+ ],
144
+ name: "Mint",
145
+ type: "event",
146
+ },
147
+ {
148
+ anonymous: false,
149
+ inputs: [
150
+ {
151
+ indexed: true,
152
+ internalType: "address",
153
+ name: "minter",
154
+ type: "address",
155
+ },
156
+ {
157
+ indexed: false,
158
+ internalType: "uint256",
159
+ name: "minterAllowedAmount",
160
+ type: "uint256",
161
+ },
162
+ ],
163
+ name: "MinterConfigured",
164
+ type: "event",
165
+ },
166
+ {
167
+ anonymous: false,
168
+ inputs: [
169
+ {
170
+ indexed: true,
171
+ internalType: "address",
172
+ name: "oldMinter",
173
+ type: "address",
174
+ },
175
+ ],
176
+ name: "MinterRemoved",
177
+ type: "event",
178
+ },
179
+ {
180
+ anonymous: false,
181
+ inputs: [
182
+ {
183
+ indexed: false,
184
+ internalType: "address",
185
+ name: "previousOwner",
186
+ type: "address",
187
+ },
188
+ {
189
+ indexed: false,
190
+ internalType: "address",
191
+ name: "newOwner",
192
+ type: "address",
193
+ },
194
+ ],
195
+ name: "OwnershipTransferred",
196
+ type: "event",
197
+ },
198
+ { anonymous: false, inputs: [], name: "Pause", type: "event" },
199
+ {
200
+ anonymous: false,
201
+ inputs: [
202
+ {
203
+ indexed: true,
204
+ internalType: "address",
205
+ name: "newAddress",
206
+ type: "address",
207
+ },
208
+ ],
209
+ name: "PauserChanged",
210
+ type: "event",
211
+ },
212
+ {
213
+ anonymous: false,
214
+ inputs: [
215
+ {
216
+ indexed: true,
217
+ internalType: "address",
218
+ name: "newRescuer",
219
+ type: "address",
220
+ },
221
+ ],
222
+ name: "RescuerChanged",
223
+ type: "event",
224
+ },
225
+ {
226
+ anonymous: false,
227
+ inputs: [
228
+ {
229
+ indexed: true,
230
+ internalType: "address",
231
+ name: "from",
232
+ type: "address",
233
+ },
234
+ { indexed: true, internalType: "address", name: "to", type: "address" },
235
+ {
236
+ indexed: false,
237
+ internalType: "uint256",
238
+ name: "value",
239
+ type: "uint256",
240
+ },
241
+ ],
242
+ name: "Transfer",
243
+ type: "event",
244
+ },
245
+ {
246
+ anonymous: false,
247
+ inputs: [
248
+ {
249
+ indexed: true,
250
+ internalType: "address",
251
+ name: "_account",
252
+ type: "address",
253
+ },
254
+ ],
255
+ name: "UnBlacklisted",
256
+ type: "event",
257
+ },
258
+ { anonymous: false, inputs: [], name: "Unpause", type: "event" },
259
+ {
260
+ inputs: [],
261
+ name: "CANCEL_AUTHORIZATION_TYPEHASH",
262
+ outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
263
+ stateMutability: "view",
264
+ type: "function",
265
+ },
266
+ {
267
+ inputs: [],
268
+ name: "DOMAIN_SEPARATOR",
269
+ outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
270
+ stateMutability: "view",
271
+ type: "function",
272
+ },
273
+ {
274
+ inputs: [],
275
+ name: "PERMIT_TYPEHASH",
276
+ outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
277
+ stateMutability: "view",
278
+ type: "function",
279
+ },
280
+ {
281
+ inputs: [],
282
+ name: "RECEIVE_WITH_AUTHORIZATION_TYPEHASH",
283
+ outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
284
+ stateMutability: "view",
285
+ type: "function",
286
+ },
287
+ {
288
+ inputs: [],
289
+ name: "TRANSFER_WITH_AUTHORIZATION_TYPEHASH",
290
+ outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }],
291
+ stateMutability: "view",
292
+ type: "function",
293
+ },
294
+ {
295
+ inputs: [
296
+ { internalType: "address", name: "owner", type: "address" },
297
+ { internalType: "address", name: "spender", type: "address" },
298
+ ],
299
+ name: "allowance",
300
+ outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
301
+ stateMutability: "view",
302
+ type: "function",
303
+ },
304
+ {
305
+ inputs: [
306
+ { internalType: "address", name: "spender", type: "address" },
307
+ { internalType: "uint256", name: "value", type: "uint256" },
308
+ ],
309
+ name: "approve",
310
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
311
+ stateMutability: "nonpayable",
312
+ type: "function",
313
+ },
314
+ {
315
+ inputs: [
316
+ { internalType: "address", name: "authorizer", type: "address" },
317
+ { internalType: "bytes32", name: "nonce", type: "bytes32" },
318
+ ],
319
+ name: "authorizationState",
320
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
321
+ stateMutability: "view",
322
+ type: "function",
323
+ },
324
+ {
325
+ inputs: [{ internalType: "address", name: "account", type: "address" }],
326
+ name: "balanceOf",
327
+ outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
328
+ stateMutability: "view",
329
+ type: "function",
330
+ },
331
+ {
332
+ inputs: [{ internalType: "address", name: "_account", type: "address" }],
333
+ name: "blacklist",
334
+ outputs: [],
335
+ stateMutability: "nonpayable",
336
+ type: "function",
337
+ },
338
+ {
339
+ inputs: [],
340
+ name: "blacklister",
341
+ outputs: [{ internalType: "address", name: "", type: "address" }],
342
+ stateMutability: "view",
343
+ type: "function",
344
+ },
345
+ {
346
+ inputs: [{ internalType: "uint256", name: "_amount", type: "uint256" }],
347
+ name: "burn",
348
+ outputs: [],
349
+ stateMutability: "nonpayable",
350
+ type: "function",
351
+ },
352
+ {
353
+ inputs: [
354
+ { internalType: "address", name: "authorizer", type: "address" },
355
+ { internalType: "bytes32", name: "nonce", type: "bytes32" },
356
+ { internalType: "uint8", name: "v", type: "uint8" },
357
+ { internalType: "bytes32", name: "r", type: "bytes32" },
358
+ { internalType: "bytes32", name: "s", type: "bytes32" },
359
+ ],
360
+ name: "cancelAuthorization",
361
+ outputs: [],
362
+ stateMutability: "nonpayable",
363
+ type: "function",
364
+ },
365
+ {
366
+ inputs: [
367
+ { internalType: "address", name: "minter", type: "address" },
368
+ {
369
+ internalType: "uint256",
370
+ name: "minterAllowedAmount",
371
+ type: "uint256",
372
+ },
373
+ ],
374
+ name: "configureMinter",
375
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
376
+ stateMutability: "nonpayable",
377
+ type: "function",
378
+ },
379
+ {
380
+ inputs: [],
381
+ name: "currency",
382
+ outputs: [{ internalType: "string", name: "", type: "string" }],
383
+ stateMutability: "view",
384
+ type: "function",
385
+ },
386
+ {
387
+ inputs: [],
388
+ name: "decimals",
389
+ outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
390
+ stateMutability: "view",
391
+ type: "function",
392
+ },
393
+ {
394
+ inputs: [
395
+ { internalType: "address", name: "spender", type: "address" },
396
+ { internalType: "uint256", name: "decrement", type: "uint256" },
397
+ ],
398
+ name: "decreaseAllowance",
399
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
400
+ stateMutability: "nonpayable",
401
+ type: "function",
402
+ },
403
+ {
404
+ inputs: [
405
+ { internalType: "address", name: "spender", type: "address" },
406
+ { internalType: "uint256", name: "increment", type: "uint256" },
407
+ ],
408
+ name: "increaseAllowance",
409
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
410
+ stateMutability: "nonpayable",
411
+ type: "function",
412
+ },
413
+ {
414
+ inputs: [
415
+ { internalType: "string", name: "tokenName", type: "string" },
416
+ { internalType: "string", name: "tokenSymbol", type: "string" },
417
+ { internalType: "string", name: "tokenCurrency", type: "string" },
418
+ { internalType: "uint8", name: "tokenDecimals", type: "uint8" },
419
+ { internalType: "address", name: "newMasterMinter", type: "address" },
420
+ { internalType: "address", name: "newPauser", type: "address" },
421
+ { internalType: "address", name: "newBlacklister", type: "address" },
422
+ { internalType: "address", name: "newOwner", type: "address" },
423
+ ],
424
+ name: "initialize",
425
+ outputs: [],
426
+ stateMutability: "nonpayable",
427
+ type: "function",
428
+ },
429
+ {
430
+ inputs: [{ internalType: "string", name: "newName", type: "string" }],
431
+ name: "initializeV2",
432
+ outputs: [],
433
+ stateMutability: "nonpayable",
434
+ type: "function",
435
+ },
436
+ {
437
+ inputs: [
438
+ { internalType: "address", name: "lostAndFound", type: "address" },
439
+ ],
440
+ name: "initializeV2_1",
441
+ outputs: [],
442
+ stateMutability: "nonpayable",
443
+ type: "function",
444
+ },
445
+ {
446
+ inputs: [{ internalType: "address", name: "_account", type: "address" }],
447
+ name: "isBlacklisted",
448
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
449
+ stateMutability: "view",
450
+ type: "function",
451
+ },
452
+ {
453
+ inputs: [{ internalType: "address", name: "account", type: "address" }],
454
+ name: "isMinter",
455
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
456
+ stateMutability: "view",
457
+ type: "function",
458
+ },
459
+ {
460
+ inputs: [],
461
+ name: "masterMinter",
462
+ outputs: [{ internalType: "address", name: "", type: "address" }],
463
+ stateMutability: "view",
464
+ type: "function",
465
+ },
466
+ {
467
+ inputs: [
468
+ { internalType: "address", name: "_to", type: "address" },
469
+ { internalType: "uint256", name: "_amount", type: "uint256" },
470
+ ],
471
+ name: "mint",
472
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
473
+ stateMutability: "nonpayable",
474
+ type: "function",
475
+ },
476
+ {
477
+ inputs: [{ internalType: "address", name: "minter", type: "address" }],
478
+ name: "minterAllowance",
479
+ outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
480
+ stateMutability: "view",
481
+ type: "function",
482
+ },
483
+ {
484
+ inputs: [],
485
+ name: "name",
486
+ outputs: [{ internalType: "string", name: "", type: "string" }],
487
+ stateMutability: "view",
488
+ type: "function",
489
+ },
490
+ {
491
+ inputs: [{ internalType: "address", name: "owner", type: "address" }],
492
+ name: "nonces",
493
+ outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
494
+ stateMutability: "view",
495
+ type: "function",
496
+ },
497
+ {
498
+ inputs: [],
499
+ name: "owner",
500
+ outputs: [{ internalType: "address", name: "", type: "address" }],
501
+ stateMutability: "view",
502
+ type: "function",
503
+ },
504
+ {
505
+ inputs: [],
506
+ name: "pause",
507
+ outputs: [],
508
+ stateMutability: "nonpayable",
509
+ type: "function",
510
+ },
511
+ {
512
+ inputs: [],
513
+ name: "paused",
514
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
515
+ stateMutability: "view",
516
+ type: "function",
517
+ },
518
+ {
519
+ inputs: [],
520
+ name: "pauser",
521
+ outputs: [{ internalType: "address", name: "", type: "address" }],
522
+ stateMutability: "view",
523
+ type: "function",
524
+ },
525
+ {
526
+ inputs: [
527
+ { internalType: "address", name: "owner", type: "address" },
528
+ { internalType: "address", name: "spender", type: "address" },
529
+ { internalType: "uint256", name: "value", type: "uint256" },
530
+ { internalType: "uint256", name: "deadline", type: "uint256" },
531
+ { internalType: "uint8", name: "v", type: "uint8" },
532
+ { internalType: "bytes32", name: "r", type: "bytes32" },
533
+ { internalType: "bytes32", name: "s", type: "bytes32" },
534
+ ],
535
+ name: "permit",
536
+ outputs: [],
537
+ stateMutability: "nonpayable",
538
+ type: "function",
539
+ },
540
+ {
541
+ inputs: [
542
+ { internalType: "address", name: "from", type: "address" },
543
+ { internalType: "address", name: "to", type: "address" },
544
+ { internalType: "uint256", name: "value", type: "uint256" },
545
+ { internalType: "uint256", name: "validAfter", type: "uint256" },
546
+ { internalType: "uint256", name: "validBefore", type: "uint256" },
547
+ { internalType: "bytes32", name: "nonce", type: "bytes32" },
548
+ { internalType: "uint8", name: "v", type: "uint8" },
549
+ { internalType: "bytes32", name: "r", type: "bytes32" },
550
+ { internalType: "bytes32", name: "s", type: "bytes32" },
551
+ ],
552
+ name: "receiveWithAuthorization",
553
+ outputs: [],
554
+ stateMutability: "nonpayable",
555
+ type: "function",
556
+ },
557
+ {
558
+ inputs: [{ internalType: "address", name: "minter", type: "address" }],
559
+ name: "removeMinter",
560
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
561
+ stateMutability: "nonpayable",
562
+ type: "function",
563
+ },
564
+ {
565
+ inputs: [
566
+ {
567
+ internalType: "contract IERC20",
568
+ name: "tokenContract",
569
+ type: "address",
570
+ },
571
+ { internalType: "address", name: "to", type: "address" },
572
+ { internalType: "uint256", name: "amount", type: "uint256" },
573
+ ],
574
+ name: "rescueERC20",
575
+ outputs: [],
576
+ stateMutability: "nonpayable",
577
+ type: "function",
578
+ },
579
+ {
580
+ inputs: [],
581
+ name: "rescuer",
582
+ outputs: [{ internalType: "address", name: "", type: "address" }],
583
+ stateMutability: "view",
584
+ type: "function",
585
+ },
586
+ {
587
+ inputs: [],
588
+ name: "symbol",
589
+ outputs: [{ internalType: "string", name: "", type: "string" }],
590
+ stateMutability: "view",
591
+ type: "function",
592
+ },
593
+ {
594
+ inputs: [],
595
+ name: "totalSupply",
596
+ outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
597
+ stateMutability: "view",
598
+ type: "function",
599
+ },
600
+ {
601
+ inputs: [
602
+ { internalType: "address", name: "to", type: "address" },
603
+ { internalType: "uint256", name: "value", type: "uint256" },
604
+ ],
605
+ name: "transfer",
606
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
607
+ stateMutability: "nonpayable",
608
+ type: "function",
609
+ },
610
+ {
611
+ inputs: [
612
+ { internalType: "address", name: "from", type: "address" },
613
+ { internalType: "address", name: "to", type: "address" },
614
+ { internalType: "uint256", name: "value", type: "uint256" },
615
+ ],
616
+ name: "transferFrom",
617
+ outputs: [{ internalType: "bool", name: "", type: "bool" }],
618
+ stateMutability: "nonpayable",
619
+ type: "function",
620
+ },
621
+ {
622
+ inputs: [{ internalType: "address", name: "newOwner", type: "address" }],
623
+ name: "transferOwnership",
624
+ outputs: [],
625
+ stateMutability: "nonpayable",
626
+ type: "function",
627
+ },
628
+ {
629
+ inputs: [
630
+ { internalType: "address", name: "from", type: "address" },
631
+ { internalType: "address", name: "to", type: "address" },
632
+ { internalType: "uint256", name: "value", type: "uint256" },
633
+ { internalType: "uint256", name: "validAfter", type: "uint256" },
634
+ { internalType: "uint256", name: "validBefore", type: "uint256" },
635
+ { internalType: "bytes32", name: "nonce", type: "bytes32" },
636
+ { internalType: "uint8", name: "v", type: "uint8" },
637
+ { internalType: "bytes32", name: "r", type: "bytes32" },
638
+ { internalType: "bytes32", name: "s", type: "bytes32" },
639
+ ],
640
+ name: "transferWithAuthorization",
641
+ outputs: [],
642
+ stateMutability: "nonpayable",
643
+ type: "function",
644
+ },
645
+ {
646
+ inputs: [{ internalType: "address", name: "_account", type: "address" }],
647
+ name: "unBlacklist",
648
+ outputs: [],
649
+ stateMutability: "nonpayable",
650
+ type: "function",
651
+ },
652
+ {
653
+ inputs: [],
654
+ name: "unpause",
655
+ outputs: [],
656
+ stateMutability: "nonpayable",
657
+ type: "function",
658
+ },
659
+ {
660
+ inputs: [
661
+ { internalType: "address", name: "_newBlacklister", type: "address" },
662
+ ],
663
+ name: "updateBlacklister",
664
+ outputs: [],
665
+ stateMutability: "nonpayable",
666
+ type: "function",
667
+ },
668
+ {
669
+ inputs: [
670
+ { internalType: "address", name: "_newMasterMinter", type: "address" },
671
+ ],
672
+ name: "updateMasterMinter",
673
+ outputs: [],
674
+ stateMutability: "nonpayable",
675
+ type: "function",
676
+ },
677
+ {
678
+ inputs: [
679
+ { internalType: "address", name: "_newPauser", type: "address" },
680
+ ],
681
+ name: "updatePauser",
682
+ outputs: [],
683
+ stateMutability: "nonpayable",
684
+ type: "function",
685
+ },
686
+ {
687
+ inputs: [
688
+ { internalType: "address", name: "newRescuer", type: "address" },
689
+ ],
690
+ name: "updateRescuer",
691
+ outputs: [],
692
+ stateMutability: "nonpayable",
693
+ type: "function",
694
+ },
695
+ {
696
+ inputs: [],
697
+ name: "version",
698
+ outputs: [{ internalType: "string", name: "", type: "string" }],
699
+ stateMutability: "view",
700
+ type: "function",
701
+ },
702
+ ],
703
+ };
704
+ //# sourceMappingURL=mcbbtc.js.map