@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
|
@@ -165,9 +165,9 @@
|
|
|
165
165
|
"evm": {
|
|
166
166
|
"bytecode": {
|
|
167
167
|
"functionDebugData": {
|
|
168
|
-
"@
|
|
168
|
+
"@_11124": {
|
|
169
169
|
"entryPoint": null,
|
|
170
|
-
"id":
|
|
170
|
+
"id": 11124,
|
|
171
171
|
"parameterSlots": 0,
|
|
172
172
|
"returnSlots": 0
|
|
173
173
|
}
|
|
@@ -179,51 +179,51 @@
|
|
|
179
179
|
},
|
|
180
180
|
"deployedBytecode": {
|
|
181
181
|
"functionDebugData": {
|
|
182
|
-
"@
|
|
182
|
+
"@getFlaggedLeafPosition_11740": {
|
|
183
183
|
"entryPoint": null,
|
|
184
|
-
"id":
|
|
184
|
+
"id": 11740,
|
|
185
185
|
"parameterSlots": 1,
|
|
186
186
|
"returnSlots": 1
|
|
187
187
|
},
|
|
188
|
-
"@
|
|
188
|
+
"@getIDOperator_11159": {
|
|
189
189
|
"entryPoint": 356,
|
|
190
|
-
"id":
|
|
190
|
+
"id": 11159,
|
|
191
191
|
"parameterSlots": 1,
|
|
192
192
|
"returnSlots": 1
|
|
193
193
|
},
|
|
194
|
-
"@
|
|
194
|
+
"@getIDOperators_11224": {
|
|
195
195
|
"entryPoint": 479,
|
|
196
|
-
"id":
|
|
196
|
+
"id": 11224,
|
|
197
197
|
"parameterSlots": 2,
|
|
198
198
|
"returnSlots": 1
|
|
199
199
|
},
|
|
200
|
-
"@
|
|
200
|
+
"@getOperatorID_11137": {
|
|
201
201
|
"entryPoint": null,
|
|
202
|
-
"id":
|
|
202
|
+
"id": 11137,
|
|
203
203
|
"parameterSlots": 1,
|
|
204
204
|
"returnSlots": 1
|
|
205
205
|
},
|
|
206
|
-
"@
|
|
206
|
+
"@isOperatorRegistered_11239": {
|
|
207
207
|
"entryPoint": null,
|
|
208
|
-
"id":
|
|
208
|
+
"id": 11239,
|
|
209
209
|
"parameterSlots": 1,
|
|
210
210
|
"returnSlots": 1
|
|
211
211
|
},
|
|
212
|
-
"@
|
|
212
|
+
"@operatorsInPool_11260": {
|
|
213
213
|
"entryPoint": 452,
|
|
214
|
-
"id":
|
|
214
|
+
"id": 11260,
|
|
215
215
|
"parameterSlots": 0,
|
|
216
216
|
"returnSlots": 1
|
|
217
217
|
},
|
|
218
|
-
"@
|
|
218
|
+
"@sumWeight_9249": {
|
|
219
219
|
"entryPoint": 747,
|
|
220
|
-
"id":
|
|
220
|
+
"id": 9249,
|
|
221
221
|
"parameterSlots": 1,
|
|
222
222
|
"returnSlots": 1
|
|
223
223
|
},
|
|
224
|
-
"@
|
|
224
|
+
"@totalWeight_11271": {
|
|
225
225
|
"entryPoint": 434,
|
|
226
|
-
"id":
|
|
226
|
+
"id": 11271,
|
|
227
227
|
"parameterSlots": 0,
|
|
228
228
|
"returnSlots": 1
|
|
229
229
|
},
|
|
@@ -2986,7 +2986,7 @@
|
|
|
2986
2986
|
"storageLayout": {
|
|
2987
2987
|
"storage": [
|
|
2988
2988
|
{
|
|
2989
|
-
"astId":
|
|
2989
|
+
"astId": 11081,
|
|
2990
2990
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
2991
2991
|
"label": "root",
|
|
2992
2992
|
"offset": 0,
|
|
@@ -2994,7 +2994,7 @@
|
|
|
2994
2994
|
"type": "t_uint256"
|
|
2995
2995
|
},
|
|
2996
2996
|
{
|
|
2997
|
-
"astId":
|
|
2997
|
+
"astId": 11087,
|
|
2998
2998
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
2999
2999
|
"label": "branches",
|
|
3000
3000
|
"offset": 0,
|
|
@@ -3002,7 +3002,7 @@
|
|
|
3002
3002
|
"type": "t_mapping(t_uint256,t_mapping(t_uint256,t_uint256))"
|
|
3003
3003
|
},
|
|
3004
3004
|
{
|
|
3005
|
-
"astId":
|
|
3005
|
+
"astId": 11091,
|
|
3006
3006
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3007
3007
|
"label": "leaves",
|
|
3008
3008
|
"offset": 0,
|
|
@@ -3010,7 +3010,7 @@
|
|
|
3010
3010
|
"type": "t_mapping(t_uint256,t_uint256)"
|
|
3011
3011
|
},
|
|
3012
3012
|
{
|
|
3013
|
-
"astId":
|
|
3013
|
+
"astId": 11095,
|
|
3014
3014
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3015
3015
|
"label": "flaggedLeafPosition",
|
|
3016
3016
|
"offset": 0,
|
|
@@ -3018,7 +3018,7 @@
|
|
|
3018
3018
|
"type": "t_mapping(t_address,t_uint256)"
|
|
3019
3019
|
},
|
|
3020
3020
|
{
|
|
3021
|
-
"astId":
|
|
3021
|
+
"astId": 11097,
|
|
3022
3022
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3023
3023
|
"label": "rightmostLeaf",
|
|
3024
3024
|
"offset": 0,
|
|
@@ -3026,7 +3026,7 @@
|
|
|
3026
3026
|
"type": "t_uint256"
|
|
3027
3027
|
},
|
|
3028
3028
|
{
|
|
3029
|
-
"astId":
|
|
3029
|
+
"astId": 11100,
|
|
3030
3030
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3031
3031
|
"label": "emptyLeaves",
|
|
3032
3032
|
"offset": 0,
|
|
@@ -3034,7 +3034,7 @@
|
|
|
3034
3034
|
"type": "t_array(t_uint256)dyn_storage"
|
|
3035
3035
|
},
|
|
3036
3036
|
{
|
|
3037
|
-
"astId":
|
|
3037
|
+
"astId": 11104,
|
|
3038
3038
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3039
3039
|
"label": "operatorID",
|
|
3040
3040
|
"offset": 0,
|
|
@@ -3042,7 +3042,7 @@
|
|
|
3042
3042
|
"type": "t_mapping(t_address,t_uint32)"
|
|
3043
3043
|
},
|
|
3044
3044
|
{
|
|
3045
|
-
"astId":
|
|
3045
|
+
"astId": 11107,
|
|
3046
3046
|
"contract": "@keep-network/sortition-pools/contracts/SortitionTree.sol:SortitionTree",
|
|
3047
3047
|
"label": "idAddress",
|
|
3048
3048
|
"offset": 0,
|
|
@@ -973,45 +973,45 @@
|
|
|
973
973
|
"evm": {
|
|
974
974
|
"bytecode": {
|
|
975
975
|
"functionDebugData": {
|
|
976
|
-
"@
|
|
976
|
+
"@_17973": {
|
|
977
977
|
"entryPoint": null,
|
|
978
|
-
"id":
|
|
978
|
+
"id": 17973,
|
|
979
979
|
"parameterSlots": 4,
|
|
980
980
|
"returnSlots": 0
|
|
981
981
|
},
|
|
982
|
-
"@
|
|
982
|
+
"@_grantRole_17556": {
|
|
983
983
|
"entryPoint": 648,
|
|
984
|
-
"id":
|
|
984
|
+
"id": 17556,
|
|
985
985
|
"parameterSlots": 2,
|
|
986
986
|
"returnSlots": 0
|
|
987
987
|
},
|
|
988
|
-
"@
|
|
988
|
+
"@_msgSender_21362": {
|
|
989
989
|
"entryPoint": null,
|
|
990
|
-
"id":
|
|
990
|
+
"id": 21362,
|
|
991
991
|
"parameterSlots": 0,
|
|
992
992
|
"returnSlots": 1
|
|
993
993
|
},
|
|
994
|
-
"@
|
|
994
|
+
"@_setRoleAdmin_17524": {
|
|
995
995
|
"entryPoint": 557,
|
|
996
|
-
"id":
|
|
996
|
+
"id": 17524,
|
|
997
997
|
"parameterSlots": 2,
|
|
998
998
|
"returnSlots": 0
|
|
999
999
|
},
|
|
1000
|
-
"@
|
|
1000
|
+
"@_setupRole_17496": {
|
|
1001
1001
|
"entryPoint": 632,
|
|
1002
|
-
"id":
|
|
1002
|
+
"id": 17496,
|
|
1003
1003
|
"parameterSlots": 2,
|
|
1004
1004
|
"returnSlots": 0
|
|
1005
1005
|
},
|
|
1006
|
-
"@
|
|
1006
|
+
"@getRoleAdmin_17419": {
|
|
1007
1007
|
"entryPoint": null,
|
|
1008
|
-
"id":
|
|
1008
|
+
"id": 17419,
|
|
1009
1009
|
"parameterSlots": 1,
|
|
1010
1010
|
"returnSlots": 1
|
|
1011
1011
|
},
|
|
1012
|
-
"@
|
|
1012
|
+
"@hasRole_17352": {
|
|
1013
1013
|
"entryPoint": null,
|
|
1014
|
-
"id":
|
|
1014
|
+
"id": 17352,
|
|
1015
1015
|
"parameterSlots": 2,
|
|
1016
1016
|
"returnSlots": 1
|
|
1017
1017
|
},
|
|
@@ -3301,255 +3301,255 @@
|
|
|
3301
3301
|
},
|
|
3302
3302
|
"deployedBytecode": {
|
|
3303
3303
|
"functionDebugData": {
|
|
3304
|
-
"@
|
|
3304
|
+
"@CANCELLER_ROLE_17807": {
|
|
3305
3305
|
"entryPoint": null,
|
|
3306
|
-
"id":
|
|
3306
|
+
"id": 17807,
|
|
3307
3307
|
"parameterSlots": 0,
|
|
3308
3308
|
"returnSlots": 0
|
|
3309
3309
|
},
|
|
3310
|
-
"@
|
|
3310
|
+
"@DEFAULT_ADMIN_ROLE_17300": {
|
|
3311
3311
|
"entryPoint": null,
|
|
3312
|
-
"id":
|
|
3312
|
+
"id": 17300,
|
|
3313
3313
|
"parameterSlots": 0,
|
|
3314
3314
|
"returnSlots": 0
|
|
3315
3315
|
},
|
|
3316
|
-
"@
|
|
3316
|
+
"@EXECUTOR_ROLE_17802": {
|
|
3317
3317
|
"entryPoint": null,
|
|
3318
|
-
"id":
|
|
3318
|
+
"id": 17802,
|
|
3319
3319
|
"parameterSlots": 0,
|
|
3320
3320
|
"returnSlots": 0
|
|
3321
3321
|
},
|
|
3322
|
-
"@
|
|
3322
|
+
"@PROPOSER_ROLE_17797": {
|
|
3323
3323
|
"entryPoint": null,
|
|
3324
|
-
"id":
|
|
3324
|
+
"id": 17797,
|
|
3325
3325
|
"parameterSlots": 0,
|
|
3326
3326
|
"returnSlots": 0
|
|
3327
3327
|
},
|
|
3328
|
-
"@
|
|
3328
|
+
"@TIMELOCK_ADMIN_ROLE_17792": {
|
|
3329
3329
|
"entryPoint": null,
|
|
3330
|
-
"id":
|
|
3330
|
+
"id": 17792,
|
|
3331
3331
|
"parameterSlots": 0,
|
|
3332
3332
|
"returnSlots": 0
|
|
3333
3333
|
},
|
|
3334
|
-
"@
|
|
3334
|
+
"@_18001": {
|
|
3335
3335
|
"entryPoint": null,
|
|
3336
|
-
"id":
|
|
3336
|
+
"id": 18001,
|
|
3337
3337
|
"parameterSlots": 0,
|
|
3338
3338
|
"returnSlots": 0
|
|
3339
3339
|
},
|
|
3340
|
-
"@
|
|
3340
|
+
"@_afterCall_18594": {
|
|
3341
3341
|
"entryPoint": 4963,
|
|
3342
|
-
"id":
|
|
3342
|
+
"id": 18594,
|
|
3343
3343
|
"parameterSlots": 1,
|
|
3344
3344
|
"returnSlots": 0
|
|
3345
3345
|
},
|
|
3346
|
-
"@
|
|
3346
|
+
"@_beforeCall_18574": {
|
|
3347
3347
|
"entryPoint": 4496,
|
|
3348
|
-
"id":
|
|
3348
|
+
"id": 18574,
|
|
3349
3349
|
"parameterSlots": 2,
|
|
3350
3350
|
"returnSlots": 0
|
|
3351
3351
|
},
|
|
3352
|
-
"@
|
|
3352
|
+
"@_checkRole_17365": {
|
|
3353
3353
|
"entryPoint": 3989,
|
|
3354
|
-
"id":
|
|
3354
|
+
"id": 17365,
|
|
3355
3355
|
"parameterSlots": 1,
|
|
3356
3356
|
"returnSlots": 0
|
|
3357
3357
|
},
|
|
3358
|
-
"@
|
|
3358
|
+
"@_checkRole_17404": {
|
|
3359
3359
|
"entryPoint": 4381,
|
|
3360
|
-
"id":
|
|
3360
|
+
"id": 17404,
|
|
3361
3361
|
"parameterSlots": 2,
|
|
3362
3362
|
"returnSlots": 0
|
|
3363
3363
|
},
|
|
3364
|
-
"@
|
|
3364
|
+
"@_execute_18544": {
|
|
3365
3365
|
"entryPoint": 4742,
|
|
3366
|
-
"id":
|
|
3366
|
+
"id": 18544,
|
|
3367
3367
|
"parameterSlots": 4,
|
|
3368
3368
|
"returnSlots": 0
|
|
3369
3369
|
},
|
|
3370
|
-
"@
|
|
3370
|
+
"@_grantRole_17556": {
|
|
3371
3371
|
"entryPoint": 5087,
|
|
3372
|
-
"id":
|
|
3372
|
+
"id": 17556,
|
|
3373
3373
|
"parameterSlots": 2,
|
|
3374
3374
|
"returnSlots": 0
|
|
3375
3375
|
},
|
|
3376
|
-
"@
|
|
3376
|
+
"@_msgSender_21362": {
|
|
3377
3377
|
"entryPoint": null,
|
|
3378
|
-
"id":
|
|
3378
|
+
"id": 21362,
|
|
3379
3379
|
"parameterSlots": 0,
|
|
3380
3380
|
"returnSlots": 1
|
|
3381
3381
|
},
|
|
3382
|
-
"@
|
|
3382
|
+
"@_revokeRole_17587": {
|
|
3383
3383
|
"entryPoint": 5245,
|
|
3384
|
-
"id":
|
|
3384
|
+
"id": 17587,
|
|
3385
3385
|
"parameterSlots": 2,
|
|
3386
3386
|
"returnSlots": 0
|
|
3387
3387
|
},
|
|
3388
|
-
"@
|
|
3388
|
+
"@_schedule_18339": {
|
|
3389
3389
|
"entryPoint": 4002,
|
|
3390
|
-
"id":
|
|
3390
|
+
"id": 18339,
|
|
3391
3391
|
"parameterSlots": 2,
|
|
3392
3392
|
"returnSlots": 0
|
|
3393
3393
|
},
|
|
3394
|
-
"@
|
|
3394
|
+
"@cancel_18365": {
|
|
3395
3395
|
"entryPoint": 3146,
|
|
3396
|
-
"id":
|
|
3396
|
+
"id": 18365,
|
|
3397
3397
|
"parameterSlots": 1,
|
|
3398
3398
|
"returnSlots": 0
|
|
3399
3399
|
},
|
|
3400
|
-
"@
|
|
3400
|
+
"@executeBatch_18519": {
|
|
3401
3401
|
"entryPoint": 3408,
|
|
3402
|
-
"id":
|
|
3402
|
+
"id": 18519,
|
|
3403
3403
|
"parameterSlots": 8,
|
|
3404
3404
|
"returnSlots": 0
|
|
3405
3405
|
},
|
|
3406
|
-
"@
|
|
3406
|
+
"@execute_18416": {
|
|
3407
3407
|
"entryPoint": 1854,
|
|
3408
|
-
"id":
|
|
3408
|
+
"id": 18416,
|
|
3409
3409
|
"parameterSlots": 6,
|
|
3410
3410
|
"returnSlots": 0
|
|
3411
3411
|
},
|
|
3412
|
-
"@
|
|
3412
|
+
"@getMinDelay_18116": {
|
|
3413
3413
|
"entryPoint": null,
|
|
3414
|
-
"id":
|
|
3414
|
+
"id": 18116,
|
|
3415
3415
|
"parameterSlots": 0,
|
|
3416
3416
|
"returnSlots": 1
|
|
3417
3417
|
},
|
|
3418
|
-
"@
|
|
3418
|
+
"@getRoleAdmin_17419": {
|
|
3419
3419
|
"entryPoint": null,
|
|
3420
|
-
"id":
|
|
3420
|
+
"id": 17419,
|
|
3421
3421
|
"parameterSlots": 1,
|
|
3422
3422
|
"returnSlots": 1
|
|
3423
3423
|
},
|
|
3424
|
-
"@
|
|
3424
|
+
"@getTimestamp_18107": {
|
|
3425
3425
|
"entryPoint": null,
|
|
3426
|
-
"id":
|
|
3426
|
+
"id": 18107,
|
|
3427
3427
|
"parameterSlots": 1,
|
|
3428
3428
|
"returnSlots": 1
|
|
3429
3429
|
},
|
|
3430
|
-
"@
|
|
3430
|
+
"@grantRole_17439": {
|
|
3431
3431
|
"entryPoint": 2140,
|
|
3432
|
-
"id":
|
|
3432
|
+
"id": 17439,
|
|
3433
3433
|
"parameterSlots": 2,
|
|
3434
3434
|
"returnSlots": 0
|
|
3435
3435
|
},
|
|
3436
|
-
"@
|
|
3436
|
+
"@hasRole_17352": {
|
|
3437
3437
|
"entryPoint": null,
|
|
3438
|
-
"id":
|
|
3438
|
+
"id": 17352,
|
|
3439
3439
|
"parameterSlots": 2,
|
|
3440
3440
|
"returnSlots": 1
|
|
3441
3441
|
},
|
|
3442
|
-
"@
|
|
3442
|
+
"@hashOperationBatch_18175": {
|
|
3443
3443
|
"entryPoint": 3077,
|
|
3444
|
-
"id":
|
|
3444
|
+
"id": 18175,
|
|
3445
3445
|
"parameterSlots": 8,
|
|
3446
3446
|
"returnSlots": 1
|
|
3447
3447
|
},
|
|
3448
|
-
"@
|
|
3448
|
+
"@hashOperation_18144": {
|
|
3449
3449
|
"entryPoint": 2556,
|
|
3450
|
-
"id":
|
|
3450
|
+
"id": 18144,
|
|
3451
3451
|
"parameterSlots": 6,
|
|
3452
3452
|
"returnSlots": 1
|
|
3453
3453
|
},
|
|
3454
|
-
"@
|
|
3454
|
+
"@isOperationDone_18094": {
|
|
3455
3455
|
"entryPoint": null,
|
|
3456
|
-
"id":
|
|
3456
|
+
"id": 18094,
|
|
3457
3457
|
"parameterSlots": 1,
|
|
3458
3458
|
"returnSlots": 1
|
|
3459
3459
|
},
|
|
3460
|
-
"@
|
|
3460
|
+
"@isOperationPending_18055": {
|
|
3461
3461
|
"entryPoint": 2352,
|
|
3462
|
-
"id":
|
|
3462
|
+
"id": 18055,
|
|
3463
3463
|
"parameterSlots": 1,
|
|
3464
3464
|
"returnSlots": 1
|
|
3465
3465
|
},
|
|
3466
|
-
"@
|
|
3466
|
+
"@isOperationReady_18079": {
|
|
3467
3467
|
"entryPoint": 2102,
|
|
3468
|
-
"id":
|
|
3468
|
+
"id": 18079,
|
|
3469
3469
|
"parameterSlots": 1,
|
|
3470
3470
|
"returnSlots": 1
|
|
3471
3471
|
},
|
|
3472
|
-
"@
|
|
3472
|
+
"@isOperation_18040": {
|
|
3473
3473
|
"entryPoint": 2182,
|
|
3474
|
-
"id":
|
|
3474
|
+
"id": 18040,
|
|
3475
3475
|
"parameterSlots": 1,
|
|
3476
3476
|
"returnSlots": 1
|
|
3477
3477
|
},
|
|
3478
|
-
"@
|
|
3478
|
+
"@onERC1155BatchReceived_18687": {
|
|
3479
3479
|
"entryPoint": null,
|
|
3480
|
-
"id":
|
|
3480
|
+
"id": 18687,
|
|
3481
3481
|
"parameterSlots": 5,
|
|
3482
3482
|
"returnSlots": 1
|
|
3483
3483
|
},
|
|
3484
|
-
"@
|
|
3484
|
+
"@onERC1155Received_18663": {
|
|
3485
3485
|
"entryPoint": null,
|
|
3486
|
-
"id":
|
|
3486
|
+
"id": 18663,
|
|
3487
3487
|
"parameterSlots": 5,
|
|
3488
3488
|
"returnSlots": 1
|
|
3489
3489
|
},
|
|
3490
|
-
"@
|
|
3490
|
+
"@onERC721Received_18641": {
|
|
3491
3491
|
"entryPoint": null,
|
|
3492
|
-
"id":
|
|
3492
|
+
"id": 18641,
|
|
3493
3493
|
"parameterSlots": 4,
|
|
3494
3494
|
"returnSlots": 1
|
|
3495
3495
|
},
|
|
3496
|
-
"@
|
|
3496
|
+
"@renounceRole_17482": {
|
|
3497
3497
|
"entryPoint": 2207,
|
|
3498
|
-
"id":
|
|
3498
|
+
"id": 17482,
|
|
3499
3499
|
"parameterSlots": 2,
|
|
3500
3500
|
"returnSlots": 0
|
|
3501
3501
|
},
|
|
3502
|
-
"@
|
|
3502
|
+
"@revokeRole_17459": {
|
|
3503
3503
|
"entryPoint": 3371,
|
|
3504
|
-
"id":
|
|
3504
|
+
"id": 17459,
|
|
3505
3505
|
"parameterSlots": 2,
|
|
3506
3506
|
"returnSlots": 0
|
|
3507
3507
|
},
|
|
3508
|
-
"@
|
|
3508
|
+
"@scheduleBatch_18305": {
|
|
3509
3509
|
"entryPoint": 2619,
|
|
3510
|
-
"id":
|
|
3510
|
+
"id": 18305,
|
|
3511
3511
|
"parameterSlots": 9,
|
|
3512
3512
|
"returnSlots": 0
|
|
3513
3513
|
},
|
|
3514
|
-
"@
|
|
3514
|
+
"@schedule_18220": {
|
|
3515
3515
|
"entryPoint": 1637,
|
|
3516
|
-
"id":
|
|
3516
|
+
"id": 18220,
|
|
3517
3517
|
"parameterSlots": 7,
|
|
3518
3518
|
"returnSlots": 0
|
|
3519
3519
|
},
|
|
3520
|
-
"@
|
|
3520
|
+
"@supportsInterface_17333": {
|
|
3521
3521
|
"entryPoint": 4278,
|
|
3522
|
-
"id":
|
|
3522
|
+
"id": 17333,
|
|
3523
3523
|
"parameterSlots": 1,
|
|
3524
3524
|
"returnSlots": 1
|
|
3525
3525
|
},
|
|
3526
|
-
"@
|
|
3526
|
+
"@supportsInterface_18025": {
|
|
3527
3527
|
"entryPoint": 1786,
|
|
3528
|
-
"id":
|
|
3528
|
+
"id": 18025,
|
|
3529
3529
|
"parameterSlots": 1,
|
|
3530
3530
|
"returnSlots": 1
|
|
3531
3531
|
},
|
|
3532
|
-
"@
|
|
3532
|
+
"@supportsInterface_21991": {
|
|
3533
3533
|
"entryPoint": null,
|
|
3534
|
-
"id":
|
|
3534
|
+
"id": 21991,
|
|
3535
3535
|
"parameterSlots": 1,
|
|
3536
3536
|
"returnSlots": 1
|
|
3537
3537
|
},
|
|
3538
|
-
"@
|
|
3538
|
+
"@toHexString_21586": {
|
|
3539
3539
|
"entryPoint": 5390,
|
|
3540
|
-
"id":
|
|
3540
|
+
"id": 21586,
|
|
3541
3541
|
"parameterSlots": 2,
|
|
3542
3542
|
"returnSlots": 1
|
|
3543
3543
|
},
|
|
3544
|
-
"@
|
|
3544
|
+
"@toHexString_21606": {
|
|
3545
3545
|
"entryPoint": 5372,
|
|
3546
|
-
"id":
|
|
3546
|
+
"id": 21606,
|
|
3547
3547
|
"parameterSlots": 1,
|
|
3548
3548
|
"returnSlots": 1
|
|
3549
3549
|
},
|
|
3550
|
-
"@
|
|
3550
|
+
"@updateDelay_18621": {
|
|
3551
3551
|
"entryPoint": 2374,
|
|
3552
|
-
"id":
|
|
3552
|
+
"id": 18621,
|
|
3553
3553
|
"parameterSlots": 1,
|
|
3554
3554
|
"returnSlots": 0
|
|
3555
3555
|
},
|
|
@@ -19422,15 +19422,15 @@
|
|
|
19422
19422
|
"storageLayout": {
|
|
19423
19423
|
"storage": [
|
|
19424
19424
|
{
|
|
19425
|
-
"astId":
|
|
19425
|
+
"astId": 17297,
|
|
19426
19426
|
"contract": "@openzeppelin/contracts/governance/TimelockController.sol:TimelockController",
|
|
19427
19427
|
"label": "_roles",
|
|
19428
19428
|
"offset": 0,
|
|
19429
19429
|
"slot": "0",
|
|
19430
|
-
"type": "t_mapping(t_bytes32,t_struct(RoleData)
|
|
19430
|
+
"type": "t_mapping(t_bytes32,t_struct(RoleData)17292_storage)"
|
|
19431
19431
|
},
|
|
19432
19432
|
{
|
|
19433
|
-
"astId":
|
|
19433
|
+
"astId": 17817,
|
|
19434
19434
|
"contract": "@openzeppelin/contracts/governance/TimelockController.sol:TimelockController",
|
|
19435
19435
|
"label": "_timestamps",
|
|
19436
19436
|
"offset": 0,
|
|
@@ -19438,7 +19438,7 @@
|
|
|
19438
19438
|
"type": "t_mapping(t_bytes32,t_uint256)"
|
|
19439
19439
|
},
|
|
19440
19440
|
{
|
|
19441
|
-
"astId":
|
|
19441
|
+
"astId": 17819,
|
|
19442
19442
|
"contract": "@openzeppelin/contracts/governance/TimelockController.sol:TimelockController",
|
|
19443
19443
|
"label": "_minDelay",
|
|
19444
19444
|
"offset": 0,
|
|
@@ -19469,12 +19469,12 @@
|
|
|
19469
19469
|
"numberOfBytes": "32",
|
|
19470
19470
|
"value": "t_bool"
|
|
19471
19471
|
},
|
|
19472
|
-
"t_mapping(t_bytes32,t_struct(RoleData)
|
|
19472
|
+
"t_mapping(t_bytes32,t_struct(RoleData)17292_storage)": {
|
|
19473
19473
|
"encoding": "mapping",
|
|
19474
19474
|
"key": "t_bytes32",
|
|
19475
19475
|
"label": "mapping(bytes32 => struct AccessControl.RoleData)",
|
|
19476
19476
|
"numberOfBytes": "32",
|
|
19477
|
-
"value": "t_struct(RoleData)
|
|
19477
|
+
"value": "t_struct(RoleData)17292_storage"
|
|
19478
19478
|
},
|
|
19479
19479
|
"t_mapping(t_bytes32,t_uint256)": {
|
|
19480
19480
|
"encoding": "mapping",
|
|
@@ -19483,12 +19483,12 @@
|
|
|
19483
19483
|
"numberOfBytes": "32",
|
|
19484
19484
|
"value": "t_uint256"
|
|
19485
19485
|
},
|
|
19486
|
-
"t_struct(RoleData)
|
|
19486
|
+
"t_struct(RoleData)17292_storage": {
|
|
19487
19487
|
"encoding": "inplace",
|
|
19488
19488
|
"label": "struct AccessControl.RoleData",
|
|
19489
19489
|
"members": [
|
|
19490
19490
|
{
|
|
19491
|
-
"astId":
|
|
19491
|
+
"astId": 17289,
|
|
19492
19492
|
"contract": "@openzeppelin/contracts/governance/TimelockController.sol:TimelockController",
|
|
19493
19493
|
"label": "members",
|
|
19494
19494
|
"offset": 0,
|
|
@@ -19496,7 +19496,7 @@
|
|
|
19496
19496
|
"type": "t_mapping(t_address,t_bool)"
|
|
19497
19497
|
},
|
|
19498
19498
|
{
|
|
19499
|
-
"astId":
|
|
19499
|
+
"astId": 17291,
|
|
19500
19500
|
"contract": "@openzeppelin/contracts/governance/TimelockController.sol:TimelockController",
|
|
19501
19501
|
"label": "adminRole",
|
|
19502
19502
|
"offset": 0,
|