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