@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.
Files changed (235) hide show
  1. package/artifacts/.chainId +1 -1
  2. package/artifacts/BLS.json +223 -0
  3. package/artifacts/Bank.json +50 -40
  4. package/artifacts/BeaconAuthorization.json +273 -0
  5. package/artifacts/BeaconDkg.json +241 -0
  6. package/artifacts/BeaconDkgValidator.json +501 -0
  7. package/artifacts/BeaconInactivity.json +151 -0
  8. package/artifacts/BeaconSortitionPool.json +1187 -0
  9. package/artifacts/Bridge.json +449 -32
  10. package/artifacts/BridgeGovernance.json +22 -22
  11. package/artifacts/BridgeGovernanceParameters.json +10 -10
  12. package/artifacts/Deposit.json +12 -12
  13. package/artifacts/DepositSweep.json +12 -12
  14. package/artifacts/DonationVault.json +17 -17
  15. package/artifacts/EcdsaDkgValidator.json +517 -0
  16. package/artifacts/EcdsaInactivity.json +156 -0
  17. package/artifacts/EcdsaSortitionPool.json +1187 -0
  18. package/artifacts/Fraud.json +12 -12
  19. package/artifacts/LightRelay.json +38 -38
  20. package/artifacts/LightRelayMaintainerProxy.json +31 -31
  21. package/artifacts/MaintainerProxy.json +44 -44
  22. package/artifacts/MovingFunds.json +12 -12
  23. package/artifacts/NuCypherToken.json +711 -0
  24. package/artifacts/RandomBeacon.json +3271 -0
  25. package/artifacts/RandomBeaconChaosnet.json +252 -0
  26. package/artifacts/RandomBeaconGovernance.json +3499 -0
  27. package/artifacts/Redemption.json +12 -12
  28. package/artifacts/RedemptionWatchtower.json +39 -39
  29. package/artifacts/ReimbursementPool.json +509 -0
  30. package/artifacts/T.json +1148 -0
  31. package/artifacts/TBTC.json +37 -36
  32. package/artifacts/TBTCToken.json +738 -0
  33. package/artifacts/TBTCVault.json +47 -47
  34. package/artifacts/Timelock.json +148 -148
  35. package/artifacts/TokenStaking.json +2117 -0
  36. package/artifacts/TokenholderGovernor.json +1795 -0
  37. package/artifacts/TokenholderTimelock.json +1058 -0
  38. package/artifacts/VendingMachine.json +35 -34
  39. package/artifacts/VendingMachineNuCypher.json +400 -0
  40. package/artifacts/VendingMachineV2.json +21 -21
  41. package/artifacts/VendingMachineV3.json +21 -21
  42. package/artifacts/WalletProposalValidator.json +12 -12
  43. package/artifacts/WalletRegistry.json +1962 -0
  44. package/artifacts/WalletRegistryGovernance.json +2863 -0
  45. package/artifacts/Wallets.json +12 -12
  46. package/artifacts/solcInputs/{be146ce112252bdda3a03de3614fbbf1.json → 2cb3f9e60e45f0ca528d3d5260ff3139.json} +31 -7
  47. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  48. package/build/contracts/Timelock.sol/Timelock.dbg.json +1 -1
  49. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  50. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  51. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  52. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  53. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  54. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  55. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  56. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  57. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  58. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  59. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  60. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  61. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  62. package/build/contracts/bridge/Redemption.sol/IRedemptionWatchtower.dbg.json +1 -1
  63. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  64. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  65. package/build/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.dbg.json +1 -1
  66. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  67. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  68. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  69. package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
  70. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  71. package/build/contracts/integrator/AbstractTBTCDepositor.sol/AbstractTBTCDepositor.dbg.json +1 -1
  72. package/build/contracts/integrator/IBridge.sol/IBridge.dbg.json +1 -1
  73. package/build/contracts/integrator/IBridge.sol/IBridgeTypes.dbg.json +1 -1
  74. package/build/contracts/integrator/ITBTCVault.sol/ITBTCVault.dbg.json +1 -1
  75. package/build/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.dbg.json +1 -1
  76. package/build/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +41 -2
  77. package/build/contracts/l2/L2BitcoinDepositor.sol/IL2WormholeGateway.dbg.json +1 -1
  78. package/build/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.dbg.json +1 -1
  79. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  80. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  81. package/build/contracts/l2/Wormhole.sol/IWormhole.dbg.json +1 -1
  82. package/build/contracts/l2/Wormhole.sol/IWormholeReceiver.dbg.json +1 -1
  83. package/build/contracts/l2/Wormhole.sol/IWormholeRelayer.dbg.json +1 -1
  84. package/build/contracts/l2/Wormhole.sol/IWormholeTokenBridge.dbg.json +1 -1
  85. package/build/contracts/l2/Wormhole.sol/WormholeTypes.dbg.json +1 -1
  86. package/build/contracts/l2/Wormhole.sol/WormholeUtils.dbg.json +1 -1
  87. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  88. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  89. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  90. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  91. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  92. package/build/contracts/test/BankStub.sol/BankStub.dbg.json +1 -1
  93. package/build/contracts/test/BridgeStub.sol/BridgeStub.dbg.json +1 -1
  94. package/build/contracts/test/HeartbeatStub.sol/HeartbeatStub.dbg.json +1 -1
  95. package/build/contracts/test/LightRelayStub.sol/LightRelayStub.dbg.json +1 -1
  96. package/build/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.dbg.json +1 -1
  97. package/build/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.dbg.json +1 -1
  98. package/build/contracts/test/SystemTestRelay.sol/SystemTestRelay.dbg.json +1 -1
  99. package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.dbg.json +1 -1
  100. package/build/contracts/test/TestERC20.sol/TestERC20.dbg.json +1 -1
  101. package/build/contracts/test/TestERC721.sol/TestERC721.dbg.json +1 -1
  102. package/build/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.dbg.json +1 -1
  103. package/build/contracts/test/TestTBTCDepositor.sol/MockBridge.dbg.json +1 -1
  104. package/build/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.dbg.json +1 -1
  105. package/build/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.dbg.json +1 -1
  106. package/build/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.dbg.json +1 -1
  107. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  108. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  109. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  110. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  111. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  112. package/contracts/l2/L1BitcoinDepositor.sol +31 -0
  113. package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +24 -24
  114. package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +4999 -4814
  115. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +2 -2
  116. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +23 -23
  117. package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +53 -53
  118. package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +21 -21
  119. package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +16 -16
  120. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +206 -206
  121. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
  122. package/export/artifacts/@openzeppelin/contracts/governance/TimelockController.sol/TimelockController.json +107 -107
  123. package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +46 -46
  124. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +36 -36
  125. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +78 -78
  126. package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +68 -68
  127. package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +43 -43
  128. package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +79 -79
  129. package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +42 -42
  130. package/export/artifacts/contracts/Timelock.sol/Timelock.json +109 -109
  131. package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
  132. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +338 -338
  133. package/export/artifacts/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +128 -128
  134. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +108 -108
  135. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +63 -63
  136. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +65 -65
  137. package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +67 -67
  138. package/export/artifacts/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +4431 -4171
  139. package/export/artifacts/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.json +62 -62
  140. package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +194 -194
  141. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +102 -102
  142. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +149 -149
  143. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +76 -76
  144. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +62 -62
  145. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +79 -79
  146. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +376 -376
  147. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
  148. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +78 -78
  149. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
  150. package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +78 -78
  151. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
  152. package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +132 -132
  153. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +85 -85
  154. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +78 -78
  155. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
  156. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockBridge.json +34 -34
  157. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.json +20 -20
  158. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.json +52 -52
  159. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
  160. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +104 -104
  161. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
  162. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +184 -184
  163. package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
  164. package/export/typechain/factories/IStaking__factory.js +24 -103
  165. package/export/typechain/factories/L1BitcoinDepositor__factory.js +40 -1
  166. package/export/typechain/factories/WalletRegistry__factory.js +1 -1
  167. package/package.json +2 -2
  168. package/artifacts/solcInputs/7c1f8f1dbded4c787d87a982d1fc8349.json +0 -410
  169. package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +0 -102
  170. package/artifacts/solcInputs/802132f7da69a8a4226cb9424480847b.json +0 -218
  171. package/artifacts/solcInputs/887fad6b16575ba42183543c324eeb0e.json +0 -335
  172. package/artifacts/solcInputs/98e272e2fbf178ec895387b6c503f9de.json +0 -68
  173. package/artifacts/solcInputs/b0025f1f7efe4824592ac0c9793776c3.json +0 -392
  174. package/artifacts/solcInputs/b7c5f3550cc22e16e6b6ea9582ccbee3.json +0 -341
  175. package/artifacts/solcInputs/d71d4b4434e6669852eaf643ebd2a7bc.json +0 -209
  176. package/artifacts/solcInputs/fccb130292c8c7cc958ab4fa31a3e180.json +0 -187
  177. package/export/deploy/00_resolve_relay.js +0 -83
  178. package/export/deploy/01_deploy_tbtc_v2_token.js +0 -70
  179. package/export/deploy/02_deploy_vending_machine.js +0 -84
  180. package/export/deploy/03_transfer_vending_machine_roles.js +0 -69
  181. package/export/deploy/04_deploy_bank.js +0 -73
  182. package/export/deploy/05_deploy_bridge.js +0 -178
  183. package/export/deploy/06_deploy_tbtc_vault.js +0 -80
  184. package/export/deploy/07_deploy_bridge_governance.js +0 -87
  185. package/export/deploy/08_deploy_maintainer_proxy.js +0 -80
  186. package/export/deploy/09_bank_update_bridge.js +0 -63
  187. package/export/deploy/10_authorize_spv_maintainer_in_bridge.js +0 -61
  188. package/export/deploy/11_transfer_bank_ownership.js +0 -60
  189. package/export/deploy/12_transfer_bridge_governance.js +0 -63
  190. package/export/deploy/13_transfer_bridge_governance_ownership.js +0 -60
  191. package/export/deploy/14_transfer_tbtc_vault_ownership.js +0 -60
  192. package/export/deploy/15_transfer_maintainer_proxy_ownership.js +0 -60
  193. package/export/deploy/16_initialize_wallet_owner.js +0 -63
  194. package/export/deploy/16_transfer_proxy_admin_ownership.js +0 -73
  195. package/export/deploy/17_authorize_maintainer_proxy_in_bridge.js +0 -63
  196. package/export/deploy/17_transfer_proxy_admin_ownership.js +0 -73
  197. package/export/deploy/18_authorize_maintainer_proxy_in_bridge.js +0 -63
  198. package/export/deploy/18_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
  199. package/export/deploy/19_authorize_bridge_in_reimbursement_pool.js +0 -63
  200. package/export/deploy/19_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
  201. package/export/deploy/20_authorize_bridge_in_reimbursement_pool.js +0 -63
  202. package/export/deploy/20_deploy_proxy_admin_with_deputy.js +0 -80
  203. package/export/deploy/21_transfer_reimbursement_pool_ownership.js +0 -60
  204. package/export/deploy/22_deploy_proxy_admin_with_deputy.js +0 -80
  205. package/export/deploy/24_transfer_maintainer_proxy_ownership.js +0 -60
  206. package/export/deploy/25_transfer_proxy_admin_ownership.js +0 -73
  207. package/export/deploy/26_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -70
  208. package/export/deploy/27_authorize_bridge_in_reimbursement_pool.js +0 -70
  209. package/export/deploy/28_deploy_proxy_admin_with_deputy.js +0 -80
  210. package/export/deploy/34_deploy_wallet_coordinator.js +0 -115
  211. package/export/deploy/35_add_coordinator_address.js +0 -60
  212. package/export/deploy/35_transfer_wallet_coordinator_ownership.js +0 -60
  213. package/export/deploy/36_deploy_light_relay_maintainer_proxy.js +0 -86
  214. package/export/deploy/36_transfer_wallet_coordinator_ownership.js +0 -60
  215. package/export/deploy/37_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
  216. package/export/deploy/37_deploy_light_relay_maintainer_proxy.js +0 -86
  217. package/export/deploy/37_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
  218. package/export/deploy/38_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
  219. package/export/deploy/38_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
  220. package/export/deploy/38_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
  221. package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -63
  222. package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
  223. package/export/deploy/39_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
  224. package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
  225. package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
  226. package/export/deploy/41_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
  227. package/export/typechain/GoerliLightRelay.js +0 -2
  228. package/export/typechain/RelayStub.js +0 -2
  229. package/export/typechain/TestRelay.js +0 -2
  230. package/export/typechain/WalletCoordinator.js +0 -2
  231. package/export/typechain/factories/GoerliLightRelay__factory.js +0 -535
  232. package/export/typechain/factories/RelayStub__factory.js +0 -546
  233. package/export/typechain/factories/TestRelay__factory.js +0 -168
  234. package/export/typechain/factories/WalletCoordinator__factory.js +0 -1121
  235. package/export.json +0 -16130
