@defisaver/positions-sdk 0.0.112 → 0.0.114
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.
- package/cjs/config/contracts.d.ts +513 -2
- package/cjs/config/contracts.js +65 -20
- package/cjs/helpers/aaveHelpers/index.d.ts +15 -0
- package/cjs/helpers/aaveHelpers/index.js +58 -1
- package/cjs/helpers/compoundHelpers/index.d.ts +16 -1
- package/cjs/helpers/compoundHelpers/index.js +70 -1
- package/cjs/types/contracts/generated/AaveLoanInfoV2.d.ts +103 -0
- package/cjs/types/contracts/generated/CompV3View.d.ts +50 -0
- package/cjs/types/contracts/generated/CompoundLoanInfo.d.ts +55 -0
- package/esm/config/contracts.d.ts +513 -2
- package/esm/config/contracts.js +65 -20
- package/esm/helpers/aaveHelpers/index.d.ts +15 -0
- package/esm/helpers/aaveHelpers/index.js +57 -2
- package/esm/helpers/compoundHelpers/index.d.ts +16 -1
- package/esm/helpers/compoundHelpers/index.js +69 -2
- package/esm/types/contracts/generated/AaveLoanInfoV2.d.ts +103 -0
- package/esm/types/contracts/generated/CompV3View.d.ts +50 -0
- package/esm/types/contracts/generated/CompoundLoanInfo.d.ts +55 -0
- package/package.json +1 -1
- package/src/config/contracts.js +65 -20
- package/src/helpers/aaveHelpers/index.ts +58 -2
- package/src/helpers/compoundHelpers/index.ts +68 -3
- package/src/types/contracts/generated/AaveLoanInfoV2.ts +183 -0
- package/src/types/contracts/generated/CompV3View.ts +62 -0
- package/src/types/contracts/generated/CompoundLoanInfo.ts +87 -0
|
@@ -67,6 +67,72 @@ export namespace AaveV3View {
|
|
|
67
67
|
address: string;
|
|
68
68
|
createdBlock: number;
|
|
69
69
|
oldVersions: {
|
|
70
|
+
"20218382": {
|
|
71
|
+
abi: ({
|
|
72
|
+
inputs: ({
|
|
73
|
+
internalType: string;
|
|
74
|
+
name: string;
|
|
75
|
+
type: string;
|
|
76
|
+
components?: undefined;
|
|
77
|
+
} | {
|
|
78
|
+
components: {
|
|
79
|
+
internalType: string;
|
|
80
|
+
name: string;
|
|
81
|
+
type: string;
|
|
82
|
+
}[];
|
|
83
|
+
internalType: string;
|
|
84
|
+
name: string;
|
|
85
|
+
type: string;
|
|
86
|
+
})[];
|
|
87
|
+
name: string;
|
|
88
|
+
outputs: {
|
|
89
|
+
components: {
|
|
90
|
+
internalType: string;
|
|
91
|
+
name: string;
|
|
92
|
+
type: string;
|
|
93
|
+
}[];
|
|
94
|
+
internalType: string;
|
|
95
|
+
name: string;
|
|
96
|
+
type: string;
|
|
97
|
+
}[];
|
|
98
|
+
stateMutability: string;
|
|
99
|
+
type: string;
|
|
100
|
+
} | {
|
|
101
|
+
inputs: {
|
|
102
|
+
internalType: string;
|
|
103
|
+
name: string;
|
|
104
|
+
type: string;
|
|
105
|
+
}[];
|
|
106
|
+
name: string;
|
|
107
|
+
outputs: {
|
|
108
|
+
internalType: string;
|
|
109
|
+
name: string;
|
|
110
|
+
type: string;
|
|
111
|
+
}[];
|
|
112
|
+
stateMutability: string;
|
|
113
|
+
type: string;
|
|
114
|
+
} | {
|
|
115
|
+
inputs: {
|
|
116
|
+
components: {
|
|
117
|
+
internalType: string;
|
|
118
|
+
name: string;
|
|
119
|
+
type: string;
|
|
120
|
+
}[];
|
|
121
|
+
internalType: string;
|
|
122
|
+
name: string;
|
|
123
|
+
type: string;
|
|
124
|
+
}[];
|
|
125
|
+
name: string;
|
|
126
|
+
outputs: {
|
|
127
|
+
internalType: string;
|
|
128
|
+
name: string;
|
|
129
|
+
type: string;
|
|
130
|
+
}[];
|
|
131
|
+
stateMutability: string;
|
|
132
|
+
type: string;
|
|
133
|
+
})[];
|
|
134
|
+
address: string;
|
|
135
|
+
};
|
|
70
136
|
"17870436": {
|
|
71
137
|
abi: ({
|
|
72
138
|
inputs: {
|
|
@@ -175,6 +241,72 @@ export namespace AaveV3View {
|
|
|
175
241
|
address: string;
|
|
176
242
|
createdBlock: number;
|
|
177
243
|
oldVersions: {
|
|
244
|
+
"122158666": {
|
|
245
|
+
abi: ({
|
|
246
|
+
inputs: ({
|
|
247
|
+
internalType: string;
|
|
248
|
+
name: string;
|
|
249
|
+
type: string;
|
|
250
|
+
components?: undefined;
|
|
251
|
+
} | {
|
|
252
|
+
components: {
|
|
253
|
+
internalType: string;
|
|
254
|
+
name: string;
|
|
255
|
+
type: string;
|
|
256
|
+
}[];
|
|
257
|
+
internalType: string;
|
|
258
|
+
name: string;
|
|
259
|
+
type: string;
|
|
260
|
+
})[];
|
|
261
|
+
name: string;
|
|
262
|
+
outputs: {
|
|
263
|
+
components: {
|
|
264
|
+
internalType: string;
|
|
265
|
+
name: string;
|
|
266
|
+
type: string;
|
|
267
|
+
}[];
|
|
268
|
+
internalType: string;
|
|
269
|
+
name: string;
|
|
270
|
+
type: string;
|
|
271
|
+
}[];
|
|
272
|
+
stateMutability: string;
|
|
273
|
+
type: string;
|
|
274
|
+
} | {
|
|
275
|
+
inputs: {
|
|
276
|
+
internalType: string;
|
|
277
|
+
name: string;
|
|
278
|
+
type: string;
|
|
279
|
+
}[];
|
|
280
|
+
name: string;
|
|
281
|
+
outputs: {
|
|
282
|
+
internalType: string;
|
|
283
|
+
name: string;
|
|
284
|
+
type: string;
|
|
285
|
+
}[];
|
|
286
|
+
stateMutability: string;
|
|
287
|
+
type: string;
|
|
288
|
+
} | {
|
|
289
|
+
inputs: {
|
|
290
|
+
components: {
|
|
291
|
+
internalType: string;
|
|
292
|
+
name: string;
|
|
293
|
+
type: string;
|
|
294
|
+
}[];
|
|
295
|
+
internalType: string;
|
|
296
|
+
name: string;
|
|
297
|
+
type: string;
|
|
298
|
+
}[];
|
|
299
|
+
name: string;
|
|
300
|
+
outputs: {
|
|
301
|
+
internalType: string;
|
|
302
|
+
name: string;
|
|
303
|
+
type: string;
|
|
304
|
+
}[];
|
|
305
|
+
stateMutability: string;
|
|
306
|
+
type: string;
|
|
307
|
+
})[];
|
|
308
|
+
address: string;
|
|
309
|
+
};
|
|
178
310
|
"107950604": {
|
|
179
311
|
address: string;
|
|
180
312
|
abi: ({
|
|
@@ -421,6 +553,72 @@ export namespace AaveV3View {
|
|
|
421
553
|
address: string;
|
|
422
554
|
createdBlock: number;
|
|
423
555
|
oldVersions: {
|
|
556
|
+
"227949246": {
|
|
557
|
+
abi: ({
|
|
558
|
+
inputs: ({
|
|
559
|
+
internalType: string;
|
|
560
|
+
name: string;
|
|
561
|
+
type: string;
|
|
562
|
+
components?: undefined;
|
|
563
|
+
} | {
|
|
564
|
+
components: {
|
|
565
|
+
internalType: string;
|
|
566
|
+
name: string;
|
|
567
|
+
type: string;
|
|
568
|
+
}[];
|
|
569
|
+
internalType: string;
|
|
570
|
+
name: string;
|
|
571
|
+
type: string;
|
|
572
|
+
})[];
|
|
573
|
+
name: string;
|
|
574
|
+
outputs: {
|
|
575
|
+
components: {
|
|
576
|
+
internalType: string;
|
|
577
|
+
name: string;
|
|
578
|
+
type: string;
|
|
579
|
+
}[];
|
|
580
|
+
internalType: string;
|
|
581
|
+
name: string;
|
|
582
|
+
type: string;
|
|
583
|
+
}[];
|
|
584
|
+
stateMutability: string;
|
|
585
|
+
type: string;
|
|
586
|
+
} | {
|
|
587
|
+
inputs: {
|
|
588
|
+
internalType: string;
|
|
589
|
+
name: string;
|
|
590
|
+
type: string;
|
|
591
|
+
}[];
|
|
592
|
+
name: string;
|
|
593
|
+
outputs: {
|
|
594
|
+
internalType: string;
|
|
595
|
+
name: string;
|
|
596
|
+
type: string;
|
|
597
|
+
}[];
|
|
598
|
+
stateMutability: string;
|
|
599
|
+
type: string;
|
|
600
|
+
} | {
|
|
601
|
+
inputs: {
|
|
602
|
+
components: {
|
|
603
|
+
internalType: string;
|
|
604
|
+
name: string;
|
|
605
|
+
type: string;
|
|
606
|
+
}[];
|
|
607
|
+
internalType: string;
|
|
608
|
+
name: string;
|
|
609
|
+
type: string;
|
|
610
|
+
}[];
|
|
611
|
+
name: string;
|
|
612
|
+
outputs: {
|
|
613
|
+
internalType: string;
|
|
614
|
+
name: string;
|
|
615
|
+
type: string;
|
|
616
|
+
}[];
|
|
617
|
+
stateMutability: string;
|
|
618
|
+
type: string;
|
|
619
|
+
})[];
|
|
620
|
+
address: string;
|
|
621
|
+
};
|
|
424
622
|
"119382184": {
|
|
425
623
|
address: string;
|
|
426
624
|
abi: ({
|
|
@@ -644,6 +842,72 @@ export namespace AaveV3View {
|
|
|
644
842
|
address: string;
|
|
645
843
|
createdBlock: number;
|
|
646
844
|
oldVersions: {
|
|
845
|
+
"16564098": {
|
|
846
|
+
abi: ({
|
|
847
|
+
inputs: ({
|
|
848
|
+
internalType: string;
|
|
849
|
+
name: string;
|
|
850
|
+
type: string;
|
|
851
|
+
components?: undefined;
|
|
852
|
+
} | {
|
|
853
|
+
components: {
|
|
854
|
+
internalType: string;
|
|
855
|
+
name: string;
|
|
856
|
+
type: string;
|
|
857
|
+
}[];
|
|
858
|
+
internalType: string;
|
|
859
|
+
name: string;
|
|
860
|
+
type: string;
|
|
861
|
+
})[];
|
|
862
|
+
name: string;
|
|
863
|
+
outputs: {
|
|
864
|
+
components: {
|
|
865
|
+
internalType: string;
|
|
866
|
+
name: string;
|
|
867
|
+
type: string;
|
|
868
|
+
}[];
|
|
869
|
+
internalType: string;
|
|
870
|
+
name: string;
|
|
871
|
+
type: string;
|
|
872
|
+
}[];
|
|
873
|
+
stateMutability: string;
|
|
874
|
+
type: string;
|
|
875
|
+
} | {
|
|
876
|
+
inputs: {
|
|
877
|
+
internalType: string;
|
|
878
|
+
name: string;
|
|
879
|
+
type: string;
|
|
880
|
+
}[];
|
|
881
|
+
name: string;
|
|
882
|
+
outputs: {
|
|
883
|
+
internalType: string;
|
|
884
|
+
name: string;
|
|
885
|
+
type: string;
|
|
886
|
+
}[];
|
|
887
|
+
stateMutability: string;
|
|
888
|
+
type: string;
|
|
889
|
+
} | {
|
|
890
|
+
inputs: {
|
|
891
|
+
components: {
|
|
892
|
+
internalType: string;
|
|
893
|
+
name: string;
|
|
894
|
+
type: string;
|
|
895
|
+
}[];
|
|
896
|
+
internalType: string;
|
|
897
|
+
name: string;
|
|
898
|
+
type: string;
|
|
899
|
+
}[];
|
|
900
|
+
name: string;
|
|
901
|
+
outputs: {
|
|
902
|
+
internalType: string;
|
|
903
|
+
name: string;
|
|
904
|
+
type: string;
|
|
905
|
+
}[];
|
|
906
|
+
stateMutability: string;
|
|
907
|
+
type: string;
|
|
908
|
+
})[];
|
|
909
|
+
address: string;
|
|
910
|
+
};
|
|
647
911
|
"3907180": {
|
|
648
912
|
address: string;
|
|
649
913
|
abi: ({
|
|
@@ -1773,6 +2037,25 @@ export namespace CompV3View {
|
|
|
1773
2037
|
}[];
|
|
1774
2038
|
stateMutability: string;
|
|
1775
2039
|
type: string;
|
|
2040
|
+
} | {
|
|
2041
|
+
inputs: {
|
|
2042
|
+
components: {
|
|
2043
|
+
internalType: string;
|
|
2044
|
+
name: string;
|
|
2045
|
+
type: string;
|
|
2046
|
+
}[];
|
|
2047
|
+
internalType: string;
|
|
2048
|
+
name: string;
|
|
2049
|
+
type: string;
|
|
2050
|
+
}[];
|
|
2051
|
+
name: string;
|
|
2052
|
+
outputs: {
|
|
2053
|
+
internalType: string;
|
|
2054
|
+
name: string;
|
|
2055
|
+
type: string;
|
|
2056
|
+
}[];
|
|
2057
|
+
stateMutability: string;
|
|
2058
|
+
type: string;
|
|
1776
2059
|
})[];
|
|
1777
2060
|
export { abi_18 as abi };
|
|
1778
2061
|
let networks_18: {
|
|
@@ -1803,16 +2086,173 @@ export namespace CompV3View {
|
|
|
1803
2086
|
}[];
|
|
1804
2087
|
address: string;
|
|
1805
2088
|
};
|
|
2089
|
+
"15581957": {
|
|
2090
|
+
abi: ({
|
|
2091
|
+
inputs: {
|
|
2092
|
+
internalType: string;
|
|
2093
|
+
name: string;
|
|
2094
|
+
type: string;
|
|
2095
|
+
}[];
|
|
2096
|
+
name: string;
|
|
2097
|
+
outputs: {
|
|
2098
|
+
internalType: string;
|
|
2099
|
+
name: string;
|
|
2100
|
+
type: string;
|
|
2101
|
+
}[];
|
|
2102
|
+
stateMutability: string;
|
|
2103
|
+
type: string;
|
|
2104
|
+
} | {
|
|
2105
|
+
inputs: {
|
|
2106
|
+
internalType: string;
|
|
2107
|
+
name: string;
|
|
2108
|
+
type: string;
|
|
2109
|
+
}[];
|
|
2110
|
+
name: string;
|
|
2111
|
+
outputs: {
|
|
2112
|
+
components: {
|
|
2113
|
+
internalType: string;
|
|
2114
|
+
name: string;
|
|
2115
|
+
type: string;
|
|
2116
|
+
}[];
|
|
2117
|
+
internalType: string;
|
|
2118
|
+
name: string;
|
|
2119
|
+
type: string;
|
|
2120
|
+
}[];
|
|
2121
|
+
stateMutability: string;
|
|
2122
|
+
type: string;
|
|
2123
|
+
})[];
|
|
2124
|
+
address: string;
|
|
2125
|
+
};
|
|
1806
2126
|
};
|
|
1807
2127
|
};
|
|
1808
2128
|
"10": {
|
|
1809
2129
|
address: string;
|
|
2130
|
+
createdBlock: number;
|
|
2131
|
+
oldVersions: {
|
|
2132
|
+
"118896497": {
|
|
2133
|
+
abi: ({
|
|
2134
|
+
inputs: {
|
|
2135
|
+
internalType: string;
|
|
2136
|
+
name: string;
|
|
2137
|
+
type: string;
|
|
2138
|
+
}[];
|
|
2139
|
+
name: string;
|
|
2140
|
+
outputs: {
|
|
2141
|
+
internalType: string;
|
|
2142
|
+
name: string;
|
|
2143
|
+
type: string;
|
|
2144
|
+
}[];
|
|
2145
|
+
stateMutability: string;
|
|
2146
|
+
type: string;
|
|
2147
|
+
} | {
|
|
2148
|
+
inputs: {
|
|
2149
|
+
internalType: string;
|
|
2150
|
+
name: string;
|
|
2151
|
+
type: string;
|
|
2152
|
+
}[];
|
|
2153
|
+
name: string;
|
|
2154
|
+
outputs: {
|
|
2155
|
+
components: {
|
|
2156
|
+
internalType: string;
|
|
2157
|
+
name: string;
|
|
2158
|
+
type: string;
|
|
2159
|
+
}[];
|
|
2160
|
+
internalType: string;
|
|
2161
|
+
name: string;
|
|
2162
|
+
type: string;
|
|
2163
|
+
}[];
|
|
2164
|
+
stateMutability: string;
|
|
2165
|
+
type: string;
|
|
2166
|
+
})[];
|
|
2167
|
+
address: string;
|
|
2168
|
+
};
|
|
2169
|
+
};
|
|
1810
2170
|
};
|
|
1811
2171
|
"8453": {
|
|
1812
2172
|
address: string;
|
|
2173
|
+
createdBlock: number;
|
|
2174
|
+
oldVersions: {
|
|
2175
|
+
"4172377": {
|
|
2176
|
+
abi: ({
|
|
2177
|
+
inputs: {
|
|
2178
|
+
internalType: string;
|
|
2179
|
+
name: string;
|
|
2180
|
+
type: string;
|
|
2181
|
+
}[];
|
|
2182
|
+
name: string;
|
|
2183
|
+
outputs: {
|
|
2184
|
+
internalType: string;
|
|
2185
|
+
name: string;
|
|
2186
|
+
type: string;
|
|
2187
|
+
}[];
|
|
2188
|
+
stateMutability: string;
|
|
2189
|
+
type: string;
|
|
2190
|
+
} | {
|
|
2191
|
+
inputs: {
|
|
2192
|
+
internalType: string;
|
|
2193
|
+
name: string;
|
|
2194
|
+
type: string;
|
|
2195
|
+
}[];
|
|
2196
|
+
name: string;
|
|
2197
|
+
outputs: {
|
|
2198
|
+
components: {
|
|
2199
|
+
internalType: string;
|
|
2200
|
+
name: string;
|
|
2201
|
+
type: string;
|
|
2202
|
+
}[];
|
|
2203
|
+
internalType: string;
|
|
2204
|
+
name: string;
|
|
2205
|
+
type: string;
|
|
2206
|
+
}[];
|
|
2207
|
+
stateMutability: string;
|
|
2208
|
+
type: string;
|
|
2209
|
+
})[];
|
|
2210
|
+
address: string;
|
|
2211
|
+
};
|
|
2212
|
+
};
|
|
1813
2213
|
};
|
|
1814
2214
|
"42161": {
|
|
1815
2215
|
address: string;
|
|
2216
|
+
createdBlock: number;
|
|
2217
|
+
oldVersions: {
|
|
2218
|
+
"152921647": {
|
|
2219
|
+
abi: ({
|
|
2220
|
+
inputs: {
|
|
2221
|
+
internalType: string;
|
|
2222
|
+
name: string;
|
|
2223
|
+
type: string;
|
|
2224
|
+
}[];
|
|
2225
|
+
name: string;
|
|
2226
|
+
outputs: {
|
|
2227
|
+
internalType: string;
|
|
2228
|
+
name: string;
|
|
2229
|
+
type: string;
|
|
2230
|
+
}[];
|
|
2231
|
+
stateMutability: string;
|
|
2232
|
+
type: string;
|
|
2233
|
+
} | {
|
|
2234
|
+
inputs: {
|
|
2235
|
+
internalType: string;
|
|
2236
|
+
name: string;
|
|
2237
|
+
type: string;
|
|
2238
|
+
}[];
|
|
2239
|
+
name: string;
|
|
2240
|
+
outputs: {
|
|
2241
|
+
components: {
|
|
2242
|
+
internalType: string;
|
|
2243
|
+
name: string;
|
|
2244
|
+
type: string;
|
|
2245
|
+
}[];
|
|
2246
|
+
internalType: string;
|
|
2247
|
+
name: string;
|
|
2248
|
+
type: string;
|
|
2249
|
+
}[];
|
|
2250
|
+
stateMutability: string;
|
|
2251
|
+
type: string;
|
|
2252
|
+
})[];
|
|
2253
|
+
address: string;
|
|
2254
|
+
};
|
|
2255
|
+
};
|
|
1816
2256
|
};
|
|
1817
2257
|
};
|
|
1818
2258
|
export { networks_18 as networks };
|
|
@@ -2070,11 +2510,21 @@ export namespace wstETH {
|
|
|
2070
2510
|
}
|
|
2071
2511
|
export namespace AaveLoanInfoV2 {
|
|
2072
2512
|
let abi_23: ({
|
|
2073
|
-
inputs: {
|
|
2513
|
+
inputs: ({
|
|
2074
2514
|
internalType: string;
|
|
2075
2515
|
name: string;
|
|
2076
2516
|
type: string;
|
|
2077
|
-
|
|
2517
|
+
components?: undefined;
|
|
2518
|
+
} | {
|
|
2519
|
+
components: {
|
|
2520
|
+
internalType: string;
|
|
2521
|
+
name: string;
|
|
2522
|
+
type: string;
|
|
2523
|
+
}[];
|
|
2524
|
+
internalType: string;
|
|
2525
|
+
name: string;
|
|
2526
|
+
type: string;
|
|
2527
|
+
})[];
|
|
2078
2528
|
name: string;
|
|
2079
2529
|
outputs: {
|
|
2080
2530
|
components: {
|
|
@@ -2431,6 +2881,11 @@ export namespace AaveLendingPoolV2 {
|
|
|
2431
2881
|
export namespace CompoundLoanInfo {
|
|
2432
2882
|
let abi_27: ({
|
|
2433
2883
|
inputs: {
|
|
2884
|
+
components: {
|
|
2885
|
+
internalType: string;
|
|
2886
|
+
name: string;
|
|
2887
|
+
type: string;
|
|
2888
|
+
}[];
|
|
2434
2889
|
internalType: string;
|
|
2435
2890
|
name: string;
|
|
2436
2891
|
type: string;
|
|
@@ -2462,6 +2917,25 @@ export namespace CompoundLoanInfo {
|
|
|
2462
2917
|
}[];
|
|
2463
2918
|
stateMutability: string;
|
|
2464
2919
|
type: string;
|
|
2920
|
+
} | {
|
|
2921
|
+
inputs: {
|
|
2922
|
+
internalType: string;
|
|
2923
|
+
name: string;
|
|
2924
|
+
type: string;
|
|
2925
|
+
}[];
|
|
2926
|
+
name: string;
|
|
2927
|
+
outputs: {
|
|
2928
|
+
components: {
|
|
2929
|
+
internalType: string;
|
|
2930
|
+
name: string;
|
|
2931
|
+
type: string;
|
|
2932
|
+
}[];
|
|
2933
|
+
internalType: string;
|
|
2934
|
+
name: string;
|
|
2935
|
+
type: string;
|
|
2936
|
+
}[];
|
|
2937
|
+
stateMutability: string;
|
|
2938
|
+
type: string;
|
|
2465
2939
|
})[];
|
|
2466
2940
|
export { abi_27 as abi };
|
|
2467
2941
|
let networks_27: {
|
|
@@ -2599,6 +3073,43 @@ export namespace CompoundLoanInfo {
|
|
|
2599
3073
|
}[];
|
|
2600
3074
|
address: string;
|
|
2601
3075
|
};
|
|
3076
|
+
"17819315": {
|
|
3077
|
+
abi: ({
|
|
3078
|
+
inputs: {
|
|
3079
|
+
internalType: string;
|
|
3080
|
+
name: string;
|
|
3081
|
+
type: string;
|
|
3082
|
+
}[];
|
|
3083
|
+
name: string;
|
|
3084
|
+
outputs: {
|
|
3085
|
+
components: {
|
|
3086
|
+
internalType: string;
|
|
3087
|
+
name: string;
|
|
3088
|
+
type: string;
|
|
3089
|
+
}[];
|
|
3090
|
+
internalType: string;
|
|
3091
|
+
name: string;
|
|
3092
|
+
type: string;
|
|
3093
|
+
}[];
|
|
3094
|
+
stateMutability: string;
|
|
3095
|
+
type: string;
|
|
3096
|
+
} | {
|
|
3097
|
+
inputs: {
|
|
3098
|
+
internalType: string;
|
|
3099
|
+
name: string;
|
|
3100
|
+
type: string;
|
|
3101
|
+
}[];
|
|
3102
|
+
name: string;
|
|
3103
|
+
outputs: {
|
|
3104
|
+
internalType: string;
|
|
3105
|
+
name: string;
|
|
3106
|
+
type: string;
|
|
3107
|
+
}[];
|
|
3108
|
+
stateMutability: string;
|
|
3109
|
+
type: string;
|
|
3110
|
+
})[];
|
|
3111
|
+
address: string;
|
|
3112
|
+
};
|
|
2602
3113
|
};
|
|
2603
3114
|
};
|
|
2604
3115
|
};
|