@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,163 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x8e830Fa22FE59CfadB17Cf8F3365E589f7C2F693",
|
|
3
|
-
"abi": [
|
|
4
|
-
{
|
|
5
|
-
"inputs": [
|
|
6
|
-
{
|
|
7
|
-
"internalType": "address",
|
|
8
|
-
"name": "_endpoint",
|
|
9
|
-
"type": "address"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"stateMutability": "nonpayable",
|
|
13
|
-
"type": "constructor"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"inputs": [],
|
|
17
|
-
"name": "OnlySendLibrary",
|
|
18
|
-
"type": "error"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"inputs": [],
|
|
22
|
-
"name": "endpoint",
|
|
23
|
-
"outputs": [
|
|
24
|
-
{
|
|
25
|
-
"internalType": "contract ILayerZeroEndpoint",
|
|
26
|
-
"name": "",
|
|
27
|
-
"type": "address"
|
|
28
|
-
}
|
|
29
|
-
],
|
|
30
|
-
"stateMutability": "view",
|
|
31
|
-
"type": "function"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"inputs": [
|
|
35
|
-
{
|
|
36
|
-
"internalType": "uint16",
|
|
37
|
-
"name": "_chainId",
|
|
38
|
-
"type": "uint16"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"internalType": "address",
|
|
42
|
-
"name": "_ua",
|
|
43
|
-
"type": "address"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"internalType": "bytes",
|
|
47
|
-
"name": "_path",
|
|
48
|
-
"type": "bytes"
|
|
49
|
-
}
|
|
50
|
-
],
|
|
51
|
-
"name": "increment",
|
|
52
|
-
"outputs": [
|
|
53
|
-
{
|
|
54
|
-
"internalType": "uint64",
|
|
55
|
-
"name": "",
|
|
56
|
-
"type": "uint64"
|
|
57
|
-
}
|
|
58
|
-
],
|
|
59
|
-
"stateMutability": "nonpayable",
|
|
60
|
-
"type": "function"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"inputs": [
|
|
64
|
-
{
|
|
65
|
-
"internalType": "uint16",
|
|
66
|
-
"name": "dstEid",
|
|
67
|
-
"type": "uint16"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"internalType": "bytes",
|
|
71
|
-
"name": "path",
|
|
72
|
-
"type": "bytes"
|
|
73
|
-
}
|
|
74
|
-
],
|
|
75
|
-
"name": "outboundNonce",
|
|
76
|
-
"outputs": [
|
|
77
|
-
{
|
|
78
|
-
"internalType": "uint64",
|
|
79
|
-
"name": "nonce",
|
|
80
|
-
"type": "uint64"
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"stateMutability": "view",
|
|
84
|
-
"type": "function"
|
|
85
|
-
}
|
|
86
|
-
],
|
|
87
|
-
"transactionHash": "0xf9cc76e12ea3fc430d2d72b4406883dd23666364d2ed2a170d6713b82e0a4977",
|
|
88
|
-
"receipt": {
|
|
89
|
-
"to": null,
|
|
90
|
-
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
91
|
-
"contractAddress": "0x8e830Fa22FE59CfadB17Cf8F3365E589f7C2F693",
|
|
92
|
-
"transactionIndex": 0,
|
|
93
|
-
"gasUsed": "279599",
|
|
94
|
-
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
95
|
-
"blockHash": "0x00000000000000258514eb20f553804d84b1a677e3c00e04f65356efe39dff79",
|
|
96
|
-
"transactionHash": "0xf9cc76e12ea3fc430d2d72b4406883dd23666364d2ed2a170d6713b82e0a4977",
|
|
97
|
-
"logs": [],
|
|
98
|
-
"blockNumber": 37,
|
|
99
|
-
"cumulativeGasUsed": "279599",
|
|
100
|
-
"status": 1,
|
|
101
|
-
"byzantium": true
|
|
102
|
-
},
|
|
103
|
-
"args": [
|
|
104
|
-
"0x072bFC2F7152054bd091AC4531174505b406A6D3"
|
|
105
|
-
],
|
|
106
|
-
"numDeployments": 1,
|
|
107
|
-
"solcInputHash": "57c9a426092acd2a9f4c05bc5a58626c",
|
|
108
|
-
"bytecode": "0x60a060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b506040516106273803806106278339810160408190526100499161005a565b6001600160a01b0316608052610093565b60006020828403121561006c57600080fd5b81516001600160a81b038116811461008357600080fd5b6001600160a01b03169392505050565b6080516105736100b4600039600081816065015261016801526105736000f3fe608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b506004361061005b5760003560e01c80635e280f11146100605780636fe7b673146100b1578063c533338f146100dd575b600080fd5b6100877f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b6100c46100bf3660046102f0565b610120565b60405167ffffffffffffffff90911681526020016100a8565b6100c46100eb3660046103c5565b6000602081815292815260409020815180830184018051928152908401929093019190912091525467ffffffffffffffff1681565b6040517f9c729da100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff84811660048301526000917f000000000000000000000000000000000000000000000000000000000000000090911690639c729da190602401602060405180830381865afa1580156101b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d591906104a5565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610239576040517f94cfb9e700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61ffff851660009081526020819052604090819020905161025d90859085906104df565b90815260405190819003602001902080546000906102849067ffffffffffffffff166104ef565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790559050949350505050565b803561ffff811681146102c557600080fd5b919050565b74ffffffffffffffffffffffffffffffffffffffffff811681146102ed57600080fd5b50565b6000806000806060858703121561030657600080fd5b61030f856102b3565b9350602085013561031f816102ca565b73ffffffffffffffffffffffffffffffffffffffff169250604085013567ffffffffffffffff8082111561035257600080fd5b818701915087601f83011261036657600080fd5b81358181111561037557600080fd5b88602082850101111561038757600080fd5b95989497505060200194505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080604083850312156103d857600080fd5b6103e1836102b3565b9150602083013567ffffffffffffffff808211156103fe57600080fd5b818501915085601f83011261041257600080fd5b81358181111561042457610424610396565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561046a5761046a610396565b8160405282815288602084870101111561048357600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000602082840312156104b757600080fd5b81516104c2816102ca565b73ffffffffffffffffffffffffffffffffffffffff169392505050565b8183823760009101908152919050565b600067ffffffffffffffff808316818103610533577f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600101939250505056fea26474726f6e58221220c846015b76f87a24695aab39bf9f082419e350acc1ca3563f99954377a1dd73d64736f6c63430008140033",
|
|
109
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b506004361061005b5760003560e01c80635e280f11146100605780636fe7b673146100b1578063c533338f146100dd575b600080fd5b6100877f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b6100c46100bf3660046102f0565b610120565b60405167ffffffffffffffff90911681526020016100a8565b6100c46100eb3660046103c5565b6000602081815292815260409020815180830184018051928152908401929093019190912091525467ffffffffffffffff1681565b6040517f9c729da100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff84811660048301526000917f000000000000000000000000000000000000000000000000000000000000000090911690639c729da190602401602060405180830381865afa1580156101b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d591906104a5565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610239576040517f94cfb9e700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61ffff851660009081526020819052604090819020905161025d90859085906104df565b90815260405190819003602001902080546000906102849067ffffffffffffffff166104ef565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790559050949350505050565b803561ffff811681146102c557600080fd5b919050565b74ffffffffffffffffffffffffffffffffffffffffff811681146102ed57600080fd5b50565b6000806000806060858703121561030657600080fd5b61030f856102b3565b9350602085013561031f816102ca565b73ffffffffffffffffffffffffffffffffffffffff169250604085013567ffffffffffffffff8082111561035257600080fd5b818701915087601f83011261036657600080fd5b81358181111561037557600080fd5b88602082850101111561038757600080fd5b95989497505060200194505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080604083850312156103d857600080fd5b6103e1836102b3565b9150602083013567ffffffffffffffff808211156103fe57600080fd5b818501915085601f83011261041257600080fd5b81358181111561042457610424610396565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561046a5761046a610396565b8160405282815288602084870101111561048357600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000602082840312156104b757600080fd5b81516104c2816102ca565b73ffffffffffffffffffffffffffffffffffffffff169392505050565b8183823760009101908152919050565b600067ffffffffffffffff808316818103610533577f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600101939250505056fea26474726f6e58221220c846015b76f87a24695aab39bf9f082419e350acc1ca3563f99954377a1dd73d64736f6c63430008140033",
|
|
110
|
-
"devdoc": {
|
|
111
|
-
"kind": "dev",
|
|
112
|
-
"methods": {},
|
|
113
|
-
"version": 1
|
|
114
|
-
},
|
|
115
|
-
"userdoc": {
|
|
116
|
-
"kind": "user",
|
|
117
|
-
"methods": {},
|
|
118
|
-
"version": 1
|
|
119
|
-
},
|
|
120
|
-
"storageLayout": {
|
|
121
|
-
"storage": [
|
|
122
|
-
{
|
|
123
|
-
"astId": 22776,
|
|
124
|
-
"contract": "contracts/uln/uln301/mocks/NonceContractMock.sol:NonceContractMock",
|
|
125
|
-
"label": "outboundNonce",
|
|
126
|
-
"offset": 0,
|
|
127
|
-
"slot": "0",
|
|
128
|
-
"type": "t_mapping(t_uint16,t_mapping(t_bytes_memory_ptr,t_uint64))"
|
|
129
|
-
}
|
|
130
|
-
],
|
|
131
|
-
"types": {
|
|
132
|
-
"t_bytes_memory_ptr": {
|
|
133
|
-
"encoding": "bytes",
|
|
134
|
-
"label": "bytes",
|
|
135
|
-
"numberOfBytes": "32"
|
|
136
|
-
},
|
|
137
|
-
"t_mapping(t_bytes_memory_ptr,t_uint64)": {
|
|
138
|
-
"encoding": "mapping",
|
|
139
|
-
"key": "t_bytes_memory_ptr",
|
|
140
|
-
"label": "mapping(bytes => uint64)",
|
|
141
|
-
"numberOfBytes": "32",
|
|
142
|
-
"value": "t_uint64"
|
|
143
|
-
},
|
|
144
|
-
"t_mapping(t_uint16,t_mapping(t_bytes_memory_ptr,t_uint64))": {
|
|
145
|
-
"encoding": "mapping",
|
|
146
|
-
"key": "t_uint16",
|
|
147
|
-
"label": "mapping(uint16 => mapping(bytes => uint64))",
|
|
148
|
-
"numberOfBytes": "32",
|
|
149
|
-
"value": "t_mapping(t_bytes_memory_ptr,t_uint64)"
|
|
150
|
-
},
|
|
151
|
-
"t_uint16": {
|
|
152
|
-
"encoding": "inplace",
|
|
153
|
-
"label": "uint16",
|
|
154
|
-
"numberOfBytes": "2"
|
|
155
|
-
},
|
|
156
|
-
"t_uint64": {
|
|
157
|
-
"encoding": "inplace",
|
|
158
|
-
"label": "uint64",
|
|
159
|
-
"numberOfBytes": "8"
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
}
|
|
@@ -1,283 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x2c80Cf24f3eF0367fD5C4fF0763aac5ECA46cE50",
|
|
3
|
-
"abi": [
|
|
4
|
-
{
|
|
5
|
-
"inputs": [
|
|
6
|
-
{
|
|
7
|
-
"internalType": "address",
|
|
8
|
-
"name": "initialOwner",
|
|
9
|
-
"type": "address"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"stateMutability": "nonpayable",
|
|
13
|
-
"type": "constructor"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"inputs": [],
|
|
17
|
-
"name": "AdminCallFailed",
|
|
18
|
-
"type": "error"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"inputs": [],
|
|
22
|
-
"name": "ImplementationCallFailed",
|
|
23
|
-
"type": "error"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"anonymous": false,
|
|
27
|
-
"inputs": [
|
|
28
|
-
{
|
|
29
|
-
"indexed": true,
|
|
30
|
-
"internalType": "address",
|
|
31
|
-
"name": "previousOwner",
|
|
32
|
-
"type": "address"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"indexed": true,
|
|
36
|
-
"internalType": "address",
|
|
37
|
-
"name": "newOwner",
|
|
38
|
-
"type": "address"
|
|
39
|
-
}
|
|
40
|
-
],
|
|
41
|
-
"name": "OwnershipTransferred",
|
|
42
|
-
"type": "event"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"inputs": [
|
|
46
|
-
{
|
|
47
|
-
"internalType": "contract TransparentUpgradeableProxy",
|
|
48
|
-
"name": "proxy",
|
|
49
|
-
"type": "address"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"internalType": "address",
|
|
53
|
-
"name": "newAdmin",
|
|
54
|
-
"type": "address"
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"name": "changeProxyAdmin",
|
|
58
|
-
"outputs": [],
|
|
59
|
-
"stateMutability": "nonpayable",
|
|
60
|
-
"type": "function"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"inputs": [
|
|
64
|
-
{
|
|
65
|
-
"internalType": "contract TransparentUpgradeableProxy",
|
|
66
|
-
"name": "proxy",
|
|
67
|
-
"type": "address"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
"name": "getProxyAdmin",
|
|
71
|
-
"outputs": [
|
|
72
|
-
{
|
|
73
|
-
"internalType": "address",
|
|
74
|
-
"name": "",
|
|
75
|
-
"type": "address"
|
|
76
|
-
}
|
|
77
|
-
],
|
|
78
|
-
"stateMutability": "view",
|
|
79
|
-
"type": "function"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"inputs": [
|
|
83
|
-
{
|
|
84
|
-
"internalType": "contract TransparentUpgradeableProxy",
|
|
85
|
-
"name": "proxy",
|
|
86
|
-
"type": "address"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"name": "getProxyImplementation",
|
|
90
|
-
"outputs": [
|
|
91
|
-
{
|
|
92
|
-
"internalType": "address",
|
|
93
|
-
"name": "",
|
|
94
|
-
"type": "address"
|
|
95
|
-
}
|
|
96
|
-
],
|
|
97
|
-
"stateMutability": "view",
|
|
98
|
-
"type": "function"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"inputs": [],
|
|
102
|
-
"name": "owner",
|
|
103
|
-
"outputs": [
|
|
104
|
-
{
|
|
105
|
-
"internalType": "address",
|
|
106
|
-
"name": "",
|
|
107
|
-
"type": "address"
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"stateMutability": "view",
|
|
111
|
-
"type": "function"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"inputs": [],
|
|
115
|
-
"name": "renounceOwnership",
|
|
116
|
-
"outputs": [],
|
|
117
|
-
"stateMutability": "nonpayable",
|
|
118
|
-
"type": "function"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"inputs": [
|
|
122
|
-
{
|
|
123
|
-
"internalType": "address",
|
|
124
|
-
"name": "newOwner",
|
|
125
|
-
"type": "address"
|
|
126
|
-
}
|
|
127
|
-
],
|
|
128
|
-
"name": "transferOwnership",
|
|
129
|
-
"outputs": [],
|
|
130
|
-
"stateMutability": "nonpayable",
|
|
131
|
-
"type": "function"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"inputs": [
|
|
135
|
-
{
|
|
136
|
-
"internalType": "contract TransparentUpgradeableProxy",
|
|
137
|
-
"name": "proxy",
|
|
138
|
-
"type": "address"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"internalType": "address",
|
|
142
|
-
"name": "implementation",
|
|
143
|
-
"type": "address"
|
|
144
|
-
}
|
|
145
|
-
],
|
|
146
|
-
"name": "upgrade",
|
|
147
|
-
"outputs": [],
|
|
148
|
-
"stateMutability": "nonpayable",
|
|
149
|
-
"type": "function"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"inputs": [
|
|
153
|
-
{
|
|
154
|
-
"internalType": "contract TransparentUpgradeableProxy",
|
|
155
|
-
"name": "proxy",
|
|
156
|
-
"type": "address"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"internalType": "address",
|
|
160
|
-
"name": "implementation",
|
|
161
|
-
"type": "address"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"internalType": "bytes",
|
|
165
|
-
"name": "data",
|
|
166
|
-
"type": "bytes"
|
|
167
|
-
}
|
|
168
|
-
],
|
|
169
|
-
"name": "upgradeAndCall",
|
|
170
|
-
"outputs": [],
|
|
171
|
-
"stateMutability": "payable",
|
|
172
|
-
"type": "function"
|
|
173
|
-
}
|
|
174
|
-
],
|
|
175
|
-
"transactionHash": "0x5ff93fd7d47517df29ac6e11fa8f114895654c1aa4b83f62db298d917b191e58",
|
|
176
|
-
"receipt": {
|
|
177
|
-
"to": null,
|
|
178
|
-
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
179
|
-
"contractAddress": "0x2c80Cf24f3eF0367fD5C4fF0763aac5ECA46cE50",
|
|
180
|
-
"transactionIndex": 0,
|
|
181
|
-
"gasUsed": "544138",
|
|
182
|
-
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
183
|
-
"blockHash": "0x000000000000000869221f501f2412ee7669cb14abb9f798919ca8880c28ddf1",
|
|
184
|
-
"transactionHash": "0x5ff93fd7d47517df29ac6e11fa8f114895654c1aa4b83f62db298d917b191e58",
|
|
185
|
-
"logs": [
|
|
186
|
-
{
|
|
187
|
-
"transactionIndex": 0,
|
|
188
|
-
"blockNumber": 8,
|
|
189
|
-
"transactionHash": "0x5ff93fd7d47517df29ac6e11fa8f114895654c1aa4b83f62db298d917b191e58",
|
|
190
|
-
"address": "0x2c80Cf24f3eF0367fD5C4fF0763aac5ECA46cE50",
|
|
191
|
-
"topics": [
|
|
192
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
193
|
-
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
194
|
-
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
195
|
-
],
|
|
196
|
-
"data": "0x",
|
|
197
|
-
"logIndex": 0,
|
|
198
|
-
"blockHash": "0x000000000000000869221f501f2412ee7669cb14abb9f798919ca8880c28ddf1"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"transactionIndex": 0,
|
|
202
|
-
"blockNumber": 8,
|
|
203
|
-
"transactionHash": "0x5ff93fd7d47517df29ac6e11fa8f114895654c1aa4b83f62db298d917b191e58",
|
|
204
|
-
"address": "0x2c80Cf24f3eF0367fD5C4fF0763aac5ECA46cE50",
|
|
205
|
-
"topics": [
|
|
206
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
207
|
-
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc",
|
|
208
|
-
"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"
|
|
209
|
-
],
|
|
210
|
-
"data": "0x",
|
|
211
|
-
"logIndex": 1,
|
|
212
|
-
"blockHash": "0x000000000000000869221f501f2412ee7669cb14abb9f798919ca8880c28ddf1"
|
|
213
|
-
}
|
|
214
|
-
],
|
|
215
|
-
"blockNumber": 8,
|
|
216
|
-
"cumulativeGasUsed": "544138",
|
|
217
|
-
"status": 1,
|
|
218
|
-
"byzantium": true
|
|
219
|
-
},
|
|
220
|
-
"args": [
|
|
221
|
-
"0x90F79bf6EB2c4f870365E785982E1f101E93b906"
|
|
222
|
-
],
|
|
223
|
-
"numDeployments": 1,
|
|
224
|
-
"solcInputHash": "57c9a426092acd2a9f4c05bc5a58626c",
|
|
225
|
-
"bytecode": "0x608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50604051610b08380380610b08833981016040819052610049916100b1565b61005233610061565b61005b81610061565b506100ea565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100c357600080fd5b81516001600160a81b03811681146100da57600080fd5b6001600160a01b03169392505050565b610a0f806100f96000396000f3fe60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461019357806399a88ec4146101a6578063f2fde38b146101e0578063f3b7dead1461021a57600080fd5b8063204e1c7a14610080578063715018a6146100e35780637eff275e146101145780638da5cb5b1461014e575b600080fd5b34801561008c57600080fd5b50d3801561009957600080fd5b50d280156100a657600080fd5b506100ba6100b5366004610768565b610254565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100ef57600080fd5b50d380156100fc57600080fd5b50d2801561010957600080fd5b50610112610338565b005b34801561012057600080fd5b50d3801561012d57600080fd5b50d2801561013a57600080fd5b506101126101493660046107a2565b61034c565b34801561015a57600080fd5b50d3801561016757600080fd5b50d2801561017457600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166100ba565b6101126101a1366004610824565b6103da565b3480156101b257600080fd5b50d380156101bf57600080fd5b50d280156101cc57600080fd5b506101126101db3660046107a2565b61046f565b3480156101ec57600080fd5b50d380156101f957600080fd5b50d2801561020657600080fd5b50610112610215366004610768565b6104cb565b34801561022657600080fd5b50d3801561023357600080fd5b50d2801561024057600080fd5b506100ba61024f366004610768565b610587565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516102a0907f5c60da1b00000000000000000000000000000000000000000000000000000000815260040190565b600060405180830381855afa9150503d80600081146102db576040519150601f19603f3d011682016040523d82523d6000602084013e6102e0565b606091505b50915091508161031c576040517f6bce18d700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808060200190518101906103309190610932565b949350505050565b61034061064f565b61034a60006106d0565b565b61035461064f565b6040517f8f28397000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690638f283970906024015b600060405180830381600087803b1580156103be57600080fd5b505af11580156103d2573d6000803e3d6000fd5b505050505050565b6103e261064f565b6040517f4f1ef28600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841690634f1ef286903490610438908690869060040161094f565b6000604051808303818588803b15801561045157600080fd5b505af1158015610465573d6000803e3d6000fd5b5050505050505050565b61047761064f565b6040517f3659cfe600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690633659cfe6906024016103a4565b6104d361064f565b73ffffffffffffffffffffffffffffffffffffffff811661057b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b610584816106d0565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516105d3907ff851a44000000000000000000000000000000000000000000000000000000000815260040190565b600060405180830381855afa9150503d806000811461060e576040519150601f19603f3d011682016040523d82523d6000602084013e610613565b606091505b50915091508161031c576040517f1545a42500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005473ffffffffffffffffffffffffffffffffffffffff16331461034a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610572565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b74ffffffffffffffffffffffffffffffffffffffffff8116811461058457600080fd5b60006020828403121561077a57600080fd5b813561078581610745565b73ffffffffffffffffffffffffffffffffffffffff169392505050565b600080604083850312156107b557600080fd5b82356107c081610745565b73ffffffffffffffffffffffffffffffffffffffff90811692506020840135906107e982610745565b92959216935090915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60008060006060848603121561083957600080fd5b833561084481610745565b73ffffffffffffffffffffffffffffffffffffffff908116935060208501359061086d82610745565b169150604084013567ffffffffffffffff8082111561088b57600080fd5b818601915086601f83011261089f57600080fd5b8135818111156108b1576108b16107f5565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f011681019083821181831017156108f7576108f76107f5565b8160405282815289602084870101111561091057600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561094457600080fd5b815161078581610745565b73ffffffffffffffffffffffffffffffffffffffff8316815260006020604081840152835180604085015260005b818110156109995785810183015185820160600152820161097d565b5060006060828601015260607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010192505050939250505056fea26474726f6e5822122080931895c42b8ba92f3c55bcd45245f7f8b0c893aa137e8df43b090a18c405df64736f6c63430008140033",
|
|
226
|
-
"deployedBytecode": "0x60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461019357806399a88ec4146101a6578063f2fde38b146101e0578063f3b7dead1461021a57600080fd5b8063204e1c7a14610080578063715018a6146100e35780637eff275e146101145780638da5cb5b1461014e575b600080fd5b34801561008c57600080fd5b50d3801561009957600080fd5b50d280156100a657600080fd5b506100ba6100b5366004610768565b610254565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100ef57600080fd5b50d380156100fc57600080fd5b50d2801561010957600080fd5b50610112610338565b005b34801561012057600080fd5b50d3801561012d57600080fd5b50d2801561013a57600080fd5b506101126101493660046107a2565b61034c565b34801561015a57600080fd5b50d3801561016757600080fd5b50d2801561017457600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166100ba565b6101126101a1366004610824565b6103da565b3480156101b257600080fd5b50d380156101bf57600080fd5b50d280156101cc57600080fd5b506101126101db3660046107a2565b61046f565b3480156101ec57600080fd5b50d380156101f957600080fd5b50d2801561020657600080fd5b50610112610215366004610768565b6104cb565b34801561022657600080fd5b50d3801561023357600080fd5b50d2801561024057600080fd5b506100ba61024f366004610768565b610587565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516102a0907f5c60da1b00000000000000000000000000000000000000000000000000000000815260040190565b600060405180830381855afa9150503d80600081146102db576040519150601f19603f3d011682016040523d82523d6000602084013e6102e0565b606091505b50915091508161031c576040517f6bce18d700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808060200190518101906103309190610932565b949350505050565b61034061064f565b61034a60006106d0565b565b61035461064f565b6040517f8f28397000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690638f283970906024015b600060405180830381600087803b1580156103be57600080fd5b505af11580156103d2573d6000803e3d6000fd5b505050505050565b6103e261064f565b6040517f4f1ef28600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841690634f1ef286903490610438908690869060040161094f565b6000604051808303818588803b15801561045157600080fd5b505af1158015610465573d6000803e3d6000fd5b5050505050505050565b61047761064f565b6040517f3659cfe600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690633659cfe6906024016103a4565b6104d361064f565b73ffffffffffffffffffffffffffffffffffffffff811661057b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b610584816106d0565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516105d3907ff851a44000000000000000000000000000000000000000000000000000000000815260040190565b600060405180830381855afa9150503d806000811461060e576040519150601f19603f3d011682016040523d82523d6000602084013e610613565b606091505b50915091508161031c576040517f1545a42500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005473ffffffffffffffffffffffffffffffffffffffff16331461034a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610572565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b74ffffffffffffffffffffffffffffffffffffffffff8116811461058457600080fd5b60006020828403121561077a57600080fd5b813561078581610745565b73ffffffffffffffffffffffffffffffffffffffff169392505050565b600080604083850312156107b557600080fd5b82356107c081610745565b73ffffffffffffffffffffffffffffffffffffffff90811692506020840135906107e982610745565b92959216935090915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60008060006060848603121561083957600080fd5b833561084481610745565b73ffffffffffffffffffffffffffffffffffffffff908116935060208501359061086d82610745565b169150604084013567ffffffffffffffff8082111561088b57600080fd5b818601915086601f83011261089f57600080fd5b8135818111156108b1576108b16107f5565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f011681019083821181831017156108f7576108f76107f5565b8160405282815289602084870101111561091057600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561094457600080fd5b815161078581610745565b73ffffffffffffffffffffffffffffffffffffffff8316815260006020604081840152835180604085015260005b818110156109995785810183015185820160600152820161097d565b5060006060828601015260607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010192505050939250505056fea26474726f6e5822122080931895c42b8ba92f3c55bcd45245f7f8b0c893aa137e8df43b090a18c405df64736f6c63430008140033",
|
|
227
|
-
"devdoc": {
|
|
228
|
-
"author": "OpenZeppelin. Modified from https://github.com/OpenZeppelin/openzeppelin-contracts/blob/release-v4.4/contracts/proxy/transparent/ProxyAdmin.sol to support custom errors and `initialOwner` constructor parameter.",
|
|
229
|
-
"details": "This is an auxiliary contract meant to be assigned as the admin of a {TransparentUpgradeableProxy}. For an explanation of why you would want to use this see the documentation for {TransparentUpgradeableProxy}.",
|
|
230
|
-
"kind": "dev",
|
|
231
|
-
"methods": {
|
|
232
|
-
"changeProxyAdmin(address,address)": {
|
|
233
|
-
"details": "Changes the admin of `proxy` to `newAdmin`. Requirements: - This contract must be the current admin of `proxy`."
|
|
234
|
-
},
|
|
235
|
-
"getProxyAdmin(address)": {
|
|
236
|
-
"details": "Returns the current admin of `proxy`. Requirements: - This contract must be the admin of `proxy`."
|
|
237
|
-
},
|
|
238
|
-
"getProxyImplementation(address)": {
|
|
239
|
-
"details": "Returns the current implementation of `proxy`. Requirements: - This contract must be the admin of `proxy`."
|
|
240
|
-
},
|
|
241
|
-
"owner()": {
|
|
242
|
-
"details": "Returns the address of the current owner."
|
|
243
|
-
},
|
|
244
|
-
"renounceOwnership()": {
|
|
245
|
-
"details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
|
|
246
|
-
},
|
|
247
|
-
"transferOwnership(address)": {
|
|
248
|
-
"details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
|
|
249
|
-
},
|
|
250
|
-
"upgrade(address,address)": {
|
|
251
|
-
"details": "Upgrades `proxy` to `implementation`. See {TransparentUpgradeableProxy-upgradeTo}. Requirements: - This contract must be the admin of `proxy`."
|
|
252
|
-
},
|
|
253
|
-
"upgradeAndCall(address,address,bytes)": {
|
|
254
|
-
"details": "Upgrades `proxy` to `implementation` and calls a function on the new implementation. See {TransparentUpgradeableProxy-upgradeToAndCall}. Requirements: - This contract must be the admin of `proxy`."
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
"version": 1
|
|
258
|
-
},
|
|
259
|
-
"userdoc": {
|
|
260
|
-
"kind": "user",
|
|
261
|
-
"methods": {},
|
|
262
|
-
"version": 1
|
|
263
|
-
},
|
|
264
|
-
"storageLayout": {
|
|
265
|
-
"storage": [
|
|
266
|
-
{
|
|
267
|
-
"astId": 6813,
|
|
268
|
-
"contract": "contracts/upgradeable/proxy/ProxyAdmin.sol:ProxyAdmin",
|
|
269
|
-
"label": "_owner",
|
|
270
|
-
"offset": 0,
|
|
271
|
-
"slot": "0",
|
|
272
|
-
"type": "t_address"
|
|
273
|
-
}
|
|
274
|
-
],
|
|
275
|
-
"types": {
|
|
276
|
-
"t_address": {
|
|
277
|
-
"encoding": "inplace",
|
|
278
|
-
"label": "address",
|
|
279
|
-
"numberOfBytes": "20"
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
}
|