@layerzerolabs/lz-evm-sdk-v2 2.0.8 → 2.0.10-tron
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/deployments/arbitrum-sandbox-local/DVN.json +1896 -0
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/arbitrum-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{ethereum-sandbox-local/Oracle.json → arbitrum-sandbox-local/Executor.json} +656 -398
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{ethereum-sandbox-local/Oracle_Proxy.json → arbitrum-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{polygon-sandbox-local/Relayer.json → arbitrum-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{ethereum-sandbox-local/Relayer_Proxy.json → arbitrum-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/arbitrum-sandbox-local/SendUln301.json +1569 -0
- package/deployments/arbitrum-sandbox-local/SendUln302.json +1527 -0
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/arbitrum-sandbox-local/Treasury.json +412 -0
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/deployments/ethereum-sandbox-local/DVN.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
- 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/NonceContractMock.json +1 -1
- 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/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/polygon-sandbox-local/DVN.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
- 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/NonceContractMock.json +1 -1
- 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/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/tron-sandbox-local/DVN.json +1896 -0
- package/deployments/tron-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/tron-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{polygon-sandbox-local/Oracle.json → tron-sandbox-local/Executor.json} +656 -398
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{polygon-sandbox-local/Oracle_Proxy.json → tron-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/tron-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{ethereum-sandbox-local/Relayer.json → tron-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{polygon-sandbox-local/Relayer_Proxy.json → tron-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/tron-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/tron-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/tron-sandbox-local/SendUln301.json +1569 -0
- package/deployments/tron-sandbox-local/SendUln302.json +1527 -0
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/tron-sandbox-local/Treasury.json +412 -0
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/package.json +9 -20
- package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/ethereum-sandbox-local/Endpoint.json +0 -2355
- package/deployments/ethereum-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/ethereum-sandbox-local/NonceContract.json +0 -158
- package/deployments/ethereum-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/ethereum-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/ethereum-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/ethereum-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +0 -1696
- package/deployments/polygon-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/polygon-sandbox-local/Endpoint.json +0 -2355
- package/deployments/polygon-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/polygon-sandbox-local/NonceContract.json +0 -158
- package/deployments/polygon-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/polygon-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/polygon-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/polygon-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/polygon-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/polygon-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +0 -1696
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x93C7a6D00849c44Ef3E92E95DCEFfccd447909Ae",
|
|
3
|
-
"abi": [
|
|
4
|
-
{
|
|
5
|
-
"inputs": [
|
|
6
|
-
{
|
|
7
|
-
"components": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "address",
|
|
10
|
-
"name": "priceFeed",
|
|
11
|
-
"type": "address"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"internalType": "uint32",
|
|
15
|
-
"name": "dstEid",
|
|
16
|
-
"type": "uint32"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"internalType": "uint64",
|
|
20
|
-
"name": "confirmations",
|
|
21
|
-
"type": "uint64"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"internalType": "address",
|
|
25
|
-
"name": "sender",
|
|
26
|
-
"type": "address"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"internalType": "uint64",
|
|
30
|
-
"name": "quorum",
|
|
31
|
-
"type": "uint64"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"internalType": "uint16",
|
|
35
|
-
"name": "defaultMultiplierBps",
|
|
36
|
-
"type": "uint16"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"internalType": "struct IOracleFeeLib.FeeParams",
|
|
40
|
-
"name": "_params",
|
|
41
|
-
"type": "tuple"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"components": [
|
|
45
|
-
{
|
|
46
|
-
"internalType": "uint64",
|
|
47
|
-
"name": "gas",
|
|
48
|
-
"type": "uint64"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"internalType": "uint16",
|
|
52
|
-
"name": "multiplierBps",
|
|
53
|
-
"type": "uint16"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"internalType": "uint128",
|
|
57
|
-
"name": "floorMarginUSD",
|
|
58
|
-
"type": "uint128"
|
|
59
|
-
}
|
|
60
|
-
],
|
|
61
|
-
"internalType": "struct IOracle.DstConfig",
|
|
62
|
-
"name": "_dstConfig",
|
|
63
|
-
"type": "tuple"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"internalType": "bytes",
|
|
67
|
-
"name": "",
|
|
68
|
-
"type": "bytes"
|
|
69
|
-
}
|
|
70
|
-
],
|
|
71
|
-
"name": "getFee",
|
|
72
|
-
"outputs": [
|
|
73
|
-
{
|
|
74
|
-
"internalType": "uint256",
|
|
75
|
-
"name": "",
|
|
76
|
-
"type": "uint256"
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
"stateMutability": "view",
|
|
80
|
-
"type": "function"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"inputs": [
|
|
84
|
-
{
|
|
85
|
-
"internalType": "contract ILayerZeroPriceFeed",
|
|
86
|
-
"name": "_priceFeed",
|
|
87
|
-
"type": "address"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"internalType": "uint32",
|
|
91
|
-
"name": "_dstEid",
|
|
92
|
-
"type": "uint32"
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
"name": "getPrice",
|
|
96
|
-
"outputs": [
|
|
97
|
-
{
|
|
98
|
-
"internalType": "uint128",
|
|
99
|
-
"name": "",
|
|
100
|
-
"type": "uint128"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"internalType": "uint64",
|
|
104
|
-
"name": "",
|
|
105
|
-
"type": "uint64"
|
|
106
|
-
}
|
|
107
|
-
],
|
|
108
|
-
"stateMutability": "view",
|
|
109
|
-
"type": "function"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"inputs": [
|
|
113
|
-
{
|
|
114
|
-
"internalType": "bytes4",
|
|
115
|
-
"name": "interfaceId",
|
|
116
|
-
"type": "bytes4"
|
|
117
|
-
}
|
|
118
|
-
],
|
|
119
|
-
"name": "supportsInterface",
|
|
120
|
-
"outputs": [
|
|
121
|
-
{
|
|
122
|
-
"internalType": "bool",
|
|
123
|
-
"name": "",
|
|
124
|
-
"type": "bool"
|
|
125
|
-
}
|
|
126
|
-
],
|
|
127
|
-
"stateMutability": "view",
|
|
128
|
-
"type": "function"
|
|
129
|
-
}
|
|
130
|
-
],
|
|
131
|
-
"transactionHash": "0xb074312515d90c01482569ecf1d8b10389aacb096193d0129afc3dd59fb9d5c4",
|
|
132
|
-
"receipt": {
|
|
133
|
-
"to": null,
|
|
134
|
-
"from": "0x15d34AAf54267DB7D7c367839AAf71A00a2C6A65",
|
|
135
|
-
"contractAddress": "0x93C7a6D00849c44Ef3E92E95DCEFfccd447909Ae",
|
|
136
|
-
"transactionIndex": 0,
|
|
137
|
-
"gasUsed": "562571",
|
|
138
|
-
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
139
|
-
"blockHash": "0x72e228607b1c972d1a96c571538d2ccdaf641c8d04a6bfdf926c84c5fdfe1921",
|
|
140
|
-
"transactionHash": "0xb074312515d90c01482569ecf1d8b10389aacb096193d0129afc3dd59fb9d5c4",
|
|
141
|
-
"logs": [],
|
|
142
|
-
"blockNumber": 232,
|
|
143
|
-
"cumulativeGasUsed": "562571",
|
|
144
|
-
"status": 1,
|
|
145
|
-
"byzantium": true
|
|
146
|
-
},
|
|
147
|
-
"args": [],
|
|
148
|
-
"numDeployments": 1,
|
|
149
|
-
"solcInputHash": "5ffde9e3e6b2b0a4f1d21e15c800c066",
|
|
150
|
-
"bytecode": "0x608060405234801561001057600080fd5b50610946806100206000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806301ffc9a714610046578063228cdc031461006e5780637bfa20a9146100b2575b600080fd5b610059610054366004610454565b6100d3565b60405190151581526020015b60405180910390f35b61008161007c3660046104cd565b61016c565b604080516fffffffffffffffffffffffffffffffff909316835267ffffffffffffffff909116602083015201610065565b6100c56100c03660046106ca565b61021b565b604051908152602001610065565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f7bfa20a900000000000000000000000000000000000000000000000000000000148061016657507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b6040517fda26663a00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526000908190819073ffffffffffffffffffffffffffffffffffffffff86169063da26663a90602401606060405180830381865afa1580156101e3573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061020791906107a4565b805160209091015190969095509350505050565b600080604161ffff16856080015167ffffffffffffffff1661023d9190610827565b905061024a60208261086d565b156102725761025a60208261086d565b6102649082610881565b61026f906020610894565b90505b60008161028160e06044610894565b61028b9190610894565b610296906040610894565b8651602088015187516040517f88a4124c00000000000000000000000000000000000000000000000000000000815263ffffffff90921660048301526024820184905267ffffffffffffffff166044820152919250600091829173ffffffffffffffffffffffffffffffffffffffff16906388a4124c90606401608060405180830381865afa15801561032d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061035191906108a7565b9350505091506000876020015161ffff16600014610373578760200151610379565b8860a001515b9050600061271061038e61ffff841686610827565b61039891906108fc565b90506fffffffffffffffffffffffffffffffff831615806103cd575060408901516fffffffffffffffffffffffffffffffff16155b156103df57955061044d945050505050565b6000836fffffffffffffffffffffffffffffffff16670de0b6b3a76400008b604001516fffffffffffffffffffffffffffffffff1661041e9190610827565b61042891906108fc565b6104329086610894565b90508181116104415781610443565b805b9750505050505050505b9392505050565b60006020828403121561046657600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461044d57600080fd5b73ffffffffffffffffffffffffffffffffffffffff811681146104b857600080fd5b50565b63ffffffff811681146104b857600080fd5b600080604083850312156104e057600080fd5b82356104eb81610496565b915060208301356104fb816104bb565b809150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040516060810167ffffffffffffffff8111828210171561055857610558610506565b60405290565b60405160c0810167ffffffffffffffff8111828210171561055857610558610506565b67ffffffffffffffff811681146104b857600080fd5b803561ffff811681146105a957600080fd5b919050565b6fffffffffffffffffffffffffffffffff811681146104b857600080fd5b6000606082840312156105de57600080fd5b6105e6610535565b905081356105f381610581565b815261060160208301610597565b60208201526040820135610614816105ae565b604082015292915050565b600082601f83011261063057600080fd5b813567ffffffffffffffff8082111561064b5761064b610506565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190828211818310171561069157610691610506565b816040528381528660208588010111156106aa57600080fd5b836020870160208301376000602085830101528094505050505092915050565b60008060008385036101408112156106e157600080fd5b60c08112156106ef57600080fd5b506106f861055e565b843561070381610496565b81526020850135610713816104bb565b6020820152604085013561072681610581565b6040820152606085013561073981610496565b6060820152608085013561074c81610581565b608082015261075d60a08601610597565b60a082015292506107718560c086016105cc565b915061012084013567ffffffffffffffff81111561078e57600080fd5b61079a8682870161061f565b9150509250925092565b6000606082840312156107b657600080fd5b6107be610535565b82516107c9816105ae565b815260208301516107d981610581565b602082015260408301516107ec816104bb565b60408201529392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b8082028115828204841417610166576101666107f8565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60008261087c5761087c61083e565b500690565b81810381811115610166576101666107f8565b80820180821115610166576101666107f8565b600080600080608085870312156108bd57600080fd5b8451935060208501516108cf816105ae565b60408601519093506108e0816105ae565b60608601519092506108f1816105ae565b939692955090935050565b60008261090b5761090b61083e565b50049056fea26469706673582212209a8dfb2589587bcd1bc1d331f28f7a1d728aa04c6e2a53448e9d77836f01c6e864736f6c63430008120033",
|
|
151
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100415760003560e01c806301ffc9a714610046578063228cdc031461006e5780637bfa20a9146100b2575b600080fd5b610059610054366004610454565b6100d3565b60405190151581526020015b60405180910390f35b61008161007c3660046104cd565b61016c565b604080516fffffffffffffffffffffffffffffffff909316835267ffffffffffffffff909116602083015201610065565b6100c56100c03660046106ca565b61021b565b604051908152602001610065565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f7bfa20a900000000000000000000000000000000000000000000000000000000148061016657507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b6040517fda26663a00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526000908190819073ffffffffffffffffffffffffffffffffffffffff86169063da26663a90602401606060405180830381865afa1580156101e3573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061020791906107a4565b805160209091015190969095509350505050565b600080604161ffff16856080015167ffffffffffffffff1661023d9190610827565b905061024a60208261086d565b156102725761025a60208261086d565b6102649082610881565b61026f906020610894565b90505b60008161028160e06044610894565b61028b9190610894565b610296906040610894565b8651602088015187516040517f88a4124c00000000000000000000000000000000000000000000000000000000815263ffffffff90921660048301526024820184905267ffffffffffffffff166044820152919250600091829173ffffffffffffffffffffffffffffffffffffffff16906388a4124c90606401608060405180830381865afa15801561032d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061035191906108a7565b9350505091506000876020015161ffff16600014610373578760200151610379565b8860a001515b9050600061271061038e61ffff841686610827565b61039891906108fc565b90506fffffffffffffffffffffffffffffffff831615806103cd575060408901516fffffffffffffffffffffffffffffffff16155b156103df57955061044d945050505050565b6000836fffffffffffffffffffffffffffffffff16670de0b6b3a76400008b604001516fffffffffffffffffffffffffffffffff1661041e9190610827565b61042891906108fc565b6104329086610894565b90508181116104415781610443565b805b9750505050505050505b9392505050565b60006020828403121561046657600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461044d57600080fd5b73ffffffffffffffffffffffffffffffffffffffff811681146104b857600080fd5b50565b63ffffffff811681146104b857600080fd5b600080604083850312156104e057600080fd5b82356104eb81610496565b915060208301356104fb816104bb565b809150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040516060810167ffffffffffffffff8111828210171561055857610558610506565b60405290565b60405160c0810167ffffffffffffffff8111828210171561055857610558610506565b67ffffffffffffffff811681146104b857600080fd5b803561ffff811681146105a957600080fd5b919050565b6fffffffffffffffffffffffffffffffff811681146104b857600080fd5b6000606082840312156105de57600080fd5b6105e6610535565b905081356105f381610581565b815261060160208301610597565b60208201526040820135610614816105ae565b604082015292915050565b600082601f83011261063057600080fd5b813567ffffffffffffffff8082111561064b5761064b610506565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190828211818310171561069157610691610506565b816040528381528660208588010111156106aa57600080fd5b836020870160208301376000602085830101528094505050505092915050565b60008060008385036101408112156106e157600080fd5b60c08112156106ef57600080fd5b506106f861055e565b843561070381610496565b81526020850135610713816104bb565b6020820152604085013561072681610581565b6040820152606085013561073981610496565b6060820152608085013561074c81610581565b608082015261075d60a08601610597565b60a082015292506107718560c086016105cc565b915061012084013567ffffffffffffffff81111561078e57600080fd5b61079a8682870161061f565b9150509250925092565b6000606082840312156107b657600080fd5b6107be610535565b82516107c9816105ae565b815260208301516107d981610581565b602082015260408301516107ec816104bb565b60408201529392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b8082028115828204841417610166576101666107f8565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60008261087c5761087c61083e565b500690565b81810381811115610166576101666107f8565b80820180821115610166576101666107f8565b600080600080608085870312156108bd57600080fd5b8451935060208501516108cf816105ae565b60408601519093506108e0816105ae565b60608601519092506108f1816105ae565b939692955090935050565b60008261090b5761090b61083e565b50049056fea26469706673582212209a8dfb2589587bcd1bc1d331f28f7a1d728aa04c6e2a53448e9d77836f01c6e864736f6c63430008120033",
|
|
152
|
-
"devdoc": {
|
|
153
|
-
"kind": "dev",
|
|
154
|
-
"methods": {},
|
|
155
|
-
"version": 1
|
|
156
|
-
},
|
|
157
|
-
"userdoc": {
|
|
158
|
-
"kind": "user",
|
|
159
|
-
"methods": {},
|
|
160
|
-
"version": 1
|
|
161
|
-
},
|
|
162
|
-
"storageLayout": {
|
|
163
|
-
"storage": [],
|
|
164
|
-
"types": null
|
|
165
|
-
}
|
|
166
|
-
}
|
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
|
|
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
|
-
"anonymous": false,
|
|
17
|
-
"inputs": [
|
|
18
|
-
{
|
|
19
|
-
"indexed": true,
|
|
20
|
-
"internalType": "address",
|
|
21
|
-
"name": "previousOwner",
|
|
22
|
-
"type": "address"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"indexed": true,
|
|
26
|
-
"internalType": "address",
|
|
27
|
-
"name": "newOwner",
|
|
28
|
-
"type": "address"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"name": "OwnershipTransferred",
|
|
32
|
-
"type": "event"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"inputs": [
|
|
36
|
-
{
|
|
37
|
-
"internalType": "contract TransparentUpgradeableProxy",
|
|
38
|
-
"name": "proxy",
|
|
39
|
-
"type": "address"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"internalType": "address",
|
|
43
|
-
"name": "newAdmin",
|
|
44
|
-
"type": "address"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"name": "changeProxyAdmin",
|
|
48
|
-
"outputs": [],
|
|
49
|
-
"stateMutability": "nonpayable",
|
|
50
|
-
"type": "function"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"inputs": [
|
|
54
|
-
{
|
|
55
|
-
"internalType": "contract TransparentUpgradeableProxy",
|
|
56
|
-
"name": "proxy",
|
|
57
|
-
"type": "address"
|
|
58
|
-
}
|
|
59
|
-
],
|
|
60
|
-
"name": "getProxyAdmin",
|
|
61
|
-
"outputs": [
|
|
62
|
-
{
|
|
63
|
-
"internalType": "address",
|
|
64
|
-
"name": "",
|
|
65
|
-
"type": "address"
|
|
66
|
-
}
|
|
67
|
-
],
|
|
68
|
-
"stateMutability": "view",
|
|
69
|
-
"type": "function"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"inputs": [
|
|
73
|
-
{
|
|
74
|
-
"internalType": "contract TransparentUpgradeableProxy",
|
|
75
|
-
"name": "proxy",
|
|
76
|
-
"type": "address"
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
"name": "getProxyImplementation",
|
|
80
|
-
"outputs": [
|
|
81
|
-
{
|
|
82
|
-
"internalType": "address",
|
|
83
|
-
"name": "",
|
|
84
|
-
"type": "address"
|
|
85
|
-
}
|
|
86
|
-
],
|
|
87
|
-
"stateMutability": "view",
|
|
88
|
-
"type": "function"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"inputs": [],
|
|
92
|
-
"name": "owner",
|
|
93
|
-
"outputs": [
|
|
94
|
-
{
|
|
95
|
-
"internalType": "address",
|
|
96
|
-
"name": "",
|
|
97
|
-
"type": "address"
|
|
98
|
-
}
|
|
99
|
-
],
|
|
100
|
-
"stateMutability": "view",
|
|
101
|
-
"type": "function"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"inputs": [],
|
|
105
|
-
"name": "renounceOwnership",
|
|
106
|
-
"outputs": [],
|
|
107
|
-
"stateMutability": "nonpayable",
|
|
108
|
-
"type": "function"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"inputs": [
|
|
112
|
-
{
|
|
113
|
-
"internalType": "address",
|
|
114
|
-
"name": "newOwner",
|
|
115
|
-
"type": "address"
|
|
116
|
-
}
|
|
117
|
-
],
|
|
118
|
-
"name": "transferOwnership",
|
|
119
|
-
"outputs": [],
|
|
120
|
-
"stateMutability": "nonpayable",
|
|
121
|
-
"type": "function"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"inputs": [
|
|
125
|
-
{
|
|
126
|
-
"internalType": "contract TransparentUpgradeableProxy",
|
|
127
|
-
"name": "proxy",
|
|
128
|
-
"type": "address"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"internalType": "address",
|
|
132
|
-
"name": "implementation",
|
|
133
|
-
"type": "address"
|
|
134
|
-
}
|
|
135
|
-
],
|
|
136
|
-
"name": "upgrade",
|
|
137
|
-
"outputs": [],
|
|
138
|
-
"stateMutability": "nonpayable",
|
|
139
|
-
"type": "function"
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"inputs": [
|
|
143
|
-
{
|
|
144
|
-
"internalType": "contract TransparentUpgradeableProxy",
|
|
145
|
-
"name": "proxy",
|
|
146
|
-
"type": "address"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"internalType": "address",
|
|
150
|
-
"name": "implementation",
|
|
151
|
-
"type": "address"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"internalType": "bytes",
|
|
155
|
-
"name": "data",
|
|
156
|
-
"type": "bytes"
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"name": "upgradeAndCall",
|
|
160
|
-
"outputs": [],
|
|
161
|
-
"stateMutability": "payable",
|
|
162
|
-
"type": "function"
|
|
163
|
-
}
|
|
164
|
-
],
|
|
165
|
-
"transactionHash": "0x10bca1fa11ffa7a863fddcd82ee16a0c90acf66c91b7cd24346df08f18b15fc5",
|
|
166
|
-
"receipt": {
|
|
167
|
-
"to": null,
|
|
168
|
-
"from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
|
|
169
|
-
"contractAddress": "0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
|
|
170
|
-
"transactionIndex": 0,
|
|
171
|
-
"gasUsed": "542865",
|
|
172
|
-
"logsBloom": "0x0000400000000000000000000000000000000000000000000080000a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000020000000002080000000000000000080000000000000000000000000000000000000",
|
|
173
|
-
"blockHash": "0xbc6517abf7a4d77e9a79dbd7a386f574c53d421f0f3a913b378f435b539ed10c",
|
|
174
|
-
"transactionHash": "0x10bca1fa11ffa7a863fddcd82ee16a0c90acf66c91b7cd24346df08f18b15fc5",
|
|
175
|
-
"logs": [
|
|
176
|
-
{
|
|
177
|
-
"transactionIndex": 0,
|
|
178
|
-
"blockNumber": 224,
|
|
179
|
-
"transactionHash": "0x10bca1fa11ffa7a863fddcd82ee16a0c90acf66c91b7cd24346df08f18b15fc5",
|
|
180
|
-
"address": "0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
|
|
181
|
-
"topics": [
|
|
182
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
183
|
-
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
184
|
-
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
|
|
185
|
-
],
|
|
186
|
-
"data": "0x",
|
|
187
|
-
"logIndex": 0,
|
|
188
|
-
"blockHash": "0xbc6517abf7a4d77e9a79dbd7a386f574c53d421f0f3a913b378f435b539ed10c"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"transactionIndex": 0,
|
|
192
|
-
"blockNumber": 224,
|
|
193
|
-
"transactionHash": "0x10bca1fa11ffa7a863fddcd82ee16a0c90acf66c91b7cd24346df08f18b15fc5",
|
|
194
|
-
"address": "0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
|
|
195
|
-
"topics": [
|
|
196
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
197
|
-
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096",
|
|
198
|
-
"0x0000000000000000000000009586a4833970847aef259ad5bfb7aa8901ddf746"
|
|
199
|
-
],
|
|
200
|
-
"data": "0x",
|
|
201
|
-
"logIndex": 1,
|
|
202
|
-
"blockHash": "0xbc6517abf7a4d77e9a79dbd7a386f574c53d421f0f3a913b378f435b539ed10c"
|
|
203
|
-
}
|
|
204
|
-
],
|
|
205
|
-
"blockNumber": 224,
|
|
206
|
-
"cumulativeGasUsed": "542865",
|
|
207
|
-
"status": 1,
|
|
208
|
-
"byzantium": true
|
|
209
|
-
},
|
|
210
|
-
"args": [
|
|
211
|
-
"0x9586A4833970847aef259aD5BFB7aa8901DDf746"
|
|
212
|
-
],
|
|
213
|
-
"numDeployments": 1,
|
|
214
|
-
"solcInputHash": "12821035dc6b52fddd2b30f510462795",
|
|
215
|
-
"bytecode": "0x608060405234801561001057600080fd5b5060405161093b38038061093b83398101604081905261002f91610097565b61003833610047565b61004181610047565b506100c7565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100a957600080fd5b81516001600160a01b03811681146100c057600080fd5b9392505050565b610865806100d66000396000f3fe60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461012b57806399a88ec41461013e578063f2fde38b1461015e578063f3b7dead1461017e57600080fd5b8063204e1c7a14610080578063715018a6146100c95780637eff275e146100e05780638da5cb5b14610100575b600080fd5b34801561008c57600080fd5b506100a061009b366004610608565b61019e565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d557600080fd5b506100de610255565b005b3480156100ec57600080fd5b506100de6100fb36600461062c565b610269565b34801561010c57600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166100a0565b6100de610139366004610694565b6102f7565b34801561014a57600080fd5b506100de61015936600461062c565b61038c565b34801561016a57600080fd5b506100de610179366004610608565b6103e8565b34801561018a57600080fd5b506100a0610199366004610608565b6104a4565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516101ea907f5c60da1b00000000000000000000000000000000000000000000000000000000815260040190565b600060405180830381855afa9150503d8060008114610225576040519150601f19603f3d011682016040523d82523d6000602084013e61022a565b606091505b50915091508161023957600080fd5b8080602001905181019061024d9190610788565b949350505050565b61025d6104f0565b6102676000610571565b565b6102716104f0565b6040517f8f28397000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690638f283970906024015b600060405180830381600087803b1580156102db57600080fd5b505af11580156102ef573d6000803e3d6000fd5b505050505050565b6102ff6104f0565b6040517f4f1ef28600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841690634f1ef28690349061035590869086906004016107a5565b6000604051808303818588803b15801561036e57600080fd5b505af1158015610382573d6000803e3d6000fd5b5050505050505050565b6103946104f0565b6040517f3659cfe600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690633659cfe6906024016102c1565b6103f06104f0565b73ffffffffffffffffffffffffffffffffffffffff8116610498576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b6104a181610571565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516101ea907ff851a44000000000000000000000000000000000000000000000000000000000815260040190565b60005473ffffffffffffffffffffffffffffffffffffffff163314610267576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161048f565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b73ffffffffffffffffffffffffffffffffffffffff811681146104a157600080fd5b60006020828403121561061a57600080fd5b8135610625816105e6565b9392505050565b6000806040838503121561063f57600080fd5b823561064a816105e6565b9150602083013561065a816105e6565b809150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000806000606084860312156106a957600080fd5b83356106b4816105e6565b925060208401356106c4816105e6565b9150604084013567ffffffffffffffff808211156106e157600080fd5b818601915086601f8301126106f557600080fd5b81358181111561070757610707610665565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561074d5761074d610665565b8160405282815289602084870101111561076657600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561079a57600080fd5b8151610625816105e6565b73ffffffffffffffffffffffffffffffffffffffff8316815260006020604081840152835180604085015260005b818110156107ef578581018301518582016060015282016107d3565b5060006060828601015260607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010192505050939250505056fea2646970667358221220a0ac6d7599b5f79529bdf682b99aafdea40745bbfa5aa9aac646b08508c227f364736f6c63430008120033",
|
|
216
|
-
"deployedBytecode": "0x60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461012b57806399a88ec41461013e578063f2fde38b1461015e578063f3b7dead1461017e57600080fd5b8063204e1c7a14610080578063715018a6146100c95780637eff275e146100e05780638da5cb5b14610100575b600080fd5b34801561008c57600080fd5b506100a061009b366004610608565b61019e565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d557600080fd5b506100de610255565b005b3480156100ec57600080fd5b506100de6100fb36600461062c565b610269565b34801561010c57600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166100a0565b6100de610139366004610694565b6102f7565b34801561014a57600080fd5b506100de61015936600461062c565b61038c565b34801561016a57600080fd5b506100de610179366004610608565b6103e8565b34801561018a57600080fd5b506100a0610199366004610608565b6104a4565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516101ea907f5c60da1b00000000000000000000000000000000000000000000000000000000815260040190565b600060405180830381855afa9150503d8060008114610225576040519150601f19603f3d011682016040523d82523d6000602084013e61022a565b606091505b50915091508161023957600080fd5b8080602001905181019061024d9190610788565b949350505050565b61025d6104f0565b6102676000610571565b565b6102716104f0565b6040517f8f28397000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690638f283970906024015b600060405180830381600087803b1580156102db57600080fd5b505af11580156102ef573d6000803e3d6000fd5b505050505050565b6102ff6104f0565b6040517f4f1ef28600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841690634f1ef28690349061035590869086906004016107a5565b6000604051808303818588803b15801561036e57600080fd5b505af1158015610382573d6000803e3d6000fd5b5050505050505050565b6103946104f0565b6040517f3659cfe600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690633659cfe6906024016102c1565b6103f06104f0565b73ffffffffffffffffffffffffffffffffffffffff8116610498576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b6104a181610571565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516101ea907ff851a44000000000000000000000000000000000000000000000000000000000815260040190565b60005473ffffffffffffffffffffffffffffffffffffffff163314610267576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161048f565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b73ffffffffffffffffffffffffffffffffffffffff811681146104a157600080fd5b60006020828403121561061a57600080fd5b8135610625816105e6565b9392505050565b6000806040838503121561063f57600080fd5b823561064a816105e6565b9150602083013561065a816105e6565b809150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000806000606084860312156106a957600080fd5b83356106b4816105e6565b925060208401356106c4816105e6565b9150604084013567ffffffffffffffff808211156106e157600080fd5b818601915086601f8301126106f557600080fd5b81358181111561070757610707610665565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561074d5761074d610665565b8160405282815289602084870101111561076657600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561079a57600080fd5b8151610625816105e6565b73ffffffffffffffffffffffffffffffffffffffff8316815260006020604081840152835180604085015260005b818110156107ef578581018301518582016060015282016107d3565b5060006060828601015260607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010192505050939250505056fea2646970667358221220a0ac6d7599b5f79529bdf682b99aafdea40745bbfa5aa9aac646b08508c227f364736f6c63430008120033",
|
|
217
|
-
"devdoc": {
|
|
218
|
-
"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}.",
|
|
219
|
-
"kind": "dev",
|
|
220
|
-
"methods": {
|
|
221
|
-
"changeProxyAdmin(address,address)": {
|
|
222
|
-
"details": "Changes the admin of `proxy` to `newAdmin`. Requirements: - This contract must be the current admin of `proxy`."
|
|
223
|
-
},
|
|
224
|
-
"getProxyAdmin(address)": {
|
|
225
|
-
"details": "Returns the current admin of `proxy`. Requirements: - This contract must be the admin of `proxy`."
|
|
226
|
-
},
|
|
227
|
-
"getProxyImplementation(address)": {
|
|
228
|
-
"details": "Returns the current implementation of `proxy`. Requirements: - This contract must be the admin of `proxy`."
|
|
229
|
-
},
|
|
230
|
-
"owner()": {
|
|
231
|
-
"details": "Returns the address of the current owner."
|
|
232
|
-
},
|
|
233
|
-
"renounceOwnership()": {
|
|
234
|
-
"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."
|
|
235
|
-
},
|
|
236
|
-
"transferOwnership(address)": {
|
|
237
|
-
"details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
|
|
238
|
-
},
|
|
239
|
-
"upgrade(address,address)": {
|
|
240
|
-
"details": "Upgrades `proxy` to `implementation`. See {TransparentUpgradeableProxy-upgradeTo}. Requirements: - This contract must be the admin of `proxy`."
|
|
241
|
-
},
|
|
242
|
-
"upgradeAndCall(address,address,bytes)": {
|
|
243
|
-
"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`."
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
"version": 1
|
|
247
|
-
},
|
|
248
|
-
"userdoc": {
|
|
249
|
-
"kind": "user",
|
|
250
|
-
"methods": {},
|
|
251
|
-
"version": 1
|
|
252
|
-
},
|
|
253
|
-
"storageLayout": {
|
|
254
|
-
"storage": [
|
|
255
|
-
{
|
|
256
|
-
"astId": 5079,
|
|
257
|
-
"contract": "contracts/proxy/ProxyAdmin.sol:ProxyAdmin",
|
|
258
|
-
"label": "_owner",
|
|
259
|
-
"offset": 0,
|
|
260
|
-
"slot": "0",
|
|
261
|
-
"type": "t_address"
|
|
262
|
-
}
|
|
263
|
-
],
|
|
264
|
-
"types": {
|
|
265
|
-
"t_address": {
|
|
266
|
-
"encoding": "inplace",
|
|
267
|
-
"label": "address",
|
|
268
|
-
"numberOfBytes": "20"
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
}
|