@layerzerolabs/lz-evm-sdk-v1 3.0.148 → 3.0.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/deployments/arbitrum-sandbox-local/DefaultProxyAdmin.json +3 -3
- package/deployments/arbitrum-sandbox-local/Endpoint.json +2 -2
- package/deployments/arbitrum-sandbox-local/FPValidator.json +1 -1
- package/deployments/arbitrum-sandbox-local/MPTValidator01.json +1 -1
- package/deployments/arbitrum-sandbox-local/NonceContract.json +1 -1
- package/deployments/arbitrum-sandbox-local/RelayerV2.json +5 -5
- package/deployments/arbitrum-sandbox-local/RelayerV2_Implementation.json +1 -1
- package/deployments/arbitrum-sandbox-local/RelayerV2_Proxy.json +5 -5
- package/deployments/arbitrum-sandbox-local/TreasuryV2.json +2 -2
- package/deployments/arbitrum-sandbox-local/UltraLightNode.json +2 -2
- package/deployments/arbitrum-sandbox-local/UltraLightNodeV2.json +2 -2
- package/deployments/{sagaevm-testnet → atlanticocean-testnet}/DefaultProxyAdmin.json +18 -18
- package/deployments/atlanticocean-testnet/Endpoint.json +1282 -0
- package/deployments/atlanticocean-testnet/FPValidator.json +382 -0
- package/deployments/atlanticocean-testnet/MPTValidator01.json +395 -0
- package/deployments/atlanticocean-testnet/NonceContract.json +159 -0
- package/deployments/{sagaevm-testnet → atlanticocean-testnet}/RelayerV2.json +33 -33
- package/deployments/{sagaevm-testnet → atlanticocean-testnet}/RelayerV2_Implementation.json +7 -7
- package/deployments/{sagaevm-testnet → atlanticocean-testnet}/RelayerV2_Proxy.json +32 -32
- package/deployments/atlanticocean-testnet/TreasuryV2.json +458 -0
- package/deployments/atlanticocean-testnet/UltraLightNodeV2.json +1816 -0
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +10 -10
- package/deployments/bsc-sandbox-local/Endpoint.json +7 -7
- package/deployments/bsc-sandbox-local/FPValidator.json +4 -4
- package/deployments/bsc-sandbox-local/MPTValidator01.json +4 -4
- package/deployments/bsc-sandbox-local/NonceContract.json +4 -4
- package/deployments/bsc-sandbox-local/RelayerV2.json +16 -16
- package/deployments/bsc-sandbox-local/RelayerV2_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/RelayerV2_Proxy.json +16 -16
- package/deployments/bsc-sandbox-local/TreasuryV2.json +7 -7
- package/deployments/bsc-sandbox-local/UltraLightNode.json +7 -7
- package/deployments/bsc-sandbox-local/UltraLightNodeV2.json +7 -7
- package/deployments/citrea-mainnet/DefaultProxyAdmin.json +273 -0
- package/deployments/citrea-mainnet/Endpoint.json +1282 -0
- package/deployments/citrea-mainnet/FPValidator.json +382 -0
- package/deployments/citrea-mainnet/MPTValidator01.json +395 -0
- package/deployments/citrea-mainnet/NonceContract.json +159 -0
- package/deployments/citrea-mainnet/RelayerV2.json +1415 -0
- package/deployments/citrea-mainnet/RelayerV2_Implementation.json +1612 -0
- package/deployments/citrea-mainnet/RelayerV2_Proxy.json +245 -0
- package/deployments/citrea-mainnet/TreasuryV2.json +458 -0
- package/deployments/citrea-mainnet/UltraLightNodeV2.json +1816 -0
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/Endpoint.json +2 -2
- package/deployments/ethereum-sandbox-local/FPValidator.json +1 -1
- package/deployments/ethereum-sandbox-local/MPTValidator01.json +1 -1
- package/deployments/ethereum-sandbox-local/NonceContract.json +1 -1
- package/deployments/ethereum-sandbox-local/RelayerV2.json +5 -5
- package/deployments/ethereum-sandbox-local/RelayerV2_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/RelayerV2_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/TreasuryV2.json +2 -2
- package/deployments/ethereum-sandbox-local/UltraLightNode.json +2 -2
- package/deployments/ethereum-sandbox-local/UltraLightNodeV2.json +2 -2
- package/deployments/horizen-mainnet/DefaultProxyAdmin.json +273 -0
- package/deployments/horizen-mainnet/Endpoint.json +1282 -0
- package/deployments/horizen-mainnet/FPValidator.json +382 -0
- package/deployments/horizen-mainnet/MPTValidator01.json +395 -0
- package/deployments/horizen-mainnet/NonceContract.json +159 -0
- package/deployments/horizen-mainnet/RelayerV2.json +1415 -0
- package/deployments/horizen-mainnet/RelayerV2_Implementation.json +1612 -0
- package/deployments/horizen-mainnet/RelayerV2_Proxy.json +245 -0
- package/deployments/horizen-mainnet/TreasuryV2.json +458 -0
- package/deployments/horizen-mainnet/UltraLightNodeV2.json +1816 -0
- package/deployments/horizen-testnet/DefaultProxyAdmin.json +273 -0
- package/deployments/horizen-testnet/Endpoint.json +1282 -0
- package/deployments/horizen-testnet/FPValidator.json +382 -0
- package/deployments/horizen-testnet/MPTValidator01.json +395 -0
- package/deployments/horizen-testnet/NonceContract.json +159 -0
- package/deployments/horizen-testnet/RelayerV2.json +1415 -0
- package/deployments/horizen-testnet/RelayerV2_Implementation.json +1612 -0
- package/deployments/horizen-testnet/RelayerV2_Proxy.json +245 -0
- package/deployments/horizen-testnet/TreasuryV2.json +458 -0
- package/deployments/horizen-testnet/UltraLightNodeV2.json +1816 -0
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +10 -10
- package/deployments/polygon-sandbox-local/Endpoint.json +7 -7
- package/deployments/polygon-sandbox-local/FPValidator.json +4 -4
- package/deployments/polygon-sandbox-local/MPTValidator01.json +4 -4
- package/deployments/polygon-sandbox-local/NonceContract.json +4 -4
- package/deployments/polygon-sandbox-local/RelayerV2.json +16 -16
- package/deployments/polygon-sandbox-local/RelayerV2_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/RelayerV2_Proxy.json +16 -16
- package/deployments/polygon-sandbox-local/TreasuryV2.json +7 -7
- package/deployments/polygon-sandbox-local/UltraLightNode.json +7 -7
- package/deployments/polygon-sandbox-local/UltraLightNodeV2.json +7 -7
- package/deployments/redbelly-mainnet/DefaultProxyAdmin.json +273 -0
- package/deployments/redbelly-mainnet/Endpoint.json +1282 -0
- package/deployments/redbelly-mainnet/FPValidator.json +382 -0
- package/deployments/redbelly-mainnet/MPTValidator01.json +395 -0
- package/deployments/redbelly-mainnet/NonceContract.json +159 -0
- package/deployments/redbelly-mainnet/RelayerV2.json +1415 -0
- package/deployments/redbelly-mainnet/RelayerV2_Implementation.json +1612 -0
- package/deployments/redbelly-mainnet/RelayerV2_Proxy.json +245 -0
- package/deployments/redbelly-mainnet/TreasuryV2.json +458 -0
- package/deployments/redbelly-mainnet/UltraLightNodeV2.json +1816 -0
- package/deployments/sagaevm-mainnet/DefaultProxyAdmin.json +273 -0
- package/deployments/sagaevm-mainnet/Endpoint.json +1282 -0
- package/deployments/sagaevm-mainnet/FPValidator.json +382 -0
- package/deployments/sagaevm-mainnet/FeeHandler.json +252 -0
- package/deployments/sagaevm-mainnet/MPTValidator01.json +395 -0
- package/deployments/sagaevm-mainnet/NonceContract.json +159 -0
- package/deployments/sagaevm-mainnet/RelayerV2.json +1418 -0
- package/deployments/sagaevm-mainnet/RelayerV2_Implementation.json +1612 -0
- package/deployments/sagaevm-mainnet/RelayerV2_Proxy.json +245 -0
- package/deployments/sagaevm-mainnet/TreasuryV2.json +458 -0
- package/deployments/sagaevm-mainnet/UltraLightNodeV2.json +1835 -0
- package/deployments/sagaevm-mainnet/UltraLightNodeV2AltToken.json +1835 -0
- package/deployments/sagaevm-testnet/Endpoint.json +11 -11
- package/deployments/sagaevm-testnet/FPValidator.json +6 -6
- package/deployments/sagaevm-testnet/FeeHandler.json +252 -0
- package/deployments/sagaevm-testnet/MPTValidator01.json +6 -6
- package/deployments/sagaevm-testnet/NonceContract.json +7 -7
- package/deployments/sagaevm-testnet/TreasuryV2.json +12 -12
- package/deployments/sagaevm-testnet/UltraLightNodeV2.json +72 -53
- package/deployments/sagaevm-testnet/UltraLightNodeV2AltToken.json +1835 -0
- package/deployments/sophonos-testnet/DefaultProxyAdmin.json +307 -0
- package/deployments/sophonos-testnet/Endpoint.json +1282 -0
- package/deployments/sophonos-testnet/FPValidator.json +382 -0
- package/deployments/sophonos-testnet/MPTValidator01.json +395 -0
- package/deployments/sophonos-testnet/NonceContract.json +159 -0
- package/deployments/sophonos-testnet/RelayerV2.json +1467 -0
- package/deployments/sophonos-testnet/RelayerV2_Implementation.json +1627 -0
- package/deployments/sophonos-testnet/RelayerV2_Proxy.json +297 -0
- package/deployments/sophonos-testnet/TreasuryV2.json +458 -0
- package/deployments/sophonos-testnet/UltraLightNodeV2.json +1816 -0
- package/deployments/tempodev1-testnet/DefaultProxyAdmin.json +287 -0
- package/deployments/tempodev1-testnet/Endpoint.json +1296 -0
- package/deployments/tempodev1-testnet/FPValidator.json +397 -0
- package/deployments/tempodev1-testnet/FeeHandler.json +266 -0
- package/deployments/tempodev1-testnet/MPTValidator01.json +410 -0
- package/deployments/tempodev1-testnet/NonceContract.json +174 -0
- package/deployments/tempodev1-testnet/RelayerV2.json +1432 -0
- package/deployments/tempodev1-testnet/RelayerV2_Implementation.json +1627 -0
- package/deployments/tempodev1-testnet/RelayerV2_Proxy.json +259 -0
- package/deployments/tempodev1-testnet/TreasuryV2.json +472 -0
- package/deployments/tempodev1-testnet/UltraLightNodeV2.json +1849 -0
- package/deployments/tempodev1-testnet/UltraLightNodeV2AltToken.json +1849 -0
- package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +14 -14
- package/deployments/tron-sandbox-local/Endpoint.json +8 -8
- package/deployments/tron-sandbox-local/FPValidator.json +6 -6
- package/deployments/tron-sandbox-local/MPTValidator01.json +6 -6
- package/deployments/tron-sandbox-local/NonceContract.json +7 -7
- package/deployments/tron-sandbox-local/RelayerV2.json +31 -31
- package/deployments/tron-sandbox-local/RelayerV2_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/RelayerV2_Proxy.json +28 -28
- package/deployments/tron-sandbox-local/TreasuryV2.json +11 -11
- package/deployments/tron-sandbox-local/UltraLightNode.json +11 -11
- package/deployments/tron-sandbox-local/UltraLightNodeV2.json +12 -12
- package/package.json +7 -7
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x6098e96a28E02f27B1e6BD381f870F1C8Bd169d3",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"internalType": "address",
|
|
8
|
+
"name": "_endpoint",
|
|
9
|
+
"type": "address"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"stateMutability": "nonpayable",
|
|
13
|
+
"type": "constructor"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"inputs": [],
|
|
17
|
+
"name": "endpoint",
|
|
18
|
+
"outputs": [
|
|
19
|
+
{
|
|
20
|
+
"internalType": "contract ILayerZeroEndpoint",
|
|
21
|
+
"name": "",
|
|
22
|
+
"type": "address"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"stateMutability": "view",
|
|
26
|
+
"type": "function"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"inputs": [
|
|
30
|
+
{
|
|
31
|
+
"internalType": "uint16",
|
|
32
|
+
"name": "_chainId",
|
|
33
|
+
"type": "uint16"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"internalType": "address",
|
|
37
|
+
"name": "_ua",
|
|
38
|
+
"type": "address"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"internalType": "bytes",
|
|
42
|
+
"name": "_path",
|
|
43
|
+
"type": "bytes"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"name": "increment",
|
|
47
|
+
"outputs": [
|
|
48
|
+
{
|
|
49
|
+
"internalType": "uint64",
|
|
50
|
+
"name": "",
|
|
51
|
+
"type": "uint64"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"stateMutability": "nonpayable",
|
|
55
|
+
"type": "function"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"inputs": [
|
|
59
|
+
{
|
|
60
|
+
"internalType": "uint16",
|
|
61
|
+
"name": "",
|
|
62
|
+
"type": "uint16"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"internalType": "bytes",
|
|
66
|
+
"name": "",
|
|
67
|
+
"type": "bytes"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"name": "outboundNonce",
|
|
71
|
+
"outputs": [
|
|
72
|
+
{
|
|
73
|
+
"internalType": "uint64",
|
|
74
|
+
"name": "",
|
|
75
|
+
"type": "uint64"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"stateMutability": "view",
|
|
79
|
+
"type": "function"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"transactionHash": "0x682661fc342a785347f2c51437d91572d21823292c29df628e7c3a71db2c1b19",
|
|
83
|
+
"receipt": {
|
|
84
|
+
"to": null,
|
|
85
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
86
|
+
"contractAddress": "0x6098e96a28E02f27B1e6BD381f870F1C8Bd169d3",
|
|
87
|
+
"transactionIndex": 41,
|
|
88
|
+
"gasUsed": "294163",
|
|
89
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
90
|
+
"blockHash": "0xa9050d91d6cd8f737aeb047bce6e704bceb173905a33c53439ab74661e6d07ac",
|
|
91
|
+
"transactionHash": "0x682661fc342a785347f2c51437d91572d21823292c29df628e7c3a71db2c1b19",
|
|
92
|
+
"logs": [],
|
|
93
|
+
"blockNumber": 5425749,
|
|
94
|
+
"cumulativeGasUsed": "294163",
|
|
95
|
+
"status": 1,
|
|
96
|
+
"byzantium": true
|
|
97
|
+
},
|
|
98
|
+
"args": [
|
|
99
|
+
"0x83c73Da98cf733B03315aFa8758834b36a195b87"
|
|
100
|
+
],
|
|
101
|
+
"numDeployments": 1,
|
|
102
|
+
"solcInputHash": "fda55e5b88a2cdb431ea54902f4cdb09",
|
|
103
|
+
"metadata": "{\"compiler\":{\"version\":\"0.7.6+commit.7338295f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_endpoint\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"endpoint\",\"outputs\":[{\"internalType\":\"contract ILayerZeroEndpoint\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_chainId\",\"type\":\"uint16\"},{\"internalType\":\"address\",\"name\":\"_ua\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"_path\",\"type\":\"bytes\"}],\"name\":\"increment\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"\",\"type\":\"uint16\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"outboundNonce\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/NonceContract.sol\":\"NonceContract\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":30000},\"remappings\":[]},\"sources\":{\"contracts/NonceContract.sol\":{\"content\":\"// SPDX-License-Identifier: BUSL-1.1\\n\\npragma solidity 0.7.6;\\n\\nimport \\\"./interfaces/ILayerZeroEndpoint.sol\\\";\\n\\ncontract NonceContract {\\n ILayerZeroEndpoint public immutable endpoint;\\n // outboundNonce = [dstChainId][remoteAddress + localAddress]\\n mapping(uint16 => mapping(bytes => uint64)) public outboundNonce;\\n\\n constructor(address _endpoint) {\\n endpoint = ILayerZeroEndpoint(_endpoint);\\n }\\n\\n function increment(uint16 _chainId, address _ua, bytes calldata _path) external returns (uint64) {\\n require(\\n endpoint.getSendLibraryAddress(_ua) == msg.sender,\\n \\\"NonceContract: msg.sender is not valid sendlibrary\\\"\\n );\\n return ++outboundNonce[_chainId][_path];\\n }\\n}\\n\",\"keccak256\":\"0x5f99165219fc2d46d48e943ec072b0f55f01398afe167d61cd671d1440ff53c3\",\"license\":\"BUSL-1.1\"},\"contracts/interfaces/ILayerZeroEndpoint.sol\":{\"content\":\"// SPDX-License-Identifier: BUSL-1.1\\n\\npragma solidity >=0.5.0;\\n\\nimport \\\"./ILayerZeroUserApplicationConfig.sol\\\";\\n\\ninterface ILayerZeroEndpoint is ILayerZeroUserApplicationConfig {\\n // @notice send a LayerZero message to the specified address at a LayerZero endpoint.\\n // @param _dstChainId - the destination chain identifier\\n // @param _destination - the address on destination chain (in bytes). address length/format may vary by chains\\n // @param _payload - a custom bytes payload to send to the destination contract\\n // @param _refundAddress - if the source transaction is cheaper than the amount of value passed, refund the additional amount to this address\\n // @param _zroPaymentAddress - the address of the ZRO token holder who would pay for the transaction\\n // @param _adapterParams - parameters for custom functionality. e.g. receive airdropped native gas from the relayer on destination\\n function send(\\n uint16 _dstChainId,\\n bytes calldata _destination,\\n bytes calldata _payload,\\n address payable _refundAddress,\\n address _zroPaymentAddress,\\n bytes calldata _adapterParams\\n ) external payable;\\n\\n // @notice used by the messaging library to publish verified payload\\n // @param _srcChainId - the source chain identifier\\n // @param _srcAddress - the source contract (as bytes) at the source chain\\n // @param _dstAddress - the address on destination chain\\n // @param _nonce - the unbound message ordering nonce\\n // @param _gasLimit - the gas limit for external contract execution\\n // @param _payload - verified payload to send to the destination contract\\n function receivePayload(\\n uint16 _srcChainId,\\n bytes calldata _srcAddress,\\n address _dstAddress,\\n uint64 _nonce,\\n uint _gasLimit,\\n bytes calldata _payload\\n ) external;\\n\\n // @notice get the inboundNonce of a receiver from a source chain which could be EVM or non-EVM chain\\n // @param _srcChainId - the source chain identifier\\n // @param _srcAddress - the source chain contract address\\n function getInboundNonce(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (uint64);\\n\\n // @notice get the outboundNonce from this source chain which, consequently, is always an EVM\\n // @param _srcAddress - the source chain contract address\\n function getOutboundNonce(uint16 _dstChainId, address _srcAddress) external view returns (uint64);\\n\\n // @notice gets a quote in source native gas, for the amount that send() requires to pay for message delivery\\n // @param _dstChainId - the destination chain identifier\\n // @param _userApplication - the user app address on this EVM chain\\n // @param _payload - the custom message to send over LayerZero\\n // @param _payInZRO - if false, user app pays the protocol fee in native token\\n // @param _adapterParam - parameters for the adapter service, e.g. send some dust native token to dstChain\\n function estimateFees(\\n uint16 _dstChainId,\\n address _userApplication,\\n bytes calldata _payload,\\n bool _payInZRO,\\n bytes calldata _adapterParam\\n ) external view returns (uint nativeFee, uint zroFee);\\n\\n // @notice get this Endpoint's immutable source identifier\\n function getChainId() external view returns (uint16);\\n\\n // @notice the interface to retry failed message on this Endpoint destination\\n // @param _srcChainId - the source chain identifier\\n // @param _srcAddress - the source chain contract address\\n // @param _payload - the payload to be retried\\n function retryPayload(uint16 _srcChainId, bytes calldata _srcAddress, bytes calldata _payload) external;\\n\\n // @notice query if any STORED payload (message blocking) at the endpoint.\\n // @param _srcChainId - the source chain identifier\\n // @param _srcAddress - the source chain contract address\\n function hasStoredPayload(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (bool);\\n\\n // @notice query if the _libraryAddress is valid for sending msgs.\\n // @param _userApplication - the user app address on this EVM chain\\n function getSendLibraryAddress(address _userApplication) external view returns (address);\\n\\n // @notice query if the _libraryAddress is valid for receiving msgs.\\n // @param _userApplication - the user app address on this EVM chain\\n function getReceiveLibraryAddress(address _userApplication) external view returns (address);\\n\\n // @notice query if the non-reentrancy guard for send() is on\\n // @return true if the guard is on. false otherwise\\n function isSendingPayload() external view returns (bool);\\n\\n // @notice query if the non-reentrancy guard for receive() is on\\n // @return true if the guard is on. false otherwise\\n function isReceivingPayload() external view returns (bool);\\n\\n // @notice get the configuration of the LayerZero messaging library of the specified version\\n // @param _version - messaging library version\\n // @param _chainId - the chainId for the pending config change\\n // @param _userApplication - the contract address of the user application\\n // @param _configType - type of configuration. every messaging library has its own convention.\\n function getConfig(\\n uint16 _version,\\n uint16 _chainId,\\n address _userApplication,\\n uint _configType\\n ) external view returns (bytes memory);\\n\\n // @notice get the send() LayerZero messaging library version\\n // @param _userApplication - the contract address of the user application\\n function getSendVersion(address _userApplication) external view returns (uint16);\\n\\n // @notice get the lzReceive() LayerZero messaging library version\\n // @param _userApplication - the contract address of the user application\\n function getReceiveVersion(address _userApplication) external view returns (uint16);\\n}\\n\",\"keccak256\":\"0xb6a446c0b622566f8c2e2ae4c32208bcc3f815c5f5657a27fa48d583e31f7b7d\",\"license\":\"BUSL-1.1\"},\"contracts/interfaces/ILayerZeroUserApplicationConfig.sol\":{\"content\":\"// SPDX-License-Identifier: BUSL-1.1\\n\\npragma solidity >=0.5.0;\\n\\ninterface ILayerZeroUserApplicationConfig {\\n // @notice set the configuration of the LayerZero messaging library of the specified version\\n // @param _version - messaging library version\\n // @param _chainId - the chainId for the pending config change\\n // @param _configType - type of configuration. every messaging library has its own convention.\\n // @param _config - configuration in the bytes. can encode arbitrary content.\\n function setConfig(uint16 _version, uint16 _chainId, uint _configType, bytes calldata _config) external;\\n\\n // @notice set the send() LayerZero messaging library version to _version\\n // @param _version - new messaging library version\\n function setSendVersion(uint16 _version) external;\\n\\n // @notice set the lzReceive() LayerZero messaging library version to _version\\n // @param _version - new messaging library version\\n function setReceiveVersion(uint16 _version) external;\\n\\n // @notice Only when the UA needs to resume the message flow in blocking mode and clear the stored payload\\n // @param _srcChainId - the chainId of the source chain\\n // @param _srcAddress - the contract address of the source contract at the source chain\\n function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external;\\n}\\n\",\"keccak256\":\"0xdc7e072cf3064081a8edf4a286ca43ddecc24330f2923d96f416f9d3f6538447\",\"license\":\"BUSL-1.1\"}},\"version\":1}",
|
|
104
|
+
"bytecode": "0x60a060405234801561001057600080fd5b506040516104c53803806104c58339818101604052602081101561003357600080fd5b5051606081901b6001600160601b0319166080526001600160a01b031661045961006c600039806101dd528061021a52506104596000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c80635e280f11146100465780636fe7b67314610077578063c533338f1461012a575b600080fd5b61004e6101db565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b61010d6004803603606081101561008d57600080fd5b61ffff8235169173ffffffffffffffffffffffffffffffffffffffff602082013516918101906060810160408201356401000000008111156100ce57600080fd5b8201836020820111156100e057600080fd5b8035906020019184600183028401116401000000008311171561010257600080fd5b5090925090506101ff565b6040805167ffffffffffffffff9092168252519081900360200190f35b61010d6004803603604081101561014057600080fd5b61ffff823516919081019060408101602082013564010000000081111561016657600080fd5b82018360208201111561017857600080fd5b8035906020019184600183028401116401000000008311171561019a57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506103bc945050505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b60003373ffffffffffffffffffffffffffffffffffffffff167f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16639c729da1866040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561029f57600080fd5b505afa1580156102b3573d6000803e3d6000fd5b505050506040513d60208110156102c957600080fd5b505173ffffffffffffffffffffffffffffffffffffffff1614610337576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260328152602001806103f26032913960400191505060405180910390fd5b6000808661ffff1661ffff1681526020019081526020016000208383604051808383808284379190910194855250506040516020938190039390930190922080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000008116600167ffffffffffffffff9283160191821617909155979650505050505050565b6000602081815292815260409020815180830184018051928152908401929093019190912091525467ffffffffffffffff168156fe4e6f6e6365436f6e74726163743a206d73672e73656e646572206973206e6f742076616c69642073656e646c696272617279a2646970667358221220afafcc3ab7d18f838c9c0f24cbad3ff228610acf8df48ce2767e0ec2e6c6a1b164736f6c63430007060033",
|
|
105
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100415760003560e01c80635e280f11146100465780636fe7b67314610077578063c533338f1461012a575b600080fd5b61004e6101db565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b61010d6004803603606081101561008d57600080fd5b61ffff8235169173ffffffffffffffffffffffffffffffffffffffff602082013516918101906060810160408201356401000000008111156100ce57600080fd5b8201836020820111156100e057600080fd5b8035906020019184600183028401116401000000008311171561010257600080fd5b5090925090506101ff565b6040805167ffffffffffffffff9092168252519081900360200190f35b61010d6004803603604081101561014057600080fd5b61ffff823516919081019060408101602082013564010000000081111561016657600080fd5b82018360208201111561017857600080fd5b8035906020019184600183028401116401000000008311171561019a57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506103bc945050505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b60003373ffffffffffffffffffffffffffffffffffffffff167f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16639c729da1866040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561029f57600080fd5b505afa1580156102b3573d6000803e3d6000fd5b505050506040513d60208110156102c957600080fd5b505173ffffffffffffffffffffffffffffffffffffffff1614610337576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260328152602001806103f26032913960400191505060405180910390fd5b6000808661ffff1661ffff1681526020019081526020016000208383604051808383808284379190910194855250506040516020938190039390930190922080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000008116600167ffffffffffffffff9283160191821617909155979650505050505050565b6000602081815292815260409020815180830184018051928152908401929093019190912091525467ffffffffffffffff168156fe4e6f6e6365436f6e74726163743a206d73672e73656e646572206973206e6f742076616c69642073656e646c696272617279a2646970667358221220afafcc3ab7d18f838c9c0f24cbad3ff228610acf8df48ce2767e0ec2e6c6a1b164736f6c63430007060033",
|
|
106
|
+
"devdoc": {
|
|
107
|
+
"kind": "dev",
|
|
108
|
+
"methods": {},
|
|
109
|
+
"version": 1
|
|
110
|
+
},
|
|
111
|
+
"userdoc": {
|
|
112
|
+
"kind": "user",
|
|
113
|
+
"methods": {},
|
|
114
|
+
"version": 1
|
|
115
|
+
},
|
|
116
|
+
"storageLayout": {
|
|
117
|
+
"storage": [
|
|
118
|
+
{
|
|
119
|
+
"astId": 4708,
|
|
120
|
+
"contract": "contracts/NonceContract.sol:NonceContract",
|
|
121
|
+
"label": "outboundNonce",
|
|
122
|
+
"offset": 0,
|
|
123
|
+
"slot": "0",
|
|
124
|
+
"type": "t_mapping(t_uint16,t_mapping(t_bytes_memory_ptr,t_uint64))"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"types": {
|
|
128
|
+
"t_bytes_memory_ptr": {
|
|
129
|
+
"encoding": "bytes",
|
|
130
|
+
"label": "bytes",
|
|
131
|
+
"numberOfBytes": "32"
|
|
132
|
+
},
|
|
133
|
+
"t_mapping(t_bytes_memory_ptr,t_uint64)": {
|
|
134
|
+
"encoding": "mapping",
|
|
135
|
+
"key": "t_bytes_memory_ptr",
|
|
136
|
+
"label": "mapping(bytes => uint64)",
|
|
137
|
+
"numberOfBytes": "32",
|
|
138
|
+
"value": "t_uint64"
|
|
139
|
+
},
|
|
140
|
+
"t_mapping(t_uint16,t_mapping(t_bytes_memory_ptr,t_uint64))": {
|
|
141
|
+
"encoding": "mapping",
|
|
142
|
+
"key": "t_uint16",
|
|
143
|
+
"label": "mapping(uint16 => mapping(bytes => uint64))",
|
|
144
|
+
"numberOfBytes": "32",
|
|
145
|
+
"value": "t_mapping(t_bytes_memory_ptr,t_uint64)"
|
|
146
|
+
},
|
|
147
|
+
"t_uint16": {
|
|
148
|
+
"encoding": "inplace",
|
|
149
|
+
"label": "uint16",
|
|
150
|
+
"numberOfBytes": "2"
|
|
151
|
+
},
|
|
152
|
+
"t_uint64": {
|
|
153
|
+
"encoding": "inplace",
|
|
154
|
+
"label": "uint64",
|
|
155
|
+
"numberOfBytes": "8"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -1292,35 +1292,35 @@
|
|
|
1292
1292
|
"type": "constructor"
|
|
1293
1293
|
}
|
|
1294
1294
|
],
|
|
1295
|
-
"transactionHash": "
|
|
1295
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
1296
1296
|
"receipt": {
|
|
1297
1297
|
"to": null,
|
|
1298
1298
|
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
1299
|
-
"contractAddress": "
|
|
1300
|
-
"transactionIndex":
|
|
1299
|
+
"contractAddress": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
1300
|
+
"transactionIndex": 2,
|
|
1301
1301
|
"gasUsed": "790572",
|
|
1302
|
-
"logsBloom": "
|
|
1303
|
-
"blockHash": "
|
|
1304
|
-
"transactionHash": "
|
|
1302
|
+
"logsBloom": "0x00000000000000000040000000200000400000000000000000800000000000000000000000800000000000000000000000000000000000000000020000000000001400000000000000000000000002000001000000000000000000000000000000000000030010000000000000000800000000800000000000000000000000400000000000000000000000000000000000000000000000000000002000800000000000400000000000000000000000000004000000000000000000000000000000000020000000000000000000000400000000000400000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
|
|
1303
|
+
"blockHash": "0xc6adbf89f4bde6fb50095d7ae08ff44b2273b6618b028dd57467cee8617ec12d",
|
|
1304
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
1305
1305
|
"logs": [
|
|
1306
1306
|
{
|
|
1307
|
-
"transactionIndex":
|
|
1308
|
-
"blockNumber":
|
|
1309
|
-
"transactionHash": "
|
|
1310
|
-
"address": "
|
|
1307
|
+
"transactionIndex": 2,
|
|
1308
|
+
"blockNumber": 5425832,
|
|
1309
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
1310
|
+
"address": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
1311
1311
|
"topics": [
|
|
1312
1312
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
1313
|
-
"
|
|
1313
|
+
"0x00000000000000000000000088866e5a296fffa511ef8011cb1bbd4d01cd094f"
|
|
1314
1314
|
],
|
|
1315
1315
|
"data": "0x",
|
|
1316
1316
|
"logIndex": 0,
|
|
1317
|
-
"blockHash": "
|
|
1317
|
+
"blockHash": "0xc6adbf89f4bde6fb50095d7ae08ff44b2273b6618b028dd57467cee8617ec12d"
|
|
1318
1318
|
},
|
|
1319
1319
|
{
|
|
1320
|
-
"transactionIndex":
|
|
1321
|
-
"blockNumber":
|
|
1322
|
-
"transactionHash": "
|
|
1323
|
-
"address": "
|
|
1320
|
+
"transactionIndex": 2,
|
|
1321
|
+
"blockNumber": 5425832,
|
|
1322
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
1323
|
+
"address": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
1324
1324
|
"topics": [
|
|
1325
1325
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
1326
1326
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -1328,41 +1328,41 @@
|
|
|
1328
1328
|
],
|
|
1329
1329
|
"data": "0x",
|
|
1330
1330
|
"logIndex": 1,
|
|
1331
|
-
"blockHash": "
|
|
1331
|
+
"blockHash": "0xc6adbf89f4bde6fb50095d7ae08ff44b2273b6618b028dd57467cee8617ec12d"
|
|
1332
1332
|
},
|
|
1333
1333
|
{
|
|
1334
|
-
"transactionIndex":
|
|
1335
|
-
"blockNumber":
|
|
1336
|
-
"transactionHash": "
|
|
1337
|
-
"address": "
|
|
1334
|
+
"transactionIndex": 2,
|
|
1335
|
+
"blockNumber": 5425832,
|
|
1336
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
1337
|
+
"address": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
1338
1338
|
"topics": [
|
|
1339
1339
|
"0xb10786d0bfa68fb1aa29552d9203e5f545f7c073ff0784da1de1d800986f1023"
|
|
1340
1340
|
],
|
|
1341
|
-
"data": "
|
|
1341
|
+
"data": "0x00000000000000000000000035add9321507a87471a11ebd4ae4f592d531e6200000000000000000000000000000000000000000000000000000000000000001",
|
|
1342
1342
|
"logIndex": 2,
|
|
1343
|
-
"blockHash": "
|
|
1343
|
+
"blockHash": "0xc6adbf89f4bde6fb50095d7ae08ff44b2273b6618b028dd57467cee8617ec12d"
|
|
1344
1344
|
},
|
|
1345
1345
|
{
|
|
1346
|
-
"transactionIndex":
|
|
1347
|
-
"blockNumber":
|
|
1348
|
-
"transactionHash": "
|
|
1349
|
-
"address": "
|
|
1346
|
+
"transactionIndex": 2,
|
|
1347
|
+
"blockNumber": 5425832,
|
|
1348
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
1349
|
+
"address": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
1350
1350
|
"topics": [
|
|
1351
1351
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
1352
1352
|
],
|
|
1353
|
-
"data": "
|
|
1353
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000533fb43e6808d9634cc0dd0c6c1195e8921d4fcc",
|
|
1354
1354
|
"logIndex": 3,
|
|
1355
|
-
"blockHash": "
|
|
1355
|
+
"blockHash": "0xc6adbf89f4bde6fb50095d7ae08ff44b2273b6618b028dd57467cee8617ec12d"
|
|
1356
1356
|
}
|
|
1357
1357
|
],
|
|
1358
|
-
"blockNumber":
|
|
1358
|
+
"blockNumber": 5425832,
|
|
1359
1359
|
"cumulativeGasUsed": "790572",
|
|
1360
1360
|
"status": 1,
|
|
1361
1361
|
"byzantium": true
|
|
1362
1362
|
},
|
|
1363
1363
|
"args": [
|
|
1364
|
+
"0x88866E5A296FffA511EF8011CB1BBd4d01Cd094F",
|
|
1364
1365
|
"0x533fB43e6808D9634CC0DD0c6c1195e8921D4FCC",
|
|
1365
|
-
"0x89acA20831317c6dff2A348a1e4f3D37a48bC498",
|
|
1366
1366
|
"0xf7013ef600000000000000000000000055370e0fbb5f5b8daed978ba1c075a499eb107b80000000000000000000000008b14d287b4150ff22ac73df8be720e933f659abc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000de0b6b3a7640000"
|
|
1367
1367
|
],
|
|
1368
1368
|
"numDeployments": 1,
|
|
@@ -1380,7 +1380,7 @@
|
|
|
1380
1380
|
"1000000000000000000"
|
|
1381
1381
|
]
|
|
1382
1382
|
},
|
|
1383
|
-
"implementation": "
|
|
1383
|
+
"implementation": "0x88866E5A296FffA511EF8011CB1BBd4d01Cd094F",
|
|
1384
1384
|
"devdoc": {
|
|
1385
1385
|
"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.",
|
|
1386
1386
|
"kind": "dev",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x88866E5A296FffA511EF8011CB1BBd4d01Cd094F",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -1161,18 +1161,18 @@
|
|
|
1161
1161
|
"type": "function"
|
|
1162
1162
|
}
|
|
1163
1163
|
],
|
|
1164
|
-
"transactionHash": "
|
|
1164
|
+
"transactionHash": "0x1791fa8317cd9d2ad7453d57c5cfba231267d06264e5a126993174aea7a377d2",
|
|
1165
1165
|
"receipt": {
|
|
1166
1166
|
"to": null,
|
|
1167
1167
|
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
1168
|
-
"contractAddress": "
|
|
1169
|
-
"transactionIndex":
|
|
1168
|
+
"contractAddress": "0x88866E5A296FffA511EF8011CB1BBd4d01Cd094F",
|
|
1169
|
+
"transactionIndex": 42,
|
|
1170
1170
|
"gasUsed": "3848637",
|
|
1171
1171
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1172
|
-
"blockHash": "
|
|
1173
|
-
"transactionHash": "
|
|
1172
|
+
"blockHash": "0x0be211de24dafcc51a67d50a954334c56ea4f82521645e87e89276fc8975126a",
|
|
1173
|
+
"transactionHash": "0x1791fa8317cd9d2ad7453d57c5cfba231267d06264e5a126993174aea7a377d2",
|
|
1174
1174
|
"logs": [],
|
|
1175
|
-
"blockNumber":
|
|
1175
|
+
"blockNumber": 5425820,
|
|
1176
1176
|
"cumulativeGasUsed": "3848637",
|
|
1177
1177
|
"status": 1,
|
|
1178
1178
|
"byzantium": true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -133,35 +133,35 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
139
|
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
140
|
-
"contractAddress": "
|
|
141
|
-
"transactionIndex":
|
|
140
|
+
"contractAddress": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
141
|
+
"transactionIndex": 2,
|
|
142
142
|
"gasUsed": "790572",
|
|
143
|
-
"logsBloom": "
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
143
|
+
"logsBloom": "0x00000000000000000040000000200000400000000000000000800000000000000000000000800000000000000000000000000000000000000000020000000000001400000000000000000000000002000001000000000000000000000000000000000000030010000000000000000800000000800000000000000000000000400000000000000000000000000000000000000000000000000000002000800000000000400000000000000000000000000004000000000000000000000000000000000020000000000000000000000400000000000400000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
|
|
144
|
+
"blockHash": "0xc6adbf89f4bde6fb50095d7ae08ff44b2273b6618b028dd57467cee8617ec12d",
|
|
145
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
|
-
"transactionIndex":
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
151
|
-
"address": "
|
|
148
|
+
"transactionIndex": 2,
|
|
149
|
+
"blockNumber": 5425832,
|
|
150
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
151
|
+
"address": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
154
|
-
"
|
|
154
|
+
"0x00000000000000000000000088866e5a296fffa511ef8011cb1bbd4d01cd094f"
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0xc6adbf89f4bde6fb50095d7ae08ff44b2273b6618b028dd57467cee8617ec12d"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
|
-
"transactionIndex":
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
164
|
-
"address": "
|
|
161
|
+
"transactionIndex": 2,
|
|
162
|
+
"blockNumber": 5425832,
|
|
163
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
164
|
+
"address": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
167
167
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -169,41 +169,41 @@
|
|
|
169
169
|
],
|
|
170
170
|
"data": "0x",
|
|
171
171
|
"logIndex": 1,
|
|
172
|
-
"blockHash": "
|
|
172
|
+
"blockHash": "0xc6adbf89f4bde6fb50095d7ae08ff44b2273b6618b028dd57467cee8617ec12d"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
|
-
"transactionIndex":
|
|
176
|
-
"blockNumber":
|
|
177
|
-
"transactionHash": "
|
|
178
|
-
"address": "
|
|
175
|
+
"transactionIndex": 2,
|
|
176
|
+
"blockNumber": 5425832,
|
|
177
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
178
|
+
"address": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
179
179
|
"topics": [
|
|
180
180
|
"0xb10786d0bfa68fb1aa29552d9203e5f545f7c073ff0784da1de1d800986f1023"
|
|
181
181
|
],
|
|
182
|
-
"data": "
|
|
182
|
+
"data": "0x00000000000000000000000035add9321507a87471a11ebd4ae4f592d531e6200000000000000000000000000000000000000000000000000000000000000001",
|
|
183
183
|
"logIndex": 2,
|
|
184
|
-
"blockHash": "
|
|
184
|
+
"blockHash": "0xc6adbf89f4bde6fb50095d7ae08ff44b2273b6618b028dd57467cee8617ec12d"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
|
-
"transactionIndex":
|
|
188
|
-
"blockNumber":
|
|
189
|
-
"transactionHash": "
|
|
190
|
-
"address": "
|
|
187
|
+
"transactionIndex": 2,
|
|
188
|
+
"blockNumber": 5425832,
|
|
189
|
+
"transactionHash": "0x0e6ab3252927d75971c6bd0c72572c2498d1da48de1cd9030a687c6f0b32ad94",
|
|
190
|
+
"address": "0x35AdD9321507A87471a11EBd4aE4f592d531e620",
|
|
191
191
|
"topics": [
|
|
192
192
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
193
193
|
],
|
|
194
|
-
"data": "
|
|
194
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000533fb43e6808d9634cc0dd0c6c1195e8921d4fcc",
|
|
195
195
|
"logIndex": 3,
|
|
196
|
-
"blockHash": "
|
|
196
|
+
"blockHash": "0xc6adbf89f4bde6fb50095d7ae08ff44b2273b6618b028dd57467cee8617ec12d"
|
|
197
197
|
}
|
|
198
198
|
],
|
|
199
|
-
"blockNumber":
|
|
199
|
+
"blockNumber": 5425832,
|
|
200
200
|
"cumulativeGasUsed": "790572",
|
|
201
201
|
"status": 1,
|
|
202
202
|
"byzantium": true
|
|
203
203
|
},
|
|
204
204
|
"args": [
|
|
205
|
+
"0x88866E5A296FffA511EF8011CB1BBd4d01Cd094F",
|
|
205
206
|
"0x533fB43e6808D9634CC0DD0c6c1195e8921D4FCC",
|
|
206
|
-
"0x89acA20831317c6dff2A348a1e4f3D37a48bC498",
|
|
207
207
|
"0xf7013ef600000000000000000000000055370e0fbb5f5b8daed978ba1c075a499eb107b80000000000000000000000008b14d287b4150ff22ac73df8be720e933f659abc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000de0b6b3a7640000"
|
|
208
208
|
],
|
|
209
209
|
"numDeployments": 1,
|