@@ -179,87 +179,87 @@
179
179
  "evm": {
180
180
  "bytecode": {
181
181
  "functionDebugData": {
182
- "@_18713": {
182
+ "@_18722": {
183
183
  "entryPoint": null,
184
- "id": 18713,
184
+ "id": 18722,
185
185
  "parameterSlots": 2,
186
186
  "returnSlots": 0
187
187
  },
188
- "@_19267": {
188
+ "@_19276": {
189
189
  "entryPoint": null,
190
- "id": 19267,
190
+ "id": 19276,
191
191
  "parameterSlots": 3,
192
192
  "returnSlots": 0
193
193
  },
194
- "@_changeAdmin_18947": {
194
+ "@_changeAdmin_18956": {
195
195
  "entryPoint": 138,
196
- "id": 18947,
196
+ "id": 18956,
197
197
  "parameterSlots": 1,
198
198
  "returnSlots": 0
199
199
  },
200
- "@_getAdmin_18904": {
200
+ "@_getAdmin_18913": {
201
201
  "entryPoint": 342,
202
- "id": 18904,
202
+ "id": 18913,
203
203
  "parameterSlots": 0,
204
204
  "returnSlots": 1
205
205
  },
206
- "@_revert_21340": {
206
+ "@_revert_21349": {
207
207
  "entryPoint": 1041,
208
- "id": 21340,
208
+ "id": 21349,
209
209
  "parameterSlots": 2,
210
210
  "returnSlots": 0
211
211
  },
212
- "@_setAdmin_18930": {
212
+ "@_setAdmin_18939": {
213
213
  "entryPoint": 399,
214
- "id": 18930,
214
+ "id": 18939,
215
215
  "parameterSlots": 1,
216
216
  "returnSlots": 0
217
217
  },
218
- "@_setImplementation_18782": {
218
+ "@_setImplementation_18791": {
219
219
  "entryPoint": 580,
220
- "id": 18782,
220
+ "id": 18791,
221
221
  "parameterSlots": 1,
222
222
  "returnSlots": 0
223
223
  },
224
- "@_upgradeToAndCall_18827": {
224
+ "@_upgradeToAndCall_18836": {
225
225
  "entryPoint": 77,
226
- "id": 18827,
226
+ "id": 18836,
227
227
  "parameterSlots": 3,
228
228
  "returnSlots": 0
229
229
  },
230
- "@_upgradeTo_18797": {
230
+ "@_upgradeTo_18806": {
231
231
  "entryPoint": 229,
232
- "id": 18797,
232
+ "id": 18806,
233
233
  "parameterSlots": 1,
234
234
  "returnSlots": 0
235
235
  },
236
- "@functionDelegateCall_21228": {
236
+ "@functionDelegateCall_21237": {
237
237
  "entryPoint": 295,
238
- "id": 21228,
238
+ "id": 21237,
239
239
  "parameterSlots": 2,
240
240
  "returnSlots": 1
241
241
  },
242
- "@functionDelegateCall_21257": {
242
+ "@functionDelegateCall_21266": {
243
243
  "entryPoint": 760,
244
- "id": 21257,
244
+ "id": 21266,
245
245
  "parameterSlots": 3,
246
246
  "returnSlots": 1
247
247
  },
248
- "@getAddressSlot_21389": {
248
+ "@getAddressSlot_21398": {
249
249
  "entryPoint": 887,
250
- "id": 21389,
250
+ "id": 21398,
251
251
  "parameterSlots": 1,
252
252
  "returnSlots": 1
253
253
  },
254
- "@isContract_21029": {
254
+ "@isContract_21038": {
255
255
  "entryPoint": 890,
256
- "id": 21029,
256
+ "id": 21038,
257
257
  "parameterSlots": 1,
258
258
  "returnSlots": 1
259
259
  },
260
- "@verifyCallResultFromTarget_21296": {
260
+ "@verifyCallResultFromTarget_21305": {
261
261
  "entryPoint": 905,
262
- "id": 21296,
262
+ "id": 21305,
263
263
  "parameterSlots": 4,
264
264
  "returnSlots": 1
265
265
  },
@@ -3190,153 +3190,153 @@
3190
3190
  },
3191
3191
  "deployedBytecode": {
3192
3192
  "functionDebugData": {
3193
- "@_19082": {
3193
+ "@_19091": {
3194
3194
  "entryPoint": null,
3195
- "id": 19082,
3195
+ "id": 19091,
3196
3196
  "parameterSlots": 0,
3197
3197
  "returnSlots": 0
3198
3198
  },
3199
- "@_19090": {
3199
+ "@_19099": {
3200
3200
  "entryPoint": null,
3201
- "id": 19090,
3201
+ "id": 19099,
3202
3202
  "parameterSlots": 0,
3203
3203
  "returnSlots": 0
3204
3204
  },
3205
- "@_beforeFallback_19095": {
3205
+ "@_beforeFallback_19104": {
3206
3206
  "entryPoint": null,
3207
- "id": 19095,
3207
+ "id": 19104,
3208
3208
  "parameterSlots": 0,
3209
3209
  "returnSlots": 0
3210
3210
  },
3211
- "@_beforeFallback_19389": {
3211
+ "@_beforeFallback_19398": {
3212
3212
  "entryPoint": 633,
3213
- "id": 19389,
3213
+ "id": 19398,
3214
3214
  "parameterSlots": 0,
3215
3215
  "returnSlots": 0
3216
3216
  },
3217
- "@_changeAdmin_18947": {
3217
+ "@_changeAdmin_18956": {
3218
3218
  "entryPoint": 949,
3219
- "id": 18947,
3219
+ "id": 18956,
3220
3220
  "parameterSlots": 1,
3221
3221
  "returnSlots": 0
3222
3222
  },
3223
- "@_delegate_19055": {
3223
+ "@_delegate_19064": {
3224
3224
  "entryPoint": 819,
3225
- "id": 19055,
3225
+ "id": 19064,
3226
3226
  "parameterSlots": 1,
3227
3227
  "returnSlots": 0
3228
3228
  },
3229
- "@_fallback_19074": {
3229
+ "@_fallback_19083": {
3230
3230
  "entryPoint": 270,
3231
- "id": 19074,
3231
+ "id": 19083,
3232
3232
  "parameterSlots": 0,
3233
3233
  "returnSlots": 0
3234
3234
  },
3235
- "@_getAdmin_18904": {
3235
+ "@_getAdmin_18913": {
3236
3236
  "entryPoint": 855,
3237
- "id": 18904,
3237
+ "id": 18913,
3238
3238
  "parameterSlots": 0,
3239
3239
  "returnSlots": 1
3240
3240
  },
3241
- "@_getImplementation_18758": {
3241
+ "@_getImplementation_18767": {
3242
3242
  "entryPoint": 1153,
3243
- "id": 18758,
3243
+ "id": 18767,
3244
3244
  "parameterSlots": 0,
3245
3245
  "returnSlots": 1
3246
3246
  },
3247
- "@_implementation_18725": {
3247
+ "@_implementation_18734": {
3248
3248
  "entryPoint": 809,
3249
- "id": 18725,
3249
+ "id": 18734,
3250
3250
  "parameterSlots": 0,
3251
3251
  "returnSlots": 1
3252
3252
  },
3253
- "@_revert_21340": {
3253
+ "@_revert_21349": {
3254
3254
  "entryPoint": 1766,
3255
- "id": 21340,
3255
+ "id": 21349,
3256
3256
  "parameterSlots": 2,
3257
3257
  "returnSlots": 0
3258
3258
  },
3259
- "@_setAdmin_18930": {
3259
+ "@_setAdmin_18939": {
3260
3260
  "entryPoint": 1257,
3261
- "id": 18930,
3261
+ "id": 18939,
3262
3262
  "parameterSlots": 1,
3263
3263
  "returnSlots": 0
3264
3264
  },
3265
- "@_setImplementation_18782": {
3265
+ "@_setImplementation_18791": {
3266
3266
  "entryPoint": 1602,
3267
- "id": 18782,
3267
+ "id": 18791,
3268
3268
  "parameterSlots": 1,
3269
3269
  "returnSlots": 0
3270
3270
  },
3271
- "@_upgradeToAndCall_18827": {
3271
+ "@_upgradeToAndCall_18836": {
3272
3272
  "entryPoint": 906,
3273
- "id": 18827,
3273
+ "id": 18836,
3274
3274
  "parameterSlots": 3,
3275
3275
  "returnSlots": 0
3276
3276
  },
3277
- "@_upgradeTo_18797": {
3277
+ "@_upgradeTo_18806": {
3278
3278
  "entryPoint": 1193,
3279
- "id": 18797,
3279
+ "id": 18806,
3280
3280
  "parameterSlots": 1,
3281
3281
  "returnSlots": 0
3282
3282
  },
3283
- "@admin_19297": {
3283
+ "@admin_19306": {
3284
3284
  "entryPoint": 541,
3285
- "id": 19297,
3285
+ "id": 19306,
3286
3286
  "parameterSlots": 0,
3287
3287
  "returnSlots": 1
3288
3288
  },
3289
- "@changeAdmin_19324": {
3289
+ "@changeAdmin_19333": {
3290
3290
  "entryPoint": 509,
3291
- "id": 19324,
3291
+ "id": 19333,
3292
3292
  "parameterSlots": 1,
3293
3293
  "returnSlots": 0
3294
3294
  },
3295
- "@functionDelegateCall_21228": {
3295
+ "@functionDelegateCall_21237": {
3296
3296
  "entryPoint": 574,
3297
- "id": 21228,
3297
+ "id": 21237,
3298
3298
  "parameterSlots": 2,
3299
3299
  "returnSlots": 1
3300
3300
  },
3301
- "@functionDelegateCall_21257": {
3301
+ "@functionDelegateCall_21266": {
3302
3302
  "entryPoint": 1033,
3303
- "id": 21257,
3303
+ "id": 21266,
3304
3304
  "parameterSlots": 3,
3305
3305
  "returnSlots": 1
3306
3306
  },
3307
- "@getAddressSlot_21389": {
3307
+ "@getAddressSlot_21398": {
3308
3308
  "entryPoint": null,
3309
- "id": 21389,
3309
+ "id": 21398,
3310
3310
  "parameterSlots": 1,
3311
3311
  "returnSlots": 1
3312
3312
  },
3313
- "@implementation_19311": {
3313
+ "@implementation_19320": {
3314
3314
  "entryPoint": 460,
3315
- "id": 19311,
3315
+ "id": 19320,
3316
3316
  "parameterSlots": 0,
3317
3317
  "returnSlots": 1
3318
3318
  },
3319
- "@isContract_21029": {
3319
+ "@isContract_21038": {
3320
3320
  "entryPoint": 618,
3321
- "id": 21029,
3321
+ "id": 21038,
3322
3322
  "parameterSlots": 1,
3323
3323
  "returnSlots": 1
3324
3324
  },
3325
- "@upgradeToAndCall_19359": {
3325
+ "@upgradeToAndCall_19368": {
3326
3326
  "entryPoint": 357,
3327
- "id": 19359,
3327
+ "id": 19368,
3328
3328
  "parameterSlots": 3,
3329
3329
  "returnSlots": 0
3330
3330
  },
3331
- "@upgradeTo_19342": {
3331
+ "@upgradeTo_19351": {
3332
3332
  "entryPoint": 296,
3333
- "id": 19342,
3333
+ "id": 19351,
3334
3334
  "parameterSlots": 1,
3335
3335
  "returnSlots": 0
3336
3336
  },
3337
- "@verifyCallResultFromTarget_21296": {
3337
+ "@verifyCallResultFromTarget_21305": {
3338
3338
  "entryPoint": 1473,
3339
- "id": 21296,
3339
+ "id": 21305,
3340
3340
  "parameterSlots": 4,
3341
3341
  "returnSlots": 1
3342
3342
  },
@@ -405,9 +405,9 @@
405
405
  "evm": {
406
406
  "bytecode": {
407
407
  "functionDebugData": {
408
- "@_19968": {
408
+ "@_19977": {
409
409
  "entryPoint": null,
410
- "id": 19968,
410
+ "id": 19977,
411
411
  "parameterSlots": 2,
412
412
  "returnSlots": 0
413
413
  },
@@ -3942,183 +3942,183 @@
3942
3942
  },
3943
3943
  "deployedBytecode": {
3944
3944
  "functionDebugData": {
3945
- "@_afterTokenTransfer_20849": {
3945
+ "@_afterTokenTransfer_20858": {
3946
3946
  "entryPoint": null,
3947
- "id": 20849,
3947
+ "id": 20858,
3948
3948
  "parameterSlots": 4,
3949
3949
  "returnSlots": 0
3950
3950
  },
3951
- "@_approve_20682": {
3951
+ "@_approve_20691": {
3952
3952
  "entryPoint": 2026,
3953
- "id": 20682,
3953
+ "id": 20691,
3954
3954
  "parameterSlots": 2,
3955
3955
  "returnSlots": 0
3956
3956
  },
3957
- "@_baseURI_20119": {
3957
+ "@_baseURI_20128": {
3958
3958
  "entryPoint": null,
3959
- "id": 20119,
3959
+ "id": 20128,
3960
3960
  "parameterSlots": 0,
3961
3961
  "returnSlots": 1
3962
3962
  },
3963
- "@_beforeTokenTransfer_20836": {
3963
+ "@_beforeTokenTransfer_20845": {
3964
3964
  "entryPoint": 3310,
3965
- "id": 20836,
3965
+ "id": 20845,
3966
3966
  "parameterSlots": 4,
3967
3967
  "returnSlots": 0
3968
3968
  },
3969
- "@_checkOnERC721Received_20790": {
3969
+ "@_checkOnERC721Received_20799": {
3970
3970
  "entryPoint": 3446,
3971
- "id": 20790,
3971
+ "id": 20799,
3972
3972
  "parameterSlots": 4,
3973
3973
  "returnSlots": 1
3974
3974
  },
3975
- "@_exists_20351": {
3975
+ "@_exists_20360": {
3976
3976
  "entryPoint": null,
3977
- "id": 20351,
3977
+ "id": 20360,
3978
3978
  "parameterSlots": 1,
3979
3979
  "returnSlots": 1
3980
3980
  },
3981
- "@_isApprovedOrOwner_20385": {
3981
+ "@_isApprovedOrOwner_20394": {
3982
3982
  "entryPoint": 2149,
3983
- "id": 20385,
3983
+ "id": 20394,
3984
3984
  "parameterSlots": 2,
3985
3985
  "returnSlots": 1
3986
3986
  },
3987
- "@_msgSender_21353": {
3987
+ "@_msgSender_21362": {
3988
3988
  "entryPoint": null,
3989
- "id": 21353,
3989
+ "id": 21362,
3990
3990
  "parameterSlots": 0,
3991
3991
  "returnSlots": 1
3992
3992
  },
3993
- "@_ownerOf_20333": {
3993
+ "@_ownerOf_20342": {
3994
3994
  "entryPoint": null,
3995
- "id": 20333,
3995
+ "id": 20342,
3996
3996
  "parameterSlots": 1,
3997
3997
  "returnSlots": 1
3998
3998
  },
3999
- "@_requireMinted_20728": {
3999
+ "@_requireMinted_20737": {
4000
4000
  "entryPoint": 1923,
4001
- "id": 20728,
4001
+ "id": 20737,
4002
4002
  "parameterSlots": 1,
4003
4003
  "returnSlots": 0
4004
4004
  },
4005
- "@_safeTransfer_20320": {
4005
+ "@_safeTransfer_20329": {
4006
4006
  "entryPoint": 3013,
4007
- "id": 20320,
4007
+ "id": 20329,
4008
4008
  "parameterSlots": 4,
4009
4009
  "returnSlots": 0
4010
4010
  },
4011
- "@_setApprovalForAll_20714": {
4011
+ "@_setApprovalForAll_20723": {
4012
4012
  "entryPoint": 2807,
4013
- "id": 20714,
4013
+ "id": 20723,
4014
4014
  "parameterSlots": 3,
4015
4015
  "returnSlots": 0
4016
4016
  },
4017
- "@_transfer_20658": {
4017
+ "@_transfer_20667": {
4018
4018
  "entryPoint": 2276,
4019
- "id": 20658,
4019
+ "id": 20667,
4020
4020
  "parameterSlots": 3,
4021
4021
  "returnSlots": 0
4022
4022
  },
4023
- "@approve_20162": {
4023
+ "@approve_20171": {
4024
4024
  "entryPoint": 910,
4025
- "id": 20162,
4025
+ "id": 20171,
4026
4026
  "parameterSlots": 2,
4027
4027
  "returnSlots": 0
4028
4028
  },
4029
- "@balanceOf_20023": {
4029
+ "@balanceOf_20032": {
4030
4030
  "entryPoint": 1497,
4031
- "id": 20023,
4031
+ "id": 20032,
4032
4032
  "parameterSlots": 1,
4033
4033
  "returnSlots": 1
4034
4034
  },
4035
- "@getApproved_20180": {
4035
+ "@getApproved_20189": {
4036
4036
  "entryPoint": 871,
4037
- "id": 20180,
4037
+ "id": 20189,
4038
4038
  "parameterSlots": 1,
4039
4039
  "returnSlots": 1
4040
4040
  },
4041
- "@isApprovedForAll_20215": {
4041
+ "@isApprovedForAll_20224": {
4042
4042
  "entryPoint": null,
4043
- "id": 20215,
4043
+ "id": 20224,
4044
4044
  "parameterSlots": 2,
4045
4045
  "returnSlots": 1
4046
4046
  },
4047
- "@isContract_21029": {
4047
+ "@isContract_21038": {
4048
4048
  "entryPoint": null,
4049
- "id": 21029,
4049
+ "id": 21038,
4050
4050
  "parameterSlots": 1,
4051
4051
  "returnSlots": 1
4052
4052
  },
4053
- "@log10_22697": {
4053
+ "@log10_22706": {
4054
4054
  "entryPoint": 3789,
4055
- "id": 22697,
4055
+ "id": 22706,
4056
4056
  "parameterSlots": 1,
4057
4057
  "returnSlots": 1
4058
4058
  },
4059
- "@name_20061": {
4059
+ "@name_20070": {
4060
4060
  "entryPoint": 725,
4061
- "id": 20061,
4061
+ "id": 20070,
4062
4062
  "parameterSlots": 0,
4063
4063
  "returnSlots": 1
4064
4064
  },
4065
- "@ownerOf_20051": {
4065
+ "@ownerOf_20060": {
4066
4066
  "entryPoint": 1396,
4067
- "id": 20051,
4067
+ "id": 20060,
4068
4068
  "parameterSlots": 1,
4069
4069
  "returnSlots": 1
4070
4070
  },
4071
- "@safeTransferFrom_20261": {
4071
+ "@safeTransferFrom_20270": {
4072
4072
  "entryPoint": 1369,
4073
- "id": 20261,
4073
+ "id": 20270,
4074
4074
  "parameterSlots": 3,
4075
4075
  "returnSlots": 0
4076
4076
  },
4077
- "@safeTransferFrom_20291": {
4077
+ "@safeTransferFrom_20300": {
4078
4078
  "entryPoint": 1681,
4079
- "id": 20291,
4079
+ "id": 20300,
4080
4080
  "parameterSlots": 4,
4081
4081
  "returnSlots": 0
4082
4082
  },
4083
- "@setApprovalForAll_20197": {
4083
+ "@setApprovalForAll_20206": {
4084
4084
  "entryPoint": 1666,
4085
- "id": 20197,
4085
+ "id": 20206,
4086
4086
  "parameterSlots": 2,
4087
4087
  "returnSlots": 0
4088
4088
  },
4089
- "@supportsInterface_19999": {
4089
+ "@supportsInterface_20008": {
4090
4090
  "entryPoint": 568,
4091
- "id": 19999,
4091
+ "id": 20008,
4092
4092
  "parameterSlots": 1,
4093
4093
  "returnSlots": 1
4094
4094
  },
4095
- "@supportsInterface_21982": {
4095
+ "@supportsInterface_21991": {
4096
4096
  "entryPoint": null,
4097
- "id": 21982,
4097
+ "id": 21991,
4098
4098
  "parameterSlots": 1,
4099
4099
  "returnSlots": 1
4100
4100
  },
4101
- "@symbol_20071": {
4101
+ "@symbol_20080": {
4102
4102
  "entryPoint": 1651,
4103
- "id": 20071,
4103
+ "id": 20080,
4104
4104
  "parameterSlots": 0,
4105
4105
  "returnSlots": 1
4106
4106
  },
4107
- "@toString_21481": {
4107
+ "@toString_21490": {
4108
4108
  "entryPoint": 3150,
4109
- "id": 21481,
4109
+ "id": 21490,
4110
4110
  "parameterSlots": 1,
4111
4111
  "returnSlots": 1
4112
4112
  },
4113
- "@tokenURI_20110": {
4113
+ "@tokenURI_20119": {
4114
4114
  "entryPoint": 1807,
4115
- "id": 20110,
4115
+ "id": 20119,
4116
4116
  "parameterSlots": 1,
4117
4117
  "returnSlots": 1
4118
4118
  },
4119
- "@transferFrom_20242": {
4119
+ "@transferFrom_20251": {
4120
4120
  "entryPoint": 1250,
4121
- "id": 20242,
4121
+ "id": 20251,
4122
4122
  "parameterSlots": 3,
4123
4123
  "returnSlots": 0
4124
4124
  },
@@ -11513,7 +11513,7 @@
11513
11513
  "storageLayout": {
11514
11514
  "storage": [
11515
11515
  {
11516
- "astId": 19931,
11516
+ "astId": 19940,
11517
11517
  "contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
11518
11518
  "label": "_name",
11519
11519
  "offset": 0,
@@ -11521,7 +11521,7 @@
11521
11521
  "type": "t_string_storage"
11522
11522
  },
11523
11523
  {
11524
- "astId": 19933,
11524
+ "astId": 19942,
11525
11525
  "contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
11526
11526
  "label": "_symbol",
11527
11527
  "offset": 0,
@@ -11529,7 +11529,7 @@
11529
11529
  "type": "t_string_storage"
11530
11530
  },
11531
11531
  {
11532
- "astId": 19937,
11532
+ "astId": 19946,
11533
11533
  "contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
11534
11534
  "label": "_owners",
11535
11535
  "offset": 0,
@@ -11537,7 +11537,7 @@
11537
11537
  "type": "t_mapping(t_uint256,t_address)"
11538
11538
  },
11539
11539
  {
11540
- "astId": 19941,
11540
+ "astId": 19950,
11541
11541
  "contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
11542
11542
  "label": "_balances",
11543
11543
  "offset": 0,
@@ -11545,7 +11545,7 @@
11545
11545
  "type": "t_mapping(t_address,t_uint256)"
11546
11546
  },
11547
11547
  {
11548
- "astId": 19945,
11548
+ "astId": 19954,
11549
11549
  "contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
11550
11550
  "label": "_tokenApprovals",
11551
11551
  "offset": 0,
@@ -11553,7 +11553,7 @@
11553
11553
  "type": "t_mapping(t_uint256,t_address)"
11554
11554
  },
11555
11555
  {
11556
- "astId": 19951,
11556
+ "astId": 19960,
11557
11557
  "contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
11558
11558
  "label": "_operatorApprovals",
11559
11559
  "offset": 0,