@keep-network/tbtc-v2 1.7.0 → 1.7.2
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/deploy/00_resolve_reimbursement_pool.js +1 -1
- package/export/deploy/00_resolve_tbtc_v1_token.js +1 -1
- package/export/deploy/00_resolve_wallet_registry.js +1 -1
- package/export/deploy/01_deploy_light_relay.js +1 -1
- package/export/deploy/02_deploy_tbtc_v2_token.js +1 -1
- package/export/deploy/03_deploy_vending_machine.js +1 -1
- package/export/deploy/04_transfer_vending_machine_roles.js +1 -1
- package/export/deploy/05_deploy_bank.js +1 -1
- package/export/deploy/06_deploy_bridge.js +1 -1
- package/export/deploy/07_deploy_tbtc_vault.js +1 -1
- package/export/deploy/08_deploy_donation_vault.js +1 -1
- package/export/deploy/09_deploy_bridge_governance.js +1 -1
- package/export/deploy/10_deploy_maintainer_proxy.js +1 -1
- package/export/deploy/11_bank_update_bridge.js +1 -1
- package/export/deploy/12_authorize_tbtc_vault_in_bridge.js +1 -1
- package/export/deploy/13_authorize_maintainer_proxy_in_bridge.js +1 -1
- package/export/deploy/14_set_deposit_parameters.js +1 -1
- package/export/deploy/15_set_wallet_parameters.js +1 -1
- package/export/deploy/16_disable_fraud_challenges.js +1 -1
- package/export/deploy/17_disable_redemptions.js +1 -1
- package/export/deploy/18_disable_moving_funds.js +1 -1
- package/export/deploy/19_authorize_spv_maintainer_in_bridge.js +1 -1
- package/export/deploy/20_transfer_bank_ownership.js +1 -1
- package/export/deploy/21_transfer_bridge_governance.js +1 -1
- package/export/deploy/22_transfer_bridge_governance_ownership.js +1 -1
- package/export/deploy/23_transfer_tbtc_vault_ownership.js +1 -1
- package/export/deploy/24_transfer_tbtc_ownership.js +1 -1
- package/export/deploy/25_transfer_maintainer_proxy_ownership.js +1 -1
- package/export/deploy/26_transfer_proxy_admin_ownership.js +1 -1
- package/export/deploy/27_authorize_maintainer_proxy_in_reimbursement_pool.js +1 -1
- package/export/deploy/28_authorize_bridge_in_reimbursement_pool.js +1 -1
- package/export/deploy/29_deploy_proxy_admin_with_deputy.js +1 -1
- package/export/deploy/30_deploy_vending_machine_v2.js +1 -1
- package/export/deploy/31_deploy_vending_machine_v3.js +1 -1
- package/export/deploy/32_transfer_vending_machine_v2_ownership.js +1 -1
- package/export/deploy/33_transfer_vending_machine_v3_ownership.js +1 -1
- package/export/deploy/34_deploy_light_relay_maintainer_proxy.js +1 -1
- package/export/deploy/35_authorize_maintainer_in_light_relay_maintainer_proxy.js +1 -1
- package/export/deploy/36_transfer_light_relay_maintainer_proxy_ownership.js +1 -1
- package/export/deploy/37_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +1 -1
- package/export/deploy/38_authorize_light_relay_maintainer_proxy_in_light_relay.js +1 -1
- package/export/deploy/39_deploy_wallet_proposal_validator.js +1 -1
- package/export/deploy/40_deploy_redemption_watchtower.js +1 -1
- package/export/deploy/41_transfer_redemption_watchtower_ownership.js +1 -1
- package/export/deploy/42_deploy_timelock.js +1 -1
- package/export/deploy/80_upgrade_bridge_v2.js +1 -1
- package/export/deploy/90_initialize_wallet_owner.js +1 -1
- package/export/deploy/91_genesis_relay.js +1 -1
- package/export/deploy/92_retarget_relay.js +1 -1
- package/export/deploy/93_authorize_relay_maintainer.js +1 -1
- package/export/deploy/94_transfer_relay_ownership.js +1 -1
- package/export/tasks/test-utils.js +1 -1
- package/export/test/integration/utils/ecdsa-wallet-registry.js +1 -1
- package/export/test/integration/utils/random-beacon.js +1 -1
- package/export/test/integration/utils/staking.js +1 -1
- 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 +6 -6
- 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
|
@@ -345,105 +345,105 @@
|
|
|
345
345
|
},
|
|
346
346
|
"deployedBytecode": {
|
|
347
347
|
"functionDebugData": {
|
|
348
|
-
"@
|
|
348
|
+
"@_afterTokenTransfer_12971": {
|
|
349
349
|
"entryPoint": null,
|
|
350
|
-
"id":
|
|
350
|
+
"id": 12971,
|
|
351
351
|
"parameterSlots": 3,
|
|
352
352
|
"returnSlots": 0
|
|
353
353
|
},
|
|
354
|
-
"@
|
|
354
|
+
"@_approve_12906": {
|
|
355
355
|
"entryPoint": 961,
|
|
356
|
-
"id":
|
|
356
|
+
"id": 12906,
|
|
357
357
|
"parameterSlots": 3,
|
|
358
358
|
"returnSlots": 0
|
|
359
359
|
},
|
|
360
|
-
"@
|
|
360
|
+
"@_beforeTokenTransfer_12960": {
|
|
361
361
|
"entryPoint": null,
|
|
362
|
-
"id":
|
|
362
|
+
"id": 12960,
|
|
363
363
|
"parameterSlots": 3,
|
|
364
364
|
"returnSlots": 0
|
|
365
365
|
},
|
|
366
|
-
"@
|
|
366
|
+
"@_msgSender_14079": {
|
|
367
367
|
"entryPoint": null,
|
|
368
|
-
"id":
|
|
368
|
+
"id": 14079,
|
|
369
369
|
"parameterSlots": 0,
|
|
370
370
|
"returnSlots": 1
|
|
371
371
|
},
|
|
372
|
-
"@
|
|
372
|
+
"@_spendAllowance_12949": {
|
|
373
373
|
"entryPoint": 1305,
|
|
374
|
-
"id":
|
|
374
|
+
"id": 12949,
|
|
375
375
|
"parameterSlots": 3,
|
|
376
376
|
"returnSlots": 0
|
|
377
377
|
},
|
|
378
|
-
"@
|
|
378
|
+
"@_transfer_12732": {
|
|
379
379
|
"entryPoint": 1451,
|
|
380
|
-
"id":
|
|
380
|
+
"id": 12732,
|
|
381
381
|
"parameterSlots": 3,
|
|
382
382
|
"returnSlots": 0
|
|
383
383
|
},
|
|
384
|
-
"@
|
|
384
|
+
"@allowance_12527": {
|
|
385
385
|
"entryPoint": null,
|
|
386
|
-
"id":
|
|
386
|
+
"id": 12527,
|
|
387
387
|
"parameterSlots": 2,
|
|
388
388
|
"returnSlots": 1
|
|
389
389
|
},
|
|
390
|
-
"@
|
|
390
|
+
"@approve_12552": {
|
|
391
391
|
"entryPoint": 632,
|
|
392
|
-
"id":
|
|
392
|
+
"id": 12552,
|
|
393
393
|
"parameterSlots": 2,
|
|
394
394
|
"returnSlots": 1
|
|
395
395
|
},
|
|
396
|
-
"@
|
|
396
|
+
"@balanceOf_12484": {
|
|
397
397
|
"entryPoint": null,
|
|
398
|
-
"id":
|
|
398
|
+
"id": 12484,
|
|
399
399
|
"parameterSlots": 1,
|
|
400
400
|
"returnSlots": 1
|
|
401
401
|
},
|
|
402
|
-
"@
|
|
402
|
+
"@decimals_12460": {
|
|
403
403
|
"entryPoint": null,
|
|
404
|
-
"id":
|
|
404
|
+
"id": 12460,
|
|
405
405
|
"parameterSlots": 0,
|
|
406
406
|
"returnSlots": 1
|
|
407
407
|
},
|
|
408
|
-
"@
|
|
408
|
+
"@decreaseAllowance_12655": {
|
|
409
409
|
"entryPoint": 772,
|
|
410
|
-
"id":
|
|
410
|
+
"id": 12655,
|
|
411
411
|
"parameterSlots": 2,
|
|
412
412
|
"returnSlots": 1
|
|
413
413
|
},
|
|
414
|
-
"@
|
|
414
|
+
"@increaseAllowance_12614": {
|
|
415
415
|
"entryPoint": 694,
|
|
416
|
-
"id":
|
|
416
|
+
"id": 12614,
|
|
417
417
|
"parameterSlots": 2,
|
|
418
418
|
"returnSlots": 1
|
|
419
419
|
},
|
|
420
|
-
"@
|
|
420
|
+
"@name_12440": {
|
|
421
421
|
"entryPoint": 486,
|
|
422
|
-
"id":
|
|
422
|
+
"id": 12440,
|
|
423
423
|
"parameterSlots": 0,
|
|
424
424
|
"returnSlots": 1
|
|
425
425
|
},
|
|
426
|
-
"@
|
|
426
|
+
"@symbol_12450": {
|
|
427
427
|
"entryPoint": 757,
|
|
428
|
-
"id":
|
|
428
|
+
"id": 12450,
|
|
429
429
|
"parameterSlots": 0,
|
|
430
430
|
"returnSlots": 1
|
|
431
431
|
},
|
|
432
|
-
"@
|
|
432
|
+
"@totalSupply_12470": {
|
|
433
433
|
"entryPoint": null,
|
|
434
|
-
"id":
|
|
434
|
+
"id": 12470,
|
|
435
435
|
"parameterSlots": 0,
|
|
436
436
|
"returnSlots": 1
|
|
437
437
|
},
|
|
438
|
-
"@
|
|
438
|
+
"@transferFrom_12585": {
|
|
439
439
|
"entryPoint": 658,
|
|
440
|
-
"id":
|
|
440
|
+
"id": 12585,
|
|
441
441
|
"parameterSlots": 3,
|
|
442
442
|
"returnSlots": 1
|
|
443
443
|
},
|
|
444
|
-
"@
|
|
444
|
+
"@transfer_12509": {
|
|
445
445
|
"entryPoint": 947,
|
|
446
|
-
"id":
|
|
446
|
+
"id": 12509,
|
|
447
447
|
"parameterSlots": 2,
|
|
448
448
|
"returnSlots": 1
|
|
449
449
|
},
|
|
@@ -4347,7 +4347,7 @@
|
|
|
4347
4347
|
"storageLayout": {
|
|
4348
4348
|
"storage": [
|
|
4349
4349
|
{
|
|
4350
|
-
"astId":
|
|
4350
|
+
"astId": 12003,
|
|
4351
4351
|
"contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
|
|
4352
4352
|
"label": "_initialized",
|
|
4353
4353
|
"offset": 0,
|
|
@@ -4355,7 +4355,7 @@
|
|
|
4355
4355
|
"type": "t_uint8"
|
|
4356
4356
|
},
|
|
4357
4357
|
{
|
|
4358
|
-
"astId":
|
|
4358
|
+
"astId": 12006,
|
|
4359
4359
|
"contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
|
|
4360
4360
|
"label": "_initializing",
|
|
4361
4361
|
"offset": 1,
|
|
@@ -4363,7 +4363,7 @@
|
|
|
4363
4363
|
"type": "t_bool"
|
|
4364
4364
|
},
|
|
4365
4365
|
{
|
|
4366
|
-
"astId":
|
|
4366
|
+
"astId": 14093,
|
|
4367
4367
|
"contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
|
|
4368
4368
|
"label": "__gap",
|
|
4369
4369
|
"offset": 0,
|
|
@@ -4371,7 +4371,7 @@
|
|
|
4371
4371
|
"type": "t_array(t_uint256)50_storage"
|
|
4372
4372
|
},
|
|
4373
4373
|
{
|
|
4374
|
-
"astId":
|
|
4374
|
+
"astId": 12384,
|
|
4375
4375
|
"contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
|
|
4376
4376
|
"label": "_balances",
|
|
4377
4377
|
"offset": 0,
|
|
@@ -4379,7 +4379,7 @@
|
|
|
4379
4379
|
"type": "t_mapping(t_address,t_uint256)"
|
|
4380
4380
|
},
|
|
4381
4381
|
{
|
|
4382
|
-
"astId":
|
|
4382
|
+
"astId": 12390,
|
|
4383
4383
|
"contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
|
|
4384
4384
|
"label": "_allowances",
|
|
4385
4385
|
"offset": 0,
|
|
@@ -4387,7 +4387,7 @@
|
|
|
4387
4387
|
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
|
|
4388
4388
|
},
|
|
4389
4389
|
{
|
|
4390
|
-
"astId":
|
|
4390
|
+
"astId": 12392,
|
|
4391
4391
|
"contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
|
|
4392
4392
|
"label": "_totalSupply",
|
|
4393
4393
|
"offset": 0,
|
|
@@ -4395,7 +4395,7 @@
|
|
|
4395
4395
|
"type": "t_uint256"
|
|
4396
4396
|
},
|
|
4397
4397
|
{
|
|
4398
|
-
"astId":
|
|
4398
|
+
"astId": 12394,
|
|
4399
4399
|
"contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
|
|
4400
4400
|
"label": "_name",
|
|
4401
4401
|
"offset": 0,
|
|
@@ -4403,7 +4403,7 @@
|
|
|
4403
4403
|
"type": "t_string_storage"
|
|
4404
4404
|
},
|
|
4405
4405
|
{
|
|
4406
|
-
"astId":
|
|
4406
|
+
"astId": 12396,
|
|
4407
4407
|
"contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
|
|
4408
4408
|
"label": "_symbol",
|
|
4409
4409
|
"offset": 0,
|
|
@@ -4411,7 +4411,7 @@
|
|
|
4411
4411
|
"type": "t_string_storage"
|
|
4412
4412
|
},
|
|
4413
4413
|
{
|
|
4414
|
-
"astId":
|
|
4414
|
+
"astId": 12976,
|
|
4415
4415
|
"contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
|
|
4416
4416
|
"label": "__gap",
|
|
4417
4417
|
"offset": 0,
|
|
@@ -544,33 +544,33 @@
|
|
|
544
544
|
"evm": {
|
|
545
545
|
"bytecode": {
|
|
546
546
|
"functionDebugData": {
|
|
547
|
-
"@
|
|
547
|
+
"@_17685": {
|
|
548
548
|
"entryPoint": null,
|
|
549
|
-
"id":
|
|
549
|
+
"id": 17685,
|
|
550
550
|
"parameterSlots": 0,
|
|
551
551
|
"returnSlots": 0
|
|
552
552
|
},
|
|
553
|
-
"@
|
|
553
|
+
"@_22953": {
|
|
554
554
|
"entryPoint": null,
|
|
555
|
-
"id":
|
|
555
|
+
"id": 22953,
|
|
556
556
|
"parameterSlots": 2,
|
|
557
557
|
"returnSlots": 0
|
|
558
558
|
},
|
|
559
|
-
"@
|
|
559
|
+
"@_msgSender_21362": {
|
|
560
560
|
"entryPoint": null,
|
|
561
|
-
"id":
|
|
561
|
+
"id": 21362,
|
|
562
562
|
"parameterSlots": 0,
|
|
563
563
|
"returnSlots": 1
|
|
564
564
|
},
|
|
565
|
-
"@
|
|
565
|
+
"@_transferOwnership_17773": {
|
|
566
566
|
"entryPoint": 119,
|
|
567
|
-
"id":
|
|
567
|
+
"id": 17773,
|
|
568
568
|
"parameterSlots": 1,
|
|
569
569
|
"returnSlots": 0
|
|
570
570
|
},
|
|
571
|
-
"@
|
|
571
|
+
"@buildDomainSeparator_23542": {
|
|
572
572
|
"entryPoint": 199,
|
|
573
|
-
"id":
|
|
573
|
+
"id": 23542,
|
|
574
574
|
"parameterSlots": 0,
|
|
575
575
|
"returnSlots": 1
|
|
576
576
|
},
|
|
@@ -5077,183 +5077,183 @@
|
|
|
5077
5077
|
},
|
|
5078
5078
|
"deployedBytecode": {
|
|
5079
5079
|
"functionDebugData": {
|
|
5080
|
-
"@
|
|
5080
|
+
"@DOMAIN_SEPARATOR_23324": {
|
|
5081
5081
|
"entryPoint": 1311,
|
|
5082
|
-
"id":
|
|
5082
|
+
"id": 23324,
|
|
5083
5083
|
"parameterSlots": 0,
|
|
5084
5084
|
"returnSlots": 1
|
|
5085
5085
|
},
|
|
5086
|
-
"@
|
|
5086
|
+
"@PERMIT_TYPEHASH_22910": {
|
|
5087
5087
|
"entryPoint": null,
|
|
5088
|
-
"id":
|
|
5088
|
+
"id": 22910,
|
|
5089
5089
|
"parameterSlots": 0,
|
|
5090
5090
|
"returnSlots": 0
|
|
5091
5091
|
},
|
|
5092
|
-
"@
|
|
5092
|
+
"@_approve_23509": {
|
|
5093
5093
|
"entryPoint": 2933,
|
|
5094
|
-
"id":
|
|
5094
|
+
"id": 23509,
|
|
5095
5095
|
"parameterSlots": 3,
|
|
5096
5096
|
"returnSlots": 0
|
|
5097
5097
|
},
|
|
5098
|
-
"@
|
|
5098
|
+
"@_burn_23386": {
|
|
5099
5099
|
"entryPoint": 4015,
|
|
5100
|
-
"id":
|
|
5100
|
+
"id": 23386,
|
|
5101
5101
|
"parameterSlots": 2,
|
|
5102
5102
|
"returnSlots": 0
|
|
5103
5103
|
},
|
|
5104
|
-
"@
|
|
5104
|
+
"@_checkOwner_17716": {
|
|
5105
5105
|
"entryPoint": 3925,
|
|
5106
|
-
"id":
|
|
5106
|
+
"id": 17716,
|
|
5107
5107
|
"parameterSlots": 0,
|
|
5108
5108
|
"returnSlots": 0
|
|
5109
5109
|
},
|
|
5110
|
-
"@
|
|
5110
|
+
"@_msgSender_21362": {
|
|
5111
5111
|
"entryPoint": null,
|
|
5112
|
-
"id":
|
|
5112
|
+
"id": 21362,
|
|
5113
5113
|
"parameterSlots": 0,
|
|
5114
5114
|
"returnSlots": 1
|
|
5115
5115
|
},
|
|
5116
|
-
"@
|
|
5116
|
+
"@_transferOwnership_17773": {
|
|
5117
5117
|
"entryPoint": 4243,
|
|
5118
|
-
"id":
|
|
5118
|
+
"id": 17773,
|
|
5119
5119
|
"parameterSlots": 1,
|
|
5120
5120
|
"returnSlots": 0
|
|
5121
5121
|
},
|
|
5122
|
-
"@
|
|
5122
|
+
"@_transfer_23465": {
|
|
5123
5123
|
"entryPoint": 3203,
|
|
5124
|
-
"id":
|
|
5124
|
+
"id": 23465,
|
|
5125
5125
|
"parameterSlots": 3,
|
|
5126
5126
|
"returnSlots": 0
|
|
5127
5127
|
},
|
|
5128
|
-
"@
|
|
5128
|
+
"@allowance_22893": {
|
|
5129
5129
|
"entryPoint": null,
|
|
5130
|
-
"id":
|
|
5130
|
+
"id": 22893,
|
|
5131
5131
|
"parameterSlots": 0,
|
|
5132
5132
|
"returnSlots": 0
|
|
5133
5133
|
},
|
|
5134
|
-
"@
|
|
5134
|
+
"@approveAndCall_23283": {
|
|
5135
5135
|
"entryPoint": 1847,
|
|
5136
|
-
"id":
|
|
5136
|
+
"id": 23283,
|
|
5137
5137
|
"parameterSlots": 3,
|
|
5138
5138
|
"returnSlots": 1
|
|
5139
5139
|
},
|
|
5140
|
-
"@
|
|
5140
|
+
"@approve_23304": {
|
|
5141
5141
|
"entryPoint": 1076,
|
|
5142
|
-
"id":
|
|
5142
|
+
"id": 23304,
|
|
5143
5143
|
"parameterSlots": 2,
|
|
5144
5144
|
"returnSlots": 1
|
|
5145
5145
|
},
|
|
5146
|
-
"@
|
|
5146
|
+
"@balanceOf_22885": {
|
|
5147
5147
|
"entryPoint": null,
|
|
5148
|
-
"id":
|
|
5148
|
+
"id": 22885,
|
|
5149
5149
|
"parameterSlots": 0,
|
|
5150
5150
|
"returnSlots": 0
|
|
5151
5151
|
},
|
|
5152
|
-
"@
|
|
5152
|
+
"@beforeTokenTransfer_23335": {
|
|
5153
5153
|
"entryPoint": null,
|
|
5154
|
-
"id":
|
|
5154
|
+
"id": 23335,
|
|
5155
5155
|
"parameterSlots": 3,
|
|
5156
5156
|
"returnSlots": 0
|
|
5157
5157
|
},
|
|
5158
|
-
"@
|
|
5158
|
+
"@buildDomainSeparator_23542": {
|
|
5159
5159
|
"entryPoint": 3722,
|
|
5160
|
-
"id":
|
|
5160
|
+
"id": 23542,
|
|
5161
5161
|
"parameterSlots": 0,
|
|
5162
5162
|
"returnSlots": 1
|
|
5163
5163
|
},
|
|
5164
|
-
"@
|
|
5164
|
+
"@burnFrom_23245": {
|
|
5165
5165
|
"entryPoint": 1666,
|
|
5166
|
-
"id":
|
|
5166
|
+
"id": 23245,
|
|
5167
5167
|
"parameterSlots": 2,
|
|
5168
5168
|
"returnSlots": 0
|
|
5169
5169
|
},
|
|
5170
|
-
"@
|
|
5170
|
+
"@burn_23196": {
|
|
5171
5171
|
"entryPoint": 1633,
|
|
5172
|
-
"id":
|
|
5172
|
+
"id": 23196,
|
|
5173
5173
|
"parameterSlots": 1,
|
|
5174
5174
|
"returnSlots": 0
|
|
5175
5175
|
},
|
|
5176
|
-
"@
|
|
5176
|
+
"@cachedChainId_22901": {
|
|
5177
5177
|
"entryPoint": null,
|
|
5178
|
-
"id":
|
|
5178
|
+
"id": 22901,
|
|
5179
5179
|
"parameterSlots": 0,
|
|
5180
5180
|
"returnSlots": 0
|
|
5181
5181
|
},
|
|
5182
|
-
"@
|
|
5182
|
+
"@cachedDomainSeparator_22903": {
|
|
5183
5183
|
"entryPoint": null,
|
|
5184
|
-
"id":
|
|
5184
|
+
"id": 22903,
|
|
5185
5185
|
"parameterSlots": 0,
|
|
5186
5186
|
"returnSlots": 0
|
|
5187
5187
|
},
|
|
5188
|
-
"@
|
|
5188
|
+
"@decimals_22927": {
|
|
5189
5189
|
"entryPoint": null,
|
|
5190
|
-
"id":
|
|
5190
|
+
"id": 22927,
|
|
5191
5191
|
"parameterSlots": 0,
|
|
5192
5192
|
"returnSlots": 0
|
|
5193
5193
|
},
|
|
5194
|
-
"@
|
|
5194
|
+
"@mint_23182": {
|
|
5195
5195
|
"entryPoint": 1402,
|
|
5196
|
-
"id":
|
|
5196
|
+
"id": 23182,
|
|
5197
5197
|
"parameterSlots": 2,
|
|
5198
5198
|
"returnSlots": 0
|
|
5199
5199
|
},
|
|
5200
|
-
"@
|
|
5200
|
+
"@name_22918": {
|
|
5201
5201
|
"entryPoint": 934,
|
|
5202
|
-
"id":
|
|
5202
|
+
"id": 22918,
|
|
5203
5203
|
"parameterSlots": 0,
|
|
5204
5204
|
"returnSlots": 0
|
|
5205
5205
|
},
|
|
5206
|
-
"@
|
|
5206
|
+
"@nonce_22899": {
|
|
5207
5207
|
"entryPoint": null,
|
|
5208
|
-
"id":
|
|
5208
|
+
"id": 22899,
|
|
5209
5209
|
"parameterSlots": 0,
|
|
5210
5210
|
"returnSlots": 0
|
|
5211
5211
|
},
|
|
5212
|
-
"@
|
|
5212
|
+
"@owner_17702": {
|
|
5213
5213
|
"entryPoint": null,
|
|
5214
|
-
"id":
|
|
5214
|
+
"id": 17702,
|
|
5215
5215
|
"parameterSlots": 0,
|
|
5216
5216
|
"returnSlots": 1
|
|
5217
5217
|
},
|
|
5218
|
-
"@
|
|
5218
|
+
"@permit_23133": {
|
|
5219
5219
|
"entryPoint": 2008,
|
|
5220
|
-
"id":
|
|
5220
|
+
"id": 23133,
|
|
5221
5221
|
"parameterSlots": 7,
|
|
5222
5222
|
"returnSlots": 0
|
|
5223
5223
|
},
|
|
5224
|
-
"@
|
|
5224
|
+
"@renounceOwnership_17730": {
|
|
5225
5225
|
"entryPoint": 1646,
|
|
5226
|
-
"id":
|
|
5226
|
+
"id": 17730,
|
|
5227
5227
|
"parameterSlots": 0,
|
|
5228
5228
|
"returnSlots": 0
|
|
5229
5229
|
},
|
|
5230
|
-
"@
|
|
5230
|
+
"@symbol_22922": {
|
|
5231
5231
|
"entryPoint": 1821,
|
|
5232
|
-
"id":
|
|
5232
|
+
"id": 22922,
|
|
5233
5233
|
"parameterSlots": 0,
|
|
5234
5234
|
"returnSlots": 0
|
|
5235
5235
|
},
|
|
5236
|
-
"@
|
|
5236
|
+
"@totalSupply_22914": {
|
|
5237
5237
|
"entryPoint": null,
|
|
5238
|
-
"id":
|
|
5238
|
+
"id": 22914,
|
|
5239
5239
|
"parameterSlots": 0,
|
|
5240
5240
|
"returnSlots": 0
|
|
5241
5241
|
},
|
|
5242
|
-
"@
|
|
5242
|
+
"@transferFrom_23030": {
|
|
5243
5243
|
"entryPoint": 1099,
|
|
5244
|
-
"id":
|
|
5244
|
+
"id": 23030,
|
|
5245
5245
|
"parameterSlots": 3,
|
|
5246
5246
|
"returnSlots": 1
|
|
5247
5247
|
},
|
|
5248
|
-
"@
|
|
5248
|
+
"@transferOwnership_17753": {
|
|
5249
5249
|
"entryPoint": 2792,
|
|
5250
|
-
"id":
|
|
5250
|
+
"id": 17753,
|
|
5251
5251
|
"parameterSlots": 1,
|
|
5252
5252
|
"returnSlots": 0
|
|
5253
5253
|
},
|
|
5254
|
-
"@
|
|
5254
|
+
"@transfer_22974": {
|
|
5255
5255
|
"entryPoint": 1834,
|
|
5256
|
-
"id":
|
|
5256
|
+
"id": 22974,
|
|
5257
5257
|
"parameterSlots": 2,
|
|
5258
5258
|
"returnSlots": 1
|
|
5259
5259
|
},
|
|
@@ -15387,7 +15387,7 @@
|
|
|
15387
15387
|
}
|
|
15388
15388
|
],
|
|
15389
15389
|
"immutableReferences": {
|
|
15390
|
-
"
|
|
15390
|
+
"22901": [
|
|
15391
15391
|
{
|
|
15392
15392
|
"length": 32,
|
|
15393
15393
|
"start": 688
|
|
@@ -15397,7 +15397,7 @@
|
|
|
15397
15397
|
"start": 1315
|
|
15398
15398
|
}
|
|
15399
15399
|
],
|
|
15400
|
-
"
|
|
15400
|
+
"22903": [
|
|
15401
15401
|
{
|
|
15402
15402
|
"length": 32,
|
|
15403
15403
|
"start": 800
|
|
@@ -15479,7 +15479,7 @@
|
|
|
15479
15479
|
"storageLayout": {
|
|
15480
15480
|
"storage": [
|
|
15481
15481
|
{
|
|
15482
|
-
"astId":
|
|
15482
|
+
"astId": 17669,
|
|
15483
15483
|
"contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
|
|
15484
15484
|
"label": "_owner",
|
|
15485
15485
|
"offset": 0,
|
|
@@ -15487,7 +15487,7 @@
|
|
|
15487
15487
|
"type": "t_address"
|
|
15488
15488
|
},
|
|
15489
15489
|
{
|
|
15490
|
-
"astId":
|
|
15490
|
+
"astId": 22885,
|
|
15491
15491
|
"contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
|
|
15492
15492
|
"label": "balanceOf",
|
|
15493
15493
|
"offset": 0,
|
|
@@ -15495,7 +15495,7 @@
|
|
|
15495
15495
|
"type": "t_mapping(t_address,t_uint256)"
|
|
15496
15496
|
},
|
|
15497
15497
|
{
|
|
15498
|
-
"astId":
|
|
15498
|
+
"astId": 22893,
|
|
15499
15499
|
"contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
|
|
15500
15500
|
"label": "allowance",
|
|
15501
15501
|
"offset": 0,
|
|
@@ -15503,7 +15503,7 @@
|
|
|
15503
15503
|
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
|
|
15504
15504
|
},
|
|
15505
15505
|
{
|
|
15506
|
-
"astId":
|
|
15506
|
+
"astId": 22899,
|
|
15507
15507
|
"contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
|
|
15508
15508
|
"label": "nonce",
|
|
15509
15509
|
"offset": 0,
|
|
@@ -15511,7 +15511,7 @@
|
|
|
15511
15511
|
"type": "t_mapping(t_address,t_uint256)"
|
|
15512
15512
|
},
|
|
15513
15513
|
{
|
|
15514
|
-
"astId":
|
|
15514
|
+
"astId": 22914,
|
|
15515
15515
|
"contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
|
|
15516
15516
|
"label": "totalSupply",
|
|
15517
15517
|
"offset": 0,
|
|
@@ -15519,7 +15519,7 @@
|
|
|
15519
15519
|
"type": "t_uint256"
|
|
15520
15520
|
},
|
|
15521
15521
|
{
|
|
15522
|
-
"astId":
|
|
15522
|
+
"astId": 22918,
|
|
15523
15523
|
"contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
|
|
15524
15524
|
"label": "name",
|
|
15525
15525
|
"offset": 0,
|
|
@@ -15527,7 +15527,7 @@
|
|
|
15527
15527
|
"type": "t_string_storage"
|
|
15528
15528
|
},
|
|
15529
15529
|
{
|
|
15530
|
-
"astId":
|
|
15530
|
+
"astId": 22922,
|
|
15531
15531
|
"contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
|
|
15532
15532
|
"label": "symbol",
|
|
15533
15533
|
"offset": 0,
|