@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,130 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
|
|
3
|
-
"abi": [
|
|
4
|
-
{
|
|
5
|
-
"inputs": [
|
|
6
|
-
{
|
|
7
|
-
"internalType": "contract ILayerZeroPriceFeed",
|
|
8
|
-
"name": "_priceFeed",
|
|
9
|
-
"type": "address"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"internalType": "uint32",
|
|
13
|
-
"name": "_dstEid",
|
|
14
|
-
"type": "uint32"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"internalType": "address",
|
|
18
|
-
"name": "",
|
|
19
|
-
"type": "address"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"internalType": "uint256",
|
|
23
|
-
"name": "_calldataSize",
|
|
24
|
-
"type": "uint256"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"internalType": "uint16",
|
|
28
|
-
"name": "_defaultMultiplierBps",
|
|
29
|
-
"type": "uint16"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"components": [
|
|
33
|
-
{
|
|
34
|
-
"internalType": "uint64",
|
|
35
|
-
"name": "baseGas",
|
|
36
|
-
"type": "uint64"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"internalType": "uint16",
|
|
40
|
-
"name": "multiplierBps",
|
|
41
|
-
"type": "uint16"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"internalType": "uint128",
|
|
45
|
-
"name": "floorMarginUSD",
|
|
46
|
-
"type": "uint128"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"internalType": "uint128",
|
|
50
|
-
"name": "airdropCap",
|
|
51
|
-
"type": "uint128"
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"internalType": "struct IRelayer.DstConfig",
|
|
55
|
-
"name": "_dstConfig",
|
|
56
|
-
"type": "tuple"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"internalType": "bytes",
|
|
60
|
-
"name": "_options",
|
|
61
|
-
"type": "bytes"
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"name": "getFee",
|
|
65
|
-
"outputs": [
|
|
66
|
-
{
|
|
67
|
-
"internalType": "uint256",
|
|
68
|
-
"name": "fee",
|
|
69
|
-
"type": "uint256"
|
|
70
|
-
}
|
|
71
|
-
],
|
|
72
|
-
"stateMutability": "view",
|
|
73
|
-
"type": "function"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"inputs": [
|
|
77
|
-
{
|
|
78
|
-
"internalType": "bytes4",
|
|
79
|
-
"name": "interfaceId",
|
|
80
|
-
"type": "bytes4"
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"name": "supportsInterface",
|
|
84
|
-
"outputs": [
|
|
85
|
-
{
|
|
86
|
-
"internalType": "bool",
|
|
87
|
-
"name": "",
|
|
88
|
-
"type": "bool"
|
|
89
|
-
}
|
|
90
|
-
],
|
|
91
|
-
"stateMutability": "view",
|
|
92
|
-
"type": "function"
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
"transactionHash": "0x045ac72337881edb49694058c9429845433a827c70a19357d6fa4fc022622f02",
|
|
96
|
-
"receipt": {
|
|
97
|
-
"to": null,
|
|
98
|
-
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
99
|
-
"contractAddress": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
|
|
100
|
-
"transactionIndex": 0,
|
|
101
|
-
"gasUsed": "947200",
|
|
102
|
-
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
103
|
-
"blockHash": "0xe1a6d87b9a398e4a93f2929417af8dcd505ca6d1cf9b458281d6a334fa3d720a",
|
|
104
|
-
"transactionHash": "0x045ac72337881edb49694058c9429845433a827c70a19357d6fa4fc022622f02",
|
|
105
|
-
"logs": [],
|
|
106
|
-
"blockNumber": 115,
|
|
107
|
-
"cumulativeGasUsed": "947200",
|
|
108
|
-
"status": 1,
|
|
109
|
-
"byzantium": true
|
|
110
|
-
},
|
|
111
|
-
"args": [],
|
|
112
|
-
"numDeployments": 1,
|
|
113
|
-
"solcInputHash": "f4e8736b759ec283a614e6b3dfdfade8",
|
|
114
|
-
"bytecode": "0x608060405234801561001057600080fd5b5061103e806100206000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c806301ffc9a71461003b5780635017cfd214610063575b600080fd5b61004e610049366004610c80565b610084565b60405190151581526020015b60405180910390f35b610076610071366004610d8d565b61011d565b60405190815260200161005a565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f5017cfd200000000000000000000000000000000000000000000000000000000148061011757507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b6000816101975760405162461bcd60e51b815260206004820152602260248201527f52656c617965724665654c69623a206e6f206f7074696f6e732070726f76696460448201527f656400000000000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b8351606085015185918a918c918a918a9160009182916101b8918c8c61031e565b6040517fd5c7155000000000000000000000000000000000000000000000000000000000815263ffffffff891660048201526024810187905260448101829052919350915060009081908190819073ffffffffffffffffffffffffffffffffffffffff8a169063d5c7155090606401608060405180830381865afa158015610244573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102689190610ee2565b935093509350935061029b848c6020015161ffff1660001461028e578c60200151610290565b885b8d6040015184610623565b9b508515610307576127108761ffff16836fffffffffffffffffffffffffffffffff16856fffffffffffffffffffffffffffffffff16896102dc9190610f4d565b6102e69190610f64565b6102f09190610f4d565b6102fa9190610f64565b610304908d610f86565b9b505b505050505050505050505098975050505050505050565b600080600061036285858080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506106ec92505050565b905060008767ffffffffffffffff16925060005b82518110156105f757600261ffff1683828151811061039757610397610f99565b60200260200101516000015161ffff16036104715760006103d48483815181106103c3576103c3610f99565b602002602001015160200151610894565b509050886fffffffffffffffffffffffffffffffff1681111561045f5760405162461bcd60e51b815260206004820152602960248201527f52656c617965724665654c69623a2061697264726f7020616d6f756e7420657860448201527f6365656473206361700000000000000000000000000000000000000000000000606482015260840161018e565b6104698187610f86565b9550506105e5565b600161ffff1683828151811061048957610489610f99565b60200260200101516000015161ffff16036104eb576000806104c78584815181106104b6576104b6610f99565b602002602001015160200151610903565b90925090506104d68188610f86565b96506104e28287610f86565b955050506105e5565b600361ffff1683828151811061050357610503610f99565b60200260200101516000015161ffff1603610541576000806104c785848151811061053057610530610f99565b6020026020010151602001516109a0565b600461ffff1683828151811061055957610559610f99565b60200260200101516000015161ffff160361057757600191506105e5565b60405162461bcd60e51b815260206004820152602260248201527f52656c617965724665654c69623a20696e76616c6964206f7074696f6e20747960448201527f7065000000000000000000000000000000000000000000000000000000000000606482015260840161018e565b806105ef81610faf565b915050610376565b50801561061857606461060b846066610f4d565b6106159190610f64565b92505b505094509492505050565b60008061271061063761ffff871688610f4d565b6106419190610f64565b90506fffffffffffffffffffffffffffffffff8316158061067257506fffffffffffffffffffffffffffffffff8416155b1561067e5790506106e4565b600086846fffffffffffffffffffffffffffffffff16670de0b6b3a7640000876fffffffffffffffffffffffffffffffff166106ba9190610f4d565b6106c49190610f64565b6106ce9190610f86565b90508181116106dd57816106df565b805b925050505b949350505050565b60606000806106fb8482610a08565b9050610708600283610f86565b915060008161ffff1667ffffffffffffffff81111561072957610729610d05565b60405190808252806020026020018201604052801561076f57816020015b6040805180820190915260008152606060208201528152602001906001900390816107475790505b5090506000805b8361ffff168161ffff1610156108895760006107928887610a08565b905061079f600287610f86565b95508261ffff168161ffff16116107f85760405162461bcd60e51b815260206004820152600760248201527f4c5a313030303600000000000000000000000000000000000000000000000000604482015260640161018e565b91508160006108078988610a08565b9050610814600288610f86565b965060006108278a8961ffff8516610a6e565b905061083761ffff831689610f86565b975060405180604001604052808461ffff16815260200182815250868561ffff168151811061086857610868610f99565b6020026020010181905250505050808061088190610fe7565b915050610776565b509095945050505050565b60008082516030146108d25760405162461bcd60e51b81526020600482015260076024820152664c5a313030303960c81b604482015260640161018e565b6108dd836000610bb4565b6fffffffffffffffffffffffffffffffff1691506108fc836010610c1a565b9050915091565b600080825160101480610917575082516020145b61094d5760405162461bcd60e51b81526020600482015260076024820152664c5a313030303960c81b604482015260640161018e565b610958836000610bb4565b6fffffffffffffffffffffffffffffffff169150825160201461097c576000610987565b610987836010610bb4565b6fffffffffffffffffffffffffffffffff169050915091565b60008082516020146109de5760405162461bcd60e51b81526020600482015260076024820152664c5a313030303960c81b604482015260640161018e565b6109e9836000610bb4565b6fffffffffffffffffffffffffffffffff169150610987836010610bb4565b6000610a15826002610f86565b83511015610a655760405162461bcd60e51b815260206004820152601460248201527f746f55696e7431365f6f75744f66426f756e6473000000000000000000000000604482015260640161018e565b50016002015190565b606081610a7c81601f610f86565b1015610aca5760405162461bcd60e51b815260206004820152600e60248201527f736c6963655f6f766572666c6f77000000000000000000000000000000000000604482015260640161018e565b610ad48284610f86565b84511015610b245760405162461bcd60e51b815260206004820152601160248201527f736c6963655f6f75744f66426f756e6473000000000000000000000000000000604482015260640161018e565b606082158015610b435760405191506000825260208201604052610bab565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015610b7c578051835260209283019201610b64565b5050858452601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016604052505b50949350505050565b6000610bc1826010610f86565b83511015610c115760405162461bcd60e51b815260206004820152601560248201527f746f55696e743132385f6f75744f66426f756e64730000000000000000000000604482015260640161018e565b50016010015190565b6000610c27826020610f86565b83511015610c775760405162461bcd60e51b815260206004820152601560248201527f746f427974657333325f6f75744f66426f756e64730000000000000000000000604482015260640161018e565b50016020015190565b600060208284031215610c9257600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610cc257600080fd5b9392505050565b73ffffffffffffffffffffffffffffffffffffffff81168114610ceb57600080fd5b50565b803561ffff81168114610d0057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b6fffffffffffffffffffffffffffffffff81168114610ceb57600080fd5b8035610d0081610d1b565b60008083601f840112610d5657600080fd5b50813567ffffffffffffffff811115610d6e57600080fd5b602083019150836020828501011115610d8657600080fd5b9250929050565b600080600080600080600080888a03610140811215610dab57600080fd5b8935610db681610cc9565b985060208a013563ffffffff81168114610dcf57600080fd5b975060408a0135610ddf81610cc9565b965060608a01359550610df460808b01610cee565b945060807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6082011215610e2657600080fd5b506040516080810167ffffffffffffffff8282108183111715610e5957634e487b7160e01b600052604160045260246000fd5b8160405260a08c013591508082168214610e7257600080fd5b818352610e8160c08d01610cee565b6020840152610e9260e08d01610d39565b6040840152610ea46101008d01610d39565b60608401529194506101208b01359180831115610ec057600080fd5b5050610ece8b828c01610d44565b999c989b5096995094979396929594505050565b60008060008060808587031215610ef857600080fd5b845193506020850151610f0a81610d1b565b6040860151909350610f1b81610d1b565b6060860151909250610f2c81610d1b565b939692955090935050565b634e487b7160e01b600052601160045260246000fd5b808202811582820484141761011757610117610f37565b600082610f8157634e487b7160e01b600052601260045260246000fd5b500490565b8082018082111561011757610117610f37565b634e487b7160e01b600052603260045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203610fe057610fe0610f37565b5060010190565b600061ffff808316818103610ffe57610ffe610f37565b600101939250505056fea264697066735822122048a59abf2cd287f491a5572fb2e12442e3b5493e87a4c4db57ad13bc289742ce64736f6c63430008110033",
|
|
115
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100365760003560e01c806301ffc9a71461003b5780635017cfd214610063575b600080fd5b61004e610049366004610c80565b610084565b60405190151581526020015b60405180910390f35b610076610071366004610d8d565b61011d565b60405190815260200161005a565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f5017cfd200000000000000000000000000000000000000000000000000000000148061011757507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b6000816101975760405162461bcd60e51b815260206004820152602260248201527f52656c617965724665654c69623a206e6f206f7074696f6e732070726f76696460448201527f656400000000000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b8351606085015185918a918c918a918a9160009182916101b8918c8c61031e565b6040517fd5c7155000000000000000000000000000000000000000000000000000000000815263ffffffff891660048201526024810187905260448101829052919350915060009081908190819073ffffffffffffffffffffffffffffffffffffffff8a169063d5c7155090606401608060405180830381865afa158015610244573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102689190610ee2565b935093509350935061029b848c6020015161ffff1660001461028e578c60200151610290565b885b8d6040015184610623565b9b508515610307576127108761ffff16836fffffffffffffffffffffffffffffffff16856fffffffffffffffffffffffffffffffff16896102dc9190610f4d565b6102e69190610f64565b6102f09190610f4d565b6102fa9190610f64565b610304908d610f86565b9b505b505050505050505050505098975050505050505050565b600080600061036285858080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506106ec92505050565b905060008767ffffffffffffffff16925060005b82518110156105f757600261ffff1683828151811061039757610397610f99565b60200260200101516000015161ffff16036104715760006103d48483815181106103c3576103c3610f99565b602002602001015160200151610894565b509050886fffffffffffffffffffffffffffffffff1681111561045f5760405162461bcd60e51b815260206004820152602960248201527f52656c617965724665654c69623a2061697264726f7020616d6f756e7420657860448201527f6365656473206361700000000000000000000000000000000000000000000000606482015260840161018e565b6104698187610f86565b9550506105e5565b600161ffff1683828151811061048957610489610f99565b60200260200101516000015161ffff16036104eb576000806104c78584815181106104b6576104b6610f99565b602002602001015160200151610903565b90925090506104d68188610f86565b96506104e28287610f86565b955050506105e5565b600361ffff1683828151811061050357610503610f99565b60200260200101516000015161ffff1603610541576000806104c785848151811061053057610530610f99565b6020026020010151602001516109a0565b600461ffff1683828151811061055957610559610f99565b60200260200101516000015161ffff160361057757600191506105e5565b60405162461bcd60e51b815260206004820152602260248201527f52656c617965724665654c69623a20696e76616c6964206f7074696f6e20747960448201527f7065000000000000000000000000000000000000000000000000000000000000606482015260840161018e565b806105ef81610faf565b915050610376565b50801561061857606461060b846066610f4d565b6106159190610f64565b92505b505094509492505050565b60008061271061063761ffff871688610f4d565b6106419190610f64565b90506fffffffffffffffffffffffffffffffff8316158061067257506fffffffffffffffffffffffffffffffff8416155b1561067e5790506106e4565b600086846fffffffffffffffffffffffffffffffff16670de0b6b3a7640000876fffffffffffffffffffffffffffffffff166106ba9190610f4d565b6106c49190610f64565b6106ce9190610f86565b90508181116106dd57816106df565b805b925050505b949350505050565b60606000806106fb8482610a08565b9050610708600283610f86565b915060008161ffff1667ffffffffffffffff81111561072957610729610d05565b60405190808252806020026020018201604052801561076f57816020015b6040805180820190915260008152606060208201528152602001906001900390816107475790505b5090506000805b8361ffff168161ffff1610156108895760006107928887610a08565b905061079f600287610f86565b95508261ffff168161ffff16116107f85760405162461bcd60e51b815260206004820152600760248201527f4c5a313030303600000000000000000000000000000000000000000000000000604482015260640161018e565b91508160006108078988610a08565b9050610814600288610f86565b965060006108278a8961ffff8516610a6e565b905061083761ffff831689610f86565b975060405180604001604052808461ffff16815260200182815250868561ffff168151811061086857610868610f99565b6020026020010181905250505050808061088190610fe7565b915050610776565b509095945050505050565b60008082516030146108d25760405162461bcd60e51b81526020600482015260076024820152664c5a313030303960c81b604482015260640161018e565b6108dd836000610bb4565b6fffffffffffffffffffffffffffffffff1691506108fc836010610c1a565b9050915091565b600080825160101480610917575082516020145b61094d5760405162461bcd60e51b81526020600482015260076024820152664c5a313030303960c81b604482015260640161018e565b610958836000610bb4565b6fffffffffffffffffffffffffffffffff169150825160201461097c576000610987565b610987836010610bb4565b6fffffffffffffffffffffffffffffffff169050915091565b60008082516020146109de5760405162461bcd60e51b81526020600482015260076024820152664c5a313030303960c81b604482015260640161018e565b6109e9836000610bb4565b6fffffffffffffffffffffffffffffffff169150610987836010610bb4565b6000610a15826002610f86565b83511015610a655760405162461bcd60e51b815260206004820152601460248201527f746f55696e7431365f6f75744f66426f756e6473000000000000000000000000604482015260640161018e565b50016002015190565b606081610a7c81601f610f86565b1015610aca5760405162461bcd60e51b815260206004820152600e60248201527f736c6963655f6f766572666c6f77000000000000000000000000000000000000604482015260640161018e565b610ad48284610f86565b84511015610b245760405162461bcd60e51b815260206004820152601160248201527f736c6963655f6f75744f66426f756e6473000000000000000000000000000000604482015260640161018e565b606082158015610b435760405191506000825260208201604052610bab565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015610b7c578051835260209283019201610b64565b5050858452601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016604052505b50949350505050565b6000610bc1826010610f86565b83511015610c115760405162461bcd60e51b815260206004820152601560248201527f746f55696e743132385f6f75744f66426f756e64730000000000000000000000604482015260640161018e565b50016010015190565b6000610c27826020610f86565b83511015610c775760405162461bcd60e51b815260206004820152601560248201527f746f427974657333325f6f75744f66426f756e64730000000000000000000000604482015260640161018e565b50016020015190565b600060208284031215610c9257600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610cc257600080fd5b9392505050565b73ffffffffffffffffffffffffffffffffffffffff81168114610ceb57600080fd5b50565b803561ffff81168114610d0057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b6fffffffffffffffffffffffffffffffff81168114610ceb57600080fd5b8035610d0081610d1b565b60008083601f840112610d5657600080fd5b50813567ffffffffffffffff811115610d6e57600080fd5b602083019150836020828501011115610d8657600080fd5b9250929050565b600080600080600080600080888a03610140811215610dab57600080fd5b8935610db681610cc9565b985060208a013563ffffffff81168114610dcf57600080fd5b975060408a0135610ddf81610cc9565b965060608a01359550610df460808b01610cee565b945060807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6082011215610e2657600080fd5b506040516080810167ffffffffffffffff8282108183111715610e5957634e487b7160e01b600052604160045260246000fd5b8160405260a08c013591508082168214610e7257600080fd5b818352610e8160c08d01610cee565b6020840152610e9260e08d01610d39565b6040840152610ea46101008d01610d39565b60608401529194506101208b01359180831115610ec057600080fd5b5050610ece8b828c01610d44565b999c989b5096995094979396929594505050565b60008060008060808587031215610ef857600080fd5b845193506020850151610f0a81610d1b565b6040860151909350610f1b81610d1b565b6060860151909250610f2c81610d1b565b939692955090935050565b634e487b7160e01b600052601160045260246000fd5b808202811582820484141761011757610117610f37565b600082610f8157634e487b7160e01b600052601260045260246000fd5b500490565b8082018082111561011757610117610f37565b634e487b7160e01b600052603260045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203610fe057610fe0610f37565b5060010190565b600061ffff808316818103610ffe57610ffe610f37565b600101939250505056fea264697066735822122048a59abf2cd287f491a5572fb2e12442e3b5493e87a4c4db57ad13bc289742ce64736f6c63430008110033",
|
|
116
|
-
"devdoc": {
|
|
117
|
-
"kind": "dev",
|
|
118
|
-
"methods": {},
|
|
119
|
-
"version": 1
|
|
120
|
-
},
|
|
121
|
-
"userdoc": {
|
|
122
|
-
"kind": "user",
|
|
123
|
-
"methods": {},
|
|
124
|
-
"version": 1
|
|
125
|
-
},
|
|
126
|
-
"storageLayout": {
|
|
127
|
-
"storage": [],
|
|
128
|
-
"types": null
|
|
129
|
-
}
|
|
130
|
-
}
|
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
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": "0xddbc40eaefe79080174dec24466bd1dd94ddd25d5b5dfa5c852e8543ffa4481d",
|
|
166
|
-
"receipt": {
|
|
167
|
-
"to": null,
|
|
168
|
-
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
169
|
-
"contractAddress": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
170
|
-
"transactionIndex": 0,
|
|
171
|
-
"gasUsed": "542865",
|
|
172
|
-
"logsBloom": "0x00000000000000000000000000008000000000000000000000800000000000000000000000000000000000000000000000000000004000000000000000100000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000800200000000000000000000000400000000000000000000000000000000000000000000000000400000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000020000000000000000000000010000000000000000000000000000000000000000000",
|
|
173
|
-
"blockHash": "0xb40429ad80e55c7416ced81629b4675bf4aa4860df599ce25ca9106dcc1d28eb",
|
|
174
|
-
"transactionHash": "0xddbc40eaefe79080174dec24466bd1dd94ddd25d5b5dfa5c852e8543ffa4481d",
|
|
175
|
-
"logs": [
|
|
176
|
-
{
|
|
177
|
-
"transactionIndex": 0,
|
|
178
|
-
"blockNumber": 205,
|
|
179
|
-
"transactionHash": "0xddbc40eaefe79080174dec24466bd1dd94ddd25d5b5dfa5c852e8543ffa4481d",
|
|
180
|
-
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
181
|
-
"topics": [
|
|
182
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
183
|
-
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
184
|
-
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
185
|
-
],
|
|
186
|
-
"data": "0x",
|
|
187
|
-
"logIndex": 0,
|
|
188
|
-
"blockHash": "0xb40429ad80e55c7416ced81629b4675bf4aa4860df599ce25ca9106dcc1d28eb"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"transactionIndex": 0,
|
|
192
|
-
"blockNumber": 205,
|
|
193
|
-
"transactionHash": "0xddbc40eaefe79080174dec24466bd1dd94ddd25d5b5dfa5c852e8543ffa4481d",
|
|
194
|
-
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
195
|
-
"topics": [
|
|
196
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
197
|
-
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc",
|
|
198
|
-
"0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"
|
|
199
|
-
],
|
|
200
|
-
"data": "0x",
|
|
201
|
-
"logIndex": 1,
|
|
202
|
-
"blockHash": "0xb40429ad80e55c7416ced81629b4675bf4aa4860df599ce25ca9106dcc1d28eb"
|
|
203
|
-
}
|
|
204
|
-
],
|
|
205
|
-
"blockNumber": 205,
|
|
206
|
-
"cumulativeGasUsed": "542865",
|
|
207
|
-
"status": 1,
|
|
208
|
-
"byzantium": true
|
|
209
|
-
},
|
|
210
|
-
"args": [
|
|
211
|
-
"0x90F79bf6EB2c4f870365E785982E1f101E93b906"
|
|
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
|
-
}
|