@keep-network/tbtc-v2 1.8.0 → 1.8.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/Bridge.json +1998 -1972
- package/artifacts/Bridge_v2_Implementation.json +2817 -0
- package/artifacts/Deposit.json +7 -7
- package/artifacts/Redemption.json +95 -171
- 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/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 +74 -48
- 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/IRedemptionWatchtower.dbg.json +1 -1
- 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/RedemptionWatchtower.sol/RedemptionWatchtower.dbg.json +1 -1
- package/build/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.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/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
- package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +2 -2
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/bridge/Wallets.sol/Wallets.json +2 -2
- package/build/contracts/cross-chain/AbstractL1BTCDepositor.sol/AbstractL1BTCDepositor.dbg.json +1 -1
- package/build/contracts/cross-chain/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/cross-chain/starknet/StarkNetBitcoinDepositor.sol/StarkNetBitcoinDepositor.dbg.json +1 -1
- package/build/contracts/cross-chain/starknet/interfaces/IStarkGateBridge.sol/IStarkGateBridge.dbg.json +1 -1
- package/build/contracts/cross-chain/utils/Crosschain.sol/CrosschainUtils.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/BTCDepositorWormhole.sol/BTCDepositorWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/L1BTCDepositorWormhole.sol/L1BTCDepositorWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/L2BTCDepositorWormhole.sol/L2BTCDepositorWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeGateway.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeReceiver.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeRelayer.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/WormholeTypes.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/WormholeUtils.dbg.json +1 -1
- package/build/contracts/integrator/AbstractBTCDepositor.sol/AbstractBTCDepositor.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/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/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/BridgeStub.sol/BridgeStub.json +74 -48
- 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/MockBridgeForStarkNet.sol/MockBridgeForStarkNet.dbg.json +1 -1
- package/build/contracts/test/MockStarkGateBridge.sol/MockStarkGateBridge.dbg.json +1 -1
- package/build/contracts/test/MockTBTCBridge.sol/MockTBTCBridge.dbg.json +1 -1
- package/build/contracts/test/MockTBTCBridgeWithSweep.sol/MockTBTCBridgeWithSweep.dbg.json +1 -1
- package/build/contracts/test/MockTBTCToken.sol/MockTBTCToken.dbg.json +1 -1
- package/build/contracts/test/MockTBTCVault.sol/MockTBTCVault.dbg.json +1 -1
- package/build/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.dbg.json +1 -1
- package/build/contracts/test/ReentrancyAttacker.sol/ReentrancyAttacker.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/SystemTestRelay.sol/SystemTestRelay.json +2 -2
- package/build/contracts/test/TestBTCDepositor.sol/MockBridge.dbg.json +1 -1
- package/build/contracts/test/TestBTCDepositor.sol/MockTBTCVault.dbg.json +1 -1
- package/build/contracts/test/TestBTCDepositor.sol/TestBTCDepositor.dbg.json +1 -1
- package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.dbg.json +1 -1
- package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +2 -2
- 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/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/build/contracts/vault/TBTCVault.sol/TBTCVault.json +2 -2
- package/contracts/bridge/Bridge.sol +34 -0
- package/contracts/bridge/Deposit.sol +7 -5
- package/deploy/80_upgrade_bridge_v2.ts +107 -54
- package/deploy/81_upgrade_bridge_v2_vault_fix.ts +160 -0
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +4891 -4170
- package/export/artifacts/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +207 -207
- package/export/artifacts/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +104 -104
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +67 -67
- package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +24 -24
- package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +26 -26
- package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +72 -72
- package/export/artifacts/contracts/cross-chain/L2TBTC.sol/L2TBTC.json +40 -40
- package/export/artifacts/contracts/cross-chain/starknet/StarkNetBitcoinDepositor.sol/StarkNetBitcoinDepositor.json +3360 -3360
- package/export/artifacts/contracts/cross-chain/wormhole/BTCDepositorWormhole.sol/BTCDepositorWormhole.json +117 -117
- package/export/artifacts/contracts/cross-chain/wormhole/L1BTCDepositorWormhole.sol/L1BTCDepositorWormhole.json +140 -140
- package/export/artifacts/contracts/cross-chain/wormhole/L2BTCDepositorWormhole.sol/L2BTCDepositorWormhole.json +37 -37
- package/export/artifacts/contracts/cross-chain/wormhole/L2WormholeGateway.sol/L2WormholeGateway.json +51 -51
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +103 -103
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
- package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +31 -31
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +5130 -4414
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
- package/export/artifacts/contracts/test/MockBridgeForStarkNet.sol/MockBridgeForStarkNet.json +730 -730
- package/export/artifacts/contracts/test/MockStarkGateBridge.sol/MockStarkGateBridge.json +956 -956
- package/export/artifacts/contracts/test/MockTBTCBridge.sol/MockTBTCBridge.json +781 -781
- package/export/artifacts/contracts/test/MockTBTCBridgeWithSweep.sol/MockTBTCBridgeWithSweep.json +458 -458
- package/export/artifacts/contracts/test/MockTBTCToken.sol/MockTBTCToken.json +1273 -1273
- package/export/artifacts/contracts/test/MockTBTCVault.sol/MockTBTCVault.json +305 -305
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/ReentrancyAttacker.sol/ReentrancyAttacker.json +204 -204
- package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +59 -59
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +19 -19
- package/export/artifacts/contracts/test/TestBTCDepositor.sol/MockBridge.json +34 -34
- package/export/artifacts/contracts/test/TestBTCDepositor.sol/MockTBTCVault.json +20 -20
- package/export/artifacts/contracts/test/TestBTCDepositor.sol/TestBTCDepositor.json +52 -52
- package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +124 -124
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
- package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +144 -144
- package/export/deploy/80_upgrade_bridge_v2.js +127 -90
- package/export/deploy/81_upgrade_bridge_v2_vault_fix.js +211 -0
- package/export/typechain/AbstractBTCRedeemer.js +2 -0
- package/export/typechain/IBank.js +2 -0
- package/export/typechain/IL2WormholeGateway.js +2 -0
- package/export/typechain/INttManager.js +2 -0
- package/export/typechain/INttManagerWithExecutor.js +2 -0
- package/export/typechain/L1BTCDepositorNtt.js +2 -0
- package/export/typechain/L1BTCDepositorNttWithExecutor.js +2 -0
- package/export/typechain/L1BTCRedeemerWormhole.js +2 -0
- package/export/typechain/L2BTCRedeemerWormhole.js +2 -0
- package/export/typechain/MockBank.js +2 -0
- package/export/typechain/MockBridgeWithRebateStaking.js +2 -0
- package/export/typechain/MockL1BTCRedeemerWormhole.js +2 -0
- package/export/typechain/MockNttManager.js +2 -0
- package/export/typechain/MockNttManagerWithExecutor.js +2 -0
- package/export/typechain/NativeBTCDepositor.js +2 -0
- package/export/typechain/RebateStaking.js +2 -0
- package/export/typechain/TestBTCRedeemer.js +2 -0
- package/export/typechain/TestBTCUtilsHelper.js +2 -0
- package/export/typechain/TransceiverStructs.js +2 -0
- package/export/typechain/factories/AbstractBTCRedeemer__factory.js +204 -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 +27 -1
- package/export/typechain/factories/Bridge__factory.js +27 -1
- package/export/typechain/factories/DepositSweep__factory.js +1 -1
- package/export/typechain/factories/Deposit__factory.js +1 -1
- package/export/typechain/factories/Fraud__factory.js +1 -1
- package/export/typechain/factories/IBank__factory.js +138 -0
- package/export/typechain/factories/IL2WormholeGateway__factory.js +61 -0
- package/export/typechain/factories/INttManagerWithExecutor__factory.js +183 -0
- package/export/typechain/factories/INttManager__factory.js +51 -0
- package/export/typechain/factories/L1BTCDepositorNttWithExecutor__factory.js +1454 -0
- package/export/typechain/factories/L1BTCDepositorNtt__factory.js +920 -0
- package/export/typechain/factories/L1BTCRedeemerWormhole__factory.js +622 -0
- package/export/typechain/factories/L2BTCRedeemerWormhole__factory.js +348 -0
- package/export/typechain/factories/MaintainerProxy__factory.js +1 -1
- package/export/typechain/factories/MockBank__factory.js +248 -0
- package/export/typechain/factories/MockBridgeWithRebateStaking__factory.js +129 -0
- package/export/typechain/factories/MockL1BTCRedeemerWormhole__factory.js +638 -0
- package/export/typechain/factories/MockNttManagerWithExecutor__factory.js +423 -0
- package/export/typechain/factories/MockNttManager__factory.js +211 -0
- package/export/typechain/factories/MovingFunds__factory.js +1 -1
- package/export/typechain/factories/NativeBTCDepositor__factory.js +635 -0
- package/export/typechain/factories/RebateStaking__factory.js +720 -0
- package/export/typechain/factories/RedemptionWatchtower__factory.js +1 -1
- package/export/typechain/factories/Redemption__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/TestBTCRedeemer__factory.js +425 -0
- package/export/typechain/factories/TestBTCUtilsHelper__factory.js +109 -0
- package/export/typechain/factories/TestBitcoinTx__factory.js +1 -1
- package/export/typechain/factories/TransceiverStructs__factory.js +853 -0
- package/export/typechain/factories/WalletProposalValidator__factory.js +1 -1
- package/export/typechain/factories/Wallets__factory.js +1 -1
- package/export/typechain/index.js +40 -2
- package/export.json +40910 -0
- package/package.json +1 -1
package/export/artifacts/contracts/test/MockTBTCBridgeWithSweep.sol/MockTBTCBridgeWithSweep.json
CHANGED
|
@@ -273,9 +273,9 @@
|
|
|
273
273
|
"evm": {
|
|
274
274
|
"bytecode": {
|
|
275
275
|
"functionDebugData": {
|
|
276
|
-
"@
|
|
276
|
+
"@_46919": {
|
|
277
277
|
"entryPoint": null,
|
|
278
|
-
"id":
|
|
278
|
+
"id": 46919,
|
|
279
279
|
"parameterSlots": 0,
|
|
280
280
|
"returnSlots": 0
|
|
281
281
|
}
|
|
@@ -283,61 +283,61 @@
|
|
|
283
283
|
"generatedSources": [],
|
|
284
284
|
"linkReferences": {},
|
|
285
285
|
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3039 PUSH1 0x2 SSTORE PUSH2 0x60F DUP1 PUSH2 0x26 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0xA3 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xB02C43D0 GT PUSH2 0x76 JUMPI DUP1 PUSH4 0xBC8D07CA GT PUSH2 0x5B JUMPI DUP1 PUSH4 0xBC8D07CA EQ PUSH2 0x27F JUMPI DUP1 PUSH4 0xC42B64D0 EQ PUSH2 0x292 JUMPI DUP1 PUSH4 0xC6C31D13 EQ PUSH2 0x2BD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB02C43D0 EQ PUSH2 0x109 JUMPI DUP1 PUSH4 0xB7881E9C EQ PUSH2 0x274 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x296B38F8 EQ PUSH2 0xA8 JUMPI DUP1 PUSH4 0x4BBD3A54 EQ PUSH2 0xCA JUMPI DUP1 PUSH4 0x6ECC9662 EQ PUSH2 0xE1 JUMPI DUP1 PUSH4 0x86F01439 EQ PUSH2 0xF6 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x1 SLOAD PUSH2 0xB5 SWAP1 PUSH1 0xFF AND DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xD3 PUSH1 0x2 SLOAD DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xC1 JUMP JUMPDEST PUSH2 0xF4 PUSH2 0xEF CALLDATASIZE PUSH1 0x4 PUSH2 0x51A JUMP JUMPDEST PUSH1 0x2 SSTORE JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF4 PUSH2 0x104 CALLDATASIZE PUSH1 0x4 PUSH2 0x533 JUMP JUMPDEST PUSH2 0x2D2 JUMP JUMPDEST PUSH2 0x1E7 PUSH2 0x117 CALLDATASIZE PUSH1 0x4 PUSH2 0x51A JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0xE0 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE SWAP2 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x60 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0xA0 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0xC0 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE POP PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP3 MLOAD PUSH1 0xE0 DUP2 ADD DUP5 MSTORE DUP2 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP1 DUP3 AND DUP4 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF PUSH1 0x1 PUSH1 0xA0 SHL DUP1 DUP5 DIV DUP3 AND SWAP7 DUP6 ADD SWAP7 SWAP1 SWAP7 MSTORE PUSH4 0xFFFFFFFF PUSH1 0x1 PUSH1 0xE0 SHL SWAP4 DUP5 SWAP1 DIV DUP2 AND SWAP8 DUP6 ADD SWAP8 SWAP1 SWAP8 MSTORE PUSH1 0x1 DUP6 ADD SLOAD SWAP2 DUP3 AND PUSH1 0x60 DUP6 ADD MSTORE SWAP5 DUP2 DIV SWAP1 SWAP5 AND PUSH1 0x80 DUP4 ADD MSTORE SWAP1 SWAP3 DIV SWAP1 SWAP3 AND PUSH1 0xA0 DUP3 ADD MSTORE PUSH1 0x2 SWAP1 SWAP2 ADD SLOAD PUSH1 0xC0 DUP3 ADD MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC1 SWAP2 SWAP1 PUSH1 0x0 PUSH1 0xE0 DUP3 ADD SWAP1 POP PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP1 DUP5 MLOAD AND DUP4 MSTORE PUSH1 0x20 DUP5 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 AND PUSH1 0x20 DUP7 ADD MSTORE PUSH1 0x40 DUP7 ADD MLOAD SWAP2 POP PUSH4 0xFFFFFFFF DUP1 DUP4 AND PUSH1 0x40 DUP8 ADD MSTORE DUP4 PUSH1 0x60 DUP9 ADD MLOAD AND PUSH1 0x60 DUP8 ADD MSTORE DUP2 PUSH1 0x80 DUP9 ADD MLOAD AND PUSH1 0x80 DUP8 ADD MSTORE DUP1 PUSH1 0xA0 DUP9 ADD MLOAD AND PUSH1 0xA0 DUP8 ADD MSTORE POP POP POP POP PUSH1 0xC0 DUP4 ADD MLOAD PUSH1 0xC0 DUP4 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x1 SLOAD PUSH1 0xFF AND PUSH2 0xB5 JUMP JUMPDEST PUSH2 0xF4 PUSH2 0x28D CALLDATASIZE PUSH1 0x4 PUSH2 0x51A JUMP JUMPDEST PUSH2 0x44F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE PUSH3 0xF4240 SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x60 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x80 ADD PUSH2 0xC1 JUMP JUMPDEST PUSH2 0xF4 PUSH1 0x1 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE PUSH2 0x3039 PUSH1 0x2 SSTORE JUMP JUMPDEST PUSH1 0x1 DUP1 SLOAD PUSH1 0xFF NOT AND DUP2 OR SWAP1 SSTORE PUSH1 0x2 SLOAD PUSH1 0x40 DUP1 MLOAD PUSH1 0xE0 DUP2 ADD DUP3 MSTORE CALLER DUP2 MSTORE PUSH4 0x54AFB00 PUSH1 0x20 DUP3 ADD MSTORE PUSH4 0xFFFFFFFF TIMESTAMP AND SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 ADD PUSH2 0x31A PUSH1 0xC0 DUP7 ADD PUSH1 0xA0 DUP8 ADD PUSH2 0x59C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 DUP2 AND DUP3 MSTORE PUSH3 0xDB3D0 PUSH1 0x20 DUP1 DUP5 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x0 PUSH1 0x40 DUP1 DUP6 ADD DUP3 SWAP1 MSTORE PUSH1 0x60 SWAP5 DUP6 ADD DUP9 SWAP1 MSTORE DUP7 DUP3 MSTORE DUP2 DUP4 MSTORE DUP1 DUP3 KECCAK256 DUP7 MLOAD DUP2 SLOAD SWAP5 DUP9 ADD MLOAD DUP9 DUP5 ADD MLOAD SWAP2 DUP8 AND PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP7 DUP8 AND OR PUSH1 0x1 PUSH1 0xA0 SHL PUSH8 0xFFFFFFFFFFFFFFFF SWAP3 DUP4 AND DUP2 MUL SWAP2 SWAP1 SWAP2 OR PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x1 PUSH1 0xE0 SHL PUSH4 0xFFFFFFFF SWAP6 DUP7 AND DUP2 MUL SWAP2 SWAP1 SWAP2 OR DUP7 SSTORE SWAP10 DUP12 ADD MLOAD PUSH1 0x1 DUP7 ADD DUP1 SLOAD PUSH1 0x80 DUP15 ADD MLOAD PUSH1 0xA0 DUP16 ADD MLOAD SWAP4 SWAP1 SWAP13 AND SWAP11 AND SWAP10 SWAP1 SWAP10 OR SWAP10 SWAP1 SWAP4 AND SWAP1 SWAP2 MUL SWAP8 SWAP1 SWAP8 OR SWAP1 SWAP7 AND SWAP6 AND SWAP1 SWAP6 MUL SWAP4 SWAP1 SWAP4 OR SWAP1 SWAP2 SSTORE PUSH1 0xC0 SWAP1 SWAP4 ADD MLOAD PUSH1 0x2 SWAP1 SWAP3 ADD SWAP2 SWAP1 SWAP2 SSTORE MLOAD DUP3 SWAP2 PUSH32 0x629CB19E19D844F2E8DD8AA5DE26F5072BB49E6286C5206EBD7302DA1DABC417 SWAP2 LOG2 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0xE0 SHL SWAP1 DIV PUSH4 0xFFFFFFFF AND SWAP1 SUB PUSH2 0x4D7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x14 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4465706F736974206E6F742072657665616C6564000000000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x1 PUSH1 0xE0 SHL TIMESTAMP PUSH4 0xFFFFFFFF AND MUL OR SWAP1 SSTORE JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x52C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 DUP6 SUB PUSH2 0x100 DUP2 SLT ISZERO PUSH2 0x54A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x561 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 ADD PUSH1 0x80 DUP2 DUP9 SUB SLT ISZERO PUSH2 0x573 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 POP PUSH1 0xC0 PUSH1 0x1F NOT DUP3 ADD SLT ISZERO PUSH2 0x587 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x20 DUP5 ADD SWAP2 POP PUSH1 0xE0 DUP5 ADD CALLDATALOAD SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x5AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x5D2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 CALLVALUE 0xDD CALLDATASIZE LOG1 0xAF PUSH28 0x8F490C53ABEC13DBA958920A1B6C7FF57A65E19D8EF75A61DCE26473 PUSH16 0x6C634300081100330000000000000000 ",
|
|
286
|
-
"sourceMap": "103:2348:
|
|
286
|
+
"sourceMap": "103:2348:134:-:0;;;424:75;;;;;;;;;-1:-1:-1;465:5:134;448:14;:22;103:2348;;;;;;"
|
|
287
287
|
},
|
|
288
288
|
"deployedBytecode": {
|
|
289
289
|
"functionDebugData": {
|
|
290
|
-
"@
|
|
290
|
+
"@depositParameters_46996": {
|
|
291
291
|
"entryPoint": null,
|
|
292
|
-
"id":
|
|
292
|
+
"id": 46996,
|
|
293
293
|
"parameterSlots": 0,
|
|
294
294
|
"returnSlots": 4
|
|
295
295
|
},
|
|
296
|
-
"@
|
|
296
|
+
"@deposits_46978": {
|
|
297
297
|
"entryPoint": null,
|
|
298
|
-
"id":
|
|
298
|
+
"id": 46978,
|
|
299
299
|
"parameterSlots": 1,
|
|
300
300
|
"returnSlots": 1
|
|
301
301
|
},
|
|
302
|
-
"@
|
|
302
|
+
"@initializeDepositCalled_46905": {
|
|
303
303
|
"entryPoint": null,
|
|
304
|
-
"id":
|
|
304
|
+
"id": 46905,
|
|
305
305
|
"parameterSlots": 0,
|
|
306
306
|
"returnSlots": 0
|
|
307
307
|
},
|
|
308
|
-
"@
|
|
308
|
+
"@nextDepositKey_46907": {
|
|
309
309
|
"entryPoint": null,
|
|
310
|
-
"id":
|
|
310
|
+
"id": 46907,
|
|
311
311
|
"parameterSlots": 0,
|
|
312
312
|
"returnSlots": 0
|
|
313
313
|
},
|
|
314
|
-
"@
|
|
314
|
+
"@resetMock_47026": {
|
|
315
315
|
"entryPoint": null,
|
|
316
|
-
"id":
|
|
316
|
+
"id": 47026,
|
|
317
317
|
"parameterSlots": 0,
|
|
318
318
|
"returnSlots": 0
|
|
319
319
|
},
|
|
320
|
-
"@
|
|
320
|
+
"@revealDepositWithExtraData_46964": {
|
|
321
321
|
"entryPoint": 722,
|
|
322
|
-
"id":
|
|
322
|
+
"id": 46964,
|
|
323
323
|
"parameterSlots": 3,
|
|
324
324
|
"returnSlots": 0
|
|
325
325
|
},
|
|
326
|
-
"@
|
|
326
|
+
"@setNextDepositKey_47014": {
|
|
327
327
|
"entryPoint": null,
|
|
328
|
-
"id":
|
|
328
|
+
"id": 47014,
|
|
329
329
|
"parameterSlots": 1,
|
|
330
330
|
"returnSlots": 0
|
|
331
331
|
},
|
|
332
|
-
"@
|
|
332
|
+
"@sweepDeposit_47053": {
|
|
333
333
|
"entryPoint": 1103,
|
|
334
|
-
"id":
|
|
334
|
+
"id": 47053,
|
|
335
335
|
"parameterSlots": 1,
|
|
336
336
|
"returnSlots": 0
|
|
337
337
|
},
|
|
338
|
-
"@
|
|
338
|
+
"@wasInitializeDepositCalled_47004": {
|
|
339
339
|
"entryPoint": null,
|
|
340
|
-
"id":
|
|
340
|
+
"id": 47004,
|
|
341
341
|
"parameterSlots": 0,
|
|
342
342
|
"returnSlots": 1
|
|
343
343
|
},
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"parameterSlots": 2,
|
|
348
348
|
"returnSlots": 1
|
|
349
349
|
},
|
|
350
|
-
"abi_decode_tuple_t_struct$_BitcoinTxInfo_$
|
|
350
|
+
"abi_decode_tuple_t_struct$_BitcoinTxInfo_$43336_calldata_ptrt_struct$_DepositRevealInfo_$43349_calldata_ptrt_bytes32": {
|
|
351
351
|
"entryPoint": 1331,
|
|
352
352
|
"id": null,
|
|
353
353
|
"parameterSlots": 2,
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
"parameterSlots": 1,
|
|
372
372
|
"returnSlots": 1
|
|
373
373
|
},
|
|
374
|
-
"abi_encode_tuple_t_struct$_DepositRequest_$
|
|
374
|
+
"abi_encode_tuple_t_struct$_DepositRequest_$43364_memory_ptr__to_t_struct$_DepositRequest_$43364_memory_ptr__fromStack_reversed": {
|
|
375
375
|
"entryPoint": null,
|
|
376
376
|
"id": null,
|
|
377
377
|
"parameterSlots": 2,
|
|
@@ -394,32 +394,32 @@
|
|
|
394
394
|
{
|
|
395
395
|
"ast": {
|
|
396
396
|
"nodeType": "YulBlock",
|
|
397
|
-
"src": "0:
|
|
397
|
+
"src": "0:3240:152",
|
|
398
398
|
"statements": [
|
|
399
399
|
{
|
|
400
400
|
"nodeType": "YulBlock",
|
|
401
|
-
"src": "6:3:
|
|
401
|
+
"src": "6:3:152",
|
|
402
402
|
"statements": []
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"body": {
|
|
406
406
|
"nodeType": "YulBlock",
|
|
407
|
-
"src": "109:92:
|
|
407
|
+
"src": "109:92:152",
|
|
408
408
|
"statements": [
|
|
409
409
|
{
|
|
410
410
|
"nodeType": "YulAssignment",
|
|
411
|
-
"src": "119:26:
|
|
411
|
+
"src": "119:26:152",
|
|
412
412
|
"value": {
|
|
413
413
|
"arguments": [
|
|
414
414
|
{
|
|
415
415
|
"name": "headStart",
|
|
416
416
|
"nodeType": "YulIdentifier",
|
|
417
|
-
"src": "131:9:
|
|
417
|
+
"src": "131:9:152"
|
|
418
418
|
},
|
|
419
419
|
{
|
|
420
420
|
"kind": "number",
|
|
421
421
|
"nodeType": "YulLiteral",
|
|
422
|
-
"src": "142:2:
|
|
422
|
+
"src": "142:2:152",
|
|
423
423
|
"type": "",
|
|
424
424
|
"value": "32"
|
|
425
425
|
}
|
|
@@ -427,16 +427,16 @@
|
|
|
427
427
|
"functionName": {
|
|
428
428
|
"name": "add",
|
|
429
429
|
"nodeType": "YulIdentifier",
|
|
430
|
-
"src": "127:3:
|
|
430
|
+
"src": "127:3:152"
|
|
431
431
|
},
|
|
432
432
|
"nodeType": "YulFunctionCall",
|
|
433
|
-
"src": "127:18:
|
|
433
|
+
"src": "127:18:152"
|
|
434
434
|
},
|
|
435
435
|
"variableNames": [
|
|
436
436
|
{
|
|
437
437
|
"name": "tail",
|
|
438
438
|
"nodeType": "YulIdentifier",
|
|
439
|
-
"src": "119:4:
|
|
439
|
+
"src": "119:4:152"
|
|
440
440
|
}
|
|
441
441
|
]
|
|
442
442
|
},
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
{
|
|
447
447
|
"name": "headStart",
|
|
448
448
|
"nodeType": "YulIdentifier",
|
|
449
|
-
"src": "161:9:
|
|
449
|
+
"src": "161:9:152"
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
452
|
"arguments": [
|
|
@@ -455,37 +455,37 @@
|
|
|
455
455
|
{
|
|
456
456
|
"name": "value0",
|
|
457
457
|
"nodeType": "YulIdentifier",
|
|
458
|
-
"src": "186:6:
|
|
458
|
+
"src": "186:6:152"
|
|
459
459
|
}
|
|
460
460
|
],
|
|
461
461
|
"functionName": {
|
|
462
462
|
"name": "iszero",
|
|
463
463
|
"nodeType": "YulIdentifier",
|
|
464
|
-
"src": "179:6:
|
|
464
|
+
"src": "179:6:152"
|
|
465
465
|
},
|
|
466
466
|
"nodeType": "YulFunctionCall",
|
|
467
|
-
"src": "179:14:
|
|
467
|
+
"src": "179:14:152"
|
|
468
468
|
}
|
|
469
469
|
],
|
|
470
470
|
"functionName": {
|
|
471
471
|
"name": "iszero",
|
|
472
472
|
"nodeType": "YulIdentifier",
|
|
473
|
-
"src": "172:6:
|
|
473
|
+
"src": "172:6:152"
|
|
474
474
|
},
|
|
475
475
|
"nodeType": "YulFunctionCall",
|
|
476
|
-
"src": "172:22:
|
|
476
|
+
"src": "172:22:152"
|
|
477
477
|
}
|
|
478
478
|
],
|
|
479
479
|
"functionName": {
|
|
480
480
|
"name": "mstore",
|
|
481
481
|
"nodeType": "YulIdentifier",
|
|
482
|
-
"src": "154:6:
|
|
482
|
+
"src": "154:6:152"
|
|
483
483
|
},
|
|
484
484
|
"nodeType": "YulFunctionCall",
|
|
485
|
-
"src": "154:41:
|
|
485
|
+
"src": "154:41:152"
|
|
486
486
|
},
|
|
487
487
|
"nodeType": "YulExpressionStatement",
|
|
488
|
-
"src": "154:41:
|
|
488
|
+
"src": "154:41:152"
|
|
489
489
|
}
|
|
490
490
|
]
|
|
491
491
|
},
|
|
@@ -495,13 +495,13 @@
|
|
|
495
495
|
{
|
|
496
496
|
"name": "headStart",
|
|
497
497
|
"nodeType": "YulTypedName",
|
|
498
|
-
"src": "78:9:
|
|
498
|
+
"src": "78:9:152",
|
|
499
499
|
"type": ""
|
|
500
500
|
},
|
|
501
501
|
{
|
|
502
502
|
"name": "value0",
|
|
503
503
|
"nodeType": "YulTypedName",
|
|
504
|
-
"src": "89:6:
|
|
504
|
+
"src": "89:6:152",
|
|
505
505
|
"type": ""
|
|
506
506
|
}
|
|
507
507
|
],
|
|
@@ -509,31 +509,31 @@
|
|
|
509
509
|
{
|
|
510
510
|
"name": "tail",
|
|
511
511
|
"nodeType": "YulTypedName",
|
|
512
|
-
"src": "100:4:
|
|
512
|
+
"src": "100:4:152",
|
|
513
513
|
"type": ""
|
|
514
514
|
}
|
|
515
515
|
],
|
|
516
|
-
"src": "14:187:
|
|
516
|
+
"src": "14:187:152"
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
519
|
"body": {
|
|
520
520
|
"nodeType": "YulBlock",
|
|
521
|
-
"src": "307:76:
|
|
521
|
+
"src": "307:76:152",
|
|
522
522
|
"statements": [
|
|
523
523
|
{
|
|
524
524
|
"nodeType": "YulAssignment",
|
|
525
|
-
"src": "317:26:
|
|
525
|
+
"src": "317:26:152",
|
|
526
526
|
"value": {
|
|
527
527
|
"arguments": [
|
|
528
528
|
{
|
|
529
529
|
"name": "headStart",
|
|
530
530
|
"nodeType": "YulIdentifier",
|
|
531
|
-
"src": "329:9:
|
|
531
|
+
"src": "329:9:152"
|
|
532
532
|
},
|
|
533
533
|
{
|
|
534
534
|
"kind": "number",
|
|
535
535
|
"nodeType": "YulLiteral",
|
|
536
|
-
"src": "340:2:
|
|
536
|
+
"src": "340:2:152",
|
|
537
537
|
"type": "",
|
|
538
538
|
"value": "32"
|
|
539
539
|
}
|
|
@@ -541,16 +541,16 @@
|
|
|
541
541
|
"functionName": {
|
|
542
542
|
"name": "add",
|
|
543
543
|
"nodeType": "YulIdentifier",
|
|
544
|
-
"src": "325:3:
|
|
544
|
+
"src": "325:3:152"
|
|
545
545
|
},
|
|
546
546
|
"nodeType": "YulFunctionCall",
|
|
547
|
-
"src": "325:18:
|
|
547
|
+
"src": "325:18:152"
|
|
548
548
|
},
|
|
549
549
|
"variableNames": [
|
|
550
550
|
{
|
|
551
551
|
"name": "tail",
|
|
552
552
|
"nodeType": "YulIdentifier",
|
|
553
|
-
"src": "317:4:
|
|
553
|
+
"src": "317:4:152"
|
|
554
554
|
}
|
|
555
555
|
]
|
|
556
556
|
},
|
|
@@ -560,24 +560,24 @@
|
|
|
560
560
|
{
|
|
561
561
|
"name": "headStart",
|
|
562
562
|
"nodeType": "YulIdentifier",
|
|
563
|
-
"src": "359:9:
|
|
563
|
+
"src": "359:9:152"
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
566
|
"name": "value0",
|
|
567
567
|
"nodeType": "YulIdentifier",
|
|
568
|
-
"src": "370:6:
|
|
568
|
+
"src": "370:6:152"
|
|
569
569
|
}
|
|
570
570
|
],
|
|
571
571
|
"functionName": {
|
|
572
572
|
"name": "mstore",
|
|
573
573
|
"nodeType": "YulIdentifier",
|
|
574
|
-
"src": "352:6:
|
|
574
|
+
"src": "352:6:152"
|
|
575
575
|
},
|
|
576
576
|
"nodeType": "YulFunctionCall",
|
|
577
|
-
"src": "352:25:
|
|
577
|
+
"src": "352:25:152"
|
|
578
578
|
},
|
|
579
579
|
"nodeType": "YulExpressionStatement",
|
|
580
|
-
"src": "352:25:
|
|
580
|
+
"src": "352:25:152"
|
|
581
581
|
}
|
|
582
582
|
]
|
|
583
583
|
},
|
|
@@ -587,13 +587,13 @@
|
|
|
587
587
|
{
|
|
588
588
|
"name": "headStart",
|
|
589
589
|
"nodeType": "YulTypedName",
|
|
590
|
-
"src": "276:9:
|
|
590
|
+
"src": "276:9:152",
|
|
591
591
|
"type": ""
|
|
592
592
|
},
|
|
593
593
|
{
|
|
594
594
|
"name": "value0",
|
|
595
595
|
"nodeType": "YulTypedName",
|
|
596
|
-
"src": "287:6:
|
|
596
|
+
"src": "287:6:152",
|
|
597
597
|
"type": ""
|
|
598
598
|
}
|
|
599
599
|
],
|
|
@@ -601,21 +601,21 @@
|
|
|
601
601
|
{
|
|
602
602
|
"name": "tail",
|
|
603
603
|
"nodeType": "YulTypedName",
|
|
604
|
-
"src": "298:4:
|
|
604
|
+
"src": "298:4:152",
|
|
605
605
|
"type": ""
|
|
606
606
|
}
|
|
607
607
|
],
|
|
608
|
-
"src": "206:177:
|
|
608
|
+
"src": "206:177:152"
|
|
609
609
|
},
|
|
610
610
|
{
|
|
611
611
|
"body": {
|
|
612
612
|
"nodeType": "YulBlock",
|
|
613
|
-
"src": "458:110:
|
|
613
|
+
"src": "458:110:152",
|
|
614
614
|
"statements": [
|
|
615
615
|
{
|
|
616
616
|
"body": {
|
|
617
617
|
"nodeType": "YulBlock",
|
|
618
|
-
"src": "504:16:
|
|
618
|
+
"src": "504:16:152",
|
|
619
619
|
"statements": [
|
|
620
620
|
{
|
|
621
621
|
"expression": {
|
|
@@ -623,14 +623,14 @@
|
|
|
623
623
|
{
|
|
624
624
|
"kind": "number",
|
|
625
625
|
"nodeType": "YulLiteral",
|
|
626
|
-
"src": "513:1:
|
|
626
|
+
"src": "513:1:152",
|
|
627
627
|
"type": "",
|
|
628
628
|
"value": "0"
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
631
|
"kind": "number",
|
|
632
632
|
"nodeType": "YulLiteral",
|
|
633
|
-
"src": "516:1:
|
|
633
|
+
"src": "516:1:152",
|
|
634
634
|
"type": "",
|
|
635
635
|
"value": "0"
|
|
636
636
|
}
|
|
@@ -638,13 +638,13 @@
|
|
|
638
638
|
"functionName": {
|
|
639
639
|
"name": "revert",
|
|
640
640
|
"nodeType": "YulIdentifier",
|
|
641
|
-
"src": "506:6:
|
|
641
|
+
"src": "506:6:152"
|
|
642
642
|
},
|
|
643
643
|
"nodeType": "YulFunctionCall",
|
|
644
|
-
"src": "506:12:
|
|
644
|
+
"src": "506:12:152"
|
|
645
645
|
},
|
|
646
646
|
"nodeType": "YulExpressionStatement",
|
|
647
|
-
"src": "506:12:
|
|
647
|
+
"src": "506:12:152"
|
|
648
648
|
}
|
|
649
649
|
]
|
|
650
650
|
},
|
|
@@ -655,26 +655,26 @@
|
|
|
655
655
|
{
|
|
656
656
|
"name": "dataEnd",
|
|
657
657
|
"nodeType": "YulIdentifier",
|
|
658
|
-
"src": "479:7:
|
|
658
|
+
"src": "479:7:152"
|
|
659
659
|
},
|
|
660
660
|
{
|
|
661
661
|
"name": "headStart",
|
|
662
662
|
"nodeType": "YulIdentifier",
|
|
663
|
-
"src": "488:9:
|
|
663
|
+
"src": "488:9:152"
|
|
664
664
|
}
|
|
665
665
|
],
|
|
666
666
|
"functionName": {
|
|
667
667
|
"name": "sub",
|
|
668
668
|
"nodeType": "YulIdentifier",
|
|
669
|
-
"src": "475:3:
|
|
669
|
+
"src": "475:3:152"
|
|
670
670
|
},
|
|
671
671
|
"nodeType": "YulFunctionCall",
|
|
672
|
-
"src": "475:23:
|
|
672
|
+
"src": "475:23:152"
|
|
673
673
|
},
|
|
674
674
|
{
|
|
675
675
|
"kind": "number",
|
|
676
676
|
"nodeType": "YulLiteral",
|
|
677
|
-
"src": "500:2:
|
|
677
|
+
"src": "500:2:152",
|
|
678
678
|
"type": "",
|
|
679
679
|
"value": "32"
|
|
680
680
|
}
|
|
@@ -682,38 +682,38 @@
|
|
|
682
682
|
"functionName": {
|
|
683
683
|
"name": "slt",
|
|
684
684
|
"nodeType": "YulIdentifier",
|
|
685
|
-
"src": "471:3:
|
|
685
|
+
"src": "471:3:152"
|
|
686
686
|
},
|
|
687
687
|
"nodeType": "YulFunctionCall",
|
|
688
|
-
"src": "471:32:
|
|
688
|
+
"src": "471:32:152"
|
|
689
689
|
},
|
|
690
690
|
"nodeType": "YulIf",
|
|
691
|
-
"src": "468:52:
|
|
691
|
+
"src": "468:52:152"
|
|
692
692
|
},
|
|
693
693
|
{
|
|
694
694
|
"nodeType": "YulAssignment",
|
|
695
|
-
"src": "529:33:
|
|
695
|
+
"src": "529:33:152",
|
|
696
696
|
"value": {
|
|
697
697
|
"arguments": [
|
|
698
698
|
{
|
|
699
699
|
"name": "headStart",
|
|
700
700
|
"nodeType": "YulIdentifier",
|
|
701
|
-
"src": "552:9:
|
|
701
|
+
"src": "552:9:152"
|
|
702
702
|
}
|
|
703
703
|
],
|
|
704
704
|
"functionName": {
|
|
705
705
|
"name": "calldataload",
|
|
706
706
|
"nodeType": "YulIdentifier",
|
|
707
|
-
"src": "539:12:
|
|
707
|
+
"src": "539:12:152"
|
|
708
708
|
},
|
|
709
709
|
"nodeType": "YulFunctionCall",
|
|
710
|
-
"src": "539:23:
|
|
710
|
+
"src": "539:23:152"
|
|
711
711
|
},
|
|
712
712
|
"variableNames": [
|
|
713
713
|
{
|
|
714
714
|
"name": "value0",
|
|
715
715
|
"nodeType": "YulIdentifier",
|
|
716
|
-
"src": "529:6:
|
|
716
|
+
"src": "529:6:152"
|
|
717
717
|
}
|
|
718
718
|
]
|
|
719
719
|
}
|
|
@@ -725,13 +725,13 @@
|
|
|
725
725
|
{
|
|
726
726
|
"name": "headStart",
|
|
727
727
|
"nodeType": "YulTypedName",
|
|
728
|
-
"src": "424:9:
|
|
728
|
+
"src": "424:9:152",
|
|
729
729
|
"type": ""
|
|
730
730
|
},
|
|
731
731
|
{
|
|
732
732
|
"name": "dataEnd",
|
|
733
733
|
"nodeType": "YulTypedName",
|
|
734
|
-
"src": "435:7:
|
|
734
|
+
"src": "435:7:152",
|
|
735
735
|
"type": ""
|
|
736
736
|
}
|
|
737
737
|
],
|
|
@@ -739,46 +739,46 @@
|
|
|
739
739
|
{
|
|
740
740
|
"name": "value0",
|
|
741
741
|
"nodeType": "YulTypedName",
|
|
742
|
-
"src": "447:6:
|
|
742
|
+
"src": "447:6:152",
|
|
743
743
|
"type": ""
|
|
744
744
|
}
|
|
745
745
|
],
|
|
746
|
-
"src": "388:180:
|
|
746
|
+
"src": "388:180:152"
|
|
747
747
|
},
|
|
748
748
|
{
|
|
749
749
|
"body": {
|
|
750
750
|
"nodeType": "YulBlock",
|
|
751
|
-
"src": "
|
|
751
|
+
"src": "749:456:152",
|
|
752
752
|
"statements": [
|
|
753
753
|
{
|
|
754
754
|
"nodeType": "YulVariableDeclaration",
|
|
755
|
-
"src": "
|
|
755
|
+
"src": "759:33:152",
|
|
756
756
|
"value": {
|
|
757
757
|
"arguments": [
|
|
758
758
|
{
|
|
759
759
|
"name": "dataEnd",
|
|
760
760
|
"nodeType": "YulIdentifier",
|
|
761
|
-
"src": "
|
|
761
|
+
"src": "773:7:152"
|
|
762
762
|
},
|
|
763
763
|
{
|
|
764
764
|
"name": "headStart",
|
|
765
765
|
"nodeType": "YulIdentifier",
|
|
766
|
-
"src": "
|
|
766
|
+
"src": "782:9:152"
|
|
767
767
|
}
|
|
768
768
|
],
|
|
769
769
|
"functionName": {
|
|
770
770
|
"name": "sub",
|
|
771
771
|
"nodeType": "YulIdentifier",
|
|
772
|
-
"src": "
|
|
772
|
+
"src": "769:3:152"
|
|
773
773
|
},
|
|
774
774
|
"nodeType": "YulFunctionCall",
|
|
775
|
-
"src": "
|
|
775
|
+
"src": "769:23:152"
|
|
776
776
|
},
|
|
777
777
|
"variables": [
|
|
778
778
|
{
|
|
779
779
|
"name": "_1",
|
|
780
780
|
"nodeType": "YulTypedName",
|
|
781
|
-
"src": "
|
|
781
|
+
"src": "763:2:152",
|
|
782
782
|
"type": ""
|
|
783
783
|
}
|
|
784
784
|
]
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
{
|
|
787
787
|
"body": {
|
|
788
788
|
"nodeType": "YulBlock",
|
|
789
|
-
"src": "
|
|
789
|
+
"src": "817:16:152",
|
|
790
790
|
"statements": [
|
|
791
791
|
{
|
|
792
792
|
"expression": {
|
|
@@ -794,14 +794,14 @@
|
|
|
794
794
|
{
|
|
795
795
|
"kind": "number",
|
|
796
796
|
"nodeType": "YulLiteral",
|
|
797
|
-
"src": "
|
|
797
|
+
"src": "826:1:152",
|
|
798
798
|
"type": "",
|
|
799
799
|
"value": "0"
|
|
800
800
|
},
|
|
801
801
|
{
|
|
802
802
|
"kind": "number",
|
|
803
803
|
"nodeType": "YulLiteral",
|
|
804
|
-
"src": "
|
|
804
|
+
"src": "829:1:152",
|
|
805
805
|
"type": "",
|
|
806
806
|
"value": "0"
|
|
807
807
|
}
|
|
@@ -809,13 +809,13 @@
|
|
|
809
809
|
"functionName": {
|
|
810
810
|
"name": "revert",
|
|
811
811
|
"nodeType": "YulIdentifier",
|
|
812
|
-
"src": "
|
|
812
|
+
"src": "819:6:152"
|
|
813
813
|
},
|
|
814
814
|
"nodeType": "YulFunctionCall",
|
|
815
|
-
"src": "
|
|
815
|
+
"src": "819:12:152"
|
|
816
816
|
},
|
|
817
817
|
"nodeType": "YulExpressionStatement",
|
|
818
|
-
"src": "
|
|
818
|
+
"src": "819:12:152"
|
|
819
819
|
}
|
|
820
820
|
]
|
|
821
821
|
},
|
|
@@ -824,12 +824,12 @@
|
|
|
824
824
|
{
|
|
825
825
|
"name": "_1",
|
|
826
826
|
"nodeType": "YulIdentifier",
|
|
827
|
-
"src": "
|
|
827
|
+
"src": "808:2:152"
|
|
828
828
|
},
|
|
829
829
|
{
|
|
830
830
|
"kind": "number",
|
|
831
831
|
"nodeType": "YulLiteral",
|
|
832
|
-
"src": "
|
|
832
|
+
"src": "812:3:152",
|
|
833
833
|
"type": "",
|
|
834
834
|
"value": "256"
|
|
835
835
|
}
|
|
@@ -837,38 +837,38 @@
|
|
|
837
837
|
"functionName": {
|
|
838
838
|
"name": "slt",
|
|
839
839
|
"nodeType": "YulIdentifier",
|
|
840
|
-
"src": "
|
|
840
|
+
"src": "804:3:152"
|
|
841
841
|
},
|
|
842
842
|
"nodeType": "YulFunctionCall",
|
|
843
|
-
"src": "
|
|
843
|
+
"src": "804:12:152"
|
|
844
844
|
},
|
|
845
845
|
"nodeType": "YulIf",
|
|
846
|
-
"src": "
|
|
846
|
+
"src": "801:32:152"
|
|
847
847
|
},
|
|
848
848
|
{
|
|
849
849
|
"nodeType": "YulVariableDeclaration",
|
|
850
|
-
"src": "
|
|
850
|
+
"src": "842:37:152",
|
|
851
851
|
"value": {
|
|
852
852
|
"arguments": [
|
|
853
853
|
{
|
|
854
854
|
"name": "headStart",
|
|
855
855
|
"nodeType": "YulIdentifier",
|
|
856
|
-
"src": "
|
|
856
|
+
"src": "869:9:152"
|
|
857
857
|
}
|
|
858
858
|
],
|
|
859
859
|
"functionName": {
|
|
860
860
|
"name": "calldataload",
|
|
861
861
|
"nodeType": "YulIdentifier",
|
|
862
|
-
"src": "
|
|
862
|
+
"src": "856:12:152"
|
|
863
863
|
},
|
|
864
864
|
"nodeType": "YulFunctionCall",
|
|
865
|
-
"src": "
|
|
865
|
+
"src": "856:23:152"
|
|
866
866
|
},
|
|
867
867
|
"variables": [
|
|
868
868
|
{
|
|
869
869
|
"name": "offset",
|
|
870
870
|
"nodeType": "YulTypedName",
|
|
871
|
-
"src": "
|
|
871
|
+
"src": "846:6:152",
|
|
872
872
|
"type": ""
|
|
873
873
|
}
|
|
874
874
|
]
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
{
|
|
877
877
|
"body": {
|
|
878
878
|
"nodeType": "YulBlock",
|
|
879
|
-
"src": "
|
|
879
|
+
"src": "922:16:152",
|
|
880
880
|
"statements": [
|
|
881
881
|
{
|
|
882
882
|
"expression": {
|
|
@@ -884,14 +884,14 @@
|
|
|
884
884
|
{
|
|
885
885
|
"kind": "number",
|
|
886
886
|
"nodeType": "YulLiteral",
|
|
887
|
-
"src": "
|
|
887
|
+
"src": "931:1:152",
|
|
888
888
|
"type": "",
|
|
889
889
|
"value": "0"
|
|
890
890
|
},
|
|
891
891
|
{
|
|
892
892
|
"kind": "number",
|
|
893
893
|
"nodeType": "YulLiteral",
|
|
894
|
-
"src": "
|
|
894
|
+
"src": "934:1:152",
|
|
895
895
|
"type": "",
|
|
896
896
|
"value": "0"
|
|
897
897
|
}
|
|
@@ -899,13 +899,13 @@
|
|
|
899
899
|
"functionName": {
|
|
900
900
|
"name": "revert",
|
|
901
901
|
"nodeType": "YulIdentifier",
|
|
902
|
-
"src": "
|
|
902
|
+
"src": "924:6:152"
|
|
903
903
|
},
|
|
904
904
|
"nodeType": "YulFunctionCall",
|
|
905
|
-
"src": "
|
|
905
|
+
"src": "924:12:152"
|
|
906
906
|
},
|
|
907
907
|
"nodeType": "YulExpressionStatement",
|
|
908
|
-
"src": "
|
|
908
|
+
"src": "924:12:152"
|
|
909
909
|
}
|
|
910
910
|
]
|
|
911
911
|
},
|
|
@@ -914,12 +914,12 @@
|
|
|
914
914
|
{
|
|
915
915
|
"name": "offset",
|
|
916
916
|
"nodeType": "YulIdentifier",
|
|
917
|
-
"src": "
|
|
917
|
+
"src": "894:6:152"
|
|
918
918
|
},
|
|
919
919
|
{
|
|
920
920
|
"kind": "number",
|
|
921
921
|
"nodeType": "YulLiteral",
|
|
922
|
-
"src": "
|
|
922
|
+
"src": "902:18:152",
|
|
923
923
|
"type": "",
|
|
924
924
|
"value": "0xffffffffffffffff"
|
|
925
925
|
}
|
|
@@ -927,43 +927,43 @@
|
|
|
927
927
|
"functionName": {
|
|
928
928
|
"name": "gt",
|
|
929
929
|
"nodeType": "YulIdentifier",
|
|
930
|
-
"src": "
|
|
930
|
+
"src": "891:2:152"
|
|
931
931
|
},
|
|
932
932
|
"nodeType": "YulFunctionCall",
|
|
933
|
-
"src": "
|
|
933
|
+
"src": "891:30:152"
|
|
934
934
|
},
|
|
935
935
|
"nodeType": "YulIf",
|
|
936
|
-
"src": "
|
|
936
|
+
"src": "888:50:152"
|
|
937
937
|
},
|
|
938
938
|
{
|
|
939
939
|
"nodeType": "YulVariableDeclaration",
|
|
940
|
-
"src": "
|
|
940
|
+
"src": "947:32:152",
|
|
941
941
|
"value": {
|
|
942
942
|
"arguments": [
|
|
943
943
|
{
|
|
944
944
|
"name": "headStart",
|
|
945
945
|
"nodeType": "YulIdentifier",
|
|
946
|
-
"src": "
|
|
946
|
+
"src": "961:9:152"
|
|
947
947
|
},
|
|
948
948
|
{
|
|
949
949
|
"name": "offset",
|
|
950
950
|
"nodeType": "YulIdentifier",
|
|
951
|
-
"src": "
|
|
951
|
+
"src": "972:6:152"
|
|
952
952
|
}
|
|
953
953
|
],
|
|
954
954
|
"functionName": {
|
|
955
955
|
"name": "add",
|
|
956
956
|
"nodeType": "YulIdentifier",
|
|
957
|
-
"src": "
|
|
957
|
+
"src": "957:3:152"
|
|
958
958
|
},
|
|
959
959
|
"nodeType": "YulFunctionCall",
|
|
960
|
-
"src": "
|
|
960
|
+
"src": "957:22:152"
|
|
961
961
|
},
|
|
962
962
|
"variables": [
|
|
963
963
|
{
|
|
964
964
|
"name": "_2",
|
|
965
965
|
"nodeType": "YulTypedName",
|
|
966
|
-
"src": "
|
|
966
|
+
"src": "951:2:152",
|
|
967
967
|
"type": ""
|
|
968
968
|
}
|
|
969
969
|
]
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
{
|
|
972
972
|
"body": {
|
|
973
973
|
"nodeType": "YulBlock",
|
|
974
|
-
"src": "
|
|
974
|
+
"src": "1018:16:152",
|
|
975
975
|
"statements": [
|
|
976
976
|
{
|
|
977
977
|
"expression": {
|
|
@@ -979,14 +979,14 @@
|
|
|
979
979
|
{
|
|
980
980
|
"kind": "number",
|
|
981
981
|
"nodeType": "YulLiteral",
|
|
982
|
-
"src": "
|
|
982
|
+
"src": "1027:1:152",
|
|
983
983
|
"type": "",
|
|
984
984
|
"value": "0"
|
|
985
985
|
},
|
|
986
986
|
{
|
|
987
987
|
"kind": "number",
|
|
988
988
|
"nodeType": "YulLiteral",
|
|
989
|
-
"src": "
|
|
989
|
+
"src": "1030:1:152",
|
|
990
990
|
"type": "",
|
|
991
991
|
"value": "0"
|
|
992
992
|
}
|
|
@@ -994,13 +994,13 @@
|
|
|
994
994
|
"functionName": {
|
|
995
995
|
"name": "revert",
|
|
996
996
|
"nodeType": "YulIdentifier",
|
|
997
|
-
"src": "
|
|
997
|
+
"src": "1020:6:152"
|
|
998
998
|
},
|
|
999
999
|
"nodeType": "YulFunctionCall",
|
|
1000
|
-
"src": "
|
|
1000
|
+
"src": "1020:12:152"
|
|
1001
1001
|
},
|
|
1002
1002
|
"nodeType": "YulExpressionStatement",
|
|
1003
|
-
"src": "
|
|
1003
|
+
"src": "1020:12:152"
|
|
1004
1004
|
}
|
|
1005
1005
|
]
|
|
1006
1006
|
},
|
|
@@ -1011,26 +1011,26 @@
|
|
|
1011
1011
|
{
|
|
1012
1012
|
"name": "dataEnd",
|
|
1013
1013
|
"nodeType": "YulIdentifier",
|
|
1014
|
-
"src": "
|
|
1014
|
+
"src": "999:7:152"
|
|
1015
1015
|
},
|
|
1016
1016
|
{
|
|
1017
1017
|
"name": "_2",
|
|
1018
1018
|
"nodeType": "YulIdentifier",
|
|
1019
|
-
"src": "
|
|
1019
|
+
"src": "1008:2:152"
|
|
1020
1020
|
}
|
|
1021
1021
|
],
|
|
1022
1022
|
"functionName": {
|
|
1023
1023
|
"name": "sub",
|
|
1024
1024
|
"nodeType": "YulIdentifier",
|
|
1025
|
-
"src": "
|
|
1025
|
+
"src": "995:3:152"
|
|
1026
1026
|
},
|
|
1027
1027
|
"nodeType": "YulFunctionCall",
|
|
1028
|
-
"src": "
|
|
1028
|
+
"src": "995:16:152"
|
|
1029
1029
|
},
|
|
1030
1030
|
{
|
|
1031
1031
|
"kind": "number",
|
|
1032
1032
|
"nodeType": "YulLiteral",
|
|
1033
|
-
"src": "
|
|
1033
|
+
"src": "1013:3:152",
|
|
1034
1034
|
"type": "",
|
|
1035
1035
|
"value": "128"
|
|
1036
1036
|
}
|
|
@@ -1038,34 +1038,34 @@
|
|
|
1038
1038
|
"functionName": {
|
|
1039
1039
|
"name": "slt",
|
|
1040
1040
|
"nodeType": "YulIdentifier",
|
|
1041
|
-
"src": "
|
|
1041
|
+
"src": "991:3:152"
|
|
1042
1042
|
},
|
|
1043
1043
|
"nodeType": "YulFunctionCall",
|
|
1044
|
-
"src": "
|
|
1044
|
+
"src": "991:26:152"
|
|
1045
1045
|
},
|
|
1046
1046
|
"nodeType": "YulIf",
|
|
1047
|
-
"src": "
|
|
1047
|
+
"src": "988:46:152"
|
|
1048
1048
|
},
|
|
1049
1049
|
{
|
|
1050
1050
|
"nodeType": "YulAssignment",
|
|
1051
|
-
"src": "
|
|
1051
|
+
"src": "1043:12:152",
|
|
1052
1052
|
"value": {
|
|
1053
1053
|
"name": "_2",
|
|
1054
1054
|
"nodeType": "YulIdentifier",
|
|
1055
|
-
"src": "
|
|
1055
|
+
"src": "1053:2:152"
|
|
1056
1056
|
},
|
|
1057
1057
|
"variableNames": [
|
|
1058
1058
|
{
|
|
1059
1059
|
"name": "value0",
|
|
1060
1060
|
"nodeType": "YulIdentifier",
|
|
1061
|
-
"src": "
|
|
1061
|
+
"src": "1043:6:152"
|
|
1062
1062
|
}
|
|
1063
1063
|
]
|
|
1064
1064
|
},
|
|
1065
1065
|
{
|
|
1066
1066
|
"body": {
|
|
1067
1067
|
"nodeType": "YulBlock",
|
|
1068
|
-
"src": "
|
|
1068
|
+
"src": "1094:16:152",
|
|
1069
1069
|
"statements": [
|
|
1070
1070
|
{
|
|
1071
1071
|
"expression": {
|
|
@@ -1073,14 +1073,14 @@
|
|
|
1073
1073
|
{
|
|
1074
1074
|
"kind": "number",
|
|
1075
1075
|
"nodeType": "YulLiteral",
|
|
1076
|
-
"src": "
|
|
1076
|
+
"src": "1103:1:152",
|
|
1077
1077
|
"type": "",
|
|
1078
1078
|
"value": "0"
|
|
1079
1079
|
},
|
|
1080
1080
|
{
|
|
1081
1081
|
"kind": "number",
|
|
1082
1082
|
"nodeType": "YulLiteral",
|
|
1083
|
-
"src": "
|
|
1083
|
+
"src": "1106:1:152",
|
|
1084
1084
|
"type": "",
|
|
1085
1085
|
"value": "0"
|
|
1086
1086
|
}
|
|
@@ -1088,13 +1088,13 @@
|
|
|
1088
1088
|
"functionName": {
|
|
1089
1089
|
"name": "revert",
|
|
1090
1090
|
"nodeType": "YulIdentifier",
|
|
1091
|
-
"src": "
|
|
1091
|
+
"src": "1096:6:152"
|
|
1092
1092
|
},
|
|
1093
1093
|
"nodeType": "YulFunctionCall",
|
|
1094
|
-
"src": "
|
|
1094
|
+
"src": "1096:12:152"
|
|
1095
1095
|
},
|
|
1096
1096
|
"nodeType": "YulExpressionStatement",
|
|
1097
|
-
"src": "
|
|
1097
|
+
"src": "1096:12:152"
|
|
1098
1098
|
}
|
|
1099
1099
|
]
|
|
1100
1100
|
},
|
|
@@ -1105,14 +1105,14 @@
|
|
|
1105
1105
|
{
|
|
1106
1106
|
"name": "_1",
|
|
1107
1107
|
"nodeType": "YulIdentifier",
|
|
1108
|
-
"src": "
|
|
1108
|
+
"src": "1075:2:152"
|
|
1109
1109
|
},
|
|
1110
1110
|
{
|
|
1111
1111
|
"arguments": [
|
|
1112
1112
|
{
|
|
1113
1113
|
"kind": "number",
|
|
1114
1114
|
"nodeType": "YulLiteral",
|
|
1115
|
-
"src": "
|
|
1115
|
+
"src": "1083:2:152",
|
|
1116
1116
|
"type": "",
|
|
1117
1117
|
"value": "31"
|
|
1118
1118
|
}
|
|
@@ -1120,24 +1120,24 @@
|
|
|
1120
1120
|
"functionName": {
|
|
1121
1121
|
"name": "not",
|
|
1122
1122
|
"nodeType": "YulIdentifier",
|
|
1123
|
-
"src": "
|
|
1123
|
+
"src": "1079:3:152"
|
|
1124
1124
|
},
|
|
1125
1125
|
"nodeType": "YulFunctionCall",
|
|
1126
|
-
"src": "
|
|
1126
|
+
"src": "1079:7:152"
|
|
1127
1127
|
}
|
|
1128
1128
|
],
|
|
1129
1129
|
"functionName": {
|
|
1130
1130
|
"name": "add",
|
|
1131
1131
|
"nodeType": "YulIdentifier",
|
|
1132
|
-
"src": "
|
|
1132
|
+
"src": "1071:3:152"
|
|
1133
1133
|
},
|
|
1134
1134
|
"nodeType": "YulFunctionCall",
|
|
1135
|
-
"src": "
|
|
1135
|
+
"src": "1071:16:152"
|
|
1136
1136
|
},
|
|
1137
1137
|
{
|
|
1138
1138
|
"kind": "number",
|
|
1139
1139
|
"nodeType": "YulLiteral",
|
|
1140
|
-
"src": "
|
|
1140
|
+
"src": "1089:3:152",
|
|
1141
1141
|
"type": "",
|
|
1142
1142
|
"value": "192"
|
|
1143
1143
|
}
|
|
@@ -1145,28 +1145,28 @@
|
|
|
1145
1145
|
"functionName": {
|
|
1146
1146
|
"name": "slt",
|
|
1147
1147
|
"nodeType": "YulIdentifier",
|
|
1148
|
-
"src": "
|
|
1148
|
+
"src": "1067:3:152"
|
|
1149
1149
|
},
|
|
1150
1150
|
"nodeType": "YulFunctionCall",
|
|
1151
|
-
"src": "
|
|
1151
|
+
"src": "1067:26:152"
|
|
1152
1152
|
},
|
|
1153
1153
|
"nodeType": "YulIf",
|
|
1154
|
-
"src": "
|
|
1154
|
+
"src": "1064:46:152"
|
|
1155
1155
|
},
|
|
1156
1156
|
{
|
|
1157
1157
|
"nodeType": "YulAssignment",
|
|
1158
|
-
"src": "
|
|
1158
|
+
"src": "1119:28:152",
|
|
1159
1159
|
"value": {
|
|
1160
1160
|
"arguments": [
|
|
1161
1161
|
{
|
|
1162
1162
|
"name": "headStart",
|
|
1163
1163
|
"nodeType": "YulIdentifier",
|
|
1164
|
-
"src": "
|
|
1164
|
+
"src": "1133:9:152"
|
|
1165
1165
|
},
|
|
1166
1166
|
{
|
|
1167
1167
|
"kind": "number",
|
|
1168
1168
|
"nodeType": "YulLiteral",
|
|
1169
|
-
"src": "
|
|
1169
|
+
"src": "1144:2:152",
|
|
1170
1170
|
"type": "",
|
|
1171
1171
|
"value": "32"
|
|
1172
1172
|
}
|
|
@@ -1174,22 +1174,22 @@
|
|
|
1174
1174
|
"functionName": {
|
|
1175
1175
|
"name": "add",
|
|
1176
1176
|
"nodeType": "YulIdentifier",
|
|
1177
|
-
"src": "
|
|
1177
|
+
"src": "1129:3:152"
|
|
1178
1178
|
},
|
|
1179
1179
|
"nodeType": "YulFunctionCall",
|
|
1180
|
-
"src": "
|
|
1180
|
+
"src": "1129:18:152"
|
|
1181
1181
|
},
|
|
1182
1182
|
"variableNames": [
|
|
1183
1183
|
{
|
|
1184
1184
|
"name": "value1",
|
|
1185
1185
|
"nodeType": "YulIdentifier",
|
|
1186
|
-
"src": "
|
|
1186
|
+
"src": "1119:6:152"
|
|
1187
1187
|
}
|
|
1188
1188
|
]
|
|
1189
1189
|
},
|
|
1190
1190
|
{
|
|
1191
1191
|
"nodeType": "YulAssignment",
|
|
1192
|
-
"src": "
|
|
1192
|
+
"src": "1156:43:152",
|
|
1193
1193
|
"value": {
|
|
1194
1194
|
"arguments": [
|
|
1195
1195
|
{
|
|
@@ -1197,12 +1197,12 @@
|
|
|
1197
1197
|
{
|
|
1198
1198
|
"name": "headStart",
|
|
1199
1199
|
"nodeType": "YulIdentifier",
|
|
1200
|
-
"src": "
|
|
1200
|
+
"src": "1183:9:152"
|
|
1201
1201
|
},
|
|
1202
1202
|
{
|
|
1203
1203
|
"kind": "number",
|
|
1204
1204
|
"nodeType": "YulLiteral",
|
|
1205
|
-
"src": "
|
|
1205
|
+
"src": "1194:3:152",
|
|
1206
1206
|
"type": "",
|
|
1207
1207
|
"value": "224"
|
|
1208
1208
|
}
|
|
@@ -1210,43 +1210,43 @@
|
|
|
1210
1210
|
"functionName": {
|
|
1211
1211
|
"name": "add",
|
|
1212
1212
|
"nodeType": "YulIdentifier",
|
|
1213
|
-
"src": "
|
|
1213
|
+
"src": "1179:3:152"
|
|
1214
1214
|
},
|
|
1215
1215
|
"nodeType": "YulFunctionCall",
|
|
1216
|
-
"src": "
|
|
1216
|
+
"src": "1179:19:152"
|
|
1217
1217
|
}
|
|
1218
1218
|
],
|
|
1219
1219
|
"functionName": {
|
|
1220
1220
|
"name": "calldataload",
|
|
1221
1221
|
"nodeType": "YulIdentifier",
|
|
1222
|
-
"src": "
|
|
1222
|
+
"src": "1166:12:152"
|
|
1223
1223
|
},
|
|
1224
1224
|
"nodeType": "YulFunctionCall",
|
|
1225
|
-
"src": "
|
|
1225
|
+
"src": "1166:33:152"
|
|
1226
1226
|
},
|
|
1227
1227
|
"variableNames": [
|
|
1228
1228
|
{
|
|
1229
1229
|
"name": "value2",
|
|
1230
1230
|
"nodeType": "YulIdentifier",
|
|
1231
|
-
"src": "
|
|
1231
|
+
"src": "1156:6:152"
|
|
1232
1232
|
}
|
|
1233
1233
|
]
|
|
1234
1234
|
}
|
|
1235
1235
|
]
|
|
1236
1236
|
},
|
|
1237
|
-
"name": "abi_decode_tuple_t_struct$_BitcoinTxInfo_$
|
|
1237
|
+
"name": "abi_decode_tuple_t_struct$_BitcoinTxInfo_$43336_calldata_ptrt_struct$_DepositRevealInfo_$43349_calldata_ptrt_bytes32",
|
|
1238
1238
|
"nodeType": "YulFunctionDefinition",
|
|
1239
1239
|
"parameters": [
|
|
1240
1240
|
{
|
|
1241
1241
|
"name": "headStart",
|
|
1242
1242
|
"nodeType": "YulTypedName",
|
|
1243
|
-
"src": "
|
|
1243
|
+
"src": "699:9:152",
|
|
1244
1244
|
"type": ""
|
|
1245
1245
|
},
|
|
1246
1246
|
{
|
|
1247
1247
|
"name": "dataEnd",
|
|
1248
1248
|
"nodeType": "YulTypedName",
|
|
1249
|
-
"src": "
|
|
1249
|
+
"src": "710:7:152",
|
|
1250
1250
|
"type": ""
|
|
1251
1251
|
}
|
|
1252
1252
|
],
|
|
@@ -1254,43 +1254,43 @@
|
|
|
1254
1254
|
{
|
|
1255
1255
|
"name": "value0",
|
|
1256
1256
|
"nodeType": "YulTypedName",
|
|
1257
|
-
"src": "
|
|
1257
|
+
"src": "722:6:152",
|
|
1258
1258
|
"type": ""
|
|
1259
1259
|
},
|
|
1260
1260
|
{
|
|
1261
1261
|
"name": "value1",
|
|
1262
1262
|
"nodeType": "YulTypedName",
|
|
1263
|
-
"src": "
|
|
1263
|
+
"src": "730:6:152",
|
|
1264
1264
|
"type": ""
|
|
1265
1265
|
},
|
|
1266
1266
|
{
|
|
1267
1267
|
"name": "value2",
|
|
1268
1268
|
"nodeType": "YulTypedName",
|
|
1269
|
-
"src": "
|
|
1269
|
+
"src": "738:6:152",
|
|
1270
1270
|
"type": ""
|
|
1271
1271
|
}
|
|
1272
1272
|
],
|
|
1273
|
-
"src": "573:
|
|
1273
|
+
"src": "573:632:152"
|
|
1274
1274
|
},
|
|
1275
1275
|
{
|
|
1276
1276
|
"body": {
|
|
1277
1277
|
"nodeType": "YulBlock",
|
|
1278
|
-
"src": "
|
|
1278
|
+
"src": "1377:729:152",
|
|
1279
1279
|
"statements": [
|
|
1280
1280
|
{
|
|
1281
1281
|
"nodeType": "YulAssignment",
|
|
1282
|
-
"src": "
|
|
1282
|
+
"src": "1387:27:152",
|
|
1283
1283
|
"value": {
|
|
1284
1284
|
"arguments": [
|
|
1285
1285
|
{
|
|
1286
1286
|
"name": "headStart",
|
|
1287
1287
|
"nodeType": "YulIdentifier",
|
|
1288
|
-
"src": "
|
|
1288
|
+
"src": "1399:9:152"
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
1291
|
"kind": "number",
|
|
1292
1292
|
"nodeType": "YulLiteral",
|
|
1293
|
-
"src": "
|
|
1293
|
+
"src": "1410:3:152",
|
|
1294
1294
|
"type": "",
|
|
1295
1295
|
"value": "224"
|
|
1296
1296
|
}
|
|
@@ -1298,26 +1298,26 @@
|
|
|
1298
1298
|
"functionName": {
|
|
1299
1299
|
"name": "add",
|
|
1300
1300
|
"nodeType": "YulIdentifier",
|
|
1301
|
-
"src": "
|
|
1301
|
+
"src": "1395:3:152"
|
|
1302
1302
|
},
|
|
1303
1303
|
"nodeType": "YulFunctionCall",
|
|
1304
|
-
"src": "
|
|
1304
|
+
"src": "1395:19:152"
|
|
1305
1305
|
},
|
|
1306
1306
|
"variableNames": [
|
|
1307
1307
|
{
|
|
1308
1308
|
"name": "tail",
|
|
1309
1309
|
"nodeType": "YulIdentifier",
|
|
1310
|
-
"src": "
|
|
1310
|
+
"src": "1387:4:152"
|
|
1311
1311
|
}
|
|
1312
1312
|
]
|
|
1313
1313
|
},
|
|
1314
1314
|
{
|
|
1315
1315
|
"nodeType": "YulVariableDeclaration",
|
|
1316
|
-
"src": "
|
|
1316
|
+
"src": "1423:52:152",
|
|
1317
1317
|
"value": {
|
|
1318
1318
|
"kind": "number",
|
|
1319
1319
|
"nodeType": "YulLiteral",
|
|
1320
|
-
"src": "
|
|
1320
|
+
"src": "1433:42:152",
|
|
1321
1321
|
"type": "",
|
|
1322
1322
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
1323
1323
|
},
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
{
|
|
1326
1326
|
"name": "_1",
|
|
1327
1327
|
"nodeType": "YulTypedName",
|
|
1328
|
-
"src": "
|
|
1328
|
+
"src": "1427:2:152",
|
|
1329
1329
|
"type": ""
|
|
1330
1330
|
}
|
|
1331
1331
|
]
|
|
@@ -1336,7 +1336,7 @@
|
|
|
1336
1336
|
{
|
|
1337
1337
|
"name": "headStart",
|
|
1338
1338
|
"nodeType": "YulIdentifier",
|
|
1339
|
-
"src": "
|
|
1339
|
+
"src": "1491:9:152"
|
|
1340
1340
|
},
|
|
1341
1341
|
{
|
|
1342
1342
|
"arguments": [
|
|
@@ -1345,46 +1345,46 @@
|
|
|
1345
1345
|
{
|
|
1346
1346
|
"name": "value0",
|
|
1347
1347
|
"nodeType": "YulIdentifier",
|
|
1348
|
-
"src": "
|
|
1348
|
+
"src": "1512:6:152"
|
|
1349
1349
|
}
|
|
1350
1350
|
],
|
|
1351
1351
|
"functionName": {
|
|
1352
1352
|
"name": "mload",
|
|
1353
1353
|
"nodeType": "YulIdentifier",
|
|
1354
|
-
"src": "
|
|
1354
|
+
"src": "1506:5:152"
|
|
1355
1355
|
},
|
|
1356
1356
|
"nodeType": "YulFunctionCall",
|
|
1357
|
-
"src": "
|
|
1357
|
+
"src": "1506:13:152"
|
|
1358
1358
|
},
|
|
1359
1359
|
{
|
|
1360
1360
|
"name": "_1",
|
|
1361
1361
|
"nodeType": "YulIdentifier",
|
|
1362
|
-
"src": "
|
|
1362
|
+
"src": "1521:2:152"
|
|
1363
1363
|
}
|
|
1364
1364
|
],
|
|
1365
1365
|
"functionName": {
|
|
1366
1366
|
"name": "and",
|
|
1367
1367
|
"nodeType": "YulIdentifier",
|
|
1368
|
-
"src": "
|
|
1368
|
+
"src": "1502:3:152"
|
|
1369
1369
|
},
|
|
1370
1370
|
"nodeType": "YulFunctionCall",
|
|
1371
|
-
"src": "
|
|
1371
|
+
"src": "1502:22:152"
|
|
1372
1372
|
}
|
|
1373
1373
|
],
|
|
1374
1374
|
"functionName": {
|
|
1375
1375
|
"name": "mstore",
|
|
1376
1376
|
"nodeType": "YulIdentifier",
|
|
1377
|
-
"src": "
|
|
1377
|
+
"src": "1484:6:152"
|
|
1378
1378
|
},
|
|
1379
1379
|
"nodeType": "YulFunctionCall",
|
|
1380
|
-
"src": "
|
|
1380
|
+
"src": "1484:41:152"
|
|
1381
1381
|
},
|
|
1382
1382
|
"nodeType": "YulExpressionStatement",
|
|
1383
|
-
"src": "
|
|
1383
|
+
"src": "1484:41:152"
|
|
1384
1384
|
},
|
|
1385
1385
|
{
|
|
1386
1386
|
"nodeType": "YulVariableDeclaration",
|
|
1387
|
-
"src": "
|
|
1387
|
+
"src": "1534:44:152",
|
|
1388
1388
|
"value": {
|
|
1389
1389
|
"arguments": [
|
|
1390
1390
|
{
|
|
@@ -1392,12 +1392,12 @@
|
|
|
1392
1392
|
{
|
|
1393
1393
|
"name": "value0",
|
|
1394
1394
|
"nodeType": "YulIdentifier",
|
|
1395
|
-
"src": "
|
|
1395
|
+
"src": "1564:6:152"
|
|
1396
1396
|
},
|
|
1397
1397
|
{
|
|
1398
1398
|
"kind": "number",
|
|
1399
1399
|
"nodeType": "YulLiteral",
|
|
1400
|
-
"src": "
|
|
1400
|
+
"src": "1572:4:152",
|
|
1401
1401
|
"type": "",
|
|
1402
1402
|
"value": "0x20"
|
|
1403
1403
|
}
|
|
@@ -1405,36 +1405,36 @@
|
|
|
1405
1405
|
"functionName": {
|
|
1406
1406
|
"name": "add",
|
|
1407
1407
|
"nodeType": "YulIdentifier",
|
|
1408
|
-
"src": "
|
|
1408
|
+
"src": "1560:3:152"
|
|
1409
1409
|
},
|
|
1410
1410
|
"nodeType": "YulFunctionCall",
|
|
1411
|
-
"src": "
|
|
1411
|
+
"src": "1560:17:152"
|
|
1412
1412
|
}
|
|
1413
1413
|
],
|
|
1414
1414
|
"functionName": {
|
|
1415
1415
|
"name": "mload",
|
|
1416
1416
|
"nodeType": "YulIdentifier",
|
|
1417
|
-
"src": "
|
|
1417
|
+
"src": "1554:5:152"
|
|
1418
1418
|
},
|
|
1419
1419
|
"nodeType": "YulFunctionCall",
|
|
1420
|
-
"src": "
|
|
1420
|
+
"src": "1554:24:152"
|
|
1421
1421
|
},
|
|
1422
1422
|
"variables": [
|
|
1423
1423
|
{
|
|
1424
1424
|
"name": "memberValue0",
|
|
1425
1425
|
"nodeType": "YulTypedName",
|
|
1426
|
-
"src": "
|
|
1426
|
+
"src": "1538:12:152",
|
|
1427
1427
|
"type": ""
|
|
1428
1428
|
}
|
|
1429
1429
|
]
|
|
1430
1430
|
},
|
|
1431
1431
|
{
|
|
1432
1432
|
"nodeType": "YulVariableDeclaration",
|
|
1433
|
-
"src": "
|
|
1433
|
+
"src": "1587:28:152",
|
|
1434
1434
|
"value": {
|
|
1435
1435
|
"kind": "number",
|
|
1436
1436
|
"nodeType": "YulLiteral",
|
|
1437
|
-
"src": "
|
|
1437
|
+
"src": "1597:18:152",
|
|
1438
1438
|
"type": "",
|
|
1439
1439
|
"value": "0xffffffffffffffff"
|
|
1440
1440
|
},
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
{
|
|
1443
1443
|
"name": "_2",
|
|
1444
1444
|
"nodeType": "YulTypedName",
|
|
1445
|
-
"src": "
|
|
1445
|
+
"src": "1591:2:152",
|
|
1446
1446
|
"type": ""
|
|
1447
1447
|
}
|
|
1448
1448
|
]
|
|
@@ -1455,12 +1455,12 @@
|
|
|
1455
1455
|
{
|
|
1456
1456
|
"name": "headStart",
|
|
1457
1457
|
"nodeType": "YulIdentifier",
|
|
1458
|
-
"src": "
|
|
1458
|
+
"src": "1635:9:152"
|
|
1459
1459
|
},
|
|
1460
1460
|
{
|
|
1461
1461
|
"kind": "number",
|
|
1462
1462
|
"nodeType": "YulLiteral",
|
|
1463
|
-
"src": "
|
|
1463
|
+
"src": "1646:4:152",
|
|
1464
1464
|
"type": "",
|
|
1465
1465
|
"value": "0x20"
|
|
1466
1466
|
}
|
|
@@ -1468,47 +1468,47 @@
|
|
|
1468
1468
|
"functionName": {
|
|
1469
1469
|
"name": "add",
|
|
1470
1470
|
"nodeType": "YulIdentifier",
|
|
1471
|
-
"src": "
|
|
1471
|
+
"src": "1631:3:152"
|
|
1472
1472
|
},
|
|
1473
1473
|
"nodeType": "YulFunctionCall",
|
|
1474
|
-
"src": "
|
|
1474
|
+
"src": "1631:20:152"
|
|
1475
1475
|
},
|
|
1476
1476
|
{
|
|
1477
1477
|
"arguments": [
|
|
1478
1478
|
{
|
|
1479
1479
|
"name": "memberValue0",
|
|
1480
1480
|
"nodeType": "YulIdentifier",
|
|
1481
|
-
"src": "
|
|
1481
|
+
"src": "1657:12:152"
|
|
1482
1482
|
},
|
|
1483
1483
|
{
|
|
1484
1484
|
"name": "_2",
|
|
1485
1485
|
"nodeType": "YulIdentifier",
|
|
1486
|
-
"src": "
|
|
1486
|
+
"src": "1671:2:152"
|
|
1487
1487
|
}
|
|
1488
1488
|
],
|
|
1489
1489
|
"functionName": {
|
|
1490
1490
|
"name": "and",
|
|
1491
1491
|
"nodeType": "YulIdentifier",
|
|
1492
|
-
"src": "
|
|
1492
|
+
"src": "1653:3:152"
|
|
1493
1493
|
},
|
|
1494
1494
|
"nodeType": "YulFunctionCall",
|
|
1495
|
-
"src": "
|
|
1495
|
+
"src": "1653:21:152"
|
|
1496
1496
|
}
|
|
1497
1497
|
],
|
|
1498
1498
|
"functionName": {
|
|
1499
1499
|
"name": "mstore",
|
|
1500
1500
|
"nodeType": "YulIdentifier",
|
|
1501
|
-
"src": "
|
|
1501
|
+
"src": "1624:6:152"
|
|
1502
1502
|
},
|
|
1503
1503
|
"nodeType": "YulFunctionCall",
|
|
1504
|
-
"src": "
|
|
1504
|
+
"src": "1624:51:152"
|
|
1505
1505
|
},
|
|
1506
1506
|
"nodeType": "YulExpressionStatement",
|
|
1507
|
-
"src": "
|
|
1507
|
+
"src": "1624:51:152"
|
|
1508
1508
|
},
|
|
1509
1509
|
{
|
|
1510
1510
|
"nodeType": "YulVariableDeclaration",
|
|
1511
|
-
"src": "
|
|
1511
|
+
"src": "1684:46:152",
|
|
1512
1512
|
"value": {
|
|
1513
1513
|
"arguments": [
|
|
1514
1514
|
{
|
|
@@ -1516,12 +1516,12 @@
|
|
|
1516
1516
|
{
|
|
1517
1517
|
"name": "value0",
|
|
1518
1518
|
"nodeType": "YulIdentifier",
|
|
1519
|
-
"src": "
|
|
1519
|
+
"src": "1716:6:152"
|
|
1520
1520
|
},
|
|
1521
1521
|
{
|
|
1522
1522
|
"kind": "number",
|
|
1523
1523
|
"nodeType": "YulLiteral",
|
|
1524
|
-
"src": "
|
|
1524
|
+
"src": "1724:4:152",
|
|
1525
1525
|
"type": "",
|
|
1526
1526
|
"value": "0x40"
|
|
1527
1527
|
}
|
|
@@ -1529,36 +1529,36 @@
|
|
|
1529
1529
|
"functionName": {
|
|
1530
1530
|
"name": "add",
|
|
1531
1531
|
"nodeType": "YulIdentifier",
|
|
1532
|
-
"src": "
|
|
1532
|
+
"src": "1712:3:152"
|
|
1533
1533
|
},
|
|
1534
1534
|
"nodeType": "YulFunctionCall",
|
|
1535
|
-
"src": "
|
|
1535
|
+
"src": "1712:17:152"
|
|
1536
1536
|
}
|
|
1537
1537
|
],
|
|
1538
1538
|
"functionName": {
|
|
1539
1539
|
"name": "mload",
|
|
1540
1540
|
"nodeType": "YulIdentifier",
|
|
1541
|
-
"src": "
|
|
1541
|
+
"src": "1706:5:152"
|
|
1542
1542
|
},
|
|
1543
1543
|
"nodeType": "YulFunctionCall",
|
|
1544
|
-
"src": "
|
|
1544
|
+
"src": "1706:24:152"
|
|
1545
1545
|
},
|
|
1546
1546
|
"variables": [
|
|
1547
1547
|
{
|
|
1548
1548
|
"name": "memberValue0_1",
|
|
1549
1549
|
"nodeType": "YulTypedName",
|
|
1550
|
-
"src": "
|
|
1550
|
+
"src": "1688:14:152",
|
|
1551
1551
|
"type": ""
|
|
1552
1552
|
}
|
|
1553
1553
|
]
|
|
1554
1554
|
},
|
|
1555
1555
|
{
|
|
1556
1556
|
"nodeType": "YulVariableDeclaration",
|
|
1557
|
-
"src": "
|
|
1557
|
+
"src": "1739:20:152",
|
|
1558
1558
|
"value": {
|
|
1559
1559
|
"kind": "number",
|
|
1560
1560
|
"nodeType": "YulLiteral",
|
|
1561
|
-
"src": "
|
|
1561
|
+
"src": "1749:10:152",
|
|
1562
1562
|
"type": "",
|
|
1563
1563
|
"value": "0xffffffff"
|
|
1564
1564
|
},
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
{
|
|
1567
1567
|
"name": "_3",
|
|
1568
1568
|
"nodeType": "YulTypedName",
|
|
1569
|
-
"src": "
|
|
1569
|
+
"src": "1743:2:152",
|
|
1570
1570
|
"type": ""
|
|
1571
1571
|
}
|
|
1572
1572
|
]
|
|
@@ -1579,12 +1579,12 @@
|
|
|
1579
1579
|
{
|
|
1580
1580
|
"name": "headStart",
|
|
1581
1581
|
"nodeType": "YulIdentifier",
|
|
1582
|
-
"src": "
|
|
1582
|
+
"src": "1779:9:152"
|
|
1583
1583
|
},
|
|
1584
1584
|
{
|
|
1585
1585
|
"kind": "number",
|
|
1586
1586
|
"nodeType": "YulLiteral",
|
|
1587
|
-
"src": "
|
|
1587
|
+
"src": "1790:4:152",
|
|
1588
1588
|
"type": "",
|
|
1589
1589
|
"value": "0x40"
|
|
1590
1590
|
}
|
|
@@ -1592,43 +1592,43 @@
|
|
|
1592
1592
|
"functionName": {
|
|
1593
1593
|
"name": "add",
|
|
1594
1594
|
"nodeType": "YulIdentifier",
|
|
1595
|
-
"src": "
|
|
1595
|
+
"src": "1775:3:152"
|
|
1596
1596
|
},
|
|
1597
1597
|
"nodeType": "YulFunctionCall",
|
|
1598
|
-
"src": "
|
|
1598
|
+
"src": "1775:20:152"
|
|
1599
1599
|
},
|
|
1600
1600
|
{
|
|
1601
1601
|
"arguments": [
|
|
1602
1602
|
{
|
|
1603
1603
|
"name": "memberValue0_1",
|
|
1604
1604
|
"nodeType": "YulIdentifier",
|
|
1605
|
-
"src": "
|
|
1605
|
+
"src": "1801:14:152"
|
|
1606
1606
|
},
|
|
1607
1607
|
{
|
|
1608
1608
|
"name": "_3",
|
|
1609
1609
|
"nodeType": "YulIdentifier",
|
|
1610
|
-
"src": "
|
|
1610
|
+
"src": "1817:2:152"
|
|
1611
1611
|
}
|
|
1612
1612
|
],
|
|
1613
1613
|
"functionName": {
|
|
1614
1614
|
"name": "and",
|
|
1615
1615
|
"nodeType": "YulIdentifier",
|
|
1616
|
-
"src": "
|
|
1616
|
+
"src": "1797:3:152"
|
|
1617
1617
|
},
|
|
1618
1618
|
"nodeType": "YulFunctionCall",
|
|
1619
|
-
"src": "
|
|
1619
|
+
"src": "1797:23:152"
|
|
1620
1620
|
}
|
|
1621
1621
|
],
|
|
1622
1622
|
"functionName": {
|
|
1623
1623
|
"name": "mstore",
|
|
1624
1624
|
"nodeType": "YulIdentifier",
|
|
1625
|
-
"src": "
|
|
1625
|
+
"src": "1768:6:152"
|
|
1626
1626
|
},
|
|
1627
1627
|
"nodeType": "YulFunctionCall",
|
|
1628
|
-
"src": "
|
|
1628
|
+
"src": "1768:53:152"
|
|
1629
1629
|
},
|
|
1630
1630
|
"nodeType": "YulExpressionStatement",
|
|
1631
|
-
"src": "
|
|
1631
|
+
"src": "1768:53:152"
|
|
1632
1632
|
},
|
|
1633
1633
|
{
|
|
1634
1634
|
"expression": {
|
|
@@ -1638,12 +1638,12 @@
|
|
|
1638
1638
|
{
|
|
1639
1639
|
"name": "headStart",
|
|
1640
1640
|
"nodeType": "YulIdentifier",
|
|
1641
|
-
"src": "
|
|
1641
|
+
"src": "1841:9:152"
|
|
1642
1642
|
},
|
|
1643
1643
|
{
|
|
1644
1644
|
"kind": "number",
|
|
1645
1645
|
"nodeType": "YulLiteral",
|
|
1646
|
-
"src": "
|
|
1646
|
+
"src": "1852:4:152",
|
|
1647
1647
|
"type": "",
|
|
1648
1648
|
"value": "0x60"
|
|
1649
1649
|
}
|
|
@@ -1651,10 +1651,10 @@
|
|
|
1651
1651
|
"functionName": {
|
|
1652
1652
|
"name": "add",
|
|
1653
1653
|
"nodeType": "YulIdentifier",
|
|
1654
|
-
"src": "
|
|
1654
|
+
"src": "1837:3:152"
|
|
1655
1655
|
},
|
|
1656
1656
|
"nodeType": "YulFunctionCall",
|
|
1657
|
-
"src": "
|
|
1657
|
+
"src": "1837:20:152"
|
|
1658
1658
|
},
|
|
1659
1659
|
{
|
|
1660
1660
|
"arguments": [
|
|
@@ -1665,12 +1665,12 @@
|
|
|
1665
1665
|
{
|
|
1666
1666
|
"name": "value0",
|
|
1667
1667
|
"nodeType": "YulIdentifier",
|
|
1668
|
-
"src": "
|
|
1668
|
+
"src": "1873:6:152"
|
|
1669
1669
|
},
|
|
1670
1670
|
{
|
|
1671
1671
|
"kind": "number",
|
|
1672
1672
|
"nodeType": "YulLiteral",
|
|
1673
|
-
"src": "
|
|
1673
|
+
"src": "1881:4:152",
|
|
1674
1674
|
"type": "",
|
|
1675
1675
|
"value": "0x60"
|
|
1676
1676
|
}
|
|
@@ -1678,45 +1678,45 @@
|
|
|
1678
1678
|
"functionName": {
|
|
1679
1679
|
"name": "add",
|
|
1680
1680
|
"nodeType": "YulIdentifier",
|
|
1681
|
-
"src": "
|
|
1681
|
+
"src": "1869:3:152"
|
|
1682
1682
|
},
|
|
1683
1683
|
"nodeType": "YulFunctionCall",
|
|
1684
|
-
"src": "
|
|
1684
|
+
"src": "1869:17:152"
|
|
1685
1685
|
}
|
|
1686
1686
|
],
|
|
1687
1687
|
"functionName": {
|
|
1688
1688
|
"name": "mload",
|
|
1689
1689
|
"nodeType": "YulIdentifier",
|
|
1690
|
-
"src": "
|
|
1690
|
+
"src": "1863:5:152"
|
|
1691
1691
|
},
|
|
1692
1692
|
"nodeType": "YulFunctionCall",
|
|
1693
|
-
"src": "
|
|
1693
|
+
"src": "1863:24:152"
|
|
1694
1694
|
},
|
|
1695
1695
|
{
|
|
1696
1696
|
"name": "_1",
|
|
1697
1697
|
"nodeType": "YulIdentifier",
|
|
1698
|
-
"src": "
|
|
1698
|
+
"src": "1889:2:152"
|
|
1699
1699
|
}
|
|
1700
1700
|
],
|
|
1701
1701
|
"functionName": {
|
|
1702
1702
|
"name": "and",
|
|
1703
1703
|
"nodeType": "YulIdentifier",
|
|
1704
|
-
"src": "
|
|
1704
|
+
"src": "1859:3:152"
|
|
1705
1705
|
},
|
|
1706
1706
|
"nodeType": "YulFunctionCall",
|
|
1707
|
-
"src": "
|
|
1707
|
+
"src": "1859:33:152"
|
|
1708
1708
|
}
|
|
1709
1709
|
],
|
|
1710
1710
|
"functionName": {
|
|
1711
1711
|
"name": "mstore",
|
|
1712
1712
|
"nodeType": "YulIdentifier",
|
|
1713
|
-
"src": "
|
|
1713
|
+
"src": "1830:6:152"
|
|
1714
1714
|
},
|
|
1715
1715
|
"nodeType": "YulFunctionCall",
|
|
1716
|
-
"src": "
|
|
1716
|
+
"src": "1830:63:152"
|
|
1717
1717
|
},
|
|
1718
1718
|
"nodeType": "YulExpressionStatement",
|
|
1719
|
-
"src": "
|
|
1719
|
+
"src": "1830:63:152"
|
|
1720
1720
|
},
|
|
1721
1721
|
{
|
|
1722
1722
|
"expression": {
|
|
@@ -1726,12 +1726,12 @@
|
|
|
1726
1726
|
{
|
|
1727
1727
|
"name": "headStart",
|
|
1728
1728
|
"nodeType": "YulIdentifier",
|
|
1729
|
-
"src": "
|
|
1729
|
+
"src": "1913:9:152"
|
|
1730
1730
|
},
|
|
1731
1731
|
{
|
|
1732
1732
|
"kind": "number",
|
|
1733
1733
|
"nodeType": "YulLiteral",
|
|
1734
|
-
"src": "
|
|
1734
|
+
"src": "1924:4:152",
|
|
1735
1735
|
"type": "",
|
|
1736
1736
|
"value": "0x80"
|
|
1737
1737
|
}
|
|
@@ -1739,10 +1739,10 @@
|
|
|
1739
1739
|
"functionName": {
|
|
1740
1740
|
"name": "add",
|
|
1741
1741
|
"nodeType": "YulIdentifier",
|
|
1742
|
-
"src": "
|
|
1742
|
+
"src": "1909:3:152"
|
|
1743
1743
|
},
|
|
1744
1744
|
"nodeType": "YulFunctionCall",
|
|
1745
|
-
"src": "
|
|
1745
|
+
"src": "1909:20:152"
|
|
1746
1746
|
},
|
|
1747
1747
|
{
|
|
1748
1748
|
"arguments": [
|
|
@@ -1753,12 +1753,12 @@
|
|
|
1753
1753
|
{
|
|
1754
1754
|
"name": "value0",
|
|
1755
1755
|
"nodeType": "YulIdentifier",
|
|
1756
|
-
"src": "
|
|
1756
|
+
"src": "1945:6:152"
|
|
1757
1757
|
},
|
|
1758
1758
|
{
|
|
1759
1759
|
"kind": "number",
|
|
1760
1760
|
"nodeType": "YulLiteral",
|
|
1761
|
-
"src": "
|
|
1761
|
+
"src": "1953:4:152",
|
|
1762
1762
|
"type": "",
|
|
1763
1763
|
"value": "0x80"
|
|
1764
1764
|
}
|
|
@@ -1766,45 +1766,45 @@
|
|
|
1766
1766
|
"functionName": {
|
|
1767
1767
|
"name": "add",
|
|
1768
1768
|
"nodeType": "YulIdentifier",
|
|
1769
|
-
"src": "
|
|
1769
|
+
"src": "1941:3:152"
|
|
1770
1770
|
},
|
|
1771
1771
|
"nodeType": "YulFunctionCall",
|
|
1772
|
-
"src": "
|
|
1772
|
+
"src": "1941:17:152"
|
|
1773
1773
|
}
|
|
1774
1774
|
],
|
|
1775
1775
|
"functionName": {
|
|
1776
1776
|
"name": "mload",
|
|
1777
1777
|
"nodeType": "YulIdentifier",
|
|
1778
|
-
"src": "
|
|
1778
|
+
"src": "1935:5:152"
|
|
1779
1779
|
},
|
|
1780
1780
|
"nodeType": "YulFunctionCall",
|
|
1781
|
-
"src": "
|
|
1781
|
+
"src": "1935:24:152"
|
|
1782
1782
|
},
|
|
1783
1783
|
{
|
|
1784
1784
|
"name": "_2",
|
|
1785
1785
|
"nodeType": "YulIdentifier",
|
|
1786
|
-
"src": "
|
|
1786
|
+
"src": "1961:2:152"
|
|
1787
1787
|
}
|
|
1788
1788
|
],
|
|
1789
1789
|
"functionName": {
|
|
1790
1790
|
"name": "and",
|
|
1791
1791
|
"nodeType": "YulIdentifier",
|
|
1792
|
-
"src": "
|
|
1792
|
+
"src": "1931:3:152"
|
|
1793
1793
|
},
|
|
1794
1794
|
"nodeType": "YulFunctionCall",
|
|
1795
|
-
"src": "
|
|
1795
|
+
"src": "1931:33:152"
|
|
1796
1796
|
}
|
|
1797
1797
|
],
|
|
1798
1798
|
"functionName": {
|
|
1799
1799
|
"name": "mstore",
|
|
1800
1800
|
"nodeType": "YulIdentifier",
|
|
1801
|
-
"src": "
|
|
1801
|
+
"src": "1902:6:152"
|
|
1802
1802
|
},
|
|
1803
1803
|
"nodeType": "YulFunctionCall",
|
|
1804
|
-
"src": "
|
|
1804
|
+
"src": "1902:63:152"
|
|
1805
1805
|
},
|
|
1806
1806
|
"nodeType": "YulExpressionStatement",
|
|
1807
|
-
"src": "
|
|
1807
|
+
"src": "1902:63:152"
|
|
1808
1808
|
},
|
|
1809
1809
|
{
|
|
1810
1810
|
"expression": {
|
|
@@ -1814,12 +1814,12 @@
|
|
|
1814
1814
|
{
|
|
1815
1815
|
"name": "headStart",
|
|
1816
1816
|
"nodeType": "YulIdentifier",
|
|
1817
|
-
"src": "
|
|
1817
|
+
"src": "1985:9:152"
|
|
1818
1818
|
},
|
|
1819
1819
|
{
|
|
1820
1820
|
"kind": "number",
|
|
1821
1821
|
"nodeType": "YulLiteral",
|
|
1822
|
-
"src": "
|
|
1822
|
+
"src": "1996:4:152",
|
|
1823
1823
|
"type": "",
|
|
1824
1824
|
"value": "0xa0"
|
|
1825
1825
|
}
|
|
@@ -1827,10 +1827,10 @@
|
|
|
1827
1827
|
"functionName": {
|
|
1828
1828
|
"name": "add",
|
|
1829
1829
|
"nodeType": "YulIdentifier",
|
|
1830
|
-
"src": "
|
|
1830
|
+
"src": "1981:3:152"
|
|
1831
1831
|
},
|
|
1832
1832
|
"nodeType": "YulFunctionCall",
|
|
1833
|
-
"src": "
|
|
1833
|
+
"src": "1981:20:152"
|
|
1834
1834
|
},
|
|
1835
1835
|
{
|
|
1836
1836
|
"arguments": [
|
|
@@ -1841,12 +1841,12 @@
|
|
|
1841
1841
|
{
|
|
1842
1842
|
"name": "value0",
|
|
1843
1843
|
"nodeType": "YulIdentifier",
|
|
1844
|
-
"src": "
|
|
1844
|
+
"src": "2017:6:152"
|
|
1845
1845
|
},
|
|
1846
1846
|
{
|
|
1847
1847
|
"kind": "number",
|
|
1848
1848
|
"nodeType": "YulLiteral",
|
|
1849
|
-
"src": "
|
|
1849
|
+
"src": "2025:4:152",
|
|
1850
1850
|
"type": "",
|
|
1851
1851
|
"value": "0xa0"
|
|
1852
1852
|
}
|
|
@@ -1854,45 +1854,45 @@
|
|
|
1854
1854
|
"functionName": {
|
|
1855
1855
|
"name": "add",
|
|
1856
1856
|
"nodeType": "YulIdentifier",
|
|
1857
|
-
"src": "
|
|
1857
|
+
"src": "2013:3:152"
|
|
1858
1858
|
},
|
|
1859
1859
|
"nodeType": "YulFunctionCall",
|
|
1860
|
-
"src": "
|
|
1860
|
+
"src": "2013:17:152"
|
|
1861
1861
|
}
|
|
1862
1862
|
],
|
|
1863
1863
|
"functionName": {
|
|
1864
1864
|
"name": "mload",
|
|
1865
1865
|
"nodeType": "YulIdentifier",
|
|
1866
|
-
"src": "
|
|
1866
|
+
"src": "2007:5:152"
|
|
1867
1867
|
},
|
|
1868
1868
|
"nodeType": "YulFunctionCall",
|
|
1869
|
-
"src": "
|
|
1869
|
+
"src": "2007:24:152"
|
|
1870
1870
|
},
|
|
1871
1871
|
{
|
|
1872
1872
|
"name": "_3",
|
|
1873
1873
|
"nodeType": "YulIdentifier",
|
|
1874
|
-
"src": "
|
|
1874
|
+
"src": "2033:2:152"
|
|
1875
1875
|
}
|
|
1876
1876
|
],
|
|
1877
1877
|
"functionName": {
|
|
1878
1878
|
"name": "and",
|
|
1879
1879
|
"nodeType": "YulIdentifier",
|
|
1880
|
-
"src": "
|
|
1880
|
+
"src": "2003:3:152"
|
|
1881
1881
|
},
|
|
1882
1882
|
"nodeType": "YulFunctionCall",
|
|
1883
|
-
"src": "
|
|
1883
|
+
"src": "2003:33:152"
|
|
1884
1884
|
}
|
|
1885
1885
|
],
|
|
1886
1886
|
"functionName": {
|
|
1887
1887
|
"name": "mstore",
|
|
1888
1888
|
"nodeType": "YulIdentifier",
|
|
1889
|
-
"src": "
|
|
1889
|
+
"src": "1974:6:152"
|
|
1890
1890
|
},
|
|
1891
1891
|
"nodeType": "YulFunctionCall",
|
|
1892
|
-
"src": "
|
|
1892
|
+
"src": "1974:63:152"
|
|
1893
1893
|
},
|
|
1894
1894
|
"nodeType": "YulExpressionStatement",
|
|
1895
|
-
"src": "
|
|
1895
|
+
"src": "1974:63:152"
|
|
1896
1896
|
},
|
|
1897
1897
|
{
|
|
1898
1898
|
"expression": {
|
|
@@ -1902,12 +1902,12 @@
|
|
|
1902
1902
|
{
|
|
1903
1903
|
"name": "headStart",
|
|
1904
1904
|
"nodeType": "YulIdentifier",
|
|
1905
|
-
"src": "
|
|
1905
|
+
"src": "2057:9:152"
|
|
1906
1906
|
},
|
|
1907
1907
|
{
|
|
1908
1908
|
"kind": "number",
|
|
1909
1909
|
"nodeType": "YulLiteral",
|
|
1910
|
-
"src": "
|
|
1910
|
+
"src": "2068:4:152",
|
|
1911
1911
|
"type": "",
|
|
1912
1912
|
"value": "0xc0"
|
|
1913
1913
|
}
|
|
@@ -1915,10 +1915,10 @@
|
|
|
1915
1915
|
"functionName": {
|
|
1916
1916
|
"name": "add",
|
|
1917
1917
|
"nodeType": "YulIdentifier",
|
|
1918
|
-
"src": "
|
|
1918
|
+
"src": "2053:3:152"
|
|
1919
1919
|
},
|
|
1920
1920
|
"nodeType": "YulFunctionCall",
|
|
1921
|
-
"src": "
|
|
1921
|
+
"src": "2053:20:152"
|
|
1922
1922
|
},
|
|
1923
1923
|
{
|
|
1924
1924
|
"arguments": [
|
|
@@ -1927,12 +1927,12 @@
|
|
|
1927
1927
|
{
|
|
1928
1928
|
"name": "value0",
|
|
1929
1929
|
"nodeType": "YulIdentifier",
|
|
1930
|
-
"src": "
|
|
1930
|
+
"src": "2085:6:152"
|
|
1931
1931
|
},
|
|
1932
1932
|
{
|
|
1933
1933
|
"kind": "number",
|
|
1934
1934
|
"nodeType": "YulLiteral",
|
|
1935
|
-
"src": "
|
|
1935
|
+
"src": "2093:4:152",
|
|
1936
1936
|
"type": "",
|
|
1937
1937
|
"value": "0xc0"
|
|
1938
1938
|
}
|
|
@@ -1940,47 +1940,47 @@
|
|
|
1940
1940
|
"functionName": {
|
|
1941
1941
|
"name": "add",
|
|
1942
1942
|
"nodeType": "YulIdentifier",
|
|
1943
|
-
"src": "
|
|
1943
|
+
"src": "2081:3:152"
|
|
1944
1944
|
},
|
|
1945
1945
|
"nodeType": "YulFunctionCall",
|
|
1946
|
-
"src": "
|
|
1946
|
+
"src": "2081:17:152"
|
|
1947
1947
|
}
|
|
1948
1948
|
],
|
|
1949
1949
|
"functionName": {
|
|
1950
1950
|
"name": "mload",
|
|
1951
1951
|
"nodeType": "YulIdentifier",
|
|
1952
|
-
"src": "
|
|
1952
|
+
"src": "2075:5:152"
|
|
1953
1953
|
},
|
|
1954
1954
|
"nodeType": "YulFunctionCall",
|
|
1955
|
-
"src": "
|
|
1955
|
+
"src": "2075:24:152"
|
|
1956
1956
|
}
|
|
1957
1957
|
],
|
|
1958
1958
|
"functionName": {
|
|
1959
1959
|
"name": "mstore",
|
|
1960
1960
|
"nodeType": "YulIdentifier",
|
|
1961
|
-
"src": "
|
|
1961
|
+
"src": "2046:6:152"
|
|
1962
1962
|
},
|
|
1963
1963
|
"nodeType": "YulFunctionCall",
|
|
1964
|
-
"src": "
|
|
1964
|
+
"src": "2046:54:152"
|
|
1965
1965
|
},
|
|
1966
1966
|
"nodeType": "YulExpressionStatement",
|
|
1967
|
-
"src": "
|
|
1967
|
+
"src": "2046:54:152"
|
|
1968
1968
|
}
|
|
1969
1969
|
]
|
|
1970
1970
|
},
|
|
1971
|
-
"name": "abi_encode_tuple_t_struct$_DepositRequest_$
|
|
1971
|
+
"name": "abi_encode_tuple_t_struct$_DepositRequest_$43364_memory_ptr__to_t_struct$_DepositRequest_$43364_memory_ptr__fromStack_reversed",
|
|
1972
1972
|
"nodeType": "YulFunctionDefinition",
|
|
1973
1973
|
"parameters": [
|
|
1974
1974
|
{
|
|
1975
1975
|
"name": "headStart",
|
|
1976
1976
|
"nodeType": "YulTypedName",
|
|
1977
|
-
"src": "
|
|
1977
|
+
"src": "1346:9:152",
|
|
1978
1978
|
"type": ""
|
|
1979
1979
|
},
|
|
1980
1980
|
{
|
|
1981
1981
|
"name": "value0",
|
|
1982
1982
|
"nodeType": "YulTypedName",
|
|
1983
|
-
"src": "
|
|
1983
|
+
"src": "1357:6:152",
|
|
1984
1984
|
"type": ""
|
|
1985
1985
|
}
|
|
1986
1986
|
],
|
|
@@ -1988,31 +1988,31 @@
|
|
|
1988
1988
|
{
|
|
1989
1989
|
"name": "tail",
|
|
1990
1990
|
"nodeType": "YulTypedName",
|
|
1991
|
-
"src": "
|
|
1991
|
+
"src": "1368:4:152",
|
|
1992
1992
|
"type": ""
|
|
1993
1993
|
}
|
|
1994
1994
|
],
|
|
1995
|
-
"src": "
|
|
1995
|
+
"src": "1210:896:152"
|
|
1996
1996
|
},
|
|
1997
1997
|
{
|
|
1998
1998
|
"body": {
|
|
1999
1999
|
"nodeType": "YulBlock",
|
|
2000
|
-
"src": "
|
|
2000
|
+
"src": "2288:287:152",
|
|
2001
2001
|
"statements": [
|
|
2002
2002
|
{
|
|
2003
2003
|
"nodeType": "YulAssignment",
|
|
2004
|
-
"src": "
|
|
2004
|
+
"src": "2298:27:152",
|
|
2005
2005
|
"value": {
|
|
2006
2006
|
"arguments": [
|
|
2007
2007
|
{
|
|
2008
2008
|
"name": "headStart",
|
|
2009
2009
|
"nodeType": "YulIdentifier",
|
|
2010
|
-
"src": "
|
|
2010
|
+
"src": "2310:9:152"
|
|
2011
2011
|
},
|
|
2012
2012
|
{
|
|
2013
2013
|
"kind": "number",
|
|
2014
2014
|
"nodeType": "YulLiteral",
|
|
2015
|
-
"src": "
|
|
2015
|
+
"src": "2321:3:152",
|
|
2016
2016
|
"type": "",
|
|
2017
2017
|
"value": "128"
|
|
2018
2018
|
}
|
|
@@ -2020,26 +2020,26 @@
|
|
|
2020
2020
|
"functionName": {
|
|
2021
2021
|
"name": "add",
|
|
2022
2022
|
"nodeType": "YulIdentifier",
|
|
2023
|
-
"src": "
|
|
2023
|
+
"src": "2306:3:152"
|
|
2024
2024
|
},
|
|
2025
2025
|
"nodeType": "YulFunctionCall",
|
|
2026
|
-
"src": "
|
|
2026
|
+
"src": "2306:19:152"
|
|
2027
2027
|
},
|
|
2028
2028
|
"variableNames": [
|
|
2029
2029
|
{
|
|
2030
2030
|
"name": "tail",
|
|
2031
2031
|
"nodeType": "YulIdentifier",
|
|
2032
|
-
"src": "
|
|
2032
|
+
"src": "2298:4:152"
|
|
2033
2033
|
}
|
|
2034
2034
|
]
|
|
2035
2035
|
},
|
|
2036
2036
|
{
|
|
2037
2037
|
"nodeType": "YulVariableDeclaration",
|
|
2038
|
-
"src": "
|
|
2038
|
+
"src": "2334:28:152",
|
|
2039
2039
|
"value": {
|
|
2040
2040
|
"kind": "number",
|
|
2041
2041
|
"nodeType": "YulLiteral",
|
|
2042
|
-
"src": "
|
|
2042
|
+
"src": "2344:18:152",
|
|
2043
2043
|
"type": "",
|
|
2044
2044
|
"value": "0xffffffffffffffff"
|
|
2045
2045
|
},
|
|
@@ -2047,7 +2047,7 @@
|
|
|
2047
2047
|
{
|
|
2048
2048
|
"name": "_1",
|
|
2049
2049
|
"nodeType": "YulTypedName",
|
|
2050
|
-
"src": "
|
|
2050
|
+
"src": "2338:2:152",
|
|
2051
2051
|
"type": ""
|
|
2052
2052
|
}
|
|
2053
2053
|
]
|
|
@@ -2058,40 +2058,40 @@
|
|
|
2058
2058
|
{
|
|
2059
2059
|
"name": "headStart",
|
|
2060
2060
|
"nodeType": "YulIdentifier",
|
|
2061
|
-
"src": "
|
|
2061
|
+
"src": "2378:9:152"
|
|
2062
2062
|
},
|
|
2063
2063
|
{
|
|
2064
2064
|
"arguments": [
|
|
2065
2065
|
{
|
|
2066
2066
|
"name": "value0",
|
|
2067
2067
|
"nodeType": "YulIdentifier",
|
|
2068
|
-
"src": "
|
|
2068
|
+
"src": "2393:6:152"
|
|
2069
2069
|
},
|
|
2070
2070
|
{
|
|
2071
2071
|
"name": "_1",
|
|
2072
2072
|
"nodeType": "YulIdentifier",
|
|
2073
|
-
"src": "
|
|
2073
|
+
"src": "2401:2:152"
|
|
2074
2074
|
}
|
|
2075
2075
|
],
|
|
2076
2076
|
"functionName": {
|
|
2077
2077
|
"name": "and",
|
|
2078
2078
|
"nodeType": "YulIdentifier",
|
|
2079
|
-
"src": "
|
|
2079
|
+
"src": "2389:3:152"
|
|
2080
2080
|
},
|
|
2081
2081
|
"nodeType": "YulFunctionCall",
|
|
2082
|
-
"src": "
|
|
2082
|
+
"src": "2389:15:152"
|
|
2083
2083
|
}
|
|
2084
2084
|
],
|
|
2085
2085
|
"functionName": {
|
|
2086
2086
|
"name": "mstore",
|
|
2087
2087
|
"nodeType": "YulIdentifier",
|
|
2088
|
-
"src": "
|
|
2088
|
+
"src": "2371:6:152"
|
|
2089
2089
|
},
|
|
2090
2090
|
"nodeType": "YulFunctionCall",
|
|
2091
|
-
"src": "
|
|
2091
|
+
"src": "2371:34:152"
|
|
2092
2092
|
},
|
|
2093
2093
|
"nodeType": "YulExpressionStatement",
|
|
2094
|
-
"src": "
|
|
2094
|
+
"src": "2371:34:152"
|
|
2095
2095
|
},
|
|
2096
2096
|
{
|
|
2097
2097
|
"expression": {
|
|
@@ -2101,12 +2101,12 @@
|
|
|
2101
2101
|
{
|
|
2102
2102
|
"name": "headStart",
|
|
2103
2103
|
"nodeType": "YulIdentifier",
|
|
2104
|
-
"src": "
|
|
2104
|
+
"src": "2425:9:152"
|
|
2105
2105
|
},
|
|
2106
2106
|
{
|
|
2107
2107
|
"kind": "number",
|
|
2108
2108
|
"nodeType": "YulLiteral",
|
|
2109
|
-
"src": "
|
|
2109
|
+
"src": "2436:2:152",
|
|
2110
2110
|
"type": "",
|
|
2111
2111
|
"value": "32"
|
|
2112
2112
|
}
|
|
@@ -2114,43 +2114,43 @@
|
|
|
2114
2114
|
"functionName": {
|
|
2115
2115
|
"name": "add",
|
|
2116
2116
|
"nodeType": "YulIdentifier",
|
|
2117
|
-
"src": "
|
|
2117
|
+
"src": "2421:3:152"
|
|
2118
2118
|
},
|
|
2119
2119
|
"nodeType": "YulFunctionCall",
|
|
2120
|
-
"src": "
|
|
2120
|
+
"src": "2421:18:152"
|
|
2121
2121
|
},
|
|
2122
2122
|
{
|
|
2123
2123
|
"arguments": [
|
|
2124
2124
|
{
|
|
2125
2125
|
"name": "value1",
|
|
2126
2126
|
"nodeType": "YulIdentifier",
|
|
2127
|
-
"src": "
|
|
2127
|
+
"src": "2445:6:152"
|
|
2128
2128
|
},
|
|
2129
2129
|
{
|
|
2130
2130
|
"name": "_1",
|
|
2131
2131
|
"nodeType": "YulIdentifier",
|
|
2132
|
-
"src": "
|
|
2132
|
+
"src": "2453:2:152"
|
|
2133
2133
|
}
|
|
2134
2134
|
],
|
|
2135
2135
|
"functionName": {
|
|
2136
2136
|
"name": "and",
|
|
2137
2137
|
"nodeType": "YulIdentifier",
|
|
2138
|
-
"src": "
|
|
2138
|
+
"src": "2441:3:152"
|
|
2139
2139
|
},
|
|
2140
2140
|
"nodeType": "YulFunctionCall",
|
|
2141
|
-
"src": "
|
|
2141
|
+
"src": "2441:15:152"
|
|
2142
2142
|
}
|
|
2143
2143
|
],
|
|
2144
2144
|
"functionName": {
|
|
2145
2145
|
"name": "mstore",
|
|
2146
2146
|
"nodeType": "YulIdentifier",
|
|
2147
|
-
"src": "
|
|
2147
|
+
"src": "2414:6:152"
|
|
2148
2148
|
},
|
|
2149
2149
|
"nodeType": "YulFunctionCall",
|
|
2150
|
-
"src": "
|
|
2150
|
+
"src": "2414:43:152"
|
|
2151
2151
|
},
|
|
2152
2152
|
"nodeType": "YulExpressionStatement",
|
|
2153
|
-
"src": "
|
|
2153
|
+
"src": "2414:43:152"
|
|
2154
2154
|
},
|
|
2155
2155
|
{
|
|
2156
2156
|
"expression": {
|
|
@@ -2160,12 +2160,12 @@
|
|
|
2160
2160
|
{
|
|
2161
2161
|
"name": "headStart",
|
|
2162
2162
|
"nodeType": "YulIdentifier",
|
|
2163
|
-
"src": "
|
|
2163
|
+
"src": "2477:9:152"
|
|
2164
2164
|
},
|
|
2165
2165
|
{
|
|
2166
2166
|
"kind": "number",
|
|
2167
2167
|
"nodeType": "YulLiteral",
|
|
2168
|
-
"src": "
|
|
2168
|
+
"src": "2488:2:152",
|
|
2169
2169
|
"type": "",
|
|
2170
2170
|
"value": "64"
|
|
2171
2171
|
}
|
|
@@ -2173,43 +2173,43 @@
|
|
|
2173
2173
|
"functionName": {
|
|
2174
2174
|
"name": "add",
|
|
2175
2175
|
"nodeType": "YulIdentifier",
|
|
2176
|
-
"src": "
|
|
2176
|
+
"src": "2473:3:152"
|
|
2177
2177
|
},
|
|
2178
2178
|
"nodeType": "YulFunctionCall",
|
|
2179
|
-
"src": "
|
|
2179
|
+
"src": "2473:18:152"
|
|
2180
2180
|
},
|
|
2181
2181
|
{
|
|
2182
2182
|
"arguments": [
|
|
2183
2183
|
{
|
|
2184
2184
|
"name": "value2",
|
|
2185
2185
|
"nodeType": "YulIdentifier",
|
|
2186
|
-
"src": "
|
|
2186
|
+
"src": "2497:6:152"
|
|
2187
2187
|
},
|
|
2188
2188
|
{
|
|
2189
2189
|
"name": "_1",
|
|
2190
2190
|
"nodeType": "YulIdentifier",
|
|
2191
|
-
"src": "
|
|
2191
|
+
"src": "2505:2:152"
|
|
2192
2192
|
}
|
|
2193
2193
|
],
|
|
2194
2194
|
"functionName": {
|
|
2195
2195
|
"name": "and",
|
|
2196
2196
|
"nodeType": "YulIdentifier",
|
|
2197
|
-
"src": "
|
|
2197
|
+
"src": "2493:3:152"
|
|
2198
2198
|
},
|
|
2199
2199
|
"nodeType": "YulFunctionCall",
|
|
2200
|
-
"src": "
|
|
2200
|
+
"src": "2493:15:152"
|
|
2201
2201
|
}
|
|
2202
2202
|
],
|
|
2203
2203
|
"functionName": {
|
|
2204
2204
|
"name": "mstore",
|
|
2205
2205
|
"nodeType": "YulIdentifier",
|
|
2206
|
-
"src": "
|
|
2206
|
+
"src": "2466:6:152"
|
|
2207
2207
|
},
|
|
2208
2208
|
"nodeType": "YulFunctionCall",
|
|
2209
|
-
"src": "
|
|
2209
|
+
"src": "2466:43:152"
|
|
2210
2210
|
},
|
|
2211
2211
|
"nodeType": "YulExpressionStatement",
|
|
2212
|
-
"src": "
|
|
2212
|
+
"src": "2466:43:152"
|
|
2213
2213
|
},
|
|
2214
2214
|
{
|
|
2215
2215
|
"expression": {
|
|
@@ -2219,12 +2219,12 @@
|
|
|
2219
2219
|
{
|
|
2220
2220
|
"name": "headStart",
|
|
2221
2221
|
"nodeType": "YulIdentifier",
|
|
2222
|
-
"src": "
|
|
2222
|
+
"src": "2529:9:152"
|
|
2223
2223
|
},
|
|
2224
2224
|
{
|
|
2225
2225
|
"kind": "number",
|
|
2226
2226
|
"nodeType": "YulLiteral",
|
|
2227
|
-
"src": "
|
|
2227
|
+
"src": "2540:2:152",
|
|
2228
2228
|
"type": "",
|
|
2229
2229
|
"value": "96"
|
|
2230
2230
|
}
|
|
@@ -2232,22 +2232,22 @@
|
|
|
2232
2232
|
"functionName": {
|
|
2233
2233
|
"name": "add",
|
|
2234
2234
|
"nodeType": "YulIdentifier",
|
|
2235
|
-
"src": "
|
|
2235
|
+
"src": "2525:3:152"
|
|
2236
2236
|
},
|
|
2237
2237
|
"nodeType": "YulFunctionCall",
|
|
2238
|
-
"src": "
|
|
2238
|
+
"src": "2525:18:152"
|
|
2239
2239
|
},
|
|
2240
2240
|
{
|
|
2241
2241
|
"arguments": [
|
|
2242
2242
|
{
|
|
2243
2243
|
"name": "value3",
|
|
2244
2244
|
"nodeType": "YulIdentifier",
|
|
2245
|
-
"src": "
|
|
2245
|
+
"src": "2549:6:152"
|
|
2246
2246
|
},
|
|
2247
2247
|
{
|
|
2248
2248
|
"kind": "number",
|
|
2249
2249
|
"nodeType": "YulLiteral",
|
|
2250
|
-
"src": "
|
|
2250
|
+
"src": "2557:10:152",
|
|
2251
2251
|
"type": "",
|
|
2252
2252
|
"value": "0xffffffff"
|
|
2253
2253
|
}
|
|
@@ -2255,22 +2255,22 @@
|
|
|
2255
2255
|
"functionName": {
|
|
2256
2256
|
"name": "and",
|
|
2257
2257
|
"nodeType": "YulIdentifier",
|
|
2258
|
-
"src": "
|
|
2258
|
+
"src": "2545:3:152"
|
|
2259
2259
|
},
|
|
2260
2260
|
"nodeType": "YulFunctionCall",
|
|
2261
|
-
"src": "
|
|
2261
|
+
"src": "2545:23:152"
|
|
2262
2262
|
}
|
|
2263
2263
|
],
|
|
2264
2264
|
"functionName": {
|
|
2265
2265
|
"name": "mstore",
|
|
2266
2266
|
"nodeType": "YulIdentifier",
|
|
2267
|
-
"src": "
|
|
2267
|
+
"src": "2518:6:152"
|
|
2268
2268
|
},
|
|
2269
2269
|
"nodeType": "YulFunctionCall",
|
|
2270
|
-
"src": "
|
|
2270
|
+
"src": "2518:51:152"
|
|
2271
2271
|
},
|
|
2272
2272
|
"nodeType": "YulExpressionStatement",
|
|
2273
|
-
"src": "
|
|
2273
|
+
"src": "2518:51:152"
|
|
2274
2274
|
}
|
|
2275
2275
|
]
|
|
2276
2276
|
},
|
|
@@ -2280,31 +2280,31 @@
|
|
|
2280
2280
|
{
|
|
2281
2281
|
"name": "headStart",
|
|
2282
2282
|
"nodeType": "YulTypedName",
|
|
2283
|
-
"src": "
|
|
2283
|
+
"src": "2233:9:152",
|
|
2284
2284
|
"type": ""
|
|
2285
2285
|
},
|
|
2286
2286
|
{
|
|
2287
2287
|
"name": "value3",
|
|
2288
2288
|
"nodeType": "YulTypedName",
|
|
2289
|
-
"src": "
|
|
2289
|
+
"src": "2244:6:152",
|
|
2290
2290
|
"type": ""
|
|
2291
2291
|
},
|
|
2292
2292
|
{
|
|
2293
2293
|
"name": "value2",
|
|
2294
2294
|
"nodeType": "YulTypedName",
|
|
2295
|
-
"src": "
|
|
2295
|
+
"src": "2252:6:152",
|
|
2296
2296
|
"type": ""
|
|
2297
2297
|
},
|
|
2298
2298
|
{
|
|
2299
2299
|
"name": "value1",
|
|
2300
2300
|
"nodeType": "YulTypedName",
|
|
2301
|
-
"src": "
|
|
2301
|
+
"src": "2260:6:152",
|
|
2302
2302
|
"type": ""
|
|
2303
2303
|
},
|
|
2304
2304
|
{
|
|
2305
2305
|
"name": "value0",
|
|
2306
2306
|
"nodeType": "YulTypedName",
|
|
2307
|
-
"src": "
|
|
2307
|
+
"src": "2268:6:152",
|
|
2308
2308
|
"type": ""
|
|
2309
2309
|
}
|
|
2310
2310
|
],
|
|
@@ -2312,21 +2312,21 @@
|
|
|
2312
2312
|
{
|
|
2313
2313
|
"name": "tail",
|
|
2314
2314
|
"nodeType": "YulTypedName",
|
|
2315
|
-
"src": "
|
|
2315
|
+
"src": "2279:4:152",
|
|
2316
2316
|
"type": ""
|
|
2317
2317
|
}
|
|
2318
2318
|
],
|
|
2319
|
-
"src": "
|
|
2319
|
+
"src": "2111:464:152"
|
|
2320
2320
|
},
|
|
2321
2321
|
{
|
|
2322
2322
|
"body": {
|
|
2323
2323
|
"nodeType": "YulBlock",
|
|
2324
|
-
"src": "
|
|
2324
|
+
"src": "2650:239:152",
|
|
2325
2325
|
"statements": [
|
|
2326
2326
|
{
|
|
2327
2327
|
"body": {
|
|
2328
2328
|
"nodeType": "YulBlock",
|
|
2329
|
-
"src": "
|
|
2329
|
+
"src": "2696:16:152",
|
|
2330
2330
|
"statements": [
|
|
2331
2331
|
{
|
|
2332
2332
|
"expression": {
|
|
@@ -2334,14 +2334,14 @@
|
|
|
2334
2334
|
{
|
|
2335
2335
|
"kind": "number",
|
|
2336
2336
|
"nodeType": "YulLiteral",
|
|
2337
|
-
"src": "
|
|
2337
|
+
"src": "2705:1:152",
|
|
2338
2338
|
"type": "",
|
|
2339
2339
|
"value": "0"
|
|
2340
2340
|
},
|
|
2341
2341
|
{
|
|
2342
2342
|
"kind": "number",
|
|
2343
2343
|
"nodeType": "YulLiteral",
|
|
2344
|
-
"src": "
|
|
2344
|
+
"src": "2708:1:152",
|
|
2345
2345
|
"type": "",
|
|
2346
2346
|
"value": "0"
|
|
2347
2347
|
}
|
|
@@ -2349,13 +2349,13 @@
|
|
|
2349
2349
|
"functionName": {
|
|
2350
2350
|
"name": "revert",
|
|
2351
2351
|
"nodeType": "YulIdentifier",
|
|
2352
|
-
"src": "
|
|
2352
|
+
"src": "2698:6:152"
|
|
2353
2353
|
},
|
|
2354
2354
|
"nodeType": "YulFunctionCall",
|
|
2355
|
-
"src": "
|
|
2355
|
+
"src": "2698:12:152"
|
|
2356
2356
|
},
|
|
2357
2357
|
"nodeType": "YulExpressionStatement",
|
|
2358
|
-
"src": "
|
|
2358
|
+
"src": "2698:12:152"
|
|
2359
2359
|
}
|
|
2360
2360
|
]
|
|
2361
2361
|
},
|
|
@@ -2366,26 +2366,26 @@
|
|
|
2366
2366
|
{
|
|
2367
2367
|
"name": "dataEnd",
|
|
2368
2368
|
"nodeType": "YulIdentifier",
|
|
2369
|
-
"src": "
|
|
2369
|
+
"src": "2671:7:152"
|
|
2370
2370
|
},
|
|
2371
2371
|
{
|
|
2372
2372
|
"name": "headStart",
|
|
2373
2373
|
"nodeType": "YulIdentifier",
|
|
2374
|
-
"src": "
|
|
2374
|
+
"src": "2680:9:152"
|
|
2375
2375
|
}
|
|
2376
2376
|
],
|
|
2377
2377
|
"functionName": {
|
|
2378
2378
|
"name": "sub",
|
|
2379
2379
|
"nodeType": "YulIdentifier",
|
|
2380
|
-
"src": "
|
|
2380
|
+
"src": "2667:3:152"
|
|
2381
2381
|
},
|
|
2382
2382
|
"nodeType": "YulFunctionCall",
|
|
2383
|
-
"src": "
|
|
2383
|
+
"src": "2667:23:152"
|
|
2384
2384
|
},
|
|
2385
2385
|
{
|
|
2386
2386
|
"kind": "number",
|
|
2387
2387
|
"nodeType": "YulLiteral",
|
|
2388
|
-
"src": "
|
|
2388
|
+
"src": "2692:2:152",
|
|
2389
2389
|
"type": "",
|
|
2390
2390
|
"value": "32"
|
|
2391
2391
|
}
|
|
@@ -2393,38 +2393,38 @@
|
|
|
2393
2393
|
"functionName": {
|
|
2394
2394
|
"name": "slt",
|
|
2395
2395
|
"nodeType": "YulIdentifier",
|
|
2396
|
-
"src": "
|
|
2396
|
+
"src": "2663:3:152"
|
|
2397
2397
|
},
|
|
2398
2398
|
"nodeType": "YulFunctionCall",
|
|
2399
|
-
"src": "
|
|
2399
|
+
"src": "2663:32:152"
|
|
2400
2400
|
},
|
|
2401
2401
|
"nodeType": "YulIf",
|
|
2402
|
-
"src": "
|
|
2402
|
+
"src": "2660:52:152"
|
|
2403
2403
|
},
|
|
2404
2404
|
{
|
|
2405
2405
|
"nodeType": "YulVariableDeclaration",
|
|
2406
|
-
"src": "
|
|
2406
|
+
"src": "2721:36:152",
|
|
2407
2407
|
"value": {
|
|
2408
2408
|
"arguments": [
|
|
2409
2409
|
{
|
|
2410
2410
|
"name": "headStart",
|
|
2411
2411
|
"nodeType": "YulIdentifier",
|
|
2412
|
-
"src": "
|
|
2412
|
+
"src": "2747:9:152"
|
|
2413
2413
|
}
|
|
2414
2414
|
],
|
|
2415
2415
|
"functionName": {
|
|
2416
2416
|
"name": "calldataload",
|
|
2417
2417
|
"nodeType": "YulIdentifier",
|
|
2418
|
-
"src": "
|
|
2418
|
+
"src": "2734:12:152"
|
|
2419
2419
|
},
|
|
2420
2420
|
"nodeType": "YulFunctionCall",
|
|
2421
|
-
"src": "
|
|
2421
|
+
"src": "2734:23:152"
|
|
2422
2422
|
},
|
|
2423
2423
|
"variables": [
|
|
2424
2424
|
{
|
|
2425
2425
|
"name": "value",
|
|
2426
2426
|
"nodeType": "YulTypedName",
|
|
2427
|
-
"src": "
|
|
2427
|
+
"src": "2725:5:152",
|
|
2428
2428
|
"type": ""
|
|
2429
2429
|
}
|
|
2430
2430
|
]
|
|
@@ -2432,7 +2432,7 @@
|
|
|
2432
2432
|
{
|
|
2433
2433
|
"body": {
|
|
2434
2434
|
"nodeType": "YulBlock",
|
|
2435
|
-
"src": "
|
|
2435
|
+
"src": "2843:16:152",
|
|
2436
2436
|
"statements": [
|
|
2437
2437
|
{
|
|
2438
2438
|
"expression": {
|
|
@@ -2440,14 +2440,14 @@
|
|
|
2440
2440
|
{
|
|
2441
2441
|
"kind": "number",
|
|
2442
2442
|
"nodeType": "YulLiteral",
|
|
2443
|
-
"src": "
|
|
2443
|
+
"src": "2852:1:152",
|
|
2444
2444
|
"type": "",
|
|
2445
2445
|
"value": "0"
|
|
2446
2446
|
},
|
|
2447
2447
|
{
|
|
2448
2448
|
"kind": "number",
|
|
2449
2449
|
"nodeType": "YulLiteral",
|
|
2450
|
-
"src": "
|
|
2450
|
+
"src": "2855:1:152",
|
|
2451
2451
|
"type": "",
|
|
2452
2452
|
"value": "0"
|
|
2453
2453
|
}
|
|
@@ -2455,13 +2455,13 @@
|
|
|
2455
2455
|
"functionName": {
|
|
2456
2456
|
"name": "revert",
|
|
2457
2457
|
"nodeType": "YulIdentifier",
|
|
2458
|
-
"src": "
|
|
2458
|
+
"src": "2845:6:152"
|
|
2459
2459
|
},
|
|
2460
2460
|
"nodeType": "YulFunctionCall",
|
|
2461
|
-
"src": "
|
|
2461
|
+
"src": "2845:12:152"
|
|
2462
2462
|
},
|
|
2463
2463
|
"nodeType": "YulExpressionStatement",
|
|
2464
|
-
"src": "
|
|
2464
|
+
"src": "2845:12:152"
|
|
2465
2465
|
}
|
|
2466
2466
|
]
|
|
2467
2467
|
},
|
|
@@ -2472,19 +2472,19 @@
|
|
|
2472
2472
|
{
|
|
2473
2473
|
"name": "value",
|
|
2474
2474
|
"nodeType": "YulIdentifier",
|
|
2475
|
-
"src": "
|
|
2475
|
+
"src": "2779:5:152"
|
|
2476
2476
|
},
|
|
2477
2477
|
{
|
|
2478
2478
|
"arguments": [
|
|
2479
2479
|
{
|
|
2480
2480
|
"name": "value",
|
|
2481
2481
|
"nodeType": "YulIdentifier",
|
|
2482
|
-
"src": "
|
|
2482
|
+
"src": "2790:5:152"
|
|
2483
2483
|
},
|
|
2484
2484
|
{
|
|
2485
2485
|
"kind": "number",
|
|
2486
2486
|
"nodeType": "YulLiteral",
|
|
2487
|
-
"src": "
|
|
2487
|
+
"src": "2797:42:152",
|
|
2488
2488
|
"type": "",
|
|
2489
2489
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
2490
2490
|
}
|
|
@@ -2492,45 +2492,45 @@
|
|
|
2492
2492
|
"functionName": {
|
|
2493
2493
|
"name": "and",
|
|
2494
2494
|
"nodeType": "YulIdentifier",
|
|
2495
|
-
"src": "
|
|
2495
|
+
"src": "2786:3:152"
|
|
2496
2496
|
},
|
|
2497
2497
|
"nodeType": "YulFunctionCall",
|
|
2498
|
-
"src": "
|
|
2498
|
+
"src": "2786:54:152"
|
|
2499
2499
|
}
|
|
2500
2500
|
],
|
|
2501
2501
|
"functionName": {
|
|
2502
2502
|
"name": "eq",
|
|
2503
2503
|
"nodeType": "YulIdentifier",
|
|
2504
|
-
"src": "
|
|
2504
|
+
"src": "2776:2:152"
|
|
2505
2505
|
},
|
|
2506
2506
|
"nodeType": "YulFunctionCall",
|
|
2507
|
-
"src": "
|
|
2507
|
+
"src": "2776:65:152"
|
|
2508
2508
|
}
|
|
2509
2509
|
],
|
|
2510
2510
|
"functionName": {
|
|
2511
2511
|
"name": "iszero",
|
|
2512
2512
|
"nodeType": "YulIdentifier",
|
|
2513
|
-
"src": "
|
|
2513
|
+
"src": "2769:6:152"
|
|
2514
2514
|
},
|
|
2515
2515
|
"nodeType": "YulFunctionCall",
|
|
2516
|
-
"src": "
|
|
2516
|
+
"src": "2769:73:152"
|
|
2517
2517
|
},
|
|
2518
2518
|
"nodeType": "YulIf",
|
|
2519
|
-
"src": "
|
|
2519
|
+
"src": "2766:93:152"
|
|
2520
2520
|
},
|
|
2521
2521
|
{
|
|
2522
2522
|
"nodeType": "YulAssignment",
|
|
2523
|
-
"src": "
|
|
2523
|
+
"src": "2868:15:152",
|
|
2524
2524
|
"value": {
|
|
2525
2525
|
"name": "value",
|
|
2526
2526
|
"nodeType": "YulIdentifier",
|
|
2527
|
-
"src": "
|
|
2527
|
+
"src": "2878:5:152"
|
|
2528
2528
|
},
|
|
2529
2529
|
"variableNames": [
|
|
2530
2530
|
{
|
|
2531
2531
|
"name": "value0",
|
|
2532
2532
|
"nodeType": "YulIdentifier",
|
|
2533
|
-
"src": "
|
|
2533
|
+
"src": "2868:6:152"
|
|
2534
2534
|
}
|
|
2535
2535
|
]
|
|
2536
2536
|
}
|
|
@@ -2542,13 +2542,13 @@
|
|
|
2542
2542
|
{
|
|
2543
2543
|
"name": "headStart",
|
|
2544
2544
|
"nodeType": "YulTypedName",
|
|
2545
|
-
"src": "
|
|
2545
|
+
"src": "2616:9:152",
|
|
2546
2546
|
"type": ""
|
|
2547
2547
|
},
|
|
2548
2548
|
{
|
|
2549
2549
|
"name": "dataEnd",
|
|
2550
2550
|
"nodeType": "YulTypedName",
|
|
2551
|
-
"src": "
|
|
2551
|
+
"src": "2627:7:152",
|
|
2552
2552
|
"type": ""
|
|
2553
2553
|
}
|
|
2554
2554
|
],
|
|
@@ -2556,16 +2556,16 @@
|
|
|
2556
2556
|
{
|
|
2557
2557
|
"name": "value0",
|
|
2558
2558
|
"nodeType": "YulTypedName",
|
|
2559
|
-
"src": "
|
|
2559
|
+
"src": "2639:6:152",
|
|
2560
2560
|
"type": ""
|
|
2561
2561
|
}
|
|
2562
2562
|
],
|
|
2563
|
-
"src": "
|
|
2563
|
+
"src": "2580:309:152"
|
|
2564
2564
|
},
|
|
2565
2565
|
{
|
|
2566
2566
|
"body": {
|
|
2567
2567
|
"nodeType": "YulBlock",
|
|
2568
|
-
"src": "
|
|
2568
|
+
"src": "3068:170:152",
|
|
2569
2569
|
"statements": [
|
|
2570
2570
|
{
|
|
2571
2571
|
"expression": {
|
|
@@ -2573,12 +2573,12 @@
|
|
|
2573
2573
|
{
|
|
2574
2574
|
"name": "headStart",
|
|
2575
2575
|
"nodeType": "YulIdentifier",
|
|
2576
|
-
"src": "
|
|
2576
|
+
"src": "3085:9:152"
|
|
2577
2577
|
},
|
|
2578
2578
|
{
|
|
2579
2579
|
"kind": "number",
|
|
2580
2580
|
"nodeType": "YulLiteral",
|
|
2581
|
-
"src": "
|
|
2581
|
+
"src": "3096:2:152",
|
|
2582
2582
|
"type": "",
|
|
2583
2583
|
"value": "32"
|
|
2584
2584
|
}
|
|
@@ -2586,13 +2586,13 @@
|
|
|
2586
2586
|
"functionName": {
|
|
2587
2587
|
"name": "mstore",
|
|
2588
2588
|
"nodeType": "YulIdentifier",
|
|
2589
|
-
"src": "
|
|
2589
|
+
"src": "3078:6:152"
|
|
2590
2590
|
},
|
|
2591
2591
|
"nodeType": "YulFunctionCall",
|
|
2592
|
-
"src": "
|
|
2592
|
+
"src": "3078:21:152"
|
|
2593
2593
|
},
|
|
2594
2594
|
"nodeType": "YulExpressionStatement",
|
|
2595
|
-
"src": "
|
|
2595
|
+
"src": "3078:21:152"
|
|
2596
2596
|
},
|
|
2597
2597
|
{
|
|
2598
2598
|
"expression": {
|
|
@@ -2602,12 +2602,12 @@
|
|
|
2602
2602
|
{
|
|
2603
2603
|
"name": "headStart",
|
|
2604
2604
|
"nodeType": "YulIdentifier",
|
|
2605
|
-
"src": "
|
|
2605
|
+
"src": "3119:9:152"
|
|
2606
2606
|
},
|
|
2607
2607
|
{
|
|
2608
2608
|
"kind": "number",
|
|
2609
2609
|
"nodeType": "YulLiteral",
|
|
2610
|
-
"src": "
|
|
2610
|
+
"src": "3130:2:152",
|
|
2611
2611
|
"type": "",
|
|
2612
2612
|
"value": "32"
|
|
2613
2613
|
}
|
|
@@ -2615,15 +2615,15 @@
|
|
|
2615
2615
|
"functionName": {
|
|
2616
2616
|
"name": "add",
|
|
2617
2617
|
"nodeType": "YulIdentifier",
|
|
2618
|
-
"src": "
|
|
2618
|
+
"src": "3115:3:152"
|
|
2619
2619
|
},
|
|
2620
2620
|
"nodeType": "YulFunctionCall",
|
|
2621
|
-
"src": "
|
|
2621
|
+
"src": "3115:18:152"
|
|
2622
2622
|
},
|
|
2623
2623
|
{
|
|
2624
2624
|
"kind": "number",
|
|
2625
2625
|
"nodeType": "YulLiteral",
|
|
2626
|
-
"src": "
|
|
2626
|
+
"src": "3135:2:152",
|
|
2627
2627
|
"type": "",
|
|
2628
2628
|
"value": "20"
|
|
2629
2629
|
}
|
|
@@ -2631,13 +2631,13 @@
|
|
|
2631
2631
|
"functionName": {
|
|
2632
2632
|
"name": "mstore",
|
|
2633
2633
|
"nodeType": "YulIdentifier",
|
|
2634
|
-
"src": "
|
|
2634
|
+
"src": "3108:6:152"
|
|
2635
2635
|
},
|
|
2636
2636
|
"nodeType": "YulFunctionCall",
|
|
2637
|
-
"src": "
|
|
2637
|
+
"src": "3108:30:152"
|
|
2638
2638
|
},
|
|
2639
2639
|
"nodeType": "YulExpressionStatement",
|
|
2640
|
-
"src": "
|
|
2640
|
+
"src": "3108:30:152"
|
|
2641
2641
|
},
|
|
2642
2642
|
{
|
|
2643
2643
|
"expression": {
|
|
@@ -2647,12 +2647,12 @@
|
|
|
2647
2647
|
{
|
|
2648
2648
|
"name": "headStart",
|
|
2649
2649
|
"nodeType": "YulIdentifier",
|
|
2650
|
-
"src": "
|
|
2650
|
+
"src": "3158:9:152"
|
|
2651
2651
|
},
|
|
2652
2652
|
{
|
|
2653
2653
|
"kind": "number",
|
|
2654
2654
|
"nodeType": "YulLiteral",
|
|
2655
|
-
"src": "
|
|
2655
|
+
"src": "3169:2:152",
|
|
2656
2656
|
"type": "",
|
|
2657
2657
|
"value": "64"
|
|
2658
2658
|
}
|
|
@@ -2660,16 +2660,16 @@
|
|
|
2660
2660
|
"functionName": {
|
|
2661
2661
|
"name": "add",
|
|
2662
2662
|
"nodeType": "YulIdentifier",
|
|
2663
|
-
"src": "
|
|
2663
|
+
"src": "3154:3:152"
|
|
2664
2664
|
},
|
|
2665
2665
|
"nodeType": "YulFunctionCall",
|
|
2666
|
-
"src": "
|
|
2666
|
+
"src": "3154:18:152"
|
|
2667
2667
|
},
|
|
2668
2668
|
{
|
|
2669
2669
|
"hexValue": "4465706f736974206e6f742072657665616c6564",
|
|
2670
2670
|
"kind": "string",
|
|
2671
2671
|
"nodeType": "YulLiteral",
|
|
2672
|
-
"src": "
|
|
2672
|
+
"src": "3174:22:152",
|
|
2673
2673
|
"type": "",
|
|
2674
2674
|
"value": "Deposit not revealed"
|
|
2675
2675
|
}
|
|
@@ -2677,28 +2677,28 @@
|
|
|
2677
2677
|
"functionName": {
|
|
2678
2678
|
"name": "mstore",
|
|
2679
2679
|
"nodeType": "YulIdentifier",
|
|
2680
|
-
"src": "
|
|
2680
|
+
"src": "3147:6:152"
|
|
2681
2681
|
},
|
|
2682
2682
|
"nodeType": "YulFunctionCall",
|
|
2683
|
-
"src": "
|
|
2683
|
+
"src": "3147:50:152"
|
|
2684
2684
|
},
|
|
2685
2685
|
"nodeType": "YulExpressionStatement",
|
|
2686
|
-
"src": "
|
|
2686
|
+
"src": "3147:50:152"
|
|
2687
2687
|
},
|
|
2688
2688
|
{
|
|
2689
2689
|
"nodeType": "YulAssignment",
|
|
2690
|
-
"src": "
|
|
2690
|
+
"src": "3206:26:152",
|
|
2691
2691
|
"value": {
|
|
2692
2692
|
"arguments": [
|
|
2693
2693
|
{
|
|
2694
2694
|
"name": "headStart",
|
|
2695
2695
|
"nodeType": "YulIdentifier",
|
|
2696
|
-
"src": "
|
|
2696
|
+
"src": "3218:9:152"
|
|
2697
2697
|
},
|
|
2698
2698
|
{
|
|
2699
2699
|
"kind": "number",
|
|
2700
2700
|
"nodeType": "YulLiteral",
|
|
2701
|
-
"src": "
|
|
2701
|
+
"src": "3229:2:152",
|
|
2702
2702
|
"type": "",
|
|
2703
2703
|
"value": "96"
|
|
2704
2704
|
}
|
|
@@ -2706,16 +2706,16 @@
|
|
|
2706
2706
|
"functionName": {
|
|
2707
2707
|
"name": "add",
|
|
2708
2708
|
"nodeType": "YulIdentifier",
|
|
2709
|
-
"src": "
|
|
2709
|
+
"src": "3214:3:152"
|
|
2710
2710
|
},
|
|
2711
2711
|
"nodeType": "YulFunctionCall",
|
|
2712
|
-
"src": "
|
|
2712
|
+
"src": "3214:18:152"
|
|
2713
2713
|
},
|
|
2714
2714
|
"variableNames": [
|
|
2715
2715
|
{
|
|
2716
2716
|
"name": "tail",
|
|
2717
2717
|
"nodeType": "YulIdentifier",
|
|
2718
|
-
"src": "
|
|
2718
|
+
"src": "3206:4:152"
|
|
2719
2719
|
}
|
|
2720
2720
|
]
|
|
2721
2721
|
}
|
|
@@ -2727,7 +2727,7 @@
|
|
|
2727
2727
|
{
|
|
2728
2728
|
"name": "headStart",
|
|
2729
2729
|
"nodeType": "YulTypedName",
|
|
2730
|
-
"src": "
|
|
2730
|
+
"src": "3045:9:152",
|
|
2731
2731
|
"type": ""
|
|
2732
2732
|
}
|
|
2733
2733
|
],
|
|
@@ -2735,16 +2735,16 @@
|
|
|
2735
2735
|
{
|
|
2736
2736
|
"name": "tail",
|
|
2737
2737
|
"nodeType": "YulTypedName",
|
|
2738
|
-
"src": "
|
|
2738
|
+
"src": "3059:4:152",
|
|
2739
2739
|
"type": ""
|
|
2740
2740
|
}
|
|
2741
2741
|
],
|
|
2742
|
-
"src": "
|
|
2742
|
+
"src": "2894:344:152"
|
|
2743
2743
|
}
|
|
2744
2744
|
]
|
|
2745
2745
|
},
|
|
2746
|
-
"contents": "{\n { }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\n }\n function abi_decode_tuple_t_struct$_BitcoinTxInfo_$
|
|
2747
|
-
"id":
|
|
2746
|
+
"contents": "{\n { }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\n }\n function abi_decode_tuple_t_struct$_BitcoinTxInfo_$43336_calldata_ptrt_struct$_DepositRevealInfo_$43349_calldata_ptrt_bytes32(headStart, dataEnd) -> value0, value1, value2\n {\n let _1 := sub(dataEnd, headStart)\n if slt(_1, 256) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if slt(sub(dataEnd, _2), 128) { revert(0, 0) }\n value0 := _2\n if slt(add(_1, not(31)), 192) { revert(0, 0) }\n value1 := add(headStart, 32)\n value2 := calldataload(add(headStart, 224))\n }\n function abi_encode_tuple_t_struct$_DepositRequest_$43364_memory_ptr__to_t_struct$_DepositRequest_$43364_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 224)\n let _1 := 0xffffffffffffffffffffffffffffffffffffffff\n mstore(headStart, and(mload(value0), _1))\n let memberValue0 := mload(add(value0, 0x20))\n let _2 := 0xffffffffffffffff\n mstore(add(headStart, 0x20), and(memberValue0, _2))\n let memberValue0_1 := mload(add(value0, 0x40))\n let _3 := 0xffffffff\n mstore(add(headStart, 0x40), and(memberValue0_1, _3))\n mstore(add(headStart, 0x60), and(mload(add(value0, 0x60)), _1))\n mstore(add(headStart, 0x80), and(mload(add(value0, 0x80)), _2))\n mstore(add(headStart, 0xa0), and(mload(add(value0, 0xa0)), _3))\n mstore(add(headStart, 0xc0), mload(add(value0, 0xc0)))\n }\n function abi_encode_tuple_t_uint64_t_uint64_t_uint64_t_uint32__to_t_uint64_t_uint64_t_uint64_t_uint32__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := 0xffffffffffffffff\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), and(value2, _1))\n mstore(add(headStart, 96), and(value3, 0xffffffff))\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_47ccac69bd56c82e4d4185f7f0d1f7b95d32ba8bbac8c22007260330cc363b46__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 20)\n mstore(add(headStart, 64), \"Deposit not revealed\")\n tail := add(headStart, 96)\n }\n}",
|
|
2747
|
+
"id": 152,
|
|
2748
2748
|
"language": "Yul",
|
|
2749
2749
|
"name": "#utility.yul"
|
|
2750
2750
|
}
|
|
@@ -2752,7 +2752,7 @@
|
|
|
2752
2752
|
"immutableReferences": {},
|
|
2753
2753
|
"linkReferences": {},
|
|
2754
2754
|
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0xA3 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xB02C43D0 GT PUSH2 0x76 JUMPI DUP1 PUSH4 0xBC8D07CA GT PUSH2 0x5B JUMPI DUP1 PUSH4 0xBC8D07CA EQ PUSH2 0x27F JUMPI DUP1 PUSH4 0xC42B64D0 EQ PUSH2 0x292 JUMPI DUP1 PUSH4 0xC6C31D13 EQ PUSH2 0x2BD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB02C43D0 EQ PUSH2 0x109 JUMPI DUP1 PUSH4 0xB7881E9C EQ PUSH2 0x274 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x296B38F8 EQ PUSH2 0xA8 JUMPI DUP1 PUSH4 0x4BBD3A54 EQ PUSH2 0xCA JUMPI DUP1 PUSH4 0x6ECC9662 EQ PUSH2 0xE1 JUMPI DUP1 PUSH4 0x86F01439 EQ PUSH2 0xF6 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x1 SLOAD PUSH2 0xB5 SWAP1 PUSH1 0xFF AND DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xD3 PUSH1 0x2 SLOAD DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xC1 JUMP JUMPDEST PUSH2 0xF4 PUSH2 0xEF CALLDATASIZE PUSH1 0x4 PUSH2 0x51A JUMP JUMPDEST PUSH1 0x2 SSTORE JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF4 PUSH2 0x104 CALLDATASIZE PUSH1 0x4 PUSH2 0x533 JUMP JUMPDEST PUSH2 0x2D2 JUMP JUMPDEST PUSH2 0x1E7 PUSH2 0x117 CALLDATASIZE PUSH1 0x4 PUSH2 0x51A JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0xE0 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE SWAP2 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x60 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0xA0 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0xC0 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE POP PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP3 MLOAD PUSH1 0xE0 DUP2 ADD DUP5 MSTORE DUP2 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP1 DUP3 AND DUP4 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF PUSH1 0x1 PUSH1 0xA0 SHL DUP1 DUP5 DIV DUP3 AND SWAP7 DUP6 ADD SWAP7 SWAP1 SWAP7 MSTORE PUSH4 0xFFFFFFFF PUSH1 0x1 PUSH1 0xE0 SHL SWAP4 DUP5 SWAP1 DIV DUP2 AND SWAP8 DUP6 ADD SWAP8 SWAP1 SWAP8 MSTORE PUSH1 0x1 DUP6 ADD SLOAD SWAP2 DUP3 AND PUSH1 0x60 DUP6 ADD MSTORE SWAP5 DUP2 DIV SWAP1 SWAP5 AND PUSH1 0x80 DUP4 ADD MSTORE SWAP1 SWAP3 DIV SWAP1 SWAP3 AND PUSH1 0xA0 DUP3 ADD MSTORE PUSH1 0x2 SWAP1 SWAP2 ADD SLOAD PUSH1 0xC0 DUP3 ADD MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC1 SWAP2 SWAP1 PUSH1 0x0 PUSH1 0xE0 DUP3 ADD SWAP1 POP PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP1 DUP5 MLOAD AND DUP4 MSTORE PUSH1 0x20 DUP5 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 AND PUSH1 0x20 DUP7 ADD MSTORE PUSH1 0x40 DUP7 ADD MLOAD SWAP2 POP PUSH4 0xFFFFFFFF DUP1 DUP4 AND PUSH1 0x40 DUP8 ADD MSTORE DUP4 PUSH1 0x60 DUP9 ADD MLOAD AND PUSH1 0x60 DUP8 ADD MSTORE DUP2 PUSH1 0x80 DUP9 ADD MLOAD AND PUSH1 0x80 DUP8 ADD MSTORE DUP1 PUSH1 0xA0 DUP9 ADD MLOAD AND PUSH1 0xA0 DUP8 ADD MSTORE POP POP POP POP PUSH1 0xC0 DUP4 ADD MLOAD PUSH1 0xC0 DUP4 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x1 SLOAD PUSH1 0xFF AND PUSH2 0xB5 JUMP JUMPDEST PUSH2 0xF4 PUSH2 0x28D CALLDATASIZE PUSH1 0x4 PUSH2 0x51A JUMP JUMPDEST PUSH2 0x44F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE PUSH3 0xF4240 SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x60 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x80 ADD PUSH2 0xC1 JUMP JUMPDEST PUSH2 0xF4 PUSH1 0x1 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE PUSH2 0x3039 PUSH1 0x2 SSTORE JUMP JUMPDEST PUSH1 0x1 DUP1 SLOAD PUSH1 0xFF NOT AND DUP2 OR SWAP1 SSTORE PUSH1 0x2 SLOAD PUSH1 0x40 DUP1 MLOAD PUSH1 0xE0 DUP2 ADD DUP3 MSTORE CALLER DUP2 MSTORE PUSH4 0x54AFB00 PUSH1 0x20 DUP3 ADD MSTORE PUSH4 0xFFFFFFFF TIMESTAMP AND SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 ADD PUSH2 0x31A PUSH1 0xC0 DUP7 ADD PUSH1 0xA0 DUP8 ADD PUSH2 0x59C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 DUP2 AND DUP3 MSTORE PUSH3 0xDB3D0 PUSH1 0x20 DUP1 DUP5 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x0 PUSH1 0x40 DUP1 DUP6 ADD DUP3 SWAP1 MSTORE PUSH1 0x60 SWAP5 DUP6 ADD DUP9 SWAP1 MSTORE DUP7 DUP3 MSTORE DUP2 DUP4 MSTORE DUP1 DUP3 KECCAK256 DUP7 MLOAD DUP2 SLOAD SWAP5 DUP9 ADD MLOAD DUP9 DUP5 ADD MLOAD SWAP2 DUP8 AND PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP7 DUP8 AND OR PUSH1 0x1 PUSH1 0xA0 SHL PUSH8 0xFFFFFFFFFFFFFFFF SWAP3 DUP4 AND DUP2 MUL SWAP2 SWAP1 SWAP2 OR PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x1 PUSH1 0xE0 SHL PUSH4 0xFFFFFFFF SWAP6 DUP7 AND DUP2 MUL SWAP2 SWAP1 SWAP2 OR DUP7 SSTORE SWAP10 DUP12 ADD MLOAD PUSH1 0x1 DUP7 ADD DUP1 SLOAD PUSH1 0x80 DUP15 ADD MLOAD PUSH1 0xA0 DUP16 ADD MLOAD SWAP4 SWAP1 SWAP13 AND SWAP11 AND SWAP10 SWAP1 SWAP10 OR SWAP10 SWAP1 SWAP4 AND SWAP1 SWAP2 MUL SWAP8 SWAP1 SWAP8 OR SWAP1 SWAP7 AND SWAP6 AND SWAP1 SWAP6 MUL SWAP4 SWAP1 SWAP4 OR SWAP1 SWAP2 SSTORE PUSH1 0xC0 SWAP1 SWAP4 ADD MLOAD PUSH1 0x2 SWAP1 SWAP3 ADD SWAP2 SWAP1 SWAP2 SSTORE MLOAD DUP3 SWAP2 PUSH32 0x629CB19E19D844F2E8DD8AA5DE26F5072BB49E6286C5206EBD7302DA1DABC417 SWAP2 LOG2 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0xE0 SHL SWAP1 DIV PUSH4 0xFFFFFFFF AND SWAP1 SUB PUSH2 0x4D7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x14 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4465706F736974206E6F742072657665616C6564000000000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x1 PUSH1 0xE0 SHL TIMESTAMP PUSH4 0xFFFFFFFF AND MUL OR SWAP1 SSTORE JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x52C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 DUP6 SUB PUSH2 0x100 DUP2 SLT ISZERO PUSH2 0x54A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x561 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 ADD PUSH1 0x80 DUP2 DUP9 SUB SLT ISZERO PUSH2 0x573 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 POP PUSH1 0xC0 PUSH1 0x1F NOT DUP3 ADD SLT ISZERO PUSH2 0x587 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x20 DUP5 ADD SWAP2 POP PUSH1 0xE0 DUP5 ADD CALLDATALOAD SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x5AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x5D2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 CALLVALUE 0xDD CALLDATASIZE LOG1 0xAF PUSH28 0x8F490C53ABEC13DBA958920A1B6C7FF57A65E19D8EF75A61DCE26473 PUSH16 0x6C634300081100330000000000000000 ",
|
|
2755
|
-
"sourceMap": "103:2348:
|
|
2755
|
+
"sourceMap": "103:2348:134:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;256:35;;;;;;;;;;;;179:14:152;;172:22;154:41;;142:2;127:18;256:35:134;;;;;;;;297:29;;;;;;;;;352:25:152;;;340:2;325:18;297:29:134;206:177:152;1973:110:134;;;;;;:::i;:::-;2044:14;:32;1973:110;;;505:866;;;;;;:::i;:::-;;:::i;1377:187::-;;;;;;:::i;:::-;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1536:9:134;:21;;;;;;;;;;;;1529:28;;;;;;;;;;;;;;;;-1:-1:-1;;;1529:28:134;;;;;;;;;;;;;-1:-1:-1;;;1529:28:134;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1377:187;;;;;;;1368:4:152;1410:3;1399:9;1395:19;1387:27;;1433:42;1521:2;1512:6;1506:13;1502:22;1491:9;1484:41;1572:4;1564:6;1560:17;1554:24;1597:18;1671:2;1657:12;1653:21;1646:4;1635:9;1631:20;1624:51;1724:4;1716:6;1712:17;1706:24;1684:46;;1749:10;1817:2;1801:14;1797:23;1790:4;1779:9;1775:20;1768:53;1889:2;1881:4;1873:6;1869:17;1863:24;1859:33;1852:4;1841:9;1837:20;1830:63;1961:2;1953:4;1945:6;1941:17;1935:24;1931:33;1924:4;1913:9;1909:20;1902:63;2033:2;2025:4;2017:6;2013:17;2007:24;2003:33;1996:4;1985:9;1981:20;1974:63;;;;;2093:4;2085:6;2081:17;2075:24;2068:4;2057:9;2053:20;2046:54;1210:896;;;;;1853:114:134;1937:23;;;;1853:114;;2205:244;;;;;;:::i;:::-;;:::i;1570:248::-;;;;1659:6;2371:34:152;;;2436:2;2421:18;;2414:43;;;1780:7:134;2473:18:152;;;2466:43;;;;2540:2;2525:18;;2518:51;;;;2321:3;2306:19;1570:248:134;2111:464:152;2089:110:134;;2129:23;:31;;-1:-1:-1;;2129:31:134;;;2187:5;2170:14;:22;2089:110;505:866;720:4;694:30;;-1:-1:-1;;694:30:134;;;;;806:14;;886:435;;;;;;;;939:10;886:435;;971:8;886:435;;;;;1079:15;886:435;;;;;;;;;;;1157:12;;;;;;;;:::i;:::-;886:435;;;;;;1196:6;886:435;;;;;;;;-1:-1:-1;886:435:134;;;;;;;;;;;;;;862:21;;;;;;;;;:459;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;886:435:134;862:459;;;;;;;;;;;;;-1:-1:-1;;;886:435:134;862:459;;;;;;;;;;;;;;;-1:-1:-1;862:459:134;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1337:27;862:21;;1337:27;;;684:687;505:866;;;:::o;2205:244::-;2274:9;:21;;;;;;;;;;:32;-1:-1:-1;;;2274:32:134;;;;:37;;2266:70;;;;;;;3096:2:152;2266:70:134;;;3078:21:152;3135:2;3115:18;;;3108:30;3174:22;3154:18;;;3147:50;3214:18;;2266:70:134;;;;;;;;2346:9;:21;;;;;;;;;;:29;;:55;;;;-1:-1:-1;;;2385:15:134;2346:55;;;;;;2205:244::o;388:180:152:-;447:6;500:2;488:9;479:7;475:23;471:32;468:52;;;516:1;513;506:12;468:52;-1:-1:-1;539:23:152;;388:180;-1:-1:-1;388:180:152:o;573:632::-;722:6;730;738;782:9;773:7;769:23;812:3;808:2;804:12;801:32;;;829:1;826;819:12;801:32;869:9;856:23;902:18;894:6;891:30;888:50;;;934:1;931;924:12;888:50;957:22;;1013:3;995:16;;;991:26;988:46;;;1030:1;1027;1020:12;988:46;1053:2;-1:-1:-1;1089:3:152;-1:-1:-1;;1071:16:152;;1067:26;1064:46;;;1106:1;1103;1096:12;1064:46;;1144:2;1133:9;1129:18;1119:28;;1194:3;1183:9;1179:19;1166:33;1156:43;;573:632;;;;;:::o;2580:309::-;2639:6;2692:2;2680:9;2671:7;2667:23;2663:32;2660:52;;;2708:1;2705;2698:12;2660:52;2747:9;2734:23;2797:42;2790:5;2786:54;2779:5;2776:65;2766:93;;2855:1;2852;2845:12;2766:93;2878:5;2580:309;-1:-1:-1;;;2580:309:152:o"
|
|
2756
2756
|
},
|
|
2757
2757
|
"gasEstimates": {
|
|
2758
2758
|
"creation": {
|
|
@@ -2788,15 +2788,15 @@
|
|
|
2788
2788
|
"storageLayout": {
|
|
2789
2789
|
"storage": [
|
|
2790
2790
|
{
|
|
2791
|
-
"astId":
|
|
2791
|
+
"astId": 46903,
|
|
2792
2792
|
"contract": "contracts/test/MockTBTCBridgeWithSweep.sol:MockTBTCBridgeWithSweep",
|
|
2793
2793
|
"label": "_deposits",
|
|
2794
2794
|
"offset": 0,
|
|
2795
2795
|
"slot": "0",
|
|
2796
|
-
"type": "t_mapping(t_uint256,t_struct(DepositRequest)
|
|
2796
|
+
"type": "t_mapping(t_uint256,t_struct(DepositRequest)43364_storage)"
|
|
2797
2797
|
},
|
|
2798
2798
|
{
|
|
2799
|
-
"astId":
|
|
2799
|
+
"astId": 46905,
|
|
2800
2800
|
"contract": "contracts/test/MockTBTCBridgeWithSweep.sol:MockTBTCBridgeWithSweep",
|
|
2801
2801
|
"label": "initializeDepositCalled",
|
|
2802
2802
|
"offset": 0,
|
|
@@ -2804,7 +2804,7 @@
|
|
|
2804
2804
|
"type": "t_bool"
|
|
2805
2805
|
},
|
|
2806
2806
|
{
|
|
2807
|
-
"astId":
|
|
2807
|
+
"astId": 46907,
|
|
2808
2808
|
"contract": "contracts/test/MockTBTCBridgeWithSweep.sol:MockTBTCBridgeWithSweep",
|
|
2809
2809
|
"label": "nextDepositKey",
|
|
2810
2810
|
"offset": 0,
|
|
@@ -2828,19 +2828,19 @@
|
|
|
2828
2828
|
"label": "bytes32",
|
|
2829
2829
|
"numberOfBytes": "32"
|
|
2830
2830
|
},
|
|
2831
|
-
"t_mapping(t_uint256,t_struct(DepositRequest)
|
|
2831
|
+
"t_mapping(t_uint256,t_struct(DepositRequest)43364_storage)": {
|
|
2832
2832
|
"encoding": "mapping",
|
|
2833
2833
|
"key": "t_uint256",
|
|
2834
2834
|
"label": "mapping(uint256 => struct IBridgeTypes.DepositRequest)",
|
|
2835
2835
|
"numberOfBytes": "32",
|
|
2836
|
-
"value": "t_struct(DepositRequest)
|
|
2836
|
+
"value": "t_struct(DepositRequest)43364_storage"
|
|
2837
2837
|
},
|
|
2838
|
-
"t_struct(DepositRequest)
|
|
2838
|
+
"t_struct(DepositRequest)43364_storage": {
|
|
2839
2839
|
"encoding": "inplace",
|
|
2840
2840
|
"label": "struct IBridgeTypes.DepositRequest",
|
|
2841
2841
|
"members": [
|
|
2842
2842
|
{
|
|
2843
|
-
"astId":
|
|
2843
|
+
"astId": 43351,
|
|
2844
2844
|
"contract": "contracts/test/MockTBTCBridgeWithSweep.sol:MockTBTCBridgeWithSweep",
|
|
2845
2845
|
"label": "depositor",
|
|
2846
2846
|
"offset": 0,
|
|
@@ -2848,7 +2848,7 @@
|
|
|
2848
2848
|
"type": "t_address"
|
|
2849
2849
|
},
|
|
2850
2850
|
{
|
|
2851
|
-
"astId":
|
|
2851
|
+
"astId": 43353,
|
|
2852
2852
|
"contract": "contracts/test/MockTBTCBridgeWithSweep.sol:MockTBTCBridgeWithSweep",
|
|
2853
2853
|
"label": "amount",
|
|
2854
2854
|
"offset": 20,
|
|
@@ -2856,7 +2856,7 @@
|
|
|
2856
2856
|
"type": "t_uint64"
|
|
2857
2857
|
},
|
|
2858
2858
|
{
|
|
2859
|
-
"astId":
|
|
2859
|
+
"astId": 43355,
|
|
2860
2860
|
"contract": "contracts/test/MockTBTCBridgeWithSweep.sol:MockTBTCBridgeWithSweep",
|
|
2861
2861
|
"label": "revealedAt",
|
|
2862
2862
|
"offset": 28,
|
|
@@ -2864,7 +2864,7 @@
|
|
|
2864
2864
|
"type": "t_uint32"
|
|
2865
2865
|
},
|
|
2866
2866
|
{
|
|
2867
|
-
"astId":
|
|
2867
|
+
"astId": 43357,
|
|
2868
2868
|
"contract": "contracts/test/MockTBTCBridgeWithSweep.sol:MockTBTCBridgeWithSweep",
|
|
2869
2869
|
"label": "vault",
|
|
2870
2870
|
"offset": 0,
|
|
@@ -2872,7 +2872,7 @@
|
|
|
2872
2872
|
"type": "t_address"
|
|
2873
2873
|
},
|
|
2874
2874
|
{
|
|
2875
|
-
"astId":
|
|
2875
|
+
"astId": 43359,
|
|
2876
2876
|
"contract": "contracts/test/MockTBTCBridgeWithSweep.sol:MockTBTCBridgeWithSweep",
|
|
2877
2877
|
"label": "treasuryFee",
|
|
2878
2878
|
"offset": 20,
|
|
@@ -2880,7 +2880,7 @@
|
|
|
2880
2880
|
"type": "t_uint64"
|
|
2881
2881
|
},
|
|
2882
2882
|
{
|
|
2883
|
-
"astId":
|
|
2883
|
+
"astId": 43361,
|
|
2884
2884
|
"contract": "contracts/test/MockTBTCBridgeWithSweep.sol:MockTBTCBridgeWithSweep",
|
|
2885
2885
|
"label": "sweptAt",
|
|
2886
2886
|
"offset": 28,
|
|
@@ -2888,7 +2888,7 @@
|
|
|
2888
2888
|
"type": "t_uint32"
|
|
2889
2889
|
},
|
|
2890
2890
|
{
|
|
2891
|
-
"astId":
|
|
2891
|
+
"astId": 43363,
|
|
2892
2892
|
"contract": "contracts/test/MockTBTCBridgeWithSweep.sol:MockTBTCBridgeWithSweep",
|
|
2893
2893
|
"label": "extraData",
|
|
2894
2894
|
"offset": 0,
|