@across-protocol/sdk 4.3.123 → 4.3.124

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 (153) hide show
  1. package/dist/cjs/src/utils/abi/typechain/BaseSimulatorTest.d.ts +504 -0
  2. package/dist/cjs/src/utils/abi/typechain/BaseSimulatorTest.js +3 -0
  3. package/dist/cjs/src/utils/abi/typechain/BaseSimulatorTest.js.map +1 -0
  4. package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.d.ts +848 -0
  5. package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.js +3 -0
  6. package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.js.map +1 -0
  7. package/dist/cjs/src/utils/abi/typechain/MerkleLibTest.d.ts +288 -0
  8. package/dist/cjs/src/utils/abi/typechain/MerkleLibTest.js +3 -0
  9. package/dist/cjs/src/utils/abi/typechain/MerkleLibTest.js.map +1 -0
  10. package/dist/cjs/src/utils/abi/typechain/PolygonERC20Test.d.ts +431 -0
  11. package/dist/cjs/src/utils/abi/typechain/PolygonERC20Test.js +3 -0
  12. package/dist/cjs/src/utils/abi/typechain/PolygonERC20Test.js.map +1 -0
  13. package/dist/cjs/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts +542 -0
  14. package/dist/cjs/src/utils/abi/typechain/SpokePoolEIP7702Test.js +3 -0
  15. package/dist/cjs/src/utils/abi/typechain/SpokePoolEIP7702Test.js.map +1 -0
  16. package/dist/cjs/src/utils/abi/typechain/Test.d.ts +432 -0
  17. package/dist/cjs/src/utils/abi/typechain/Test.js +3 -0
  18. package/dist/cjs/src/utils/abi/typechain/Test.js.map +1 -0
  19. package/dist/cjs/src/utils/abi/typechain/Testable.d.ts +66 -0
  20. package/dist/cjs/src/utils/abi/typechain/Testable.js +3 -0
  21. package/dist/cjs/src/utils/abi/typechain/Testable.js.map +1 -0
  22. package/dist/cjs/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts +525 -0
  23. package/dist/cjs/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js +686 -0
  24. package/dist/cjs/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js.map +1 -0
  25. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +1031 -0
  26. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +1352 -0
  27. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -0
  28. package/dist/cjs/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts +334 -0
  29. package/dist/cjs/src/utils/abi/typechain/factories/MerkleLibTest__factory.js +444 -0
  30. package/dist/cjs/src/utils/abi/typechain/factories/MerkleLibTest__factory.js.map +1 -0
  31. package/dist/cjs/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts +448 -0
  32. package/dist/cjs/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js +593 -0
  33. package/dist/cjs/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js.map +1 -0
  34. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts +519 -0
  35. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js +673 -0
  36. package/dist/cjs/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js.map +1 -0
  37. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.d.ts +449 -0
  38. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js +588 -0
  39. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js.map +1 -0
  40. package/dist/cjs/src/utils/abi/typechain/factories/Testable__factory.d.ts +38 -0
  41. package/dist/cjs/src/utils/abi/typechain/factories/Testable__factory.js +59 -0
  42. package/dist/cjs/src/utils/abi/typechain/factories/Testable__factory.js.map +1 -0
  43. package/dist/cjs/src/utils/abi/typechain/factories/index.d.ts +7 -0
  44. package/dist/cjs/src/utils/abi/typechain/factories/index.js +20 -6
  45. package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
  46. package/dist/cjs/src/utils/abi/typechain/index.d.ts +14 -0
  47. package/dist/cjs/src/utils/abi/typechain/index.js +20 -6
  48. package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
  49. package/dist/esm/src/utils/abi/typechain/BaseSimulatorTest.d.ts +504 -0
  50. package/dist/esm/src/utils/abi/typechain/BaseSimulatorTest.js +2 -0
  51. package/dist/esm/src/utils/abi/typechain/BaseSimulatorTest.js.map +1 -0
  52. package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.d.ts +848 -0
  53. package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.js +2 -0
  54. package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.js.map +1 -0
  55. package/dist/esm/src/utils/abi/typechain/MerkleLibTest.d.ts +288 -0
  56. package/dist/esm/src/utils/abi/typechain/MerkleLibTest.js +2 -0
  57. package/dist/esm/src/utils/abi/typechain/MerkleLibTest.js.map +1 -0
  58. package/dist/esm/src/utils/abi/typechain/PolygonERC20Test.d.ts +431 -0
  59. package/dist/esm/src/utils/abi/typechain/PolygonERC20Test.js +2 -0
  60. package/dist/esm/src/utils/abi/typechain/PolygonERC20Test.js.map +1 -0
  61. package/dist/esm/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts +542 -0
  62. package/dist/esm/src/utils/abi/typechain/SpokePoolEIP7702Test.js +2 -0
  63. package/dist/esm/src/utils/abi/typechain/SpokePoolEIP7702Test.js.map +1 -0
  64. package/dist/esm/src/utils/abi/typechain/Test.d.ts +432 -0
  65. package/dist/esm/src/utils/abi/typechain/Test.js +2 -0
  66. package/dist/esm/src/utils/abi/typechain/Test.js.map +1 -0
  67. package/dist/esm/src/utils/abi/typechain/Testable.d.ts +66 -0
  68. package/dist/esm/src/utils/abi/typechain/Testable.js +2 -0
  69. package/dist/esm/src/utils/abi/typechain/Testable.js.map +1 -0
  70. package/dist/esm/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts +525 -0
  71. package/dist/esm/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js +686 -0
  72. package/dist/esm/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.js.map +1 -0
  73. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +1031 -0
  74. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +1352 -0
  75. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -0
  76. package/dist/esm/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts +334 -0
  77. package/dist/esm/src/utils/abi/typechain/factories/MerkleLibTest__factory.js +444 -0
  78. package/dist/esm/src/utils/abi/typechain/factories/MerkleLibTest__factory.js.map +1 -0
  79. package/dist/esm/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts +448 -0
  80. package/dist/esm/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js +593 -0
  81. package/dist/esm/src/utils/abi/typechain/factories/PolygonERC20Test__factory.js.map +1 -0
  82. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts +519 -0
  83. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js +673 -0
  84. package/dist/esm/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.js.map +1 -0
  85. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.d.ts +449 -0
  86. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js +588 -0
  87. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js.map +1 -0
  88. package/dist/esm/src/utils/abi/typechain/factories/Testable__factory.d.ts +38 -0
  89. package/dist/esm/src/utils/abi/typechain/factories/Testable__factory.js +59 -0
  90. package/dist/esm/src/utils/abi/typechain/factories/Testable__factory.js.map +1 -0
  91. package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +7 -0
  92. package/dist/esm/src/utils/abi/typechain/factories/index.js +7 -0
  93. package/dist/esm/src/utils/abi/typechain/factories/index.js.map +1 -1
  94. package/dist/esm/src/utils/abi/typechain/index.d.ts +14 -0
  95. package/dist/esm/src/utils/abi/typechain/index.js +7 -0
  96. package/dist/esm/src/utils/abi/typechain/index.js.map +1 -1
  97. package/dist/types/src/utils/abi/typechain/BaseSimulatorTest.d.ts +505 -0
  98. package/dist/types/src/utils/abi/typechain/BaseSimulatorTest.d.ts.map +1 -0
  99. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts +849 -0
  100. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts.map +1 -0
  101. package/dist/types/src/utils/abi/typechain/MerkleLibTest.d.ts +289 -0
  102. package/dist/types/src/utils/abi/typechain/MerkleLibTest.d.ts.map +1 -0
  103. package/dist/types/src/utils/abi/typechain/PolygonERC20Test.d.ts +432 -0
  104. package/dist/types/src/utils/abi/typechain/PolygonERC20Test.d.ts.map +1 -0
  105. package/dist/types/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts +543 -0
  106. package/dist/types/src/utils/abi/typechain/SpokePoolEIP7702Test.d.ts.map +1 -0
  107. package/dist/types/src/utils/abi/typechain/Test.d.ts +433 -0
  108. package/dist/types/src/utils/abi/typechain/Test.d.ts.map +1 -0
  109. package/dist/types/src/utils/abi/typechain/Testable.d.ts +67 -0
  110. package/dist/types/src/utils/abi/typechain/Testable.d.ts.map +1 -0
  111. package/dist/types/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts +526 -0
  112. package/dist/types/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.d.ts.map +1 -0
  113. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +1032 -0
  114. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts.map +1 -0
  115. package/dist/types/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts +335 -0
  116. package/dist/types/src/utils/abi/typechain/factories/MerkleLibTest__factory.d.ts.map +1 -0
  117. package/dist/types/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts +449 -0
  118. package/dist/types/src/utils/abi/typechain/factories/PolygonERC20Test__factory.d.ts.map +1 -0
  119. package/dist/types/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts +520 -0
  120. package/dist/types/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.d.ts.map +1 -0
  121. package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts +450 -0
  122. package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts.map +1 -0
  123. package/dist/types/src/utils/abi/typechain/factories/Testable__factory.d.ts +39 -0
  124. package/dist/types/src/utils/abi/typechain/factories/Testable__factory.d.ts.map +1 -0
  125. package/dist/types/src/utils/abi/typechain/factories/index.d.ts +7 -0
  126. package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
  127. package/dist/types/src/utils/abi/typechain/index.d.ts +14 -0
  128. package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
  129. package/package.json +1 -1
  130. package/scripts/stage-typechain-artifacts.js +0 -1
  131. package/src/utils/abi/contracts/BaseSimulatorTest.json +668 -0
  132. package/src/utils/abi/contracts/HubPoolTestBase.json +1334 -0
  133. package/src/utils/abi/contracts/MerkleLibTest.json +426 -0
  134. package/src/utils/abi/contracts/PolygonERC20Test.json +575 -0
  135. package/src/utils/abi/contracts/SpokePoolEIP7702Test.json +655 -0
  136. package/src/utils/abi/contracts/Test.json +570 -0
  137. package/src/utils/abi/contracts/Testable.json +41 -0
  138. package/src/utils/abi/typechain/BaseSimulatorTest.ts +879 -0
  139. package/src/utils/abi/typechain/HubPoolTestBase.ts +1857 -0
  140. package/src/utils/abi/typechain/MerkleLibTest.ts +597 -0
  141. package/src/utils/abi/typechain/PolygonERC20Test.ts +944 -0
  142. package/src/utils/abi/typechain/SpokePoolEIP7702Test.ts +942 -0
  143. package/src/utils/abi/typechain/Test.ts +753 -0
  144. package/src/utils/abi/typechain/Testable.ts +145 -0
  145. package/src/utils/abi/typechain/factories/BaseSimulatorTest__factory.ts +692 -0
  146. package/src/utils/abi/typechain/factories/HubPoolTestBase__factory.ts +1358 -0
  147. package/src/utils/abi/typechain/factories/MerkleLibTest__factory.ts +447 -0
  148. package/src/utils/abi/typechain/factories/PolygonERC20Test__factory.ts +599 -0
  149. package/src/utils/abi/typechain/factories/SpokePoolEIP7702Test__factory.ts +683 -0
  150. package/src/utils/abi/typechain/factories/Test__factory.ts +588 -0
  151. package/src/utils/abi/typechain/factories/Testable__factory.ts +62 -0
  152. package/src/utils/abi/typechain/factories/index.ts +7 -0
  153. package/src/utils/abi/typechain/index.ts +14 -0
