@layerzerolabs/lz-evm-sdk-v2 2.0.12-tron-rc.2 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/contracts/EndpointV2.sol/EndpointV2.json +2 -2
- package/artifacts/contracts/EndpointV2Alt.sol/EndpointV2Alt.json +2 -2
- package/artifacts/contracts/Executor.sol/Executor.json +2 -2
- package/artifacts/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +2 -2
- package/artifacts/contracts/PriceFeed.sol/PriceFeed.json +2 -2
- package/artifacts/contracts/Treasury.sol/Treasury.json +2 -2
- package/artifacts/contracts/libs/AddressCast.sol/AddressCast.json +2 -2
- package/artifacts/contracts/libs/CalldataBytesLib.sol/CalldataBytesLib.json +2 -2
- package/artifacts/contracts/libs/Errors.sol/Errors.json +2 -2
- package/artifacts/contracts/libs/GUID.sol/GUID.json +2 -2
- package/artifacts/contracts/libs/SafeCall.sol/SafeCall.json +2 -2
- package/artifacts/contracts/libs/Transfer.sol/Transfer.json +2 -2
- package/artifacts/contracts/messagelib/BlockedMessageLib.sol/BlockedMessageLib.json +2 -2
- package/artifacts/contracts/messagelib/SimpleMessageLib.sol/SimpleMessageLib.json +2 -2
- package/artifacts/contracts/messagelib/libs/BitMaps.sol/BitMaps.json +2 -2
- package/artifacts/contracts/messagelib/libs/ExecutorOptions.sol/ExecutorOptions.json +2 -2
- package/artifacts/contracts/messagelib/libs/PacketV1Codec.sol/PacketV1Codec.json +2 -2
- package/artifacts/contracts/oapp/examples/OmniCounter.sol/MsgCodec.json +2 -2
- package/artifacts/contracts/oapp/examples/OmniCounter.sol/OmniCounter.json +2 -2
- package/artifacts/contracts/oapp/examples/OmniCounterPreCrime.sol/OmniCounterPreCrime.json +2 -2
- package/artifacts/contracts/oapp/libs/OptionsBuilder.sol/OptionsBuilder.json +2 -2
- package/artifacts/contracts/oft/OFT.sol/OFT.json +2 -2
- package/artifacts/contracts/oft/OFTAdapter.sol/OFTAdapter.json +2 -2
- package/artifacts/contracts/oft/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +2 -2
- package/artifacts/contracts/oft/libs/OFTMsgCodec.sol/OFTMsgCodec.json +2 -2
- package/artifacts/contracts/precrime/libs/Packet.sol/PacketDecoder.json +2 -2
- package/artifacts/contracts/uln/LzExecutor.sol/LzExecutor.json +5 -5
- package/artifacts/contracts/uln/dvn/DVN.sol/DVN.json +2 -2
- package/artifacts/contracts/uln/dvn/DVNFeeLib.sol/DVNFeeLib.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapter.sol/CCIPDVNAdapter.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapterFeeLib.sol/CCIPDVNAdapterFeeLib.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/DVNAdapterFeeLibBase.sol/DVNAdapterFeeLibBase.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/AxelarDVNAdapter.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapterFeeLib.sol/AxelarDVNAdapterFeeLib.json +2 -2
- package/artifacts/contracts/uln/libs/DVNOptions.sol/DVNOptions.json +2 -2
- package/artifacts/contracts/uln/libs/UlnOptions.sol/UlnOptions.json +2 -2
- package/artifacts/contracts/uln/uln301/ReceiveUln301.sol/ReceiveUln301.json +2 -2
- package/artifacts/contracts/uln/uln301/SendUln301.sol/SendUln301.json +2 -2
- package/artifacts/contracts/uln/uln301/TreasuryFeeHandler.sol/TreasuryFeeHandler.json +2 -2
- package/artifacts/contracts/uln/uln302/ReceiveUln302.sol/ReceiveUln302.json +2 -2
- package/artifacts/contracts/uln/uln302/SendUln302.sol/SendUln302.json +2 -2
- package/deployments/{arbitrum-sandbox-local → bera-testnet}/DVN.json +76 -43
- package/deployments/{bsc-sandbox-local → bera-testnet}/DVNFeeLib.json +13 -13
- package/deployments/{arbitrum-sandbox-local → bera-testnet}/EndpointV2.json +114 -60
- package/deployments/{tron-sandbox-local → bera-testnet}/Executor.json +88 -105
- package/deployments/{bsc-sandbox-local → bera-testnet}/ExecutorFeeLib.json +13 -13
- package/deployments/{bsc-sandbox-local → bera-testnet}/ExecutorProxyAdmin.json +20 -20
- package/deployments/{bsc-sandbox-local → bera-testnet}/Executor_Implementation.json +7 -7
- package/deployments/{tron-sandbox-local → bera-testnet}/Executor_Proxy.json +79 -94
- package/deployments/bera-testnet/LzExecutor.json +332 -0
- package/deployments/bera-testnet/PriceFeed.json +35 -35
- package/deployments/bera-testnet/PriceFeedProxyAdmin.json +17 -17
- package/deployments/bera-testnet/PriceFeed_Implementation.json +6 -6
- package/deployments/bera-testnet/PriceFeed_Proxy.json +34 -34
- package/deployments/{bsc-sandbox-local → bera-testnet}/ReceiveUln301.json +15 -15
- package/deployments/{avalanche-sandbox-local → bera-testnet}/ReceiveUln302.json +18 -18
- package/deployments/{arbitrum-sandbox-local → bera-testnet}/SendUln301.json +17 -17
- package/deployments/{arbitrum-sandbox-local → bera-testnet}/SendUln302.json +14 -14
- package/deployments/{bsc-sandbox-local → bera-testnet}/Treasury.json +13 -13
- package/deployments/{avalanche-sandbox-local → bera-testnet}/TreasuryFeeHandler.json +8 -8
- package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +90 -0
- package/deployments/ethereum-sandbox-local/DVN.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/Endpoint.json +2355 -0
- package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
- package/deployments/ethereum-sandbox-local/Executor.json +14 -14
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/ethereum-sandbox-local/MultiSigOracle.json +1448 -0
- package/deployments/ethereum-sandbox-local/NonceContract.json +158 -0
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/ethereum-sandbox-local/OmniCounter.json +1133 -0
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +493 -0
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +672 -0
- package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +214 -0
- package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +1646 -0
- package/deployments/{arbitrum-sandbox-local/Executor.json → ethereum-sandbox-local/Oracle.json} +400 -658
- package/deployments/ethereum-sandbox-local/OracleFeeLib.json +166 -0
- package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +272 -0
- package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +1326 -0
- package/deployments/{bsc-sandbox-local/PriceFeed_Proxy.json → ethereum-sandbox-local/Oracle_Proxy.json} +96 -35
- package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/{tron-sandbox-local/PriceFeed.json → ethereum-sandbox-local/Relayer.json} +445 -339
- package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +130 -0
- package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +272 -0
- package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +1014 -0
- package/deployments/{tron-sandbox-local/PriceFeed_Proxy.json → ethereum-sandbox-local/Relayer_Proxy.json} +64 -33
- package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/ethereum-sandbox-local/UlnConfig301.json +1003 -0
- package/deployments/ethereum-sandbox-local/UlnConfig302.json +1003 -0
- package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +1696 -0
- package/deployments/{bsc-sandbox-local → etherlink-testnet}/PriceFeed.json +34 -34
- package/deployments/{arbitrum-sandbox-local/ExecutorProxyAdmin.json → etherlink-testnet/PriceFeedProxyAdmin.json} +22 -22
- package/deployments/{arbitrum-sandbox-local → etherlink-testnet}/PriceFeed_Implementation.json +9 -9
- package/deployments/{avalanche-sandbox-local → etherlink-testnet}/PriceFeed_Proxy.json +32 -32
- package/deployments/{avalanche-sandbox-local → etherlink-testnet}/Treasury.json +15 -15
- package/deployments/polygon-sandbox-local/BlockedMessageLib.json +90 -0
- package/deployments/polygon-sandbox-local/DVN.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/Endpoint.json +2355 -0
- package/deployments/polygon-sandbox-local/EndpointV2.json +4 -4
- package/deployments/polygon-sandbox-local/Executor.json +14 -14
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/polygon-sandbox-local/MultiSigOracle.json +1448 -0
- package/deployments/polygon-sandbox-local/NonceContract.json +158 -0
- package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/polygon-sandbox-local/OmniCounter.json +1133 -0
- package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +493 -0
- package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +672 -0
- package/deployments/polygon-sandbox-local/OmniCounterViewer.json +214 -0
- package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +1646 -0
- package/deployments/{bsc-sandbox-local/Executor.json → polygon-sandbox-local/Oracle.json} +400 -658
- package/deployments/polygon-sandbox-local/OracleFeeLib.json +166 -0
- package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +272 -0
- package/deployments/polygon-sandbox-local/Oracle_Implementation.json +1326 -0
- package/deployments/polygon-sandbox-local/Oracle_Proxy.json +305 -0
- package/deployments/polygon-sandbox-local/PriceFeed.json +5 -5
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/{arbitrum-sandbox-local/PriceFeed.json → polygon-sandbox-local/Relayer.json} +445 -339
- package/deployments/polygon-sandbox-local/RelayerFeeLib.json +130 -0
- package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +272 -0
- package/deployments/polygon-sandbox-local/Relayer_Implementation.json +1014 -0
- package/deployments/{arbitrum-sandbox-local/PriceFeed_Proxy.json → polygon-sandbox-local/Relayer_Proxy.json} +64 -33
- package/deployments/polygon-sandbox-local/SendUln301.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/polygon-sandbox-local/Treasury.json +2 -2
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/polygon-sandbox-local/UlnConfig301.json +1003 -0
- package/deployments/polygon-sandbox-local/UlnConfig302.json +1003 -0
- package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +1696 -0
- package/dist/{index-cijKSBLK.d.cts → index-pO8kCANF.d.mts} +41 -41
- package/dist/{index-cijKSBLK.d.ts → index-pO8kCANF.d.ts} +41 -41
- package/dist/index.browser.cjs +34 -34
- package/dist/index.browser.cjs.map +1 -1
- package/dist/{index.browser.d.cts → index.browser.d.mts} +1 -1
- package/dist/index.browser.d.ts +1 -1
- package/dist/index.browser.mjs +34 -34
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +34 -34
- package/dist/index.cjs.map +1 -1
- package/dist/{index.d.cts → index.d.mts} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +34 -34
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -14
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +0 -387
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +0 -407
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +0 -1591
- package/deployments/arbitrum-sandbox-local/Executor_Proxy.json +0 -380
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +0 -283
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +0 -1264
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +0 -954
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +0 -708
- package/deployments/arbitrum-sandbox-local/Treasury.json +0 -412
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +0 -125
- package/deployments/avalanche-sandbox-local/DVN.json +0 -1896
- package/deployments/avalanche-sandbox-local/DVNFeeLib.json +0 -387
- package/deployments/avalanche-sandbox-local/EndpointV2.json +0 -2955
- package/deployments/avalanche-sandbox-local/Executor.json +0 -1549
- package/deployments/avalanche-sandbox-local/ExecutorFeeLib.json +0 -407
- package/deployments/avalanche-sandbox-local/ExecutorProxyAdmin.json +0 -283
- package/deployments/avalanche-sandbox-local/Executor_Implementation.json +0 -1591
- package/deployments/avalanche-sandbox-local/Executor_Proxy.json +0 -380
- package/deployments/avalanche-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/avalanche-sandbox-local/PriceFeed.json +0 -890
- package/deployments/avalanche-sandbox-local/PriceFeedProxyAdmin.json +0 -283
- package/deployments/avalanche-sandbox-local/PriceFeed_Implementation.json +0 -912
- package/deployments/avalanche-sandbox-local/ReceiveUln301.json +0 -1264
- package/deployments/avalanche-sandbox-local/SendUln301.json +0 -1569
- package/deployments/avalanche-sandbox-local/SendUln302.json +0 -1527
- package/deployments/avalanche-sandbox-local/SimpleMessageLib.json +0 -708
- package/deployments/bsc-sandbox-local/DVN.json +0 -1896
- package/deployments/bsc-sandbox-local/EndpointV2.json +0 -2955
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +0 -380
- package/deployments/bsc-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +0 -283
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +0 -912
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +0 -954
- package/deployments/bsc-sandbox-local/SendUln301.json +0 -1569
- package/deployments/bsc-sandbox-local/SendUln302.json +0 -1527
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +0 -708
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +0 -125
- package/deployments/tron-sandbox-local/DVN.json +0 -1896
- package/deployments/tron-sandbox-local/DVNFeeLib.json +0 -387
- package/deployments/tron-sandbox-local/EndpointV2.json +0 -2955
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +0 -407
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +0 -283
- package/deployments/tron-sandbox-local/Executor_Implementation.json +0 -1591
- package/deployments/tron-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +0 -283
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +0 -912
- package/deployments/tron-sandbox-local/ReceiveUln301.json +0 -1264
- package/deployments/tron-sandbox-local/ReceiveUln302.json +0 -954
- package/deployments/tron-sandbox-local/SendUln301.json +0 -1569
- package/deployments/tron-sandbox-local/SendUln302.json +0 -1527
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +0 -708
- package/deployments/tron-sandbox-local/Treasury.json +0 -412
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +0 -125
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -1278,214 +1278,199 @@
|
|
|
1278
1278
|
"type": "constructor"
|
|
1279
1279
|
}
|
|
1280
1280
|
],
|
|
1281
|
-
"transactionHash": "
|
|
1281
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1282
1282
|
"receipt": {
|
|
1283
1283
|
"to": null,
|
|
1284
|
-
"from": "
|
|
1285
|
-
"contractAddress": "
|
|
1284
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
1285
|
+
"contractAddress": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1286
1286
|
"transactionIndex": 0,
|
|
1287
|
-
"gasUsed": "
|
|
1288
|
-
"logsBloom": "
|
|
1289
|
-
"blockHash": "
|
|
1290
|
-
"transactionHash": "
|
|
1287
|
+
"gasUsed": "996842",
|
|
1288
|
+
"logsBloom": "0x00000004000000000000000000000000400000000000000000000000000000100000000000000000000000020000000000000000000000000000020000000000400400008000000008000000000006000000000020000000000201000020000000000000030008000000000000000800002000800000000800000000000000000000000010000000080000000080004000000000008080008000000000800000040000000000000000000002000400400000000000000000001000000000000000000020000000800000000000040000002000000600000100000000008060000000000000000000000000000800000000800000000000000000100000000000",
|
|
1289
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409",
|
|
1290
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1291
1291
|
"logs": [
|
|
1292
1292
|
{
|
|
1293
1293
|
"transactionIndex": 0,
|
|
1294
|
-
"blockNumber":
|
|
1295
|
-
"transactionHash": "
|
|
1296
|
-
"address": "
|
|
1294
|
+
"blockNumber": 954174,
|
|
1295
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1296
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1297
1297
|
"topics": [
|
|
1298
1298
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
1299
|
-
"
|
|
1299
|
+
"0x00000000000000000000000040d7ac3ae5ed88672c02ccecb93c0bed8856b9f0"
|
|
1300
1300
|
],
|
|
1301
1301
|
"data": "0x",
|
|
1302
1302
|
"logIndex": 0,
|
|
1303
|
-
"blockHash": "
|
|
1303
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1304
1304
|
},
|
|
1305
1305
|
{
|
|
1306
1306
|
"transactionIndex": 0,
|
|
1307
|
-
"blockNumber":
|
|
1308
|
-
"transactionHash": "
|
|
1309
|
-
"address": "
|
|
1307
|
+
"blockNumber": 954174,
|
|
1308
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1309
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1310
1310
|
"topics": [
|
|
1311
1311
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1312
1312
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1313
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
1314
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1315
1315
|
],
|
|
1316
1316
|
"data": "0x",
|
|
1317
1317
|
"logIndex": 1,
|
|
1318
|
-
"blockHash": "
|
|
1318
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1319
1319
|
},
|
|
1320
1320
|
{
|
|
1321
1321
|
"transactionIndex": 0,
|
|
1322
|
-
"blockNumber":
|
|
1323
|
-
"transactionHash": "
|
|
1324
|
-
"address": "
|
|
1322
|
+
"blockNumber": 954174,
|
|
1323
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1324
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1325
1325
|
"topics": [
|
|
1326
1326
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1327
1327
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1328
|
+
"0x000000000000000000000000a9acf19d59359d777c65164dafaae1a2de647395",
|
|
1329
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1330
1330
|
],
|
|
1331
1331
|
"data": "0x",
|
|
1332
1332
|
"logIndex": 2,
|
|
1333
|
-
"blockHash": "
|
|
1333
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1334
1334
|
},
|
|
1335
1335
|
{
|
|
1336
1336
|
"transactionIndex": 0,
|
|
1337
|
-
"blockNumber":
|
|
1338
|
-
"transactionHash": "
|
|
1339
|
-
"address": "
|
|
1337
|
+
"blockNumber": 954174,
|
|
1338
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1339
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1340
1340
|
"topics": [
|
|
1341
1341
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1342
1342
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1343
|
-
"
|
|
1344
|
-
"
|
|
1343
|
+
"0x000000000000000000000000b8cfaa12bf058492ed6f9c746d1dacf9356076bc",
|
|
1344
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1345
1345
|
],
|
|
1346
1346
|
"data": "0x",
|
|
1347
1347
|
"logIndex": 3,
|
|
1348
|
-
"blockHash": "
|
|
1348
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1349
1349
|
},
|
|
1350
1350
|
{
|
|
1351
1351
|
"transactionIndex": 0,
|
|
1352
|
-
"blockNumber":
|
|
1353
|
-
"transactionHash": "
|
|
1354
|
-
"address": "
|
|
1352
|
+
"blockNumber": 954174,
|
|
1353
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1354
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1355
1355
|
"topics": [
|
|
1356
1356
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1357
1357
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1358
|
-
"
|
|
1359
|
-
"
|
|
1358
|
+
"0x000000000000000000000000e1a12515f9ab2764b887bf60b923ca494ebbb2d6",
|
|
1359
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1360
1360
|
],
|
|
1361
1361
|
"data": "0x",
|
|
1362
1362
|
"logIndex": 4,
|
|
1363
|
-
"blockHash": "
|
|
1363
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1364
1364
|
},
|
|
1365
1365
|
{
|
|
1366
1366
|
"transactionIndex": 0,
|
|
1367
|
-
"blockNumber":
|
|
1368
|
-
"transactionHash": "
|
|
1369
|
-
"address": "
|
|
1367
|
+
"blockNumber": 954174,
|
|
1368
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1369
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1370
1370
|
"topics": [
|
|
1371
1371
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1372
1372
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1373
1373
|
"0x000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9",
|
|
1374
|
-
"
|
|
1374
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1375
1375
|
],
|
|
1376
1376
|
"data": "0x",
|
|
1377
1377
|
"logIndex": 5,
|
|
1378
|
-
"blockHash": "
|
|
1378
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1379
1379
|
},
|
|
1380
1380
|
{
|
|
1381
1381
|
"transactionIndex": 0,
|
|
1382
|
-
"blockNumber":
|
|
1383
|
-
"transactionHash": "
|
|
1384
|
-
"address": "
|
|
1382
|
+
"blockNumber": 954174,
|
|
1383
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1384
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1385
1385
|
"topics": [
|
|
1386
1386
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1387
1387
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1388
1388
|
"0x000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a",
|
|
1389
|
-
"
|
|
1389
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1390
1390
|
],
|
|
1391
1391
|
"data": "0x",
|
|
1392
1392
|
"logIndex": 6,
|
|
1393
|
-
"blockHash": "
|
|
1393
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1394
1394
|
},
|
|
1395
1395
|
{
|
|
1396
1396
|
"transactionIndex": 0,
|
|
1397
|
-
"blockNumber":
|
|
1398
|
-
"transactionHash": "
|
|
1399
|
-
"address": "
|
|
1397
|
+
"blockNumber": 954174,
|
|
1398
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1399
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1400
1400
|
"topics": [
|
|
1401
1401
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1402
1402
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1403
1403
|
"0x0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17",
|
|
1404
|
-
"
|
|
1404
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1405
1405
|
],
|
|
1406
1406
|
"data": "0x",
|
|
1407
1407
|
"logIndex": 7,
|
|
1408
|
-
"blockHash": "
|
|
1408
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1409
1409
|
},
|
|
1410
1410
|
{
|
|
1411
1411
|
"transactionIndex": 0,
|
|
1412
|
-
"blockNumber":
|
|
1413
|
-
"transactionHash": "
|
|
1414
|
-
"address": "
|
|
1412
|
+
"blockNumber": 954174,
|
|
1413
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1414
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1415
1415
|
"topics": [
|
|
1416
1416
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1417
1417
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1418
1418
|
"0x000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8",
|
|
1419
|
-
"
|
|
1419
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1420
1420
|
],
|
|
1421
1421
|
"data": "0x",
|
|
1422
1422
|
"logIndex": 8,
|
|
1423
|
-
"blockHash": "
|
|
1423
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"transactionIndex": 0,
|
|
1427
|
-
"blockNumber":
|
|
1428
|
-
"transactionHash": "
|
|
1429
|
-
"address": "
|
|
1427
|
+
"blockNumber": 954174,
|
|
1428
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1429
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1430
1430
|
"topics": [
|
|
1431
1431
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1432
1432
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1433
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
1434
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1435
1435
|
],
|
|
1436
1436
|
"data": "0x",
|
|
1437
1437
|
"logIndex": 9,
|
|
1438
|
-
"blockHash": "
|
|
1438
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1439
1439
|
},
|
|
1440
1440
|
{
|
|
1441
1441
|
"transactionIndex": 0,
|
|
1442
|
-
"blockNumber":
|
|
1443
|
-
"transactionHash": "
|
|
1444
|
-
"address": "
|
|
1445
|
-
"topics": [
|
|
1446
|
-
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1447
|
-
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1448
|
-
"0x000000000000000000000000aada98978453263132587d0805c4a17376af9f13",
|
|
1449
|
-
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1450
|
-
],
|
|
1451
|
-
"data": "0x",
|
|
1452
|
-
"logIndex": 10,
|
|
1453
|
-
"blockHash": "0x000000000000002fc38764580ef3a01d7dcbe08da6e4cfd3fc103f89d5f82789"
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
"transactionIndex": 0,
|
|
1457
|
-
"blockNumber": 47,
|
|
1458
|
-
"transactionHash": "0x139817ebdaefb91a8ae9392febaa1d0f355046f2ceb5e07b07a916dc63e5d4a7",
|
|
1459
|
-
"address": "0x8EcCdE007482dd637297bEd466687b4B7840a0d5",
|
|
1442
|
+
"blockNumber": 954174,
|
|
1443
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1444
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1460
1445
|
"topics": [
|
|
1461
1446
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
1462
1447
|
],
|
|
1463
1448
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
1464
|
-
"logIndex":
|
|
1465
|
-
"blockHash": "
|
|
1449
|
+
"logIndex": 10,
|
|
1450
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1466
1451
|
},
|
|
1467
1452
|
{
|
|
1468
1453
|
"transactionIndex": 0,
|
|
1469
|
-
"blockNumber":
|
|
1470
|
-
"transactionHash": "
|
|
1471
|
-
"address": "
|
|
1454
|
+
"blockNumber": 954174,
|
|
1455
|
+
"transactionHash": "0x387abc28a61df82e0097f0745b40c24da36bec60771206b0279f50bde8612b2f",
|
|
1456
|
+
"address": "0x5b646fa9B374E1533985e406faefb541FCF33C42",
|
|
1472
1457
|
"topics": [
|
|
1473
1458
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
1474
1459
|
],
|
|
1475
|
-
"data": "
|
|
1476
|
-
"logIndex":
|
|
1477
|
-
"blockHash": "
|
|
1460
|
+
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000045d90fe9734643b6d08be5fb729928697b8223a8",
|
|
1461
|
+
"logIndex": 11,
|
|
1462
|
+
"blockHash": "0x0857de4cb661c66bedf7ba6b2352160c9cca18174ed61e328b51df666a7fa409"
|
|
1478
1463
|
}
|
|
1479
1464
|
],
|
|
1480
|
-
"blockNumber":
|
|
1481
|
-
"cumulativeGasUsed": "
|
|
1465
|
+
"blockNumber": 954174,
|
|
1466
|
+
"cumulativeGasUsed": "996842",
|
|
1482
1467
|
"status": 1,
|
|
1483
1468
|
"byzantium": true
|
|
1484
1469
|
},
|
|
1485
1470
|
"args": [
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1471
|
+
"0x40D7aC3AE5eD88672C02cCEcB93C0bED8856b9F0",
|
|
1472
|
+
"0x45D90fE9734643B6d08BE5FB729928697B8223A8",
|
|
1473
|
+
"0x009fc681000000000000000000000000464570ada09869d8741132183721b4f0769a0287000000000000000000000000fee867ed545f26621dc701e6164e02ead9c6b08100000000000000000000000000000000000000000000000000000000000000c000000000000000000000000072b65b2e699e3b5d664ef776c068236b6b8004d6000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a600000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000003000000000000000000000000a9acf19d59359d777c65164dafaae1a2de647395000000000000000000000000b8cfaa12bf058492ed6f9c746d1dacf9356076bc000000000000000000000000e1a12515f9ab2764b887bf60b923ca494ebbb2d60000000000000000000000000000000000000000000000000000000000000005000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1489
1474
|
],
|
|
1490
1475
|
"numDeployments": 1,
|
|
1491
1476
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -1494,27 +1479,25 @@
|
|
|
1494
1479
|
"execute": {
|
|
1495
1480
|
"methodName": "initialize",
|
|
1496
1481
|
"args": [
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1482
|
+
"0x464570adA09869d8741132183721B4f0769a0287",
|
|
1483
|
+
"0xFEe867ed545F26621Dc701e6164e02Ead9c6B081",
|
|
1499
1484
|
[
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1485
|
+
"0xA9acF19D59359D777C65164dafaAe1A2de647395",
|
|
1486
|
+
"0xB8CFaA12Bf058492Ed6F9c746d1DaCf9356076Bc",
|
|
1487
|
+
"0xe1a12515F9AB2764b887bF60B923Ca494EBbB2d6"
|
|
1503
1488
|
],
|
|
1504
|
-
"
|
|
1505
|
-
"
|
|
1489
|
+
"0x72b65B2E699E3B5d664EF776C068236B6b8004d6",
|
|
1490
|
+
"0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
1506
1491
|
[
|
|
1507
1492
|
"0xB9Cb228D7498d6F02B0F88F7b16d2Cf836d2aeA9",
|
|
1508
1493
|
"0xF5E8A439C599205C1aB06b535DE46681Aed1007a",
|
|
1509
1494
|
"0x0e251d9095dD128292A28eB383127d05d95BBD17",
|
|
1510
1495
|
"0xc48CaB17Fcb3eb38030bc4EA54B62353d2802Ba8",
|
|
1511
|
-
"
|
|
1512
|
-
"0xaAda98978453263132587D0805C4A17376Af9F13",
|
|
1513
|
-
"0xaAda98978453263132587D0805C4A17376Af9F13"
|
|
1496
|
+
"0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6"
|
|
1514
1497
|
]
|
|
1515
1498
|
]
|
|
1516
1499
|
},
|
|
1517
|
-
"implementation": "
|
|
1500
|
+
"implementation": "0x40D7aC3AE5eD88672C02cCEcB93C0bED8856b9F0",
|
|
1518
1501
|
"devdoc": {
|
|
1519
1502
|
"details": "This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error that says \"admin cannot fallback to proxy target\". These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.",
|
|
1520
1503
|
"kind": "dev",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x3f889Cfb5AbCfaDAFCc0EcA909BD64d76A9B3EFd",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -327,33 +327,33 @@
|
|
|
327
327
|
"type": "receive"
|
|
328
328
|
}
|
|
329
329
|
],
|
|
330
|
-
"transactionHash": "
|
|
330
|
+
"transactionHash": "0x59d40422a3e5e93a1c68a6331cf2113988cc73bf7087059590acc464d0aa763a",
|
|
331
331
|
"receipt": {
|
|
332
332
|
"to": null,
|
|
333
|
-
"from": "
|
|
334
|
-
"contractAddress": "
|
|
333
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
334
|
+
"contractAddress": "0x3f889Cfb5AbCfaDAFCc0EcA909BD64d76A9B3EFd",
|
|
335
335
|
"transactionIndex": 0,
|
|
336
336
|
"gasUsed": "1309499",
|
|
337
|
-
"logsBloom": "
|
|
338
|
-
"blockHash": "
|
|
339
|
-
"transactionHash": "
|
|
337
|
+
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000800000000000000000020000000000000400000000000000000000000000000001000000000000000000000000000000000000038000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
|
|
338
|
+
"blockHash": "0x161cd1b2d9e42c7ffba35bbde851dc17beb2b2eea3810ba269ee574cbab48671",
|
|
339
|
+
"transactionHash": "0x59d40422a3e5e93a1c68a6331cf2113988cc73bf7087059590acc464d0aa763a",
|
|
340
340
|
"logs": [
|
|
341
341
|
{
|
|
342
342
|
"transactionIndex": 0,
|
|
343
|
-
"blockNumber":
|
|
344
|
-
"transactionHash": "
|
|
345
|
-
"address": "
|
|
343
|
+
"blockNumber": 954170,
|
|
344
|
+
"transactionHash": "0x59d40422a3e5e93a1c68a6331cf2113988cc73bf7087059590acc464d0aa763a",
|
|
345
|
+
"address": "0x3f889Cfb5AbCfaDAFCc0EcA909BD64d76A9B3EFd",
|
|
346
346
|
"topics": [
|
|
347
347
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
348
348
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
349
|
-
"
|
|
349
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
350
350
|
],
|
|
351
351
|
"data": "0x",
|
|
352
352
|
"logIndex": 0,
|
|
353
|
-
"blockHash": "
|
|
353
|
+
"blockHash": "0x161cd1b2d9e42c7ffba35bbde851dc17beb2b2eea3810ba269ee574cbab48671"
|
|
354
354
|
}
|
|
355
355
|
],
|
|
356
|
-
"blockNumber":
|
|
356
|
+
"blockNumber": 954170,
|
|
357
357
|
"cumulativeGasUsed": "1309499",
|
|
358
358
|
"status": 1,
|
|
359
359
|
"byzantium": true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x45D90fE9734643B6d08BE5FB729928697B8223A8",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -172,53 +172,53 @@
|
|
|
172
172
|
"type": "function"
|
|
173
173
|
}
|
|
174
174
|
],
|
|
175
|
-
"transactionHash": "
|
|
175
|
+
"transactionHash": "0xd9e0a3c0ad84908e50ce8f8bb35a3ad03d5b4b34663ab2b3de8f663a6b676a76",
|
|
176
176
|
"receipt": {
|
|
177
177
|
"to": null,
|
|
178
|
-
"from": "
|
|
179
|
-
"contractAddress": "
|
|
178
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
179
|
+
"contractAddress": "0x45D90fE9734643B6d08BE5FB729928697B8223A8",
|
|
180
180
|
"transactionIndex": 0,
|
|
181
181
|
"gasUsed": "579082",
|
|
182
|
-
"logsBloom": "
|
|
183
|
-
"blockHash": "
|
|
184
|
-
"transactionHash": "
|
|
182
|
+
"logsBloom": "0x00000000020000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000000000001000000000000000000000000000000000000030000000000000000000800000000200000000000000002000000400000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000800000000",
|
|
183
|
+
"blockHash": "0xcd84b74eb3ec08d435c01910268018a42eaf765e1bede050e3951bf37258d1fd",
|
|
184
|
+
"transactionHash": "0xd9e0a3c0ad84908e50ce8f8bb35a3ad03d5b4b34663ab2b3de8f663a6b676a76",
|
|
185
185
|
"logs": [
|
|
186
186
|
{
|
|
187
187
|
"transactionIndex": 0,
|
|
188
|
-
"blockNumber":
|
|
189
|
-
"transactionHash": "
|
|
190
|
-
"address": "
|
|
188
|
+
"blockNumber": 954172,
|
|
189
|
+
"transactionHash": "0xd9e0a3c0ad84908e50ce8f8bb35a3ad03d5b4b34663ab2b3de8f663a6b676a76",
|
|
190
|
+
"address": "0x45D90fE9734643B6d08BE5FB729928697B8223A8",
|
|
191
191
|
"topics": [
|
|
192
192
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
193
193
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
194
|
-
"
|
|
194
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
195
195
|
],
|
|
196
196
|
"data": "0x",
|
|
197
197
|
"logIndex": 0,
|
|
198
|
-
"blockHash": "
|
|
198
|
+
"blockHash": "0xcd84b74eb3ec08d435c01910268018a42eaf765e1bede050e3951bf37258d1fd"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"transactionIndex": 0,
|
|
202
|
-
"blockNumber":
|
|
203
|
-
"transactionHash": "
|
|
204
|
-
"address": "
|
|
202
|
+
"blockNumber": 954172,
|
|
203
|
+
"transactionHash": "0xd9e0a3c0ad84908e50ce8f8bb35a3ad03d5b4b34663ab2b3de8f663a6b676a76",
|
|
204
|
+
"address": "0x45D90fE9734643B6d08BE5FB729928697B8223A8",
|
|
205
205
|
"topics": [
|
|
206
206
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
207
|
-
"
|
|
208
|
-
"
|
|
207
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
208
|
+
"0x00000000000000000000000082d16f76d2fb0c4b76a2cee509c8b349769ed230"
|
|
209
209
|
],
|
|
210
210
|
"data": "0x",
|
|
211
211
|
"logIndex": 1,
|
|
212
|
-
"blockHash": "
|
|
212
|
+
"blockHash": "0xcd84b74eb3ec08d435c01910268018a42eaf765e1bede050e3951bf37258d1fd"
|
|
213
213
|
}
|
|
214
214
|
],
|
|
215
|
-
"blockNumber":
|
|
215
|
+
"blockNumber": 954172,
|
|
216
216
|
"cumulativeGasUsed": "579082",
|
|
217
217
|
"status": 1,
|
|
218
218
|
"byzantium": true
|
|
219
219
|
},
|
|
220
220
|
"args": [
|
|
221
|
-
"
|
|
221
|
+
"0x82d16f76D2FB0c4B76A2CEe509C8b349769Ed230"
|
|
222
222
|
],
|
|
223
223
|
"numDeployments": 1,
|
|
224
224
|
"solcInputHash": "9a77f541806fd95ff35b8613e526dae5",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x40D7aC3AE5eD88672C02cCEcB93C0bED8856b9F0",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [],
|
|
@@ -1147,18 +1147,18 @@
|
|
|
1147
1147
|
"type": "function"
|
|
1148
1148
|
}
|
|
1149
1149
|
],
|
|
1150
|
-
"transactionHash": "
|
|
1150
|
+
"transactionHash": "0x74a2c9b8296c62a9acd8d2adb4a5509b32de25376fb1b15cbad55cce5ab653a3",
|
|
1151
1151
|
"receipt": {
|
|
1152
1152
|
"to": null,
|
|
1153
|
-
"from": "
|
|
1154
|
-
"contractAddress": "
|
|
1153
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
1154
|
+
"contractAddress": "0x40D7aC3AE5eD88672C02cCEcB93C0bED8856b9F0",
|
|
1155
1155
|
"transactionIndex": 0,
|
|
1156
1156
|
"gasUsed": "3594229",
|
|
1157
1157
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1158
|
-
"blockHash": "
|
|
1159
|
-
"transactionHash": "
|
|
1158
|
+
"blockHash": "0xda9b34f52e431e21ef244549ea1c24d5b8251a56ea365eb84fab96c948152bfe",
|
|
1159
|
+
"transactionHash": "0x74a2c9b8296c62a9acd8d2adb4a5509b32de25376fb1b15cbad55cce5ab653a3",
|
|
1160
1160
|
"logs": [],
|
|
1161
|
-
"blockNumber":
|
|
1161
|
+
"blockNumber": 954173,
|
|
1162
1162
|
"cumulativeGasUsed": "3594229",
|
|
1163
1163
|
"status": 1,
|
|
1164
1164
|
"byzantium": true
|