@layerzerolabs/lz-evm-sdk-v2 2.0.16 → 2.0.17

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.
Files changed (107) hide show
  1. package/artifacts/contracts/Executor.sol/Executor.json +2 -2
  2. package/artifacts/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +2 -7
  3. package/artifacts/contracts/interfaces/IExecutorFeeLib.sol/IExecutorFeeLib.json +0 -5
  4. package/deployments/avalanche-testnet/AxelarDVNAdapterFeeLib.json +10 -10
  5. package/deployments/avalanche-testnet/AxelarDVNAdapterFeeLib_Implementation.json +40 -40
  6. package/deployments/blast-testnet/DVN.json +1929 -0
  7. package/deployments/blast-testnet/DVNFeeLib.json +387 -0
  8. package/deployments/blast-testnet/EndpointV2.json +3000 -0
  9. package/deployments/blast-testnet/Executor.json +1532 -0
  10. package/deployments/blast-testnet/ExecutorFeeLib.json +407 -0
  11. package/deployments/blast-testnet/ExecutorProxyAdmin.json +283 -0
  12. package/deployments/blast-testnet/Executor_Implementation.json +1591 -0
  13. package/deployments/{ethereum-sandbox-local/ReceiveUln301View.json → blast-testnet/Executor_Proxy.json} +189 -178
  14. package/deployments/{polygon-sandbox-local/LzExecutor.json → blast-testnet/PriceFeed.json} +408 -275
  15. package/deployments/blast-testnet/PriceFeedProxyAdmin.json +283 -0
  16. package/deployments/blast-testnet/PriceFeed_Implementation.json +912 -0
  17. package/deployments/{ethereum-sandbox-local/LzExecutor_Proxy.json → blast-testnet/PriceFeed_Proxy.json} +37 -37
  18. package/deployments/blast-testnet/ReceiveUln301.json +1292 -0
  19. package/deployments/blast-testnet/ReceiveUln302.json +1006 -0
  20. package/deployments/blast-testnet/SendUln301.json +1569 -0
  21. package/deployments/blast-testnet/SendUln302.json +1527 -0
  22. package/deployments/blast-testnet/Treasury.json +412 -0
  23. package/deployments/blast-testnet/TreasuryFeeHandler.json +125 -0
  24. package/deployments/ethereum-sandbox-local/DVN.json +76 -76
  25. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +23 -23
  26. package/deployments/ethereum-sandbox-local/EndpointV2.json +150 -141
  27. package/deployments/ethereum-sandbox-local/Executor.json +86 -86
  28. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +33 -38
  29. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +17 -17
  30. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +61 -61
  31. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +66 -66
  32. package/deployments/ethereum-sandbox-local/NonceContractMock.json +6 -6
  33. package/deployments/ethereum-sandbox-local/PriceFeed.json +18 -18
  34. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +5 -5
  35. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +44 -44
  36. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
  37. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +98 -126
  38. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +62 -114
  39. package/deployments/ethereum-sandbox-local/SendUln301.json +112 -112
  40. package/deployments/ethereum-sandbox-local/SendUln302.json +109 -109
  41. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +23 -23
  42. package/deployments/ethereum-sandbox-local/Treasury.json +21 -21
  43. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +12 -12
  44. package/deployments/{ethereum-sandbox-local/LzExecutor.json → joc-testnet/PriceFeed.json} +408 -275
  45. package/deployments/joc-testnet/PriceFeedProxyAdmin.json +283 -0
  46. package/deployments/joc-testnet/PriceFeed_Implementation.json +912 -0
  47. package/deployments/{polygon-sandbox-local/LzExecutor_Proxy.json → joc-testnet/PriceFeed_Proxy.json} +37 -37
  48. package/deployments/polygon-sandbox-local/DVN.json +76 -76
  49. package/deployments/polygon-sandbox-local/DVNFeeLib.json +23 -23
  50. package/deployments/polygon-sandbox-local/EndpointV2.json +150 -141
  51. package/deployments/polygon-sandbox-local/Executor.json +86 -86
  52. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +33 -38
  53. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +17 -17
  54. package/deployments/polygon-sandbox-local/Executor_Implementation.json +61 -61
  55. package/deployments/polygon-sandbox-local/Executor_Proxy.json +66 -66
  56. package/deployments/polygon-sandbox-local/NonceContractMock.json +6 -6
  57. package/deployments/polygon-sandbox-local/PriceFeed.json +18 -18
  58. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +5 -5
  59. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +44 -44
  60. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
  61. package/deployments/polygon-sandbox-local/ReceiveUln301.json +98 -126
  62. package/deployments/polygon-sandbox-local/ReceiveUln302.json +62 -114
  63. package/deployments/polygon-sandbox-local/SendUln301.json +112 -112
  64. package/deployments/polygon-sandbox-local/SendUln302.json +109 -109
  65. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +23 -23
  66. package/deployments/polygon-sandbox-local/Treasury.json +21 -21
  67. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +12 -12
  68. package/deployments/rarible-mainnet/PriceFeed.json +891 -0
  69. package/deployments/rarible-mainnet/PriceFeedProxyAdmin.json +284 -0
  70. package/deployments/rarible-mainnet/PriceFeed_Implementation.json +913 -0
  71. package/deployments/rarible-mainnet/PriceFeed_Proxy.json +245 -0
  72. package/dist/{index-3seuukWJ.d.mts → index-htDjTX1I.d.mts} +2 -10
  73. package/dist/{index-3seuukWJ.d.ts → index-htDjTX1I.d.ts} +2 -10
  74. package/dist/index.browser.cjs +2 -12
  75. package/dist/index.browser.cjs.map +1 -1
  76. package/dist/index.browser.d.mts +1 -1
  77. package/dist/index.browser.d.ts +1 -1
  78. package/dist/index.browser.mjs +2 -12
  79. package/dist/index.browser.mjs.map +1 -1
  80. package/dist/index.cjs +2 -12
  81. package/dist/index.cjs.map +1 -1
  82. package/dist/index.d.mts +1 -1
  83. package/dist/index.d.ts +1 -1
  84. package/dist/index.mjs +2 -12
  85. package/dist/index.mjs.map +1 -1
  86. package/package.json +8 -8
  87. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +0 -258
  88. package/deployments/ethereum-sandbox-local/EndpointV2View.json +0 -435
  89. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +0 -313
  90. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +0 -230
  91. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +0 -703
  92. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +0 -231
  93. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +0 -230
  94. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +0 -478
  95. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +0 -384
  96. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +0 -230
  97. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +0 -258
  98. package/deployments/polygon-sandbox-local/EndpointV2View.json +0 -435
  99. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +0 -313
  100. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +0 -230
  101. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +0 -703
  102. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +0 -354
  103. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +0 -231
  104. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +0 -230
  105. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +0 -478
  106. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +0 -384
  107. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +0 -230
