@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
|
@@ -179,87 +179,87 @@
|
|
|
179
179
|
"evm": {
|
|
180
180
|
"bytecode": {
|
|
181
181
|
"functionDebugData": {
|
|
182
|
-
"@
|
|
182
|
+
"@_18722": {
|
|
183
183
|
"entryPoint": null,
|
|
184
|
-
"id":
|
|
184
|
+
"id": 18722,
|
|
185
185
|
"parameterSlots": 2,
|
|
186
186
|
"returnSlots": 0
|
|
187
187
|
},
|
|
188
|
-
"@
|
|
188
|
+
"@_19276": {
|
|
189
189
|
"entryPoint": null,
|
|
190
|
-
"id":
|
|
190
|
+
"id": 19276,
|
|
191
191
|
"parameterSlots": 3,
|
|
192
192
|
"returnSlots": 0
|
|
193
193
|
},
|
|
194
|
-
"@
|
|
194
|
+
"@_changeAdmin_18956": {
|
|
195
195
|
"entryPoint": 138,
|
|
196
|
-
"id":
|
|
196
|
+
"id": 18956,
|
|
197
197
|
"parameterSlots": 1,
|
|
198
198
|
"returnSlots": 0
|
|
199
199
|
},
|
|
200
|
-
"@
|
|
200
|
+
"@_getAdmin_18913": {
|
|
201
201
|
"entryPoint": 342,
|
|
202
|
-
"id":
|
|
202
|
+
"id": 18913,
|
|
203
203
|
"parameterSlots": 0,
|
|
204
204
|
"returnSlots": 1
|
|
205
205
|
},
|
|
206
|
-
"@
|
|
206
|
+
"@_revert_21349": {
|
|
207
207
|
"entryPoint": 1041,
|
|
208
|
-
"id":
|
|
208
|
+
"id": 21349,
|
|
209
209
|
"parameterSlots": 2,
|
|
210
210
|
"returnSlots": 0
|
|
211
211
|
},
|
|
212
|
-
"@
|
|
212
|
+
"@_setAdmin_18939": {
|
|
213
213
|
"entryPoint": 399,
|
|
214
|
-
"id":
|
|
214
|
+
"id": 18939,
|
|
215
215
|
"parameterSlots": 1,
|
|
216
216
|
"returnSlots": 0
|
|
217
217
|
},
|
|
218
|
-
"@
|
|
218
|
+
"@_setImplementation_18791": {
|
|
219
219
|
"entryPoint": 580,
|
|
220
|
-
"id":
|
|
220
|
+
"id": 18791,
|
|
221
221
|
"parameterSlots": 1,
|
|
222
222
|
"returnSlots": 0
|
|
223
223
|
},
|
|
224
|
-
"@
|
|
224
|
+
"@_upgradeToAndCall_18836": {
|
|
225
225
|
"entryPoint": 77,
|
|
226
|
-
"id":
|
|
226
|
+
"id": 18836,
|
|
227
227
|
"parameterSlots": 3,
|
|
228
228
|
"returnSlots": 0
|
|
229
229
|
},
|
|
230
|
-
"@
|
|
230
|
+
"@_upgradeTo_18806": {
|
|
231
231
|
"entryPoint": 229,
|
|
232
|
-
"id":
|
|
232
|
+
"id": 18806,
|
|
233
233
|
"parameterSlots": 1,
|
|
234
234
|
"returnSlots": 0
|
|
235
235
|
},
|
|
236
|
-
"@
|
|
236
|
+
"@functionDelegateCall_21237": {
|
|
237
237
|
"entryPoint": 295,
|
|
238
|
-
"id":
|
|
238
|
+
"id": 21237,
|
|
239
239
|
"parameterSlots": 2,
|
|
240
240
|
"returnSlots": 1
|
|
241
241
|
},
|
|
242
|
-
"@
|
|
242
|
+
"@functionDelegateCall_21266": {
|
|
243
243
|
"entryPoint": 760,
|
|
244
|
-
"id":
|
|
244
|
+
"id": 21266,
|
|
245
245
|
"parameterSlots": 3,
|
|
246
246
|
"returnSlots": 1
|
|
247
247
|
},
|
|
248
|
-
"@
|
|
248
|
+
"@getAddressSlot_21398": {
|
|
249
249
|
"entryPoint": 887,
|
|
250
|
-
"id":
|
|
250
|
+
"id": 21398,
|
|
251
251
|
"parameterSlots": 1,
|
|
252
252
|
"returnSlots": 1
|
|
253
253
|
},
|
|
254
|
-
"@
|
|
254
|
+
"@isContract_21038": {
|
|
255
255
|
"entryPoint": 890,
|
|
256
|
-
"id":
|
|
256
|
+
"id": 21038,
|
|
257
257
|
"parameterSlots": 1,
|
|
258
258
|
"returnSlots": 1
|
|
259
259
|
},
|
|
260
|
-
"@
|
|
260
|
+
"@verifyCallResultFromTarget_21305": {
|
|
261
261
|
"entryPoint": 905,
|
|
262
|
-
"id":
|
|
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
|
-
"@
|
|
3193
|
+
"@_19091": {
|
|
3194
3194
|
"entryPoint": null,
|
|
3195
|
-
"id":
|
|
3195
|
+
"id": 19091,
|
|
3196
3196
|
"parameterSlots": 0,
|
|
3197
3197
|
"returnSlots": 0
|
|
3198
3198
|
},
|
|
3199
|
-
"@
|
|
3199
|
+
"@_19099": {
|
|
3200
3200
|
"entryPoint": null,
|
|
3201
|
-
"id":
|
|
3201
|
+
"id": 19099,
|
|
3202
3202
|
"parameterSlots": 0,
|
|
3203
3203
|
"returnSlots": 0
|
|
3204
3204
|
},
|
|
3205
|
-
"@
|
|
3205
|
+
"@_beforeFallback_19104": {
|
|
3206
3206
|
"entryPoint": null,
|
|
3207
|
-
"id":
|
|
3207
|
+
"id": 19104,
|
|
3208
3208
|
"parameterSlots": 0,
|
|
3209
3209
|
"returnSlots": 0
|
|
3210
3210
|
},
|
|
3211
|
-
"@
|
|
3211
|
+
"@_beforeFallback_19398": {
|
|
3212
3212
|
"entryPoint": 633,
|
|
3213
|
-
"id":
|
|
3213
|
+
"id": 19398,
|
|
3214
3214
|
"parameterSlots": 0,
|
|
3215
3215
|
"returnSlots": 0
|
|
3216
3216
|
},
|
|
3217
|
-
"@
|
|
3217
|
+
"@_changeAdmin_18956": {
|
|
3218
3218
|
"entryPoint": 949,
|
|
3219
|
-
"id":
|
|
3219
|
+
"id": 18956,
|
|
3220
3220
|
"parameterSlots": 1,
|
|
3221
3221
|
"returnSlots": 0
|
|
3222
3222
|
},
|
|
3223
|
-
"@
|
|
3223
|
+
"@_delegate_19064": {
|
|
3224
3224
|
"entryPoint": 819,
|
|
3225
|
-
"id":
|
|
3225
|
+
"id": 19064,
|
|
3226
3226
|
"parameterSlots": 1,
|
|
3227
3227
|
"returnSlots": 0
|
|
3228
3228
|
},
|
|
3229
|
-
"@
|
|
3229
|
+
"@_fallback_19083": {
|
|
3230
3230
|
"entryPoint": 270,
|
|
3231
|
-
"id":
|
|
3231
|
+
"id": 19083,
|
|
3232
3232
|
"parameterSlots": 0,
|
|
3233
3233
|
"returnSlots": 0
|
|
3234
3234
|
},
|
|
3235
|
-
"@
|
|
3235
|
+
"@_getAdmin_18913": {
|
|
3236
3236
|
"entryPoint": 855,
|
|
3237
|
-
"id":
|
|
3237
|
+
"id": 18913,
|
|
3238
3238
|
"parameterSlots": 0,
|
|
3239
3239
|
"returnSlots": 1
|
|
3240
3240
|
},
|
|
3241
|
-
"@
|
|
3241
|
+
"@_getImplementation_18767": {
|
|
3242
3242
|
"entryPoint": 1153,
|
|
3243
|
-
"id":
|
|
3243
|
+
"id": 18767,
|
|
3244
3244
|
"parameterSlots": 0,
|
|
3245
3245
|
"returnSlots": 1
|
|
3246
3246
|
},
|
|
3247
|
-
"@
|
|
3247
|
+
"@_implementation_18734": {
|
|
3248
3248
|
"entryPoint": 809,
|
|
3249
|
-
"id":
|
|
3249
|
+
"id": 18734,
|
|
3250
3250
|
"parameterSlots": 0,
|
|
3251
3251
|
"returnSlots": 1
|
|
3252
3252
|
},
|
|
3253
|
-
"@
|
|
3253
|
+
"@_revert_21349": {
|
|
3254
3254
|
"entryPoint": 1766,
|
|
3255
|
-
"id":
|
|
3255
|
+
"id": 21349,
|
|
3256
3256
|
"parameterSlots": 2,
|
|
3257
3257
|
"returnSlots": 0
|
|
3258
3258
|
},
|
|
3259
|
-
"@
|
|
3259
|
+
"@_setAdmin_18939": {
|
|
3260
3260
|
"entryPoint": 1257,
|
|
3261
|
-
"id":
|
|
3261
|
+
"id": 18939,
|
|
3262
3262
|
"parameterSlots": 1,
|
|
3263
3263
|
"returnSlots": 0
|
|
3264
3264
|
},
|
|
3265
|
-
"@
|
|
3265
|
+
"@_setImplementation_18791": {
|
|
3266
3266
|
"entryPoint": 1602,
|
|
3267
|
-
"id":
|
|
3267
|
+
"id": 18791,
|
|
3268
3268
|
"parameterSlots": 1,
|
|
3269
3269
|
"returnSlots": 0
|
|
3270
3270
|
},
|
|
3271
|
-
"@
|
|
3271
|
+
"@_upgradeToAndCall_18836": {
|
|
3272
3272
|
"entryPoint": 906,
|
|
3273
|
-
"id":
|
|
3273
|
+
"id": 18836,
|
|
3274
3274
|
"parameterSlots": 3,
|
|
3275
3275
|
"returnSlots": 0
|
|
3276
3276
|
},
|
|
3277
|
-
"@
|
|
3277
|
+
"@_upgradeTo_18806": {
|
|
3278
3278
|
"entryPoint": 1193,
|
|
3279
|
-
"id":
|
|
3279
|
+
"id": 18806,
|
|
3280
3280
|
"parameterSlots": 1,
|
|
3281
3281
|
"returnSlots": 0
|
|
3282
3282
|
},
|
|
3283
|
-
"@
|
|
3283
|
+
"@admin_19306": {
|
|
3284
3284
|
"entryPoint": 541,
|
|
3285
|
-
"id":
|
|
3285
|
+
"id": 19306,
|
|
3286
3286
|
"parameterSlots": 0,
|
|
3287
3287
|
"returnSlots": 1
|
|
3288
3288
|
},
|
|
3289
|
-
"@
|
|
3289
|
+
"@changeAdmin_19333": {
|
|
3290
3290
|
"entryPoint": 509,
|
|
3291
|
-
"id":
|
|
3291
|
+
"id": 19333,
|
|
3292
3292
|
"parameterSlots": 1,
|
|
3293
3293
|
"returnSlots": 0
|
|
3294
3294
|
},
|
|
3295
|
-
"@
|
|
3295
|
+
"@functionDelegateCall_21237": {
|
|
3296
3296
|
"entryPoint": 574,
|
|
3297
|
-
"id":
|
|
3297
|
+
"id": 21237,
|
|
3298
3298
|
"parameterSlots": 2,
|
|
3299
3299
|
"returnSlots": 1
|
|
3300
3300
|
},
|
|
3301
|
-
"@
|
|
3301
|
+
"@functionDelegateCall_21266": {
|
|
3302
3302
|
"entryPoint": 1033,
|
|
3303
|
-
"id":
|
|
3303
|
+
"id": 21266,
|
|
3304
3304
|
"parameterSlots": 3,
|
|
3305
3305
|
"returnSlots": 1
|
|
3306
3306
|
},
|
|
3307
|
-
"@
|
|
3307
|
+
"@getAddressSlot_21398": {
|
|
3308
3308
|
"entryPoint": null,
|
|
3309
|
-
"id":
|
|
3309
|
+
"id": 21398,
|
|
3310
3310
|
"parameterSlots": 1,
|
|
3311
3311
|
"returnSlots": 1
|
|
3312
3312
|
},
|
|
3313
|
-
"@
|
|
3313
|
+
"@implementation_19320": {
|
|
3314
3314
|
"entryPoint": 460,
|
|
3315
|
-
"id":
|
|
3315
|
+
"id": 19320,
|
|
3316
3316
|
"parameterSlots": 0,
|
|
3317
3317
|
"returnSlots": 1
|
|
3318
3318
|
},
|
|
3319
|
-
"@
|
|
3319
|
+
"@isContract_21038": {
|
|
3320
3320
|
"entryPoint": 618,
|
|
3321
|
-
"id":
|
|
3321
|
+
"id": 21038,
|
|
3322
3322
|
"parameterSlots": 1,
|
|
3323
3323
|
"returnSlots": 1
|
|
3324
3324
|
},
|
|
3325
|
-
"@
|
|
3325
|
+
"@upgradeToAndCall_19368": {
|
|
3326
3326
|
"entryPoint": 357,
|
|
3327
|
-
"id":
|
|
3327
|
+
"id": 19368,
|
|
3328
3328
|
"parameterSlots": 3,
|
|
3329
3329
|
"returnSlots": 0
|
|
3330
3330
|
},
|
|
3331
|
-
"@
|
|
3331
|
+
"@upgradeTo_19351": {
|
|
3332
3332
|
"entryPoint": 296,
|
|
3333
|
-
"id":
|
|
3333
|
+
"id": 19351,
|
|
3334
3334
|
"parameterSlots": 1,
|
|
3335
3335
|
"returnSlots": 0
|
|
3336
3336
|
},
|
|
3337
|
-
"@
|
|
3337
|
+
"@verifyCallResultFromTarget_21305": {
|
|
3338
3338
|
"entryPoint": 1473,
|
|
3339
|
-
"id":
|
|
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
|
-
"@
|
|
408
|
+
"@_19977": {
|
|
409
409
|
"entryPoint": null,
|
|
410
|
-
"id":
|
|
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
|
-
"@
|
|
3945
|
+
"@_afterTokenTransfer_20858": {
|
|
3946
3946
|
"entryPoint": null,
|
|
3947
|
-
"id":
|
|
3947
|
+
"id": 20858,
|
|
3948
3948
|
"parameterSlots": 4,
|
|
3949
3949
|
"returnSlots": 0
|
|
3950
3950
|
},
|
|
3951
|
-
"@
|
|
3951
|
+
"@_approve_20691": {
|
|
3952
3952
|
"entryPoint": 2026,
|
|
3953
|
-
"id":
|
|
3953
|
+
"id": 20691,
|
|
3954
3954
|
"parameterSlots": 2,
|
|
3955
3955
|
"returnSlots": 0
|
|
3956
3956
|
},
|
|
3957
|
-
"@
|
|
3957
|
+
"@_baseURI_20128": {
|
|
3958
3958
|
"entryPoint": null,
|
|
3959
|
-
"id":
|
|
3959
|
+
"id": 20128,
|
|
3960
3960
|
"parameterSlots": 0,
|
|
3961
3961
|
"returnSlots": 1
|
|
3962
3962
|
},
|
|
3963
|
-
"@
|
|
3963
|
+
"@_beforeTokenTransfer_20845": {
|
|
3964
3964
|
"entryPoint": 3310,
|
|
3965
|
-
"id":
|
|
3965
|
+
"id": 20845,
|
|
3966
3966
|
"parameterSlots": 4,
|
|
3967
3967
|
"returnSlots": 0
|
|
3968
3968
|
},
|
|
3969
|
-
"@
|
|
3969
|
+
"@_checkOnERC721Received_20799": {
|
|
3970
3970
|
"entryPoint": 3446,
|
|
3971
|
-
"id":
|
|
3971
|
+
"id": 20799,
|
|
3972
3972
|
"parameterSlots": 4,
|
|
3973
3973
|
"returnSlots": 1
|
|
3974
3974
|
},
|
|
3975
|
-
"@
|
|
3975
|
+
"@_exists_20360": {
|
|
3976
3976
|
"entryPoint": null,
|
|
3977
|
-
"id":
|
|
3977
|
+
"id": 20360,
|
|
3978
3978
|
"parameterSlots": 1,
|
|
3979
3979
|
"returnSlots": 1
|
|
3980
3980
|
},
|
|
3981
|
-
"@
|
|
3981
|
+
"@_isApprovedOrOwner_20394": {
|
|
3982
3982
|
"entryPoint": 2149,
|
|
3983
|
-
"id":
|
|
3983
|
+
"id": 20394,
|
|
3984
3984
|
"parameterSlots": 2,
|
|
3985
3985
|
"returnSlots": 1
|
|
3986
3986
|
},
|
|
3987
|
-
"@
|
|
3987
|
+
"@_msgSender_21362": {
|
|
3988
3988
|
"entryPoint": null,
|
|
3989
|
-
"id":
|
|
3989
|
+
"id": 21362,
|
|
3990
3990
|
"parameterSlots": 0,
|
|
3991
3991
|
"returnSlots": 1
|
|
3992
3992
|
},
|
|
3993
|
-
"@
|
|
3993
|
+
"@_ownerOf_20342": {
|
|
3994
3994
|
"entryPoint": null,
|
|
3995
|
-
"id":
|
|
3995
|
+
"id": 20342,
|
|
3996
3996
|
"parameterSlots": 1,
|
|
3997
3997
|
"returnSlots": 1
|
|
3998
3998
|
},
|
|
3999
|
-
"@
|
|
3999
|
+
"@_requireMinted_20737": {
|
|
4000
4000
|
"entryPoint": 1923,
|
|
4001
|
-
"id":
|
|
4001
|
+
"id": 20737,
|
|
4002
4002
|
"parameterSlots": 1,
|
|
4003
4003
|
"returnSlots": 0
|
|
4004
4004
|
},
|
|
4005
|
-
"@
|
|
4005
|
+
"@_safeTransfer_20329": {
|
|
4006
4006
|
"entryPoint": 3013,
|
|
4007
|
-
"id":
|
|
4007
|
+
"id": 20329,
|
|
4008
4008
|
"parameterSlots": 4,
|
|
4009
4009
|
"returnSlots": 0
|
|
4010
4010
|
},
|
|
4011
|
-
"@
|
|
4011
|
+
"@_setApprovalForAll_20723": {
|
|
4012
4012
|
"entryPoint": 2807,
|
|
4013
|
-
"id":
|
|
4013
|
+
"id": 20723,
|
|
4014
4014
|
"parameterSlots": 3,
|
|
4015
4015
|
"returnSlots": 0
|
|
4016
4016
|
},
|
|
4017
|
-
"@
|
|
4017
|
+
"@_transfer_20667": {
|
|
4018
4018
|
"entryPoint": 2276,
|
|
4019
|
-
"id":
|
|
4019
|
+
"id": 20667,
|
|
4020
4020
|
"parameterSlots": 3,
|
|
4021
4021
|
"returnSlots": 0
|
|
4022
4022
|
},
|
|
4023
|
-
"@
|
|
4023
|
+
"@approve_20171": {
|
|
4024
4024
|
"entryPoint": 910,
|
|
4025
|
-
"id":
|
|
4025
|
+
"id": 20171,
|
|
4026
4026
|
"parameterSlots": 2,
|
|
4027
4027
|
"returnSlots": 0
|
|
4028
4028
|
},
|
|
4029
|
-
"@
|
|
4029
|
+
"@balanceOf_20032": {
|
|
4030
4030
|
"entryPoint": 1497,
|
|
4031
|
-
"id":
|
|
4031
|
+
"id": 20032,
|
|
4032
4032
|
"parameterSlots": 1,
|
|
4033
4033
|
"returnSlots": 1
|
|
4034
4034
|
},
|
|
4035
|
-
"@
|
|
4035
|
+
"@getApproved_20189": {
|
|
4036
4036
|
"entryPoint": 871,
|
|
4037
|
-
"id":
|
|
4037
|
+
"id": 20189,
|
|
4038
4038
|
"parameterSlots": 1,
|
|
4039
4039
|
"returnSlots": 1
|
|
4040
4040
|
},
|
|
4041
|
-
"@
|
|
4041
|
+
"@isApprovedForAll_20224": {
|
|
4042
4042
|
"entryPoint": null,
|
|
4043
|
-
"id":
|
|
4043
|
+
"id": 20224,
|
|
4044
4044
|
"parameterSlots": 2,
|
|
4045
4045
|
"returnSlots": 1
|
|
4046
4046
|
},
|
|
4047
|
-
"@
|
|
4047
|
+
"@isContract_21038": {
|
|
4048
4048
|
"entryPoint": null,
|
|
4049
|
-
"id":
|
|
4049
|
+
"id": 21038,
|
|
4050
4050
|
"parameterSlots": 1,
|
|
4051
4051
|
"returnSlots": 1
|
|
4052
4052
|
},
|
|
4053
|
-
"@
|
|
4053
|
+
"@log10_22706": {
|
|
4054
4054
|
"entryPoint": 3789,
|
|
4055
|
-
"id":
|
|
4055
|
+
"id": 22706,
|
|
4056
4056
|
"parameterSlots": 1,
|
|
4057
4057
|
"returnSlots": 1
|
|
4058
4058
|
},
|
|
4059
|
-
"@
|
|
4059
|
+
"@name_20070": {
|
|
4060
4060
|
"entryPoint": 725,
|
|
4061
|
-
"id":
|
|
4061
|
+
"id": 20070,
|
|
4062
4062
|
"parameterSlots": 0,
|
|
4063
4063
|
"returnSlots": 1
|
|
4064
4064
|
},
|
|
4065
|
-
"@
|
|
4065
|
+
"@ownerOf_20060": {
|
|
4066
4066
|
"entryPoint": 1396,
|
|
4067
|
-
"id":
|
|
4067
|
+
"id": 20060,
|
|
4068
4068
|
"parameterSlots": 1,
|
|
4069
4069
|
"returnSlots": 1
|
|
4070
4070
|
},
|
|
4071
|
-
"@
|
|
4071
|
+
"@safeTransferFrom_20270": {
|
|
4072
4072
|
"entryPoint": 1369,
|
|
4073
|
-
"id":
|
|
4073
|
+
"id": 20270,
|
|
4074
4074
|
"parameterSlots": 3,
|
|
4075
4075
|
"returnSlots": 0
|
|
4076
4076
|
},
|
|
4077
|
-
"@
|
|
4077
|
+
"@safeTransferFrom_20300": {
|
|
4078
4078
|
"entryPoint": 1681,
|
|
4079
|
-
"id":
|
|
4079
|
+
"id": 20300,
|
|
4080
4080
|
"parameterSlots": 4,
|
|
4081
4081
|
"returnSlots": 0
|
|
4082
4082
|
},
|
|
4083
|
-
"@
|
|
4083
|
+
"@setApprovalForAll_20206": {
|
|
4084
4084
|
"entryPoint": 1666,
|
|
4085
|
-
"id":
|
|
4085
|
+
"id": 20206,
|
|
4086
4086
|
"parameterSlots": 2,
|
|
4087
4087
|
"returnSlots": 0
|
|
4088
4088
|
},
|
|
4089
|
-
"@
|
|
4089
|
+
"@supportsInterface_20008": {
|
|
4090
4090
|
"entryPoint": 568,
|
|
4091
|
-
"id":
|
|
4091
|
+
"id": 20008,
|
|
4092
4092
|
"parameterSlots": 1,
|
|
4093
4093
|
"returnSlots": 1
|
|
4094
4094
|
},
|
|
4095
|
-
"@
|
|
4095
|
+
"@supportsInterface_21991": {
|
|
4096
4096
|
"entryPoint": null,
|
|
4097
|
-
"id":
|
|
4097
|
+
"id": 21991,
|
|
4098
4098
|
"parameterSlots": 1,
|
|
4099
4099
|
"returnSlots": 1
|
|
4100
4100
|
},
|
|
4101
|
-
"@
|
|
4101
|
+
"@symbol_20080": {
|
|
4102
4102
|
"entryPoint": 1651,
|
|
4103
|
-
"id":
|
|
4103
|
+
"id": 20080,
|
|
4104
4104
|
"parameterSlots": 0,
|
|
4105
4105
|
"returnSlots": 1
|
|
4106
4106
|
},
|
|
4107
|
-
"@
|
|
4107
|
+
"@toString_21490": {
|
|
4108
4108
|
"entryPoint": 3150,
|
|
4109
|
-
"id":
|
|
4109
|
+
"id": 21490,
|
|
4110
4110
|
"parameterSlots": 1,
|
|
4111
4111
|
"returnSlots": 1
|
|
4112
4112
|
},
|
|
4113
|
-
"@
|
|
4113
|
+
"@tokenURI_20119": {
|
|
4114
4114
|
"entryPoint": 1807,
|
|
4115
|
-
"id":
|
|
4115
|
+
"id": 20119,
|
|
4116
4116
|
"parameterSlots": 1,
|
|
4117
4117
|
"returnSlots": 1
|
|
4118
4118
|
},
|
|
4119
|
-
"@
|
|
4119
|
+
"@transferFrom_20251": {
|
|
4120
4120
|
"entryPoint": 1250,
|
|
4121
|
-
"id":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
11556
|
+
"astId": 19960,
|
|
11557
11557
|
"contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
|
|
11558
11558
|
"label": "_operatorApprovals",
|
|
11559
11559
|
"offset": 0,
|