@venusprotocol/isolated-pools 3.5.0-dev.12 → 3.5.0-dev.14

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.
Files changed (31) hide show
  1. package/deployments/zksyncmainnet/.chainId +1 -0
  2. package/deployments/zksyncmainnet/ComptrollerBeacon.json +304 -0
  3. package/deployments/zksyncmainnet/ComptrollerImpl.json +3494 -0
  4. package/deployments/zksyncmainnet/Comptroller_Core.json +285 -0
  5. package/deployments/zksyncmainnet/DefaultProxyAdmin.json +284 -0
  6. package/deployments/zksyncmainnet/JumpRateModelV2_base0bps_slope425bps_jump8000bps_kink8000bps.json +706 -0
  7. package/deployments/zksyncmainnet/JumpRateModelV2_base0bps_slope875bps_jump8000bps_kink8000bps.json +668 -0
  8. package/deployments/zksyncmainnet/JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps.json +668 -0
  9. package/deployments/zksyncmainnet/JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps.json +668 -0
  10. package/deployments/zksyncmainnet/NativeTokenGateway_vWETH_Core.json +697 -0
  11. package/deployments/zksyncmainnet/PoolLens.json +1515 -0
  12. package/deployments/zksyncmainnet/PoolRegistry.json +997 -0
  13. package/deployments/zksyncmainnet/PoolRegistry_Implementation.json +1292 -0
  14. package/deployments/zksyncmainnet/PoolRegistry_Proxy.json +322 -0
  15. package/deployments/zksyncmainnet/VTokenBeacon.json +266 -0
  16. package/deployments/zksyncmainnet/VTokenImpl.json +3367 -0
  17. package/deployments/zksyncmainnet/VToken_vUSDC.e_Core.json +317 -0
  18. package/deployments/zksyncmainnet/VToken_vUSDT_Core.json +317 -0
  19. package/deployments/zksyncmainnet/VToken_vWBTC_Core.json +317 -0
  20. package/deployments/zksyncmainnet/VToken_vWETH_Core.json +317 -0
  21. package/deployments/zksyncmainnet/VToken_vZK_Core.json +317 -0
  22. package/deployments/zksyncmainnet/solcInputs/5e07e17b25cee0c988fa8165fdbce0b3.json +448 -0
  23. package/deployments/zksyncmainnet/solcInputs/6cc413ed5bf9593899dec1514c1a16cf.json +445 -0
  24. package/deployments/zksyncmainnet/solcInputs/d817251a66d7498780a3a7892649b9f8.json +64 -0
  25. package/deployments/zksyncmainnet.json +9640 -0
  26. package/deployments/zksyncmainnet_addresses.json +26 -0
  27. package/dist/deploy/018-native-token-gateway.js +7 -0
  28. package/dist/deployments/zksyncmainnet.json +9640 -0
  29. package/dist/helpers/deploymentConfig.d.ts +9 -0
  30. package/dist/helpers/deploymentConfig.js +167 -1
  31. package/package.json +5 -5
