@pufferfinance/puffer-sdk 1.6.1 → 1.7.0
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/dist/api/puffer-client.cjs +1 -1
- package/dist/api/puffer-client.cjs.map +1 -1
- package/dist/api/puffer-client.d.ts +9 -3
- package/dist/api/puffer-client.js +65 -51
- package/dist/api/puffer-client.js.map +1 -1
- package/dist/contracts/abis/mainnet/Accountant.cjs +2 -0
- package/dist/contracts/abis/mainnet/Accountant.cjs.map +1 -0
- package/dist/contracts/abis/mainnet/Accountant.d.ts +521 -0
- package/dist/contracts/abis/mainnet/Accountant.js +494 -0
- package/dist/contracts/abis/mainnet/Accountant.js.map +1 -0
- package/dist/contracts/abis/mainnet/BoringVault.cjs +2 -0
- package/dist/contracts/abis/mainnet/BoringVault.cjs.map +1 -0
- package/dist/contracts/abis/mainnet/{PufToken.d.ts → BoringVault.d.ts} +395 -449
- package/dist/contracts/abis/mainnet/BoringVault.js +407 -0
- package/dist/contracts/abis/mainnet/BoringVault.js.map +1 -0
- package/dist/contracts/abis/mainnet/Teller.cjs +2 -0
- package/dist/contracts/abis/mainnet/Teller.cjs.map +1 -0
- package/dist/contracts/abis/mainnet/Teller.d.ts +541 -0
- package/dist/contracts/abis/mainnet/Teller.js +450 -0
- package/dist/contracts/abis/mainnet/Teller.js.map +1 -0
- package/dist/contracts/abis/nucleus-accountant-abis.cjs +2 -0
- package/dist/contracts/abis/nucleus-accountant-abis.cjs.map +1 -0
- package/dist/contracts/abis/nucleus-accountant-abis.d.ts +525 -0
- package/dist/contracts/abis/nucleus-accountant-abis.js +9 -0
- package/dist/contracts/abis/nucleus-accountant-abis.js.map +1 -0
- package/dist/contracts/abis/nucleus-boring-vault-abis.cjs +2 -0
- package/dist/contracts/abis/nucleus-boring-vault-abis.cjs.map +1 -0
- package/dist/contracts/abis/{puf-token-abis.d.ts → nucleus-boring-vault-abis.d.ts} +396 -450
- package/dist/contracts/abis/nucleus-boring-vault-abis.js +9 -0
- package/dist/contracts/abis/nucleus-boring-vault-abis.js.map +1 -0
- package/dist/contracts/abis/nucleus-teller-abis.cjs +2 -0
- package/dist/contracts/abis/nucleus-teller-abis.cjs.map +1 -0
- package/dist/contracts/abis/nucleus-teller-abis.d.ts +545 -0
- package/dist/contracts/abis/nucleus-teller-abis.js +9 -0
- package/dist/contracts/abis/nucleus-teller-abis.js.map +1 -0
- package/dist/contracts/addresses.cjs +1 -1
- package/dist/contracts/addresses.cjs.map +1 -1
- package/dist/contracts/addresses.d.ts +6 -0
- package/dist/contracts/addresses.js +15 -8
- package/dist/contracts/addresses.js.map +1 -1
- package/dist/contracts/handlers/erc20-permit-handler.cjs +1 -1
- package/dist/contracts/handlers/erc20-permit-handler.cjs.map +1 -1
- package/dist/contracts/handlers/erc20-permit-handler.d.ts +2 -2
- package/dist/contracts/handlers/erc20-permit-handler.js +4 -4
- package/dist/contracts/handlers/erc20-permit-handler.js.map +1 -1
- package/dist/contracts/handlers/nucleus-accountant-handler.cjs +2 -0
- package/dist/contracts/handlers/nucleus-accountant-handler.cjs.map +1 -0
- package/dist/contracts/handlers/nucleus-accountant-handler.d.ts +6702 -0
- package/dist/contracts/handlers/nucleus-accountant-handler.js +81 -0
- package/dist/contracts/handlers/nucleus-accountant-handler.js.map +1 -0
- package/dist/contracts/handlers/nucleus-boring-vault-handler.cjs +2 -0
- package/dist/contracts/handlers/nucleus-boring-vault-handler.cjs.map +1 -0
- package/dist/contracts/handlers/{puf-token-handler.d.ts → nucleus-boring-vault-handler.d.ts} +462 -517
- package/dist/contracts/handlers/nucleus-boring-vault-handler.js +159 -0
- package/dist/contracts/handlers/nucleus-boring-vault-handler.js.map +1 -0
- package/dist/contracts/handlers/nucleus-teller-handler.cjs +2 -0
- package/dist/contracts/handlers/nucleus-teller-handler.cjs.map +1 -0
- package/dist/contracts/handlers/nucleus-teller-handler.d.ts +6764 -0
- package/dist/contracts/handlers/nucleus-teller-handler.js +145 -0
- package/dist/contracts/handlers/nucleus-teller-handler.js.map +1 -0
- package/dist/contracts/handlers/puf-locker-handler.cjs.map +1 -1
- package/dist/contracts/handlers/puf-locker-handler.d.ts +5 -5
- package/dist/contracts/handlers/puf-locker-handler.js.map +1 -1
- package/dist/contracts/tokens.cjs +1 -1
- package/dist/contracts/tokens.cjs.map +1 -1
- package/dist/contracts/tokens.d.ts +3 -24
- package/dist/contracts/tokens.js +38 -96
- package/dist/contracts/tokens.js.map +1 -1
- package/dist/main.cjs +1 -1
- package/dist/main.d.ts +0 -1
- package/dist/main.js +23 -26
- package/dist/main.js.map +1 -1
- package/dist/utils/version.cjs +1 -1
- package/dist/utils/version.js +1 -1
- package/package.json +1 -1
- package/dist/contracts/abis/mainnet/PufToken.cjs +0 -2
- package/dist/contracts/abis/mainnet/PufToken.cjs.map +0 -1
- package/dist/contracts/abis/mainnet/PufToken.js +0 -883
- package/dist/contracts/abis/mainnet/PufToken.js.map +0 -1
- package/dist/contracts/abis/puf-token-abis.cjs +0 -2
- package/dist/contracts/abis/puf-token-abis.cjs.map +0 -1
- package/dist/contracts/abis/puf-token-abis.js +0 -10
- package/dist/contracts/abis/puf-token-abis.js.map +0 -1
- package/dist/contracts/handlers/puf-token-handler.cjs +0 -2
- package/dist/contracts/handlers/puf-token-handler.cjs.map +0 -1
- package/dist/contracts/handlers/puf-token-handler.js +0 -174
- package/dist/contracts/handlers/puf-token-handler.js.map +0 -1
|
@@ -1,680 +1,626 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const NUCLEUS_BORING_VAULT_ABIS: {
|
|
2
2
|
[x: number]: {
|
|
3
|
-
|
|
4
|
-
readonly type: "constructor";
|
|
3
|
+
BoringVault: readonly [{
|
|
5
4
|
readonly inputs: readonly [{
|
|
6
|
-
readonly name: "token";
|
|
7
|
-
readonly type: "address";
|
|
8
5
|
readonly internalType: "address";
|
|
6
|
+
readonly name: "_owner";
|
|
7
|
+
readonly type: "address";
|
|
9
8
|
}, {
|
|
10
|
-
readonly name: "tokenName";
|
|
11
|
-
readonly type: "string";
|
|
12
9
|
readonly internalType: "string";
|
|
13
|
-
|
|
14
|
-
readonly name: "tokenSymbol";
|
|
10
|
+
readonly name: "_name";
|
|
15
11
|
readonly type: "string";
|
|
12
|
+
}, {
|
|
16
13
|
readonly internalType: "string";
|
|
14
|
+
readonly name: "_symbol";
|
|
15
|
+
readonly type: "string";
|
|
17
16
|
}, {
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
17
|
+
readonly internalType: "uint8";
|
|
18
|
+
readonly name: "_decimals";
|
|
19
|
+
readonly type: "uint8";
|
|
21
20
|
}];
|
|
22
21
|
readonly stateMutability: "nonpayable";
|
|
22
|
+
readonly type: "constructor";
|
|
23
23
|
}, {
|
|
24
|
-
readonly
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
readonly outputs: readonly [{
|
|
28
|
-
readonly name: "";
|
|
29
|
-
readonly type: "bytes32";
|
|
30
|
-
readonly internalType: "bytes32";
|
|
31
|
-
}];
|
|
32
|
-
readonly stateMutability: "view";
|
|
33
|
-
}, {
|
|
34
|
-
readonly type: "function";
|
|
35
|
-
readonly name: "PUFFER_FACTORY";
|
|
36
|
-
readonly inputs: readonly [];
|
|
37
|
-
readonly outputs: readonly [{
|
|
38
|
-
readonly name: "";
|
|
24
|
+
readonly inputs: readonly [{
|
|
25
|
+
readonly internalType: "address";
|
|
26
|
+
readonly name: "target";
|
|
39
27
|
readonly type: "address";
|
|
40
|
-
readonly internalType: "contract PufferL2Depositor";
|
|
41
28
|
}];
|
|
42
|
-
readonly
|
|
29
|
+
readonly name: "AddressEmptyCode";
|
|
30
|
+
readonly type: "error";
|
|
43
31
|
}, {
|
|
44
|
-
readonly type: "function";
|
|
45
|
-
readonly name: "TOKEN";
|
|
46
32
|
readonly inputs: readonly [];
|
|
47
|
-
readonly
|
|
48
|
-
|
|
49
|
-
readonly type: "address";
|
|
50
|
-
readonly internalType: "contract ERC20";
|
|
51
|
-
}];
|
|
52
|
-
readonly stateMutability: "view";
|
|
33
|
+
readonly name: "FailedCall";
|
|
34
|
+
readonly type: "error";
|
|
53
35
|
}, {
|
|
54
|
-
readonly type: "function";
|
|
55
|
-
readonly name: "allowance";
|
|
56
36
|
readonly inputs: readonly [{
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
59
|
-
readonly internalType: "address";
|
|
60
|
-
}, {
|
|
61
|
-
readonly name: "spender";
|
|
62
|
-
readonly type: "address";
|
|
63
|
-
readonly internalType: "address";
|
|
64
|
-
}];
|
|
65
|
-
readonly outputs: readonly [{
|
|
66
|
-
readonly name: "";
|
|
37
|
+
readonly internalType: "uint256";
|
|
38
|
+
readonly name: "balance";
|
|
67
39
|
readonly type: "uint256";
|
|
40
|
+
}, {
|
|
68
41
|
readonly internalType: "uint256";
|
|
42
|
+
readonly name: "needed";
|
|
43
|
+
readonly type: "uint256";
|
|
69
44
|
}];
|
|
70
|
-
readonly
|
|
45
|
+
readonly name: "InsufficientBalance";
|
|
46
|
+
readonly type: "error";
|
|
71
47
|
}, {
|
|
72
|
-
readonly
|
|
73
|
-
readonly name: "approve";
|
|
48
|
+
readonly anonymous: false;
|
|
74
49
|
readonly inputs: readonly [{
|
|
75
|
-
readonly
|
|
50
|
+
readonly indexed: true;
|
|
51
|
+
readonly internalType: "address";
|
|
52
|
+
readonly name: "owner";
|
|
76
53
|
readonly type: "address";
|
|
54
|
+
}, {
|
|
55
|
+
readonly indexed: true;
|
|
77
56
|
readonly internalType: "address";
|
|
57
|
+
readonly name: "spender";
|
|
58
|
+
readonly type: "address";
|
|
78
59
|
}, {
|
|
79
|
-
readonly
|
|
80
|
-
readonly type: "uint256";
|
|
60
|
+
readonly indexed: false;
|
|
81
61
|
readonly internalType: "uint256";
|
|
62
|
+
readonly name: "amount";
|
|
63
|
+
readonly type: "uint256";
|
|
82
64
|
}];
|
|
83
|
-
readonly
|
|
84
|
-
|
|
85
|
-
readonly type: "bool";
|
|
86
|
-
readonly internalType: "bool";
|
|
87
|
-
}];
|
|
88
|
-
readonly stateMutability: "nonpayable";
|
|
65
|
+
readonly name: "Approval";
|
|
66
|
+
readonly type: "event";
|
|
89
67
|
}, {
|
|
90
|
-
readonly
|
|
91
|
-
readonly name: "balanceOf";
|
|
68
|
+
readonly anonymous: false;
|
|
92
69
|
readonly inputs: readonly [{
|
|
93
|
-
readonly
|
|
94
|
-
readonly type: "address";
|
|
70
|
+
readonly indexed: true;
|
|
95
71
|
readonly internalType: "address";
|
|
72
|
+
readonly name: "user";
|
|
73
|
+
readonly type: "address";
|
|
74
|
+
}, {
|
|
75
|
+
readonly indexed: true;
|
|
76
|
+
readonly internalType: "contract Authority";
|
|
77
|
+
readonly name: "newAuthority";
|
|
78
|
+
readonly type: "address";
|
|
96
79
|
}];
|
|
97
|
-
readonly
|
|
98
|
-
|
|
99
|
-
readonly type: "uint256";
|
|
100
|
-
readonly internalType: "uint256";
|
|
101
|
-
}];
|
|
102
|
-
readonly stateMutability: "view";
|
|
103
|
-
}, {
|
|
104
|
-
readonly type: "function";
|
|
105
|
-
readonly name: "decimals";
|
|
106
|
-
readonly inputs: readonly [];
|
|
107
|
-
readonly outputs: readonly [{
|
|
108
|
-
readonly name: "";
|
|
109
|
-
readonly type: "uint8";
|
|
110
|
-
readonly internalType: "uint8";
|
|
111
|
-
}];
|
|
112
|
-
readonly stateMutability: "view";
|
|
80
|
+
readonly name: "AuthorityUpdated";
|
|
81
|
+
readonly type: "event";
|
|
113
82
|
}, {
|
|
114
|
-
readonly
|
|
115
|
-
readonly name: "deposit";
|
|
83
|
+
readonly anonymous: false;
|
|
116
84
|
readonly inputs: readonly [{
|
|
85
|
+
readonly indexed: true;
|
|
86
|
+
readonly internalType: "address";
|
|
117
87
|
readonly name: "from";
|
|
118
88
|
readonly type: "address";
|
|
119
|
-
readonly internalType: "address";
|
|
120
89
|
}, {
|
|
121
|
-
readonly
|
|
122
|
-
readonly type: "address";
|
|
90
|
+
readonly indexed: true;
|
|
123
91
|
readonly internalType: "address";
|
|
92
|
+
readonly name: "asset";
|
|
93
|
+
readonly type: "address";
|
|
124
94
|
}, {
|
|
95
|
+
readonly indexed: false;
|
|
96
|
+
readonly internalType: "uint256";
|
|
125
97
|
readonly name: "amount";
|
|
126
98
|
readonly type: "uint256";
|
|
99
|
+
}, {
|
|
100
|
+
readonly indexed: true;
|
|
101
|
+
readonly internalType: "address";
|
|
102
|
+
readonly name: "to";
|
|
103
|
+
readonly type: "address";
|
|
104
|
+
}, {
|
|
105
|
+
readonly indexed: false;
|
|
127
106
|
readonly internalType: "uint256";
|
|
107
|
+
readonly name: "shares";
|
|
108
|
+
readonly type: "uint256";
|
|
128
109
|
}];
|
|
129
|
-
readonly
|
|
130
|
-
readonly
|
|
110
|
+
readonly name: "Enter";
|
|
111
|
+
readonly type: "event";
|
|
131
112
|
}, {
|
|
132
|
-
readonly
|
|
133
|
-
readonly
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
readonly name: "
|
|
137
|
-
readonly type: "
|
|
138
|
-
readonly internalType: "bytes1";
|
|
139
|
-
}, {
|
|
140
|
-
readonly name: "name";
|
|
141
|
-
readonly type: "string";
|
|
142
|
-
readonly internalType: "string";
|
|
113
|
+
readonly anonymous: false;
|
|
114
|
+
readonly inputs: readonly [{
|
|
115
|
+
readonly indexed: true;
|
|
116
|
+
readonly internalType: "address";
|
|
117
|
+
readonly name: "to";
|
|
118
|
+
readonly type: "address";
|
|
143
119
|
}, {
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
120
|
+
readonly indexed: true;
|
|
121
|
+
readonly internalType: "address";
|
|
122
|
+
readonly name: "asset";
|
|
123
|
+
readonly type: "address";
|
|
147
124
|
}, {
|
|
148
|
-
readonly
|
|
149
|
-
readonly type: "uint256";
|
|
125
|
+
readonly indexed: false;
|
|
150
126
|
readonly internalType: "uint256";
|
|
127
|
+
readonly name: "amount";
|
|
128
|
+
readonly type: "uint256";
|
|
151
129
|
}, {
|
|
152
|
-
readonly
|
|
153
|
-
readonly type: "address";
|
|
130
|
+
readonly indexed: true;
|
|
154
131
|
readonly internalType: "address";
|
|
132
|
+
readonly name: "from";
|
|
133
|
+
readonly type: "address";
|
|
155
134
|
}, {
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
159
|
-
|
|
160
|
-
readonly name: "extensions";
|
|
161
|
-
readonly type: "uint256[]";
|
|
162
|
-
readonly internalType: "uint256[]";
|
|
135
|
+
readonly indexed: false;
|
|
136
|
+
readonly internalType: "uint256";
|
|
137
|
+
readonly name: "shares";
|
|
138
|
+
readonly type: "uint256";
|
|
163
139
|
}];
|
|
164
|
-
readonly
|
|
140
|
+
readonly name: "Exit";
|
|
141
|
+
readonly type: "event";
|
|
165
142
|
}, {
|
|
166
|
-
readonly
|
|
167
|
-
readonly name: "migrate";
|
|
143
|
+
readonly anonymous: false;
|
|
168
144
|
readonly inputs: readonly [{
|
|
169
|
-
readonly
|
|
170
|
-
readonly type: "uint256";
|
|
171
|
-
readonly internalType: "uint256";
|
|
172
|
-
}, {
|
|
173
|
-
readonly name: "migratorContract";
|
|
174
|
-
readonly type: "address";
|
|
145
|
+
readonly indexed: true;
|
|
175
146
|
readonly internalType: "address";
|
|
176
|
-
|
|
177
|
-
readonly name: "destination";
|
|
147
|
+
readonly name: "user";
|
|
178
148
|
readonly type: "address";
|
|
149
|
+
}, {
|
|
150
|
+
readonly indexed: true;
|
|
179
151
|
readonly internalType: "address";
|
|
152
|
+
readonly name: "newOwner";
|
|
153
|
+
readonly type: "address";
|
|
180
154
|
}];
|
|
181
|
-
readonly
|
|
182
|
-
readonly
|
|
155
|
+
readonly name: "OwnershipTransferred";
|
|
156
|
+
readonly type: "event";
|
|
183
157
|
}, {
|
|
184
|
-
readonly
|
|
185
|
-
readonly name: "migrateWithSignature";
|
|
158
|
+
readonly anonymous: false;
|
|
186
159
|
readonly inputs: readonly [{
|
|
187
|
-
readonly
|
|
188
|
-
readonly type: "address";
|
|
160
|
+
readonly indexed: true;
|
|
189
161
|
readonly internalType: "address";
|
|
190
|
-
|
|
191
|
-
readonly name: "migratorContract";
|
|
162
|
+
readonly name: "from";
|
|
192
163
|
readonly type: "address";
|
|
193
|
-
readonly internalType: "address";
|
|
194
164
|
}, {
|
|
195
|
-
readonly
|
|
196
|
-
readonly type: "address";
|
|
165
|
+
readonly indexed: true;
|
|
197
166
|
readonly internalType: "address";
|
|
167
|
+
readonly name: "to";
|
|
168
|
+
readonly type: "address";
|
|
198
169
|
}, {
|
|
199
|
-
readonly
|
|
200
|
-
readonly type: "uint256";
|
|
170
|
+
readonly indexed: false;
|
|
201
171
|
readonly internalType: "uint256";
|
|
202
|
-
|
|
203
|
-
readonly name: "signatureExpiry";
|
|
172
|
+
readonly name: "amount";
|
|
204
173
|
readonly type: "uint256";
|
|
205
|
-
readonly internalType: "uint256";
|
|
206
|
-
}, {
|
|
207
|
-
readonly name: "stakerSignature";
|
|
208
|
-
readonly type: "bytes";
|
|
209
|
-
readonly internalType: "bytes";
|
|
210
174
|
}];
|
|
211
|
-
readonly
|
|
212
|
-
readonly
|
|
175
|
+
readonly name: "Transfer";
|
|
176
|
+
readonly type: "event";
|
|
213
177
|
}, {
|
|
214
|
-
readonly type: "function";
|
|
215
|
-
readonly name: "name";
|
|
216
178
|
readonly inputs: readonly [];
|
|
179
|
+
readonly name: "DOMAIN_SEPARATOR";
|
|
217
180
|
readonly outputs: readonly [{
|
|
181
|
+
readonly internalType: "bytes32";
|
|
218
182
|
readonly name: "";
|
|
219
|
-
readonly type: "
|
|
220
|
-
readonly internalType: "string";
|
|
183
|
+
readonly type: "bytes32";
|
|
221
184
|
}];
|
|
222
185
|
readonly stateMutability: "view";
|
|
223
|
-
}, {
|
|
224
186
|
readonly type: "function";
|
|
225
|
-
|
|
187
|
+
}, {
|
|
226
188
|
readonly inputs: readonly [{
|
|
227
|
-
readonly
|
|
189
|
+
readonly internalType: "address";
|
|
190
|
+
readonly name: "";
|
|
228
191
|
readonly type: "address";
|
|
192
|
+
}, {
|
|
229
193
|
readonly internalType: "address";
|
|
194
|
+
readonly name: "";
|
|
195
|
+
readonly type: "address";
|
|
230
196
|
}];
|
|
197
|
+
readonly name: "allowance";
|
|
231
198
|
readonly outputs: readonly [{
|
|
199
|
+
readonly internalType: "uint256";
|
|
232
200
|
readonly name: "";
|
|
233
201
|
readonly type: "uint256";
|
|
234
|
-
readonly internalType: "uint256";
|
|
235
202
|
}];
|
|
236
203
|
readonly stateMutability: "view";
|
|
237
|
-
}, {
|
|
238
204
|
readonly type: "function";
|
|
239
|
-
|
|
205
|
+
}, {
|
|
240
206
|
readonly inputs: readonly [{
|
|
241
|
-
readonly name: "owner";
|
|
242
|
-
readonly type: "address";
|
|
243
207
|
readonly internalType: "address";
|
|
244
|
-
}, {
|
|
245
208
|
readonly name: "spender";
|
|
246
209
|
readonly type: "address";
|
|
247
|
-
readonly internalType: "address";
|
|
248
210
|
}, {
|
|
249
|
-
readonly name: "value";
|
|
250
|
-
readonly type: "uint256";
|
|
251
211
|
readonly internalType: "uint256";
|
|
252
|
-
|
|
253
|
-
readonly name: "deadline";
|
|
212
|
+
readonly name: "amount";
|
|
254
213
|
readonly type: "uint256";
|
|
255
|
-
readonly internalType: "uint256";
|
|
256
|
-
}, {
|
|
257
|
-
readonly name: "v";
|
|
258
|
-
readonly type: "uint8";
|
|
259
|
-
readonly internalType: "uint8";
|
|
260
|
-
}, {
|
|
261
|
-
readonly name: "r";
|
|
262
|
-
readonly type: "bytes32";
|
|
263
|
-
readonly internalType: "bytes32";
|
|
264
|
-
}, {
|
|
265
|
-
readonly name: "s";
|
|
266
|
-
readonly type: "bytes32";
|
|
267
|
-
readonly internalType: "bytes32";
|
|
268
214
|
}];
|
|
269
|
-
readonly
|
|
215
|
+
readonly name: "approve";
|
|
216
|
+
readonly outputs: readonly [{
|
|
217
|
+
readonly internalType: "bool";
|
|
218
|
+
readonly name: "";
|
|
219
|
+
readonly type: "bool";
|
|
220
|
+
}];
|
|
270
221
|
readonly stateMutability: "nonpayable";
|
|
271
|
-
}, {
|
|
272
222
|
readonly type: "function";
|
|
273
|
-
readonly name: "setDepositCap";
|
|
274
|
-
readonly inputs: readonly [{
|
|
275
|
-
readonly name: "newDepositCap";
|
|
276
|
-
readonly type: "uint256";
|
|
277
|
-
readonly internalType: "uint256";
|
|
278
|
-
}];
|
|
279
|
-
readonly outputs: readonly [];
|
|
280
|
-
readonly stateMutability: "nonpayable";
|
|
281
223
|
}, {
|
|
282
|
-
readonly type: "function";
|
|
283
|
-
readonly name: "symbol";
|
|
284
224
|
readonly inputs: readonly [];
|
|
225
|
+
readonly name: "authority";
|
|
285
226
|
readonly outputs: readonly [{
|
|
227
|
+
readonly internalType: "contract Authority";
|
|
286
228
|
readonly name: "";
|
|
287
|
-
readonly type: "
|
|
288
|
-
readonly internalType: "string";
|
|
229
|
+
readonly type: "address";
|
|
289
230
|
}];
|
|
290
231
|
readonly stateMutability: "view";
|
|
291
|
-
}, {
|
|
292
232
|
readonly type: "function";
|
|
293
|
-
|
|
294
|
-
readonly inputs: readonly [
|
|
233
|
+
}, {
|
|
234
|
+
readonly inputs: readonly [{
|
|
235
|
+
readonly internalType: "address";
|
|
236
|
+
readonly name: "";
|
|
237
|
+
readonly type: "address";
|
|
238
|
+
}];
|
|
239
|
+
readonly name: "balanceOf";
|
|
295
240
|
readonly outputs: readonly [{
|
|
241
|
+
readonly internalType: "uint256";
|
|
296
242
|
readonly name: "";
|
|
297
243
|
readonly type: "uint256";
|
|
298
|
-
readonly internalType: "uint256";
|
|
299
244
|
}];
|
|
300
245
|
readonly stateMutability: "view";
|
|
301
|
-
}, {
|
|
302
246
|
readonly type: "function";
|
|
303
|
-
|
|
247
|
+
}, {
|
|
304
248
|
readonly inputs: readonly [];
|
|
249
|
+
readonly name: "decimals";
|
|
305
250
|
readonly outputs: readonly [{
|
|
251
|
+
readonly internalType: "uint8";
|
|
306
252
|
readonly name: "";
|
|
307
|
-
readonly type: "
|
|
308
|
-
readonly internalType: "uint256";
|
|
253
|
+
readonly type: "uint8";
|
|
309
254
|
}];
|
|
310
255
|
readonly stateMutability: "view";
|
|
311
|
-
}, {
|
|
312
256
|
readonly type: "function";
|
|
313
|
-
|
|
257
|
+
}, {
|
|
314
258
|
readonly inputs: readonly [{
|
|
315
|
-
readonly name: "to";
|
|
316
|
-
readonly type: "address";
|
|
317
259
|
readonly internalType: "address";
|
|
260
|
+
readonly name: "from";
|
|
261
|
+
readonly type: "address";
|
|
318
262
|
}, {
|
|
319
|
-
readonly
|
|
263
|
+
readonly internalType: "contract ERC20";
|
|
264
|
+
readonly name: "asset";
|
|
265
|
+
readonly type: "address";
|
|
266
|
+
}, {
|
|
267
|
+
readonly internalType: "uint256";
|
|
268
|
+
readonly name: "assetAmount";
|
|
320
269
|
readonly type: "uint256";
|
|
270
|
+
}, {
|
|
271
|
+
readonly internalType: "address";
|
|
272
|
+
readonly name: "to";
|
|
273
|
+
readonly type: "address";
|
|
274
|
+
}, {
|
|
321
275
|
readonly internalType: "uint256";
|
|
276
|
+
readonly name: "shareAmount";
|
|
277
|
+
readonly type: "uint256";
|
|
322
278
|
}];
|
|
323
|
-
readonly
|
|
324
|
-
|
|
325
|
-
readonly type: "bool";
|
|
326
|
-
readonly internalType: "bool";
|
|
327
|
-
}];
|
|
279
|
+
readonly name: "enter";
|
|
280
|
+
readonly outputs: readonly [];
|
|
328
281
|
readonly stateMutability: "nonpayable";
|
|
329
|
-
}, {
|
|
330
282
|
readonly type: "function";
|
|
331
|
-
|
|
283
|
+
}, {
|
|
332
284
|
readonly inputs: readonly [{
|
|
333
|
-
readonly name: "from";
|
|
334
|
-
readonly type: "address";
|
|
335
285
|
readonly internalType: "address";
|
|
336
|
-
}, {
|
|
337
286
|
readonly name: "to";
|
|
338
287
|
readonly type: "address";
|
|
339
|
-
readonly internalType: "address";
|
|
340
288
|
}, {
|
|
341
|
-
readonly
|
|
289
|
+
readonly internalType: "contract ERC20";
|
|
290
|
+
readonly name: "asset";
|
|
291
|
+
readonly type: "address";
|
|
292
|
+
}, {
|
|
293
|
+
readonly internalType: "uint256";
|
|
294
|
+
readonly name: "assetAmount";
|
|
342
295
|
readonly type: "uint256";
|
|
296
|
+
}, {
|
|
297
|
+
readonly internalType: "address";
|
|
298
|
+
readonly name: "from";
|
|
299
|
+
readonly type: "address";
|
|
300
|
+
}, {
|
|
343
301
|
readonly internalType: "uint256";
|
|
302
|
+
readonly name: "shareAmount";
|
|
303
|
+
readonly type: "uint256";
|
|
344
304
|
}];
|
|
305
|
+
readonly name: "exit";
|
|
306
|
+
readonly outputs: readonly [];
|
|
307
|
+
readonly stateMutability: "nonpayable";
|
|
308
|
+
readonly type: "function";
|
|
309
|
+
}, {
|
|
310
|
+
readonly inputs: readonly [];
|
|
311
|
+
readonly name: "hook";
|
|
345
312
|
readonly outputs: readonly [{
|
|
313
|
+
readonly internalType: "contract BeforeTransferHook";
|
|
346
314
|
readonly name: "";
|
|
347
|
-
readonly type: "
|
|
348
|
-
readonly internalType: "bool";
|
|
315
|
+
readonly type: "address";
|
|
349
316
|
}];
|
|
350
|
-
readonly stateMutability: "
|
|
351
|
-
}, {
|
|
317
|
+
readonly stateMutability: "view";
|
|
352
318
|
readonly type: "function";
|
|
353
|
-
|
|
319
|
+
}, {
|
|
354
320
|
readonly inputs: readonly [{
|
|
355
|
-
readonly
|
|
356
|
-
readonly
|
|
357
|
-
readonly
|
|
321
|
+
readonly internalType: "address[]";
|
|
322
|
+
readonly name: "targets";
|
|
323
|
+
readonly type: "address[]";
|
|
358
324
|
}, {
|
|
359
|
-
readonly
|
|
360
|
-
readonly
|
|
361
|
-
readonly
|
|
325
|
+
readonly internalType: "bytes[]";
|
|
326
|
+
readonly name: "data";
|
|
327
|
+
readonly type: "bytes[]";
|
|
328
|
+
}, {
|
|
329
|
+
readonly internalType: "uint256[]";
|
|
330
|
+
readonly name: "values";
|
|
331
|
+
readonly type: "uint256[]";
|
|
332
|
+
}];
|
|
333
|
+
readonly name: "manage";
|
|
334
|
+
readonly outputs: readonly [{
|
|
335
|
+
readonly internalType: "bytes[]";
|
|
336
|
+
readonly name: "results";
|
|
337
|
+
readonly type: "bytes[]";
|
|
362
338
|
}];
|
|
363
|
-
readonly outputs: readonly [];
|
|
364
339
|
readonly stateMutability: "nonpayable";
|
|
340
|
+
readonly type: "function";
|
|
365
341
|
}, {
|
|
366
|
-
readonly type: "event";
|
|
367
|
-
readonly name: "Approval";
|
|
368
342
|
readonly inputs: readonly [{
|
|
369
|
-
readonly name: "owner";
|
|
370
|
-
readonly type: "address";
|
|
371
|
-
readonly indexed: true;
|
|
372
343
|
readonly internalType: "address";
|
|
373
|
-
|
|
374
|
-
readonly name: "spender";
|
|
344
|
+
readonly name: "target";
|
|
375
345
|
readonly type: "address";
|
|
376
|
-
readonly indexed: true;
|
|
377
|
-
readonly internalType: "address";
|
|
378
346
|
}, {
|
|
347
|
+
readonly internalType: "bytes";
|
|
348
|
+
readonly name: "data";
|
|
349
|
+
readonly type: "bytes";
|
|
350
|
+
}, {
|
|
351
|
+
readonly internalType: "uint256";
|
|
379
352
|
readonly name: "value";
|
|
380
353
|
readonly type: "uint256";
|
|
381
|
-
readonly indexed: false;
|
|
382
|
-
readonly internalType: "uint256";
|
|
383
354
|
}];
|
|
384
|
-
readonly
|
|
355
|
+
readonly name: "manage";
|
|
356
|
+
readonly outputs: readonly [{
|
|
357
|
+
readonly internalType: "bytes";
|
|
358
|
+
readonly name: "result";
|
|
359
|
+
readonly type: "bytes";
|
|
360
|
+
}];
|
|
361
|
+
readonly stateMutability: "nonpayable";
|
|
362
|
+
readonly type: "function";
|
|
385
363
|
}, {
|
|
386
|
-
readonly
|
|
387
|
-
readonly name: "
|
|
388
|
-
readonly
|
|
389
|
-
readonly
|
|
390
|
-
readonly
|
|
391
|
-
readonly
|
|
392
|
-
readonly internalType: "uint256";
|
|
393
|
-
}, {
|
|
394
|
-
readonly name: "newDepositCap";
|
|
395
|
-
readonly type: "uint256";
|
|
396
|
-
readonly indexed: false;
|
|
397
|
-
readonly internalType: "uint256";
|
|
364
|
+
readonly inputs: readonly [];
|
|
365
|
+
readonly name: "name";
|
|
366
|
+
readonly outputs: readonly [{
|
|
367
|
+
readonly internalType: "string";
|
|
368
|
+
readonly name: "";
|
|
369
|
+
readonly type: "string";
|
|
398
370
|
}];
|
|
399
|
-
readonly
|
|
371
|
+
readonly stateMutability: "view";
|
|
372
|
+
readonly type: "function";
|
|
400
373
|
}, {
|
|
401
|
-
readonly type: "event";
|
|
402
|
-
readonly name: "Deposited";
|
|
403
374
|
readonly inputs: readonly [{
|
|
404
|
-
readonly name: "from";
|
|
405
|
-
readonly type: "address";
|
|
406
|
-
readonly indexed: true;
|
|
407
375
|
readonly internalType: "address";
|
|
408
|
-
|
|
409
|
-
readonly name: "to";
|
|
376
|
+
readonly name: "";
|
|
410
377
|
readonly type: "address";
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
readonly name: "amount";
|
|
415
|
-
readonly type: "uint256";
|
|
416
|
-
readonly indexed: false;
|
|
378
|
+
}];
|
|
379
|
+
readonly name: "nonces";
|
|
380
|
+
readonly outputs: readonly [{
|
|
417
381
|
readonly internalType: "uint256";
|
|
382
|
+
readonly name: "";
|
|
383
|
+
readonly type: "uint256";
|
|
418
384
|
}];
|
|
419
|
-
readonly
|
|
420
|
-
|
|
421
|
-
readonly type: "event";
|
|
422
|
-
readonly name: "EIP712DomainChanged";
|
|
423
|
-
readonly inputs: readonly [];
|
|
424
|
-
readonly anonymous: false;
|
|
385
|
+
readonly stateMutability: "view";
|
|
386
|
+
readonly type: "function";
|
|
425
387
|
}, {
|
|
426
|
-
readonly type: "event";
|
|
427
|
-
readonly name: "Migrated";
|
|
428
388
|
readonly inputs: readonly [{
|
|
429
|
-
readonly name: "depositor";
|
|
430
|
-
readonly type: "address";
|
|
431
|
-
readonly indexed: true;
|
|
432
389
|
readonly internalType: "address";
|
|
433
|
-
|
|
434
|
-
readonly name: "destination";
|
|
390
|
+
readonly name: "";
|
|
435
391
|
readonly type: "address";
|
|
436
|
-
readonly indexed: true;
|
|
437
|
-
readonly internalType: "address";
|
|
438
392
|
}, {
|
|
439
|
-
readonly name: "migratorContract";
|
|
440
|
-
readonly type: "address";
|
|
441
|
-
readonly indexed: true;
|
|
442
393
|
readonly internalType: "address";
|
|
394
|
+
readonly name: "";
|
|
395
|
+
readonly type: "address";
|
|
443
396
|
}, {
|
|
444
|
-
readonly
|
|
445
|
-
readonly
|
|
446
|
-
readonly
|
|
447
|
-
|
|
397
|
+
readonly internalType: "uint256[]";
|
|
398
|
+
readonly name: "";
|
|
399
|
+
readonly type: "uint256[]";
|
|
400
|
+
}, {
|
|
401
|
+
readonly internalType: "uint256[]";
|
|
402
|
+
readonly name: "";
|
|
403
|
+
readonly type: "uint256[]";
|
|
404
|
+
}, {
|
|
405
|
+
readonly internalType: "bytes";
|
|
406
|
+
readonly name: "";
|
|
407
|
+
readonly type: "bytes";
|
|
448
408
|
}];
|
|
449
|
-
readonly
|
|
409
|
+
readonly name: "onERC1155BatchReceived";
|
|
410
|
+
readonly outputs: readonly [{
|
|
411
|
+
readonly internalType: "bytes4";
|
|
412
|
+
readonly name: "";
|
|
413
|
+
readonly type: "bytes4";
|
|
414
|
+
}];
|
|
415
|
+
readonly stateMutability: "nonpayable";
|
|
416
|
+
readonly type: "function";
|
|
450
417
|
}, {
|
|
451
|
-
readonly type: "event";
|
|
452
|
-
readonly name: "Transfer";
|
|
453
418
|
readonly inputs: readonly [{
|
|
454
|
-
readonly name: "from";
|
|
455
|
-
readonly type: "address";
|
|
456
|
-
readonly indexed: true;
|
|
457
419
|
readonly internalType: "address";
|
|
458
|
-
|
|
459
|
-
readonly name: "to";
|
|
420
|
+
readonly name: "";
|
|
460
421
|
readonly type: "address";
|
|
461
|
-
|
|
422
|
+
}, {
|
|
462
423
|
readonly internalType: "address";
|
|
424
|
+
readonly name: "";
|
|
425
|
+
readonly type: "address";
|
|
463
426
|
}, {
|
|
464
|
-
readonly
|
|
427
|
+
readonly internalType: "uint256";
|
|
428
|
+
readonly name: "";
|
|
465
429
|
readonly type: "uint256";
|
|
466
|
-
|
|
430
|
+
}, {
|
|
467
431
|
readonly internalType: "uint256";
|
|
432
|
+
readonly name: "";
|
|
433
|
+
readonly type: "uint256";
|
|
434
|
+
}, {
|
|
435
|
+
readonly internalType: "bytes";
|
|
436
|
+
readonly name: "";
|
|
437
|
+
readonly type: "bytes";
|
|
468
438
|
}];
|
|
469
|
-
readonly
|
|
439
|
+
readonly name: "onERC1155Received";
|
|
440
|
+
readonly outputs: readonly [{
|
|
441
|
+
readonly internalType: "bytes4";
|
|
442
|
+
readonly name: "";
|
|
443
|
+
readonly type: "bytes4";
|
|
444
|
+
}];
|
|
445
|
+
readonly stateMutability: "nonpayable";
|
|
446
|
+
readonly type: "function";
|
|
470
447
|
}, {
|
|
471
|
-
readonly type: "event";
|
|
472
|
-
readonly name: "Withdrawn";
|
|
473
448
|
readonly inputs: readonly [{
|
|
474
|
-
readonly name: "from";
|
|
475
|
-
readonly type: "address";
|
|
476
|
-
readonly indexed: true;
|
|
477
449
|
readonly internalType: "address";
|
|
478
|
-
|
|
479
|
-
readonly name: "to";
|
|
450
|
+
readonly name: "";
|
|
480
451
|
readonly type: "address";
|
|
481
|
-
|
|
452
|
+
}, {
|
|
482
453
|
readonly internalType: "address";
|
|
454
|
+
readonly name: "";
|
|
455
|
+
readonly type: "address";
|
|
483
456
|
}, {
|
|
484
|
-
readonly name: "amount";
|
|
485
|
-
readonly type: "uint256";
|
|
486
|
-
readonly indexed: false;
|
|
487
457
|
readonly internalType: "uint256";
|
|
458
|
+
readonly name: "";
|
|
459
|
+
readonly type: "uint256";
|
|
460
|
+
}, {
|
|
461
|
+
readonly internalType: "bytes";
|
|
462
|
+
readonly name: "";
|
|
463
|
+
readonly type: "bytes";
|
|
488
464
|
}];
|
|
489
|
-
readonly
|
|
465
|
+
readonly name: "onERC721Received";
|
|
466
|
+
readonly outputs: readonly [{
|
|
467
|
+
readonly internalType: "bytes4";
|
|
468
|
+
readonly name: "";
|
|
469
|
+
readonly type: "bytes4";
|
|
470
|
+
}];
|
|
471
|
+
readonly stateMutability: "nonpayable";
|
|
472
|
+
readonly type: "function";
|
|
490
473
|
}, {
|
|
491
|
-
readonly
|
|
492
|
-
readonly name: "
|
|
493
|
-
readonly
|
|
494
|
-
readonly name: "target";
|
|
495
|
-
readonly type: "address";
|
|
474
|
+
readonly inputs: readonly [];
|
|
475
|
+
readonly name: "owner";
|
|
476
|
+
readonly outputs: readonly [{
|
|
496
477
|
readonly internalType: "address";
|
|
478
|
+
readonly name: "";
|
|
479
|
+
readonly type: "address";
|
|
497
480
|
}];
|
|
481
|
+
readonly stateMutability: "view";
|
|
482
|
+
readonly type: "function";
|
|
498
483
|
}, {
|
|
499
|
-
readonly type: "error";
|
|
500
|
-
readonly name: "AddressInsufficientBalance";
|
|
501
484
|
readonly inputs: readonly [{
|
|
502
|
-
readonly
|
|
485
|
+
readonly internalType: "address";
|
|
486
|
+
readonly name: "owner";
|
|
503
487
|
readonly type: "address";
|
|
488
|
+
}, {
|
|
504
489
|
readonly internalType: "address";
|
|
505
|
-
}];
|
|
506
|
-
}, {
|
|
507
|
-
readonly type: "error";
|
|
508
|
-
readonly name: "ECDSAInvalidSignature";
|
|
509
|
-
readonly inputs: readonly [];
|
|
510
|
-
}, {
|
|
511
|
-
readonly type: "error";
|
|
512
|
-
readonly name: "ECDSAInvalidSignatureLength";
|
|
513
|
-
readonly inputs: readonly [{
|
|
514
|
-
readonly name: "length";
|
|
515
|
-
readonly type: "uint256";
|
|
516
|
-
readonly internalType: "uint256";
|
|
517
|
-
}];
|
|
518
|
-
}, {
|
|
519
|
-
readonly type: "error";
|
|
520
|
-
readonly name: "ECDSAInvalidSignatureS";
|
|
521
|
-
readonly inputs: readonly [{
|
|
522
|
-
readonly name: "s";
|
|
523
|
-
readonly type: "bytes32";
|
|
524
|
-
readonly internalType: "bytes32";
|
|
525
|
-
}];
|
|
526
|
-
}, {
|
|
527
|
-
readonly type: "error";
|
|
528
|
-
readonly name: "ERC20InsufficientAllowance";
|
|
529
|
-
readonly inputs: readonly [{
|
|
530
490
|
readonly name: "spender";
|
|
531
491
|
readonly type: "address";
|
|
532
|
-
readonly internalType: "address";
|
|
533
492
|
}, {
|
|
534
|
-
readonly name: "allowance";
|
|
535
|
-
readonly type: "uint256";
|
|
536
493
|
readonly internalType: "uint256";
|
|
537
|
-
|
|
538
|
-
readonly name: "needed";
|
|
494
|
+
readonly name: "value";
|
|
539
495
|
readonly type: "uint256";
|
|
540
|
-
readonly internalType: "uint256";
|
|
541
|
-
}];
|
|
542
|
-
}, {
|
|
543
|
-
readonly type: "error";
|
|
544
|
-
readonly name: "ERC20InsufficientBalance";
|
|
545
|
-
readonly inputs: readonly [{
|
|
546
|
-
readonly name: "sender";
|
|
547
|
-
readonly type: "address";
|
|
548
|
-
readonly internalType: "address";
|
|
549
496
|
}, {
|
|
550
|
-
readonly name: "balance";
|
|
551
|
-
readonly type: "uint256";
|
|
552
497
|
readonly internalType: "uint256";
|
|
553
|
-
|
|
554
|
-
readonly name: "needed";
|
|
498
|
+
readonly name: "deadline";
|
|
555
499
|
readonly type: "uint256";
|
|
556
|
-
|
|
500
|
+
}, {
|
|
501
|
+
readonly internalType: "uint8";
|
|
502
|
+
readonly name: "v";
|
|
503
|
+
readonly type: "uint8";
|
|
504
|
+
}, {
|
|
505
|
+
readonly internalType: "bytes32";
|
|
506
|
+
readonly name: "r";
|
|
507
|
+
readonly type: "bytes32";
|
|
508
|
+
}, {
|
|
509
|
+
readonly internalType: "bytes32";
|
|
510
|
+
readonly name: "s";
|
|
511
|
+
readonly type: "bytes32";
|
|
557
512
|
}];
|
|
513
|
+
readonly name: "permit";
|
|
514
|
+
readonly outputs: readonly [];
|
|
515
|
+
readonly stateMutability: "nonpayable";
|
|
516
|
+
readonly type: "function";
|
|
558
517
|
}, {
|
|
559
|
-
readonly type: "error";
|
|
560
|
-
readonly name: "ERC20InvalidApprover";
|
|
561
518
|
readonly inputs: readonly [{
|
|
562
|
-
readonly
|
|
519
|
+
readonly internalType: "contract Authority";
|
|
520
|
+
readonly name: "newAuthority";
|
|
563
521
|
readonly type: "address";
|
|
564
|
-
readonly internalType: "address";
|
|
565
522
|
}];
|
|
523
|
+
readonly name: "setAuthority";
|
|
524
|
+
readonly outputs: readonly [];
|
|
525
|
+
readonly stateMutability: "nonpayable";
|
|
526
|
+
readonly type: "function";
|
|
566
527
|
}, {
|
|
567
|
-
readonly type: "error";
|
|
568
|
-
readonly name: "ERC20InvalidReceiver";
|
|
569
528
|
readonly inputs: readonly [{
|
|
570
|
-
readonly name: "receiver";
|
|
571
|
-
readonly type: "address";
|
|
572
529
|
readonly internalType: "address";
|
|
530
|
+
readonly name: "_hook";
|
|
531
|
+
readonly type: "address";
|
|
573
532
|
}];
|
|
533
|
+
readonly name: "setBeforeTransferHook";
|
|
534
|
+
readonly outputs: readonly [];
|
|
535
|
+
readonly stateMutability: "nonpayable";
|
|
536
|
+
readonly type: "function";
|
|
574
537
|
}, {
|
|
575
|
-
readonly type: "error";
|
|
576
|
-
readonly name: "ERC20InvalidSender";
|
|
577
538
|
readonly inputs: readonly [{
|
|
578
|
-
readonly
|
|
579
|
-
readonly
|
|
580
|
-
readonly
|
|
539
|
+
readonly internalType: "bytes4";
|
|
540
|
+
readonly name: "interfaceId";
|
|
541
|
+
readonly type: "bytes4";
|
|
542
|
+
}];
|
|
543
|
+
readonly name: "supportsInterface";
|
|
544
|
+
readonly outputs: readonly [{
|
|
545
|
+
readonly internalType: "bool";
|
|
546
|
+
readonly name: "";
|
|
547
|
+
readonly type: "bool";
|
|
581
548
|
}];
|
|
549
|
+
readonly stateMutability: "view";
|
|
550
|
+
readonly type: "function";
|
|
582
551
|
}, {
|
|
583
|
-
readonly
|
|
584
|
-
readonly name: "
|
|
585
|
-
readonly
|
|
586
|
-
readonly
|
|
587
|
-
readonly
|
|
588
|
-
readonly
|
|
552
|
+
readonly inputs: readonly [];
|
|
553
|
+
readonly name: "symbol";
|
|
554
|
+
readonly outputs: readonly [{
|
|
555
|
+
readonly internalType: "string";
|
|
556
|
+
readonly name: "";
|
|
557
|
+
readonly type: "string";
|
|
589
558
|
}];
|
|
559
|
+
readonly stateMutability: "view";
|
|
560
|
+
readonly type: "function";
|
|
590
561
|
}, {
|
|
591
|
-
readonly
|
|
592
|
-
readonly name: "
|
|
593
|
-
readonly
|
|
594
|
-
readonly name: "deadline";
|
|
595
|
-
readonly type: "uint256";
|
|
562
|
+
readonly inputs: readonly [];
|
|
563
|
+
readonly name: "totalSupply";
|
|
564
|
+
readonly outputs: readonly [{
|
|
596
565
|
readonly internalType: "uint256";
|
|
566
|
+
readonly name: "";
|
|
567
|
+
readonly type: "uint256";
|
|
597
568
|
}];
|
|
569
|
+
readonly stateMutability: "view";
|
|
570
|
+
readonly type: "function";
|
|
598
571
|
}, {
|
|
599
|
-
readonly type: "error";
|
|
600
|
-
readonly name: "ERC2612InvalidSigner";
|
|
601
572
|
readonly inputs: readonly [{
|
|
602
|
-
readonly name: "signer";
|
|
603
|
-
readonly type: "address";
|
|
604
573
|
readonly internalType: "address";
|
|
605
|
-
|
|
606
|
-
readonly name: "owner";
|
|
574
|
+
readonly name: "to";
|
|
607
575
|
readonly type: "address";
|
|
608
|
-
|
|
576
|
+
}, {
|
|
577
|
+
readonly internalType: "uint256";
|
|
578
|
+
readonly name: "amount";
|
|
579
|
+
readonly type: "uint256";
|
|
609
580
|
}];
|
|
581
|
+
readonly name: "transfer";
|
|
582
|
+
readonly outputs: readonly [{
|
|
583
|
+
readonly internalType: "bool";
|
|
584
|
+
readonly name: "";
|
|
585
|
+
readonly type: "bool";
|
|
586
|
+
}];
|
|
587
|
+
readonly stateMutability: "nonpayable";
|
|
588
|
+
readonly type: "function";
|
|
610
589
|
}, {
|
|
611
|
-
readonly type: "error";
|
|
612
|
-
readonly name: "ExpiredSignature";
|
|
613
|
-
readonly inputs: readonly [];
|
|
614
|
-
}, {
|
|
615
|
-
readonly type: "error";
|
|
616
|
-
readonly name: "FailedInnerCall";
|
|
617
|
-
readonly inputs: readonly [];
|
|
618
|
-
}, {
|
|
619
|
-
readonly type: "error";
|
|
620
|
-
readonly name: "InvalidAccount";
|
|
621
|
-
readonly inputs: readonly [];
|
|
622
|
-
}, {
|
|
623
|
-
readonly type: "error";
|
|
624
|
-
readonly name: "InvalidAccountNonce";
|
|
625
590
|
readonly inputs: readonly [{
|
|
626
|
-
readonly
|
|
591
|
+
readonly internalType: "address";
|
|
592
|
+
readonly name: "from";
|
|
627
593
|
readonly type: "address";
|
|
594
|
+
}, {
|
|
628
595
|
readonly internalType: "address";
|
|
596
|
+
readonly name: "to";
|
|
597
|
+
readonly type: "address";
|
|
629
598
|
}, {
|
|
630
|
-
readonly name: "currentNonce";
|
|
631
|
-
readonly type: "uint256";
|
|
632
599
|
readonly internalType: "uint256";
|
|
600
|
+
readonly name: "amount";
|
|
601
|
+
readonly type: "uint256";
|
|
633
602
|
}];
|
|
634
|
-
|
|
635
|
-
readonly
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
readonly type: "error";
|
|
640
|
-
readonly name: "InvalidShortString";
|
|
641
|
-
readonly inputs: readonly [];
|
|
642
|
-
}, {
|
|
643
|
-
readonly type: "error";
|
|
644
|
-
readonly name: "InvalidSignature";
|
|
645
|
-
readonly inputs: readonly [];
|
|
646
|
-
}, {
|
|
647
|
-
readonly type: "error";
|
|
648
|
-
readonly name: "MigratorContractNotAllowed";
|
|
649
|
-
readonly inputs: readonly [{
|
|
650
|
-
readonly name: "migrator";
|
|
651
|
-
readonly type: "address";
|
|
652
|
-
readonly internalType: "address";
|
|
603
|
+
readonly name: "transferFrom";
|
|
604
|
+
readonly outputs: readonly [{
|
|
605
|
+
readonly internalType: "bool";
|
|
606
|
+
readonly name: "";
|
|
607
|
+
readonly type: "bool";
|
|
653
608
|
}];
|
|
609
|
+
readonly stateMutability: "nonpayable";
|
|
610
|
+
readonly type: "function";
|
|
654
611
|
}, {
|
|
655
|
-
readonly type: "error";
|
|
656
|
-
readonly name: "SafeERC20FailedOperation";
|
|
657
612
|
readonly inputs: readonly [{
|
|
658
|
-
readonly name: "token";
|
|
659
|
-
readonly type: "address";
|
|
660
613
|
readonly internalType: "address";
|
|
614
|
+
readonly name: "newOwner";
|
|
615
|
+
readonly type: "address";
|
|
661
616
|
}];
|
|
617
|
+
readonly name: "transferOwnership";
|
|
618
|
+
readonly outputs: readonly [];
|
|
619
|
+
readonly stateMutability: "nonpayable";
|
|
620
|
+
readonly type: "function";
|
|
662
621
|
}, {
|
|
663
|
-
readonly
|
|
664
|
-
readonly
|
|
665
|
-
readonly inputs: readonly [{
|
|
666
|
-
readonly name: "str";
|
|
667
|
-
readonly type: "string";
|
|
668
|
-
readonly internalType: "string";
|
|
669
|
-
}];
|
|
670
|
-
}, {
|
|
671
|
-
readonly type: "error";
|
|
672
|
-
readonly name: "TotalDepositCapReached";
|
|
673
|
-
readonly inputs: readonly [];
|
|
674
|
-
}, {
|
|
675
|
-
readonly type: "error";
|
|
676
|
-
readonly name: "Unauthorized";
|
|
677
|
-
readonly inputs: readonly [];
|
|
622
|
+
readonly stateMutability: "payable";
|
|
623
|
+
readonly type: "receive";
|
|
678
624
|
}];
|
|
679
625
|
};
|
|
680
626
|
};
|