@keep-network/tbtc-v2 1.0.0-dev.6 → 1.0.0
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/Bank.json +40 -50
- package/artifacts/Bridge.json +50 -431
- package/artifacts/BridgeGovernance.json +21 -21
- package/artifacts/BridgeGovernanceParameters.json +10 -10
- package/artifacts/Deposit.json +10 -10
- package/artifacts/DepositSweep.json +10 -10
- package/artifacts/DonationVault.json +14 -14
- package/artifacts/Fraud.json +10 -10
- package/artifacts/LightRelay.json +34 -34
- package/artifacts/MaintainerProxy.json +44 -44
- package/artifacts/MovingFunds.json +10 -10
- package/artifacts/Redemption.json +10 -10
- package/artifacts/TBTC.json +36 -37
- package/artifacts/TBTCVault.json +43 -43
- package/artifacts/VendingMachine.json +34 -35
- package/artifacts/Wallets.json +10 -10
- package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +102 -0
- package/artifacts/solcInputs/{79a96d1cf4af176d93e6844dc248dcff.json → 887fad6b16575ba42183543c324eeb0e.json} +1 -1
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
- package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
- package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
- package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
- package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
- package/build/contracts/bridge/Wallets.sol/Wallets.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/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/deploy/06_deploy_bridge.ts +7 -0
- package/deploy/09_deploy_bridge_governance.ts +2 -0
- package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +26 -26
- package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +251 -251
- 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 +25 -25
- package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +47 -47
- 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 +204 -204
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
- package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +42 -42
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +34 -34
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +74 -74
- package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +62 -62
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +77 -77
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +38 -38
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +75 -75
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +326 -326
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +104 -104
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +147 -147
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +74 -74
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +100 -100
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +176 -176
- package/export/deploy/06_deploy_bridge.js +30 -8
- package/export/deploy/09_deploy_bridge_governance.js +11 -7
- package/export/hardhat.config.js +1 -0
- package/export/typechain/factories/WalletRegistry__factory.js +1 -1
- package/export.json +13069 -0
- package/package.json +6 -6
- package/artifacts/BLS.json +0 -223
- package/artifacts/BeaconAuthorization.json +0 -273
- package/artifacts/BeaconDkg.json +0 -241
- package/artifacts/BeaconDkgValidator.json +0 -501
- package/artifacts/BeaconInactivity.json +0 -151
- package/artifacts/BeaconSortitionPool.json +0 -1187
- package/artifacts/EcdsaDkgValidator.json +0 -517
- package/artifacts/EcdsaInactivity.json +0 -156
- package/artifacts/EcdsaSortitionPool.json +0 -1187
- package/artifacts/KeepRegistry.json +0 -99
- package/artifacts/KeepStake.json +0 -286
- package/artifacts/KeepToken.json +0 -711
- package/artifacts/KeepTokenStaking.json +0 -483
- package/artifacts/NuCypherStakingEscrow.json +0 -287
- package/artifacts/NuCypherToken.json +0 -711
- package/artifacts/RandomBeacon.json +0 -3271
- package/artifacts/RandomBeaconChaosnet.json +0 -252
- package/artifacts/RandomBeaconGovernance.json +0 -3499
- package/artifacts/ReimbursementPool.json +0 -509
- package/artifacts/T.json +0 -1148
- package/artifacts/TBTCToken.json +0 -738
- package/artifacts/TokenStaking.json +0 -2288
- package/artifacts/TokenholderGovernor.json +0 -1795
- package/artifacts/TokenholderTimelock.json +0 -1058
- package/artifacts/VendingMachineKeep.json +0 -400
- package/artifacts/VendingMachineNuCypher.json +0 -400
- package/artifacts/WalletRegistry.json +0 -1962
- package/artifacts/WalletRegistryGovernance.json +0 -2863
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +0 -11969
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +0 -51939
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +0 -11982
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +0 -822
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +0 -12723
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +0 -2160
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +0 -3407
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +0 -14257
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +0 -11816
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +0 -1160
- package/export/test/integration/data/bls.js +0 -12
- package/export/test/integration/data/integration.js +0 -133
- package/export/test/integration/utils/ecdsa-wallet-registry.js +0 -370
- package/export/test/integration/utils/random-beacon.js +0 -193
- package/export/test/integration/utils/staking.js +0 -83
|
@@ -179,81 +179,81 @@
|
|
|
179
179
|
"evm": {
|
|
180
180
|
"bytecode": {
|
|
181
181
|
"functionDebugData": {
|
|
182
|
-
"@
|
|
182
|
+
"@_13400": {
|
|
183
183
|
"entryPoint": null,
|
|
184
|
-
"id":
|
|
184
|
+
"id": 13400,
|
|
185
185
|
"parameterSlots": 2,
|
|
186
186
|
"returnSlots": 0
|
|
187
187
|
},
|
|
188
|
-
"@
|
|
188
|
+
"@_13970": {
|
|
189
189
|
"entryPoint": null,
|
|
190
|
-
"id":
|
|
190
|
+
"id": 13970,
|
|
191
191
|
"parameterSlots": 3,
|
|
192
192
|
"returnSlots": 0
|
|
193
193
|
},
|
|
194
|
-
"@
|
|
194
|
+
"@_changeAdmin_13634": {
|
|
195
195
|
"entryPoint": 292,
|
|
196
|
-
"id":
|
|
196
|
+
"id": 13634,
|
|
197
197
|
"parameterSlots": 1,
|
|
198
198
|
"returnSlots": 0
|
|
199
199
|
},
|
|
200
|
-
"@
|
|
200
|
+
"@_getAdmin_13591": {
|
|
201
201
|
"entryPoint": 498,
|
|
202
|
-
"id":
|
|
202
|
+
"id": 13591,
|
|
203
203
|
"parameterSlots": 0,
|
|
204
204
|
"returnSlots": 1
|
|
205
205
|
},
|
|
206
|
-
"@
|
|
206
|
+
"@_setAdmin_13617": {
|
|
207
207
|
"entryPoint": 555,
|
|
208
|
-
"id":
|
|
208
|
+
"id": 13617,
|
|
209
209
|
"parameterSlots": 1,
|
|
210
210
|
"returnSlots": 0
|
|
211
211
|
},
|
|
212
|
-
"@
|
|
212
|
+
"@_setImplementation_13469": {
|
|
213
213
|
"entryPoint": 736,
|
|
214
|
-
"id":
|
|
214
|
+
"id": 13469,
|
|
215
215
|
"parameterSlots": 1,
|
|
216
216
|
"returnSlots": 0
|
|
217
217
|
},
|
|
218
|
-
"@
|
|
218
|
+
"@_upgradeToAndCall_13514": {
|
|
219
219
|
"entryPoint": 231,
|
|
220
|
-
"id":
|
|
220
|
+
"id": 13514,
|
|
221
221
|
"parameterSlots": 3,
|
|
222
222
|
"returnSlots": 0
|
|
223
223
|
},
|
|
224
|
-
"@
|
|
224
|
+
"@_upgradeTo_13484": {
|
|
225
225
|
"entryPoint": 383,
|
|
226
|
-
"id":
|
|
226
|
+
"id": 13484,
|
|
227
227
|
"parameterSlots": 1,
|
|
228
228
|
"returnSlots": 0
|
|
229
229
|
},
|
|
230
|
-
"@
|
|
230
|
+
"@functionDelegateCall_15715": {
|
|
231
231
|
"entryPoint": 449,
|
|
232
|
-
"id":
|
|
232
|
+
"id": 15715,
|
|
233
233
|
"parameterSlots": 2,
|
|
234
234
|
"returnSlots": 1
|
|
235
235
|
},
|
|
236
|
-
"@
|
|
236
|
+
"@functionDelegateCall_15750": {
|
|
237
237
|
"entryPoint": 899,
|
|
238
|
-
"id":
|
|
238
|
+
"id": 15750,
|
|
239
239
|
"parameterSlots": 3,
|
|
240
240
|
"returnSlots": 1
|
|
241
241
|
},
|
|
242
|
-
"@
|
|
242
|
+
"@getAddressSlot_15830": {
|
|
243
243
|
"entryPoint": 1131,
|
|
244
|
-
"id":
|
|
244
|
+
"id": 15830,
|
|
245
245
|
"parameterSlots": 1,
|
|
246
246
|
"returnSlots": 1
|
|
247
247
|
},
|
|
248
|
-
"@
|
|
248
|
+
"@isContract_15505": {
|
|
249
249
|
"entryPoint": 1134,
|
|
250
|
-
"id":
|
|
250
|
+
"id": 15505,
|
|
251
251
|
"parameterSlots": 1,
|
|
252
252
|
"returnSlots": 1
|
|
253
253
|
},
|
|
254
|
-
"@
|
|
254
|
+
"@verifyCallResult_15781": {
|
|
255
255
|
"entryPoint": 1149,
|
|
256
|
-
"id":
|
|
256
|
+
"id": 15781,
|
|
257
257
|
"parameterSlots": 3,
|
|
258
258
|
"returnSlots": 1
|
|
259
259
|
},
|
|
@@ -3559,147 +3559,147 @@
|
|
|
3559
3559
|
},
|
|
3560
3560
|
"deployedBytecode": {
|
|
3561
3561
|
"functionDebugData": {
|
|
3562
|
-
"@
|
|
3562
|
+
"@_13769": {
|
|
3563
3563
|
"entryPoint": null,
|
|
3564
|
-
"id":
|
|
3564
|
+
"id": 13769,
|
|
3565
3565
|
"parameterSlots": 0,
|
|
3566
3566
|
"returnSlots": 0
|
|
3567
3567
|
},
|
|
3568
|
-
"@
|
|
3568
|
+
"@_13777": {
|
|
3569
3569
|
"entryPoint": null,
|
|
3570
|
-
"id":
|
|
3570
|
+
"id": 13777,
|
|
3571
3571
|
"parameterSlots": 0,
|
|
3572
3572
|
"returnSlots": 0
|
|
3573
3573
|
},
|
|
3574
|
-
"@
|
|
3574
|
+
"@_beforeFallback_13782": {
|
|
3575
3575
|
"entryPoint": null,
|
|
3576
|
-
"id":
|
|
3576
|
+
"id": 13782,
|
|
3577
3577
|
"parameterSlots": 0,
|
|
3578
3578
|
"returnSlots": 0
|
|
3579
3579
|
},
|
|
3580
|
-
"@
|
|
3580
|
+
"@_beforeFallback_14092": {
|
|
3581
3581
|
"entryPoint": 633,
|
|
3582
|
-
"id":
|
|
3582
|
+
"id": 14092,
|
|
3583
3583
|
"parameterSlots": 0,
|
|
3584
3584
|
"returnSlots": 0
|
|
3585
3585
|
},
|
|
3586
|
-
"@
|
|
3586
|
+
"@_changeAdmin_13634": {
|
|
3587
3587
|
"entryPoint": 949,
|
|
3588
|
-
"id":
|
|
3588
|
+
"id": 13634,
|
|
3589
3589
|
"parameterSlots": 1,
|
|
3590
3590
|
"returnSlots": 0
|
|
3591
3591
|
},
|
|
3592
|
-
"@
|
|
3592
|
+
"@_delegate_13742": {
|
|
3593
3593
|
"entryPoint": 819,
|
|
3594
|
-
"id":
|
|
3594
|
+
"id": 13742,
|
|
3595
3595
|
"parameterSlots": 1,
|
|
3596
3596
|
"returnSlots": 0
|
|
3597
3597
|
},
|
|
3598
|
-
"@
|
|
3598
|
+
"@_fallback_13761": {
|
|
3599
3599
|
"entryPoint": 270,
|
|
3600
|
-
"id":
|
|
3600
|
+
"id": 13761,
|
|
3601
3601
|
"parameterSlots": 0,
|
|
3602
3602
|
"returnSlots": 0
|
|
3603
3603
|
},
|
|
3604
|
-
"@
|
|
3604
|
+
"@_getAdmin_13591": {
|
|
3605
3605
|
"entryPoint": 855,
|
|
3606
|
-
"id":
|
|
3606
|
+
"id": 13591,
|
|
3607
3607
|
"parameterSlots": 0,
|
|
3608
3608
|
"returnSlots": 1
|
|
3609
3609
|
},
|
|
3610
|
-
"@
|
|
3610
|
+
"@_getImplementation_13445": {
|
|
3611
3611
|
"entryPoint": 1277,
|
|
3612
|
-
"id":
|
|
3612
|
+
"id": 13445,
|
|
3613
3613
|
"parameterSlots": 0,
|
|
3614
3614
|
"returnSlots": 1
|
|
3615
3615
|
},
|
|
3616
|
-
"@
|
|
3616
|
+
"@_implementation_13412": {
|
|
3617
3617
|
"entryPoint": 809,
|
|
3618
|
-
"id":
|
|
3618
|
+
"id": 13412,
|
|
3619
3619
|
"parameterSlots": 0,
|
|
3620
3620
|
"returnSlots": 1
|
|
3621
3621
|
},
|
|
3622
|
-
"@
|
|
3622
|
+
"@_setAdmin_13617": {
|
|
3623
3623
|
"entryPoint": 1381,
|
|
3624
|
-
"id":
|
|
3624
|
+
"id": 13617,
|
|
3625
3625
|
"parameterSlots": 1,
|
|
3626
3626
|
"returnSlots": 0
|
|
3627
3627
|
},
|
|
3628
|
-
"@
|
|
3628
|
+
"@_setImplementation_13469": {
|
|
3629
3629
|
"entryPoint": 1654,
|
|
3630
|
-
"id":
|
|
3630
|
+
"id": 13469,
|
|
3631
3631
|
"parameterSlots": 1,
|
|
3632
3632
|
"returnSlots": 0
|
|
3633
3633
|
},
|
|
3634
|
-
"@
|
|
3634
|
+
"@_upgradeToAndCall_13514": {
|
|
3635
3635
|
"entryPoint": 906,
|
|
3636
|
-
"id":
|
|
3636
|
+
"id": 13514,
|
|
3637
3637
|
"parameterSlots": 3,
|
|
3638
3638
|
"returnSlots": 0
|
|
3639
3639
|
},
|
|
3640
|
-
"@
|
|
3640
|
+
"@_upgradeTo_13484": {
|
|
3641
3641
|
"entryPoint": 1317,
|
|
3642
|
-
"id":
|
|
3642
|
+
"id": 13484,
|
|
3643
3643
|
"parameterSlots": 1,
|
|
3644
3644
|
"returnSlots": 0
|
|
3645
3645
|
},
|
|
3646
|
-
"@
|
|
3646
|
+
"@admin_14000": {
|
|
3647
3647
|
"entryPoint": 541,
|
|
3648
|
-
"id":
|
|
3648
|
+
"id": 14000,
|
|
3649
3649
|
"parameterSlots": 0,
|
|
3650
3650
|
"returnSlots": 1
|
|
3651
3651
|
},
|
|
3652
|
-
"@
|
|
3652
|
+
"@changeAdmin_14027": {
|
|
3653
3653
|
"entryPoint": 509,
|
|
3654
|
-
"id":
|
|
3654
|
+
"id": 14027,
|
|
3655
3655
|
"parameterSlots": 1,
|
|
3656
3656
|
"returnSlots": 0
|
|
3657
3657
|
},
|
|
3658
|
-
"@
|
|
3658
|
+
"@functionDelegateCall_15715": {
|
|
3659
3659
|
"entryPoint": 574,
|
|
3660
|
-
"id":
|
|
3660
|
+
"id": 15715,
|
|
3661
3661
|
"parameterSlots": 2,
|
|
3662
3662
|
"returnSlots": 1
|
|
3663
3663
|
},
|
|
3664
|
-
"@
|
|
3664
|
+
"@functionDelegateCall_15750": {
|
|
3665
3665
|
"entryPoint": 1033,
|
|
3666
|
-
"id":
|
|
3666
|
+
"id": 15750,
|
|
3667
3667
|
"parameterSlots": 3,
|
|
3668
3668
|
"returnSlots": 1
|
|
3669
3669
|
},
|
|
3670
|
-
"@
|
|
3670
|
+
"@getAddressSlot_15830": {
|
|
3671
3671
|
"entryPoint": null,
|
|
3672
|
-
"id":
|
|
3672
|
+
"id": 15830,
|
|
3673
3673
|
"parameterSlots": 1,
|
|
3674
3674
|
"returnSlots": 1
|
|
3675
3675
|
},
|
|
3676
|
-
"@
|
|
3676
|
+
"@implementation_14014": {
|
|
3677
3677
|
"entryPoint": 460,
|
|
3678
|
-
"id":
|
|
3678
|
+
"id": 14014,
|
|
3679
3679
|
"parameterSlots": 0,
|
|
3680
3680
|
"returnSlots": 1
|
|
3681
3681
|
},
|
|
3682
|
-
"@
|
|
3682
|
+
"@isContract_15505": {
|
|
3683
3683
|
"entryPoint": 618,
|
|
3684
|
-
"id":
|
|
3684
|
+
"id": 15505,
|
|
3685
3685
|
"parameterSlots": 1,
|
|
3686
3686
|
"returnSlots": 1
|
|
3687
3687
|
},
|
|
3688
|
-
"@
|
|
3688
|
+
"@upgradeToAndCall_14062": {
|
|
3689
3689
|
"entryPoint": 357,
|
|
3690
|
-
"id":
|
|
3690
|
+
"id": 14062,
|
|
3691
3691
|
"parameterSlots": 3,
|
|
3692
3692
|
"returnSlots": 0
|
|
3693
3693
|
},
|
|
3694
|
-
"@
|
|
3694
|
+
"@upgradeTo_14045": {
|
|
3695
3695
|
"entryPoint": 296,
|
|
3696
|
-
"id":
|
|
3696
|
+
"id": 14045,
|
|
3697
3697
|
"parameterSlots": 1,
|
|
3698
3698
|
"returnSlots": 0
|
|
3699
3699
|
},
|
|
3700
|
-
"@
|
|
3700
|
+
"@verifyCallResult_15781": {
|
|
3701
3701
|
"entryPoint": 1597,
|
|
3702
|
-
"id":
|
|
3702
|
+
"id": 15781,
|
|
3703
3703
|
"parameterSlots": 3,
|
|
3704
3704
|
"returnSlots": 1
|
|
3705
3705
|
},
|
|
@@ -405,9 +405,9 @@
|
|
|
405
405
|
"evm": {
|
|
406
406
|
"bytecode": {
|
|
407
407
|
"functionDebugData": {
|
|
408
|
-
"@
|
|
408
|
+
"@_14523": {
|
|
409
409
|
"entryPoint": null,
|
|
410
|
-
"id":
|
|
410
|
+
"id": 14523,
|
|
411
411
|
"parameterSlots": 2,
|
|
412
412
|
"returnSlots": 0
|
|
413
413
|
},
|
|
@@ -3942,165 +3942,165 @@
|
|
|
3942
3942
|
},
|
|
3943
3943
|
"deployedBytecode": {
|
|
3944
3944
|
"functionDebugData": {
|
|
3945
|
-
"@
|
|
3945
|
+
"@_afterTokenTransfer_15325": {
|
|
3946
3946
|
"entryPoint": null,
|
|
3947
|
-
"id":
|
|
3947
|
+
"id": 15325,
|
|
3948
3948
|
"parameterSlots": 3,
|
|
3949
3949
|
"returnSlots": 0
|
|
3950
3950
|
},
|
|
3951
|
-
"@
|
|
3951
|
+
"@_approve_15209": {
|
|
3952
3952
|
"entryPoint": 2233,
|
|
3953
|
-
"id":
|
|
3953
|
+
"id": 15209,
|
|
3954
3954
|
"parameterSlots": 2,
|
|
3955
3955
|
"returnSlots": 0
|
|
3956
3956
|
},
|
|
3957
|
-
"@
|
|
3957
|
+
"@_baseURI_14677": {
|
|
3958
3958
|
"entryPoint": null,
|
|
3959
|
-
"id":
|
|
3959
|
+
"id": 14677,
|
|
3960
3960
|
"parameterSlots": 0,
|
|
3961
3961
|
"returnSlots": 1
|
|
3962
3962
|
},
|
|
3963
|
-
"@
|
|
3963
|
+
"@_beforeTokenTransfer_15314": {
|
|
3964
3964
|
"entryPoint": null,
|
|
3965
|
-
"id":
|
|
3965
|
+
"id": 15314,
|
|
3966
3966
|
"parameterSlots": 3,
|
|
3967
3967
|
"returnSlots": 0
|
|
3968
3968
|
},
|
|
3969
|
-
"@
|
|
3969
|
+
"@_checkOnERC721Received_15303": {
|
|
3970
3970
|
"entryPoint": 3729,
|
|
3971
|
-
"id":
|
|
3971
|
+
"id": 15303,
|
|
3972
3972
|
"parameterSlots": 4,
|
|
3973
3973
|
"returnSlots": 1
|
|
3974
3974
|
},
|
|
3975
|
-
"@
|
|
3975
|
+
"@_exists_14899": {
|
|
3976
3976
|
"entryPoint": null,
|
|
3977
|
-
"id":
|
|
3977
|
+
"id": 14899,
|
|
3978
3978
|
"parameterSlots": 1,
|
|
3979
3979
|
"returnSlots": 1
|
|
3980
3980
|
},
|
|
3981
|
-
"@
|
|
3981
|
+
"@_isApprovedOrOwner_14940": {
|
|
3982
3982
|
"entryPoint": 2356,
|
|
3983
|
-
"id":
|
|
3983
|
+
"id": 14940,
|
|
3984
3984
|
"parameterSlots": 2,
|
|
3985
3985
|
"returnSlots": 1
|
|
3986
3986
|
},
|
|
3987
|
-
"@
|
|
3987
|
+
"@_msgSender_15794": {
|
|
3988
3988
|
"entryPoint": null,
|
|
3989
|
-
"id":
|
|
3989
|
+
"id": 15794,
|
|
3990
3990
|
"parameterSlots": 0,
|
|
3991
3991
|
"returnSlots": 1
|
|
3992
3992
|
},
|
|
3993
|
-
"@
|
|
3993
|
+
"@_safeTransfer_14881": {
|
|
3994
3994
|
"entryPoint": 3283,
|
|
3995
|
-
"id":
|
|
3995
|
+
"id": 14881,
|
|
3996
3996
|
"parameterSlots": 4,
|
|
3997
3997
|
"returnSlots": 0
|
|
3998
3998
|
},
|
|
3999
|
-
"@
|
|
3999
|
+
"@_setApprovalForAll_15241": {
|
|
4000
4000
|
"entryPoint": 3077,
|
|
4001
|
-
"id":
|
|
4001
|
+
"id": 15241,
|
|
4002
4002
|
"parameterSlots": 3,
|
|
4003
4003
|
"returnSlots": 0
|
|
4004
4004
|
},
|
|
4005
|
-
"@
|
|
4005
|
+
"@_transfer_15185": {
|
|
4006
4006
|
"entryPoint": 2603,
|
|
4007
|
-
"id":
|
|
4007
|
+
"id": 15185,
|
|
4008
4008
|
"parameterSlots": 3,
|
|
4009
4009
|
"returnSlots": 0
|
|
4010
4010
|
},
|
|
4011
|
-
"@
|
|
4011
|
+
"@approve_14720": {
|
|
4012
4012
|
"entryPoint": 1025,
|
|
4013
|
-
"id":
|
|
4013
|
+
"id": 14720,
|
|
4014
4014
|
"parameterSlots": 2,
|
|
4015
4015
|
"returnSlots": 0
|
|
4016
4016
|
},
|
|
4017
|
-
"@
|
|
4017
|
+
"@balanceOf_14578": {
|
|
4018
4018
|
"entryPoint": 1661,
|
|
4019
|
-
"id":
|
|
4019
|
+
"id": 14578,
|
|
4020
4020
|
"parameterSlots": 1,
|
|
4021
4021
|
"returnSlots": 1
|
|
4022
4022
|
},
|
|
4023
|
-
"@
|
|
4023
|
+
"@getApproved_14741": {
|
|
4024
4024
|
"entryPoint": 871,
|
|
4025
|
-
"id":
|
|
4025
|
+
"id": 14741,
|
|
4026
4026
|
"parameterSlots": 1,
|
|
4027
4027
|
"returnSlots": 1
|
|
4028
4028
|
},
|
|
4029
|
-
"@
|
|
4029
|
+
"@isApprovedForAll_14776": {
|
|
4030
4030
|
"entryPoint": null,
|
|
4031
|
-
"id":
|
|
4031
|
+
"id": 14776,
|
|
4032
4032
|
"parameterSlots": 2,
|
|
4033
4033
|
"returnSlots": 1
|
|
4034
4034
|
},
|
|
4035
|
-
"@
|
|
4035
|
+
"@isContract_15505": {
|
|
4036
4036
|
"entryPoint": null,
|
|
4037
|
-
"id":
|
|
4037
|
+
"id": 15505,
|
|
4038
4038
|
"parameterSlots": 1,
|
|
4039
4039
|
"returnSlots": 1
|
|
4040
4040
|
},
|
|
4041
|
-
"@
|
|
4041
|
+
"@name_14616": {
|
|
4042
4042
|
"entryPoint": 725,
|
|
4043
|
-
"id":
|
|
4043
|
+
"id": 14616,
|
|
4044
4044
|
"parameterSlots": 0,
|
|
4045
4045
|
"returnSlots": 1
|
|
4046
4046
|
},
|
|
4047
|
-
"@
|
|
4047
|
+
"@ownerOf_14606": {
|
|
4048
4048
|
"entryPoint": 1522,
|
|
4049
|
-
"id":
|
|
4049
|
+
"id": 14606,
|
|
4050
4050
|
"parameterSlots": 1,
|
|
4051
4051
|
"returnSlots": 1
|
|
4052
4052
|
},
|
|
4053
|
-
"@
|
|
4053
|
+
"@safeTransferFrom_14822": {
|
|
4054
4054
|
"entryPoint": 1495,
|
|
4055
|
-
"id":
|
|
4055
|
+
"id": 14822,
|
|
4056
4056
|
"parameterSlots": 3,
|
|
4057
4057
|
"returnSlots": 0
|
|
4058
4058
|
},
|
|
4059
|
-
"@
|
|
4059
|
+
"@safeTransferFrom_14852": {
|
|
4060
4060
|
"entryPoint": 1845,
|
|
4061
|
-
"id":
|
|
4061
|
+
"id": 14852,
|
|
4062
4062
|
"parameterSlots": 4,
|
|
4063
4063
|
"returnSlots": 0
|
|
4064
4064
|
},
|
|
4065
|
-
"@
|
|
4065
|
+
"@setApprovalForAll_14758": {
|
|
4066
4066
|
"entryPoint": 1830,
|
|
4067
|
-
"id":
|
|
4067
|
+
"id": 14758,
|
|
4068
4068
|
"parameterSlots": 2,
|
|
4069
4069
|
"returnSlots": 0
|
|
4070
4070
|
},
|
|
4071
|
-
"@
|
|
4071
|
+
"@supportsInterface_14554": {
|
|
4072
4072
|
"entryPoint": 568,
|
|
4073
|
-
"id":
|
|
4073
|
+
"id": 14554,
|
|
4074
4074
|
"parameterSlots": 1,
|
|
4075
4075
|
"returnSlots": 1
|
|
4076
4076
|
},
|
|
4077
|
-
"@
|
|
4077
|
+
"@supportsInterface_16497": {
|
|
4078
4078
|
"entryPoint": null,
|
|
4079
|
-
"id":
|
|
4079
|
+
"id": 16497,
|
|
4080
4080
|
"parameterSlots": 1,
|
|
4081
4081
|
"returnSlots": 1
|
|
4082
4082
|
},
|
|
4083
|
-
"@
|
|
4083
|
+
"@symbol_14626": {
|
|
4084
4084
|
"entryPoint": 1815,
|
|
4085
|
-
"id":
|
|
4085
|
+
"id": 14626,
|
|
4086
4086
|
"parameterSlots": 0,
|
|
4087
4087
|
"returnSlots": 1
|
|
4088
4088
|
},
|
|
4089
|
-
"@
|
|
4089
|
+
"@toString_15949": {
|
|
4090
4090
|
"entryPoint": 3420,
|
|
4091
|
-
"id":
|
|
4091
|
+
"id": 15949,
|
|
4092
4092
|
"parameterSlots": 1,
|
|
4093
4093
|
"returnSlots": 1
|
|
4094
4094
|
},
|
|
4095
|
-
"@
|
|
4095
|
+
"@tokenURI_14668": {
|
|
4096
4096
|
"entryPoint": 1987,
|
|
4097
|
-
"id":
|
|
4097
|
+
"id": 14668,
|
|
4098
4098
|
"parameterSlots": 1,
|
|
4099
4099
|
"returnSlots": 1
|
|
4100
4100
|
},
|
|
4101
|
-
"@
|
|
4101
|
+
"@transferFrom_14803": {
|
|
4102
4102
|
"entryPoint": 1360,
|
|
4103
|
-
"id":
|
|
4103
|
+
"id": 14803,
|
|
4104
4104
|
"parameterSlots": 3,
|
|
4105
4105
|
"returnSlots": 0
|
|
4106
4106
|
},
|
|
@@ -12683,7 +12683,7 @@
|
|
|
12683
12683
|
"storageLayout": {
|
|
12684
12684
|
"storage": [
|
|
12685
12685
|
{
|
|
12686
|
-
"astId":
|
|
12686
|
+
"astId": 14486,
|
|
12687
12687
|
"contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
|
|
12688
12688
|
"label": "_name",
|
|
12689
12689
|
"offset": 0,
|
|
@@ -12691,7 +12691,7 @@
|
|
|
12691
12691
|
"type": "t_string_storage"
|
|
12692
12692
|
},
|
|
12693
12693
|
{
|
|
12694
|
-
"astId":
|
|
12694
|
+
"astId": 14488,
|
|
12695
12695
|
"contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
|
|
12696
12696
|
"label": "_symbol",
|
|
12697
12697
|
"offset": 0,
|
|
@@ -12699,7 +12699,7 @@
|
|
|
12699
12699
|
"type": "t_string_storage"
|
|
12700
12700
|
},
|
|
12701
12701
|
{
|
|
12702
|
-
"astId":
|
|
12702
|
+
"astId": 14492,
|
|
12703
12703
|
"contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
|
|
12704
12704
|
"label": "_owners",
|
|
12705
12705
|
"offset": 0,
|
|
@@ -12707,7 +12707,7 @@
|
|
|
12707
12707
|
"type": "t_mapping(t_uint256,t_address)"
|
|
12708
12708
|
},
|
|
12709
12709
|
{
|
|
12710
|
-
"astId":
|
|
12710
|
+
"astId": 14496,
|
|
12711
12711
|
"contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
|
|
12712
12712
|
"label": "_balances",
|
|
12713
12713
|
"offset": 0,
|
|
@@ -12715,7 +12715,7 @@
|
|
|
12715
12715
|
"type": "t_mapping(t_address,t_uint256)"
|
|
12716
12716
|
},
|
|
12717
12717
|
{
|
|
12718
|
-
"astId":
|
|
12718
|
+
"astId": 14500,
|
|
12719
12719
|
"contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
|
|
12720
12720
|
"label": "_tokenApprovals",
|
|
12721
12721
|
"offset": 0,
|
|
@@ -12723,7 +12723,7 @@
|
|
|
12723
12723
|
"type": "t_mapping(t_uint256,t_address)"
|
|
12724
12724
|
},
|
|
12725
12725
|
{
|
|
12726
|
-
"astId":
|
|
12726
|
+
"astId": 14506,
|
|
12727
12727
|
"contract": "@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721",
|
|
12728
12728
|
"label": "_operatorApprovals",
|
|
12729
12729
|
"offset": 0,
|