@layerzerolabs/proxy-v5-6-evm-contracts 1.2.20
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/.turbo/turbo-build.log +270 -0
- package/.turbo/turbo-lint.log +98 -0
- package/.turbo/turbo-test.log +124 -0
- package/LICENSE +23 -0
- package/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +85 -0
- package/artifacts/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.json +124 -0
- package/artifacts/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.json +56 -0
- package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +81 -0
- package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.json +49 -0
- package/artifacts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.json +15 -0
- package/artifacts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.json +24 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +132 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.json +74 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +121 -0
- package/artifacts/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Address.sol/Address.json +22 -0
- package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/Errors.sol/Errors.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Errors.sol/Errors.json +48 -0
- package/artifacts/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +10 -0
- package/artifacts/build-info/eb640ccbdf084d1d111d9ebf9250fdca.json +1 -0
- package/artifacts/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.dbg.json +4 -0
- package/artifacts/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.json +176 -0
- package/artifacts/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.dbg.json +4 -0
- package/artifacts/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.json +121 -0
- package/artifacts/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.dbg.json +4 -0
- package/artifacts/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.json +16 -0
- package/artifacts-flattened-contracts/contracts/ProxyAdmin2Step.flattened.sol +922 -0
- package/artifacts-flattened-contracts/contracts/TransparentUpgradeableProxy2Step.flattened.sol +1017 -0
- package/artifacts-tron/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +85 -0
- package/artifacts-tron/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.json +124 -0
- package/artifacts-tron/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.json +56 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +81 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.json +49 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.json +15 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.json +24 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +132 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.json +74 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +121 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Address.sol/Address.json +22 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Errors.sol/Errors.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Errors.sol/Errors.json +48 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.json +10 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +10 -0
- package/artifacts-tron/build-info/33e2b07450318007b249bcb542a1e222.json +1 -0
- package/artifacts-tron/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.dbg.json +4 -0
- package/artifacts-tron/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.json +176 -0
- package/artifacts-tron/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.dbg.json +4 -0
- package/artifacts-tron/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.json +121 -0
- package/artifacts-tron/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.dbg.json +4 -0
- package/artifacts-tron/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.json +16 -0
- package/artifacts-zk/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +86 -0
- package/artifacts-zk/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.json +125 -0
- package/artifacts-zk/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.json +57 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +82 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.json +50 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.json +16 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.json +25 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +133 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.json +75 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +124 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Address.sol/Address.json +23 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Context.sol/Context.json +11 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Errors.sol/Errors.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Errors.sol/Errors.json +49 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.json +11 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +11 -0
- package/artifacts-zk/build-info/9069f70cfc4c7329462d894dfdd2740c.json +1 -0
- package/artifacts-zk/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.dbg.json +4 -0
- package/artifacts-zk/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.json +177 -0
- package/artifacts-zk/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.dbg.json +4 -0
- package/artifacts-zk/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.json +124 -0
- package/artifacts-zk/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.dbg.json +4 -0
- package/artifacts-zk/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.json +17 -0
- package/contracts/ProxyAdmin2Step.sol +39 -0
- package/contracts/TransparentUpgradeableProxy2Step.sol +109 -0
- package/contracts/interfaces/IProxyAdmin2Step.sol +15 -0
- package/foundry.toml +23 -0
- package/hardhat.config.js +58 -0
- package/package.json +42 -0
- package/solhint.config.js +3 -0
- package/test/TransparentUpgradeableProxy2Step.t.sol +276 -0
- package/turbo-snapshot.lock.json +454 -0
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "ProxyAdmin2Step",
|
|
4
|
+
"sourceName": "contracts/ProxyAdmin2Step.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "_initialOwner",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"stateMutability": "nonpayable",
|
|
15
|
+
"type": "constructor"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"inputs": [],
|
|
19
|
+
"name": "CannotRenounceOwnership",
|
|
20
|
+
"type": "error"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"inputs": [
|
|
24
|
+
{
|
|
25
|
+
"internalType": "address",
|
|
26
|
+
"name": "owner",
|
|
27
|
+
"type": "address"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"name": "OwnableInvalidOwner",
|
|
31
|
+
"type": "error"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"inputs": [
|
|
35
|
+
{
|
|
36
|
+
"internalType": "address",
|
|
37
|
+
"name": "account",
|
|
38
|
+
"type": "address"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"name": "OwnableUnauthorizedAccount",
|
|
42
|
+
"type": "error"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"anonymous": false,
|
|
46
|
+
"inputs": [
|
|
47
|
+
{
|
|
48
|
+
"indexed": true,
|
|
49
|
+
"internalType": "address",
|
|
50
|
+
"name": "previousOwner",
|
|
51
|
+
"type": "address"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"indexed": true,
|
|
55
|
+
"internalType": "address",
|
|
56
|
+
"name": "newOwner",
|
|
57
|
+
"type": "address"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"name": "OwnershipTransferStarted",
|
|
61
|
+
"type": "event"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"anonymous": false,
|
|
65
|
+
"inputs": [
|
|
66
|
+
{
|
|
67
|
+
"indexed": true,
|
|
68
|
+
"internalType": "address",
|
|
69
|
+
"name": "previousOwner",
|
|
70
|
+
"type": "address"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"indexed": true,
|
|
74
|
+
"internalType": "address",
|
|
75
|
+
"name": "newOwner",
|
|
76
|
+
"type": "address"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"name": "OwnershipTransferred",
|
|
80
|
+
"type": "event"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"inputs": [],
|
|
84
|
+
"name": "UPGRADE_INTERFACE_VERSION",
|
|
85
|
+
"outputs": [
|
|
86
|
+
{
|
|
87
|
+
"internalType": "string",
|
|
88
|
+
"name": "",
|
|
89
|
+
"type": "string"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"stateMutability": "view",
|
|
93
|
+
"type": "function"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"inputs": [],
|
|
97
|
+
"name": "acceptOwnership",
|
|
98
|
+
"outputs": [],
|
|
99
|
+
"stateMutability": "nonpayable",
|
|
100
|
+
"type": "function"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"inputs": [],
|
|
104
|
+
"name": "owner",
|
|
105
|
+
"outputs": [
|
|
106
|
+
{
|
|
107
|
+
"internalType": "address",
|
|
108
|
+
"name": "",
|
|
109
|
+
"type": "address"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"stateMutability": "view",
|
|
113
|
+
"type": "function"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"inputs": [],
|
|
117
|
+
"name": "pendingOwner",
|
|
118
|
+
"outputs": [
|
|
119
|
+
{
|
|
120
|
+
"internalType": "address",
|
|
121
|
+
"name": "",
|
|
122
|
+
"type": "address"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"stateMutability": "view",
|
|
126
|
+
"type": "function"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"inputs": [],
|
|
130
|
+
"name": "renounceOwnership",
|
|
131
|
+
"outputs": [],
|
|
132
|
+
"stateMutability": "nonpayable",
|
|
133
|
+
"type": "function"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"inputs": [
|
|
137
|
+
{
|
|
138
|
+
"internalType": "address",
|
|
139
|
+
"name": "_newOwner",
|
|
140
|
+
"type": "address"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"name": "transferOwnership",
|
|
144
|
+
"outputs": [],
|
|
145
|
+
"stateMutability": "nonpayable",
|
|
146
|
+
"type": "function"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"inputs": [
|
|
150
|
+
{
|
|
151
|
+
"internalType": "contract ITransparentUpgradeableProxy",
|
|
152
|
+
"name": "proxy",
|
|
153
|
+
"type": "address"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"internalType": "address",
|
|
157
|
+
"name": "implementation",
|
|
158
|
+
"type": "address"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"internalType": "bytes",
|
|
162
|
+
"name": "data",
|
|
163
|
+
"type": "bytes"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"name": "upgradeAndCall",
|
|
167
|
+
"outputs": [],
|
|
168
|
+
"stateMutability": "payable",
|
|
169
|
+
"type": "function"
|
|
170
|
+
}
|
|
171
|
+
],
|
|
172
|
+
"bytecode": "0x6080346100c757601f6107b238819003918201601f19168301916001600160401b038311848410176100cb578084926020946040528339810103126100c757516001600160a81b03811681036100c7576001600160a01b0390811680156100af5760018060a01b0319918260015416600155815f54938416175f5560405192167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a36106d290816100e08239f35b604051631e4fbdf760e01b81525f6004820152602490fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe608060409080825260049182361015610016575f80fd5b5f925f3560e01c928363715018a6146105635750826379ba5097146104855782638da5cb5b146104345782639623609d14610234578263ad3cb1cc1461017757508163e30c397814610120575063f2fde38b14610071575f80fd5b3461011d5760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261011d576100a86105b6565b6100b061064c565b73ffffffffffffffffffffffffffffffffffffffff80911690817fffffffffffffffffffffffff000000000000000000000000000000000000000060015416176001558254167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e227008380a380f35b80fd5b90503461017357817ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126101735760209073ffffffffffffffffffffffffffffffffffffffff600154169051908152f35b5080fd5b90833461011d57807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261011d575080519080820182811067ffffffffffffffff8211176102085761020493508152600582527f352e302e300000000000000000000000000000000000000000000000000000006020830152519182916020835260208301906105f0565b0390f35b6041847f4e487b71000000000000000000000000000000000000000000000000000000005f525260245ffd5b915060607ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da576102686105b6565b9160249081359374ffffffffffffffffffffffffffffffffffffffffff851685036103da5773ffffffffffffffffffffffffffffffffffffffff9467ffffffffffffffff916044358381116103da57366023820112156103da578085013591848311610409577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe092885193603f81601f84011601168401848110878211176103de578952808452368882850101116103da576020815f928a8d9601838801378501015261033361064c565b16803b156103da57610381975f938851998a94859384937f4f1ef28600000000000000000000000000000000000000000000000000000000855216898401528a8a84015260448301906105f0565b039134905af180156103d057610395578580f35b90919293809550116103a657505052005b6041907f4e487b71000000000000000000000000000000000000000000000000000000005f52525ffd5b84513d5f823e3d90fd5b5f80fd5b886041897f4e487b71000000000000000000000000000000000000000000000000000000005f52525ffd5b866041877f4e487b71000000000000000000000000000000000000000000000000000000005f52525ffd5b50346103da575f7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da5760209073ffffffffffffffffffffffffffffffffffffffff5f54169051908152f35b90346103da575f7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da576001549173ffffffffffffffffffffffffffffffffffffffff9133838516036105335750507fffffffffffffffffffffffff00000000000000000000000000000000000000008092166001555f549133908316175f553391167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3005b6024925051907f118cdaa70000000000000000000000000000000000000000000000000000000082523390820152fd5b346103da575f7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da577f77aeb0ad000000000000000000000000000000000000000000000000000000008152fd5b60043574ffffffffffffffffffffffffffffffffffffffffff811681036103da5773ffffffffffffffffffffffffffffffffffffffff1690565b91908251928382525f5b8481106106385750507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f845f6020809697860101520116010190565b6020818301810151848301820152016105fa565b73ffffffffffffffffffffffffffffffffffffffff5f5416330361066c57565b60246040517f118cdaa7000000000000000000000000000000000000000000000000000000008152336004820152fdfea26474726f6e582212207b18757364b953656eedef40289b0a4987d7025e627380471ddd4d77acf4e39e64736f6c63430008180033",
|
|
173
|
+
"deployedBytecode": "0x608060409080825260049182361015610016575f80fd5b5f925f3560e01c928363715018a6146105635750826379ba5097146104855782638da5cb5b146104345782639623609d14610234578263ad3cb1cc1461017757508163e30c397814610120575063f2fde38b14610071575f80fd5b3461011d5760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261011d576100a86105b6565b6100b061064c565b73ffffffffffffffffffffffffffffffffffffffff80911690817fffffffffffffffffffffffff000000000000000000000000000000000000000060015416176001558254167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e227008380a380f35b80fd5b90503461017357817ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126101735760209073ffffffffffffffffffffffffffffffffffffffff600154169051908152f35b5080fd5b90833461011d57807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261011d575080519080820182811067ffffffffffffffff8211176102085761020493508152600582527f352e302e300000000000000000000000000000000000000000000000000000006020830152519182916020835260208301906105f0565b0390f35b6041847f4e487b71000000000000000000000000000000000000000000000000000000005f525260245ffd5b915060607ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da576102686105b6565b9160249081359374ffffffffffffffffffffffffffffffffffffffffff851685036103da5773ffffffffffffffffffffffffffffffffffffffff9467ffffffffffffffff916044358381116103da57366023820112156103da578085013591848311610409577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe092885193603f81601f84011601168401848110878211176103de578952808452368882850101116103da576020815f928a8d9601838801378501015261033361064c565b16803b156103da57610381975f938851998a94859384937f4f1ef28600000000000000000000000000000000000000000000000000000000855216898401528a8a84015260448301906105f0565b039134905af180156103d057610395578580f35b90919293809550116103a657505052005b6041907f4e487b71000000000000000000000000000000000000000000000000000000005f52525ffd5b84513d5f823e3d90fd5b5f80fd5b886041897f4e487b71000000000000000000000000000000000000000000000000000000005f52525ffd5b866041877f4e487b71000000000000000000000000000000000000000000000000000000005f52525ffd5b50346103da575f7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da5760209073ffffffffffffffffffffffffffffffffffffffff5f54169051908152f35b90346103da575f7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da576001549173ffffffffffffffffffffffffffffffffffffffff9133838516036105335750507fffffffffffffffffffffffff00000000000000000000000000000000000000008092166001555f549133908316175f553391167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3005b6024925051907f118cdaa70000000000000000000000000000000000000000000000000000000082523390820152fd5b346103da575f7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da577f77aeb0ad000000000000000000000000000000000000000000000000000000008152fd5b60043574ffffffffffffffffffffffffffffffffffffffffff811681036103da5773ffffffffffffffffffffffffffffffffffffffff1690565b91908251928382525f5b8481106106385750507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f845f6020809697860101520116010190565b6020818301810151848301820152016105fa565b73ffffffffffffffffffffffffffffffffffffffff5f5416330361066c57565b60246040517f118cdaa7000000000000000000000000000000000000000000000000000000008152336004820152fdfea26474726f6e582212207b18757364b953656eedef40289b0a4987d7025e627380471ddd4d77acf4e39e64736f6c63430008180033",
|
|
174
|
+
"linkReferences": {},
|
|
175
|
+
"deployedLinkReferences": {}
|
|
176
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "TransparentUpgradeableProxy2Step",
|
|
4
|
+
"sourceName": "contracts/TransparentUpgradeableProxy2Step.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "_logic",
|
|
11
|
+
"type": "address"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"internalType": "address",
|
|
15
|
+
"name": "initialOwner",
|
|
16
|
+
"type": "address"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"internalType": "bytes",
|
|
20
|
+
"name": "_data",
|
|
21
|
+
"type": "bytes"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"stateMutability": "payable",
|
|
25
|
+
"type": "constructor"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"inputs": [
|
|
29
|
+
{
|
|
30
|
+
"internalType": "address",
|
|
31
|
+
"name": "target",
|
|
32
|
+
"type": "address"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"name": "AddressEmptyCode",
|
|
36
|
+
"type": "error"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"inputs": [
|
|
40
|
+
{
|
|
41
|
+
"internalType": "address",
|
|
42
|
+
"name": "admin",
|
|
43
|
+
"type": "address"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"name": "ERC1967InvalidAdmin",
|
|
47
|
+
"type": "error"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"inputs": [
|
|
51
|
+
{
|
|
52
|
+
"internalType": "address",
|
|
53
|
+
"name": "implementation",
|
|
54
|
+
"type": "address"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"name": "ERC1967InvalidImplementation",
|
|
58
|
+
"type": "error"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"inputs": [],
|
|
62
|
+
"name": "ERC1967NonPayable",
|
|
63
|
+
"type": "error"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"inputs": [],
|
|
67
|
+
"name": "ERC1967ProxyUninitialized",
|
|
68
|
+
"type": "error"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"inputs": [],
|
|
72
|
+
"name": "FailedCall",
|
|
73
|
+
"type": "error"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"inputs": [],
|
|
77
|
+
"name": "ProxyDeniedAdminAccess",
|
|
78
|
+
"type": "error"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"anonymous": false,
|
|
82
|
+
"inputs": [
|
|
83
|
+
{
|
|
84
|
+
"indexed": false,
|
|
85
|
+
"internalType": "address",
|
|
86
|
+
"name": "previousAdmin",
|
|
87
|
+
"type": "address"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"indexed": false,
|
|
91
|
+
"internalType": "address",
|
|
92
|
+
"name": "newAdmin",
|
|
93
|
+
"type": "address"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"name": "AdminChanged",
|
|
97
|
+
"type": "event"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"anonymous": false,
|
|
101
|
+
"inputs": [
|
|
102
|
+
{
|
|
103
|
+
"indexed": true,
|
|
104
|
+
"internalType": "address",
|
|
105
|
+
"name": "implementation",
|
|
106
|
+
"type": "address"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"name": "Upgraded",
|
|
110
|
+
"type": "event"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"stateMutability": "payable",
|
|
114
|
+
"type": "fallback"
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"bytecode": "0x604060a08152610f4f8038038061001581610268565b9283398101906060818303126102645761002e8161028d565b60209161003c83820161028d565b8582015190916001600160401b039190828211610264570185601f82011215610264578051908282116101ef5761007b601f8301601f19168701610268565b968288528683830101116102645785905f5b8381106102505750505f918701015284511561023f57823b1561021f577f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b03199081166001600160a01b03868116918217909355885192979195907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28151156102035761012692506102aa565b505b8551916107b291828401908111848210176101ef57868492879461079d85391681520301905ff080156101e557831691826080527f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f857fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103958587549483519286168352820152a182156101ce571617905551610461908161033c823960805181601c0152f35b8451633173bdd160e11b81525f6004820152602490fd5b84513d5f823e3d90fd5b634e487b7160e01b5f52604160045260245ffd5b5050346102105750610128565b63b398979f60e01b8152600490fd5b8551634c9c8ce360e01b81526001600160a01b0384166004820152602490fd5b85516330a289cf60e21b8152600490fd5b81810183015189820184015287920161008d565b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176101ef57604052565b516001600160a81b0381168103610264576001600160a01b031690565b905f8091602081519101845af48080610328575b156102de5750506040513d81523d5f602083013e60203d82010160405290565b1561030557604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b3d15610316576040513d5f823e3d90fd5b60405163d6bda27560e01b8152600490fd5b503d1515806102be5750813b15156102be56fe608060405273ffffffffffffffffffffffffffffffffffffffff337f00000000000000000000000000000000000000000000000000000000000000008216036100c0575f357fffffffff00000000000000000000000000000000000000000000000000000000167f4f1ef28600000000000000000000000000000000000000000000000000000000146100b65760046040517fd2b576ec000000000000000000000000000000000000000000000000000000008152fd5b6100be61012d565b005b5f80917f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416368280378136915af43d5f803e156100fc573d5ff35b3d5ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b3660041161022b5760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261022b5760043574ffffffffffffffffffffffffffffffffffffffffff8116810361022b5767ffffffffffffffff60243581811161022b573660238201121561022b5780600401359282841161022f5760405192601f85017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f011684019081118482101761022f57604052838352366024858401011161022b575f60208561022996602473ffffffffffffffffffffffffffffffffffffffff9601838801378501015216610234565b565b5f80fd5b610100565b90813b156103065773ffffffffffffffffffffffffffffffffffffffff82167f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc817fffffffffffffffffffffffff00000000000000000000000000000000000000008254161790557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28051156102d3576102d09161034d565b50565b5050346102dc57565b60046040517fb398979f000000000000000000000000000000000000000000000000000000008152fd5b60248273ffffffffffffffffffffffffffffffffffffffff604051917f4c9c8ce3000000000000000000000000000000000000000000000000000000008352166004820152fd5b905f8091602081519101845af480806103f4575b15610373575050610370610412565b90565b156103c1576040517f9996b31500000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff919091166004820152602490fd5b3d15155f036104075760046040517fd6bda275000000000000000000000000000000000000000000000000000000008152fd5b503d1515806103615750813b1515610361565b6040513d5f823e3d90fd5b604051903d82523d5f602084013e60203d83010160405256fea26474726f6e58221220b073973120826a645f0ec811a3cb3bbbd489ccbbc268848b1cf5cc85bb33610964736f6c634300081800336080346100c757601f6107b238819003918201601f19168301916001600160401b038311848410176100cb578084926020946040528339810103126100c757516001600160a81b03811681036100c7576001600160a01b0390811680156100af5760018060a01b0319918260015416600155815f54938416175f5560405192167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a36106d290816100e08239f35b604051631e4fbdf760e01b81525f6004820152602490fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe608060409080825260049182361015610016575f80fd5b5f925f3560e01c928363715018a6146105635750826379ba5097146104855782638da5cb5b146104345782639623609d14610234578263ad3cb1cc1461017757508163e30c397814610120575063f2fde38b14610071575f80fd5b3461011d5760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261011d576100a86105b6565b6100b061064c565b73ffffffffffffffffffffffffffffffffffffffff80911690817fffffffffffffffffffffffff000000000000000000000000000000000000000060015416176001558254167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e227008380a380f35b80fd5b90503461017357817ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126101735760209073ffffffffffffffffffffffffffffffffffffffff600154169051908152f35b5080fd5b90833461011d57807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261011d575080519080820182811067ffffffffffffffff8211176102085761020493508152600582527f352e302e300000000000000000000000000000000000000000000000000000006020830152519182916020835260208301906105f0565b0390f35b6041847f4e487b71000000000000000000000000000000000000000000000000000000005f525260245ffd5b915060607ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da576102686105b6565b9160249081359374ffffffffffffffffffffffffffffffffffffffffff851685036103da5773ffffffffffffffffffffffffffffffffffffffff9467ffffffffffffffff916044358381116103da57366023820112156103da578085013591848311610409577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe092885193603f81601f84011601168401848110878211176103de578952808452368882850101116103da576020815f928a8d9601838801378501015261033361064c565b16803b156103da57610381975f938851998a94859384937f4f1ef28600000000000000000000000000000000000000000000000000000000855216898401528a8a84015260448301906105f0565b039134905af180156103d057610395578580f35b90919293809550116103a657505052005b6041907f4e487b71000000000000000000000000000000000000000000000000000000005f52525ffd5b84513d5f823e3d90fd5b5f80fd5b886041897f4e487b71000000000000000000000000000000000000000000000000000000005f52525ffd5b866041877f4e487b71000000000000000000000000000000000000000000000000000000005f52525ffd5b50346103da575f7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da5760209073ffffffffffffffffffffffffffffffffffffffff5f54169051908152f35b90346103da575f7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da576001549173ffffffffffffffffffffffffffffffffffffffff9133838516036105335750507fffffffffffffffffffffffff00000000000000000000000000000000000000008092166001555f549133908316175f553391167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3005b6024925051907f118cdaa70000000000000000000000000000000000000000000000000000000082523390820152fd5b346103da575f7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103da577f77aeb0ad000000000000000000000000000000000000000000000000000000008152fd5b60043574ffffffffffffffffffffffffffffffffffffffffff811681036103da5773ffffffffffffffffffffffffffffffffffffffff1690565b91908251928382525f5b8481106106385750507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f845f6020809697860101520116010190565b6020818301810151848301820152016105fa565b73ffffffffffffffffffffffffffffffffffffffff5f5416330361066c57565b60246040517f118cdaa7000000000000000000000000000000000000000000000000000000008152336004820152fdfea26474726f6e582212207b18757364b953656eedef40289b0a4987d7025e627380471ddd4d77acf4e39e64736f6c63430008180033",
|
|
118
|
+
"deployedBytecode": "0x608060405273ffffffffffffffffffffffffffffffffffffffff337f00000000000000000000000000000000000000000000000000000000000000008216036100c0575f357fffffffff00000000000000000000000000000000000000000000000000000000167f4f1ef28600000000000000000000000000000000000000000000000000000000146100b65760046040517fd2b576ec000000000000000000000000000000000000000000000000000000008152fd5b6100be61012d565b005b5f80917f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416368280378136915af43d5f803e156100fc573d5ff35b3d5ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b3660041161022b5760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261022b5760043574ffffffffffffffffffffffffffffffffffffffffff8116810361022b5767ffffffffffffffff60243581811161022b573660238201121561022b5780600401359282841161022f5760405192601f85017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f011684019081118482101761022f57604052838352366024858401011161022b575f60208561022996602473ffffffffffffffffffffffffffffffffffffffff9601838801378501015216610234565b565b5f80fd5b610100565b90813b156103065773ffffffffffffffffffffffffffffffffffffffff82167f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc817fffffffffffffffffffffffff00000000000000000000000000000000000000008254161790557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b5f80a28051156102d3576102d09161034d565b50565b5050346102dc57565b60046040517fb398979f000000000000000000000000000000000000000000000000000000008152fd5b60248273ffffffffffffffffffffffffffffffffffffffff604051917f4c9c8ce3000000000000000000000000000000000000000000000000000000008352166004820152fd5b905f8091602081519101845af480806103f4575b15610373575050610370610412565b90565b156103c1576040517f9996b31500000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff919091166004820152602490fd5b3d15155f036104075760046040517fd6bda275000000000000000000000000000000000000000000000000000000008152fd5b503d1515806103615750813b1515610361565b6040513d5f823e3d90fd5b604051903d82523d5f602084013e60203d83010160405256fea26474726f6e58221220b073973120826a645f0ec811a3cb3bbbd489ccbbc268848b1cf5cc85bb33610964736f6c63430008180033",
|
|
119
|
+
"linkReferences": {},
|
|
120
|
+
"deployedLinkReferences": {}
|
|
121
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "IProxyAdmin2Step",
|
|
4
|
+
"sourceName": "contracts/interfaces/IProxyAdmin2Step.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [],
|
|
8
|
+
"name": "CannotRenounceOwnership",
|
|
9
|
+
"type": "error"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"bytecode": "0x",
|
|
13
|
+
"deployedBytecode": "0x",
|
|
14
|
+
"linkReferences": {},
|
|
15
|
+
"deployedLinkReferences": {}
|
|
16
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-zksolc-artifact-1",
|
|
3
|
+
"contractName": "Ownable",
|
|
4
|
+
"sourceName": "@openzeppelin/contracts/access/Ownable.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "owner",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"name": "OwnableInvalidOwner",
|
|
15
|
+
"type": "error"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"inputs": [
|
|
19
|
+
{
|
|
20
|
+
"internalType": "address",
|
|
21
|
+
"name": "account",
|
|
22
|
+
"type": "address"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"name": "OwnableUnauthorizedAccount",
|
|
26
|
+
"type": "error"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"anonymous": false,
|
|
30
|
+
"inputs": [
|
|
31
|
+
{
|
|
32
|
+
"indexed": true,
|
|
33
|
+
"internalType": "address",
|
|
34
|
+
"name": "previousOwner",
|
|
35
|
+
"type": "address"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"indexed": true,
|
|
39
|
+
"internalType": "address",
|
|
40
|
+
"name": "newOwner",
|
|
41
|
+
"type": "address"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"name": "OwnershipTransferred",
|
|
45
|
+
"type": "event"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"inputs": [],
|
|
49
|
+
"name": "owner",
|
|
50
|
+
"outputs": [
|
|
51
|
+
{
|
|
52
|
+
"internalType": "address",
|
|
53
|
+
"name": "",
|
|
54
|
+
"type": "address"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"stateMutability": "view",
|
|
58
|
+
"type": "function"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"inputs": [],
|
|
62
|
+
"name": "renounceOwnership",
|
|
63
|
+
"outputs": [],
|
|
64
|
+
"stateMutability": "nonpayable",
|
|
65
|
+
"type": "function"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"inputs": [
|
|
69
|
+
{
|
|
70
|
+
"internalType": "address",
|
|
71
|
+
"name": "newOwner",
|
|
72
|
+
"type": "address"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"name": "transferOwnership",
|
|
76
|
+
"outputs": [],
|
|
77
|
+
"stateMutability": "nonpayable",
|
|
78
|
+
"type": "function"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"bytecode": "0x",
|
|
82
|
+
"deployedBytecode": "0x",
|
|
83
|
+
"linkReferences": {},
|
|
84
|
+
"deployedLinkReferences": {},
|
|
85
|
+
"factoryDeps": {}
|
|
86
|
+
}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-zksolc-artifact-1",
|
|
3
|
+
"contractName": "Ownable2Step",
|
|
4
|
+
"sourceName": "@openzeppelin/contracts/access/Ownable2Step.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "owner",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"name": "OwnableInvalidOwner",
|
|
15
|
+
"type": "error"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"inputs": [
|
|
19
|
+
{
|
|
20
|
+
"internalType": "address",
|
|
21
|
+
"name": "account",
|
|
22
|
+
"type": "address"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"name": "OwnableUnauthorizedAccount",
|
|
26
|
+
"type": "error"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"anonymous": false,
|
|
30
|
+
"inputs": [
|
|
31
|
+
{
|
|
32
|
+
"indexed": true,
|
|
33
|
+
"internalType": "address",
|
|
34
|
+
"name": "previousOwner",
|
|
35
|
+
"type": "address"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"indexed": true,
|
|
39
|
+
"internalType": "address",
|
|
40
|
+
"name": "newOwner",
|
|
41
|
+
"type": "address"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"name": "OwnershipTransferStarted",
|
|
45
|
+
"type": "event"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"anonymous": false,
|
|
49
|
+
"inputs": [
|
|
50
|
+
{
|
|
51
|
+
"indexed": true,
|
|
52
|
+
"internalType": "address",
|
|
53
|
+
"name": "previousOwner",
|
|
54
|
+
"type": "address"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"indexed": true,
|
|
58
|
+
"internalType": "address",
|
|
59
|
+
"name": "newOwner",
|
|
60
|
+
"type": "address"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"name": "OwnershipTransferred",
|
|
64
|
+
"type": "event"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"inputs": [],
|
|
68
|
+
"name": "acceptOwnership",
|
|
69
|
+
"outputs": [],
|
|
70
|
+
"stateMutability": "nonpayable",
|
|
71
|
+
"type": "function"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"inputs": [],
|
|
75
|
+
"name": "owner",
|
|
76
|
+
"outputs": [
|
|
77
|
+
{
|
|
78
|
+
"internalType": "address",
|
|
79
|
+
"name": "",
|
|
80
|
+
"type": "address"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"stateMutability": "view",
|
|
84
|
+
"type": "function"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"inputs": [],
|
|
88
|
+
"name": "pendingOwner",
|
|
89
|
+
"outputs": [
|
|
90
|
+
{
|
|
91
|
+
"internalType": "address",
|
|
92
|
+
"name": "",
|
|
93
|
+
"type": "address"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"stateMutability": "view",
|
|
97
|
+
"type": "function"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"inputs": [],
|
|
101
|
+
"name": "renounceOwnership",
|
|
102
|
+
"outputs": [],
|
|
103
|
+
"stateMutability": "nonpayable",
|
|
104
|
+
"type": "function"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"inputs": [
|
|
108
|
+
{
|
|
109
|
+
"internalType": "address",
|
|
110
|
+
"name": "newOwner",
|
|
111
|
+
"type": "address"
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"name": "transferOwnership",
|
|
115
|
+
"outputs": [],
|
|
116
|
+
"stateMutability": "nonpayable",
|
|
117
|
+
"type": "function"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"bytecode": "0x",
|
|
121
|
+
"deployedBytecode": "0x",
|
|
122
|
+
"linkReferences": {},
|
|
123
|
+
"deployedLinkReferences": {},
|
|
124
|
+
"factoryDeps": {}
|
|
125
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-zksolc-artifact-1",
|
|
3
|
+
"contractName": "IERC1967",
|
|
4
|
+
"sourceName": "@openzeppelin/contracts/interfaces/IERC1967.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"anonymous": false,
|
|
8
|
+
"inputs": [
|
|
9
|
+
{
|
|
10
|
+
"indexed": false,
|
|
11
|
+
"internalType": "address",
|
|
12
|
+
"name": "previousAdmin",
|
|
13
|
+
"type": "address"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"indexed": false,
|
|
17
|
+
"internalType": "address",
|
|
18
|
+
"name": "newAdmin",
|
|
19
|
+
"type": "address"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"name": "AdminChanged",
|
|
23
|
+
"type": "event"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"anonymous": false,
|
|
27
|
+
"inputs": [
|
|
28
|
+
{
|
|
29
|
+
"indexed": true,
|
|
30
|
+
"internalType": "address",
|
|
31
|
+
"name": "beacon",
|
|
32
|
+
"type": "address"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"name": "BeaconUpgraded",
|
|
36
|
+
"type": "event"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"anonymous": false,
|
|
40
|
+
"inputs": [
|
|
41
|
+
{
|
|
42
|
+
"indexed": true,
|
|
43
|
+
"internalType": "address",
|
|
44
|
+
"name": "implementation",
|
|
45
|
+
"type": "address"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"name": "Upgraded",
|
|
49
|
+
"type": "event"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"bytecode": "0x",
|
|
53
|
+
"deployedBytecode": "0x",
|
|
54
|
+
"linkReferences": {},
|
|
55
|
+
"deployedLinkReferences": {},
|
|
56
|
+
"factoryDeps": {}
|
|
57
|
+
}
|