@layerzerolabs/lz-evm-sdk-v2 3.1.0 → 3.1.2
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/CHANGELOG.md +6 -0
- package/deployments/{zksync-sandbox-local → adi-mainnet}/DVN.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/DVNFeeLib.json +2 -2
- package/deployments/adi-mainnet/DeadDVN.json +159 -0
- package/deployments/{zksync-sandbox-local/ReadLib1002ViewProxyAdmin.json → adi-mainnet/DefaultProxyAdmin.json} +2 -12
- package/deployments/{zksync-sandbox-local → adi-mainnet}/EndpointV2.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/EndpointV2View.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/EndpointV2View_Implementation.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/EndpointV2View_Proxy.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/Executor.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/ExecutorFeeLib.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/ExecutorProxyAdmin.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/Executor_Implementation.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/Executor_Proxy.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/LzExecutor.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/LzExecutor_Implementation.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/LzExecutor_Proxy.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/MultiCall.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/PriceFeed.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/PriceFeedProxyAdmin.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/PriceFeed_Implementation.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/PriceFeed_Proxy.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln301.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln301View.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln301View_Implementation.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln301View_Proxy.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln302.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln302View.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln302View_Implementation.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln302View_Proxy.json +2 -20
- package/deployments/{zksync-sandbox-local → adi-mainnet}/SendUln301.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/SendUln302.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/Treasury.json +2 -2
- package/deployments/{zksync-sandbox-local → adi-mainnet}/TreasuryFeeHandler.json +2 -2
- package/deployments/arbsep-testnet/EndpointV2.json +0 -1
- package/deployments/bsc-mainnet/EndpointV2.json +0 -1
- package/deployments/klaytn-mainnet/EndpointV2.json +0 -1
- package/package.json +1 -1
- package/deployments/zksync-sandbox-local/DVNDecompressor.json +0 -324
- package/deployments/zksync-sandbox-local/ExecutorDecompressor.json +0 -215
- package/deployments/zksync-sandbox-local/NonceContractMock.json +0 -88
- package/deployments/zksync-sandbox-local/ReadLib1002.json +0 -1283
- package/deployments/zksync-sandbox-local/ReadLib1002View.json +0 -429
- package/deployments/zksync-sandbox-local/ReadLib1002View_Implementation.json +0 -280
- package/deployments/zksync-sandbox-local/ReadLib1002View_Proxy.json +0 -155
- package/deployments/zksync-sandbox-local/SimpleMessageLib.json +0 -586
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x7cacBe439EaD55fa1c22790330b12835c6884a91",
|
|
3
|
+
"transactionHash": "0xd1de93896225451d06683a3ece37506cf186ddd2bac33c4fe34d2056e34f80c1",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -23,11 +23,6 @@
|
|
|
23
23
|
"stateMutability": "payable",
|
|
24
24
|
"type": "constructor"
|
|
25
25
|
},
|
|
26
|
-
{
|
|
27
|
-
"inputs": [],
|
|
28
|
-
"name": "AdminAccessDenied",
|
|
29
|
-
"type": "error"
|
|
30
|
-
},
|
|
31
26
|
{
|
|
32
27
|
"anonymous": false,
|
|
33
28
|
"inputs": [
|
|
@@ -90,19 +85,6 @@
|
|
|
90
85
|
"stateMutability": "nonpayable",
|
|
91
86
|
"type": "function"
|
|
92
87
|
},
|
|
93
|
-
{
|
|
94
|
-
"inputs": [
|
|
95
|
-
{
|
|
96
|
-
"internalType": "address",
|
|
97
|
-
"name": "newAdmin",
|
|
98
|
-
"type": "address"
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"name": "changeAdmin",
|
|
102
|
-
"outputs": [],
|
|
103
|
-
"stateMutability": "nonpayable",
|
|
104
|
-
"type": "function"
|
|
105
|
-
},
|
|
106
88
|
{
|
|
107
89
|
"inputs": [],
|
|
108
90
|
"name": "implementation",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xe1844c5D63a9543023008D332Bd3d2e6f1FE1043",
|
|
3
|
+
"transactionHash": "0x4538b493be17d66e661d295449b1c3a11f78457bea0ce501b988afc907414b4a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6",
|
|
3
|
+
"transactionHash": "0xbe449ea10bf85f7f7e378aa30988b10230ea65567fb57c53ad92f2bc69e696cb",
|
|
4
4
|
"abi": [
|
|
5
|
-
{
|
|
6
|
-
"inputs": [],
|
|
7
|
-
"name": "AdminAccessDenied",
|
|
8
|
-
"type": "error"
|
|
9
|
-
},
|
|
10
5
|
{
|
|
11
6
|
"anonymous": false,
|
|
12
7
|
"inputs": [
|
|
@@ -69,19 +64,6 @@
|
|
|
69
64
|
"stateMutability": "nonpayable",
|
|
70
65
|
"type": "function"
|
|
71
66
|
},
|
|
72
|
-
{
|
|
73
|
-
"inputs": [
|
|
74
|
-
{
|
|
75
|
-
"internalType": "address",
|
|
76
|
-
"name": "newAdmin",
|
|
77
|
-
"type": "address"
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
"name": "changeAdmin",
|
|
81
|
-
"outputs": [],
|
|
82
|
-
"stateMutability": "nonpayable",
|
|
83
|
-
"type": "function"
|
|
84
|
-
},
|
|
85
67
|
{
|
|
86
68
|
"inputs": [],
|
|
87
69
|
"name": "implementation",
|
package/deployments/{zksync-sandbox-local → adi-mainnet}/ReceiveUln302View_Implementation.json
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xc1B621b18187F74c8F6D52a6F709Dd2780C09821",
|
|
3
|
+
"transactionHash": "0x16d13d85e511d4bd06c9201375e50c840101a2d5b5f10c0ecfaa0e89caf7ef8a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6",
|
|
3
|
+
"transactionHash": "0xbe449ea10bf85f7f7e378aa30988b10230ea65567fb57c53ad92f2bc69e696cb",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -23,11 +23,6 @@
|
|
|
23
23
|
"stateMutability": "payable",
|
|
24
24
|
"type": "constructor"
|
|
25
25
|
},
|
|
26
|
-
{
|
|
27
|
-
"inputs": [],
|
|
28
|
-
"name": "AdminAccessDenied",
|
|
29
|
-
"type": "error"
|
|
30
|
-
},
|
|
31
26
|
{
|
|
32
27
|
"anonymous": false,
|
|
33
28
|
"inputs": [
|
|
@@ -90,19 +85,6 @@
|
|
|
90
85
|
"stateMutability": "nonpayable",
|
|
91
86
|
"type": "function"
|
|
92
87
|
},
|
|
93
|
-
{
|
|
94
|
-
"inputs": [
|
|
95
|
-
{
|
|
96
|
-
"internalType": "address",
|
|
97
|
-
"name": "newAdmin",
|
|
98
|
-
"type": "address"
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"name": "changeAdmin",
|
|
102
|
-
"outputs": [],
|
|
103
|
-
"stateMutability": "nonpayable",
|
|
104
|
-
"type": "function"
|
|
105
|
-
},
|
|
106
88
|
{
|
|
107
89
|
"inputs": [],
|
|
108
90
|
"name": "implementation",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x37aaaf95887624a363effB7762D489E3C05c2a02",
|
|
3
|
+
"transactionHash": "0xb5c31921a9c8aa824a5c3fb9919df6ba4856e360d64d433bdd8ad6eeb988ff4c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xC39161c743D0307EB9BCc9FEF03eeb9Dc4802de7",
|
|
3
|
+
"transactionHash": "0xf663c3a794dad612bfa027f0c4fc3bb5a30b4771cf44095c592b988f2f5574ea",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x4514FC667a944752ee8A29F544c1B20b1A315f25",
|
|
3
|
+
"transactionHash": "0x53ef394aa4dc23e65a70772a52c58fc267e8196c1284adc28f4c8e5bfcfb9a99",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x8bC1e36F015b9902B54b1387A4d733cebc2f5A4e",
|
|
3
|
+
"transactionHash": "0x14f2852782d74057ac84eb0cff1aeed58aa6aefa582b3ba06d4d641c3e0b3a68",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
package/package.json
CHANGED
|
@@ -1,324 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0xF2137aebeDFFF0d9f2162BdEe3b4316785Ac3d12",
|
|
3
|
-
"transactionHash": "0x59658181c2ab60904bd4172e49c048ba8e8da47caa82486433bc360fbcb0859c",
|
|
4
|
-
"abi": [
|
|
5
|
-
{
|
|
6
|
-
"inputs": [
|
|
7
|
-
{
|
|
8
|
-
"internalType": "uint32",
|
|
9
|
-
"name": "_vid",
|
|
10
|
-
"type": "uint32"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"components": [
|
|
14
|
-
{
|
|
15
|
-
"internalType": "uint16",
|
|
16
|
-
"name": "idx",
|
|
17
|
-
"type": "uint16"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"internalType": "address",
|
|
21
|
-
"name": "addr",
|
|
22
|
-
"type": "address"
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
"internalType": "struct DVNParam[]",
|
|
26
|
-
"name": "_dvns",
|
|
27
|
-
"type": "tuple[]"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"components": [
|
|
31
|
-
{
|
|
32
|
-
"internalType": "uint8",
|
|
33
|
-
"name": "idx",
|
|
34
|
-
"type": "uint8"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"internalType": "address",
|
|
38
|
-
"name": "addr",
|
|
39
|
-
"type": "address"
|
|
40
|
-
}
|
|
41
|
-
],
|
|
42
|
-
"internalType": "struct TargetParam[]",
|
|
43
|
-
"name": "_targets",
|
|
44
|
-
"type": "tuple[]"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"stateMutability": "nonpayable",
|
|
48
|
-
"type": "constructor"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"inputs": [
|
|
52
|
-
{
|
|
53
|
-
"internalType": "uint256",
|
|
54
|
-
"name": "value",
|
|
55
|
-
"type": "uint256"
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
"name": "IncorrectDictAccess",
|
|
59
|
-
"type": "error"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"anonymous": false,
|
|
63
|
-
"inputs": [
|
|
64
|
-
{
|
|
65
|
-
"indexed": true,
|
|
66
|
-
"internalType": "address",
|
|
67
|
-
"name": "previousOwner",
|
|
68
|
-
"type": "address"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"indexed": true,
|
|
72
|
-
"internalType": "address",
|
|
73
|
-
"name": "newOwner",
|
|
74
|
-
"type": "address"
|
|
75
|
-
}
|
|
76
|
-
],
|
|
77
|
-
"name": "OwnershipTransferred",
|
|
78
|
-
"type": "event"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"inputs": [],
|
|
82
|
-
"name": "MAX_DICT_LEN",
|
|
83
|
-
"outputs": [
|
|
84
|
-
{
|
|
85
|
-
"internalType": "uint256",
|
|
86
|
-
"name": "",
|
|
87
|
-
"type": "uint256"
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
"stateMutability": "view",
|
|
91
|
-
"type": "function"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"inputs": [],
|
|
95
|
-
"name": "RESERVE_DICT_LEN",
|
|
96
|
-
"outputs": [
|
|
97
|
-
{
|
|
98
|
-
"internalType": "uint256",
|
|
99
|
-
"name": "",
|
|
100
|
-
"type": "uint256"
|
|
101
|
-
}
|
|
102
|
-
],
|
|
103
|
-
"stateMutability": "view",
|
|
104
|
-
"type": "function"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"inputs": [
|
|
108
|
-
{
|
|
109
|
-
"components": [
|
|
110
|
-
{
|
|
111
|
-
"internalType": "uint16",
|
|
112
|
-
"name": "idx",
|
|
113
|
-
"type": "uint16"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"internalType": "address",
|
|
117
|
-
"name": "addr",
|
|
118
|
-
"type": "address"
|
|
119
|
-
}
|
|
120
|
-
],
|
|
121
|
-
"internalType": "struct DVNParam[]",
|
|
122
|
-
"name": "_dvns",
|
|
123
|
-
"type": "tuple[]"
|
|
124
|
-
}
|
|
125
|
-
],
|
|
126
|
-
"name": "addDVNs",
|
|
127
|
-
"outputs": [],
|
|
128
|
-
"stateMutability": "nonpayable",
|
|
129
|
-
"type": "function"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"inputs": [
|
|
133
|
-
{
|
|
134
|
-
"components": [
|
|
135
|
-
{
|
|
136
|
-
"internalType": "uint8",
|
|
137
|
-
"name": "idx",
|
|
138
|
-
"type": "uint8"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"internalType": "address",
|
|
142
|
-
"name": "addr",
|
|
143
|
-
"type": "address"
|
|
144
|
-
}
|
|
145
|
-
],
|
|
146
|
-
"internalType": "struct TargetParam[]",
|
|
147
|
-
"name": "_targets",
|
|
148
|
-
"type": "tuple[]"
|
|
149
|
-
}
|
|
150
|
-
],
|
|
151
|
-
"name": "addTargets",
|
|
152
|
-
"outputs": [],
|
|
153
|
-
"stateMutability": "nonpayable",
|
|
154
|
-
"type": "function"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"inputs": [],
|
|
158
|
-
"name": "decompress",
|
|
159
|
-
"outputs": [],
|
|
160
|
-
"stateMutability": "payable",
|
|
161
|
-
"type": "function"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"inputs": [],
|
|
165
|
-
"name": "decompressed",
|
|
166
|
-
"outputs": [
|
|
167
|
-
{
|
|
168
|
-
"internalType": "bytes",
|
|
169
|
-
"name": "raw",
|
|
170
|
-
"type": "bytes"
|
|
171
|
-
}
|
|
172
|
-
],
|
|
173
|
-
"stateMutability": "view",
|
|
174
|
-
"type": "function"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"inputs": [
|
|
178
|
-
{
|
|
179
|
-
"internalType": "uint16",
|
|
180
|
-
"name": "index",
|
|
181
|
-
"type": "uint16"
|
|
182
|
-
}
|
|
183
|
-
],
|
|
184
|
-
"name": "dvns",
|
|
185
|
-
"outputs": [
|
|
186
|
-
{
|
|
187
|
-
"internalType": "address",
|
|
188
|
-
"name": "dvn",
|
|
189
|
-
"type": "address"
|
|
190
|
-
}
|
|
191
|
-
],
|
|
192
|
-
"stateMutability": "view",
|
|
193
|
-
"type": "function"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"inputs": [
|
|
197
|
-
{
|
|
198
|
-
"internalType": "bytes",
|
|
199
|
-
"name": "_encoded",
|
|
200
|
-
"type": "bytes"
|
|
201
|
-
}
|
|
202
|
-
],
|
|
203
|
-
"name": "execute",
|
|
204
|
-
"outputs": [],
|
|
205
|
-
"stateMutability": "nonpayable",
|
|
206
|
-
"type": "function"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"inputs": [
|
|
210
|
-
{
|
|
211
|
-
"internalType": "uint256",
|
|
212
|
-
"name": "begin",
|
|
213
|
-
"type": "uint256"
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"internalType": "uint256",
|
|
217
|
-
"name": "end",
|
|
218
|
-
"type": "uint256"
|
|
219
|
-
}
|
|
220
|
-
],
|
|
221
|
-
"name": "getData",
|
|
222
|
-
"outputs": [
|
|
223
|
-
{
|
|
224
|
-
"internalType": "bytes32[]",
|
|
225
|
-
"name": "res",
|
|
226
|
-
"type": "bytes32[]"
|
|
227
|
-
}
|
|
228
|
-
],
|
|
229
|
-
"stateMutability": "view",
|
|
230
|
-
"type": "function"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"inputs": [],
|
|
234
|
-
"name": "owner",
|
|
235
|
-
"outputs": [
|
|
236
|
-
{
|
|
237
|
-
"internalType": "address",
|
|
238
|
-
"name": "",
|
|
239
|
-
"type": "address"
|
|
240
|
-
}
|
|
241
|
-
],
|
|
242
|
-
"stateMutability": "view",
|
|
243
|
-
"type": "function"
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"inputs": [
|
|
247
|
-
{
|
|
248
|
-
"internalType": "uint16[]",
|
|
249
|
-
"name": "_idx",
|
|
250
|
-
"type": "uint16[]"
|
|
251
|
-
}
|
|
252
|
-
],
|
|
253
|
-
"name": "removeDVNs",
|
|
254
|
-
"outputs": [],
|
|
255
|
-
"stateMutability": "nonpayable",
|
|
256
|
-
"type": "function"
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"inputs": [
|
|
260
|
-
{
|
|
261
|
-
"internalType": "uint8[]",
|
|
262
|
-
"name": "_idx",
|
|
263
|
-
"type": "uint8[]"
|
|
264
|
-
}
|
|
265
|
-
],
|
|
266
|
-
"name": "removeTargets",
|
|
267
|
-
"outputs": [],
|
|
268
|
-
"stateMutability": "nonpayable",
|
|
269
|
-
"type": "function"
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"inputs": [],
|
|
273
|
-
"name": "renounceOwnership",
|
|
274
|
-
"outputs": [],
|
|
275
|
-
"stateMutability": "nonpayable",
|
|
276
|
-
"type": "function"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"inputs": [
|
|
280
|
-
{
|
|
281
|
-
"internalType": "uint8",
|
|
282
|
-
"name": "index",
|
|
283
|
-
"type": "uint8"
|
|
284
|
-
}
|
|
285
|
-
],
|
|
286
|
-
"name": "targets",
|
|
287
|
-
"outputs": [
|
|
288
|
-
{
|
|
289
|
-
"internalType": "address",
|
|
290
|
-
"name": "target",
|
|
291
|
-
"type": "address"
|
|
292
|
-
}
|
|
293
|
-
],
|
|
294
|
-
"stateMutability": "view",
|
|
295
|
-
"type": "function"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"inputs": [
|
|
299
|
-
{
|
|
300
|
-
"internalType": "address",
|
|
301
|
-
"name": "newOwner",
|
|
302
|
-
"type": "address"
|
|
303
|
-
}
|
|
304
|
-
],
|
|
305
|
-
"name": "transferOwnership",
|
|
306
|
-
"outputs": [],
|
|
307
|
-
"stateMutability": "nonpayable",
|
|
308
|
-
"type": "function"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"inputs": [],
|
|
312
|
-
"name": "vid",
|
|
313
|
-
"outputs": [
|
|
314
|
-
{
|
|
315
|
-
"internalType": "uint32",
|
|
316
|
-
"name": "",
|
|
317
|
-
"type": "uint32"
|
|
318
|
-
}
|
|
319
|
-
],
|
|
320
|
-
"stateMutability": "view",
|
|
321
|
-
"type": "function"
|
|
322
|
-
}
|
|
323
|
-
]
|
|
324
|
-
}
|