10
10
"internalType" : " address" ,
11
11
"name" : " _usdcAddress" ,
12
12
"type" : " address"
13
+ },
14
+ {
15
+ "internalType" : " address" ,
16
+ "name" : " _vaultAddress" ,
17
+ "type" : " address"
13
18
}
14
19
],
15
20
"stateMutability" : " nonpayable" ,
89
94
"name" : " Transfer" ,
90
95
"type" : " event"
91
96
},
97
+ {
98
+ "anonymous" : false ,
99
+ "inputs" : [
100
+ {
101
+ "indexed" : true ,
102
+ "internalType" : " address" ,
103
+ "name" : " from" ,
104
+ "type" : " address"
105
+ },
106
+ {
107
+ "indexed" : true ,
108
+ "internalType" : " address" ,
109
+ "name" : " to" ,
110
+ "type" : " address"
111
+ },
112
+ {
113
+ "indexed" : false ,
114
+ "internalType" : " uint256" ,
115
+ "name" : " amount" ,
116
+ "type" : " uint256"
117
+ },
118
+ {
119
+ "indexed" : false ,
120
+ "internalType" : " uint256" ,
121
+ "name" : " shares" ,
122
+ "type" : " uint256"
123
+ },
124
+ {
125
+ "indexed" : false ,
126
+ "internalType" : " string" ,
127
+ "name" : " uen" ,
128
+ "type" : " string"
129
+ }
130
+ ],
131
+ "name" : " VaultDeposit" ,
132
+ "type" : " event"
133
+ },
92
134
{
93
135
"inputs" : [
94
136
{
127
169
"stateMutability" : " view" ,
128
170
"type" : " function"
129
171
},
172
+ {
173
+ "inputs" : [
174
+ {
175
+ "internalType" : " address" ,
176
+ "name" : " _account" ,
177
+ "type" : " address"
178
+ }
179
+ ],
180
+ "name" : " getVaultBalance" ,
181
+ "outputs" : [
182
+ {
183
+ "internalType" : " uint256" ,
184
+ "name" : " " ,
185
+ "type" : " uint256"
186
+ }
187
+ ],
188
+ "stateMutability" : " view" ,
189
+ "type" : " function"
190
+ },
130
191
{
131
192
"inputs" : [],
132
193
"name" : " registry" ,
158
219
"stateMutability" : " nonpayable" ,
159
220
"type" : " function"
160
221
},
222
+ {
223
+ "inputs" : [
224
+ {
225
+ "internalType" : " string" ,
226
+ "name" : " _uen" ,
227
+ "type" : " string"
228
+ },
229
+ {
230
+ "internalType" : " uint256" ,
231
+ "name" : " _amount" ,
232
+ "type" : " uint256"
233
+ }
234
+ ],
235
+ "name" : " transferToVault" ,
236
+ "outputs" : [],
237
+ "stateMutability" : " nonpayable" ,
238
+ "type" : " function"
239
+ },
161
240
{
162
241
"inputs" : [],
163
242
"name" : " usdcToken" ,
170
249
],
171
250
"stateMutability" : " view" ,
172
251
"type" : " function"
252
+ },
253
+ {
254
+ "inputs" : [],
255
+ "name" : " vault" ,
256
+ "outputs" : [
257
+ {
258
+ "internalType" : " contract IERC4626" ,
259
+ "name" : " " ,
260
+ "type" : " address"
261
+ }
262
+ ],
263
+ "stateMutability" : " view" ,
264
+ "type" : " function"
173
265
}
174
266
]
0 commit comments