@@ -1,6 +1,27 @@
1
1
  {
2
- "address": "0x0124189Fc71496f8660dB5189F296055ED757632",
2
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
3
3
  "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "address",
8
+ "name": "_logic",
9
+ "type": "address"
10
+ },
11
+ {
12
+ "internalType": "address",
13
+ "name": "admin_",
14
+ "type": "address"
15
+ },
16
+ {
17
+ "internalType": "bytes",
18
+ "name": "_data",
19
+ "type": "bytes"
20
+ }
21
+ ],
22
+ "stateMutability": "payable",
23
+ "type": "constructor"
24
+ },
4
25
  {
5
26
  "anonymous": false,
6
27
  "inputs": [
@@ -110,216 +131,206 @@
110
131
  {
111
132
  "stateMutability": "payable",
112
133
  "type": "receive"
113
- },
114
- {
115
- "inputs": [],
116
- "name": "AddressCast_InvalidSizeForAddress",
117
- "type": "error"
118
- },
119
- {
120
- "anonymous": false,
121
- "inputs": [
122
- {
123
- "indexed": false,
124
- "internalType": "uint8",
125
- "name": "version",
126
- "type": "uint8"
127
- }
128
- ],
129
- "name": "Initialized",
130
- "type": "event"
131
- },
132
- {
133
- "inputs": [],
134
- "name": "endpoint",
135
- "outputs": [
136
- {
137
- "internalType": "contract ILayerZeroEndpoint",
138
- "name": "",
139
- "type": "address"
140
- }
141
- ],
142
- "stateMutability": "view",
143
- "type": "function"
144
- },
145
- {
146
- "inputs": [
147
- {
148
- "internalType": "bytes",
149
- "name": "_packetHeader",
150
- "type": "bytes"
151
- },
152
- {
153
- "internalType": "bytes32",
154
- "name": "_payloadHash",
155
- "type": "bytes32"
156
- }
157
- ],
158
- "name": "executable",
159
- "outputs": [
160
- {
161
- "internalType": "enum ExecutionState",
162
- "name": "",
163
- "type": "uint8"
164
- }
165
- ],
166
- "stateMutability": "view",
167
- "type": "function"
168
- },
169
- {
170
- "inputs": [
171
- {
172
- "internalType": "address",
173
- "name": "_endpoint",
174
- "type": "address"
175
- },
176
- {
177
- "internalType": "uint32",
178
- "name": "_localEid",
179
- "type": "uint32"
180
- },
181
- {
182
- "internalType": "address",
183
- "name": "_receiveUln301",
184
- "type": "address"
185
- }
186
- ],
187
- "name": "initialize",
188
- "outputs": [],
189
- "stateMutability": "nonpayable",
190
- "type": "function"
191
- },
192
- {
193
- "inputs": [],
194
- "name": "receiveUln301",
195
- "outputs": [
196
- {
197
- "internalType": "contract IReceiveUln301",
198
- "name": "",
199
- "type": "address"
200
- }
201
- ],
202
- "stateMutability": "view",
203
- "type": "function"
204
- },
205
- {
206
- "inputs": [
207
- {
208
- "internalType": "bytes",
209
- "name": "_packetHeader",
210
- "type": "bytes"
211
- },
212
- {
213
- "internalType": "bytes32",
214
- "name": "_payloadHash",
215
- "type": "bytes32"
216
- }
217
- ],
218
- "name": "verifiable",
219
- "outputs": [
220
- {
221
- "internalType": "enum VerificationState",
222
- "name": "",
223
- "type": "uint8"
224
- }
225
- ],
226
- "stateMutability": "view",
227
- "type": "function"
228
- },
229
- {
230
- "inputs": [
231
- {
232
- "internalType": "address",
233
- "name": "_logic",
234
- "type": "address"
235
- },
236
- {
237
- "internalType": "address",
238
- "name": "admin_",
239
- "type": "address"
240
- },
241
- {
242
- "internalType": "bytes",
243
- "name": "_data",
244
- "type": "bytes"
245
- }
246
- ],
247
- "stateMutability": "payable",
248
- "type": "constructor"
249
134
  }
250
135
  ],
251
- "transactionHash": "0xf6bbd7ed3152df15947d39a0ca5b9abc8a78c5e6769b676269ac16fb91cc1d0b",
136
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
252
137
  "receipt": {
253
138
  "to": null,
254
- "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
255
- "contractAddress": "0x0124189Fc71496f8660dB5189F296055ED757632",
256
- "transactionIndex": 0,
257
- "gasUsed": "671645",
258
- "logsBloom": "0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000010000002000000000002000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000001000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000000020000000000000400000040000000000000400001000000000000000000000000000000000000000000000000000000000000000000000000000000000",
259
- "blockHash": "0x851c3267a82382ba58ad227113e5bc88c375958d1199d9b390e7ce317a771a6e",
260
- "transactionHash": "0xf6bbd7ed3152df15947d39a0ca5b9abc8a78c5e6769b676269ac16fb91cc1d0b",
139
+ "from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
140
+ "contractAddress": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
141
+ "transactionIndex": 2,
142
+ "gasUsed": "996842",
143
+ "logsBloom": "0x00000004000000000000008000000000400010000000000000000004000000100000000000000000000000020000000000002000000000000000020000000000000440000000000000000000000002000000000020000000000000000020000000000000030008000000001000000800000000800000000800000000000000022000000010000000080000000080004000000000008080000000000000800000000000000000000000000022000400400000000000000000001000000000000000000020000000020000002000040000002000000400000100000000008060000000000000000000400000000800000000000000000008020000000000000800",
144
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816",
145
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
261
146
  "logs": [
262
147
  {
263
- "transactionIndex": 0,
264
- "blockNumber": 49,
265
- "transactionHash": "0xf6bbd7ed3152df15947d39a0ca5b9abc8a78c5e6769b676269ac16fb91cc1d0b",
266
- "address": "0x0124189Fc71496f8660dB5189F296055ED757632",
148
+ "transactionIndex": 2,
149
+ "blockNumber": 639703,
150
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
151
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
267
152
  "topics": [
268
153
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
269
- "0x0000000000000000000000006cffa31dd31cf649fb24ac7cefe87579324bd89c"
154
+ "0x000000000000000000000000f0196dea83b47244222b315abbbcf6b9fd2f705c"
270
155
  ],
271
156
  "data": "0x",
272
157
  "logIndex": 0,
273
- "blockHash": "0x851c3267a82382ba58ad227113e5bc88c375958d1199d9b390e7ce317a771a6e"
158
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
159
+ },
160
+ {
161
+ "transactionIndex": 2,
162
+ "blockNumber": 639703,
163
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
164
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
165
+ "topics": [
166
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
167
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
168
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
169
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
170
+ ],
171
+ "data": "0x",
172
+ "logIndex": 1,
173
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
174
+ },
175
+ {
176
+ "transactionIndex": 2,
177
+ "blockNumber": 639703,
178
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
179
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
180
+ "topics": [
181
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
182
+ "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
183
+ "0x00000000000000000000000045841dd1ca50265da7614fc43a361e526c0e6160",
184
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
185
+ ],
186
+ "data": "0x",
187
+ "logIndex": 2,
188
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
189
+ },
190
+ {
191
+ "transactionIndex": 2,
192
+ "blockNumber": 639703,
193
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
194
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
195
+ "topics": [
196
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
197
+ "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
198
+ "0x0000000000000000000000001d186c560281b8f1af831957ed5047fd3ab902f9",
199
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
200
+ ],
201
+ "data": "0x",
202
+ "logIndex": 3,
203
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
204
+ },
205
+ {
206
+ "transactionIndex": 2,
207
+ "blockNumber": 639703,
208
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
209
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
210
+ "topics": [
211
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
212
+ "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
213
+ "0x000000000000000000000000533fb43e6808d9634cc0dd0c6c1195e8921d4fcc",
214
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
215
+ ],
216
+ "data": "0x",
217
+ "logIndex": 4,
218
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
219
+ },
220
+ {
221
+ "transactionIndex": 2,
222
+ "blockNumber": 639703,
223
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
224
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
225
+ "topics": [
226
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
227
+ "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
228
+ "0x000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9",
229
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
230
+ ],
231
+ "data": "0x",
232
+ "logIndex": 5,
233
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
234
+ },
235
+ {
236
+ "transactionIndex": 2,
237
+ "blockNumber": 639703,
238
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
239
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
240
+ "topics": [
241
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
242
+ "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
243
+ "0x000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a",
244
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
245
+ ],
246
+ "data": "0x",
247
+ "logIndex": 6,
248
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
274
249
  },
275
250
  {
276
- "transactionIndex": 0,
277
- "blockNumber": 49,
278
- "transactionHash": "0xf6bbd7ed3152df15947d39a0ca5b9abc8a78c5e6769b676269ac16fb91cc1d0b",
279
- "address": "0x0124189Fc71496f8660dB5189F296055ED757632",
251
+ "transactionIndex": 2,
252
+ "blockNumber": 639703,
253
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
254
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
255
+ "topics": [
256
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
257
+ "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
258
+ "0x0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17",
259
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
260
+ ],
261
+ "data": "0x",
262
+ "logIndex": 7,
263
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
264
+ },
265
+ {
266
+ "transactionIndex": 2,
267
+ "blockNumber": 639703,
268
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
269
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
270
+ "topics": [
271
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
272
+ "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
273
+ "0x000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8",
274
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
275
+ ],
276
+ "data": "0x",
277
+ "logIndex": 8,
278
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
279
+ },
280
+ {
281
+ "transactionIndex": 2,
282
+ "blockNumber": 639703,
283
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
284
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
285
+ "topics": [
286
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
287
+ "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
288
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
289
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
290
+ ],
291
+ "data": "0x",
292
+ "logIndex": 9,
293
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
294
+ },
295
+ {
296
+ "transactionIndex": 2,
297
+ "blockNumber": 639703,
298
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
299
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
280
300
  "topics": [
281
301
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
282
302
  ],
283
303
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
284
- "logIndex": 1,
285
- "blockHash": "0x851c3267a82382ba58ad227113e5bc88c375958d1199d9b390e7ce317a771a6e"
304
+ "logIndex": 10,
305
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
286
306
  },
287
307
  {
288
- "transactionIndex": 0,
289
- "blockNumber": 49,
290
- "transactionHash": "0xf6bbd7ed3152df15947d39a0ca5b9abc8a78c5e6769b676269ac16fb91cc1d0b",
291
- "address": "0x0124189Fc71496f8660dB5189F296055ED757632",
308
+ "transactionIndex": 2,
309
+ "blockNumber": 639703,
310
+ "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
311
+ "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
292
312
  "topics": [
293
313
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
294
314
  ],
295
- "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7c2a73131dd48d8ac46dcd7ab80c8cbee5b410a",
296
- "logIndex": 2,
297
- "blockHash": "0x851c3267a82382ba58ad227113e5bc88c375958d1199d9b390e7ce317a771a6e"
315
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000073f5b4fdf17bbc16b0980d49f6c56123477bb51",
316
+ "logIndex": 11,
317
+ "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
298
318
  }
299
319
  ],
300
- "blockNumber": 49,
301
- "cumulativeGasUsed": "671645",
320
+ "blockNumber": 639703,
321
+ "cumulativeGasUsed": "1067764",
302
322
  "status": 1,
303
323
  "byzantium": true
304
324
  },
305
325
  "args": [
306
- "0x6cffa31dd31cF649fb24AC7cEfE87579324bD89c",
307
- "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
308
- "0xc1554a4b0000000000000000000000008464135c8f25da09e49bc8782676a84730c318bc0000000000000000000000000000000000000000000000000000000000004e99000000000000000000000000381445710b5e73d34af196c53a3d5cda58edbf7a"
326
+ "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
327
+ "0x073f5b4FdF17BBC16b0980d49f6C56123477bb51",
328
+ "0x009fc681000000000000000000000000464570ada09869d8741132183721b4f0769a0287000000000000000000000000b0487596a0b62d1a71d0c33294bd6eb635fc6b0900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000004e08b1f1ac79898569cfb999fb92b5495fb18a2b000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a60000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000300000000000000000000000045841dd1ca50265da7614fc43a361e526c0e61600000000000000000000000001d186c560281b8f1af831957ed5047fd3ab902f9000000000000000000000000533fb43e6808d9634cc0dd0c6c1195e8921d4fcc0000000000000000000000000000000000000000000000000000000000000005000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
309
329
  ],
310
330
  "numDeployments": 1,
311
331
  "solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
312
332
  "bytecode": "0x60a060405260405162000f5f38038062000f5f83398101604081905262000026916200044a565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd6200052a565b60008051602062000f188339815191521462000075576200007562000550565b62000083828260006200013c565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61046200052a565b60008051602062000ef883398151915214620000d357620000d362000550565b6001600160a01b038216608081905260008051602062000ef88339815191528381556040805160008152602081019390935290917f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f910160405180910390a150505050620005b9565b620001478362000179565b600082511180620001555750805b156200017457620001728383620001bb60201b620002a91760201c565b505b505050565b6200018481620001ea565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e3838360405180606001604052806027815260200162000f3860279139620002b2565b9392505050565b62000200816200039860201b620002d51760201c565b620002685760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084015b60405180910390fd5b806200029160008051602062000f1883398151915260001b620003a760201b620002411760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606001600160a01b0384163b6200031c5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200025f565b600080856001600160a01b03168560405162000339919062000566565b600060405180830381855af49150503d806000811462000376576040519150601f19603f3d011682016040523d82523d6000602084013e6200037b565b606091505b5090925090506200038e828286620003aa565b9695505050505050565b6001600160a01b03163b151590565b90565b60608315620003bb575081620001e3565b825115620003cc5782518084602001fd5b8160405162461bcd60e51b81526004016200025f919062000584565b80516001600160a01b03811681146200040057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620004385781810151838201526020016200041e565b83811115620001725750506000910152565b6000806000606084860312156200046057600080fd5b6200046b84620003e8565b92506200047b60208501620003e8565b60408501519092506001600160401b03808211156200049957600080fd5b818601915086601f830112620004ae57600080fd5b815181811115620004c357620004c362000405565b604051601f8201601f19908116603f01168101908382118183101715620004ee57620004ee62000405565b816040528281528960208487010111156200050857600080fd5b6200051b8360208301602088016200041b565b80955050505050509250925092565b6000828210156200054b57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b600082516200057a8184602087016200041b565b9190910192915050565b6020815260008251806020840152620005a58160408501602087016200041b565b601f01601f19169190910160400192915050565b608051610900620005f86000396000818161011201528181610176015281816102060152818161025e01528181610287015261030901526109006000f3fe6080604052600436106100435760003560e01c80633659cfe61461005a5780634f1ef2861461007a5780635c60da1b1461008d578063f851a440146100cb57610052565b36610052576100506100e0565b005b6100506100e0565b34801561006657600080fd5b5061005061007536600461076c565b6100fa565b610050610088366004610787565b61015e565b34801561009957600080fd5b506100a26101ec565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d757600080fd5b506100a2610244565b6100e86102f1565b6100f86100f36103e2565b610422565b565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101565761015381604051806020016040528060008152506000610446565b50565b6101536100e0565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101e4576101df8383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610446915050565b505050565b6101df6100e0565b60003373ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161415610239576102346103e2565b905090565b6102416100e0565b90565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561023957507f000000000000000000000000000000000000000000000000000000000000000090565b60606102ce83836040518060600160405280602781526020016108a460279139610471565b9392505050565b73ffffffffffffffffffffffffffffffffffffffff163b151590565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156100f8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760648201527f6574000000000000000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b60006102347f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b3660008037600080366000845af43d6000803e808015610441573d6000f35b3d6000fd5b61044f83610599565b60008251118061045c5750805b156101df5761046b83836102a9565b50505050565b606073ffffffffffffffffffffffffffffffffffffffff84163b610517576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f60448201527f6e7472616374000000000000000000000000000000000000000000000000000060648201526084016103d9565b6000808573ffffffffffffffffffffffffffffffffffffffff168560405161053f9190610836565b600060405180830381855af49150503d806000811461057a576040519150601f19603f3d011682016040523d82523d6000602084013e61057f565b606091505b509150915061058f8282866105e6565b9695505050505050565b6105a281610639565b60405173ffffffffffffffffffffffffffffffffffffffff8216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b606083156105f55750816102ce565b8251156106055782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103d99190610852565b73ffffffffffffffffffffffffffffffffffffffff81163b6106dd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201527f6f74206120636f6e74726163740000000000000000000000000000000000000060648201526084016103d9565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b803573ffffffffffffffffffffffffffffffffffffffff8116811461076757600080fd5b919050565b60006020828403121561077e57600080fd5b6102ce82610743565b60008060006040848603121561079c57600080fd5b6107a584610743565b9250602084013567ffffffffffffffff808211156107c257600080fd5b818601915086601f8301126107d657600080fd5b8135818111156107e557600080fd5b8760208285010111156107f757600080fd5b6020830194508093505050509250925092565b60005b8381101561082557818101518382015260200161080d565b8381111561046b5750506000910152565b6000825161084881846020870161080a565b9190910192915050565b602081526000825180602084015261087181604085016020870161080a565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206f70214c51cdd41c05ba0ffeb72b309ca3c8be178fd6e73c12162330799984f364736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564",
313
333
  "deployedBytecode": "0x6080604052600436106100435760003560e01c80633659cfe61461005a5780634f1ef2861461007a5780635c60da1b1461008d578063f851a440146100cb57610052565b36610052576100506100e0565b005b6100506100e0565b34801561006657600080fd5b5061005061007536600461076c565b6100fa565b610050610088366004610787565b61015e565b34801561009957600080fd5b506100a26101ec565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d757600080fd5b506100a2610244565b6100e86102f1565b6100f86100f36103e2565b610422565b565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101565761015381604051806020016040528060008152506000610446565b50565b6101536100e0565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101e4576101df8383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610446915050565b505050565b6101df6100e0565b60003373ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161415610239576102346103e2565b905090565b6102416100e0565b90565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561023957507f000000000000000000000000000000000000000000000000000000000000000090565b60606102ce83836040518060600160405280602781526020016108a460279139610471565b9392505050565b73ffffffffffffffffffffffffffffffffffffffff163b151590565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156100f8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760648201527f6574000000000000000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b60006102347f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b3660008037600080366000845af43d6000803e808015610441573d6000f35b3d6000fd5b61044f83610599565b60008251118061045c5750805b156101df5761046b83836102a9565b50505050565b606073ffffffffffffffffffffffffffffffffffffffff84163b610517576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f60448201527f6e7472616374000000000000000000000000000000000000000000000000000060648201526084016103d9565b6000808573ffffffffffffffffffffffffffffffffffffffff168560405161053f9190610836565b600060405180830381855af49150503d806000811461057a576040519150601f19603f3d011682016040523d82523d6000602084013e61057f565b606091505b509150915061058f8282866105e6565b9695505050505050565b6105a281610639565b60405173ffffffffffffffffffffffffffffffffffffffff8216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b606083156105f55750816102ce565b8251156106055782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103d99190610852565b73ffffffffffffffffffffffffffffffffffffffff81163b6106dd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201527f6f74206120636f6e74726163740000000000000000000000000000000000000060648201526084016103d9565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b803573ffffffffffffffffffffffffffffffffffffffff8116811461076757600080fd5b919050565b60006020828403121561077e57600080fd5b6102ce82610743565b60008060006040848603121561079c57600080fd5b6107a584610743565b9250602084013567ffffffffffffffff808211156107c257600080fd5b818601915086601f8301126107d657600080fd5b8135818111156107e557600080fd5b8760208285010111156107f757600080fd5b6020830194508093505050509250925092565b60005b8381101561082557818101518382015260200161080d565b8381111561046b5750506000910152565b6000825161084881846020870161080a565b9190910192915050565b602081526000825180602084015261087181604085016020870161080a565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206f70214c51cdd41c05ba0ffeb72b309ca3c8be178fd6e73c12162330799984f364736f6c634300080a0033",
314
- "execute": {
315
- "methodName": "initialize",
316
- "args": [
317
- "0x8464135c8F25Da09e49BC8782676a84730C318bC",
318
- 20121,
319
- "0x381445710b5e73d34aF196c53A3D5cDa58EDBf7A"
320
- ]
321
- },
322
- "implementation": "0x6cffa31dd31cF649fb24AC7cEfE87579324bD89c",
323
334
  "devdoc": {
324
335
  "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.",
325
336
  "kind": "dev",