@layerzerolabs/lz-evm-sdk-v1 2.1.17 → 2.1.18
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/Endpoint.sol/Endpoint.json +2 -2
- package/artifacts/contracts/NonceContract.sol/NonceContract.json +2 -2
- package/artifacts/contracts/PriceFeed.sol/PriceFeed.json +2 -2
- package/artifacts/contracts/Relayer.sol/Relayer.json +2 -2
- package/artifacts/contracts/RelayerV2.sol/RelayerV2.json +2 -2
- package/artifacts/contracts/UltraLightNode.sol/UltraLightNode.json +2 -2
- package/artifacts/contracts/UltraLightNodeV2.sol/UltraLightNodeV2.json +2 -2
- package/artifacts/contracts/proof/FPValidator.sol/FPValidator.json +2 -2
- package/artifacts/contracts/proof/MPTValidator.sol/MPTValidator.json +2 -2
- package/artifacts/contracts/proof/MPTValidator01.sol/MPTValidator01.json +2 -2
- package/artifacts/contracts/proof/MPTValidatorStgV3.sol/MPTValidatorStgV3.json +2 -2
- package/artifacts/contracts/proof/MPTValidatorV2.sol/MPTValidatorV2.json +2 -2
- package/artifacts/contracts/proof/MPTValidatorV4.sol/MPTValidatorV4.json +2 -2
- package/artifacts/contracts/proof/MPTValidatorV5.sol/MPTValidatorV5.json +2 -2
- package/artifacts/contracts/proof/utility/Buffer.sol/Buffer.json +2 -2
- package/artifacts/contracts/proof/utility/LayerZeroPacket.sol/LayerZeroPacket.json +2 -2
- package/artifacts/contracts/proof/utility/RLPDecode.sol/RLPDecode.json +2 -2
- package/artifacts/contracts/proof/utility/UltraLightNodeEVMDecoder.sol/UltraLightNodeEVMDecoder.json +2 -2
- package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/DefaultProxyAdmin.json +10 -10
- package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/Endpoint.json +8 -8
- package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/FPValidator.json +4 -4
- package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/MPTValidator01.json +4 -4
- package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/NonceContract.json +4 -4
- package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/RelayerV2.json +16 -16
- package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/RelayerV2_Implementation.json +4 -4
- package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/RelayerV2_Proxy.json +16 -16
- package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/TreasuryV2.json +7 -7
- package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/UltraLightNode.json +7 -7
- package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/UltraLightNodeV2.json +8 -8
- package/deployments/{hedera-testnet → bsc-sandbox-local}/DefaultProxyAdmin.json +30 -30
- package/deployments/bsc-sandbox-local/Endpoint.json +1282 -0
- package/deployments/{hedera-testnet → bsc-sandbox-local}/FPValidator.json +15 -15
- package/deployments/{hedera-testnet → bsc-sandbox-local}/MPTValidator01.json +15 -15
- package/deployments/{hedera-testnet → bsc-sandbox-local}/NonceContract.json +16 -16
- package/deployments/{hedera-testnet → bsc-sandbox-local}/RelayerV2.json +42 -42
- package/deployments/{hedera-testnet → bsc-sandbox-local}/RelayerV2_Implementation.json +15 -15
- package/deployments/{hedera-testnet → bsc-sandbox-local}/RelayerV2_Proxy.json +39 -39
- package/deployments/{hedera-testnet → bsc-sandbox-local}/TreasuryV2.json +21 -21
- package/deployments/bsc-sandbox-local/UltraLightNode.json +1898 -0
- package/deployments/{hedera-testnet → bsc-sandbox-local}/UltraLightNodeV2.json +25 -25
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +10 -10
- package/deployments/ethereum-sandbox-local/Endpoint.json +7 -7
- package/deployments/ethereum-sandbox-local/FPValidator.json +4 -4
- package/deployments/ethereum-sandbox-local/MPTValidator01.json +4 -4
- package/deployments/ethereum-sandbox-local/NonceContract.json +4 -4
- package/deployments/ethereum-sandbox-local/RelayerV2.json +16 -16
- package/deployments/ethereum-sandbox-local/RelayerV2_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/RelayerV2_Proxy.json +16 -16
- package/deployments/ethereum-sandbox-local/TreasuryV2.json +7 -7
- package/deployments/ethereum-sandbox-local/UltraLightNode.json +7 -7
- package/deployments/ethereum-sandbox-local/UltraLightNodeV2.json +7 -7
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/Endpoint.json +5 -5
- package/deployments/polygon-sandbox-local/FPValidator.json +3 -3
- package/deployments/polygon-sandbox-local/MPTValidator01.json +3 -3
- package/deployments/polygon-sandbox-local/NonceContract.json +3 -3
- package/deployments/polygon-sandbox-local/RelayerV2.json +11 -11
- package/deployments/polygon-sandbox-local/RelayerV2_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/RelayerV2_Proxy.json +11 -11
- package/deployments/polygon-sandbox-local/TreasuryV2.json +5 -5
- package/deployments/polygon-sandbox-local/UltraLightNode.json +5 -5
- package/deployments/polygon-sandbox-local/UltraLightNodeV2.json +5 -5
- package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +273 -0
- package/deployments/tron-sandbox-local/Endpoint.json +1282 -0
- package/deployments/tron-sandbox-local/FPValidator.json +382 -0
- package/deployments/tron-sandbox-local/MPTValidator01.json +395 -0
- package/deployments/tron-sandbox-local/NonceContract.json +159 -0
- package/deployments/tron-sandbox-local/RelayerV2.json +1249 -0
- package/deployments/tron-sandbox-local/RelayerV2_Implementation.json +1376 -0
- package/deployments/tron-sandbox-local/RelayerV2_Proxy.json +245 -0
- package/deployments/tron-sandbox-local/TreasuryV2.json +458 -0
- package/deployments/tron-sandbox-local/UltraLightNode.json +1898 -0
- package/deployments/tron-sandbox-local/UltraLightNodeV2.json +1816 -0
- package/dist/{index-jtDJtY0J.d.mts → index-74BGj4H4.d.mts} +30 -30
- package/dist/{index-jtDJtY0J.d.ts → index-74BGj4H4.d.ts} +30 -30
- package/dist/index.browser.cjs +30 -30
- 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 +30 -30
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +30 -30
- 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 +30 -30
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"type": "function"
|
|
80
80
|
}
|
|
81
81
|
],
|
|
82
|
-
"transactionHash": "
|
|
82
|
+
"transactionHash": "0x173a743a20a0eacb916cc5f2904b0ea2652b8312931fe57cf7df3d8fa20d791c",
|
|
83
83
|
"receipt": {
|
|
84
84
|
"to": null,
|
|
85
85
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"transactionIndex": 0,
|
|
88
88
|
"gasUsed": "294163",
|
|
89
89
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
90
|
-
"blockHash": "
|
|
91
|
-
"transactionHash": "
|
|
90
|
+
"blockHash": "0x04bf01b49b1746b63e13e55fe5f179f133ff1716eeb0cb1cc808baf62eeb9178",
|
|
91
|
+
"transactionHash": "0x173a743a20a0eacb916cc5f2904b0ea2652b8312931fe57cf7df3d8fa20d791c",
|
|
92
92
|
"logs": [],
|
|
93
|
-
"blockNumber":
|
|
93
|
+
"blockNumber": 10,
|
|
94
94
|
"cumulativeGasUsed": "294163",
|
|
95
95
|
"status": 1,
|
|
96
96
|
"byzantium": true
|
|
@@ -1126,7 +1126,7 @@
|
|
|
1126
1126
|
"type": "constructor"
|
|
1127
1127
|
}
|
|
1128
1128
|
],
|
|
1129
|
-
"transactionHash": "
|
|
1129
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
1130
1130
|
"receipt": {
|
|
1131
1131
|
"to": null,
|
|
1132
1132
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
@@ -1134,13 +1134,13 @@
|
|
|
1134
1134
|
"transactionIndex": 0,
|
|
1135
1135
|
"gasUsed": "790752",
|
|
1136
1136
|
"logsBloom": "0x00000000000000000040000000000000400000000000000000800000000000000000000000800000000000000000000000000000000000000000000000100000000000000000000000000000000002000001000000000000000000000000000000000000020000000000000004000800000800800000000000000000000000400000000000000000000000000000000000000000000000000000000800800000000000400000200000000040000000000004000000000000000000000000000000000020000080000000000000000000000000000400000000000000000020000000000000000000000000000000000000800000000000000000000000000000",
|
|
1137
|
-
"blockHash": "
|
|
1138
|
-
"transactionHash": "
|
|
1137
|
+
"blockHash": "0x2a0bfea514278779c4dfd9d6641389777d7e3fe6c12929b46e2df27ea0f4700f",
|
|
1138
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
1139
1139
|
"logs": [
|
|
1140
1140
|
{
|
|
1141
1141
|
"transactionIndex": 0,
|
|
1142
|
-
"blockNumber":
|
|
1143
|
-
"transactionHash": "
|
|
1142
|
+
"blockNumber": 14,
|
|
1143
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
1144
1144
|
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
1145
1145
|
"topics": [
|
|
1146
1146
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
@@ -1148,12 +1148,12 @@
|
|
|
1148
1148
|
],
|
|
1149
1149
|
"data": "0x",
|
|
1150
1150
|
"logIndex": 0,
|
|
1151
|
-
"blockHash": "
|
|
1151
|
+
"blockHash": "0x2a0bfea514278779c4dfd9d6641389777d7e3fe6c12929b46e2df27ea0f4700f"
|
|
1152
1152
|
},
|
|
1153
1153
|
{
|
|
1154
1154
|
"transactionIndex": 0,
|
|
1155
|
-
"blockNumber":
|
|
1156
|
-
"transactionHash": "
|
|
1155
|
+
"blockNumber": 14,
|
|
1156
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
1157
1157
|
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
1158
1158
|
"topics": [
|
|
1159
1159
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -1162,34 +1162,34 @@
|
|
|
1162
1162
|
],
|
|
1163
1163
|
"data": "0x",
|
|
1164
1164
|
"logIndex": 1,
|
|
1165
|
-
"blockHash": "
|
|
1165
|
+
"blockHash": "0x2a0bfea514278779c4dfd9d6641389777d7e3fe6c12929b46e2df27ea0f4700f"
|
|
1166
1166
|
},
|
|
1167
1167
|
{
|
|
1168
1168
|
"transactionIndex": 0,
|
|
1169
|
-
"blockNumber":
|
|
1170
|
-
"transactionHash": "
|
|
1169
|
+
"blockNumber": 14,
|
|
1170
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
1171
1171
|
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
1172
1172
|
"topics": [
|
|
1173
1173
|
"0xb10786d0bfa68fb1aa29552d9203e5f545f7c073ff0784da1de1d800986f1023"
|
|
1174
1174
|
],
|
|
1175
1175
|
"data": "0x000000000000000000000000f6168876932289d073567f347121a267095f3dd60000000000000000000000000000000000000000000000000000000000000001",
|
|
1176
1176
|
"logIndex": 2,
|
|
1177
|
-
"blockHash": "
|
|
1177
|
+
"blockHash": "0x2a0bfea514278779c4dfd9d6641389777d7e3fe6c12929b46e2df27ea0f4700f"
|
|
1178
1178
|
},
|
|
1179
1179
|
{
|
|
1180
1180
|
"transactionIndex": 0,
|
|
1181
|
-
"blockNumber":
|
|
1182
|
-
"transactionHash": "
|
|
1181
|
+
"blockNumber": 14,
|
|
1182
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
1183
1183
|
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
1184
1184
|
"topics": [
|
|
1185
1185
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
1186
1186
|
],
|
|
1187
1187
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bc9129dc0487fc2e169941c75aabc539f208fb01",
|
|
1188
1188
|
"logIndex": 3,
|
|
1189
|
-
"blockHash": "
|
|
1189
|
+
"blockHash": "0x2a0bfea514278779c4dfd9d6641389777d7e3fe6c12929b46e2df27ea0f4700f"
|
|
1190
1190
|
}
|
|
1191
1191
|
],
|
|
1192
|
-
"blockNumber":
|
|
1192
|
+
"blockNumber": 14,
|
|
1193
1193
|
"cumulativeGasUsed": "790752",
|
|
1194
1194
|
"status": 1,
|
|
1195
1195
|
"byzantium": true
|
package/deployments/{metis-sandbox-local → arbitrum-sandbox-local}/RelayerV2_Implementation.json
RENAMED
|
@@ -995,7 +995,7 @@
|
|
|
995
995
|
"type": "function"
|
|
996
996
|
}
|
|
997
997
|
],
|
|
998
|
-
"transactionHash": "
|
|
998
|
+
"transactionHash": "0xce901b4ed89b7c50b88d8899244703a6d4091a4b610da015342c03e7db23ad17",
|
|
999
999
|
"receipt": {
|
|
1000
1000
|
"to": null,
|
|
1001
1001
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
@@ -1003,10 +1003,10 @@
|
|
|
1003
1003
|
"transactionIndex": 0,
|
|
1004
1004
|
"gasUsed": "3150217",
|
|
1005
1005
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1006
|
-
"blockHash": "
|
|
1007
|
-
"transactionHash": "
|
|
1006
|
+
"blockHash": "0xbf5a6d527abc4f2c0d392830f1a7097620fe48dce29579580338e43ab16afbf6",
|
|
1007
|
+
"transactionHash": "0xce901b4ed89b7c50b88d8899244703a6d4091a4b610da015342c03e7db23ad17",
|
|
1008
1008
|
"logs": [],
|
|
1009
|
-
"blockNumber":
|
|
1009
|
+
"blockNumber": 13,
|
|
1010
1010
|
"cumulativeGasUsed": "3150217",
|
|
1011
1011
|
"status": 1,
|
|
1012
1012
|
"byzantium": true
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
139
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
@@ -141,13 +141,13 @@
|
|
|
141
141
|
"transactionIndex": 0,
|
|
142
142
|
"gasUsed": "790752",
|
|
143
143
|
"logsBloom": "0x00000000000000000040000000000000400000000000000000800000000000000000000000800000000000000000000000000000000000000000000000100000000000000000000000000000000002000001000000000000000000000000000000000000020000000000000004000800000800800000000000000000000000400000000000000000000000000000000000000000000000000000000800800000000000400000200000000040000000000004000000000000000000000000000000000020000080000000000000000000000000000400000000000000000020000000000000000000000000000000000000800000000000000000000000000000",
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
144
|
+
"blockHash": "0x2a0bfea514278779c4dfd9d6641389777d7e3fe6c12929b46e2df27ea0f4700f",
|
|
145
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
149
|
+
"blockNumber": 14,
|
|
150
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
151
151
|
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
@@ -155,12 +155,12 @@
|
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0x2a0bfea514278779c4dfd9d6641389777d7e3fe6c12929b46e2df27ea0f4700f"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
162
|
+
"blockNumber": 14,
|
|
163
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
164
164
|
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -169,34 +169,34 @@
|
|
|
169
169
|
],
|
|
170
170
|
"data": "0x",
|
|
171
171
|
"logIndex": 1,
|
|
172
|
-
"blockHash": "
|
|
172
|
+
"blockHash": "0x2a0bfea514278779c4dfd9d6641389777d7e3fe6c12929b46e2df27ea0f4700f"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"transactionIndex": 0,
|
|
176
|
-
"blockNumber":
|
|
177
|
-
"transactionHash": "
|
|
176
|
+
"blockNumber": 14,
|
|
177
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
178
178
|
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
179
179
|
"topics": [
|
|
180
180
|
"0xb10786d0bfa68fb1aa29552d9203e5f545f7c073ff0784da1de1d800986f1023"
|
|
181
181
|
],
|
|
182
182
|
"data": "0x000000000000000000000000f6168876932289d073567f347121a267095f3dd60000000000000000000000000000000000000000000000000000000000000001",
|
|
183
183
|
"logIndex": 2,
|
|
184
|
-
"blockHash": "
|
|
184
|
+
"blockHash": "0x2a0bfea514278779c4dfd9d6641389777d7e3fe6c12929b46e2df27ea0f4700f"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"transactionIndex": 0,
|
|
188
|
-
"blockNumber":
|
|
189
|
-
"transactionHash": "
|
|
188
|
+
"blockNumber": 14,
|
|
189
|
+
"transactionHash": "0x1040224404fc7338fc8d4ba32cc04b52f67895329b8605913b78a56b317378f7",
|
|
190
190
|
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
191
191
|
"topics": [
|
|
192
192
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
193
193
|
],
|
|
194
194
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bc9129dc0487fc2e169941c75aabc539f208fb01",
|
|
195
195
|
"logIndex": 3,
|
|
196
|
-
"blockHash": "
|
|
196
|
+
"blockHash": "0x2a0bfea514278779c4dfd9d6641389777d7e3fe6c12929b46e2df27ea0f4700f"
|
|
197
197
|
}
|
|
198
198
|
],
|
|
199
|
-
"blockNumber":
|
|
199
|
+
"blockNumber": 14,
|
|
200
200
|
"cumulativeGasUsed": "790752",
|
|
201
201
|
"status": 1,
|
|
202
202
|
"byzantium": true
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"type": "function"
|
|
323
323
|
}
|
|
324
324
|
],
|
|
325
|
-
"transactionHash": "
|
|
325
|
+
"transactionHash": "0x1adbd900c8f955cad306298832e9df1933d66880e9b7fa5879f589bc7511e396",
|
|
326
326
|
"receipt": {
|
|
327
327
|
"to": null,
|
|
328
328
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -330,13 +330,13 @@
|
|
|
330
330
|
"transactionIndex": 0,
|
|
331
331
|
"gasUsed": "1127474",
|
|
332
332
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000400000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
333
|
-
"blockHash": "
|
|
334
|
-
"transactionHash": "
|
|
333
|
+
"blockHash": "0x907fccea34267a2b32c3bd6901df492bcfea17c15ae2a2a6d0bb9d61d7dfcfb3",
|
|
334
|
+
"transactionHash": "0x1adbd900c8f955cad306298832e9df1933d66880e9b7fa5879f589bc7511e396",
|
|
335
335
|
"logs": [
|
|
336
336
|
{
|
|
337
337
|
"transactionIndex": 0,
|
|
338
|
-
"blockNumber":
|
|
339
|
-
"transactionHash": "
|
|
338
|
+
"blockNumber": 15,
|
|
339
|
+
"transactionHash": "0x1adbd900c8f955cad306298832e9df1933d66880e9b7fa5879f589bc7511e396",
|
|
340
340
|
"address": "0xC6bA8C3233eCF65B761049ef63466945c362EdD2",
|
|
341
341
|
"topics": [
|
|
342
342
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -345,10 +345,10 @@
|
|
|
345
345
|
],
|
|
346
346
|
"data": "0x",
|
|
347
347
|
"logIndex": 0,
|
|
348
|
-
"blockHash": "
|
|
348
|
+
"blockHash": "0x907fccea34267a2b32c3bd6901df492bcfea17c15ae2a2a6d0bb9d61d7dfcfb3"
|
|
349
349
|
}
|
|
350
350
|
],
|
|
351
|
-
"blockNumber":
|
|
351
|
+
"blockNumber": 15,
|
|
352
352
|
"cumulativeGasUsed": "1127474",
|
|
353
353
|
"status": 1,
|
|
354
354
|
"byzantium": true
|
|
@@ -1466,7 +1466,7 @@
|
|
|
1466
1466
|
"type": "function"
|
|
1467
1467
|
}
|
|
1468
1468
|
],
|
|
1469
|
-
"transactionHash": "
|
|
1469
|
+
"transactionHash": "0x4c4640016e8a60fc47035e76d0a271e9ba6b22e70892f3e9bd65c480fcf60ad6",
|
|
1470
1470
|
"receipt": {
|
|
1471
1471
|
"to": null,
|
|
1472
1472
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -1474,13 +1474,13 @@
|
|
|
1474
1474
|
"transactionIndex": 0,
|
|
1475
1475
|
"gasUsed": "4596068",
|
|
1476
1476
|
"logsBloom": "0x000000000000000000020040000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000008000a0000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
1477
|
-
"blockHash": "
|
|
1478
|
-
"transactionHash": "
|
|
1477
|
+
"blockHash": "0xeed6caf2252de6330828e15b07c3026f251291d1f22f50c9637037d6329713cd",
|
|
1478
|
+
"transactionHash": "0x4c4640016e8a60fc47035e76d0a271e9ba6b22e70892f3e9bd65c480fcf60ad6",
|
|
1479
1479
|
"logs": [
|
|
1480
1480
|
{
|
|
1481
1481
|
"transactionIndex": 0,
|
|
1482
|
-
"blockNumber":
|
|
1483
|
-
"transactionHash": "
|
|
1482
|
+
"blockNumber": 9,
|
|
1483
|
+
"transactionHash": "0x4c4640016e8a60fc47035e76d0a271e9ba6b22e70892f3e9bd65c480fcf60ad6",
|
|
1484
1484
|
"address": "0x712516e61C8B383dF4A63CFe83d7701Bce54B03e",
|
|
1485
1485
|
"topics": [
|
|
1486
1486
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -1489,10 +1489,10 @@
|
|
|
1489
1489
|
],
|
|
1490
1490
|
"data": "0x",
|
|
1491
1491
|
"logIndex": 0,
|
|
1492
|
-
"blockHash": "
|
|
1492
|
+
"blockHash": "0xeed6caf2252de6330828e15b07c3026f251291d1f22f50c9637037d6329713cd"
|
|
1493
1493
|
}
|
|
1494
1494
|
],
|
|
1495
|
-
"blockNumber":
|
|
1495
|
+
"blockNumber": 9,
|
|
1496
1496
|
"cumulativeGasUsed": "4596068",
|
|
1497
1497
|
"status": 1,
|
|
1498
1498
|
"byzantium": true
|
|
@@ -1414,7 +1414,7 @@
|
|
|
1414
1414
|
"type": "function"
|
|
1415
1415
|
}
|
|
1416
1416
|
],
|
|
1417
|
-
"transactionHash": "
|
|
1417
|
+
"transactionHash": "0x55fec84088438974b73ea70d70d314cef3d2baa539cab4b550390d70332f795c",
|
|
1418
1418
|
"receipt": {
|
|
1419
1419
|
"to": null,
|
|
1420
1420
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -1422,13 +1422,13 @@
|
|
|
1422
1422
|
"transactionIndex": 0,
|
|
1423
1423
|
"gasUsed": "4666871",
|
|
1424
1424
|
"logsBloom": "0x00000000000000000002000000000000000000000000800000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000400000000",
|
|
1425
|
-
"blockHash": "
|
|
1426
|
-
"transactionHash": "
|
|
1425
|
+
"blockHash": "0x15a0ff7db16782e63422d9e996b422bee568c586e6f8a36904e43f4c6afe680c",
|
|
1426
|
+
"transactionHash": "0x55fec84088438974b73ea70d70d314cef3d2baa539cab4b550390d70332f795c",
|
|
1427
1427
|
"logs": [
|
|
1428
1428
|
{
|
|
1429
1429
|
"transactionIndex": 0,
|
|
1430
|
-
"blockNumber":
|
|
1431
|
-
"transactionHash": "
|
|
1430
|
+
"blockNumber": 11,
|
|
1431
|
+
"transactionHash": "0x55fec84088438974b73ea70d70d314cef3d2baa539cab4b550390d70332f795c",
|
|
1432
1432
|
"address": "0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0",
|
|
1433
1433
|
"topics": [
|
|
1434
1434
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -1437,10 +1437,10 @@
|
|
|
1437
1437
|
],
|
|
1438
1438
|
"data": "0x",
|
|
1439
1439
|
"logIndex": 0,
|
|
1440
|
-
"blockHash": "
|
|
1440
|
+
"blockHash": "0x15a0ff7db16782e63422d9e996b422bee568c586e6f8a36904e43f4c6afe680c"
|
|
1441
1441
|
}
|
|
1442
1442
|
],
|
|
1443
|
-
"blockNumber":
|
|
1443
|
+
"blockNumber": 11,
|
|
1444
1444
|
"cumulativeGasUsed": "4666871",
|
|
1445
1445
|
"status": 1,
|
|
1446
1446
|
"byzantium": true
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
"args": [
|
|
1449
1449
|
"0x8464135c8F25Da09e49BC8782676a84730C318bC",
|
|
1450
1450
|
"0xbCF26943C0197d2eE0E5D05c716Be60cc2761508",
|
|
1451
|
-
|
|
1451
|
+
20231
|
|
1452
1452
|
],
|
|
1453
1453
|
"numDeployments": 1,
|
|
1454
1454
|
"solcInputHash": "26073710b59023fa12a4a7fdb81fff44",
|