@keep-network/tbtc-v2 1.2.0-goerli.0 → 1.2.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 +23 -23
- package/artifacts/Bridge.json +27 -63
- package/artifacts/BridgeGovernance.json +25 -25
- package/artifacts/BridgeGovernanceParameters.json +10 -10
- package/artifacts/Deposit.json +14 -14
- package/artifacts/DepositSweep.json +13 -13
- package/artifacts/DonationVault.json +14 -14
- package/artifacts/Fraud.json +13 -13
- package/artifacts/LightRelay.json +65 -55
- package/artifacts/MaintainerProxy.json +47 -47
- package/artifacts/MovingFunds.json +13 -13
- package/artifacts/Redemption.json +13 -13
- package/artifacts/TBTC.json +36 -37
- package/artifacts/TBTCVault.json +47 -47
- package/artifacts/VendingMachine.json +34 -35
- package/artifacts/VendingMachineV2.json +360 -0
- package/artifacts/VendingMachineV3.json +405 -0
- package/artifacts/Wallets.json +13 -13
- package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +102 -0
- package/artifacts/solcInputs/802132f7da69a8a4226cb9424480847b.json +218 -0
- package/artifacts/solcInputs/{f862bd134ddc06352fa5be0644481600.json → 887fad6b16575ba42183543c324eeb0e.json} +6 -6
- package/artifacts/solcInputs/b0025f1f7efe4824592ac0c9793776c3.json +392 -0
- package/artifacts/solcInputs/{deff85fc9ae9b5be07226c67809262df.json → fccb130292c8c7cc958ab4fa31a3e180.json} +3 -3
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.json +2 -2
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.json +2 -2
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +2 -2
- 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/BridgeState.sol/BridgeState.json +2 -2
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.json +2 -2
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.json +2 -2
- 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/Fraud.sol/Fraud.json +2 -2
- 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/MovingFunds.sol/MovingFunds.json +2 -2
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.json +2 -2
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.json +2 -2
- 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/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/bridge/Wallets.sol/Wallets.json +2 -2
- package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2 -2
- 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/build/contracts/vault/TBTCVault.sol/TBTCVault.json +2 -2
- package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +29 -29
- package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +245 -245
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +7 -7
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +28 -28
- 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 +1054 -1054
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
- package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +46 -46
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +36 -36
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +78 -78
- package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +68 -68
- package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +43 -43
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +79 -79
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +42 -42
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +325 -325
- package/export/artifacts/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +223 -223
- 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/l2/L2TBTC.sol/L2TBTC.json +194 -194
- package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +100 -100
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +154 -154
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +76 -76
- 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 +189 -189
- package/export/deploy/00_resolve_relay.js +83 -0
- package/export/deploy/01_deploy_tbtc_v2_token.js +70 -0
- package/export/deploy/02_deploy_vending_machine.js +84 -0
- package/export/deploy/03_transfer_vending_machine_roles.js +69 -0
- package/export/deploy/04_deploy_bank.js +73 -0
- package/export/deploy/05_deploy_bridge.js +178 -0
- package/export/deploy/06_deploy_tbtc_vault.js +80 -0
- package/export/deploy/07_deploy_bridge_governance.js +87 -0
- package/export/deploy/08_deploy_maintainer_proxy.js +80 -0
- package/export/deploy/09_bank_update_bridge.js +63 -0
- package/export/deploy/10_authorize_spv_maintainer_in_bridge.js +61 -0
- package/export/deploy/11_transfer_bank_ownership.js +60 -0
- package/export/deploy/12_transfer_bridge_governance.js +63 -0
- package/export/deploy/13_transfer_bridge_governance_ownership.js +60 -0
- package/export/deploy/14_transfer_tbtc_vault_ownership.js +60 -0
- package/export/deploy/15_transfer_maintainer_proxy_ownership.js +60 -0
- package/export/deploy/16_initialize_wallet_owner.js +63 -0
- package/export/deploy/16_transfer_proxy_admin_ownership.js +73 -0
- package/export/deploy/17_authorize_maintainer_proxy_in_bridge.js +63 -0
- package/export/deploy/17_transfer_proxy_admin_ownership.js +73 -0
- package/export/deploy/18_authorize_maintainer_proxy_in_bridge.js +63 -0
- package/export/deploy/18_authorize_maintainer_proxy_in_reimbursement_pool.js +63 -0
- package/export/deploy/19_authorize_bridge_in_reimbursement_pool.js +63 -0
- package/export/deploy/19_authorize_maintainer_proxy_in_reimbursement_pool.js +63 -0
- package/export/deploy/20_authorize_bridge_in_reimbursement_pool.js +63 -0
- package/export/deploy/20_deploy_proxy_admin_with_deputy.js +80 -0
- package/export/deploy/21_transfer_reimbursement_pool_ownership.js +60 -0
- package/export/deploy/22_deploy_proxy_admin_with_deputy.js +80 -0
- package/export/deploy/24_transfer_maintainer_proxy_ownership.js +60 -0
- package/export/deploy/25_transfer_proxy_admin_ownership.js +73 -0
- package/export/deploy/26_authorize_maintainer_proxy_in_reimbursement_pool.js +70 -0
- package/export/deploy/27_authorize_bridge_in_reimbursement_pool.js +70 -0
- package/export/deploy/28_deploy_proxy_admin_with_deputy.js +80 -0
- package/export/typechain/RelayStub.js +2 -0
- package/export/typechain/TestRelay.js +2 -0
- package/export/typechain/factories/BridgeGovernance__factory.js +1 -1
- package/export/typechain/factories/BridgeState__factory.js +1 -1
- package/export/typechain/factories/BridgeStub__factory.js +1 -1
- package/export/typechain/factories/Bridge__factory.js +1 -1
- package/export/typechain/factories/DepositSweep__factory.js +1 -1
- package/export/typechain/factories/Deposit__factory.js +1 -1
- package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
- package/export/typechain/factories/EcdsaDkgValidator__factory.js +1 -1
- package/export/typechain/factories/EcdsaDkg__factory.js +1 -1
- package/export/typechain/factories/EcdsaInactivity__factory.js +1 -1
- package/export/typechain/factories/Fraud__factory.js +1 -1
- package/export/typechain/factories/MaintainerProxy__factory.js +1 -1
- package/export/typechain/factories/MovingFunds__factory.js +1 -1
- package/export/typechain/factories/Redemption__factory.js +1 -1
- package/export/typechain/factories/RelayStub__factory.js +546 -0
- package/export/typechain/factories/SortitionPool__factory.js +1 -1
- package/export/typechain/factories/SystemTestRelay__factory.js +1 -1
- package/export/typechain/factories/TBTCVault__factory.js +1 -1
- package/export/typechain/factories/TestRelay__factory.js +168 -0
- package/export/typechain/factories/WalletRegistry__factory.js +1 -1
- package/export/typechain/factories/Wallets__factory.js +1 -1
- package/export.json +7879 -37568
- package/package.json +7 -5
|
@@ -371,33 +371,33 @@
|
|
|
371
371
|
"evm": {
|
|
372
372
|
"bytecode": {
|
|
373
373
|
"functionDebugData": {
|
|
374
|
-
"@
|
|
374
|
+
"@_17289": {
|
|
375
375
|
"entryPoint": null,
|
|
376
|
-
"id":
|
|
376
|
+
"id": 17289,
|
|
377
377
|
"parameterSlots": 0,
|
|
378
378
|
"returnSlots": 0
|
|
379
379
|
},
|
|
380
|
-
"@
|
|
380
|
+
"@_18108": {
|
|
381
381
|
"entryPoint": null,
|
|
382
|
-
"id":
|
|
382
|
+
"id": 18108,
|
|
383
383
|
"parameterSlots": 0,
|
|
384
384
|
"returnSlots": 0
|
|
385
385
|
},
|
|
386
|
-
"@
|
|
386
|
+
"@_8603": {
|
|
387
387
|
"entryPoint": null,
|
|
388
|
-
"id":
|
|
388
|
+
"id": 8603,
|
|
389
389
|
"parameterSlots": 2,
|
|
390
390
|
"returnSlots": 0
|
|
391
391
|
},
|
|
392
|
-
"@
|
|
392
|
+
"@_msgSender_20011": {
|
|
393
393
|
"entryPoint": null,
|
|
394
|
-
"id":
|
|
394
|
+
"id": 20011,
|
|
395
395
|
"parameterSlots": 0,
|
|
396
396
|
"returnSlots": 1
|
|
397
397
|
},
|
|
398
|
-
"@
|
|
398
|
+
"@_transferOwnership_17377": {
|
|
399
399
|
"entryPoint": 74,
|
|
400
|
-
"id":
|
|
400
|
+
"id": 17377,
|
|
401
401
|
"parameterSlots": 1,
|
|
402
402
|
"returnSlots": 0
|
|
403
403
|
},
|
|
@@ -622,117 +622,117 @@
|
|
|
622
622
|
},
|
|
623
623
|
"deployedBytecode": {
|
|
624
624
|
"functionDebugData": {
|
|
625
|
-
"@
|
|
625
|
+
"@_8608": {
|
|
626
626
|
"entryPoint": null,
|
|
627
|
-
"id":
|
|
627
|
+
"id": 8608,
|
|
628
628
|
"parameterSlots": 0,
|
|
629
629
|
"returnSlots": 0
|
|
630
630
|
},
|
|
631
|
-
"@
|
|
631
|
+
"@_checkOwner_17320": {
|
|
632
632
|
"entryPoint": 2047,
|
|
633
|
-
"id":
|
|
633
|
+
"id": 17320,
|
|
634
634
|
"parameterSlots": 0,
|
|
635
635
|
"returnSlots": 0
|
|
636
636
|
},
|
|
637
|
-
"@
|
|
637
|
+
"@_msgSender_20011": {
|
|
638
638
|
"entryPoint": null,
|
|
639
|
-
"id":
|
|
639
|
+
"id": 20011,
|
|
640
640
|
"parameterSlots": 0,
|
|
641
641
|
"returnSlots": 1
|
|
642
642
|
},
|
|
643
|
-
"@
|
|
643
|
+
"@_nonReentrantAfter_18142": {
|
|
644
644
|
"entryPoint": null,
|
|
645
|
-
"id":
|
|
645
|
+
"id": 18142,
|
|
646
646
|
"parameterSlots": 0,
|
|
647
647
|
"returnSlots": 0
|
|
648
648
|
},
|
|
649
|
-
"@
|
|
649
|
+
"@_nonReentrantBefore_18134": {
|
|
650
650
|
"entryPoint": 2241,
|
|
651
|
-
"id":
|
|
651
|
+
"id": 18134,
|
|
652
652
|
"parameterSlots": 0,
|
|
653
653
|
"returnSlots": 0
|
|
654
654
|
},
|
|
655
|
-
"@
|
|
655
|
+
"@_transferOwnership_17377": {
|
|
656
656
|
"entryPoint": 2137,
|
|
657
|
-
"id":
|
|
657
|
+
"id": 17377,
|
|
658
658
|
"parameterSlots": 1,
|
|
659
659
|
"returnSlots": 0
|
|
660
660
|
},
|
|
661
|
-
"@
|
|
661
|
+
"@authorize_8694": {
|
|
662
662
|
"entryPoint": 1643,
|
|
663
|
-
"id":
|
|
663
|
+
"id": 8694,
|
|
664
664
|
"parameterSlots": 1,
|
|
665
665
|
"returnSlots": 0
|
|
666
666
|
},
|
|
667
|
-
"@
|
|
667
|
+
"@isAuthorized_8553": {
|
|
668
668
|
"entryPoint": null,
|
|
669
|
-
"id":
|
|
669
|
+
"id": 8553,
|
|
670
670
|
"parameterSlots": 0,
|
|
671
671
|
"returnSlots": 0
|
|
672
672
|
},
|
|
673
|
-
"@
|
|
673
|
+
"@maxGasPrice_8559": {
|
|
674
674
|
"entryPoint": null,
|
|
675
|
-
"id":
|
|
675
|
+
"id": 8559,
|
|
676
676
|
"parameterSlots": 0,
|
|
677
677
|
"returnSlots": 0
|
|
678
678
|
},
|
|
679
|
-
"@
|
|
679
|
+
"@owner_17306": {
|
|
680
680
|
"entryPoint": null,
|
|
681
|
-
"id":
|
|
681
|
+
"id": 17306,
|
|
682
682
|
"parameterSlots": 0,
|
|
683
683
|
"returnSlots": 1
|
|
684
684
|
},
|
|
685
|
-
"@
|
|
685
|
+
"@refund_8675": {
|
|
686
686
|
"entryPoint": 1181,
|
|
687
|
-
"id":
|
|
687
|
+
"id": 8675,
|
|
688
688
|
"parameterSlots": 2,
|
|
689
689
|
"returnSlots": 0
|
|
690
690
|
},
|
|
691
|
-
"@
|
|
691
|
+
"@renounceOwnership_17334": {
|
|
692
692
|
"entryPoint": 1161,
|
|
693
|
-
"id":
|
|
693
|
+
"id": 17334,
|
|
694
694
|
"parameterSlots": 0,
|
|
695
695
|
"returnSlots": 0
|
|
696
696
|
},
|
|
697
|
-
"@
|
|
697
|
+
"@setMaxGasPrice_8746": {
|
|
698
698
|
"entryPoint": 1735,
|
|
699
|
-
"id":
|
|
699
|
+
"id": 8746,
|
|
700
700
|
"parameterSlots": 1,
|
|
701
701
|
"returnSlots": 0
|
|
702
702
|
},
|
|
703
|
-
"@
|
|
703
|
+
"@setStaticGas_8729": {
|
|
704
704
|
"entryPoint": 1093,
|
|
705
|
-
"id":
|
|
705
|
+
"id": 8729,
|
|
706
706
|
"parameterSlots": 1,
|
|
707
707
|
"returnSlots": 0
|
|
708
708
|
},
|
|
709
|
-
"@
|
|
709
|
+
"@staticGas_8556": {
|
|
710
710
|
"entryPoint": null,
|
|
711
|
-
"id":
|
|
711
|
+
"id": 8556,
|
|
712
712
|
"parameterSlots": 0,
|
|
713
713
|
"returnSlots": 0
|
|
714
714
|
},
|
|
715
|
-
"@
|
|
715
|
+
"@transferOwnership_17357": {
|
|
716
716
|
"entryPoint": 1885,
|
|
717
|
-
"id":
|
|
717
|
+
"id": 17357,
|
|
718
718
|
"parameterSlots": 1,
|
|
719
719
|
"returnSlots": 0
|
|
720
720
|
},
|
|
721
|
-
"@
|
|
721
|
+
"@unauthorize_8712": {
|
|
722
722
|
"entryPoint": 1796,
|
|
723
|
-
"id":
|
|
723
|
+
"id": 8712,
|
|
724
724
|
"parameterSlots": 1,
|
|
725
725
|
"returnSlots": 0
|
|
726
726
|
},
|
|
727
|
-
"@
|
|
727
|
+
"@withdrawAll_8764": {
|
|
728
728
|
"entryPoint": 2029,
|
|
729
|
-
"id":
|
|
729
|
+
"id": 8764,
|
|
730
730
|
"parameterSlots": 1,
|
|
731
731
|
"returnSlots": 0
|
|
732
732
|
},
|
|
733
|
-
"@
|
|
733
|
+
"@withdraw_8815": {
|
|
734
734
|
"entryPoint": 671,
|
|
735
|
-
"id":
|
|
735
|
+
"id": 8815,
|
|
736
736
|
"parameterSlots": 2,
|
|
737
737
|
"returnSlots": 0
|
|
738
738
|
},
|
|
@@ -3806,7 +3806,7 @@
|
|
|
3806
3806
|
"storageLayout": {
|
|
3807
3807
|
"storage": [
|
|
3808
3808
|
{
|
|
3809
|
-
"astId":
|
|
3809
|
+
"astId": 17273,
|
|
3810
3810
|
"contract": "@keep-network/random-beacon/contracts/ReimbursementPool.sol:ReimbursementPool",
|
|
3811
3811
|
"label": "_owner",
|
|
3812
3812
|
"offset": 0,
|
|
@@ -3814,7 +3814,7 @@
|
|
|
3814
3814
|
"type": "t_address"
|
|
3815
3815
|
},
|
|
3816
3816
|
{
|
|
3817
|
-
"astId":
|
|
3817
|
+
"astId": 18100,
|
|
3818
3818
|
"contract": "@keep-network/random-beacon/contracts/ReimbursementPool.sol:ReimbursementPool",
|
|
3819
3819
|
"label": "_status",
|
|
3820
3820
|
"offset": 0,
|
|
@@ -3822,7 +3822,7 @@
|
|
|
3822
3822
|
"type": "t_uint256"
|
|
3823
3823
|
},
|
|
3824
3824
|
{
|
|
3825
|
-
"astId":
|
|
3825
|
+
"astId": 8553,
|
|
3826
3826
|
"contract": "@keep-network/random-beacon/contracts/ReimbursementPool.sol:ReimbursementPool",
|
|
3827
3827
|
"label": "isAuthorized",
|
|
3828
3828
|
"offset": 0,
|
|
@@ -3830,7 +3830,7 @@
|
|
|
3830
3830
|
"type": "t_mapping(t_address,t_bool)"
|
|
3831
3831
|
},
|
|
3832
3832
|
{
|
|
3833
|
-
"astId":
|
|
3833
|
+
"astId": 8556,
|
|
3834
3834
|
"contract": "@keep-network/random-beacon/contracts/ReimbursementPool.sol:ReimbursementPool",
|
|
3835
3835
|
"label": "staticGas",
|
|
3836
3836
|
"offset": 0,
|
|
@@ -3838,7 +3838,7 @@
|
|
|
3838
3838
|
"type": "t_uint256"
|
|
3839
3839
|
},
|
|
3840
3840
|
{
|
|
3841
|
-
"astId":
|
|
3841
|
+
"astId": 8559,
|
|
3842
3842
|
"contract": "@keep-network/random-beacon/contracts/ReimbursementPool.sol:ReimbursementPool",
|
|
3843
3843
|
"label": "maxGasPrice",
|
|
3844
3844
|
"offset": 0,
|
|
@@ -137,15 +137,15 @@
|
|
|
137
137
|
"evm": {
|
|
138
138
|
"bytecode": {
|
|
139
139
|
"functionDebugData": {
|
|
140
|
-
"@
|
|
140
|
+
"@_9342": {
|
|
141
141
|
"entryPoint": null,
|
|
142
|
-
"id":
|
|
142
|
+
"id": 9342,
|
|
143
143
|
"parameterSlots": 0,
|
|
144
144
|
"returnSlots": 0
|
|
145
145
|
},
|
|
146
|
-
"@
|
|
146
|
+
"@_transferChaosnetOwner_9458": {
|
|
147
147
|
"entryPoint": 44,
|
|
148
|
-
"id":
|
|
148
|
+
"id": 9458,
|
|
149
149
|
"parameterSlots": 1,
|
|
150
150
|
"returnSlots": 0
|
|
151
151
|
},
|
|
@@ -409,45 +409,45 @@
|
|
|
409
409
|
},
|
|
410
410
|
"deployedBytecode": {
|
|
411
411
|
"functionDebugData": {
|
|
412
|
-
"@
|
|
412
|
+
"@_transferChaosnetOwner_9458": {
|
|
413
413
|
"entryPoint": 1080,
|
|
414
|
-
"id":
|
|
414
|
+
"id": 9458,
|
|
415
415
|
"parameterSlots": 1,
|
|
416
416
|
"returnSlots": 0
|
|
417
417
|
},
|
|
418
|
-
"@
|
|
418
|
+
"@addBetaOperators_9400": {
|
|
419
419
|
"entryPoint": 279,
|
|
420
|
-
"id":
|
|
420
|
+
"id": 9400,
|
|
421
421
|
"parameterSlots": 2,
|
|
422
422
|
"returnSlots": 0
|
|
423
423
|
},
|
|
424
|
-
"@
|
|
424
|
+
"@chaosnetOwner_9316": {
|
|
425
425
|
"entryPoint": null,
|
|
426
|
-
"id":
|
|
426
|
+
"id": 9316,
|
|
427
427
|
"parameterSlots": 0,
|
|
428
428
|
"returnSlots": 0
|
|
429
429
|
},
|
|
430
|
-
"@
|
|
430
|
+
"@deactivateChaosnet_9416": {
|
|
431
431
|
"entryPoint": 857,
|
|
432
|
-
"id":
|
|
432
|
+
"id": 9416,
|
|
433
433
|
"parameterSlots": 0,
|
|
434
434
|
"returnSlots": 0
|
|
435
435
|
},
|
|
436
|
-
"@
|
|
436
|
+
"@isBetaOperator_9313": {
|
|
437
437
|
"entryPoint": null,
|
|
438
|
-
"id":
|
|
438
|
+
"id": 9313,
|
|
439
439
|
"parameterSlots": 0,
|
|
440
440
|
"returnSlots": 0
|
|
441
441
|
},
|
|
442
|
-
"@
|
|
442
|
+
"@isChaosnetActive_9308": {
|
|
443
443
|
"entryPoint": null,
|
|
444
|
-
"id":
|
|
444
|
+
"id": 9308,
|
|
445
445
|
"parameterSlots": 0,
|
|
446
446
|
"returnSlots": 0
|
|
447
447
|
},
|
|
448
|
-
"@
|
|
448
|
+
"@transferChaosnetOwnerRole_9439": {
|
|
449
449
|
"entryPoint": 631,
|
|
450
|
-
"id":
|
|
450
|
+
"id": 9439,
|
|
451
451
|
"parameterSlots": 1,
|
|
452
452
|
"returnSlots": 0
|
|
453
453
|
},
|
|
@@ -3183,7 +3183,7 @@
|
|
|
3183
3183
|
"storageLayout": {
|
|
3184
3184
|
"storage": [
|
|
3185
3185
|
{
|
|
3186
|
-
"astId":
|
|
3186
|
+
"astId": 9308,
|
|
3187
3187
|
"contract": "@keep-network/sortition-pools/contracts/Chaosnet.sol:Chaosnet",
|
|
3188
3188
|
"label": "isChaosnetActive",
|
|
3189
3189
|
"offset": 0,
|
|
@@ -3191,7 +3191,7 @@
|
|
|
3191
3191
|
"type": "t_bool"
|
|
3192
3192
|
},
|
|
3193
3193
|
{
|
|
3194
|
-
"astId":
|
|
3194
|
+
"astId": 9313,
|
|
3195
3195
|
"contract": "@keep-network/sortition-pools/contracts/Chaosnet.sol:Chaosnet",
|
|
3196
3196
|
"label": "isBetaOperator",
|
|
3197
3197
|
"offset": 0,
|
|
@@ -3199,7 +3199,7 @@
|
|
|
3199
3199
|
"type": "t_mapping(t_address,t_bool)"
|
|
3200
3200
|
},
|
|
3201
3201
|
{
|
|
3202
|
-
"astId":
|
|
3202
|
+
"astId": 9316,
|
|
3203
3203
|
"contract": "@keep-network/sortition-pools/contracts/Chaosnet.sol:Chaosnet",
|
|
3204
3204
|
"label": "chaosnetOwner",
|
|
3205
3205
|
"offset": 0,
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"evm": {
|
|
35
35
|
"bytecode": {
|
|
36
36
|
"functionDebugData": {
|
|
37
|
-
"@
|
|
37
|
+
"@_9907": {
|
|
38
38
|
"entryPoint": null,
|
|
39
|
-
"id":
|
|
39
|
+
"id": 9907,
|
|
40
40
|
"parameterSlots": 0,
|
|
41
41
|
"returnSlots": 0
|
|
42
42
|
}
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
},
|
|
49
49
|
"deployedBytecode": {
|
|
50
50
|
"functionDebugData": {
|
|
51
|
-
"@
|
|
51
|
+
"@ineligibleEarnedRewards_9891": {
|
|
52
52
|
"entryPoint": null,
|
|
53
|
-
"id":
|
|
53
|
+
"id": 9891,
|
|
54
54
|
"parameterSlots": 0,
|
|
55
55
|
"returnSlots": 0
|
|
56
56
|
},
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"storageLayout": {
|
|
226
226
|
"storage": [
|
|
227
227
|
{
|
|
228
|
-
"astId":
|
|
228
|
+
"astId": 9887,
|
|
229
229
|
"contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
|
|
230
230
|
"label": "globalRewardAccumulator",
|
|
231
231
|
"offset": 0,
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"type": "t_uint96"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
|
-
"astId":
|
|
236
|
+
"astId": 9889,
|
|
237
237
|
"contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
|
|
238
238
|
"label": "rewardRoundingDust",
|
|
239
239
|
"offset": 12,
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"type": "t_uint96"
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
|
-
"astId":
|
|
244
|
+
"astId": 9891,
|
|
245
245
|
"contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
|
|
246
246
|
"label": "ineligibleEarnedRewards",
|
|
247
247
|
"offset": 0,
|
|
@@ -249,28 +249,28 @@
|
|
|
249
249
|
"type": "t_uint96"
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
|
-
"astId":
|
|
252
|
+
"astId": 9898,
|
|
253
253
|
"contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
|
|
254
254
|
"label": "operatorRewards",
|
|
255
255
|
"offset": 0,
|
|
256
256
|
"slot": "2",
|
|
257
|
-
"type": "t_mapping(t_uint32,t_struct(OperatorRewards)
|
|
257
|
+
"type": "t_mapping(t_uint32,t_struct(OperatorRewards)9885_storage)"
|
|
258
258
|
}
|
|
259
259
|
],
|
|
260
260
|
"types": {
|
|
261
|
-
"t_mapping(t_uint32,t_struct(OperatorRewards)
|
|
261
|
+
"t_mapping(t_uint32,t_struct(OperatorRewards)9885_storage)": {
|
|
262
262
|
"encoding": "mapping",
|
|
263
263
|
"key": "t_uint32",
|
|
264
264
|
"label": "mapping(uint32 => struct Rewards.OperatorRewards)",
|
|
265
265
|
"numberOfBytes": "32",
|
|
266
|
-
"value": "t_struct(OperatorRewards)
|
|
266
|
+
"value": "t_struct(OperatorRewards)9885_storage"
|
|
267
267
|
},
|
|
268
|
-
"t_struct(OperatorRewards)
|
|
268
|
+
"t_struct(OperatorRewards)9885_storage": {
|
|
269
269
|
"encoding": "inplace",
|
|
270
270
|
"label": "struct Rewards.OperatorRewards",
|
|
271
271
|
"members": [
|
|
272
272
|
{
|
|
273
|
-
"astId":
|
|
273
|
+
"astId": 9878,
|
|
274
274
|
"contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
|
|
275
275
|
"label": "accumulated",
|
|
276
276
|
"offset": 0,
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"type": "t_uint96"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
|
-
"astId":
|
|
281
|
+
"astId": 9880,
|
|
282
282
|
"contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
|
|
283
283
|
"label": "available",
|
|
284
284
|
"offset": 12,
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
"type": "t_uint96"
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
|
-
"astId":
|
|
289
|
+
"astId": 9882,
|
|
290
290
|
"contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
|
|
291
291
|
"label": "ineligibleUntil",
|
|
292
292
|
"offset": 24,
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"type": "t_uint32"
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
|
-
"astId":
|
|
297
|
+
"astId": 9884,
|
|
298
298
|
"contract": "@keep-network/sortition-pools/contracts/Rewards.sol:Rewards",
|
|
299
299
|
"label": "weight",
|
|
300
300
|
"offset": 28,
|