@keep-network/tbtc-v2 1.7.0 → 1.7.1
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/.chainId +1 -1
- package/artifacts/BLS.json +223 -0
- package/artifacts/Bank.json +50 -40
- package/artifacts/BeaconAuthorization.json +273 -0
- package/artifacts/BeaconDkg.json +241 -0
- package/artifacts/BeaconDkgValidator.json +501 -0
- package/artifacts/BeaconInactivity.json +151 -0
- package/artifacts/BeaconSortitionPool.json +1187 -0
- package/artifacts/Bridge.json +449 -32
- package/artifacts/BridgeGovernance.json +22 -22
- package/artifacts/BridgeGovernanceParameters.json +10 -10
- package/artifacts/Deposit.json +12 -12
- package/artifacts/DepositSweep.json +12 -12
- package/artifacts/DonationVault.json +17 -17
- package/artifacts/EcdsaDkgValidator.json +517 -0
- package/artifacts/EcdsaInactivity.json +156 -0
- package/artifacts/EcdsaSortitionPool.json +1187 -0
- package/artifacts/Fraud.json +12 -12
- package/artifacts/LightRelay.json +38 -38
- package/artifacts/LightRelayMaintainerProxy.json +31 -31
- package/artifacts/MaintainerProxy.json +44 -44
- package/artifacts/MovingFunds.json +12 -12
- package/artifacts/NuCypherToken.json +711 -0
- package/artifacts/RandomBeacon.json +3271 -0
- package/artifacts/RandomBeaconChaosnet.json +252 -0
- package/artifacts/RandomBeaconGovernance.json +3499 -0
- package/artifacts/Redemption.json +12 -12
- package/artifacts/RedemptionWatchtower.json +39 -39
- package/artifacts/ReimbursementPool.json +509 -0
- package/artifacts/T.json +1148 -0
- package/artifacts/TBTC.json +37 -36
- package/artifacts/TBTCToken.json +738 -0
- package/artifacts/TBTCVault.json +47 -47
- package/artifacts/Timelock.json +148 -148
- package/artifacts/TokenStaking.json +2117 -0
- package/artifacts/TokenholderGovernor.json +1795 -0
- package/artifacts/TokenholderTimelock.json +1058 -0
- package/artifacts/VendingMachine.json +35 -34
- package/artifacts/VendingMachineNuCypher.json +400 -0
- package/artifacts/VendingMachineV2.json +21 -21
- package/artifacts/VendingMachineV3.json +21 -21
- package/artifacts/WalletProposalValidator.json +12 -12
- package/artifacts/WalletRegistry.json +1962 -0
- package/artifacts/WalletRegistryGovernance.json +2863 -0
- package/artifacts/Wallets.json +12 -12
- package/artifacts/solcInputs/{be146ce112252bdda3a03de3614fbbf1.json → 2cb3f9e60e45f0ca528d3d5260ff3139.json} +31 -7
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/Timelock.sol/Timelock.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/IRedemptionWatchtower.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/RedemptionWatchtower.sol/RedemptionWatchtower.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/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/integrator/AbstractTBTCDepositor.sol/AbstractTBTCDepositor.dbg.json +1 -1
- package/build/contracts/integrator/IBridge.sol/IBridge.dbg.json +1 -1
- package/build/contracts/integrator/IBridge.sol/IBridgeTypes.dbg.json +1 -1
- package/build/contracts/integrator/ITBTCVault.sol/ITBTCVault.dbg.json +1 -1
- package/build/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.dbg.json +1 -1
- package/build/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +41 -2
- package/build/contracts/l2/L2BitcoinDepositor.sol/IL2WormholeGateway.dbg.json +1 -1
- package/build/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.dbg.json +1 -1
- package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormhole.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormholeReceiver.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormholeRelayer.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/WormholeTypes.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/WormholeUtils.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/test/BankStub.sol/BankStub.dbg.json +1 -1
- package/build/contracts/test/BridgeStub.sol/BridgeStub.dbg.json +1 -1
- package/build/contracts/test/HeartbeatStub.sol/HeartbeatStub.dbg.json +1 -1
- package/build/contracts/test/LightRelayStub.sol/LightRelayStub.dbg.json +1 -1
- package/build/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.dbg.json +1 -1
- package/build/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.dbg.json +1 -1
- package/build/contracts/test/SystemTestRelay.sol/SystemTestRelay.dbg.json +1 -1
- package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.dbg.json +1 -1
- package/build/contracts/test/TestERC20.sol/TestERC20.dbg.json +1 -1
- package/build/contracts/test/TestERC721.sol/TestERC721.dbg.json +1 -1
- package/build/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.dbg.json +1 -1
- package/build/contracts/test/TestTBTCDepositor.sol/MockBridge.dbg.json +1 -1
- package/build/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.dbg.json +1 -1
- package/build/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.dbg.json +1 -1
- package/build/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.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/l2/L1BitcoinDepositor.sol +31 -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/governance/TimelockController.sol/TimelockController.json +107 -107
- 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/Timelock.sol/Timelock.json +109 -109
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +338 -338
- package/export/artifacts/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +128 -128
- 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 +67 -67
- package/export/artifacts/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +4431 -4171
- package/export/artifacts/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.json +62 -62
- package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +194 -194
- package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +102 -102
- 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 +376 -376
- 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/TestBitcoinTx.sol/TestBitcoinTx.json +132 -132
- 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/TestTBTCDepositor.sol/MockBridge.json +34 -34
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.json +20 -20
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.json +52 -52
- 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/L1BitcoinDepositor__factory.js +40 -1
- package/export/typechain/factories/WalletRegistry__factory.js +1 -1
- package/package.json +2 -2
- package/artifacts/solcInputs/7c1f8f1dbded4c787d87a982d1fc8349.json +0 -410
- package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +0 -102
- package/artifacts/solcInputs/802132f7da69a8a4226cb9424480847b.json +0 -218
- package/artifacts/solcInputs/887fad6b16575ba42183543c324eeb0e.json +0 -335
- package/artifacts/solcInputs/98e272e2fbf178ec895387b6c503f9de.json +0 -68
- package/artifacts/solcInputs/b0025f1f7efe4824592ac0c9793776c3.json +0 -392
- package/artifacts/solcInputs/b7c5f3550cc22e16e6b6ea9582ccbee3.json +0 -341
- package/artifacts/solcInputs/d71d4b4434e6669852eaf643ebd2a7bc.json +0 -209
- package/artifacts/solcInputs/fccb130292c8c7cc958ab4fa31a3e180.json +0 -187
- package/export/deploy/00_resolve_relay.js +0 -83
- package/export/deploy/01_deploy_tbtc_v2_token.js +0 -70
- package/export/deploy/02_deploy_vending_machine.js +0 -84
- package/export/deploy/03_transfer_vending_machine_roles.js +0 -69
- package/export/deploy/04_deploy_bank.js +0 -73
- package/export/deploy/05_deploy_bridge.js +0 -178
- package/export/deploy/06_deploy_tbtc_vault.js +0 -80
- package/export/deploy/07_deploy_bridge_governance.js +0 -87
- package/export/deploy/08_deploy_maintainer_proxy.js +0 -80
- package/export/deploy/09_bank_update_bridge.js +0 -63
- package/export/deploy/10_authorize_spv_maintainer_in_bridge.js +0 -61
- package/export/deploy/11_transfer_bank_ownership.js +0 -60
- package/export/deploy/12_transfer_bridge_governance.js +0 -63
- package/export/deploy/13_transfer_bridge_governance_ownership.js +0 -60
- package/export/deploy/14_transfer_tbtc_vault_ownership.js +0 -60
- package/export/deploy/15_transfer_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/16_initialize_wallet_owner.js +0 -63
- package/export/deploy/16_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/17_authorize_maintainer_proxy_in_bridge.js +0 -63
- package/export/deploy/17_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/18_authorize_maintainer_proxy_in_bridge.js +0 -63
- package/export/deploy/18_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
- package/export/deploy/19_authorize_bridge_in_reimbursement_pool.js +0 -63
- package/export/deploy/19_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
- package/export/deploy/20_authorize_bridge_in_reimbursement_pool.js +0 -63
- package/export/deploy/20_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/deploy/21_transfer_reimbursement_pool_ownership.js +0 -60
- package/export/deploy/22_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/deploy/24_transfer_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/25_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/26_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/27_authorize_bridge_in_reimbursement_pool.js +0 -70
- package/export/deploy/28_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/deploy/34_deploy_wallet_coordinator.js +0 -115
- package/export/deploy/35_add_coordinator_address.js +0 -60
- package/export/deploy/35_transfer_wallet_coordinator_ownership.js +0 -60
- package/export/deploy/36_deploy_light_relay_maintainer_proxy.js +0 -86
- package/export/deploy/36_transfer_wallet_coordinator_ownership.js +0 -60
- package/export/deploy/37_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
- package/export/deploy/37_deploy_light_relay_maintainer_proxy.js +0 -86
- package/export/deploy/37_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/38_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/38_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
- package/export/deploy/38_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -63
- package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/39_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
- package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/41_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
- package/export/typechain/GoerliLightRelay.js +0 -2
- package/export/typechain/RelayStub.js +0 -2
- package/export/typechain/TestRelay.js +0 -2
- package/export/typechain/WalletCoordinator.js +0 -2
- package/export/typechain/factories/GoerliLightRelay__factory.js +0 -535
- package/export/typechain/factories/RelayStub__factory.js +0 -546
- package/export/typechain/factories/TestRelay__factory.js +0 -168
- package/export/typechain/factories/WalletCoordinator__factory.js +0 -1121
- package/export.json +0 -16130
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
|
+
"@_18722": {
|
|
93
93
|
"entryPoint": null,
|
|
94
|
-
"id":
|
|
94
|
+
"id": 18722,
|
|
95
95
|
"parameterSlots": 2,
|
|
96
96
|
"returnSlots": 0
|
|
97
97
|
},
|
|
98
|
-
"@
|
|
98
|
+
"@_revert_21349": {
|
|
99
99
|
"entryPoint": 693,
|
|
100
|
-
"id":
|
|
100
|
+
"id": 21349,
|
|
101
101
|
"parameterSlots": 2,
|
|
102
102
|
"returnSlots": 0
|
|
103
103
|
},
|
|
104
|
-
"@
|
|
104
|
+
"@_setImplementation_18791": {
|
|
105
105
|
"entryPoint": 215,
|
|
106
|
-
"id":
|
|
106
|
+
"id": 18791,
|
|
107
107
|
"parameterSlots": 1,
|
|
108
108
|
"returnSlots": 0
|
|
109
109
|
},
|
|
110
|
-
"@
|
|
110
|
+
"@_upgradeToAndCall_18836": {
|
|
111
111
|
"entryPoint": 53,
|
|
112
|
-
"id":
|
|
112
|
+
"id": 18836,
|
|
113
113
|
"parameterSlots": 3,
|
|
114
114
|
"returnSlots": 0
|
|
115
115
|
},
|
|
116
|
-
"@
|
|
116
|
+
"@_upgradeTo_18806": {
|
|
117
117
|
"entryPoint": 107,
|
|
118
|
-
"id":
|
|
118
|
+
"id": 18806,
|
|
119
119
|
"parameterSlots": 1,
|
|
120
120
|
"returnSlots": 0
|
|
121
121
|
},
|
|
122
|
-
"@
|
|
122
|
+
"@functionDelegateCall_21237": {
|
|
123
123
|
"entryPoint": 171,
|
|
124
|
-
"id":
|
|
124
|
+
"id": 21237,
|
|
125
125
|
"parameterSlots": 2,
|
|
126
126
|
"returnSlots": 1
|
|
127
127
|
},
|
|
128
|
-
"@
|
|
128
|
+
"@functionDelegateCall_21266": {
|
|
129
129
|
"entryPoint": 425,
|
|
130
|
-
"id":
|
|
130
|
+
"id": 21266,
|
|
131
131
|
"parameterSlots": 3,
|
|
132
132
|
"returnSlots": 1
|
|
133
133
|
},
|
|
134
|
-
"@
|
|
134
|
+
"@getAddressSlot_21398": {
|
|
135
135
|
"entryPoint": 561,
|
|
136
|
-
"id":
|
|
136
|
+
"id": 21398,
|
|
137
137
|
"parameterSlots": 1,
|
|
138
138
|
"returnSlots": 1
|
|
139
139
|
},
|
|
140
|
-
"@
|
|
140
|
+
"@isContract_21038": {
|
|
141
141
|
"entryPoint": 546,
|
|
142
|
-
"id":
|
|
142
|
+
"id": 21038,
|
|
143
143
|
"parameterSlots": 1,
|
|
144
144
|
"returnSlots": 1
|
|
145
145
|
},
|
|
146
|
-
"@
|
|
146
|
+
"@verifyCallResultFromTarget_21305": {
|
|
147
147
|
"entryPoint": 564,
|
|
148
|
-
"id":
|
|
148
|
+
"id": 21305,
|
|
149
149
|
"parameterSlots": 4,
|
|
150
150
|
"returnSlots": 1
|
|
151
151
|
},
|
|
@@ -2517,81 +2517,81 @@
|
|
|
2517
2517
|
},
|
|
2518
2518
|
"deployedBytecode": {
|
|
2519
2519
|
"functionDebugData": {
|
|
2520
|
-
"@
|
|
2520
|
+
"@_19091": {
|
|
2521
2521
|
"entryPoint": null,
|
|
2522
|
-
"id":
|
|
2522
|
+
"id": 19091,
|
|
2523
2523
|
"parameterSlots": 0,
|
|
2524
2524
|
"returnSlots": 0
|
|
2525
2525
|
},
|
|
2526
|
-
"@
|
|
2526
|
+
"@_19099": {
|
|
2527
2527
|
"entryPoint": null,
|
|
2528
|
-
"id":
|
|
2528
|
+
"id": 19099,
|
|
2529
2529
|
"parameterSlots": 0,
|
|
2530
2530
|
"returnSlots": 0
|
|
2531
2531
|
},
|
|
2532
|
-
"@
|
|
2532
|
+
"@_beforeFallback_19104": {
|
|
2533
2533
|
"entryPoint": null,
|
|
2534
|
-
"id":
|
|
2534
|
+
"id": 19104,
|
|
2535
2535
|
"parameterSlots": 0,
|
|
2536
2536
|
"returnSlots": 0
|
|
2537
2537
|
},
|
|
2538
|
-
"@
|
|
2538
|
+
"@_delegate_19064": {
|
|
2539
2539
|
"entryPoint": 185,
|
|
2540
|
-
"id":
|
|
2540
|
+
"id": 19064,
|
|
2541
2541
|
"parameterSlots": 1,
|
|
2542
2542
|
"returnSlots": 0
|
|
2543
2543
|
},
|
|
2544
|
-
"@
|
|
2544
|
+
"@_fallback_19083": {
|
|
2545
2545
|
"entryPoint": 23,
|
|
2546
|
-
"id":
|
|
2546
|
+
"id": 19083,
|
|
2547
2547
|
"parameterSlots": 0,
|
|
2548
2548
|
"returnSlots": 0
|
|
2549
2549
|
},
|
|
2550
|
-
"@
|
|
2550
|
+
"@_getImplementation_18767": {
|
|
2551
2551
|
"entryPoint": null,
|
|
2552
|
-
"id":
|
|
2552
|
+
"id": 18767,
|
|
2553
2553
|
"parameterSlots": 0,
|
|
2554
2554
|
"returnSlots": 1
|
|
2555
2555
|
},
|
|
2556
|
-
"@
|
|
2556
|
+
"@_implementation_18734": {
|
|
2557
2557
|
"entryPoint": 116,
|
|
2558
|
-
"id":
|
|
2558
|
+
"id": 18734,
|
|
2559
2559
|
"parameterSlots": 0,
|
|
2560
2560
|
"returnSlots": 1
|
|
2561
2561
|
},
|
|
2562
|
-
"@
|
|
2562
|
+
"@_revert_21349": {
|
|
2563
2563
|
"entryPoint": 501,
|
|
2564
|
-
"id":
|
|
2564
|
+
"id": 21349,
|
|
2565
2565
|
"parameterSlots": 2,
|
|
2566
2566
|
"returnSlots": 0
|
|
2567
2567
|
},
|
|
2568
|
-
"@
|
|
2568
|
+
"@functionDelegateCall_21237": {
|
|
2569
2569
|
"entryPoint": 41,
|
|
2570
|
-
"id":
|
|
2570
|
+
"id": 21237,
|
|
2571
2571
|
"parameterSlots": 2,
|
|
2572
2572
|
"returnSlots": 1
|
|
2573
2573
|
},
|
|
2574
|
-
"@
|
|
2574
|
+
"@functionDelegateCall_21266": {
|
|
2575
2575
|
"entryPoint": 221,
|
|
2576
|
-
"id":
|
|
2576
|
+
"id": 21266,
|
|
2577
2577
|
"parameterSlots": 3,
|
|
2578
2578
|
"returnSlots": 1
|
|
2579
2579
|
},
|
|
2580
|
-
"@
|
|
2580
|
+
"@getAddressSlot_21398": {
|
|
2581
2581
|
"entryPoint": 113,
|
|
2582
|
-
"id":
|
|
2582
|
+
"id": 21398,
|
|
2583
2583
|
"parameterSlots": 1,
|
|
2584
2584
|
"returnSlots": 1
|
|
2585
2585
|
},
|
|
2586
|
-
"@
|
|
2586
|
+
"@isContract_21038": {
|
|
2587
2587
|
"entryPoint": 85,
|
|
2588
|
-
"id":
|
|
2588
|
+
"id": 21038,
|
|
2589
2589
|
"parameterSlots": 1,
|
|
2590
2590
|
"returnSlots": 1
|
|
2591
2591
|
},
|
|
2592
|
-
"@
|
|
2592
|
+
"@verifyCallResultFromTarget_21305": {
|
|
2593
2593
|
"entryPoint": 354,
|
|
2594
|
-
"id":
|
|
2594
|
+
"id": 21305,
|
|
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
|
+
"@_17685": {
|
|
194
194
|
"entryPoint": null,
|
|
195
|
-
"id":
|
|
195
|
+
"id": 17685,
|
|
196
196
|
"parameterSlots": 0,
|
|
197
197
|
"returnSlots": 0
|
|
198
198
|
},
|
|
199
|
-
"@
|
|
199
|
+
"@_msgSender_21362": {
|
|
200
200
|
"entryPoint": null,
|
|
201
|
-
"id":
|
|
201
|
+
"id": 21362,
|
|
202
202
|
"parameterSlots": 0,
|
|
203
203
|
"returnSlots": 1
|
|
204
204
|
},
|
|
205
|
-
"@
|
|
205
|
+
"@_transferOwnership_17773": {
|
|
206
206
|
"entryPoint": 31,
|
|
207
|
-
"id":
|
|
207
|
+
"id": 17773,
|
|
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_17716": {
|
|
220
220
|
"entryPoint": 1134,
|
|
221
|
-
"id":
|
|
221
|
+
"id": 17716,
|
|
222
222
|
"parameterSlots": 0,
|
|
223
223
|
"returnSlots": 0
|
|
224
224
|
},
|
|
225
|
-
"@
|
|
225
|
+
"@_msgSender_21362": {
|
|
226
226
|
"entryPoint": null,
|
|
227
|
-
"id":
|
|
227
|
+
"id": 21362,
|
|
228
228
|
"parameterSlots": 0,
|
|
229
229
|
"returnSlots": 1
|
|
230
230
|
},
|
|
231
|
-
"@
|
|
231
|
+
"@_transferOwnership_17773": {
|
|
232
232
|
"entryPoint": 1224,
|
|
233
|
-
"id":
|
|
233
|
+
"id": 17773,
|
|
234
234
|
"parameterSlots": 1,
|
|
235
235
|
"returnSlots": 0
|
|
236
236
|
},
|
|
237
|
-
"@
|
|
237
|
+
"@changeProxyAdmin_19208": {
|
|
238
238
|
"entryPoint": 578,
|
|
239
|
-
"id":
|
|
239
|
+
"id": 19208,
|
|
240
240
|
"parameterSlots": 2,
|
|
241
241
|
"returnSlots": 0
|
|
242
242
|
},
|
|
243
|
-
"@
|
|
243
|
+
"@getProxyAdmin_19190": {
|
|
244
244
|
"entryPoint": 1071,
|
|
245
|
-
"id":
|
|
245
|
+
"id": 19190,
|
|
246
246
|
"parameterSlots": 1,
|
|
247
247
|
"returnSlots": 1
|
|
248
248
|
},
|
|
249
|
-
"@
|
|
249
|
+
"@getProxyImplementation_19156": {
|
|
250
250
|
"entryPoint": 388,
|
|
251
|
-
"id":
|
|
251
|
+
"id": 19156,
|
|
252
252
|
"parameterSlots": 1,
|
|
253
253
|
"returnSlots": 1
|
|
254
254
|
},
|
|
255
|
-
"@
|
|
255
|
+
"@owner_17702": {
|
|
256
256
|
"entryPoint": null,
|
|
257
|
-
"id":
|
|
257
|
+
"id": 17702,
|
|
258
258
|
"parameterSlots": 0,
|
|
259
259
|
"returnSlots": 1
|
|
260
260
|
},
|
|
261
|
-
"@
|
|
261
|
+
"@renounceOwnership_17730": {
|
|
262
262
|
"entryPoint": 558,
|
|
263
|
-
"id":
|
|
263
|
+
"id": 17730,
|
|
264
264
|
"parameterSlots": 0,
|
|
265
265
|
"returnSlots": 0
|
|
266
266
|
},
|
|
267
|
-
"@
|
|
267
|
+
"@transferOwnership_17753": {
|
|
268
268
|
"entryPoint": 922,
|
|
269
|
-
"id":
|
|
269
|
+
"id": 17753,
|
|
270
270
|
"parameterSlots": 1,
|
|
271
271
|
"returnSlots": 0
|
|
272
272
|
},
|
|
273
|
-
"@
|
|
273
|
+
"@upgradeAndCall_19250": {
|
|
274
274
|
"entryPoint": 707,
|
|
275
|
-
"id":
|
|
275
|
+
"id": 19250,
|
|
276
276
|
"parameterSlots": 3,
|
|
277
277
|
"returnSlots": 0
|
|
278
278
|
},
|
|
279
|
-
"@
|
|
279
|
+
"@upgrade_19226": {
|
|
280
280
|
"entryPoint": 843,
|
|
281
|
-
"id":
|
|
281
|
+
"id": 19226,
|
|
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_$19399": {
|
|
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_$19399t_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_$19399t_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_$19399",
|
|
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_$19399t_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_$19399t_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_$19399(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_$19399t_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_$19399t_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": 139,
|
|
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": 17669,
|
|
3789
3789
|
"contract": "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol:ProxyAdmin",
|
|
3790
3790
|
"label": "_owner",
|
|
3791
3791
|
"offset": 0,
|