@@ -0,0 +1,266 @@
1
+ {
2
+ "address": "0x53523537aa330640B80400EB8B309fF5896E7eb5",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "address",
8
+ "name": "implementation_",
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
+ "anonymous": false,
36
+ "inputs": [
37
+ {
38
+ "indexed": true,
39
+ "internalType": "address",
40
+ "name": "implementation",
41
+ "type": "address"
42
+ }
43
+ ],
44
+ "name": "Upgraded",
45
+ "type": "event"
46
+ },
47
+ {
48
+ "inputs": [],
49
+ "name": "implementation",
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": "owner",
63
+ "outputs": [
64
+ {
65
+ "internalType": "address",
66
+ "name": "",
67
+ "type": "address"
68
+ }
69
+ ],
70
+ "stateMutability": "view",
71
+ "type": "function"
72
+ },
73
+ {
74
+ "inputs": [],
75
+ "name": "renounceOwnership",
76
+ "outputs": [],
77
+ "stateMutability": "nonpayable",
78
+ "type": "function"
79
+ },
80
+ {
81
+ "inputs": [
82
+ {
83
+ "internalType": "address",
84
+ "name": "newOwner",
85
+ "type": "address"
86
+ }
87
+ ],
88
+ "name": "transferOwnership",
89
+ "outputs": [],
90
+ "stateMutability": "nonpayable",
91
+ "type": "function"
92
+ },
93
+ {
94
+ "inputs": [
95
+ {
96
+ "internalType": "address",
97
+ "name": "newImplementation",
98
+ "type": "address"
99
+ }
100
+ ],
101
+ "name": "upgradeTo",
102
+ "outputs": [],
103
+ "stateMutability": "nonpayable",
104
+ "type": "function"
105
+ }
106
+ ],
107
+ "transactionHash": "0xaaecb76f9db952d728ce16baf2c81e908fbe74add07fd19b7f9f579e0eeebf80",
108
+ "receipt": {
109
+ "to": "0x0000000000000000000000000000000000008006",
110
+ "from": "0x7f423E50147930e197dAaE9F637198E66746D597",
111
+ "contractAddress": "0x53523537aa330640B80400EB8B309fF5896E7eb5",
112
+ "transactionIndex": 1,
113
+ "gasUsed": "151378",
114
+ "logsBloom": "0x00000000000400000000010000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000008000040000001000000000000000000000000080000000000020000000000000000000848000400000000000000000010000000400000000000000000000004000000000000000100000000000000000000000004000000000000100000000000800000008000000000000000102000010000000000000002008200000000000000000000000000000100000000000000000020000000000000000000000000000000000000000020000000400000000000000010",
115
+ "blockHash": "0xee344cacf0d33ec727d25f0eade310405042a8a0ba305aa9e8429e67bff10377",
116
+ "transactionHash": "0xaaecb76f9db952d728ce16baf2c81e908fbe74add07fd19b7f9f579e0eeebf80",
117
+ "logs": [
118
+ {
119
+ "transactionIndex": 1,
120
+ "blockNumber": 43552160,
121
+ "transactionHash": "0xaaecb76f9db952d728ce16baf2c81e908fbe74add07fd19b7f9f579e0eeebf80",
122
+ "address": "0x000000000000000000000000000000000000800A",
123
+ "topics": [
124
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
125
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
126
+ "0x0000000000000000000000000000000000000000000000000000000000008001"
127
+ ],
128
+ "data": "0x00000000000000000000000000000000000000000000000000000c0ddf921140",
129
+ "logIndex": 6,
130
+ "blockHash": "0xee344cacf0d33ec727d25f0eade310405042a8a0ba305aa9e8429e67bff10377"
131
+ },
132
+ {
133
+ "transactionIndex": 1,
134
+ "blockNumber": 43552160,
135
+ "transactionHash": "0xaaecb76f9db952d728ce16baf2c81e908fbe74add07fd19b7f9f579e0eeebf80",
136
+ "address": "0x53523537aa330640B80400EB8B309fF5896E7eb5",
137
+ "topics": [
138
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
139
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
140
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597"
141
+ ],
142
+ "data": "0x",
143
+ "logIndex": 7,
144
+ "blockHash": "0xee344cacf0d33ec727d25f0eade310405042a8a0ba305aa9e8429e67bff10377"
145
+ },
146
+ {
147
+ "transactionIndex": 1,
148
+ "blockNumber": 43552160,
149
+ "transactionHash": "0xaaecb76f9db952d728ce16baf2c81e908fbe74add07fd19b7f9f579e0eeebf80",
150
+ "address": "0x0000000000000000000000000000000000008006",
151
+ "topics": [
152
+ "0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
153
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
154
+ "0x010000676ab6004f47b0139cc5426f11af402b92ef4ed51a7d813fe8a03c570f",
155
+ "0x00000000000000000000000053523537aa330640b80400eb8b309ff5896e7eb5"
156
+ ],
157
+ "data": "0x",
158
+ "logIndex": 8,
159
+ "blockHash": "0xee344cacf0d33ec727d25f0eade310405042a8a0ba305aa9e8429e67bff10377"
160
+ },
161
+ {
162
+ "transactionIndex": 1,
163
+ "blockNumber": 43552160,
164
+ "transactionHash": "0xaaecb76f9db952d728ce16baf2c81e908fbe74add07fd19b7f9f579e0eeebf80",
165
+ "address": "0x000000000000000000000000000000000000800A",
166
+ "topics": [
167
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
168
+ "0x0000000000000000000000000000000000000000000000000000000000008001",
169
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597"
170
+ ],
171
+ "data": "0x000000000000000000000000000000000000000000000000000005d3046d24a0",
172
+ "logIndex": 9,
173
+ "blockHash": "0xee344cacf0d33ec727d25f0eade310405042a8a0ba305aa9e8429e67bff10377"
174
+ }
175
+ ],
176
+ "blockNumber": 43552160,
177
+ "cumulativeGasUsed": "0",
178
+ "status": 1,
179
+ "byzantium": true
180
+ },
181
+ "args": ["0x6829fF2937F780eD01A4CE3FDa3d0bA63B1BD771"],
182
+ "numDeployments": 1,
183
+ "solcInputHash": "6cc413ed5bf9593899dec1514c1a16cf",
184
+ "metadata": {
185
+ "llvm_options": [],
186
+ "optimizer_settings": {
187
+ "is_debug_logging_enabled": false,
188
+ "is_fallback_to_size_enabled": false,
189
+ "is_verify_each_enabled": false,
190
+ "level_back_end": "Aggressive",
191
+ "level_middle_end": "Aggressive",
192
+ "level_middle_end_size": "Zero"
193
+ },
194
+ "solc_version": "0.8.25",
195
+ "solc_zkvm_edition": "1.0.1",
196
+ "source_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.47b979f3\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"implementation_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"implementation\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"}],\"name\":\"upgradeTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This contract is used in conjunction with one or more instances of {BeaconProxy} to determine their implementation contract, which is where they will delegate all function calls. An owner is able to change the implementation the beacon points to, thus upgrading the proxies that use this beacon.\",\"events\":{\"Upgraded(address)\":{\"details\":\"Emitted when the implementation returned by the beacon is changed.\"}},\"kind\":\"dev\",\"methods\":{\"constructor\":{\"details\":\"Sets the address of the initial implementation, and the deployer account as the owner who can upgrade the beacon.\"},\"implementation()\":{\"details\":\"Returns the current implementation address.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"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.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"},\"upgradeTo(address)\":{\"details\":\"Upgrades the beacon to a new implementation. Emits an {Upgraded} event. Requirements: - msg.sender must be the owner of the contract. - `newImplementation` must be a contract.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol\":\"UpgradeableBeacon\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"details\":{\"constantOptimizer\":false,\"cse\":false,\"deduplicate\":false,\"inliner\":false,\"jumpdestRemover\":false,\"orderLiterals\":false,\"peephole\":false,\"simpleCounterForLoopUncheckedIncrement\":true,\"yul\":true,\"yulDetails\":{\"optimizerSteps\":\"dhfoDgvulfnTUtnIf[xa[r]EscLMcCTUtTOntnfDIulLculVcul [j]Tpeulxa[rul]xa[r]cLgvifCTUca[r]LSsTFOtfDnca[r]Iulc]jmul[jul] VcTOcul jmul:fDnTOcmu\",\"stackAllocation\":true}},\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0xba43b97fba0d32eb4254f6a5a297b39a19a247082a02d6e69349e071e2946218\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fc980984badf3984b6303b377711220e067722bbd6a135b24669ff5069ef9f32\",\"dweb:/ipfs/QmPHXMSXj99XjSVM21YsY6aNtLLjLVXDbyN76J5HQYvvrz\"]},\"@openzeppelin/contracts/proxy/beacon/IBeacon.sol\":{\"keccak256\":\"0xd50a3421ac379ccb1be435fa646d66a65c986b4924f0849839f08692f39dde61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ada1e030c0231db8d143b44ce92b4d1158eedb087880cad6d8cc7bd7ebe7b354\",\"dweb:/ipfs/QmWZ2NHZweRpz1U9GF6R1h65ri76dnX7fNxLBeM2t5N5Ce\"]},\"@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol\":{\"keccak256\":\"0x6ec71aef5659f3f74011169948d2fcda8c6599be5bb38f986380a8737f96cc0f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://362f12aebd1022d643235e6a7fa6ccfb38c13f3a0d1b006d5d1aea51af4bb852\",\"dweb:/ipfs/QmSUQ7pM4UnBawMfP2Di8EqawxaoU195DgsSLxHejvSpPz\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x006dd67219697fe68d7fbfdea512e7c4cb64a43565ed86171d67e844982da6fa\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2455248c8ddd9cc6a7af76a13973cddf222072427e7b0e2a7d1aff345145e931\",\"dweb:/ipfs/QmfYjnjRbWqYpuxurqveE6HtzsY1Xx323J428AKQgtBJZm\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xa92e4fa126feb6907daa0513ddd816b2eb91f30a808de54f63c17d0e162c3439\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a367861093b74443b137564d3f3c472f70bcf114739e62059c939f25e315706c\",\"dweb:/ipfs/Qmd7JMpcxD9RuQjK3uM3EzJUgSqdN8vzp8eytEiuwxQJ6h\"]}},\"version\":1}",
197
+ "zk_version": "1.5.3"
198
+ },
199
+ "bytecode": "0x0002000000000002000000000301001900000060033002700000004a033001970000000100200190000000300000c13d0000008002000039000000400020043f000000040030008c000000be0000413d000000000201043b000000e002200270000000580020009c0000008b0000a13d000000590020009c000000950000613d0000005a0020009c000000ad0000613d0000005b0020009c000000be0000c13d000000240030008c000000be0000413d0000000002000416000000000002004b000000be0000c13d0000000401100370000000000101043b0000004d0010009c000000be0000213d000000000200041a0000004d032001970000000005000411000000000053004b000000ea0000c13d0000004d06100198000000fe0000c13d0000005601000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f0000005e01000041000000c40010043f0000005f01000041000000e40010043f000000600100004100000126000104300000000002000416000000000002004b000000be0000c13d0000001f023000390000004b022001970000008002200039000000400020043f0000001f0430018f0000004c053001980000008002500039000000410000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b0000003d0000c13d000000000004004b0000004e0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000000be0000413d000000800200043d0000004d0020009c000000be0000213d000000000100041a000200000002001d0000004e021001970000000006000411000000000262019f000000000020041b000000400200043d000100000002001d00000000020004140000004d051001970000004a0020009c0000004a02008041000000c0012002100000004f011001c70000800d02000039000000030300003900000050040000410124011a0000040f00000001002001900000000202000029000000be0000613d00000051010000410000000000100443000000040020044300000000010004140000004a0010009c0000004a01008041000000c00110021000000052011001c700008002020000390124011f0000040f0000000100200190000000f30000613d000000000101043b000000000001004b000000f40000c13d0000000103000029000000640130003900000054020000410000000000210435000000440130003900000055020000410000000000210435000000240130003900000033020000390000000000210435000000560100004100000000001304350000000401300039000000200200003900000000002104350000004a0030009c0000004a03008041000000400130021000000057011001c700000126000104300000005c0020009c000000b50000613d0000005d0020009c000000be0000c13d0000000001000416000000000001004b000000be0000c13d0000000101000039000000000101041a000000b10000013d0000000001000416000000000001004b000000be0000c13d000000000100041a0000004d021001970000000005000411000000000052004b000000ea0000c13d0000004e01100197000000000010041b00000000010004140000004a0010009c0000004a01008041000000c0011002100000004f011001c70000800d020000390000000303000039000000500400004100000000060000190124011a0000040f0000000100200190000000be0000613d0000000001000019000001250001042e0000000001000416000000000001004b000000be0000c13d000000000100041a0000004d01100197000000800010043f0000006101000041000001250001042e000000240030008c000000be0000413d0000000002000416000000000002004b000000be0000c13d0000000401100370000000000301043b0000004d0030009c000000c00000a13d00000000010000190000012600010430000000000100041a0000004d011001970000000002000411000000000021004b000000ea0000c13d00000051010000410000000000100443000000040030044300000000010004140000004a0010009c0000004a01008041000000c00110021000000052011001c70000800202000039000200000003001d0124011f0000040f0000000100200190000000f30000613d0000000202000029000000000101043b000000000001004b0000010a0000c13d000000400100043d000000640210003900000054030000410000000000320435000000440210003900000055030000410000000000320435000000240210003900000033030000390000000000320435000000560200004100000000002104350000000402100039000000200300003900000000003204350000004a0010009c0000004a01008041000000400110021000000057011001c700000126000104300000005601000041000000800010043f0000002001000039000000840010043f000000a40010043f0000006201000041000000c40010043f00000063010000410000012600010430000000000001042f0000000101000039000000000201041a0000004e0220019700000002022001af000000000021041b0000002001000039000001000010044300000120000004430000005301000041000001250001042e0000004e01200197000000000161019f000000000010041b00000000010004140000004a0010009c0000004a01008041000000c0011002100000004f011001c70000800d0200003900000003030000390000005004000041000000a80000013d0000004d052001970000000101000039000000000201041a0000004e02200197000000000252019f000000000021041b00000000010004140000004a0010009c0000004a01008041000000c0011002100000004f011001c70000800d0200003900000002030000390000006404000041000000a80000013d000000000001042f0000011d002104210000000102000039000000000001042d0000000002000019000000000001042d00000122002104230000000102000039000000000001042d0000000002000019000000000001042d0000012400000432000001250001042e0000012600010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83020000020000000000000000000000000000002400000000000000000000000000000002000000000000000000000000000000400000010000000000000000006e206973206e6f74206120636f6e7472616374000000000000000000000000005570677261646561626c65426561636f6e3a20696d706c656d656e746174696f08c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000000000000000000000000000000000000000000000000000000000000715018a500000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000f2fde38b000000000000000000000000000000000000000000000000000000003659cfe6000000000000000000000000000000000000000000000000000000005c60da1b4f776e61626c653a206e6577206f776e657220697320746865207a65726f20616464726573730000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000000000000000000000000000000000000000000200000008000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65720000000000000000000000000000000000000064000000800000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b00000000000000000000000000000000000000000000000000000000000000006f142c4473e9f9b93443c2d807bbaf3709a132c4c39dba05d6f4d3571295b8d6",
200
+ "deployedBytecode": "0x0002000000000002000000000301001900000060033002700000004a033001970000000100200190000000300000c13d0000008002000039000000400020043f000000040030008c000000be0000413d000000000201043b000000e002200270000000580020009c0000008b0000a13d000000590020009c000000950000613d0000005a0020009c000000ad0000613d0000005b0020009c000000be0000c13d000000240030008c000000be0000413d0000000002000416000000000002004b000000be0000c13d0000000401100370000000000101043b0000004d0010009c000000be0000213d000000000200041a0000004d032001970000000005000411000000000053004b000000ea0000c13d0000004d06100198000000fe0000c13d0000005601000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f0000005e01000041000000c40010043f0000005f01000041000000e40010043f000000600100004100000126000104300000000002000416000000000002004b000000be0000c13d0000001f023000390000004b022001970000008002200039000000400020043f0000001f0430018f0000004c053001980000008002500039000000410000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b0000003d0000c13d000000000004004b0000004e0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000000be0000413d000000800200043d0000004d0020009c000000be0000213d000000000100041a000200000002001d0000004e021001970000000006000411000000000262019f000000000020041b000000400200043d000100000002001d00000000020004140000004d051001970000004a0020009c0000004a02008041000000c0012002100000004f011001c70000800d02000039000000030300003900000050040000410124011a0000040f00000001002001900000000202000029000000be0000613d00000051010000410000000000100443000000040020044300000000010004140000004a0010009c0000004a01008041000000c00110021000000052011001c700008002020000390124011f0000040f0000000100200190000000f30000613d000000000101043b000000000001004b000000f40000c13d0000000103000029000000640130003900000054020000410000000000210435000000440130003900000055020000410000000000210435000000240130003900000033020000390000000000210435000000560100004100000000001304350000000401300039000000200200003900000000002104350000004a0030009c0000004a03008041000000400130021000000057011001c700000126000104300000005c0020009c000000b50000613d0000005d0020009c000000be0000c13d0000000001000416000000000001004b000000be0000c13d0000000101000039000000000101041a000000b10000013d0000000001000416000000000001004b000000be0000c13d000000000100041a0000004d021001970000000005000411000000000052004b000000ea0000c13d0000004e01100197000000000010041b00000000010004140000004a0010009c0000004a01008041000000c0011002100000004f011001c70000800d020000390000000303000039000000500400004100000000060000190124011a0000040f0000000100200190000000be0000613d0000000001000019000001250001042e0000000001000416000000000001004b000000be0000c13d000000000100041a0000004d01100197000000800010043f0000006101000041000001250001042e000000240030008c000000be0000413d0000000002000416000000000002004b000000be0000c13d0000000401100370000000000301043b0000004d0030009c000000c00000a13d00000000010000190000012600010430000000000100041a0000004d011001970000000002000411000000000021004b000000ea0000c13d00000051010000410000000000100443000000040030044300000000010004140000004a0010009c0000004a01008041000000c00110021000000052011001c70000800202000039000200000003001d0124011f0000040f0000000100200190000000f30000613d0000000202000029000000000101043b000000000001004b0000010a0000c13d000000400100043d000000640210003900000054030000410000000000320435000000440210003900000055030000410000000000320435000000240210003900000033030000390000000000320435000000560200004100000000002104350000000402100039000000200300003900000000003204350000004a0010009c0000004a01008041000000400110021000000057011001c700000126000104300000005601000041000000800010043f0000002001000039000000840010043f000000a40010043f0000006201000041000000c40010043f00000063010000410000012600010430000000000001042f0000000101000039000000000201041a0000004e0220019700000002022001af000000000021041b0000002001000039000001000010044300000120000004430000005301000041000001250001042e0000004e01200197000000000161019f000000000010041b00000000010004140000004a0010009c0000004a01008041000000c0011002100000004f011001c70000800d0200003900000003030000390000005004000041000000a80000013d0000004d052001970000000101000039000000000201041a0000004e02200197000000000252019f000000000021041b00000000010004140000004a0010009c0000004a01008041000000c0011002100000004f011001c70000800d0200003900000002030000390000006404000041000000a80000013d000000000001042f0000011d002104210000000102000039000000000001042d0000000002000019000000000001042d00000122002104230000000102000039000000000001042d0000000002000019000000000001042d0000012400000432000001250001042e0000012600010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83020000020000000000000000000000000000002400000000000000000000000000000002000000000000000000000000000000400000010000000000000000006e206973206e6f74206120636f6e7472616374000000000000000000000000005570677261646561626c65426561636f6e3a20696d706c656d656e746174696f08c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000000000000000000000000000000000000000000000000000000000000715018a500000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000f2fde38b000000000000000000000000000000000000000000000000000000003659cfe6000000000000000000000000000000000000000000000000000000005c60da1b4f776e61626c653a206e6577206f776e657220697320746865207a65726f20616464726573730000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000000000000000000000000000000000000000000200000008000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65720000000000000000000000000000000000000064000000800000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b00000000000000000000000000000000000000000000000000000000000000006f142c4473e9f9b93443c2d807bbaf3709a132c4c39dba05d6f4d3571295b8d6",
201
+ "devdoc": {
202
+ "details": "This contract is used in conjunction with one or more instances of {BeaconProxy} to determine their implementation contract, which is where they will delegate all function calls. An owner is able to change the implementation the beacon points to, thus upgrading the proxies that use this beacon.",
203
+ "events": {
204
+ "Upgraded(address)": {
205
+ "details": "Emitted when the implementation returned by the beacon is changed."
206
+ }
207
+ },
208
+ "kind": "dev",
209
+ "methods": {
210
+ "constructor": {
211
+ "details": "Sets the address of the initial implementation, and the deployer account as the owner who can upgrade the beacon."
212
+ },
213
+ "implementation()": {
214
+ "details": "Returns the current implementation address."
215
+ },
216
+ "owner()": {
217
+ "details": "Returns the address of the current owner."
218
+ },
219
+ "renounceOwnership()": {
220
+ "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."
221
+ },
222
+ "transferOwnership(address)": {
223
+ "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
224
+ },
225
+ "upgradeTo(address)": {
226
+ "details": "Upgrades the beacon to a new implementation. Emits an {Upgraded} event. Requirements: - msg.sender must be the owner of the contract. - `newImplementation` must be a contract."
227
+ }
228
+ },
229
+ "version": 1
230
+ },
231
+ "userdoc": {
232
+ "kind": "user",
233
+ "methods": {},
234
+ "version": 1
235
+ },
236
+ "storageLayout": {
237
+ "storage": [
238
+ {
239
+ "astId": 3501,
240
+ "contract": "@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol:UpgradeableBeacon",
241
+ "label": "_owner",
242
+ "offset": 0,
243
+ "slot": "0",
244
+ "type": "t_address"
245
+ },
246
+ {
247
+ "astId": 4201,
248
+ "contract": "@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol:UpgradeableBeacon",
249
+ "label": "_implementation",
250
+ "offset": 0,
251
+ "slot": "1",
252
+ "type": "t_address"
253
+ }
254
+ ],
255
+ "types": {
256
+ "t_address": {
257
+ "encoding": "inplace",
258
+ "label": "address",
259
+ "numberOfBytes": "20"
260
+ }
261
+ }
262
+ },
263
+ "factoryDeps": [
264
+ "0x0002000000000002000000000301001900000060033002700000004a033001970000000100200190000000300000c13d0000008002000039000000400020043f000000040030008c000000be0000413d000000000201043b000000e002200270000000580020009c0000008b0000a13d000000590020009c000000950000613d0000005a0020009c000000ad0000613d0000005b0020009c000000be0000c13d000000240030008c000000be0000413d0000000002000416000000000002004b000000be0000c13d0000000401100370000000000101043b0000004d0010009c000000be0000213d000000000200041a0000004d032001970000000005000411000000000053004b000000ea0000c13d0000004d06100198000000fe0000c13d0000005601000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f0000005e01000041000000c40010043f0000005f01000041000000e40010043f000000600100004100000126000104300000000002000416000000000002004b000000be0000c13d0000001f023000390000004b022001970000008002200039000000400020043f0000001f0430018f0000004c053001980000008002500039000000410000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b0000003d0000c13d000000000004004b0000004e0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000000be0000413d000000800200043d0000004d0020009c000000be0000213d000000000100041a000200000002001d0000004e021001970000000006000411000000000262019f000000000020041b000000400200043d000100000002001d00000000020004140000004d051001970000004a0020009c0000004a02008041000000c0012002100000004f011001c70000800d02000039000000030300003900000050040000410124011a0000040f00000001002001900000000202000029000000be0000613d00000051010000410000000000100443000000040020044300000000010004140000004a0010009c0000004a01008041000000c00110021000000052011001c700008002020000390124011f0000040f0000000100200190000000f30000613d000000000101043b000000000001004b000000f40000c13d0000000103000029000000640130003900000054020000410000000000210435000000440130003900000055020000410000000000210435000000240130003900000033020000390000000000210435000000560100004100000000001304350000000401300039000000200200003900000000002104350000004a0030009c0000004a03008041000000400130021000000057011001c700000126000104300000005c0020009c000000b50000613d0000005d0020009c000000be0000c13d0000000001000416000000000001004b000000be0000c13d0000000101000039000000000101041a000000b10000013d0000000001000416000000000001004b000000be0000c13d000000000100041a0000004d021001970000000005000411000000000052004b000000ea0000c13d0000004e01100197000000000010041b00000000010004140000004a0010009c0000004a01008041000000c0011002100000004f011001c70000800d020000390000000303000039000000500400004100000000060000190124011a0000040f0000000100200190000000be0000613d0000000001000019000001250001042e0000000001000416000000000001004b000000be0000c13d000000000100041a0000004d01100197000000800010043f0000006101000041000001250001042e000000240030008c000000be0000413d0000000002000416000000000002004b000000be0000c13d0000000401100370000000000301043b0000004d0030009c000000c00000a13d00000000010000190000012600010430000000000100041a0000004d011001970000000002000411000000000021004b000000ea0000c13d00000051010000410000000000100443000000040030044300000000010004140000004a0010009c0000004a01008041000000c00110021000000052011001c70000800202000039000200000003001d0124011f0000040f0000000100200190000000f30000613d0000000202000029000000000101043b000000000001004b0000010a0000c13d000000400100043d000000640210003900000054030000410000000000320435000000440210003900000055030000410000000000320435000000240210003900000033030000390000000000320435000000560200004100000000002104350000000402100039000000200300003900000000003204350000004a0010009c0000004a01008041000000400110021000000057011001c700000126000104300000005601000041000000800010043f0000002001000039000000840010043f000000a40010043f0000006201000041000000c40010043f00000063010000410000012600010430000000000001042f0000000101000039000000000201041a0000004e0220019700000002022001af000000000021041b0000002001000039000001000010044300000120000004430000005301000041000001250001042e0000004e01200197000000000161019f000000000010041b00000000010004140000004a0010009c0000004a01008041000000c0011002100000004f011001c70000800d0200003900000003030000390000005004000041000000a80000013d0000004d052001970000000101000039000000000201041a0000004e02200197000000000252019f000000000021041b00000000010004140000004a0010009c0000004a01008041000000c0011002100000004f011001c70000800d0200003900000002030000390000006404000041000000a80000013d000000000001042f0000011d002104210000000102000039000000000001042d0000000002000019000000000001042d00000122002104230000000102000039000000000001042d0000000002000019000000000001042d0000012400000432000001250001042e0000012600010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83020000020000000000000000000000000000002400000000000000000000000000000002000000000000000000000000000000400000010000000000000000006e206973206e6f74206120636f6e7472616374000000000000000000000000005570677261646561626c65426561636f6e3a20696d706c656d656e746174696f08c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000000000000000000000000000000000000000000000000000000000000715018a500000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000f2fde38b000000000000000000000000000000000000000000000000000000003659cfe6000000000000000000000000000000000000000000000000000000005c60da1b4f776e61626c653a206e6577206f776e657220697320746865207a65726f20616464726573730000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000000000000000000000000000000000000000000200000008000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65720000000000000000000000000000000000000064000000800000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b00000000000000000000000000000000000000000000000000000000000000006f142c4473e9f9b93443c2d807bbaf3709a132c4c39dba05d6f4d3571295b8d6"
265
+ ]
266
+ }