@@ -0,0 +1,575 @@
1
+ [
2
+ {
3
+ "type": "constructor",
4
+ "inputs": [],
5
+ "stateMutability": "nonpayable"
6
+ },
7
+ {
8
+ "type": "function",
9
+ "name": "addBurner",
10
+ "inputs": [
11
+ {
12
+ "name": "account",
13
+ "type": "address",
14
+ "internalType": "address"
15
+ }
16
+ ],
17
+ "outputs": [],
18
+ "stateMutability": "nonpayable"
19
+ },
20
+ {
21
+ "type": "function",
22
+ "name": "addMember",
23
+ "inputs": [
24
+ {
25
+ "name": "roleId",
26
+ "type": "uint256",
27
+ "internalType": "uint256"
28
+ },
29
+ {
30
+ "name": "newMember",
31
+ "type": "address",
32
+ "internalType": "address"
33
+ }
34
+ ],
35
+ "outputs": [],
36
+ "stateMutability": "nonpayable"
37
+ },
38
+ {
39
+ "type": "function",
40
+ "name": "addMinter",
41
+ "inputs": [
42
+ {
43
+ "name": "account",
44
+ "type": "address",
45
+ "internalType": "address"
46
+ }
47
+ ],
48
+ "outputs": [],
49
+ "stateMutability": "nonpayable"
50
+ },
51
+ {
52
+ "type": "function",
53
+ "name": "allowance",
54
+ "inputs": [
55
+ {
56
+ "name": "owner",
57
+ "type": "address",
58
+ "internalType": "address"
59
+ },
60
+ {
61
+ "name": "spender",
62
+ "type": "address",
63
+ "internalType": "address"
64
+ }
65
+ ],
66
+ "outputs": [
67
+ {
68
+ "name": "",
69
+ "type": "uint256",
70
+ "internalType": "uint256"
71
+ }
72
+ ],
73
+ "stateMutability": "view"
74
+ },
75
+ {
76
+ "type": "function",
77
+ "name": "approve",
78
+ "inputs": [
79
+ {
80
+ "name": "spender",
81
+ "type": "address",
82
+ "internalType": "address"
83
+ },
84
+ {
85
+ "name": "amount",
86
+ "type": "uint256",
87
+ "internalType": "uint256"
88
+ }
89
+ ],
90
+ "outputs": [
91
+ {
92
+ "name": "",
93
+ "type": "bool",
94
+ "internalType": "bool"
95
+ }
96
+ ],
97
+ "stateMutability": "nonpayable"
98
+ },
99
+ {
100
+ "type": "function",
101
+ "name": "balanceOf",
102
+ "inputs": [
103
+ {
104
+ "name": "account",
105
+ "type": "address",
106
+ "internalType": "address"
107
+ }
108
+ ],
109
+ "outputs": [
110
+ {
111
+ "name": "",
112
+ "type": "uint256",
113
+ "internalType": "uint256"
114
+ }
115
+ ],
116
+ "stateMutability": "view"
117
+ },
118
+ {
119
+ "type": "function",
120
+ "name": "burn",
121
+ "inputs": [
122
+ {
123
+ "name": "value",
124
+ "type": "uint256",
125
+ "internalType": "uint256"
126
+ }
127
+ ],
128
+ "outputs": [],
129
+ "stateMutability": "nonpayable"
130
+ },
131
+ {
132
+ "type": "function",
133
+ "name": "burnFrom",
134
+ "inputs": [
135
+ {
136
+ "name": "recipient",
137
+ "type": "address",
138
+ "internalType": "address"
139
+ },
140
+ {
141
+ "name": "value",
142
+ "type": "uint256",
143
+ "internalType": "uint256"
144
+ }
145
+ ],
146
+ "outputs": [
147
+ {
148
+ "name": "",
149
+ "type": "bool",
150
+ "internalType": "bool"
151
+ }
152
+ ],
153
+ "stateMutability": "nonpayable"
154
+ },
155
+ {
156
+ "type": "function",
157
+ "name": "decimals",
158
+ "inputs": [],
159
+ "outputs": [
160
+ {
161
+ "name": "",
162
+ "type": "uint8",
163
+ "internalType": "uint8"
164
+ }
165
+ ],
166
+ "stateMutability": "view"
167
+ },
168
+ {
169
+ "type": "function",
170
+ "name": "decreaseAllowance",
171
+ "inputs": [
172
+ {
173
+ "name": "spender",
174
+ "type": "address",
175
+ "internalType": "address"
176
+ },
177
+ {
178
+ "name": "subtractedValue",
179
+ "type": "uint256",
180
+ "internalType": "uint256"
181
+ }
182
+ ],
183
+ "outputs": [
184
+ {
185
+ "name": "",
186
+ "type": "bool",
187
+ "internalType": "bool"
188
+ }
189
+ ],
190
+ "stateMutability": "nonpayable"
191
+ },
192
+ {
193
+ "type": "function",
194
+ "name": "getMember",
195
+ "inputs": [
196
+ {
197
+ "name": "roleId",
198
+ "type": "uint256",
199
+ "internalType": "uint256"
200
+ }
201
+ ],
202
+ "outputs": [
203
+ {
204
+ "name": "",
205
+ "type": "address",
206
+ "internalType": "address"
207
+ }
208
+ ],
209
+ "stateMutability": "view"
210
+ },
211
+ {
212
+ "type": "function",
213
+ "name": "holdsRole",
214
+ "inputs": [
215
+ {
216
+ "name": "roleId",
217
+ "type": "uint256",
218
+ "internalType": "uint256"
219
+ },
220
+ {
221
+ "name": "memberToCheck",
222
+ "type": "address",
223
+ "internalType": "address"
224
+ }
225
+ ],
226
+ "outputs": [
227
+ {
228
+ "name": "",
229
+ "type": "bool",
230
+ "internalType": "bool"
231
+ }
232
+ ],
233
+ "stateMutability": "view"
234
+ },
235
+ {
236
+ "type": "function",
237
+ "name": "increaseAllowance",
238
+ "inputs": [
239
+ {
240
+ "name": "spender",
241
+ "type": "address",
242
+ "internalType": "address"
243
+ },
244
+ {
245
+ "name": "addedValue",
246
+ "type": "uint256",
247
+ "internalType": "uint256"
248
+ }
249
+ ],
250
+ "outputs": [
251
+ {
252
+ "name": "",
253
+ "type": "bool",
254
+ "internalType": "bool"
255
+ }
256
+ ],
257
+ "stateMutability": "nonpayable"
258
+ },
259
+ {
260
+ "type": "function",
261
+ "name": "mint",
262
+ "inputs": [
263
+ {
264
+ "name": "recipient",
265
+ "type": "address",
266
+ "internalType": "address"
267
+ },
268
+ {
269
+ "name": "value",
270
+ "type": "uint256",
271
+ "internalType": "uint256"
272
+ }
273
+ ],
274
+ "outputs": [
275
+ {
276
+ "name": "",
277
+ "type": "bool",
278
+ "internalType": "bool"
279
+ }
280
+ ],
281
+ "stateMutability": "nonpayable"
282
+ },
283
+ {
284
+ "type": "function",
285
+ "name": "name",
286
+ "inputs": [],
287
+ "outputs": [
288
+ {
289
+ "name": "",
290
+ "type": "string",
291
+ "internalType": "string"
292
+ }
293
+ ],
294
+ "stateMutability": "view"
295
+ },
296
+ {
297
+ "type": "function",
298
+ "name": "removeMember",
299
+ "inputs": [
300
+ {
301
+ "name": "roleId",
302
+ "type": "uint256",
303
+ "internalType": "uint256"
304
+ },
305
+ {
306
+ "name": "memberToRemove",
307
+ "type": "address",
308
+ "internalType": "address"
309
+ }
310
+ ],
311
+ "outputs": [],
312
+ "stateMutability": "nonpayable"
313
+ },
314
+ {
315
+ "type": "function",
316
+ "name": "renounceMembership",
317
+ "inputs": [
318
+ {
319
+ "name": "roleId",
320
+ "type": "uint256",
321
+ "internalType": "uint256"
322
+ }
323
+ ],
324
+ "outputs": [],
325
+ "stateMutability": "nonpayable"
326
+ },
327
+ {
328
+ "type": "function",
329
+ "name": "resetMember",
330
+ "inputs": [
331
+ {
332
+ "name": "roleId",
333
+ "type": "uint256",
334
+ "internalType": "uint256"
335
+ },
336
+ {
337
+ "name": "newMember",
338
+ "type": "address",
339
+ "internalType": "address"
340
+ }
341
+ ],
342
+ "outputs": [],
343
+ "stateMutability": "nonpayable"
344
+ },
345
+ {
346
+ "type": "function",
347
+ "name": "resetOwner",
348
+ "inputs": [
349
+ {
350
+ "name": "account",
351
+ "type": "address",
352
+ "internalType": "address"
353
+ }
354
+ ],
355
+ "outputs": [],
356
+ "stateMutability": "nonpayable"
357
+ },
358
+ {
359
+ "type": "function",
360
+ "name": "symbol",
361
+ "inputs": [],
362
+ "outputs": [
363
+ {
364
+ "name": "",
365
+ "type": "string",
366
+ "internalType": "string"
367
+ }
368
+ ],
369
+ "stateMutability": "view"
370
+ },
371
+ {
372
+ "type": "function",
373
+ "name": "totalSupply",
374
+ "inputs": [],
375
+ "outputs": [
376
+ {
377
+ "name": "",
378
+ "type": "uint256",
379
+ "internalType": "uint256"
380
+ }
381
+ ],
382
+ "stateMutability": "view"
383
+ },
384
+ {
385
+ "type": "function",
386
+ "name": "transfer",
387
+ "inputs": [
388
+ {
389
+ "name": "to",
390
+ "type": "address",
391
+ "internalType": "address"
392
+ },
393
+ {
394
+ "name": "amount",
395
+ "type": "uint256",
396
+ "internalType": "uint256"
397
+ }
398
+ ],
399
+ "outputs": [
400
+ {
401
+ "name": "",
402
+ "type": "bool",
403
+ "internalType": "bool"
404
+ }
405
+ ],
406
+ "stateMutability": "nonpayable"
407
+ },
408
+ {
409
+ "type": "function",
410
+ "name": "transferFrom",
411
+ "inputs": [
412
+ {
413
+ "name": "from",
414
+ "type": "address",
415
+ "internalType": "address"
416
+ },
417
+ {
418
+ "name": "to",
419
+ "type": "address",
420
+ "internalType": "address"
421
+ },
422
+ {
423
+ "name": "amount",
424
+ "type": "uint256",
425
+ "internalType": "uint256"
426
+ }
427
+ ],
428
+ "outputs": [
429
+ {
430
+ "name": "",
431
+ "type": "bool",
432
+ "internalType": "bool"
433
+ }
434
+ ],
435
+ "stateMutability": "nonpayable"
436
+ },
437
+ {
438
+ "type": "function",
439
+ "name": "withdraw",
440
+ "inputs": [
441
+ {
442
+ "name": "amount",
443
+ "type": "uint256",
444
+ "internalType": "uint256"
445
+ }
446
+ ],
447
+ "outputs": [],
448
+ "stateMutability": "nonpayable"
449
+ },
450
+ {
451
+ "type": "event",
452
+ "name": "AddedSharedMember",
453
+ "inputs": [
454
+ {
455
+ "name": "roleId",
456
+ "type": "uint256",
457
+ "indexed": true,
458
+ "internalType": "uint256"
459
+ },
460
+ {
461
+ "name": "newMember",
462
+ "type": "address",
463
+ "indexed": true,
464
+ "internalType": "address"
465
+ },
466
+ {
467
+ "name": "manager",
468
+ "type": "address",
469
+ "indexed": true,
470
+ "internalType": "address"
471
+ }
472
+ ],
473
+ "anonymous": false
474
+ },
475
+ {
476
+ "type": "event",
477
+ "name": "Approval",
478
+ "inputs": [
479
+ {
480
+ "name": "owner",
481
+ "type": "address",
482
+ "indexed": true,
483
+ "internalType": "address"
484
+ },
485
+ {
486
+ "name": "spender",
487
+ "type": "address",
488
+ "indexed": true,
489
+ "internalType": "address"
490
+ },
491
+ {
492
+ "name": "value",
493
+ "type": "uint256",
494
+ "indexed": false,
495
+ "internalType": "uint256"
496
+ }
497
+ ],
498
+ "anonymous": false
499
+ },
500
+ {
501
+ "type": "event",
502
+ "name": "RemovedSharedMember",
503
+ "inputs": [
504
+ {
505
+ "name": "roleId",
506
+ "type": "uint256",
507
+ "indexed": true,
508
+ "internalType": "uint256"
509
+ },
510
+ {
511
+ "name": "oldMember",
512
+ "type": "address",
513
+ "indexed": true,
514
+ "internalType": "address"
515
+ },
516
+ {
517
+ "name": "manager",
518
+ "type": "address",
519
+ "indexed": true,
520
+ "internalType": "address"
521
+ }
522
+ ],
523
+ "anonymous": false
524
+ },
525
+ {
526
+ "type": "event",
527
+ "name": "ResetExclusiveMember",
528
+ "inputs": [
529
+ {
530
+ "name": "roleId",
531
+ "type": "uint256",
532
+ "indexed": true,
533
+ "internalType": "uint256"
534
+ },
535
+ {
536
+ "name": "newMember",
537
+ "type": "address",
538
+ "indexed": true,
539
+ "internalType": "address"
540
+ },
541
+ {
542
+ "name": "manager",
543
+ "type": "address",
544
+ "indexed": true,
545
+ "internalType": "address"
546
+ }
547
+ ],
548
+ "anonymous": false
549
+ },
550
+ {
551
+ "type": "event",
552
+ "name": "Transfer",
553
+ "inputs": [
554
+ {
555
+ "name": "from",
556
+ "type": "address",
557
+ "indexed": true,
558
+ "internalType": "address"
559
+ },
560
+ {
561
+ "name": "to",
562
+ "type": "address",
563
+ "indexed": true,
564
+ "internalType": "address"
565
+ },
566
+ {
567
+ "name": "value",
568
+ "type": "uint256",
569
+ "indexed": false,
570
+ "internalType": "uint256"
571
+ }
572
+ ],
573
+ "anonymous": false
574
+ }
575
+ ]