@keep-network/tbtc-v2 1.6.0-dev.6 → 1.6.0-dev.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/BLS.json +6 -6
- package/artifacts/Bank.json +17 -17
- package/artifacts/BeaconAuthorization.json +6 -6
- package/artifacts/BeaconDkg.json +6 -6
- package/artifacts/BeaconDkgValidator.json +9 -9
- package/artifacts/BeaconInactivity.json +6 -6
- package/artifacts/BeaconSortitionPool.json +16 -16
- package/artifacts/Bridge.json +32 -32
- package/artifacts/BridgeGovernance.json +14 -14
- package/artifacts/BridgeGovernanceParameters.json +7 -7
- package/artifacts/Deposit.json +7 -7
- package/artifacts/DepositSweep.json +7 -7
- package/artifacts/DonationVault.json +11 -11
- package/artifacts/EcdsaDkgValidator.json +7 -7
- package/artifacts/EcdsaInactivity.json +6 -6
- package/artifacts/EcdsaSortitionPool.json +16 -16
- package/artifacts/Fraud.json +7 -7
- package/artifacts/LightRelay.json +28 -28
- package/artifacts/LightRelayMaintainerProxy.json +24 -24
- package/artifacts/MaintainerProxy.json +37 -37
- package/artifacts/MovingFunds.json +7 -7
- package/artifacts/NuCypherToken.json +11 -11
- package/artifacts/RandomBeacon.json +23 -23
- package/artifacts/RandomBeaconChaosnet.json +11 -11
- package/artifacts/RandomBeaconGovernance.json +12 -12
- package/artifacts/Redemption.json +7 -7
- package/artifacts/ReimbursementPool.json +11 -11
- package/artifacts/T.json +11 -11
- package/artifacts/TBTC.json +19 -19
- package/artifacts/TBTCToken.json +19 -19
- package/artifacts/TBTCVault.json +36 -36
- package/artifacts/TokenStaking.json +156 -308
- package/artifacts/TokenholderGovernor.json +47 -47
- package/artifacts/TokenholderTimelock.json +36 -36
- package/artifacts/VendingMachine.json +22 -22
- package/artifacts/VendingMachineNuCypher.json +9 -9
- package/artifacts/VendingMachineV2.json +15 -15
- package/artifacts/VendingMachineV3.json +15 -15
- package/artifacts/WalletProposalValidator.json +84 -13
- package/artifacts/WalletRegistry.json +31 -31
- package/artifacts/WalletRegistryGovernance.json +56 -56
- package/artifacts/Wallets.json +7 -7
- package/artifacts/solcInputs/{d46fa1d8846c35adf326ab51a3910266.json → e2337fbc33ddf79d3229147ce15c40b6.json} +3 -3
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
- package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
- package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
- package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
- package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
- package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
- package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +60 -2
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
- package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
- package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
- package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
- package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
- package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
- package/contracts/bridge/WalletProposalValidator.sol +129 -0
- package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +24 -24
- package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +4999 -4814
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +2 -2
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +23 -23
- package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +53 -53
- package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +21 -21
- package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +16 -16
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +206 -206
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
- package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +46 -46
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +36 -36
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +78 -78
- package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +68 -68
- package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +43 -43
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +79 -79
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +42 -42
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +320 -320
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +108 -108
- package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +63 -63
- package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +65 -65
- package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +9987 -5463
- package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +194 -194
- package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +98 -98
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +149 -149
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +76 -76
- package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +62 -62
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +79 -79
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +358 -358
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +78 -78
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +78 -78
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +78 -78
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +85 -85
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +78 -78
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
- package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +104 -104
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +184 -184
- package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
- package/export/typechain/factories/IStaking__factory.js +24 -103
- package/export/typechain/factories/WalletProposalValidator__factory.js +59 -1
- package/export/typechain/factories/WalletRegistry__factory.js +1 -1
- package/package.json +2 -2
- package/artifacts/KeepRegistry.json +0 -99
- package/artifacts/KeepStake.json +0 -286
- package/artifacts/KeepToken.json +0 -711
- package/artifacts/KeepTokenStaking.json +0 -483
- package/artifacts/NuCypherStakingEscrow.json +0 -287
- package/artifacts/VendingMachineKeep.json +0 -400
|
@@ -165,9 +165,9 @@
|
|
|
165
165
|
"evm": {
|
|
166
166
|
"bytecode": {
|
|
167
167
|
"functionDebugData": {
|
|
168
|
-
"@
|
|
168
|
+
"@_11124": {
|
|
169
169
|
"entryPoint": null,
|
|
170
|
-
"id":
|
|
170
|
+
"id": 11124,
|
|
171
171
|
"parameterSlots": 0,
|
|
172
172
|
"returnSlots": 0
|
|
173
173
|
}
|
|
@@ -179,51 +179,51 @@
|
|
|
179
179
|
},
|
|
180
180
|
"deployedBytecode": {
|
|
181
181
|
"functionDebugData": {
|
|
182
|
-
"@
|
|
182
|
+
"@getFlaggedLeafPosition_11740": {
|
|
183
183
|
"entryPoint": null,
|
|
184
|
-
"id":
|
|
184
|
+
"id": 11740,
|
|
185
185
|
"parameterSlots": 1,
|
|
186
186
|
"returnSlots": 1
|
|
187
187
|
},
|
|
188
|
-
"@
|
|
188
|
+
"@getIDOperator_11159": {
|
|
189
189
|
"entryPoint": 356,
|
|
190
|
-
"id":
|
|
190
|
+
"id": 11159,
|
|
191
191
|
"parameterSlots": 1,
|
|
192
192
|
"returnSlots": 1
|
|
193
193
|
},
|
|
194
|
-
"@
|
|
194
|
+
"@getIDOperators_11224": {
|
|
195
195
|
"entryPoint": 479,
|
|
196
|
-
"id":
|
|
196
|
+
"id": 11224,
|
|
197
197
|
"parameterSlots": 2,
|
|
198
198
|
"returnSlots": 1
|
|
199
199
|
},
|
|
200
|
-
"@
|
|
200
|
+
"@getOperatorID_11137": {
|
|
201
201
|
"entryPoint": null,
|
|
202
|
-
"id":
|
|
202
|
+
"id": 11137,
|
|
203
203
|
"parameterSlots": 1,
|
|
204
204
|
"returnSlots": 1
|
|
205
205
|
},
|
|
206
|
-
"@
|
|
206
|
+
"@isOperatorRegistered_11239": {
|
|
207
207
|
"entryPoint": null,
|
|
208
|
-
"id":
|
|
208
|
+
"id": 11239,
|
|
209
209
|
"parameterSlots": 1,
|
|
210
210
|
"returnSlots": 1
|
|
211
211
|
},
|
|
212
|
-
"@
|
|
212
|
+
"@operatorsInPool_11260": {
|
|
213
213
|
"entryPoint": 452,
|
|
214
|
-
"id":
|
|
214
|
+
"id": 11260,
|
|
215
215
|
"parameterSlots": 0,
|
|
216
216
|
"returnSlots": 1
|
|
217
217
|
},
|
|
218
|
-
"@
|
|
218
|
+
"@sumWeight_9249": {
|
|
219
219
|
"entryPoint": 747,
|
|
220
|
-
"id":
|
|
220
|
+
"id": 9249,
|
|
221
221
|
"parameterSlots": 1,
|
|
222
222
|
"returnSlots": 1
|
|
223
223
|
},
|
|
224
|
-
"@
|
|
224
|
+
"@totalWeight_11271": {
|
|
225
225
|
"entryPoint": 434,
|
|
226
|
-
"id":
|
|
226
|
+
"id": 11271,
|
|
227
227
|
"parameterSlots": 0,
|
|
228
228
|
"returnSlots": 1
|
|
229
229
|
},
|
|
@@ -2986,7 +2986,7 @@
|
|
|
2986
2986
|
"storageLayout": {
|
|
2987
2987
|
"storage": [
|
|
2988
2988
|
{
|
|
2989
|
-
"astId":
|
|
2989
|
+
"astId": 11081,
|
|
2990
2990
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
2991
2991
|
"label": "root",
|
|
2992
2992
|
"offset": 0,
|
|
@@ -2994,7 +2994,7 @@
|
|
|
2994
2994
|
"type": "t_uint256"
|
|
2995
2995
|
},
|
|
2996
2996
|
{
|
|
2997
|
-
"astId":
|
|
2997
|
+
"astId": 11087,
|
|
2998
2998
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
2999
2999
|
"label": "branches",
|
|
3000
3000
|
"offset": 0,
|
|
@@ -3002,7 +3002,7 @@
|
|
|
3002
3002
|
"type": "t_mapping(t_uint256,t_mapping(t_uint256,t_uint256))"
|
|
3003
3003
|
},
|
|
3004
3004
|
{
|
|
3005
|
-
"astId":
|
|
3005
|
+
"astId": 11091,
|
|
3006
3006
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3007
3007
|
"label": "leaves",
|
|
3008
3008
|
"offset": 0,
|
|
@@ -3010,7 +3010,7 @@
|
|
|
3010
3010
|
"type": "t_mapping(t_uint256,t_uint256)"
|
|
3011
3011
|
},
|
|
3012
3012
|
{
|
|
3013
|
-
"astId":
|
|
3013
|
+
"astId": 11095,
|
|
3014
3014
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3015
3015
|
"label": "flaggedLeafPosition",
|
|
3016
3016
|
"offset": 0,
|
|
@@ -3018,7 +3018,7 @@
|
|
|
3018
3018
|
"type": "t_mapping(t_address,t_uint256)"
|
|
3019
3019
|
},
|
|
3020
3020
|
{
|
|
3021
|
-
"astId":
|
|
3021
|
+
"astId": 11097,
|
|
3022
3022
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3023
3023
|
"label": "rightmostLeaf",
|
|
3024
3024
|
"offset": 0,
|
|
@@ -3026,7 +3026,7 @@
|
|
|
3026
3026
|
"type": "t_uint256"
|
|
3027
3027
|
},
|
|
3028
3028
|
{
|
|
3029
|
-
"astId":
|
|
3029
|
+
"astId": 11100,
|
|
3030
3030
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3031
3031
|
"label": "emptyLeaves",
|
|
3032
3032
|
"offset": 0,
|
|
@@ -3034,7 +3034,7 @@
|
|
|
3034
3034
|
"type": "t_array(t_uint256)dyn_storage"
|
|
3035
3035
|
},
|
|
3036
3036
|
{
|
|
3037
|
-
"astId":
|
|
3037
|
+
"astId": 11104,
|
|
3038
3038
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3039
3039
|
"label": "operatorID",
|
|
3040
3040
|
"offset": 0,
|
|
@@ -3042,7 +3042,7 @@
|
|
|
3042
3042
|
"type": "t_mapping(t_address,t_uint32)"
|
|
3043
3043
|
},
|
|
3044
3044
|
{
|
|
3045
|
-
"astId":
|
|
3045
|
+
"astId": 11107,
|
|
3046
3046
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3047
3047
|
"label": "idAddress",
|
|
3048
3048
|
"offset": 0,
|
package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json
CHANGED
|
@@ -89,63 +89,63 @@
|
|
|
89
89
|
"evm": {
|
|
90
90
|
"bytecode": {
|
|
91
91
|
"functionDebugData": {
|
|
92
|
-
"@
|
|
92
|
+
"@_17419": {
|
|
93
93
|
"entryPoint": null,
|
|
94
|
-
"id":
|
|
94
|
+
"id": 17419,
|
|
95
95
|
"parameterSlots": 2,
|
|
96
96
|
"returnSlots": 0
|
|
97
97
|
},
|
|
98
|
-
"@
|
|
98
|
+
"@_revert_20005": {
|
|
99
99
|
"entryPoint": 693,
|
|
100
|
-
"id":
|
|
100
|
+
"id": 20005,
|
|
101
101
|
"parameterSlots": 2,
|
|
102
102
|
"returnSlots": 0
|
|
103
103
|
},
|
|
104
|
-
"@
|
|
104
|
+
"@_setImplementation_17488": {
|
|
105
105
|
"entryPoint": 215,
|
|
106
|
-
"id":
|
|
106
|
+
"id": 17488,
|
|
107
107
|
"parameterSlots": 1,
|
|
108
108
|
"returnSlots": 0
|
|
109
109
|
},
|
|
110
|
-
"@
|
|
110
|
+
"@_upgradeToAndCall_17533": {
|
|
111
111
|
"entryPoint": 53,
|
|
112
|
-
"id":
|
|
112
|
+
"id": 17533,
|
|
113
113
|
"parameterSlots": 3,
|
|
114
114
|
"returnSlots": 0
|
|
115
115
|
},
|
|
116
|
-
"@
|
|
116
|
+
"@_upgradeTo_17503": {
|
|
117
117
|
"entryPoint": 107,
|
|
118
|
-
"id":
|
|
118
|
+
"id": 17503,
|
|
119
119
|
"parameterSlots": 1,
|
|
120
120
|
"returnSlots": 0
|
|
121
121
|
},
|
|
122
|
-
"@
|
|
122
|
+
"@functionDelegateCall_19893": {
|
|
123
123
|
"entryPoint": 171,
|
|
124
|
-
"id":
|
|
124
|
+
"id": 19893,
|
|
125
125
|
"parameterSlots": 2,
|
|
126
126
|
"returnSlots": 1
|
|
127
127
|
},
|
|
128
|
-
"@
|
|
128
|
+
"@functionDelegateCall_19922": {
|
|
129
129
|
"entryPoint": 425,
|
|
130
|
-
"id":
|
|
130
|
+
"id": 19922,
|
|
131
131
|
"parameterSlots": 3,
|
|
132
132
|
"returnSlots": 1
|
|
133
133
|
},
|
|
134
|
-
"@
|
|
134
|
+
"@getAddressSlot_20054": {
|
|
135
135
|
"entryPoint": 561,
|
|
136
|
-
"id":
|
|
136
|
+
"id": 20054,
|
|
137
137
|
"parameterSlots": 1,
|
|
138
138
|
"returnSlots": 1
|
|
139
139
|
},
|
|
140
|
-
"@
|
|
140
|
+
"@isContract_19694": {
|
|
141
141
|
"entryPoint": 546,
|
|
142
|
-
"id":
|
|
142
|
+
"id": 19694,
|
|
143
143
|
"parameterSlots": 1,
|
|
144
144
|
"returnSlots": 1
|
|
145
145
|
},
|
|
146
|
-
"@
|
|
146
|
+
"@verifyCallResultFromTarget_19961": {
|
|
147
147
|
"entryPoint": 564,
|
|
148
|
-
"id":
|
|
148
|
+
"id": 19961,
|
|
149
149
|
"parameterSlots": 4,
|
|
150
150
|
"returnSlots": 1
|
|
151
151
|
},
|
|
@@ -2517,81 +2517,81 @@
|
|
|
2517
2517
|
},
|
|
2518
2518
|
"deployedBytecode": {
|
|
2519
2519
|
"functionDebugData": {
|
|
2520
|
-
"@
|
|
2520
|
+
"@_17788": {
|
|
2521
2521
|
"entryPoint": null,
|
|
2522
|
-
"id":
|
|
2522
|
+
"id": 17788,
|
|
2523
2523
|
"parameterSlots": 0,
|
|
2524
2524
|
"returnSlots": 0
|
|
2525
2525
|
},
|
|
2526
|
-
"@
|
|
2526
|
+
"@_17796": {
|
|
2527
2527
|
"entryPoint": null,
|
|
2528
|
-
"id":
|
|
2528
|
+
"id": 17796,
|
|
2529
2529
|
"parameterSlots": 0,
|
|
2530
2530
|
"returnSlots": 0
|
|
2531
2531
|
},
|
|
2532
|
-
"@
|
|
2532
|
+
"@_beforeFallback_17801": {
|
|
2533
2533
|
"entryPoint": null,
|
|
2534
|
-
"id":
|
|
2534
|
+
"id": 17801,
|
|
2535
2535
|
"parameterSlots": 0,
|
|
2536
2536
|
"returnSlots": 0
|
|
2537
2537
|
},
|
|
2538
|
-
"@
|
|
2538
|
+
"@_delegate_17761": {
|
|
2539
2539
|
"entryPoint": 185,
|
|
2540
|
-
"id":
|
|
2540
|
+
"id": 17761,
|
|
2541
2541
|
"parameterSlots": 1,
|
|
2542
2542
|
"returnSlots": 0
|
|
2543
2543
|
},
|
|
2544
|
-
"@
|
|
2544
|
+
"@_fallback_17780": {
|
|
2545
2545
|
"entryPoint": 23,
|
|
2546
|
-
"id":
|
|
2546
|
+
"id": 17780,
|
|
2547
2547
|
"parameterSlots": 0,
|
|
2548
2548
|
"returnSlots": 0
|
|
2549
2549
|
},
|
|
2550
|
-
"@
|
|
2550
|
+
"@_getImplementation_17464": {
|
|
2551
2551
|
"entryPoint": null,
|
|
2552
|
-
"id":
|
|
2552
|
+
"id": 17464,
|
|
2553
2553
|
"parameterSlots": 0,
|
|
2554
2554
|
"returnSlots": 1
|
|
2555
2555
|
},
|
|
2556
|
-
"@
|
|
2556
|
+
"@_implementation_17431": {
|
|
2557
2557
|
"entryPoint": 116,
|
|
2558
|
-
"id":
|
|
2558
|
+
"id": 17431,
|
|
2559
2559
|
"parameterSlots": 0,
|
|
2560
2560
|
"returnSlots": 1
|
|
2561
2561
|
},
|
|
2562
|
-
"@
|
|
2562
|
+
"@_revert_20005": {
|
|
2563
2563
|
"entryPoint": 501,
|
|
2564
|
-
"id":
|
|
2564
|
+
"id": 20005,
|
|
2565
2565
|
"parameterSlots": 2,
|
|
2566
2566
|
"returnSlots": 0
|
|
2567
2567
|
},
|
|
2568
|
-
"@
|
|
2568
|
+
"@functionDelegateCall_19893": {
|
|
2569
2569
|
"entryPoint": 41,
|
|
2570
|
-
"id":
|
|
2570
|
+
"id": 19893,
|
|
2571
2571
|
"parameterSlots": 2,
|
|
2572
2572
|
"returnSlots": 1
|
|
2573
2573
|
},
|
|
2574
|
-
"@
|
|
2574
|
+
"@functionDelegateCall_19922": {
|
|
2575
2575
|
"entryPoint": 221,
|
|
2576
|
-
"id":
|
|
2576
|
+
"id": 19922,
|
|
2577
2577
|
"parameterSlots": 3,
|
|
2578
2578
|
"returnSlots": 1
|
|
2579
2579
|
},
|
|
2580
|
-
"@
|
|
2580
|
+
"@getAddressSlot_20054": {
|
|
2581
2581
|
"entryPoint": 113,
|
|
2582
|
-
"id":
|
|
2582
|
+
"id": 20054,
|
|
2583
2583
|
"parameterSlots": 1,
|
|
2584
2584
|
"returnSlots": 1
|
|
2585
2585
|
},
|
|
2586
|
-
"@
|
|
2586
|
+
"@isContract_19694": {
|
|
2587
2587
|
"entryPoint": 85,
|
|
2588
|
-
"id":
|
|
2588
|
+
"id": 19694,
|
|
2589
2589
|
"parameterSlots": 1,
|
|
2590
2590
|
"returnSlots": 1
|
|
2591
2591
|
},
|
|
2592
|
-
"@
|
|
2592
|
+
"@verifyCallResultFromTarget_19961": {
|
|
2593
2593
|
"entryPoint": 354,
|
|
2594
|
-
"id":
|
|
2594
|
+
"id": 19961,
|
|
2595
2595
|
"parameterSlots": 4,
|
|
2596
2596
|
"returnSlots": 1
|
|
2597
2597
|
},
|
package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json
CHANGED
|
@@ -190,21 +190,21 @@
|
|
|
190
190
|
"evm": {
|
|
191
191
|
"bytecode": {
|
|
192
192
|
"functionDebugData": {
|
|
193
|
-
"@
|
|
193
|
+
"@_17296": {
|
|
194
194
|
"entryPoint": null,
|
|
195
|
-
"id":
|
|
195
|
+
"id": 17296,
|
|
196
196
|
"parameterSlots": 0,
|
|
197
197
|
"returnSlots": 0
|
|
198
198
|
},
|
|
199
|
-
"@
|
|
199
|
+
"@_msgSender_20018": {
|
|
200
200
|
"entryPoint": null,
|
|
201
|
-
"id":
|
|
201
|
+
"id": 20018,
|
|
202
202
|
"parameterSlots": 0,
|
|
203
203
|
"returnSlots": 1
|
|
204
204
|
},
|
|
205
|
-
"@
|
|
205
|
+
"@_transferOwnership_17384": {
|
|
206
206
|
"entryPoint": 31,
|
|
207
|
-
"id":
|
|
207
|
+
"id": 17384,
|
|
208
208
|
"parameterSlots": 1,
|
|
209
209
|
"returnSlots": 0
|
|
210
210
|
}
|
|
@@ -216,69 +216,69 @@
|
|
|
216
216
|
},
|
|
217
217
|
"deployedBytecode": {
|
|
218
218
|
"functionDebugData": {
|
|
219
|
-
"@
|
|
219
|
+
"@_checkOwner_17327": {
|
|
220
220
|
"entryPoint": 1134,
|
|
221
|
-
"id":
|
|
221
|
+
"id": 17327,
|
|
222
222
|
"parameterSlots": 0,
|
|
223
223
|
"returnSlots": 0
|
|
224
224
|
},
|
|
225
|
-
"@
|
|
225
|
+
"@_msgSender_20018": {
|
|
226
226
|
"entryPoint": null,
|
|
227
|
-
"id":
|
|
227
|
+
"id": 20018,
|
|
228
228
|
"parameterSlots": 0,
|
|
229
229
|
"returnSlots": 1
|
|
230
230
|
},
|
|
231
|
-
"@
|
|
231
|
+
"@_transferOwnership_17384": {
|
|
232
232
|
"entryPoint": 1224,
|
|
233
|
-
"id":
|
|
233
|
+
"id": 17384,
|
|
234
234
|
"parameterSlots": 1,
|
|
235
235
|
"returnSlots": 0
|
|
236
236
|
},
|
|
237
|
-
"@
|
|
237
|
+
"@changeProxyAdmin_17905": {
|
|
238
238
|
"entryPoint": 578,
|
|
239
|
-
"id":
|
|
239
|
+
"id": 17905,
|
|
240
240
|
"parameterSlots": 2,
|
|
241
241
|
"returnSlots": 0
|
|
242
242
|
},
|
|
243
|
-
"@
|
|
243
|
+
"@getProxyAdmin_17887": {
|
|
244
244
|
"entryPoint": 1071,
|
|
245
|
-
"id":
|
|
245
|
+
"id": 17887,
|
|
246
246
|
"parameterSlots": 1,
|
|
247
247
|
"returnSlots": 1
|
|
248
248
|
},
|
|
249
|
-
"@
|
|
249
|
+
"@getProxyImplementation_17853": {
|
|
250
250
|
"entryPoint": 388,
|
|
251
|
-
"id":
|
|
251
|
+
"id": 17853,
|
|
252
252
|
"parameterSlots": 1,
|
|
253
253
|
"returnSlots": 1
|
|
254
254
|
},
|
|
255
|
-
"@
|
|
255
|
+
"@owner_17313": {
|
|
256
256
|
"entryPoint": null,
|
|
257
|
-
"id":
|
|
257
|
+
"id": 17313,
|
|
258
258
|
"parameterSlots": 0,
|
|
259
259
|
"returnSlots": 1
|
|
260
260
|
},
|
|
261
|
-
"@
|
|
261
|
+
"@renounceOwnership_17341": {
|
|
262
262
|
"entryPoint": 558,
|
|
263
|
-
"id":
|
|
263
|
+
"id": 17341,
|
|
264
264
|
"parameterSlots": 0,
|
|
265
265
|
"returnSlots": 0
|
|
266
266
|
},
|
|
267
|
-
"@
|
|
267
|
+
"@transferOwnership_17364": {
|
|
268
268
|
"entryPoint": 922,
|
|
269
|
-
"id":
|
|
269
|
+
"id": 17364,
|
|
270
270
|
"parameterSlots": 1,
|
|
271
271
|
"returnSlots": 0
|
|
272
272
|
},
|
|
273
|
-
"@
|
|
273
|
+
"@upgradeAndCall_17947": {
|
|
274
274
|
"entryPoint": 707,
|
|
275
|
-
"id":
|
|
275
|
+
"id": 17947,
|
|
276
276
|
"parameterSlots": 3,
|
|
277
277
|
"returnSlots": 0
|
|
278
278
|
},
|
|
279
|
-
"@
|
|
279
|
+
"@upgrade_17923": {
|
|
280
280
|
"entryPoint": 843,
|
|
281
|
-
"id":
|
|
281
|
+
"id": 17923,
|
|
282
282
|
"parameterSlots": 2,
|
|
283
283
|
"returnSlots": 0
|
|
284
284
|
},
|
|
@@ -294,19 +294,19 @@
|
|
|
294
294
|
"parameterSlots": 2,
|
|
295
295
|
"returnSlots": 1
|
|
296
296
|
},
|
|
297
|
-
"abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$
|
|
297
|
+
"abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$18096": {
|
|
298
298
|
"entryPoint": 1349,
|
|
299
299
|
"id": null,
|
|
300
300
|
"parameterSlots": 2,
|
|
301
301
|
"returnSlots": 1
|
|
302
302
|
},
|
|
303
|
-
"abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$
|
|
303
|
+
"abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$18096t_address": {
|
|
304
304
|
"entryPoint": 1385,
|
|
305
305
|
"id": null,
|
|
306
306
|
"parameterSlots": 2,
|
|
307
307
|
"returnSlots": 2
|
|
308
308
|
},
|
|
309
|
-
"abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$
|
|
309
|
+
"abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$18096t_addresst_bytes_memory_ptr": {
|
|
310
310
|
"entryPoint": 1489,
|
|
311
311
|
"id": null,
|
|
312
312
|
"parameterSlots": 2,
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
}
|
|
630
630
|
]
|
|
631
631
|
},
|
|
632
|
-
"name": "abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$
|
|
632
|
+
"name": "abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$18096",
|
|
633
633
|
"nodeType": "YulFunctionDefinition",
|
|
634
634
|
"parameters": [
|
|
635
635
|
{
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
}
|
|
997
997
|
]
|
|
998
998
|
},
|
|
999
|
-
"name": "abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$
|
|
999
|
+
"name": "abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$18096t_address",
|
|
1000
1000
|
"nodeType": "YulFunctionDefinition",
|
|
1001
1001
|
"parameters": [
|
|
1002
1002
|
{
|
|
@@ -2204,7 +2204,7 @@
|
|
|
2204
2204
|
}
|
|
2205
2205
|
]
|
|
2206
2206
|
},
|
|
2207
|
-
"name": "abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$
|
|
2207
|
+
"name": "abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$18096t_addresst_bytes_memory_ptr",
|
|
2208
2208
|
"nodeType": "YulFunctionDefinition",
|
|
2209
2209
|
"parameters": [
|
|
2210
2210
|
{
|
|
@@ -3742,7 +3742,7 @@
|
|
|
3742
3742
|
}
|
|
3743
3743
|
]
|
|
3744
3744
|
},
|
|
3745
|
-
"contents": "{\n { }\n function validator_revert_contract_TransparentUpgradeableProxy(value)\n {\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$
|
|
3745
|
+
"contents": "{\n { }\n function validator_revert_contract_TransparentUpgradeableProxy(value)\n {\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$18096(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_TransparentUpgradeableProxy(value)\n value0 := value\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$18096t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_TransparentUpgradeableProxy(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_TransparentUpgradeableProxy(value_1)\n value1 := value_1\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$18096t_addresst_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_TransparentUpgradeableProxy(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_TransparentUpgradeableProxy(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let _3 := calldataload(_2)\n if gt(_3, _1) { panic_error_0x41() }\n let _4 := not(31)\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(and(add(_3, 0x1f), _4), 63), _4))\n if or(gt(newFreePtr, _1), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n mstore(memPtr, _3)\n if gt(add(add(_2, _3), 32), dataEnd) { revert(0, 0) }\n calldatacopy(add(memPtr, 32), add(_2, 32), _3)\n mstore(add(add(memPtr, _3), 32), 0)\n value2 := memPtr\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_TransparentUpgradeableProxy(value)\n value0 := value\n }\n function abi_encode_tuple_packed_t_stringliteral_96a4c6be7716f5be15d118c16bd1d464cb27f01187d0b9218993a5d488a47c29__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos) -> end\n {\n mstore(pos, 0x5c60da1b00000000000000000000000000000000000000000000000000000000)\n end := add(pos, 4)\n }\n function abi_decode_tuple_t_address_payable_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_contract_TransparentUpgradeableProxy(value)\n value0 := value\n }\n function abi_encode_tuple_t_address_t_bytes_memory_ptr__to_t_address_t_bytes_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n let _1 := 32\n mstore(add(headStart, _1), 64)\n let length := mload(value1)\n mstore(add(headStart, 64), length)\n let i := 0\n for { } lt(i, length) { i := add(i, _1) }\n {\n mstore(add(add(headStart, i), 96), mload(add(add(value1, i), _1)))\n }\n mstore(add(add(headStart, length), 96), 0)\n tail := add(add(headStart, and(add(length, 31), not(31))), 96)\n }\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n mstore(add(headStart, 96), \"ddress\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_packed_t_stringliteral_cb23cf6c353ccb16f0d92c8e6b5c5b425654e65dd07e2d295b394de4cf15afb7__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos) -> end\n {\n mstore(pos, 0xf851a44000000000000000000000000000000000000000000000000000000000)\n end := add(pos, 4)\n }\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n tail := add(headStart, 96)\n }\n}",
|
|
3746
3746
|
"id": 126,
|
|
3747
3747
|
"language": "Yul",
|
|
3748
3748
|
"name": "#utility.yul"
|
|
@@ -3785,7 +3785,7 @@
|
|
|
3785
3785
|
"storageLayout": {
|
|
3786
3786
|
"storage": [
|
|
3787
3787
|
{
|
|
3788
|
-
"astId":
|
|
3788
|
+
"astId": 17280,
|
|
3789
3789
|
"contract": "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol:ProxyAdmin",
|
|
3790
3790
|
"label": "_owner",
|
|
3791
3791
|
"offset": 0,
|