@layerzerolabs/lz-evm-sdk-v2 2.1.10 → 2.1.11
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/EndpointV2View.sol/EndpointV2View.json +2 -2
- package/artifacts/contracts/EndpointV2ViewUpgradeable.sol/EndpointV2ViewUpgradeable.json +2 -2
- package/artifacts/contracts/uln/LzExecutor.sol/LzExecutor.json +2 -2
- package/artifacts/contracts/uln/uln301/ReceiveUln301View.sol/ReceiveUln301View.json +2 -2
- package/artifacts/contracts/uln/uln302/ReceiveUln302View.sol/ReceiveUln302View.json +2 -2
- package/deployments/arbitrum-sandbox-local/DVN.json +1864 -0
- package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +500 -0
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +398 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed.json +890 -0
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +244 -0
- package/deployments/avalanche-sandbox-local/DVN.json +1896 -0
- package/deployments/avalanche-sandbox-local/DVNDecompressor.json +508 -0
- package/deployments/avalanche-sandbox-local/DVNFeeLib.json +398 -0
- package/deployments/avalanche-sandbox-local/DefaultProxyAdmin.json +258 -0
- package/deployments/avalanche-sandbox-local/EndpointV2.json +2946 -0
- package/deployments/avalanche-sandbox-local/EndpointV2View.json +435 -0
- package/deployments/avalanche-sandbox-local/EndpointV2View_Implementation.json +313 -0
- package/deployments/avalanche-sandbox-local/EndpointV2View_Proxy.json +230 -0
- package/deployments/avalanche-sandbox-local/Executor.json +1549 -0
- package/deployments/avalanche-sandbox-local/ExecutorDecompressor.json +339 -0
- package/deployments/avalanche-sandbox-local/ExecutorFeeLib.json +423 -0
- package/deployments/avalanche-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/avalanche-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/avalanche-sandbox-local/Executor_Proxy.json +380 -0
- package/deployments/avalanche-sandbox-local/LzExecutor.json +757 -0
- package/deployments/avalanche-sandbox-local/LzExecutor_Implementation.json +703 -0
- package/deployments/avalanche-sandbox-local/LzExecutor_Proxy.json +244 -0
- package/deployments/avalanche-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/avalanche-sandbox-local/PriceFeed.json +890 -0
- package/deployments/avalanche-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/avalanche-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/avalanche-sandbox-local/PriceFeed_Proxy.json +244 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln301.json +1292 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln301View.json +354 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln302.json +1006 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln302View.json +478 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
- package/deployments/avalanche-sandbox-local/SendUln301.json +1569 -0
- package/deployments/avalanche-sandbox-local/SendUln302.json +1527 -0
- package/deployments/avalanche-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/avalanche-sandbox-local/Treasury.json +412 -0
- package/deployments/avalanche-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/deployments/bsc-sandbox-local/DVN.json +1896 -0
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +508 -0
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +398 -0
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +258 -0
- package/deployments/bsc-sandbox-local/EndpointV2.json +2946 -0
- package/deployments/bsc-sandbox-local/EndpointV2View.json +435 -0
- package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +313 -0
- package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +230 -0
- package/deployments/bsc-sandbox-local/Executor.json +1549 -0
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +339 -0
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +423 -0
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +380 -0
- package/deployments/bsc-sandbox-local/LzExecutor.json +757 -0
- package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +703 -0
- package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +244 -0
- package/deployments/bsc-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/bsc-sandbox-local/PriceFeed.json +890 -0
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +244 -0
- package/deployments/bsc-sandbox-local/ReceiveUln301.json +1292 -0
- package/deployments/bsc-sandbox-local/ReceiveUln301View.json +354 -0
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +1006 -0
- package/deployments/bsc-sandbox-local/ReceiveUln302View.json +478 -0
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
- package/deployments/bsc-sandbox-local/SendUln301.json +1569 -0
- package/deployments/bsc-sandbox-local/SendUln302.json +1527 -0
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/bsc-sandbox-local/Treasury.json +412 -0
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/deployments/ethereum-sandbox-local/DVN.json +50 -50
- package/deployments/ethereum-sandbox-local/DVNDecompressor.json +15 -15
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +9 -9
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +11 -11
- package/deployments/ethereum-sandbox-local/EndpointV2.json +43 -43
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +26 -26
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +14 -14
- package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +24 -24
- package/deployments/ethereum-sandbox-local/Executor.json +74 -74
- package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +15 -15
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +13 -13
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +17 -17
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +41 -41
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +67 -67
- package/deployments/ethereum-sandbox-local/LzExecutor.json +34 -34
- package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +22 -22
- package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +30 -30
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +9 -9
- package/deployments/ethereum-sandbox-local/PriceFeed.json +28 -28
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +17 -17
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +32 -32
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +27 -27
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +41 -41
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +27 -27
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +18 -18
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +24 -24
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +38 -38
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +29 -29
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +20 -20
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +26 -26
- package/deployments/ethereum-sandbox-local/SendUln301.json +45 -45
- package/deployments/ethereum-sandbox-local/SendUln302.json +39 -39
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +17 -17
- package/deployments/ethereum-sandbox-local/Treasury.json +16 -16
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +8 -8
- package/deployments/polygon-sandbox-local/DVN.json +50 -50
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +15 -15
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +9 -9
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +11 -11
- package/deployments/polygon-sandbox-local/EndpointV2.json +43 -43
- package/deployments/polygon-sandbox-local/EndpointV2View.json +26 -26
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +14 -14
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +24 -24
- package/deployments/polygon-sandbox-local/Executor.json +74 -74
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +15 -15
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +13 -13
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +17 -17
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +41 -41
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +67 -67
- package/deployments/polygon-sandbox-local/LzExecutor.json +34 -34
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +22 -22
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +30 -30
- package/deployments/polygon-sandbox-local/NonceContractMock.json +9 -9
- package/deployments/polygon-sandbox-local/PriceFeed.json +28 -28
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +17 -17
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +32 -32
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +27 -27
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +41 -41
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +27 -27
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +18 -18
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +24 -24
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +38 -38
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +29 -29
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +20 -20
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +26 -26
- package/deployments/polygon-sandbox-local/SendUln301.json +45 -45
- package/deployments/polygon-sandbox-local/SendUln302.json +39 -39
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +17 -17
- package/deployments/polygon-sandbox-local/Treasury.json +16 -16
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +8 -8
- package/deployments/tron-sandbox-local/DVN.json +1864 -0
- package/deployments/tron-sandbox-local/DVNDecompressor.json +500 -0
- package/deployments/tron-sandbox-local/DVNFeeLib.json +398 -0
- package/deployments/tron-sandbox-local/PriceFeed.json +890 -0
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +244 -0
- package/dist/{index-RhNRGtbi.d.mts → index-JB_kbnX5.d.mts} +5 -5
- package/dist/{index-RhNRGtbi.d.ts → index-JB_kbnX5.d.ts} +5 -5
- package/dist/index.browser.cjs +5 -5
- 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 +5 -5
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +5 -5
- 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 +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x13D69Cf7d6CE4218F646B759Dcf334D82c023d8e",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -200,27 +200,27 @@
|
|
|
200
200
|
"type": "function"
|
|
201
201
|
}
|
|
202
202
|
],
|
|
203
|
-
"transactionHash": "
|
|
203
|
+
"transactionHash": "0xb1b4c1540463dd7508eeb38433409898c23d9515ff7fe15bdc507311e17864a1",
|
|
204
204
|
"receipt": {
|
|
205
205
|
"to": null,
|
|
206
206
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
207
|
-
"contractAddress": "
|
|
207
|
+
"contractAddress": "0x13D69Cf7d6CE4218F646B759Dcf334D82c023d8e",
|
|
208
208
|
"transactionIndex": 0,
|
|
209
|
-
"gasUsed": "
|
|
209
|
+
"gasUsed": "778166",
|
|
210
210
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
211
|
-
"blockHash": "
|
|
212
|
-
"transactionHash": "
|
|
211
|
+
"blockHash": "0x8ad1bd136bef1d4c852a3c9632eb7ee51a25d20c6098054c28838d77df659ef5",
|
|
212
|
+
"transactionHash": "0xb1b4c1540463dd7508eeb38433409898c23d9515ff7fe15bdc507311e17864a1",
|
|
213
213
|
"logs": [],
|
|
214
|
-
"blockNumber":
|
|
215
|
-
"cumulativeGasUsed": "
|
|
214
|
+
"blockNumber": 39,
|
|
215
|
+
"cumulativeGasUsed": "778166",
|
|
216
216
|
"status": 1,
|
|
217
217
|
"byzantium": true
|
|
218
218
|
},
|
|
219
219
|
"args": [],
|
|
220
220
|
"numDeployments": 1,
|
|
221
|
-
"solcInputHash": "
|
|
222
|
-
"bytecode": "
|
|
223
|
-
"deployedBytecode": "
|
|
221
|
+
"solcInputHash": "ad1a44ca460b4efbcc9e2616bd6af716",
|
|
222
|
+
"bytecode": "0x608060405234801561001057600080fd5b50610d32806100206000396000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c8063861e1ca51161005b578063861e1ca514610127578063c4d66de81461014a578063cb5026b91461015f578063e1e3a7df1461016757600080fd5b80632baf0be7146100825780634b4b2efb146100bc5780635e280f11146100dc575b600080fd5b6100a97fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81565b6040519081526020015b60405180910390f35b6100cf6100ca366004610bc1565b61017a565b6040516100b39190610bf5565b6000546101029062010000900473ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100b3565b61013a610135366004610bc1565b610487565b60405190151581526020016100b3565b61015d610158366004610c36565b610577565b005b6100a9600081565b61013a610175366004610c58565b6107b6565b600080548351602085015160408087015190517fc9fc7bcd00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff9094166024820152604481019290925267ffffffffffffffff16606482015283926201000090049091169063c9fc7bcd90608401602060405180830381865afa158015610223573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102479190610ca4565b9050801580156103235750600054845160208601516040517f5b17bb7000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff90931660248201526044810191909152620100009092041690635b17bb7090606401602060405180830381865afa1580156102e3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103079190610cbd565b67ffffffffffffffff16846040015167ffffffffffffffff1611155b15610332576003915050610481565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811480159061042e5750600054845160208601516040517fa0dd43fc00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff9093166024820152604481019190915262010000909204169063a0dd43fc90606401602060405180830381865afa1580156103ee573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104129190610cbd565b67ffffffffffffffff16846040015167ffffffffffffffff1611155b1561043d576002915050610481565b801580159061046c57507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114155b1561047b576001915050610481565b60009150505b92915050565b60008054604080517f861e1ca5000000000000000000000000000000000000000000000000000000008152855163ffffffff166004820152602086015160248201529085015167ffffffffffffffff16604482015273ffffffffffffffffffffffffffffffffffffffff8481166064830152620100009092049091169063861e1ca590608401602060405180830381865afa925050508015610564575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016820190925261056191810190610cda565b60015b61057057506000610481565b9050610481565b60006105a17fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035490565b905073ffffffffffffffffffffffffffffffffffffffff81166105fa5773ffffffffffffffffffffffffffffffffffffffff7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035561061c565b3373ffffffffffffffffffffffffffffffffffffffff82161461061c57600080fd5b600054610100900460ff161580801561063c5750600054600160ff909116105b806106565750303b158015610656575060005460ff166001145b6106e7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a656400000000000000000000000000000000000060648201526084015b60405180910390fd5b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055801561074557600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101001790555b61074e8361095e565b80156107b157600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b6000805485516040517f9d7f977500000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff90921660248201528582166044820152620100009092041690639d7f977590606401602060405180830381865afa158015610843573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108679190610cda565b61087357506000610956565b600054604080517fc9a54a99000000000000000000000000000000000000000000000000000000008152875163ffffffff166004820152602088015160248201529087015167ffffffffffffffff16604482015273ffffffffffffffffffffffffffffffffffffffff8681166064830152620100009092049091169063c9a54a9990608401602060405180830381865afa158015610915573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109399190610cda565b61094557506000610956565b8161095257506000610956565b5060015b949350505050565b600054610100900460ff166109f5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e6700000000000000000000000000000000000000000060648201526084016106de565b6109fe81610a01565b50565b600054610100900460ff16610a98576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e6700000000000000000000000000000000000000000060648201526084016106de565b6000805473ffffffffffffffffffffffffffffffffffffffff90921662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff909216919091179055565b67ffffffffffffffff811681146109fe57600080fd5b600060608284031215610b0d57600080fd5b6040516060810181811067ffffffffffffffff82111715610b57577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604052905080823563ffffffff81168114610b7157600080fd5b8152602083810135908201526040830135610b8b81610ae5565b6040919091015292915050565b803573ffffffffffffffffffffffffffffffffffffffff81168114610bbc57600080fd5b919050565b60008060808385031215610bd457600080fd5b610bde8484610afb565b9150610bec60608401610b98565b90509250929050565b6020810160048310610c30577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b600060208284031215610c4857600080fd5b610c5182610b98565b9392505050565b60008060008060c08587031215610c6e57600080fd5b610c788686610afb565b9350610c8660608601610b98565b9250610c9460808601610b98565b9396929550929360a00135925050565b600060208284031215610cb657600080fd5b5051919050565b600060208284031215610ccf57600080fd5b8151610c5181610ae5565b600060208284031215610cec57600080fd5b81518015158114610c5157600080fdfea264697066735822122010f37fa0bdda8e561e73c1c3dc74b03d34fb9c31a71d1eb855ee285a79960b9864736f6c63430008160033",
|
|
223
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061007d5760003560e01c8063861e1ca51161005b578063861e1ca514610127578063c4d66de81461014a578063cb5026b91461015f578063e1e3a7df1461016757600080fd5b80632baf0be7146100825780634b4b2efb146100bc5780635e280f11146100dc575b600080fd5b6100a97fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81565b6040519081526020015b60405180910390f35b6100cf6100ca366004610bc1565b61017a565b6040516100b39190610bf5565b6000546101029062010000900473ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100b3565b61013a610135366004610bc1565b610487565b60405190151581526020016100b3565b61015d610158366004610c36565b610577565b005b6100a9600081565b61013a610175366004610c58565b6107b6565b600080548351602085015160408087015190517fc9fc7bcd00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff9094166024820152604481019290925267ffffffffffffffff16606482015283926201000090049091169063c9fc7bcd90608401602060405180830381865afa158015610223573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102479190610ca4565b9050801580156103235750600054845160208601516040517f5b17bb7000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff90931660248201526044810191909152620100009092041690635b17bb7090606401602060405180830381865afa1580156102e3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103079190610cbd565b67ffffffffffffffff16846040015167ffffffffffffffff1611155b15610332576003915050610481565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811480159061042e5750600054845160208601516040517fa0dd43fc00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff9093166024820152604481019190915262010000909204169063a0dd43fc90606401602060405180830381865afa1580156103ee573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104129190610cbd565b67ffffffffffffffff16846040015167ffffffffffffffff1611155b1561043d576002915050610481565b801580159061046c57507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114155b1561047b576001915050610481565b60009150505b92915050565b60008054604080517f861e1ca5000000000000000000000000000000000000000000000000000000008152855163ffffffff166004820152602086015160248201529085015167ffffffffffffffff16604482015273ffffffffffffffffffffffffffffffffffffffff8481166064830152620100009092049091169063861e1ca590608401602060405180830381865afa925050508015610564575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016820190925261056191810190610cda565b60015b61057057506000610481565b9050610481565b60006105a17fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035490565b905073ffffffffffffffffffffffffffffffffffffffff81166105fa5773ffffffffffffffffffffffffffffffffffffffff7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035561061c565b3373ffffffffffffffffffffffffffffffffffffffff82161461061c57600080fd5b600054610100900460ff161580801561063c5750600054600160ff909116105b806106565750303b158015610656575060005460ff166001145b6106e7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a656400000000000000000000000000000000000060648201526084015b60405180910390fd5b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055801561074557600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101001790555b61074e8361095e565b80156107b157600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b6000805485516040517f9d7f977500000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff878116600483015263ffffffff90921660248201528582166044820152620100009092041690639d7f977590606401602060405180830381865afa158015610843573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108679190610cda565b61087357506000610956565b600054604080517fc9a54a99000000000000000000000000000000000000000000000000000000008152875163ffffffff166004820152602088015160248201529087015167ffffffffffffffff16604482015273ffffffffffffffffffffffffffffffffffffffff8681166064830152620100009092049091169063c9a54a9990608401602060405180830381865afa158015610915573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109399190610cda565b61094557506000610956565b8161095257506000610956565b5060015b949350505050565b600054610100900460ff166109f5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e6700000000000000000000000000000000000000000060648201526084016106de565b6109fe81610a01565b50565b600054610100900460ff16610a98576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e6700000000000000000000000000000000000000000060648201526084016106de565b6000805473ffffffffffffffffffffffffffffffffffffffff90921662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff909216919091179055565b67ffffffffffffffff811681146109fe57600080fd5b600060608284031215610b0d57600080fd5b6040516060810181811067ffffffffffffffff82111715610b57577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604052905080823563ffffffff81168114610b7157600080fd5b8152602083810135908201526040830135610b8b81610ae5565b6040919091015292915050565b803573ffffffffffffffffffffffffffffffffffffffff81168114610bbc57600080fd5b919050565b60008060808385031215610bd457600080fd5b610bde8484610afb565b9150610bec60608401610b98565b90509250929050565b6020810160048310610c30577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b600060208284031215610c4857600080fd5b610c5182610b98565b9392505050565b60008060008060c08587031215610c6e57600080fd5b610c788686610afb565b9350610c8660608601610b98565b9250610c9460808601610b98565b9396929550929360a00135925050565b600060208284031215610cb657600080fd5b5051919050565b600060208284031215610ccf57600080fd5b8151610c5181610ae5565b600060208284031215610cec57600080fd5b81518015158114610c5157600080fdfea264697066735822122010f37fa0bdda8e561e73c1c3dc74b03d34fb9c31a71d1eb855ee285a79960b9864736f6c63430008160033",
|
|
224
224
|
"devdoc": {
|
|
225
225
|
"events": {
|
|
226
226
|
"Initialized(uint8)": {
|
|
@@ -270,10 +270,10 @@
|
|
|
270
270
|
"label": "endpoint",
|
|
271
271
|
"offset": 2,
|
|
272
272
|
"slot": "0",
|
|
273
|
-
"type": "t_contract(ILayerZeroEndpointV2)
|
|
273
|
+
"type": "t_contract(ILayerZeroEndpointV2)5371"
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
"astId":
|
|
276
|
+
"astId": 3293,
|
|
277
277
|
"contract": "contracts/EndpointV2View.sol:EndpointV2View",
|
|
278
278
|
"label": "__gap",
|
|
279
279
|
"offset": 0,
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"label": "bool",
|
|
294
294
|
"numberOfBytes": "1"
|
|
295
295
|
},
|
|
296
|
-
"t_contract(ILayerZeroEndpointV2)
|
|
296
|
+
"t_contract(ILayerZeroEndpointV2)5371": {
|
|
297
297
|
"encoding": "inplace",
|
|
298
298
|
"label": "contract ILayerZeroEndpointV2",
|
|
299
299
|
"numberOfBytes": "20"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -133,64 +133,64 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0x0e2c1f2379d1ec7690ad55aea7295af45738cd9f9aeb40e9b2ca2099a6cba0f2",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
139
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
140
|
-
"contractAddress": "
|
|
140
|
+
"contractAddress": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
141
141
|
"transactionIndex": 0,
|
|
142
142
|
"gasUsed": "648879",
|
|
143
|
-
"logsBloom": "
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
143
|
+
"logsBloom": "0x00040000000000000000000000008000400000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000002000000000000000000020000000000000000000040000008000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
144
|
+
"blockHash": "0xf500aebe598cb8a669adec87795e423944fccb7f8387598cbe09298f4c08bbfe",
|
|
145
|
+
"transactionHash": "0x0e2c1f2379d1ec7690ad55aea7295af45738cd9f9aeb40e9b2ca2099a6cba0f2",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
151
|
-
"address": "
|
|
149
|
+
"blockNumber": 40,
|
|
150
|
+
"transactionHash": "0x0e2c1f2379d1ec7690ad55aea7295af45738cd9f9aeb40e9b2ca2099a6cba0f2",
|
|
151
|
+
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
154
|
-
"
|
|
154
|
+
"0x00000000000000000000000013d69cf7d6ce4218f646b759dcf334d82c023d8e"
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0xf500aebe598cb8a669adec87795e423944fccb7f8387598cbe09298f4c08bbfe"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
164
|
-
"address": "
|
|
162
|
+
"blockNumber": 40,
|
|
163
|
+
"transactionHash": "0x0e2c1f2379d1ec7690ad55aea7295af45738cd9f9aeb40e9b2ca2099a6cba0f2",
|
|
164
|
+
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
167
167
|
],
|
|
168
168
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
169
169
|
"logIndex": 1,
|
|
170
|
-
"blockHash": "
|
|
170
|
+
"blockHash": "0xf500aebe598cb8a669adec87795e423944fccb7f8387598cbe09298f4c08bbfe"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"transactionIndex": 0,
|
|
174
|
-
"blockNumber":
|
|
175
|
-
"transactionHash": "
|
|
176
|
-
"address": "
|
|
174
|
+
"blockNumber": 40,
|
|
175
|
+
"transactionHash": "0x0e2c1f2379d1ec7690ad55aea7295af45738cd9f9aeb40e9b2ca2099a6cba0f2",
|
|
176
|
+
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
177
177
|
"topics": [
|
|
178
178
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
179
179
|
],
|
|
180
|
-
"data": "
|
|
180
|
+
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000094b75aa39bec4cb15e7b9593c315af203b7b847f",
|
|
181
181
|
"logIndex": 2,
|
|
182
|
-
"blockHash": "
|
|
182
|
+
"blockHash": "0xf500aebe598cb8a669adec87795e423944fccb7f8387598cbe09298f4c08bbfe"
|
|
183
183
|
}
|
|
184
184
|
],
|
|
185
|
-
"blockNumber":
|
|
185
|
+
"blockNumber": 40,
|
|
186
186
|
"cumulativeGasUsed": "648879",
|
|
187
187
|
"status": 1,
|
|
188
188
|
"byzantium": true
|
|
189
189
|
},
|
|
190
190
|
"args": [
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
191
|
+
"0x13D69Cf7d6CE4218F646B759Dcf334D82c023d8e",
|
|
192
|
+
"0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
|
|
193
|
+
"0xc4d66de80000000000000000000000000b48af34f4c854f5ae1a3d587da471fea45bad52"
|
|
194
194
|
],
|
|
195
195
|
"numDeployments": 1,
|
|
196
196
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -1278,35 +1278,35 @@
|
|
|
1278
1278
|
"type": "constructor"
|
|
1279
1279
|
}
|
|
1280
1280
|
],
|
|
1281
|
-
"transactionHash": "
|
|
1281
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1282
1282
|
"receipt": {
|
|
1283
1283
|
"to": null,
|
|
1284
1284
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
1285
|
-
"contractAddress": "
|
|
1285
|
+
"contractAddress": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1286
1286
|
"transactionIndex": 0,
|
|
1287
1287
|
"gasUsed": "1023277",
|
|
1288
|
-
"logsBloom": "
|
|
1289
|
-
"blockHash": "
|
|
1290
|
-
"transactionHash": "
|
|
1288
|
+
"logsBloom": "0x00000004000000000000000000000000400000000010000000000000100100104000000000000000000000020000800000000001000000200000000000100080000000000000000000000000000002000100000020000004000000000030000000000000020008100000000001000800000800800040000810000000000800000000000010000400080000000080004000000000008080000000000000800000000000000000200000000002000400400000000000000000001000000200000000000020001000000000040000040000002000000400000100010000008060000000000010000000800000000800000000000000000000000000000000200000",
|
|
1289
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4",
|
|
1290
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1291
1291
|
"logs": [
|
|
1292
1292
|
{
|
|
1293
1293
|
"transactionIndex": 0,
|
|
1294
|
-
"blockNumber":
|
|
1295
|
-
"transactionHash": "
|
|
1296
|
-
"address": "
|
|
1294
|
+
"blockNumber": 56,
|
|
1295
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1296
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1297
1297
|
"topics": [
|
|
1298
1298
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
1299
|
-
"
|
|
1299
|
+
"0x00000000000000000000000071550ac84ba7599220eaef5c756b847cb4486606"
|
|
1300
1300
|
],
|
|
1301
1301
|
"data": "0x",
|
|
1302
1302
|
"logIndex": 0,
|
|
1303
|
-
"blockHash": "
|
|
1303
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1304
1304
|
},
|
|
1305
1305
|
{
|
|
1306
1306
|
"transactionIndex": 0,
|
|
1307
|
-
"blockNumber":
|
|
1308
|
-
"transactionHash": "
|
|
1309
|
-
"address": "
|
|
1307
|
+
"blockNumber": 56,
|
|
1308
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1309
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1310
1310
|
"topics": [
|
|
1311
1311
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1312
1312
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -1315,58 +1315,58 @@
|
|
|
1315
1315
|
],
|
|
1316
1316
|
"data": "0x",
|
|
1317
1317
|
"logIndex": 1,
|
|
1318
|
-
"blockHash": "
|
|
1318
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1319
1319
|
},
|
|
1320
1320
|
{
|
|
1321
1321
|
"transactionIndex": 0,
|
|
1322
|
-
"blockNumber":
|
|
1323
|
-
"transactionHash": "
|
|
1324
|
-
"address": "
|
|
1322
|
+
"blockNumber": 56,
|
|
1323
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1324
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1325
1325
|
"topics": [
|
|
1326
1326
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1327
1327
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1328
|
-
"
|
|
1328
|
+
"0x000000000000000000000000e6b98f104c1bef218f3893adab4160dc73eb8367",
|
|
1329
1329
|
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1330
1330
|
],
|
|
1331
1331
|
"data": "0x",
|
|
1332
1332
|
"logIndex": 2,
|
|
1333
|
-
"blockHash": "
|
|
1333
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1334
1334
|
},
|
|
1335
1335
|
{
|
|
1336
1336
|
"transactionIndex": 0,
|
|
1337
|
-
"blockNumber":
|
|
1338
|
-
"transactionHash": "
|
|
1339
|
-
"address": "
|
|
1337
|
+
"blockNumber": 56,
|
|
1338
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1339
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1340
1340
|
"topics": [
|
|
1341
1341
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1342
1342
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1343
|
-
"
|
|
1343
|
+
"0x00000000000000000000000073eccd6288e117caca738bdad4fec51312166c1a",
|
|
1344
1344
|
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1345
1345
|
],
|
|
1346
1346
|
"data": "0x",
|
|
1347
1347
|
"logIndex": 3,
|
|
1348
|
-
"blockHash": "
|
|
1348
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1349
1349
|
},
|
|
1350
1350
|
{
|
|
1351
1351
|
"transactionIndex": 0,
|
|
1352
|
-
"blockNumber":
|
|
1353
|
-
"transactionHash": "
|
|
1354
|
-
"address": "
|
|
1352
|
+
"blockNumber": 56,
|
|
1353
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1354
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1355
1355
|
"topics": [
|
|
1356
1356
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1357
1357
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1358
|
-
"
|
|
1358
|
+
"0x00000000000000000000000059f2f1fcfe2474fd5f0b9ba1e73ca90b143eb8d0",
|
|
1359
1359
|
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1360
1360
|
],
|
|
1361
1361
|
"data": "0x",
|
|
1362
1362
|
"logIndex": 4,
|
|
1363
|
-
"blockHash": "
|
|
1363
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1364
1364
|
},
|
|
1365
1365
|
{
|
|
1366
1366
|
"transactionIndex": 0,
|
|
1367
|
-
"blockNumber":
|
|
1368
|
-
"transactionHash": "
|
|
1369
|
-
"address": "
|
|
1367
|
+
"blockNumber": 56,
|
|
1368
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1369
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1370
1370
|
"topics": [
|
|
1371
1371
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1372
1372
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1375,13 +1375,13 @@
|
|
|
1375
1375
|
],
|
|
1376
1376
|
"data": "0x",
|
|
1377
1377
|
"logIndex": 5,
|
|
1378
|
-
"blockHash": "
|
|
1378
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1379
1379
|
},
|
|
1380
1380
|
{
|
|
1381
1381
|
"transactionIndex": 0,
|
|
1382
|
-
"blockNumber":
|
|
1383
|
-
"transactionHash": "
|
|
1384
|
-
"address": "
|
|
1382
|
+
"blockNumber": 56,
|
|
1383
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1384
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1385
1385
|
"topics": [
|
|
1386
1386
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1387
1387
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1390,13 +1390,13 @@
|
|
|
1390
1390
|
],
|
|
1391
1391
|
"data": "0x",
|
|
1392
1392
|
"logIndex": 6,
|
|
1393
|
-
"blockHash": "
|
|
1393
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1394
1394
|
},
|
|
1395
1395
|
{
|
|
1396
1396
|
"transactionIndex": 0,
|
|
1397
|
-
"blockNumber":
|
|
1398
|
-
"transactionHash": "
|
|
1399
|
-
"address": "
|
|
1397
|
+
"blockNumber": 56,
|
|
1398
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1399
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1400
1400
|
"topics": [
|
|
1401
1401
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1402
1402
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1405,13 +1405,13 @@
|
|
|
1405
1405
|
],
|
|
1406
1406
|
"data": "0x",
|
|
1407
1407
|
"logIndex": 7,
|
|
1408
|
-
"blockHash": "
|
|
1408
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1409
1409
|
},
|
|
1410
1410
|
{
|
|
1411
1411
|
"transactionIndex": 0,
|
|
1412
|
-
"blockNumber":
|
|
1413
|
-
"transactionHash": "
|
|
1414
|
-
"address": "
|
|
1412
|
+
"blockNumber": 56,
|
|
1413
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1414
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1415
1415
|
"topics": [
|
|
1416
1416
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1417
1417
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1420,13 +1420,13 @@
|
|
|
1420
1420
|
],
|
|
1421
1421
|
"data": "0x",
|
|
1422
1422
|
"logIndex": 8,
|
|
1423
|
-
"blockHash": "
|
|
1423
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"transactionIndex": 0,
|
|
1427
|
-
"blockNumber":
|
|
1428
|
-
"transactionHash": "
|
|
1429
|
-
"address": "
|
|
1427
|
+
"blockNumber": 56,
|
|
1428
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1429
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1430
1430
|
"topics": [
|
|
1431
1431
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1432
1432
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1435,13 +1435,13 @@
|
|
|
1435
1435
|
],
|
|
1436
1436
|
"data": "0x",
|
|
1437
1437
|
"logIndex": 9,
|
|
1438
|
-
"blockHash": "
|
|
1438
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1439
1439
|
},
|
|
1440
1440
|
{
|
|
1441
1441
|
"transactionIndex": 0,
|
|
1442
|
-
"blockNumber":
|
|
1443
|
-
"transactionHash": "
|
|
1444
|
-
"address": "
|
|
1442
|
+
"blockNumber": 56,
|
|
1443
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1444
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1445
1445
|
"topics": [
|
|
1446
1446
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1447
1447
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1450,42 +1450,42 @@
|
|
|
1450
1450
|
],
|
|
1451
1451
|
"data": "0x",
|
|
1452
1452
|
"logIndex": 10,
|
|
1453
|
-
"blockHash": "
|
|
1453
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1454
1454
|
},
|
|
1455
1455
|
{
|
|
1456
1456
|
"transactionIndex": 0,
|
|
1457
|
-
"blockNumber":
|
|
1458
|
-
"transactionHash": "
|
|
1459
|
-
"address": "
|
|
1457
|
+
"blockNumber": 56,
|
|
1458
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1459
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1460
1460
|
"topics": [
|
|
1461
1461
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
1462
1462
|
],
|
|
1463
1463
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
1464
1464
|
"logIndex": 11,
|
|
1465
|
-
"blockHash": "
|
|
1465
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1466
1466
|
},
|
|
1467
1467
|
{
|
|
1468
1468
|
"transactionIndex": 0,
|
|
1469
|
-
"blockNumber":
|
|
1470
|
-
"transactionHash": "
|
|
1471
|
-
"address": "
|
|
1469
|
+
"blockNumber": 56,
|
|
1470
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
1471
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
1472
1472
|
"topics": [
|
|
1473
1473
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
1474
1474
|
],
|
|
1475
|
-
"data": "
|
|
1475
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7c2a73131dd48d8ac46dcd7ab80c8cbee5b410a",
|
|
1476
1476
|
"logIndex": 12,
|
|
1477
|
-
"blockHash": "
|
|
1477
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
1478
1478
|
}
|
|
1479
1479
|
],
|
|
1480
|
-
"blockNumber":
|
|
1480
|
+
"blockNumber": 56,
|
|
1481
1481
|
"cumulativeGasUsed": "1023277",
|
|
1482
1482
|
"status": 1,
|
|
1483
1483
|
"byzantium": true
|
|
1484
1484
|
},
|
|
1485
1485
|
"args": [
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1486
|
+
"0x71550ac84Ba7599220eAEf5C756b847cB4486606",
|
|
1487
|
+
"0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
|
|
1488
|
+
"0x009fc6810000000000000000000000000b48af34f4c854f5ae1a3d587da471fea45bad52000000000000000000000000381445710b5e73d34af196c53a3d5cda58edbf7a00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000008438ad1c834623cff278ab6829a248e37c2d7e3f0000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b44800000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000003000000000000000000000000e6b98f104c1bef218f3893adab4160dc73eb836700000000000000000000000073eccd6288e117caca738bdad4fec51312166c1a00000000000000000000000059f2f1fcfe2474fd5f0b9ba1e73ca90b143eb8d00000000000000000000000000000000000000000000000000000000000000007000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba80000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e000000000000000000000000aada98978453263132587d0805c4a17376af9f13000000000000000000000000aada98978453263132587d0805c4a17376af9f13"
|
|
1489
1489
|
],
|
|
1490
1490
|
"numDeployments": 1,
|
|
1491
1491
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -1494,14 +1494,14 @@
|
|
|
1494
1494
|
"execute": {
|
|
1495
1495
|
"methodName": "initialize",
|
|
1496
1496
|
"args": [
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1497
|
+
"0x0b48aF34f4c854F5ae1A3D587da471FeA45bAD52",
|
|
1498
|
+
"0x381445710b5e73d34aF196c53A3D5cDa58EDBf7A",
|
|
1499
1499
|
[
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1500
|
+
"0xe6b98F104c1BEf218F3893ADab4160Dc73Eb8367",
|
|
1501
|
+
"0x73eccD6288e117cAcA738BDAD4FEC51312166C1A",
|
|
1502
|
+
"0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0"
|
|
1503
1503
|
],
|
|
1504
|
-
"
|
|
1504
|
+
"0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
|
|
1505
1505
|
"0x9B63F0Cef479924E5d2C4E22DBE31E6d0353B448",
|
|
1506
1506
|
[
|
|
1507
1507
|
"0xB9Cb228D7498d6F02B0F88F7b16d2Cf836d2aeA9",
|
|
@@ -1514,7 +1514,7 @@
|
|
|
1514
1514
|
]
|
|
1515
1515
|
]
|
|
1516
1516
|
},
|
|
1517
|
-
"implementation": "
|
|
1517
|
+
"implementation": "0x71550ac84Ba7599220eAEf5C756b847cB4486606",
|
|
1518
1518
|
"devdoc": {
|
|
1519
1519
|
"details": "This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error that says \"admin cannot fallback to proxy target\". These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.",
|
|
1520
1520
|
"kind": "dev",
|