@layerzerolabs/lz-evm-sdk-v2 2.1.21 → 2.1.22
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/artifacts/contracts/EndpointV2.sol/EndpointV2.json +2 -2
- package/artifacts/contracts/EndpointV2Alt.sol/EndpointV2Alt.json +2 -2
- package/artifacts/contracts/EndpointV2View.sol/EndpointV2View.json +2 -2
- package/artifacts/contracts/EndpointV2ViewUpgradeable.sol/EndpointV2ViewUpgradeable.json +2 -2
- package/artifacts/contracts/libs/AddressCast.sol/AddressCast.json +2 -2
- package/artifacts/contracts/libs/CalldataBytesLib.sol/CalldataBytesLib.json +2 -2
- package/artifacts/contracts/libs/Errors.sol/Errors.json +2 -2
- package/artifacts/contracts/libs/GUID.sol/GUID.json +2 -2
- package/artifacts/contracts/libs/Transfer.sol/Transfer.json +2 -2
- package/artifacts/contracts/messagelib/BlockedMessageLib.sol/BlockedMessageLib.json +2 -2
- package/artifacts/contracts/messagelib/SimpleMessageLib.sol/SimpleMessageLib.json +2 -2
- package/artifacts/contracts/messagelib/libs/BitMaps.sol/BitMaps.json +2 -2
- package/artifacts/contracts/messagelib/libs/ExecutorOptions.sol/ExecutorOptions.json +2 -2
- package/artifacts/contracts/messagelib/libs/PacketV1Codec.sol/PacketV1Codec.json +2 -2
- package/artifacts/contracts/proxy/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +2 -2
- package/deployments/hedera-testnet/DVN.json +1929 -0
- package/deployments/hedera-testnet/DVNFeeLib.json +398 -0
- package/deployments/hedera-testnet/DefaultProxyAdmin.json +258 -0
- package/deployments/hedera-testnet/EndpointV2.json +2946 -0
- package/deployments/hedera-testnet/EndpointV2View.json +429 -0
- package/deployments/hedera-testnet/EndpointV2View_Implementation.json +313 -0
- package/deployments/hedera-testnet/EndpointV2View_Proxy.json +230 -0
- package/deployments/hedera-testnet/Executor.json +1532 -0
- package/deployments/hedera-testnet/ExecutorFeeLib.json +423 -0
- package/deployments/hedera-testnet/ExecutorProxyAdmin.json +283 -0
- package/deployments/hedera-testnet/Executor_Implementation.json +1591 -0
- package/deployments/hedera-testnet/Executor_Proxy.json +365 -0
- package/deployments/hedera-testnet/LzExecutor.json +757 -0
- package/deployments/hedera-testnet/LzExecutor_Implementation.json +703 -0
- package/deployments/hedera-testnet/LzExecutor_Proxy.json +244 -0
- package/deployments/hedera-testnet/ReceiveUln301.json +1292 -0
- package/deployments/hedera-testnet/ReceiveUln301View.json +354 -0
- package/deployments/hedera-testnet/ReceiveUln301View_Implementation.json +231 -0
- package/deployments/hedera-testnet/ReceiveUln301View_Proxy.json +230 -0
- package/deployments/hedera-testnet/ReceiveUln302.json +1006 -0
- package/deployments/hedera-testnet/ReceiveUln302View.json +478 -0
- package/deployments/hedera-testnet/ReceiveUln302View_Implementation.json +384 -0
- package/deployments/hedera-testnet/ReceiveUln302View_Proxy.json +230 -0
- package/deployments/hedera-testnet/SendUln301.json +1569 -0
- package/deployments/hedera-testnet/SendUln302.json +1527 -0
- package/deployments/hedera-testnet/Treasury.json +412 -0
- package/deployments/hedera-testnet/TreasuryFeeHandler.json +125 -0
- package/deployments/merlin-testnet/DVN.json +1929 -0
- package/deployments/merlin-testnet/DVNFeeLib.json +398 -0
- package/deployments/merlin-testnet/DefaultProxyAdmin.json +258 -0
- package/deployments/merlin-testnet/EndpointV2.json +3001 -0
- package/deployments/merlin-testnet/EndpointV2View.json +435 -0
- package/deployments/merlin-testnet/EndpointV2View_Implementation.json +313 -0
- package/deployments/merlin-testnet/EndpointV2View_Proxy.json +230 -0
- package/deployments/merlin-testnet/Executor.json +1532 -0
- package/deployments/merlin-testnet/ExecutorFeeLib.json +423 -0
- package/deployments/merlin-testnet/ExecutorProxyAdmin.json +283 -0
- package/deployments/merlin-testnet/Executor_Implementation.json +1591 -0
- package/deployments/merlin-testnet/Executor_Proxy.json +365 -0
- package/deployments/merlin-testnet/LzExecutor.json +757 -0
- package/deployments/merlin-testnet/LzExecutor_Implementation.json +703 -0
- package/deployments/merlin-testnet/LzExecutor_Proxy.json +244 -0
- package/deployments/merlin-testnet/PriceFeed.json +934 -0
- package/deployments/merlin-testnet/PriceFeedProxyAdmin.json +283 -0
- package/deployments/merlin-testnet/PriceFeed_Implementation.json +976 -0
- package/deployments/merlin-testnet/PriceFeed_Proxy.json +244 -0
- package/deployments/merlin-testnet/ReceiveUln301.json +1292 -0
- package/deployments/merlin-testnet/ReceiveUln301View.json +354 -0
- package/deployments/merlin-testnet/ReceiveUln301View_Implementation.json +231 -0
- package/deployments/merlin-testnet/ReceiveUln301View_Proxy.json +230 -0
- package/deployments/merlin-testnet/ReceiveUln302.json +1006 -0
- package/deployments/merlin-testnet/ReceiveUln302View.json +478 -0
- package/deployments/merlin-testnet/ReceiveUln302View_Implementation.json +384 -0
- package/deployments/merlin-testnet/ReceiveUln302View_Proxy.json +230 -0
- package/deployments/merlin-testnet/SendUln301.json +1569 -0
- package/deployments/merlin-testnet/SendUln302.json +1527 -0
- package/deployments/merlin-testnet/Treasury.json +412 -0
- package/deployments/merlin-testnet/TreasuryFeeHandler.json +125 -0
- package/dist/{index-VXKdRwxd.d.mts → index-QJVkaD-8.d.mts} +11 -11
- package/dist/{index-VXKdRwxd.d.ts → index-QJVkaD-8.d.ts} +11 -11
- package/dist/index.browser.cjs +11 -11
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.d.mts +1 -1
- package/dist/index.browser.d.ts +1 -1
- package/dist/index.browser.mjs +11 -11
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +11 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +11 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
|
@@ -0,0 +1,384 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x55c175DD5b039331dB251424538169D8495C18d1",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"anonymous": false,
|
|
6
|
+
"inputs": [
|
|
7
|
+
{
|
|
8
|
+
"indexed": false,
|
|
9
|
+
"internalType": "uint8",
|
|
10
|
+
"name": "version",
|
|
11
|
+
"type": "uint8"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"name": "Initialized",
|
|
15
|
+
"type": "event"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"inputs": [],
|
|
19
|
+
"name": "EMPTY_PAYLOAD_HASH",
|
|
20
|
+
"outputs": [
|
|
21
|
+
{
|
|
22
|
+
"internalType": "bytes32",
|
|
23
|
+
"name": "",
|
|
24
|
+
"type": "bytes32"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"stateMutability": "view",
|
|
28
|
+
"type": "function"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"inputs": [],
|
|
32
|
+
"name": "NIL_PAYLOAD_HASH",
|
|
33
|
+
"outputs": [
|
|
34
|
+
{
|
|
35
|
+
"internalType": "bytes32",
|
|
36
|
+
"name": "",
|
|
37
|
+
"type": "bytes32"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"stateMutability": "view",
|
|
41
|
+
"type": "function"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"inputs": [],
|
|
45
|
+
"name": "endpoint",
|
|
46
|
+
"outputs": [
|
|
47
|
+
{
|
|
48
|
+
"internalType": "contract ILayerZeroEndpointV2",
|
|
49
|
+
"name": "",
|
|
50
|
+
"type": "address"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"stateMutability": "view",
|
|
54
|
+
"type": "function"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"inputs": [
|
|
58
|
+
{
|
|
59
|
+
"components": [
|
|
60
|
+
{
|
|
61
|
+
"internalType": "uint32",
|
|
62
|
+
"name": "srcEid",
|
|
63
|
+
"type": "uint32"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"internalType": "bytes32",
|
|
67
|
+
"name": "sender",
|
|
68
|
+
"type": "bytes32"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"internalType": "uint64",
|
|
72
|
+
"name": "nonce",
|
|
73
|
+
"type": "uint64"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"internalType": "struct Origin",
|
|
77
|
+
"name": "_origin",
|
|
78
|
+
"type": "tuple"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"internalType": "address",
|
|
82
|
+
"name": "_receiver",
|
|
83
|
+
"type": "address"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"name": "executable",
|
|
87
|
+
"outputs": [
|
|
88
|
+
{
|
|
89
|
+
"internalType": "enum ExecutionState",
|
|
90
|
+
"name": "",
|
|
91
|
+
"type": "uint8"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"stateMutability": "view",
|
|
95
|
+
"type": "function"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"inputs": [
|
|
99
|
+
{
|
|
100
|
+
"components": [
|
|
101
|
+
{
|
|
102
|
+
"internalType": "uint32",
|
|
103
|
+
"name": "srcEid",
|
|
104
|
+
"type": "uint32"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"internalType": "bytes32",
|
|
108
|
+
"name": "sender",
|
|
109
|
+
"type": "bytes32"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"internalType": "uint64",
|
|
113
|
+
"name": "nonce",
|
|
114
|
+
"type": "uint64"
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"internalType": "struct Origin",
|
|
118
|
+
"name": "_origin",
|
|
119
|
+
"type": "tuple"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"internalType": "address",
|
|
123
|
+
"name": "_receiver",
|
|
124
|
+
"type": "address"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"name": "initializable",
|
|
128
|
+
"outputs": [
|
|
129
|
+
{
|
|
130
|
+
"internalType": "bool",
|
|
131
|
+
"name": "",
|
|
132
|
+
"type": "bool"
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"stateMutability": "view",
|
|
136
|
+
"type": "function"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"inputs": [
|
|
140
|
+
{
|
|
141
|
+
"internalType": "address",
|
|
142
|
+
"name": "_endpoint",
|
|
143
|
+
"type": "address"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"internalType": "address",
|
|
147
|
+
"name": "_receiveUln302",
|
|
148
|
+
"type": "address"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"name": "initialize",
|
|
152
|
+
"outputs": [],
|
|
153
|
+
"stateMutability": "nonpayable",
|
|
154
|
+
"type": "function"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"inputs": [],
|
|
158
|
+
"name": "receiveUln302",
|
|
159
|
+
"outputs": [
|
|
160
|
+
{
|
|
161
|
+
"internalType": "contract IReceiveUln302",
|
|
162
|
+
"name": "",
|
|
163
|
+
"type": "address"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"stateMutability": "view",
|
|
167
|
+
"type": "function"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"inputs": [
|
|
171
|
+
{
|
|
172
|
+
"internalType": "bytes",
|
|
173
|
+
"name": "_packetHeader",
|
|
174
|
+
"type": "bytes"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"internalType": "bytes32",
|
|
178
|
+
"name": "_payloadHash",
|
|
179
|
+
"type": "bytes32"
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"name": "verifiable",
|
|
183
|
+
"outputs": [
|
|
184
|
+
{
|
|
185
|
+
"internalType": "enum VerificationState",
|
|
186
|
+
"name": "",
|
|
187
|
+
"type": "uint8"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"stateMutability": "view",
|
|
191
|
+
"type": "function"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"inputs": [
|
|
195
|
+
{
|
|
196
|
+
"components": [
|
|
197
|
+
{
|
|
198
|
+
"internalType": "uint32",
|
|
199
|
+
"name": "srcEid",
|
|
200
|
+
"type": "uint32"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"internalType": "bytes32",
|
|
204
|
+
"name": "sender",
|
|
205
|
+
"type": "bytes32"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"internalType": "uint64",
|
|
209
|
+
"name": "nonce",
|
|
210
|
+
"type": "uint64"
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
"internalType": "struct Origin",
|
|
214
|
+
"name": "_origin",
|
|
215
|
+
"type": "tuple"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"internalType": "address",
|
|
219
|
+
"name": "_receiver",
|
|
220
|
+
"type": "address"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"internalType": "address",
|
|
224
|
+
"name": "_receiveLib",
|
|
225
|
+
"type": "address"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"internalType": "bytes32",
|
|
229
|
+
"name": "_payloadHash",
|
|
230
|
+
"type": "bytes32"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"name": "verifiable",
|
|
234
|
+
"outputs": [
|
|
235
|
+
{
|
|
236
|
+
"internalType": "bool",
|
|
237
|
+
"name": "",
|
|
238
|
+
"type": "bool"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"stateMutability": "view",
|
|
242
|
+
"type": "function"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"transactionHash": "0x8caa2ea379e031a1a66d810f105637bbe4a2d2c81af304ab6cbd7430a7872fb2",
|
|
246
|
+
"receipt": {
|
|
247
|
+
"to": "0x55c175DD5b039331dB251424538169D8495C18d1",
|
|
248
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
249
|
+
"contractAddress": "0x55c175DD5b039331dB251424538169D8495C18d1",
|
|
250
|
+
"transactionIndex": 4,
|
|
251
|
+
"gasUsed": "142557",
|
|
252
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
253
|
+
"blockHash": "0x4fa9c97ea7ef0e27e7280bc569ac1a42f78e0ec21476d2e3df94437a1dac6ab3",
|
|
254
|
+
"transactionHash": "0x8caa2ea379e031a1a66d810f105637bbe4a2d2c81af304ab6cbd7430a7872fb2",
|
|
255
|
+
"logs": [],
|
|
256
|
+
"blockNumber": 1534268,
|
|
257
|
+
"cumulativeGasUsed": "142557",
|
|
258
|
+
"status": 1,
|
|
259
|
+
"byzantium": true
|
|
260
|
+
},
|
|
261
|
+
"args": [],
|
|
262
|
+
"numDeployments": 1,
|
|
263
|
+
"solcInputHash": "e99abdea457424a4de696bf7316bac06",
|
|
264
|
+
"bytecode": "0x608060405234801561001057600080fd5b506117bf806100206000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80635e280f1111610076578063861e1ca51161005b578063861e1ca514610199578063cb5026b9146101bc578063e1e3a7df146101c457600080fd5b80635e280f111461012e578063843c7b0e1461017957600080fd5b806327d12cd9146100a85780632baf0be7146100d1578063485cc955146101065780634b4b2efb1461011b575b600080fd5b6100bb6100b6366004611077565b6101d7565b6040516100c89190611126565b60405180910390f35b6100f87fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81565b6040519081526020016100c8565b61011961011436600461115b565b610487565b005b6100bb610129366004611281565b6107b1565b6000546101549062010000900473ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100c8565b6032546101549073ffffffffffffffffffffffffffffffffffffffff1681565b6101ac6101a7366004611281565b610abe565b60405190151581526020016100c8565b6100f8600081565b6101ac6101d23660046112ae565b610bae565b6032546040517fc40ff83500000000000000000000000000000000000000000000000000000000815260009173ffffffffffffffffffffffffffffffffffffffff81169163c40ff8359161025191889188917401000000000000000000000000000000000000000090910463ffffffff16906004016112fe565b60006040518083038186803b15801561026957600080fd5b505afa15801561027d573d6000803e3d6000fd5b50505050600061028d8585610d56565b9050600060405180606001604052806102a68888610d68565b63ffffffff1681526020016102bb8888610d8b565b81526020016102ca8888610da4565b67ffffffffffffffff16905290506102e28183610abe565b6102f157600392505050610480565b6102fc818386610dc7565b61030b57600292505050610480565b60325481516040517f43ea4fa900000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff858116600483015263ffffffff909216602482015291169063e084d9529082906343ea4fa990604401600060405180830381865afa158015610391573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526103d79190810190611441565b88886040516103e7929190611516565b6040519081900381207fffffffff0000000000000000000000000000000000000000000000000000000060e085901b16825261042892918990600401611578565b602060405180830381865afa158015610445573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104699190611620565b1561047957600192505050610480565b6000925050505b9392505050565b60006104b17fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035490565b905073ffffffffffffffffffffffffffffffffffffffff811661050a5773ffffffffffffffffffffffffffffffffffffffff7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035561052c565b3373ffffffffffffffffffffffffffffffffffffffff82161461052c57600080fd5b600054610100900460ff161580801561054c5750600054600160ff909116105b806105665750303b158015610566575060005460ff166001145b6105f7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a656400000000000000000000000000000000000060648201526084015b60405180910390fd5b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055801561065557600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101001790555b61065e84610ee0565b603280547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff85811691909117909155600054604080517f416ecebf0000000000000000000000000000000000000000000000000000000081529051620100009092049092169163416ecebf9160048083019260209291908290030181865afa158015610704573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107289190611642565b603260146101000a81548163ffffffff021916908363ffffffff16021790555080156107ab57600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b600080548351602085015160408087015190517fc9fc7bcd00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff9094166024820152604481019290925267ffffffffffffffff16606482015283926201000090049091169063c9fc7bcd90608401602060405180830381865afa15801561085a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061087e919061165f565b90508015801561095a5750600054845160208601516040517f5b17bb7000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff90931660248201526044810191909152620100009092041690635b17bb7090606401602060405180830381865afa15801561091a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061093e9190611678565b67ffffffffffffffff16846040015167ffffffffffffffff1611155b15610969576003915050610ab8565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114801590610a655750600054845160208601516040517fa0dd43fc00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff9093166024820152604481019190915262010000909204169063a0dd43fc90606401602060405180830381865afa158015610a25573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a499190611678565b67ffffffffffffffff16846040015167ffffffffffffffff1611155b15610a74576002915050610ab8565b8015801590610aa357507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114155b15610ab2576001915050610ab8565b60009150505b92915050565b60008054604080517f861e1ca5000000000000000000000000000000000000000000000000000000008152855163ffffffff166004820152602086015160248201529085015167ffffffffffffffff16604482015273ffffffffffffffffffffffffffffffffffffffff8481166064830152620100009092049091169063861e1ca590608401602060405180830381865afa925050508015610b9b575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201909252610b9891810190611620565b60015b610ba757506000610ab8565b9050610ab8565b6000805485516040517f9d7f977500000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff90921660248201528582166044820152620100009092041690639d7f977590606401602060405180830381865afa158015610c3b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c5f9190611620565b610c6b57506000610d4e565b600054604080517fc9a54a99000000000000000000000000000000000000000000000000000000008152875163ffffffff166004820152602088015160248201529087015167ffffffffffffffff16604482015273ffffffffffffffffffffffffffffffffffffffff8681166064830152620100009092049091169063c9a54a9990608401602060405180830381865afa158015610d0d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d319190611620565b610d3d57506000610d4e565b81610d4a57506000610d4e565b5060015b949350505050565b6000610480610d658484610f83565b90565b6000610d78600d60098486611695565b610d81916116bf565b60e01c9392505050565b6000610d9b602d600d8486611695565b61048091611707565b6000610db4600960018486611695565b610dbd91611743565b60c01c9392505050565b603254600090610df1908590859073ffffffffffffffffffffffffffffffffffffffff1685610bae565b610dfd57506000610480565b6000548451602086015160408088015190517fc9fc7bcd00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff888116600483015263ffffffff9094166024820152604481019290925267ffffffffffffffff16606482015284926201000090049091169063c9fc7bcd90608401602060405180830381865afa158015610ea5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ec9919061165f565b03610ed657506000610480565b5060019392505050565b600054610100900460ff16610f77576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e6700000000000000000000000000000000000000000060648201526084016105ee565b610f8081610f93565b50565b6000610d9b605160318486611695565b600054610100900460ff1661102a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e6700000000000000000000000000000000000000000060648201526084016105ee565b6000805473ffffffffffffffffffffffffffffffffffffffff90921662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff909216919091179055565b60008060006040848603121561108c57600080fd5b833567ffffffffffffffff808211156110a457600080fd5b818601915086601f8301126110b857600080fd5b8135818111156110c757600080fd5b8760208285010111156110d957600080fd5b6020928301989097509590910135949350505050565b60048110610f80577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b60208101611133836110ef565b91905290565b73ffffffffffffffffffffffffffffffffffffffff81168114610f8057600080fd5b6000806040838503121561116e57600080fd5b823561117981611139565b9150602083013561118981611139565b809150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405160c0810167ffffffffffffffff811182821017156111e6576111e6611194565b60405290565b63ffffffff81168114610f8057600080fd5b67ffffffffffffffff81168114610f8057600080fd5b60006060828403121561122657600080fd5b6040516060810181811067ffffffffffffffff8211171561124957611249611194565b604052905080823561125a816111ec565b8152602083810135908201526040830135611274816111fe565b6040919091015292915050565b6000806080838503121561129457600080fd5b61129e8484611214565b9150606083013561118981611139565b60008060008060c085870312156112c457600080fd5b6112ce8686611214565b935060608501356112de81611139565b925060808501356112ee81611139565b9396929550929360a00135925050565b6040815282604082015282846060830137600060608483010152600060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f860116830101905063ffffffff83166020830152949350505050565b8051611366816111fe565b919050565b805160ff8116811461136657600080fd5b600082601f83011261138d57600080fd5b8151602067ffffffffffffffff808311156113aa576113aa611194565b8260051b6040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0603f830116810181811084821117156113ed576113ed611194565b604052938452602081870181019490810192508785111561140d57600080fd5b6020870191505b8482101561143657815161142781611139565b83529183019190830190611414565b979650505050505050565b60006020828403121561145357600080fd5b815167ffffffffffffffff8082111561146b57600080fd5b9083019060c0828603121561147f57600080fd5b6114876111c3565b6114908361135b565b815261149e6020840161136b565b60208201526114af6040840161136b565b60408201526114c06060840161136b565b60608201526080830151828111156114d757600080fd5b6114e38782860161137c565b60808301525060a0830151828111156114fb57600080fd5b6115078782860161137c565b60a08301525095945050505050565b8183823760009101908152919050565b60008151808452602080850194506020840160005b8381101561156d57815173ffffffffffffffffffffffffffffffffffffffff168752958201959082019060010161153b565b509495945050505050565b6060815267ffffffffffffffff845116606082015260ff602085015116608082015260ff60408501511660a082015260ff60608501511660c08201526000608085015160c060e08401526115d0610120840182611526565b905060a08601517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa08483030161010085015261160c8282611526565b602085019690965250505060400152919050565b60006020828403121561163257600080fd5b8151801515811461048057600080fd5b60006020828403121561165457600080fd5b8151610480816111ec565b60006020828403121561167157600080fd5b5051919050565b60006020828403121561168a57600080fd5b8151610480816111fe565b600080858511156116a557600080fd5b838611156116b257600080fd5b5050820193919092039150565b7fffffffff0000000000000000000000000000000000000000000000000000000081358181169160048510156116ff5780818660040360031b1b83161692505b505092915050565b80356020831015610ab8577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff602084900360031b1b1692915050565b7fffffffffffffffff00000000000000000000000000000000000000000000000081358181169160088510156116ff5760089490940360031b84901b169092169291505056fea26469706673582212205718a02da77d950284c42472728230ec77067db3a05564782bea154a057ad8e764736f6c63430008160033",
|
|
265
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100a35760003560e01c80635e280f1111610076578063861e1ca51161005b578063861e1ca514610199578063cb5026b9146101bc578063e1e3a7df146101c457600080fd5b80635e280f111461012e578063843c7b0e1461017957600080fd5b806327d12cd9146100a85780632baf0be7146100d1578063485cc955146101065780634b4b2efb1461011b575b600080fd5b6100bb6100b6366004611077565b6101d7565b6040516100c89190611126565b60405180910390f35b6100f87fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81565b6040519081526020016100c8565b61011961011436600461115b565b610487565b005b6100bb610129366004611281565b6107b1565b6000546101549062010000900473ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100c8565b6032546101549073ffffffffffffffffffffffffffffffffffffffff1681565b6101ac6101a7366004611281565b610abe565b60405190151581526020016100c8565b6100f8600081565b6101ac6101d23660046112ae565b610bae565b6032546040517fc40ff83500000000000000000000000000000000000000000000000000000000815260009173ffffffffffffffffffffffffffffffffffffffff81169163c40ff8359161025191889188917401000000000000000000000000000000000000000090910463ffffffff16906004016112fe565b60006040518083038186803b15801561026957600080fd5b505afa15801561027d573d6000803e3d6000fd5b50505050600061028d8585610d56565b9050600060405180606001604052806102a68888610d68565b63ffffffff1681526020016102bb8888610d8b565b81526020016102ca8888610da4565b67ffffffffffffffff16905290506102e28183610abe565b6102f157600392505050610480565b6102fc818386610dc7565b61030b57600292505050610480565b60325481516040517f43ea4fa900000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff858116600483015263ffffffff909216602482015291169063e084d9529082906343ea4fa990604401600060405180830381865afa158015610391573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526103d79190810190611441565b88886040516103e7929190611516565b6040519081900381207fffffffff0000000000000000000000000000000000000000000000000000000060e085901b16825261042892918990600401611578565b602060405180830381865afa158015610445573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104699190611620565b1561047957600192505050610480565b6000925050505b9392505050565b60006104b17fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035490565b905073ffffffffffffffffffffffffffffffffffffffff811661050a5773ffffffffffffffffffffffffffffffffffffffff7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035561052c565b3373ffffffffffffffffffffffffffffffffffffffff82161461052c57600080fd5b600054610100900460ff161580801561054c5750600054600160ff909116105b806105665750303b158015610566575060005460ff166001145b6105f7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a656400000000000000000000000000000000000060648201526084015b60405180910390fd5b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055801561065557600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101001790555b61065e84610ee0565b603280547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff85811691909117909155600054604080517f416ecebf0000000000000000000000000000000000000000000000000000000081529051620100009092049092169163416ecebf9160048083019260209291908290030181865afa158015610704573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107289190611642565b603260146101000a81548163ffffffff021916908363ffffffff16021790555080156107ab57600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50505050565b600080548351602085015160408087015190517fc9fc7bcd00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff9094166024820152604481019290925267ffffffffffffffff16606482015283926201000090049091169063c9fc7bcd90608401602060405180830381865afa15801561085a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061087e919061165f565b90508015801561095a5750600054845160208601516040517f5b17bb7000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff90931660248201526044810191909152620100009092041690635b17bb7090606401602060405180830381865afa15801561091a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061093e9190611678565b67ffffffffffffffff16846040015167ffffffffffffffff1611155b15610969576003915050610ab8565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114801590610a655750600054845160208601516040517fa0dd43fc00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff9093166024820152604481019190915262010000909204169063a0dd43fc90606401602060405180830381865afa158015610a25573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a499190611678565b67ffffffffffffffff16846040015167ffffffffffffffff1611155b15610a74576002915050610ab8565b8015801590610aa357507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114155b15610ab2576001915050610ab8565b60009150505b92915050565b60008054604080517f861e1ca5000000000000000000000000000000000000000000000000000000008152855163ffffffff166004820152602086015160248201529085015167ffffffffffffffff16604482015273ffffffffffffffffffffffffffffffffffffffff8481166064830152620100009092049091169063861e1ca590608401602060405180830381865afa925050508015610b9b575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201909252610b9891810190611620565b60015b610ba757506000610ab8565b9050610ab8565b6000805485516040517f9d7f977500000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff90921660248201528582166044820152620100009092041690639d7f977590606401602060405180830381865afa158015610c3b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c5f9190611620565b610c6b57506000610d4e565b600054604080517fc9a54a99000000000000000000000000000000000000000000000000000000008152875163ffffffff166004820152602088015160248201529087015167ffffffffffffffff16604482015273ffffffffffffffffffffffffffffffffffffffff8681166064830152620100009092049091169063c9a54a9990608401602060405180830381865afa158015610d0d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d319190611620565b610d3d57506000610d4e565b81610d4a57506000610d4e565b5060015b949350505050565b6000610480610d658484610f83565b90565b6000610d78600d60098486611695565b610d81916116bf565b60e01c9392505050565b6000610d9b602d600d8486611695565b61048091611707565b6000610db4600960018486611695565b610dbd91611743565b60c01c9392505050565b603254600090610df1908590859073ffffffffffffffffffffffffffffffffffffffff1685610bae565b610dfd57506000610480565b6000548451602086015160408088015190517fc9fc7bcd00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff888116600483015263ffffffff9094166024820152604481019290925267ffffffffffffffff16606482015284926201000090049091169063c9fc7bcd90608401602060405180830381865afa158015610ea5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ec9919061165f565b03610ed657506000610480565b5060019392505050565b600054610100900460ff16610f77576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e6700000000000000000000000000000000000000000060648201526084016105ee565b610f8081610f93565b50565b6000610d9b605160318486611695565b600054610100900460ff1661102a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e6700000000000000000000000000000000000000000060648201526084016105ee565b6000805473ffffffffffffffffffffffffffffffffffffffff90921662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff909216919091179055565b60008060006040848603121561108c57600080fd5b833567ffffffffffffffff808211156110a457600080fd5b818601915086601f8301126110b857600080fd5b8135818111156110c757600080fd5b8760208285010111156110d957600080fd5b6020928301989097509590910135949350505050565b60048110610f80577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b60208101611133836110ef565b91905290565b73ffffffffffffffffffffffffffffffffffffffff81168114610f8057600080fd5b6000806040838503121561116e57600080fd5b823561117981611139565b9150602083013561118981611139565b809150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405160c0810167ffffffffffffffff811182821017156111e6576111e6611194565b60405290565b63ffffffff81168114610f8057600080fd5b67ffffffffffffffff81168114610f8057600080fd5b60006060828403121561122657600080fd5b6040516060810181811067ffffffffffffffff8211171561124957611249611194565b604052905080823561125a816111ec565b8152602083810135908201526040830135611274816111fe565b6040919091015292915050565b6000806080838503121561129457600080fd5b61129e8484611214565b9150606083013561118981611139565b60008060008060c085870312156112c457600080fd5b6112ce8686611214565b935060608501356112de81611139565b925060808501356112ee81611139565b9396929550929360a00135925050565b6040815282604082015282846060830137600060608483010152600060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f860116830101905063ffffffff83166020830152949350505050565b8051611366816111fe565b919050565b805160ff8116811461136657600080fd5b600082601f83011261138d57600080fd5b8151602067ffffffffffffffff808311156113aa576113aa611194565b8260051b6040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0603f830116810181811084821117156113ed576113ed611194565b604052938452602081870181019490810192508785111561140d57600080fd5b6020870191505b8482101561143657815161142781611139565b83529183019190830190611414565b979650505050505050565b60006020828403121561145357600080fd5b815167ffffffffffffffff8082111561146b57600080fd5b9083019060c0828603121561147f57600080fd5b6114876111c3565b6114908361135b565b815261149e6020840161136b565b60208201526114af6040840161136b565b60408201526114c06060840161136b565b60608201526080830151828111156114d757600080fd5b6114e38782860161137c565b60808301525060a0830151828111156114fb57600080fd5b6115078782860161137c565b60a08301525095945050505050565b8183823760009101908152919050565b60008151808452602080850194506020840160005b8381101561156d57815173ffffffffffffffffffffffffffffffffffffffff168752958201959082019060010161153b565b509495945050505050565b6060815267ffffffffffffffff845116606082015260ff602085015116608082015260ff60408501511660a082015260ff60608501511660c08201526000608085015160c060e08401526115d0610120840182611526565b905060a08601517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa08483030161010085015261160c8282611526565b602085019690965250505060400152919050565b60006020828403121561163257600080fd5b8151801515811461048057600080fd5b60006020828403121561165457600080fd5b8151610480816111ec565b60006020828403121561167157600080fd5b5051919050565b60006020828403121561168a57600080fd5b8151610480816111fe565b600080858511156116a557600080fd5b838611156116b257600080fd5b5050820193919092039150565b7fffffffff0000000000000000000000000000000000000000000000000000000081358181169160048510156116ff5780818660040360031b1b83161692505b505092915050565b80356020831015610ab8577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff602084900360031b1b1692915050565b7fffffffffffffffff00000000000000000000000000000000000000000000000081358181169160088510156116ff5760089490940360031b84901b169092169291505056fea26469706673582212205718a02da77d950284c42472728230ec77067db3a05564782bea154a057ad8e764736f6c63430008160033",
|
|
266
|
+
"devdoc": {
|
|
267
|
+
"events": {
|
|
268
|
+
"Initialized(uint8)": {
|
|
269
|
+
"details": "Triggered when the contract has been initialized or reinitialized."
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"kind": "dev",
|
|
273
|
+
"methods": {
|
|
274
|
+
"executable((uint32,bytes32,uint64),address)": {
|
|
275
|
+
"details": "check if a message is executable.",
|
|
276
|
+
"returns": {
|
|
277
|
+
"_0": "ExecutionState of Executed, Executable, or NotExecutable"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"verifiable((uint32,bytes32,uint64),address,address,bytes32)": {
|
|
281
|
+
"details": "check if a message is verifiable."
|
|
282
|
+
},
|
|
283
|
+
"verifiable(bytes,bytes32)": {
|
|
284
|
+
"details": "a ULN verifiable requires it to be endpoint verifiable and committable"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"version": 1
|
|
288
|
+
},
|
|
289
|
+
"userdoc": {
|
|
290
|
+
"kind": "user",
|
|
291
|
+
"methods": {},
|
|
292
|
+
"version": 1
|
|
293
|
+
},
|
|
294
|
+
"storageLayout": {
|
|
295
|
+
"storage": [
|
|
296
|
+
{
|
|
297
|
+
"astId": 5398,
|
|
298
|
+
"contract": "contracts/uln/uln302/ReceiveUln302View.sol:ReceiveUln302View",
|
|
299
|
+
"label": "_initialized",
|
|
300
|
+
"offset": 0,
|
|
301
|
+
"slot": "0",
|
|
302
|
+
"type": "t_uint8"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"astId": 5401,
|
|
306
|
+
"contract": "contracts/uln/uln302/ReceiveUln302View.sol:ReceiveUln302View",
|
|
307
|
+
"label": "_initializing",
|
|
308
|
+
"offset": 1,
|
|
309
|
+
"slot": "0",
|
|
310
|
+
"type": "t_bool"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"astId": 2224,
|
|
314
|
+
"contract": "contracts/uln/uln302/ReceiveUln302View.sol:ReceiveUln302View",
|
|
315
|
+
"label": "endpoint",
|
|
316
|
+
"offset": 2,
|
|
317
|
+
"slot": "0",
|
|
318
|
+
"type": "t_contract(ILayerZeroEndpointV2)2612"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"astId": 2408,
|
|
322
|
+
"contract": "contracts/uln/uln302/ReceiveUln302View.sol:ReceiveUln302View",
|
|
323
|
+
"label": "__gap",
|
|
324
|
+
"offset": 0,
|
|
325
|
+
"slot": "1",
|
|
326
|
+
"type": "t_array(t_uint256)49_storage"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"astId": 28317,
|
|
330
|
+
"contract": "contracts/uln/uln302/ReceiveUln302View.sol:ReceiveUln302View",
|
|
331
|
+
"label": "receiveUln302",
|
|
332
|
+
"offset": 0,
|
|
333
|
+
"slot": "50",
|
|
334
|
+
"type": "t_contract(IReceiveUln302)28307"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"astId": 28319,
|
|
338
|
+
"contract": "contracts/uln/uln302/ReceiveUln302View.sol:ReceiveUln302View",
|
|
339
|
+
"label": "localEid",
|
|
340
|
+
"offset": 20,
|
|
341
|
+
"slot": "50",
|
|
342
|
+
"type": "t_uint32"
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
"types": {
|
|
346
|
+
"t_array(t_uint256)49_storage": {
|
|
347
|
+
"base": "t_uint256",
|
|
348
|
+
"encoding": "inplace",
|
|
349
|
+
"label": "uint256[49]",
|
|
350
|
+
"numberOfBytes": "1568"
|
|
351
|
+
},
|
|
352
|
+
"t_bool": {
|
|
353
|
+
"encoding": "inplace",
|
|
354
|
+
"label": "bool",
|
|
355
|
+
"numberOfBytes": "1"
|
|
356
|
+
},
|
|
357
|
+
"t_contract(ILayerZeroEndpointV2)2612": {
|
|
358
|
+
"encoding": "inplace",
|
|
359
|
+
"label": "contract ILayerZeroEndpointV2",
|
|
360
|
+
"numberOfBytes": "20"
|
|
361
|
+
},
|
|
362
|
+
"t_contract(IReceiveUln302)28307": {
|
|
363
|
+
"encoding": "inplace",
|
|
364
|
+
"label": "contract IReceiveUln302",
|
|
365
|
+
"numberOfBytes": "20"
|
|
366
|
+
},
|
|
367
|
+
"t_uint256": {
|
|
368
|
+
"encoding": "inplace",
|
|
369
|
+
"label": "uint256",
|
|
370
|
+
"numberOfBytes": "32"
|
|
371
|
+
},
|
|
372
|
+
"t_uint32": {
|
|
373
|
+
"encoding": "inplace",
|
|
374
|
+
"label": "uint32",
|
|
375
|
+
"numberOfBytes": "4"
|
|
376
|
+
},
|
|
377
|
+
"t_uint8": {
|
|
378
|
+
"encoding": "inplace",
|
|
379
|
+
"label": "uint8",
|
|
380
|
+
"numberOfBytes": "1"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
}
|