@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/MockBridgeForStarkNet.sol/MockBridgeForStarkNet.json
CHANGED
|
@@ -295,9 +295,9 @@
|
|
|
295
295
|
"evm": {
|
|
296
296
|
"bytecode": {
|
|
297
297
|
"functionDebugData": {
|
|
298
|
-
"@
|
|
298
|
+
"@_46165": {
|
|
299
299
|
"entryPoint": null,
|
|
300
|
-
"id":
|
|
300
|
+
"id": 46165,
|
|
301
301
|
"parameterSlots": 0,
|
|
302
302
|
"returnSlots": 0
|
|
303
303
|
}
|
|
@@ -305,31 +305,31 @@
|
|
|
305
305
|
"generatedSources": [],
|
|
306
306
|
"linkReferences": {},
|
|
307
307
|
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x8A7 DUP1 PUSH2 0x20 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 0xBE JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xBC8D07CA GT PUSH2 0x76 JUMPI DUP1 PUSH4 0xC6C31D13 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0xC6C31D13 EQ PUSH2 0x2B7 JUMPI DUP1 PUSH4 0xEA974969 EQ PUSH2 0x2CB JUMPI DUP1 PUSH4 0xF98C59B5 EQ PUSH2 0x2D4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xBC8D07CA EQ PUSH2 0x279 JUMPI DUP1 PUSH4 0xC42B64D0 EQ PUSH2 0x28C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x86F01439 GT PUSH2 0xA7 JUMPI DUP1 PUSH4 0x86F01439 EQ PUSH2 0xF7 JUMPI DUP1 PUSH4 0xB02C43D0 EQ PUSH2 0x10C JUMPI DUP1 PUSH4 0xB7881E9C EQ PUSH2 0x26E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x296B38F8 EQ PUSH2 0xC3 JUMPI DUP1 PUSH4 0x570835EA EQ PUSH2 0xE5 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x1 SLOAD PUSH2 0xD0 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 PUSH1 0x2 SLOAD JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xDC JUMP JUMPDEST PUSH2 0x10A PUSH2 0x105 CALLDATASIZE PUSH1 0x4 PUSH2 0x6AF JUMP JUMPDEST PUSH2 0x2F7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1EE PUSH2 0x11A CALLDATASIZE PUSH1 0x4 PUSH2 0x718 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 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP3 AND DUP4 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF PUSH21 0x10000000000000000000000000000000000000000 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 0xDC SWAP2 SWAP1 PUSH1 0x0 PUSH1 0xE0 DUP3 ADD SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB 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 0xD0 JUMP JUMPDEST PUSH2 0x10A PUSH2 0x287 CALLDATASIZE PUSH1 0x4 PUSH2 0x718 JUMP JUMPDEST PUSH2 0x5C9 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 0xDC JUMP JUMPDEST PUSH2 0x10A PUSH1 0x1 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE PUSH1 0x0 PUSH1 0x2 SSTORE JUMP JUMPDEST PUSH2 0xE9 PUSH1 0x2 SLOAD DUP2 JUMP JUMPDEST PUSH2 0xD0 PUSH2 0x2E2 CALLDATASIZE PUSH1 0x4 PUSH2 0x718 JUMP JUMPDEST PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND DUP2 JUMP JUMPDEST PUSH1 0x1 DUP1 SLOAD PUSH1 0xFF NOT AND DUP2 OR SWAP1 SSTORE PUSH1 0x0 PUSH2 0x368 PUSH2 0x315 PUSH1 0x20 DUP7 ADD DUP7 PUSH2 0x731 JUMP JUMPDEST PUSH2 0x322 PUSH1 0x20 DUP8 ADD DUP8 PUSH2 0x77A JUMP JUMPDEST PUSH2 0x32F PUSH1 0x40 DUP10 ADD DUP10 PUSH2 0x77A JUMP JUMPDEST PUSH2 0x33F PUSH1 0x80 DUP12 ADD PUSH1 0x60 DUP13 ADD PUSH2 0x731 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x354 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x7C8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x688 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH2 0x37A PUSH1 0x20 DUP7 ADD DUP7 PUSH2 0x822 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x3B9 SWAP3 SWAP2 SWAP1 SWAP2 DUP3 MSTORE PUSH1 0xE0 SHL PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x24 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F NOT DUP2 DUP5 SUB ADD DUP2 MSTORE DUP3 DUP3 MSTORE DUP1 MLOAD PUSH1 0x20 SWAP2 DUP3 ADD KECCAK256 PUSH1 0x2 DUP2 SWAP1 SSTORE PUSH1 0xE0 DUP5 ADD DUP4 MSTORE CALLER DUP5 MSTORE PUSH4 0x54AFB00 SWAP2 DUP5 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH4 0xFFFFFFFF TIMESTAMP AND SWAP2 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP2 POP PUSH1 0x60 DUP2 ADD PUSH2 0x40F PUSH1 0xC0 DUP8 ADD PUSH1 0xA0 DUP9 ADD PUSH2 0x848 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD PUSH3 0xDB3D0 PUSH8 0xFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH4 0xFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0x0 DUP1 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB MUL NOT AND SWAP1 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x1C PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH4 0xFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH4 0xFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB MUL NOT AND SWAP1 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND MUL OR SWAP1 SSTORE POP PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x1C PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH4 0xFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH4 0xFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD SSTORE SWAP1 POP POP PUSH1 0x1 PUSH1 0x3 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP DUP1 PUSH1 0x0 SHL PUSH32 0x4BEF0E2BBB18A1000F3353BE4884C6219B30101C1CBADF1FB8650AB0CCC2F6CB PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x645 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x16 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4465706F73697420646F6573206E6F7420657869737400000000000000000000 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 PUSH1 0x0 DUP4 MLOAD PUSH1 0x20 DUP6 ADD PUSH1 0x2 GAS STATICCALL POP PUSH1 0x20 PUSH1 0x0 PUSH1 0x20 PUSH1 0x0 PUSH1 0x2 GAS STATICCALL POP POP PUSH1 0x0 MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 DUP6 SUB PUSH2 0x100 DUP2 SLT ISZERO PUSH2 0x6C6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x6DD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 ADD PUSH1 0x80 DUP2 DUP9 SUB SLT ISZERO PUSH2 0x6EF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 POP PUSH1 0xC0 PUSH1 0x1F NOT DUP3 ADD SLT ISZERO PUSH2 0x703 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 0x72A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x743 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0x773 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x791 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x7AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x7C1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP1 DUP10 AND DUP4 MSTORE DUP7 DUP9 PUSH1 0x4 DUP6 ADD CALLDATACOPY DUP7 DUP4 ADD PUSH1 0x4 DUP2 ADD PUSH1 0x0 DUP2 MSTORE DUP7 DUP9 DUP3 CALLDATACOPY POP SWAP4 AND SWAP4 SWAP1 SWAP3 ADD PUSH1 0x4 DUP2 ADD SWAP4 SWAP1 SWAP4 MSTORE POP POP PUSH1 0x8 ADD SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x834 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x773 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x85A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x773 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP1 BLOCKHASH 0xF7 DUP12 0xC0 0xED 0xEB 0x23 0xE SWAP3 CALLDATASIZE 0xDE CALLVALUE CREATE2 NUMBER SWAP2 OR PUSH15 0xA8243117E5E9ED1BEA60A99DF7BC64 PUSH20 0x6F6C634300081100330000000000000000000000 ",
|
|
308
|
-
"sourceMap": "182:2887:
|
|
308
|
+
"sourceMap": "182:2887:131:-:0;;;583:75;;;;;;;;;;182:2887;;;;;;"
|
|
309
309
|
},
|
|
310
310
|
"deployedBytecode": {
|
|
311
311
|
"functionDebugData": {
|
|
312
|
-
"@
|
|
312
|
+
"@depositExists_46157": {
|
|
313
313
|
"entryPoint": null,
|
|
314
|
-
"id":
|
|
314
|
+
"id": 46157,
|
|
315
315
|
"parameterSlots": 0,
|
|
316
316
|
"returnSlots": 0
|
|
317
317
|
},
|
|
318
|
-
"@
|
|
318
|
+
"@depositParameters_46281": {
|
|
319
319
|
"entryPoint": null,
|
|
320
|
-
"id":
|
|
320
|
+
"id": 46281,
|
|
321
321
|
"parameterSlots": 0,
|
|
322
322
|
"returnSlots": 4
|
|
323
323
|
},
|
|
324
|
-
"@
|
|
324
|
+
"@deposits_46263": {
|
|
325
325
|
"entryPoint": null,
|
|
326
|
-
"id":
|
|
326
|
+
"id": 46263,
|
|
327
327
|
"parameterSlots": 1,
|
|
328
328
|
"returnSlots": 1
|
|
329
329
|
},
|
|
330
|
-
"@
|
|
330
|
+
"@getLastDepositKey_46297": {
|
|
331
331
|
"entryPoint": null,
|
|
332
|
-
"id":
|
|
332
|
+
"id": 46297,
|
|
333
333
|
"parameterSlots": 0,
|
|
334
334
|
"returnSlots": 1
|
|
335
335
|
},
|
|
@@ -339,39 +339,39 @@
|
|
|
339
339
|
"parameterSlots": 1,
|
|
340
340
|
"returnSlots": 1
|
|
341
341
|
},
|
|
342
|
-
"@
|
|
342
|
+
"@initializeDepositCalled_46151": {
|
|
343
343
|
"entryPoint": null,
|
|
344
|
-
"id":
|
|
344
|
+
"id": 46151,
|
|
345
345
|
"parameterSlots": 0,
|
|
346
346
|
"returnSlots": 0
|
|
347
347
|
},
|
|
348
|
-
"@
|
|
348
|
+
"@lastDepositKey_46153": {
|
|
349
349
|
"entryPoint": null,
|
|
350
|
-
"id":
|
|
350
|
+
"id": 46153,
|
|
351
351
|
"parameterSlots": 0,
|
|
352
352
|
"returnSlots": 0
|
|
353
353
|
},
|
|
354
|
-
"@
|
|
354
|
+
"@resetMock_46309": {
|
|
355
355
|
"entryPoint": null,
|
|
356
|
-
"id":
|
|
356
|
+
"id": 46309,
|
|
357
357
|
"parameterSlots": 0,
|
|
358
358
|
"returnSlots": 0
|
|
359
359
|
},
|
|
360
|
-
"@
|
|
360
|
+
"@revealDepositWithExtraData_46249": {
|
|
361
361
|
"entryPoint": 759,
|
|
362
|
-
"id":
|
|
362
|
+
"id": 46249,
|
|
363
363
|
"parameterSlots": 3,
|
|
364
364
|
"returnSlots": 0
|
|
365
365
|
},
|
|
366
|
-
"@
|
|
366
|
+
"@sweepDeposit_46333": {
|
|
367
367
|
"entryPoint": 1481,
|
|
368
|
-
"id":
|
|
368
|
+
"id": 46333,
|
|
369
369
|
"parameterSlots": 1,
|
|
370
370
|
"returnSlots": 0
|
|
371
371
|
},
|
|
372
|
-
"@
|
|
372
|
+
"@wasInitializeDepositCalled_46289": {
|
|
373
373
|
"entryPoint": null,
|
|
374
|
-
"id":
|
|
374
|
+
"id": 46289,
|
|
375
375
|
"parameterSlots": 0,
|
|
376
376
|
"returnSlots": 1
|
|
377
377
|
},
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"parameterSlots": 2,
|
|
388
388
|
"returnSlots": 1
|
|
389
389
|
},
|
|
390
|
-
"abi_decode_tuple_t_struct$_BitcoinTxInfo_$
|
|
390
|
+
"abi_decode_tuple_t_struct$_BitcoinTxInfo_$43336_calldata_ptrt_struct$_DepositRevealInfo_$43349_calldata_ptrt_bytes32": {
|
|
391
391
|
"entryPoint": 1711,
|
|
392
392
|
"id": null,
|
|
393
393
|
"parameterSlots": 2,
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
"parameterSlots": 1,
|
|
430
430
|
"returnSlots": 1
|
|
431
431
|
},
|
|
432
|
-
"abi_encode_tuple_t_struct$_DepositRequest_$
|
|
432
|
+
"abi_encode_tuple_t_struct$_DepositRequest_$43364_memory_ptr__to_t_struct$_DepositRequest_$43364_memory_ptr__fromStack_reversed": {
|
|
433
433
|
"entryPoint": null,
|
|
434
434
|
"id": null,
|
|
435
435
|
"parameterSlots": 2,
|
|
@@ -458,32 +458,32 @@
|
|
|
458
458
|
{
|
|
459
459
|
"ast": {
|
|
460
460
|
"nodeType": "YulBlock",
|
|
461
|
-
"src": "0:
|
|
461
|
+
"src": "0:5389:152",
|
|
462
462
|
"statements": [
|
|
463
463
|
{
|
|
464
464
|
"nodeType": "YulBlock",
|
|
465
|
-
"src": "6:3:
|
|
465
|
+
"src": "6:3:152",
|
|
466
466
|
"statements": []
|
|
467
467
|
},
|
|
468
468
|
{
|
|
469
469
|
"body": {
|
|
470
470
|
"nodeType": "YulBlock",
|
|
471
|
-
"src": "109:92:
|
|
471
|
+
"src": "109:92:152",
|
|
472
472
|
"statements": [
|
|
473
473
|
{
|
|
474
474
|
"nodeType": "YulAssignment",
|
|
475
|
-
"src": "119:26:
|
|
475
|
+
"src": "119:26:152",
|
|
476
476
|
"value": {
|
|
477
477
|
"arguments": [
|
|
478
478
|
{
|
|
479
479
|
"name": "headStart",
|
|
480
480
|
"nodeType": "YulIdentifier",
|
|
481
|
-
"src": "131:9:
|
|
481
|
+
"src": "131:9:152"
|
|
482
482
|
},
|
|
483
483
|
{
|
|
484
484
|
"kind": "number",
|
|
485
485
|
"nodeType": "YulLiteral",
|
|
486
|
-
"src": "142:2:
|
|
486
|
+
"src": "142:2:152",
|
|
487
487
|
"type": "",
|
|
488
488
|
"value": "32"
|
|
489
489
|
}
|
|
@@ -491,16 +491,16 @@
|
|
|
491
491
|
"functionName": {
|
|
492
492
|
"name": "add",
|
|
493
493
|
"nodeType": "YulIdentifier",
|
|
494
|
-
"src": "127:3:
|
|
494
|
+
"src": "127:3:152"
|
|
495
495
|
},
|
|
496
496
|
"nodeType": "YulFunctionCall",
|
|
497
|
-
"src": "127:18:
|
|
497
|
+
"src": "127:18:152"
|
|
498
498
|
},
|
|
499
499
|
"variableNames": [
|
|
500
500
|
{
|
|
501
501
|
"name": "tail",
|
|
502
502
|
"nodeType": "YulIdentifier",
|
|
503
|
-
"src": "119:4:
|
|
503
|
+
"src": "119:4:152"
|
|
504
504
|
}
|
|
505
505
|
]
|
|
506
506
|
},
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
{
|
|
511
511
|
"name": "headStart",
|
|
512
512
|
"nodeType": "YulIdentifier",
|
|
513
|
-
"src": "161:9:
|
|
513
|
+
"src": "161:9:152"
|
|
514
514
|
},
|
|
515
515
|
{
|
|
516
516
|
"arguments": [
|
|
@@ -519,37 +519,37 @@
|
|
|
519
519
|
{
|
|
520
520
|
"name": "value0",
|
|
521
521
|
"nodeType": "YulIdentifier",
|
|
522
|
-
"src": "186:6:
|
|
522
|
+
"src": "186:6:152"
|
|
523
523
|
}
|
|
524
524
|
],
|
|
525
525
|
"functionName": {
|
|
526
526
|
"name": "iszero",
|
|
527
527
|
"nodeType": "YulIdentifier",
|
|
528
|
-
"src": "179:6:
|
|
528
|
+
"src": "179:6:152"
|
|
529
529
|
},
|
|
530
530
|
"nodeType": "YulFunctionCall",
|
|
531
|
-
"src": "179:14:
|
|
531
|
+
"src": "179:14:152"
|
|
532
532
|
}
|
|
533
533
|
],
|
|
534
534
|
"functionName": {
|
|
535
535
|
"name": "iszero",
|
|
536
536
|
"nodeType": "YulIdentifier",
|
|
537
|
-
"src": "172:6:
|
|
537
|
+
"src": "172:6:152"
|
|
538
538
|
},
|
|
539
539
|
"nodeType": "YulFunctionCall",
|
|
540
|
-
"src": "172:22:
|
|
540
|
+
"src": "172:22:152"
|
|
541
541
|
}
|
|
542
542
|
],
|
|
543
543
|
"functionName": {
|
|
544
544
|
"name": "mstore",
|
|
545
545
|
"nodeType": "YulIdentifier",
|
|
546
|
-
"src": "154:6:
|
|
546
|
+
"src": "154:6:152"
|
|
547
547
|
},
|
|
548
548
|
"nodeType": "YulFunctionCall",
|
|
549
|
-
"src": "154:41:
|
|
549
|
+
"src": "154:41:152"
|
|
550
550
|
},
|
|
551
551
|
"nodeType": "YulExpressionStatement",
|
|
552
|
-
"src": "154:41:
|
|
552
|
+
"src": "154:41:152"
|
|
553
553
|
}
|
|
554
554
|
]
|
|
555
555
|
},
|
|
@@ -559,13 +559,13 @@
|
|
|
559
559
|
{
|
|
560
560
|
"name": "headStart",
|
|
561
561
|
"nodeType": "YulTypedName",
|
|
562
|
-
"src": "78:9:
|
|
562
|
+
"src": "78:9:152",
|
|
563
563
|
"type": ""
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
566
|
"name": "value0",
|
|
567
567
|
"nodeType": "YulTypedName",
|
|
568
|
-
"src": "89:6:
|
|
568
|
+
"src": "89:6:152",
|
|
569
569
|
"type": ""
|
|
570
570
|
}
|
|
571
571
|
],
|
|
@@ -573,31 +573,31 @@
|
|
|
573
573
|
{
|
|
574
574
|
"name": "tail",
|
|
575
575
|
"nodeType": "YulTypedName",
|
|
576
|
-
"src": "100:4:
|
|
576
|
+
"src": "100:4:152",
|
|
577
577
|
"type": ""
|
|
578
578
|
}
|
|
579
579
|
],
|
|
580
|
-
"src": "14:187:
|
|
580
|
+
"src": "14:187:152"
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
"body": {
|
|
584
584
|
"nodeType": "YulBlock",
|
|
585
|
-
"src": "307:76:
|
|
585
|
+
"src": "307:76:152",
|
|
586
586
|
"statements": [
|
|
587
587
|
{
|
|
588
588
|
"nodeType": "YulAssignment",
|
|
589
|
-
"src": "317:26:
|
|
589
|
+
"src": "317:26:152",
|
|
590
590
|
"value": {
|
|
591
591
|
"arguments": [
|
|
592
592
|
{
|
|
593
593
|
"name": "headStart",
|
|
594
594
|
"nodeType": "YulIdentifier",
|
|
595
|
-
"src": "329:9:
|
|
595
|
+
"src": "329:9:152"
|
|
596
596
|
},
|
|
597
597
|
{
|
|
598
598
|
"kind": "number",
|
|
599
599
|
"nodeType": "YulLiteral",
|
|
600
|
-
"src": "340:2:
|
|
600
|
+
"src": "340:2:152",
|
|
601
601
|
"type": "",
|
|
602
602
|
"value": "32"
|
|
603
603
|
}
|
|
@@ -605,16 +605,16 @@
|
|
|
605
605
|
"functionName": {
|
|
606
606
|
"name": "add",
|
|
607
607
|
"nodeType": "YulIdentifier",
|
|
608
|
-
"src": "325:3:
|
|
608
|
+
"src": "325:3:152"
|
|
609
609
|
},
|
|
610
610
|
"nodeType": "YulFunctionCall",
|
|
611
|
-
"src": "325:18:
|
|
611
|
+
"src": "325:18:152"
|
|
612
612
|
},
|
|
613
613
|
"variableNames": [
|
|
614
614
|
{
|
|
615
615
|
"name": "tail",
|
|
616
616
|
"nodeType": "YulIdentifier",
|
|
617
|
-
"src": "317:4:
|
|
617
|
+
"src": "317:4:152"
|
|
618
618
|
}
|
|
619
619
|
]
|
|
620
620
|
},
|
|
@@ -624,24 +624,24 @@
|
|
|
624
624
|
{
|
|
625
625
|
"name": "headStart",
|
|
626
626
|
"nodeType": "YulIdentifier",
|
|
627
|
-
"src": "359:9:
|
|
627
|
+
"src": "359:9:152"
|
|
628
628
|
},
|
|
629
629
|
{
|
|
630
630
|
"name": "value0",
|
|
631
631
|
"nodeType": "YulIdentifier",
|
|
632
|
-
"src": "370:6:
|
|
632
|
+
"src": "370:6:152"
|
|
633
633
|
}
|
|
634
634
|
],
|
|
635
635
|
"functionName": {
|
|
636
636
|
"name": "mstore",
|
|
637
637
|
"nodeType": "YulIdentifier",
|
|
638
|
-
"src": "352:6:
|
|
638
|
+
"src": "352:6:152"
|
|
639
639
|
},
|
|
640
640
|
"nodeType": "YulFunctionCall",
|
|
641
|
-
"src": "352:25:
|
|
641
|
+
"src": "352:25:152"
|
|
642
642
|
},
|
|
643
643
|
"nodeType": "YulExpressionStatement",
|
|
644
|
-
"src": "352:25:
|
|
644
|
+
"src": "352:25:152"
|
|
645
645
|
}
|
|
646
646
|
]
|
|
647
647
|
},
|
|
@@ -651,13 +651,13 @@
|
|
|
651
651
|
{
|
|
652
652
|
"name": "headStart",
|
|
653
653
|
"nodeType": "YulTypedName",
|
|
654
|
-
"src": "276:9:
|
|
654
|
+
"src": "276:9:152",
|
|
655
655
|
"type": ""
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
658
|
"name": "value0",
|
|
659
659
|
"nodeType": "YulTypedName",
|
|
660
|
-
"src": "287:6:
|
|
660
|
+
"src": "287:6:152",
|
|
661
661
|
"type": ""
|
|
662
662
|
}
|
|
663
663
|
],
|
|
@@ -665,46 +665,46 @@
|
|
|
665
665
|
{
|
|
666
666
|
"name": "tail",
|
|
667
667
|
"nodeType": "YulTypedName",
|
|
668
|
-
"src": "298:4:
|
|
668
|
+
"src": "298:4:152",
|
|
669
669
|
"type": ""
|
|
670
670
|
}
|
|
671
671
|
],
|
|
672
|
-
"src": "206:177:
|
|
672
|
+
"src": "206:177:152"
|
|
673
673
|
},
|
|
674
674
|
{
|
|
675
675
|
"body": {
|
|
676
676
|
"nodeType": "YulBlock",
|
|
677
|
-
"src": "
|
|
677
|
+
"src": "564:456:152",
|
|
678
678
|
"statements": [
|
|
679
679
|
{
|
|
680
680
|
"nodeType": "YulVariableDeclaration",
|
|
681
|
-
"src": "
|
|
681
|
+
"src": "574:33:152",
|
|
682
682
|
"value": {
|
|
683
683
|
"arguments": [
|
|
684
684
|
{
|
|
685
685
|
"name": "dataEnd",
|
|
686
686
|
"nodeType": "YulIdentifier",
|
|
687
|
-
"src": "
|
|
687
|
+
"src": "588:7:152"
|
|
688
688
|
},
|
|
689
689
|
{
|
|
690
690
|
"name": "headStart",
|
|
691
691
|
"nodeType": "YulIdentifier",
|
|
692
|
-
"src": "
|
|
692
|
+
"src": "597:9:152"
|
|
693
693
|
}
|
|
694
694
|
],
|
|
695
695
|
"functionName": {
|
|
696
696
|
"name": "sub",
|
|
697
697
|
"nodeType": "YulIdentifier",
|
|
698
|
-
"src": "
|
|
698
|
+
"src": "584:3:152"
|
|
699
699
|
},
|
|
700
700
|
"nodeType": "YulFunctionCall",
|
|
701
|
-
"src": "
|
|
701
|
+
"src": "584:23:152"
|
|
702
702
|
},
|
|
703
703
|
"variables": [
|
|
704
704
|
{
|
|
705
705
|
"name": "_1",
|
|
706
706
|
"nodeType": "YulTypedName",
|
|
707
|
-
"src": "
|
|
707
|
+
"src": "578:2:152",
|
|
708
708
|
"type": ""
|
|
709
709
|
}
|
|
710
710
|
]
|
|
@@ -712,7 +712,7 @@
|
|
|
712
712
|
{
|
|
713
713
|
"body": {
|
|
714
714
|
"nodeType": "YulBlock",
|
|
715
|
-
"src": "
|
|
715
|
+
"src": "632:16:152",
|
|
716
716
|
"statements": [
|
|
717
717
|
{
|
|
718
718
|
"expression": {
|
|
@@ -720,14 +720,14 @@
|
|
|
720
720
|
{
|
|
721
721
|
"kind": "number",
|
|
722
722
|
"nodeType": "YulLiteral",
|
|
723
|
-
"src": "
|
|
723
|
+
"src": "641:1:152",
|
|
724
724
|
"type": "",
|
|
725
725
|
"value": "0"
|
|
726
726
|
},
|
|
727
727
|
{
|
|
728
728
|
"kind": "number",
|
|
729
729
|
"nodeType": "YulLiteral",
|
|
730
|
-
"src": "
|
|
730
|
+
"src": "644:1:152",
|
|
731
731
|
"type": "",
|
|
732
732
|
"value": "0"
|
|
733
733
|
}
|
|
@@ -735,13 +735,13 @@
|
|
|
735
735
|
"functionName": {
|
|
736
736
|
"name": "revert",
|
|
737
737
|
"nodeType": "YulIdentifier",
|
|
738
|
-
"src": "
|
|
738
|
+
"src": "634:6:152"
|
|
739
739
|
},
|
|
740
740
|
"nodeType": "YulFunctionCall",
|
|
741
|
-
"src": "
|
|
741
|
+
"src": "634:12:152"
|
|
742
742
|
},
|
|
743
743
|
"nodeType": "YulExpressionStatement",
|
|
744
|
-
"src": "
|
|
744
|
+
"src": "634:12:152"
|
|
745
745
|
}
|
|
746
746
|
]
|
|
747
747
|
},
|
|
@@ -750,12 +750,12 @@
|
|
|
750
750
|
{
|
|
751
751
|
"name": "_1",
|
|
752
752
|
"nodeType": "YulIdentifier",
|
|
753
|
-
"src": "
|
|
753
|
+
"src": "623:2:152"
|
|
754
754
|
},
|
|
755
755
|
{
|
|
756
756
|
"kind": "number",
|
|
757
757
|
"nodeType": "YulLiteral",
|
|
758
|
-
"src": "
|
|
758
|
+
"src": "627:3:152",
|
|
759
759
|
"type": "",
|
|
760
760
|
"value": "256"
|
|
761
761
|
}
|
|
@@ -763,38 +763,38 @@
|
|
|
763
763
|
"functionName": {
|
|
764
764
|
"name": "slt",
|
|
765
765
|
"nodeType": "YulIdentifier",
|
|
766
|
-
"src": "
|
|
766
|
+
"src": "619:3:152"
|
|
767
767
|
},
|
|
768
768
|
"nodeType": "YulFunctionCall",
|
|
769
|
-
"src": "
|
|
769
|
+
"src": "619:12:152"
|
|
770
770
|
},
|
|
771
771
|
"nodeType": "YulIf",
|
|
772
|
-
"src": "
|
|
772
|
+
"src": "616:32:152"
|
|
773
773
|
},
|
|
774
774
|
{
|
|
775
775
|
"nodeType": "YulVariableDeclaration",
|
|
776
|
-
"src": "
|
|
776
|
+
"src": "657:37:152",
|
|
777
777
|
"value": {
|
|
778
778
|
"arguments": [
|
|
779
779
|
{
|
|
780
780
|
"name": "headStart",
|
|
781
781
|
"nodeType": "YulIdentifier",
|
|
782
|
-
"src": "
|
|
782
|
+
"src": "684:9:152"
|
|
783
783
|
}
|
|
784
784
|
],
|
|
785
785
|
"functionName": {
|
|
786
786
|
"name": "calldataload",
|
|
787
787
|
"nodeType": "YulIdentifier",
|
|
788
|
-
"src": "
|
|
788
|
+
"src": "671:12:152"
|
|
789
789
|
},
|
|
790
790
|
"nodeType": "YulFunctionCall",
|
|
791
|
-
"src": "
|
|
791
|
+
"src": "671:23:152"
|
|
792
792
|
},
|
|
793
793
|
"variables": [
|
|
794
794
|
{
|
|
795
795
|
"name": "offset",
|
|
796
796
|
"nodeType": "YulTypedName",
|
|
797
|
-
"src": "
|
|
797
|
+
"src": "661:6:152",
|
|
798
798
|
"type": ""
|
|
799
799
|
}
|
|
800
800
|
]
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
{
|
|
803
803
|
"body": {
|
|
804
804
|
"nodeType": "YulBlock",
|
|
805
|
-
"src": "
|
|
805
|
+
"src": "737:16:152",
|
|
806
806
|
"statements": [
|
|
807
807
|
{
|
|
808
808
|
"expression": {
|
|
@@ -810,14 +810,14 @@
|
|
|
810
810
|
{
|
|
811
811
|
"kind": "number",
|
|
812
812
|
"nodeType": "YulLiteral",
|
|
813
|
-
"src": "
|
|
813
|
+
"src": "746:1:152",
|
|
814
814
|
"type": "",
|
|
815
815
|
"value": "0"
|
|
816
816
|
},
|
|
817
817
|
{
|
|
818
818
|
"kind": "number",
|
|
819
819
|
"nodeType": "YulLiteral",
|
|
820
|
-
"src": "
|
|
820
|
+
"src": "749:1:152",
|
|
821
821
|
"type": "",
|
|
822
822
|
"value": "0"
|
|
823
823
|
}
|
|
@@ -825,13 +825,13 @@
|
|
|
825
825
|
"functionName": {
|
|
826
826
|
"name": "revert",
|
|
827
827
|
"nodeType": "YulIdentifier",
|
|
828
|
-
"src": "
|
|
828
|
+
"src": "739:6:152"
|
|
829
829
|
},
|
|
830
830
|
"nodeType": "YulFunctionCall",
|
|
831
|
-
"src": "
|
|
831
|
+
"src": "739:12:152"
|
|
832
832
|
},
|
|
833
833
|
"nodeType": "YulExpressionStatement",
|
|
834
|
-
"src": "
|
|
834
|
+
"src": "739:12:152"
|
|
835
835
|
}
|
|
836
836
|
]
|
|
837
837
|
},
|
|
@@ -840,12 +840,12 @@
|
|
|
840
840
|
{
|
|
841
841
|
"name": "offset",
|
|
842
842
|
"nodeType": "YulIdentifier",
|
|
843
|
-
"src": "
|
|
843
|
+
"src": "709:6:152"
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
846
|
"kind": "number",
|
|
847
847
|
"nodeType": "YulLiteral",
|
|
848
|
-
"src": "
|
|
848
|
+
"src": "717:18:152",
|
|
849
849
|
"type": "",
|
|
850
850
|
"value": "0xffffffffffffffff"
|
|
851
851
|
}
|
|
@@ -853,43 +853,43 @@
|
|
|
853
853
|
"functionName": {
|
|
854
854
|
"name": "gt",
|
|
855
855
|
"nodeType": "YulIdentifier",
|
|
856
|
-
"src": "
|
|
856
|
+
"src": "706:2:152"
|
|
857
857
|
},
|
|
858
858
|
"nodeType": "YulFunctionCall",
|
|
859
|
-
"src": "
|
|
859
|
+
"src": "706:30:152"
|
|
860
860
|
},
|
|
861
861
|
"nodeType": "YulIf",
|
|
862
|
-
"src": "
|
|
862
|
+
"src": "703:50:152"
|
|
863
863
|
},
|
|
864
864
|
{
|
|
865
865
|
"nodeType": "YulVariableDeclaration",
|
|
866
|
-
"src": "
|
|
866
|
+
"src": "762:32:152",
|
|
867
867
|
"value": {
|
|
868
868
|
"arguments": [
|
|
869
869
|
{
|
|
870
870
|
"name": "headStart",
|
|
871
871
|
"nodeType": "YulIdentifier",
|
|
872
|
-
"src": "
|
|
872
|
+
"src": "776:9:152"
|
|
873
873
|
},
|
|
874
874
|
{
|
|
875
875
|
"name": "offset",
|
|
876
876
|
"nodeType": "YulIdentifier",
|
|
877
|
-
"src": "
|
|
877
|
+
"src": "787:6:152"
|
|
878
878
|
}
|
|
879
879
|
],
|
|
880
880
|
"functionName": {
|
|
881
881
|
"name": "add",
|
|
882
882
|
"nodeType": "YulIdentifier",
|
|
883
|
-
"src": "
|
|
883
|
+
"src": "772:3:152"
|
|
884
884
|
},
|
|
885
885
|
"nodeType": "YulFunctionCall",
|
|
886
|
-
"src": "
|
|
886
|
+
"src": "772:22:152"
|
|
887
887
|
},
|
|
888
888
|
"variables": [
|
|
889
889
|
{
|
|
890
890
|
"name": "_2",
|
|
891
891
|
"nodeType": "YulTypedName",
|
|
892
|
-
"src": "
|
|
892
|
+
"src": "766:2:152",
|
|
893
893
|
"type": ""
|
|
894
894
|
}
|
|
895
895
|
]
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
{
|
|
898
898
|
"body": {
|
|
899
899
|
"nodeType": "YulBlock",
|
|
900
|
-
"src": "
|
|
900
|
+
"src": "833:16:152",
|
|
901
901
|
"statements": [
|
|
902
902
|
{
|
|
903
903
|
"expression": {
|
|
@@ -905,14 +905,14 @@
|
|
|
905
905
|
{
|
|
906
906
|
"kind": "number",
|
|
907
907
|
"nodeType": "YulLiteral",
|
|
908
|
-
"src": "
|
|
908
|
+
"src": "842:1:152",
|
|
909
909
|
"type": "",
|
|
910
910
|
"value": "0"
|
|
911
911
|
},
|
|
912
912
|
{
|
|
913
913
|
"kind": "number",
|
|
914
914
|
"nodeType": "YulLiteral",
|
|
915
|
-
"src": "
|
|
915
|
+
"src": "845:1:152",
|
|
916
916
|
"type": "",
|
|
917
917
|
"value": "0"
|
|
918
918
|
}
|
|
@@ -920,13 +920,13 @@
|
|
|
920
920
|
"functionName": {
|
|
921
921
|
"name": "revert",
|
|
922
922
|
"nodeType": "YulIdentifier",
|
|
923
|
-
"src": "
|
|
923
|
+
"src": "835:6:152"
|
|
924
924
|
},
|
|
925
925
|
"nodeType": "YulFunctionCall",
|
|
926
|
-
"src": "
|
|
926
|
+
"src": "835:12:152"
|
|
927
927
|
},
|
|
928
928
|
"nodeType": "YulExpressionStatement",
|
|
929
|
-
"src": "
|
|
929
|
+
"src": "835:12:152"
|
|
930
930
|
}
|
|
931
931
|
]
|
|
932
932
|
},
|
|
@@ -937,26 +937,26 @@
|
|
|
937
937
|
{
|
|
938
938
|
"name": "dataEnd",
|
|
939
939
|
"nodeType": "YulIdentifier",
|
|
940
|
-
"src": "
|
|
940
|
+
"src": "814:7:152"
|
|
941
941
|
},
|
|
942
942
|
{
|
|
943
943
|
"name": "_2",
|
|
944
944
|
"nodeType": "YulIdentifier",
|
|
945
|
-
"src": "
|
|
945
|
+
"src": "823:2:152"
|
|
946
946
|
}
|
|
947
947
|
],
|
|
948
948
|
"functionName": {
|
|
949
949
|
"name": "sub",
|
|
950
950
|
"nodeType": "YulIdentifier",
|
|
951
|
-
"src": "
|
|
951
|
+
"src": "810:3:152"
|
|
952
952
|
},
|
|
953
953
|
"nodeType": "YulFunctionCall",
|
|
954
|
-
"src": "
|
|
954
|
+
"src": "810:16:152"
|
|
955
955
|
},
|
|
956
956
|
{
|
|
957
957
|
"kind": "number",
|
|
958
958
|
"nodeType": "YulLiteral",
|
|
959
|
-
"src": "
|
|
959
|
+
"src": "828:3:152",
|
|
960
960
|
"type": "",
|
|
961
961
|
"value": "128"
|
|
962
962
|
}
|
|
@@ -964,34 +964,34 @@
|
|
|
964
964
|
"functionName": {
|
|
965
965
|
"name": "slt",
|
|
966
966
|
"nodeType": "YulIdentifier",
|
|
967
|
-
"src": "
|
|
967
|
+
"src": "806:3:152"
|
|
968
968
|
},
|
|
969
969
|
"nodeType": "YulFunctionCall",
|
|
970
|
-
"src": "
|
|
970
|
+
"src": "806:26:152"
|
|
971
971
|
},
|
|
972
972
|
"nodeType": "YulIf",
|
|
973
|
-
"src": "
|
|
973
|
+
"src": "803:46:152"
|
|
974
974
|
},
|
|
975
975
|
{
|
|
976
976
|
"nodeType": "YulAssignment",
|
|
977
|
-
"src": "
|
|
977
|
+
"src": "858:12:152",
|
|
978
978
|
"value": {
|
|
979
979
|
"name": "_2",
|
|
980
980
|
"nodeType": "YulIdentifier",
|
|
981
|
-
"src": "
|
|
981
|
+
"src": "868:2:152"
|
|
982
982
|
},
|
|
983
983
|
"variableNames": [
|
|
984
984
|
{
|
|
985
985
|
"name": "value0",
|
|
986
986
|
"nodeType": "YulIdentifier",
|
|
987
|
-
"src": "
|
|
987
|
+
"src": "858:6:152"
|
|
988
988
|
}
|
|
989
989
|
]
|
|
990
990
|
},
|
|
991
991
|
{
|
|
992
992
|
"body": {
|
|
993
993
|
"nodeType": "YulBlock",
|
|
994
|
-
"src": "
|
|
994
|
+
"src": "909:16:152",
|
|
995
995
|
"statements": [
|
|
996
996
|
{
|
|
997
997
|
"expression": {
|
|
@@ -999,14 +999,14 @@
|
|
|
999
999
|
{
|
|
1000
1000
|
"kind": "number",
|
|
1001
1001
|
"nodeType": "YulLiteral",
|
|
1002
|
-
"src": "
|
|
1002
|
+
"src": "918:1:152",
|
|
1003
1003
|
"type": "",
|
|
1004
1004
|
"value": "0"
|
|
1005
1005
|
},
|
|
1006
1006
|
{
|
|
1007
1007
|
"kind": "number",
|
|
1008
1008
|
"nodeType": "YulLiteral",
|
|
1009
|
-
"src": "
|
|
1009
|
+
"src": "921:1:152",
|
|
1010
1010
|
"type": "",
|
|
1011
1011
|
"value": "0"
|
|
1012
1012
|
}
|
|
@@ -1014,13 +1014,13 @@
|
|
|
1014
1014
|
"functionName": {
|
|
1015
1015
|
"name": "revert",
|
|
1016
1016
|
"nodeType": "YulIdentifier",
|
|
1017
|
-
"src": "
|
|
1017
|
+
"src": "911:6:152"
|
|
1018
1018
|
},
|
|
1019
1019
|
"nodeType": "YulFunctionCall",
|
|
1020
|
-
"src": "
|
|
1020
|
+
"src": "911:12:152"
|
|
1021
1021
|
},
|
|
1022
1022
|
"nodeType": "YulExpressionStatement",
|
|
1023
|
-
"src": "
|
|
1023
|
+
"src": "911:12:152"
|
|
1024
1024
|
}
|
|
1025
1025
|
]
|
|
1026
1026
|
},
|
|
@@ -1031,14 +1031,14 @@
|
|
|
1031
1031
|
{
|
|
1032
1032
|
"name": "_1",
|
|
1033
1033
|
"nodeType": "YulIdentifier",
|
|
1034
|
-
"src": "
|
|
1034
|
+
"src": "890:2:152"
|
|
1035
1035
|
},
|
|
1036
1036
|
{
|
|
1037
1037
|
"arguments": [
|
|
1038
1038
|
{
|
|
1039
1039
|
"kind": "number",
|
|
1040
1040
|
"nodeType": "YulLiteral",
|
|
1041
|
-
"src": "
|
|
1041
|
+
"src": "898:2:152",
|
|
1042
1042
|
"type": "",
|
|
1043
1043
|
"value": "31"
|
|
1044
1044
|
}
|
|
@@ -1046,24 +1046,24 @@
|
|
|
1046
1046
|
"functionName": {
|
|
1047
1047
|
"name": "not",
|
|
1048
1048
|
"nodeType": "YulIdentifier",
|
|
1049
|
-
"src": "
|
|
1049
|
+
"src": "894:3:152"
|
|
1050
1050
|
},
|
|
1051
1051
|
"nodeType": "YulFunctionCall",
|
|
1052
|
-
"src": "
|
|
1052
|
+
"src": "894:7:152"
|
|
1053
1053
|
}
|
|
1054
1054
|
],
|
|
1055
1055
|
"functionName": {
|
|
1056
1056
|
"name": "add",
|
|
1057
1057
|
"nodeType": "YulIdentifier",
|
|
1058
|
-
"src": "
|
|
1058
|
+
"src": "886:3:152"
|
|
1059
1059
|
},
|
|
1060
1060
|
"nodeType": "YulFunctionCall",
|
|
1061
|
-
"src": "
|
|
1061
|
+
"src": "886:16:152"
|
|
1062
1062
|
},
|
|
1063
1063
|
{
|
|
1064
1064
|
"kind": "number",
|
|
1065
1065
|
"nodeType": "YulLiteral",
|
|
1066
|
-
"src": "
|
|
1066
|
+
"src": "904:3:152",
|
|
1067
1067
|
"type": "",
|
|
1068
1068
|
"value": "192"
|
|
1069
1069
|
}
|
|
@@ -1071,28 +1071,28 @@
|
|
|
1071
1071
|
"functionName": {
|
|
1072
1072
|
"name": "slt",
|
|
1073
1073
|
"nodeType": "YulIdentifier",
|
|
1074
|
-
"src": "
|
|
1074
|
+
"src": "882:3:152"
|
|
1075
1075
|
},
|
|
1076
1076
|
"nodeType": "YulFunctionCall",
|
|
1077
|
-
"src": "
|
|
1077
|
+
"src": "882:26:152"
|
|
1078
1078
|
},
|
|
1079
1079
|
"nodeType": "YulIf",
|
|
1080
|
-
"src": "
|
|
1080
|
+
"src": "879:46:152"
|
|
1081
1081
|
},
|
|
1082
1082
|
{
|
|
1083
1083
|
"nodeType": "YulAssignment",
|
|
1084
|
-
"src": "
|
|
1084
|
+
"src": "934:28:152",
|
|
1085
1085
|
"value": {
|
|
1086
1086
|
"arguments": [
|
|
1087
1087
|
{
|
|
1088
1088
|
"name": "headStart",
|
|
1089
1089
|
"nodeType": "YulIdentifier",
|
|
1090
|
-
"src": "
|
|
1090
|
+
"src": "948:9:152"
|
|
1091
1091
|
},
|
|
1092
1092
|
{
|
|
1093
1093
|
"kind": "number",
|
|
1094
1094
|
"nodeType": "YulLiteral",
|
|
1095
|
-
"src": "
|
|
1095
|
+
"src": "959:2:152",
|
|
1096
1096
|
"type": "",
|
|
1097
1097
|
"value": "32"
|
|
1098
1098
|
}
|
|
@@ -1100,22 +1100,22 @@
|
|
|
1100
1100
|
"functionName": {
|
|
1101
1101
|
"name": "add",
|
|
1102
1102
|
"nodeType": "YulIdentifier",
|
|
1103
|
-
"src": "
|
|
1103
|
+
"src": "944:3:152"
|
|
1104
1104
|
},
|
|
1105
1105
|
"nodeType": "YulFunctionCall",
|
|
1106
|
-
"src": "
|
|
1106
|
+
"src": "944:18:152"
|
|
1107
1107
|
},
|
|
1108
1108
|
"variableNames": [
|
|
1109
1109
|
{
|
|
1110
1110
|
"name": "value1",
|
|
1111
1111
|
"nodeType": "YulIdentifier",
|
|
1112
|
-
"src": "
|
|
1112
|
+
"src": "934:6:152"
|
|
1113
1113
|
}
|
|
1114
1114
|
]
|
|
1115
1115
|
},
|
|
1116
1116
|
{
|
|
1117
1117
|
"nodeType": "YulAssignment",
|
|
1118
|
-
"src": "
|
|
1118
|
+
"src": "971:43:152",
|
|
1119
1119
|
"value": {
|
|
1120
1120
|
"arguments": [
|
|
1121
1121
|
{
|
|
@@ -1123,12 +1123,12 @@
|
|
|
1123
1123
|
{
|
|
1124
1124
|
"name": "headStart",
|
|
1125
1125
|
"nodeType": "YulIdentifier",
|
|
1126
|
-
"src": "
|
|
1126
|
+
"src": "998:9:152"
|
|
1127
1127
|
},
|
|
1128
1128
|
{
|
|
1129
1129
|
"kind": "number",
|
|
1130
1130
|
"nodeType": "YulLiteral",
|
|
1131
|
-
"src": "
|
|
1131
|
+
"src": "1009:3:152",
|
|
1132
1132
|
"type": "",
|
|
1133
1133
|
"value": "224"
|
|
1134
1134
|
}
|
|
@@ -1136,43 +1136,43 @@
|
|
|
1136
1136
|
"functionName": {
|
|
1137
1137
|
"name": "add",
|
|
1138
1138
|
"nodeType": "YulIdentifier",
|
|
1139
|
-
"src": "
|
|
1139
|
+
"src": "994:3:152"
|
|
1140
1140
|
},
|
|
1141
1141
|
"nodeType": "YulFunctionCall",
|
|
1142
|
-
"src": "
|
|
1142
|
+
"src": "994:19:152"
|
|
1143
1143
|
}
|
|
1144
1144
|
],
|
|
1145
1145
|
"functionName": {
|
|
1146
1146
|
"name": "calldataload",
|
|
1147
1147
|
"nodeType": "YulIdentifier",
|
|
1148
|
-
"src": "
|
|
1148
|
+
"src": "981:12:152"
|
|
1149
1149
|
},
|
|
1150
1150
|
"nodeType": "YulFunctionCall",
|
|
1151
|
-
"src": "
|
|
1151
|
+
"src": "981:33:152"
|
|
1152
1152
|
},
|
|
1153
1153
|
"variableNames": [
|
|
1154
1154
|
{
|
|
1155
1155
|
"name": "value2",
|
|
1156
1156
|
"nodeType": "YulIdentifier",
|
|
1157
|
-
"src": "
|
|
1157
|
+
"src": "971:6:152"
|
|
1158
1158
|
}
|
|
1159
1159
|
]
|
|
1160
1160
|
}
|
|
1161
1161
|
]
|
|
1162
1162
|
},
|
|
1163
|
-
"name": "abi_decode_tuple_t_struct$_BitcoinTxInfo_$
|
|
1163
|
+
"name": "abi_decode_tuple_t_struct$_BitcoinTxInfo_$43336_calldata_ptrt_struct$_DepositRevealInfo_$43349_calldata_ptrt_bytes32",
|
|
1164
1164
|
"nodeType": "YulFunctionDefinition",
|
|
1165
1165
|
"parameters": [
|
|
1166
1166
|
{
|
|
1167
1167
|
"name": "headStart",
|
|
1168
1168
|
"nodeType": "YulTypedName",
|
|
1169
|
-
"src": "
|
|
1169
|
+
"src": "514:9:152",
|
|
1170
1170
|
"type": ""
|
|
1171
1171
|
},
|
|
1172
1172
|
{
|
|
1173
1173
|
"name": "dataEnd",
|
|
1174
1174
|
"nodeType": "YulTypedName",
|
|
1175
|
-
"src": "
|
|
1175
|
+
"src": "525:7:152",
|
|
1176
1176
|
"type": ""
|
|
1177
1177
|
}
|
|
1178
1178
|
],
|
|
@@ -1180,33 +1180,33 @@
|
|
|
1180
1180
|
{
|
|
1181
1181
|
"name": "value0",
|
|
1182
1182
|
"nodeType": "YulTypedName",
|
|
1183
|
-
"src": "
|
|
1183
|
+
"src": "537:6:152",
|
|
1184
1184
|
"type": ""
|
|
1185
1185
|
},
|
|
1186
1186
|
{
|
|
1187
1187
|
"name": "value1",
|
|
1188
1188
|
"nodeType": "YulTypedName",
|
|
1189
|
-
"src": "
|
|
1189
|
+
"src": "545:6:152",
|
|
1190
1190
|
"type": ""
|
|
1191
1191
|
},
|
|
1192
1192
|
{
|
|
1193
1193
|
"name": "value2",
|
|
1194
1194
|
"nodeType": "YulTypedName",
|
|
1195
|
-
"src": "
|
|
1195
|
+
"src": "553:6:152",
|
|
1196
1196
|
"type": ""
|
|
1197
1197
|
}
|
|
1198
1198
|
],
|
|
1199
|
-
"src": "388:
|
|
1199
|
+
"src": "388:632:152"
|
|
1200
1200
|
},
|
|
1201
1201
|
{
|
|
1202
1202
|
"body": {
|
|
1203
1203
|
"nodeType": "YulBlock",
|
|
1204
|
-
"src": "
|
|
1204
|
+
"src": "1095:110:152",
|
|
1205
1205
|
"statements": [
|
|
1206
1206
|
{
|
|
1207
1207
|
"body": {
|
|
1208
1208
|
"nodeType": "YulBlock",
|
|
1209
|
-
"src": "
|
|
1209
|
+
"src": "1141:16:152",
|
|
1210
1210
|
"statements": [
|
|
1211
1211
|
{
|
|
1212
1212
|
"expression": {
|
|
@@ -1214,14 +1214,14 @@
|
|
|
1214
1214
|
{
|
|
1215
1215
|
"kind": "number",
|
|
1216
1216
|
"nodeType": "YulLiteral",
|
|
1217
|
-
"src": "
|
|
1217
|
+
"src": "1150:1:152",
|
|
1218
1218
|
"type": "",
|
|
1219
1219
|
"value": "0"
|
|
1220
1220
|
},
|
|
1221
1221
|
{
|
|
1222
1222
|
"kind": "number",
|
|
1223
1223
|
"nodeType": "YulLiteral",
|
|
1224
|
-
"src": "
|
|
1224
|
+
"src": "1153:1:152",
|
|
1225
1225
|
"type": "",
|
|
1226
1226
|
"value": "0"
|
|
1227
1227
|
}
|
|
@@ -1229,13 +1229,13 @@
|
|
|
1229
1229
|
"functionName": {
|
|
1230
1230
|
"name": "revert",
|
|
1231
1231
|
"nodeType": "YulIdentifier",
|
|
1232
|
-
"src": "
|
|
1232
|
+
"src": "1143:6:152"
|
|
1233
1233
|
},
|
|
1234
1234
|
"nodeType": "YulFunctionCall",
|
|
1235
|
-
"src": "
|
|
1235
|
+
"src": "1143:12:152"
|
|
1236
1236
|
},
|
|
1237
1237
|
"nodeType": "YulExpressionStatement",
|
|
1238
|
-
"src": "
|
|
1238
|
+
"src": "1143:12:152"
|
|
1239
1239
|
}
|
|
1240
1240
|
]
|
|
1241
1241
|
},
|
|
@@ -1246,26 +1246,26 @@
|
|
|
1246
1246
|
{
|
|
1247
1247
|
"name": "dataEnd",
|
|
1248
1248
|
"nodeType": "YulIdentifier",
|
|
1249
|
-
"src": "
|
|
1249
|
+
"src": "1116:7:152"
|
|
1250
1250
|
},
|
|
1251
1251
|
{
|
|
1252
1252
|
"name": "headStart",
|
|
1253
1253
|
"nodeType": "YulIdentifier",
|
|
1254
|
-
"src": "
|
|
1254
|
+
"src": "1125:9:152"
|
|
1255
1255
|
}
|
|
1256
1256
|
],
|
|
1257
1257
|
"functionName": {
|
|
1258
1258
|
"name": "sub",
|
|
1259
1259
|
"nodeType": "YulIdentifier",
|
|
1260
|
-
"src": "
|
|
1260
|
+
"src": "1112:3:152"
|
|
1261
1261
|
},
|
|
1262
1262
|
"nodeType": "YulFunctionCall",
|
|
1263
|
-
"src": "
|
|
1263
|
+
"src": "1112:23:152"
|
|
1264
1264
|
},
|
|
1265
1265
|
{
|
|
1266
1266
|
"kind": "number",
|
|
1267
1267
|
"nodeType": "YulLiteral",
|
|
1268
|
-
"src": "
|
|
1268
|
+
"src": "1137:2:152",
|
|
1269
1269
|
"type": "",
|
|
1270
1270
|
"value": "32"
|
|
1271
1271
|
}
|
|
@@ -1273,38 +1273,38 @@
|
|
|
1273
1273
|
"functionName": {
|
|
1274
1274
|
"name": "slt",
|
|
1275
1275
|
"nodeType": "YulIdentifier",
|
|
1276
|
-
"src": "
|
|
1276
|
+
"src": "1108:3:152"
|
|
1277
1277
|
},
|
|
1278
1278
|
"nodeType": "YulFunctionCall",
|
|
1279
|
-
"src": "
|
|
1279
|
+
"src": "1108:32:152"
|
|
1280
1280
|
},
|
|
1281
1281
|
"nodeType": "YulIf",
|
|
1282
|
-
"src": "
|
|
1282
|
+
"src": "1105:52:152"
|
|
1283
1283
|
},
|
|
1284
1284
|
{
|
|
1285
1285
|
"nodeType": "YulAssignment",
|
|
1286
|
-
"src": "
|
|
1286
|
+
"src": "1166:33:152",
|
|
1287
1287
|
"value": {
|
|
1288
1288
|
"arguments": [
|
|
1289
1289
|
{
|
|
1290
1290
|
"name": "headStart",
|
|
1291
1291
|
"nodeType": "YulIdentifier",
|
|
1292
|
-
"src": "
|
|
1292
|
+
"src": "1189:9:152"
|
|
1293
1293
|
}
|
|
1294
1294
|
],
|
|
1295
1295
|
"functionName": {
|
|
1296
1296
|
"name": "calldataload",
|
|
1297
1297
|
"nodeType": "YulIdentifier",
|
|
1298
|
-
"src": "
|
|
1298
|
+
"src": "1176:12:152"
|
|
1299
1299
|
},
|
|
1300
1300
|
"nodeType": "YulFunctionCall",
|
|
1301
|
-
"src": "
|
|
1301
|
+
"src": "1176:23:152"
|
|
1302
1302
|
},
|
|
1303
1303
|
"variableNames": [
|
|
1304
1304
|
{
|
|
1305
1305
|
"name": "value0",
|
|
1306
1306
|
"nodeType": "YulIdentifier",
|
|
1307
|
-
"src": "
|
|
1307
|
+
"src": "1166:6:152"
|
|
1308
1308
|
}
|
|
1309
1309
|
]
|
|
1310
1310
|
}
|
|
@@ -1316,13 +1316,13 @@
|
|
|
1316
1316
|
{
|
|
1317
1317
|
"name": "headStart",
|
|
1318
1318
|
"nodeType": "YulTypedName",
|
|
1319
|
-
"src": "
|
|
1319
|
+
"src": "1061:9:152",
|
|
1320
1320
|
"type": ""
|
|
1321
1321
|
},
|
|
1322
1322
|
{
|
|
1323
1323
|
"name": "dataEnd",
|
|
1324
1324
|
"nodeType": "YulTypedName",
|
|
1325
|
-
"src": "
|
|
1325
|
+
"src": "1072:7:152",
|
|
1326
1326
|
"type": ""
|
|
1327
1327
|
}
|
|
1328
1328
|
],
|
|
@@ -1330,31 +1330,31 @@
|
|
|
1330
1330
|
{
|
|
1331
1331
|
"name": "value0",
|
|
1332
1332
|
"nodeType": "YulTypedName",
|
|
1333
|
-
"src": "
|
|
1333
|
+
"src": "1084:6:152",
|
|
1334
1334
|
"type": ""
|
|
1335
1335
|
}
|
|
1336
1336
|
],
|
|
1337
|
-
"src": "
|
|
1337
|
+
"src": "1025:180:152"
|
|
1338
1338
|
},
|
|
1339
1339
|
{
|
|
1340
1340
|
"body": {
|
|
1341
1341
|
"nodeType": "YulBlock",
|
|
1342
|
-
"src": "
|
|
1342
|
+
"src": "1377:729:152",
|
|
1343
1343
|
"statements": [
|
|
1344
1344
|
{
|
|
1345
1345
|
"nodeType": "YulAssignment",
|
|
1346
|
-
"src": "
|
|
1346
|
+
"src": "1387:27:152",
|
|
1347
1347
|
"value": {
|
|
1348
1348
|
"arguments": [
|
|
1349
1349
|
{
|
|
1350
1350
|
"name": "headStart",
|
|
1351
1351
|
"nodeType": "YulIdentifier",
|
|
1352
|
-
"src": "
|
|
1352
|
+
"src": "1399:9:152"
|
|
1353
1353
|
},
|
|
1354
1354
|
{
|
|
1355
1355
|
"kind": "number",
|
|
1356
1356
|
"nodeType": "YulLiteral",
|
|
1357
|
-
"src": "
|
|
1357
|
+
"src": "1410:3:152",
|
|
1358
1358
|
"type": "",
|
|
1359
1359
|
"value": "224"
|
|
1360
1360
|
}
|
|
@@ -1362,26 +1362,26 @@
|
|
|
1362
1362
|
"functionName": {
|
|
1363
1363
|
"name": "add",
|
|
1364
1364
|
"nodeType": "YulIdentifier",
|
|
1365
|
-
"src": "
|
|
1365
|
+
"src": "1395:3:152"
|
|
1366
1366
|
},
|
|
1367
1367
|
"nodeType": "YulFunctionCall",
|
|
1368
|
-
"src": "
|
|
1368
|
+
"src": "1395:19:152"
|
|
1369
1369
|
},
|
|
1370
1370
|
"variableNames": [
|
|
1371
1371
|
{
|
|
1372
1372
|
"name": "tail",
|
|
1373
1373
|
"nodeType": "YulIdentifier",
|
|
1374
|
-
"src": "
|
|
1374
|
+
"src": "1387:4:152"
|
|
1375
1375
|
}
|
|
1376
1376
|
]
|
|
1377
1377
|
},
|
|
1378
1378
|
{
|
|
1379
1379
|
"nodeType": "YulVariableDeclaration",
|
|
1380
|
-
"src": "
|
|
1380
|
+
"src": "1423:52:152",
|
|
1381
1381
|
"value": {
|
|
1382
1382
|
"kind": "number",
|
|
1383
1383
|
"nodeType": "YulLiteral",
|
|
1384
|
-
"src": "
|
|
1384
|
+
"src": "1433:42:152",
|
|
1385
1385
|
"type": "",
|
|
1386
1386
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
1387
1387
|
},
|
|
@@ -1389,7 +1389,7 @@
|
|
|
1389
1389
|
{
|
|
1390
1390
|
"name": "_1",
|
|
1391
1391
|
"nodeType": "YulTypedName",
|
|
1392
|
-
"src": "
|
|
1392
|
+
"src": "1427:2:152",
|
|
1393
1393
|
"type": ""
|
|
1394
1394
|
}
|
|
1395
1395
|
]
|
|
@@ -1400,7 +1400,7 @@
|
|
|
1400
1400
|
{
|
|
1401
1401
|
"name": "headStart",
|
|
1402
1402
|
"nodeType": "YulIdentifier",
|
|
1403
|
-
"src": "
|
|
1403
|
+
"src": "1491:9:152"
|
|
1404
1404
|
},
|
|
1405
1405
|
{
|
|
1406
1406
|
"arguments": [
|
|
@@ -1409,46 +1409,46 @@
|
|
|
1409
1409
|
{
|
|
1410
1410
|
"name": "value0",
|
|
1411
1411
|
"nodeType": "YulIdentifier",
|
|
1412
|
-
"src": "
|
|
1412
|
+
"src": "1512:6:152"
|
|
1413
1413
|
}
|
|
1414
1414
|
],
|
|
1415
1415
|
"functionName": {
|
|
1416
1416
|
"name": "mload",
|
|
1417
1417
|
"nodeType": "YulIdentifier",
|
|
1418
|
-
"src": "
|
|
1418
|
+
"src": "1506:5:152"
|
|
1419
1419
|
},
|
|
1420
1420
|
"nodeType": "YulFunctionCall",
|
|
1421
|
-
"src": "
|
|
1421
|
+
"src": "1506:13:152"
|
|
1422
1422
|
},
|
|
1423
1423
|
{
|
|
1424
1424
|
"name": "_1",
|
|
1425
1425
|
"nodeType": "YulIdentifier",
|
|
1426
|
-
"src": "
|
|
1426
|
+
"src": "1521:2:152"
|
|
1427
1427
|
}
|
|
1428
1428
|
],
|
|
1429
1429
|
"functionName": {
|
|
1430
1430
|
"name": "and",
|
|
1431
1431
|
"nodeType": "YulIdentifier",
|
|
1432
|
-
"src": "
|
|
1432
|
+
"src": "1502:3:152"
|
|
1433
1433
|
},
|
|
1434
1434
|
"nodeType": "YulFunctionCall",
|
|
1435
|
-
"src": "
|
|
1435
|
+
"src": "1502:22:152"
|
|
1436
1436
|
}
|
|
1437
1437
|
],
|
|
1438
1438
|
"functionName": {
|
|
1439
1439
|
"name": "mstore",
|
|
1440
1440
|
"nodeType": "YulIdentifier",
|
|
1441
|
-
"src": "
|
|
1441
|
+
"src": "1484:6:152"
|
|
1442
1442
|
},
|
|
1443
1443
|
"nodeType": "YulFunctionCall",
|
|
1444
|
-
"src": "
|
|
1444
|
+
"src": "1484:41:152"
|
|
1445
1445
|
},
|
|
1446
1446
|
"nodeType": "YulExpressionStatement",
|
|
1447
|
-
"src": "
|
|
1447
|
+
"src": "1484:41:152"
|
|
1448
1448
|
},
|
|
1449
1449
|
{
|
|
1450
1450
|
"nodeType": "YulVariableDeclaration",
|
|
1451
|
-
"src": "
|
|
1451
|
+
"src": "1534:44:152",
|
|
1452
1452
|
"value": {
|
|
1453
1453
|
"arguments": [
|
|
1454
1454
|
{
|
|
@@ -1456,12 +1456,12 @@
|
|
|
1456
1456
|
{
|
|
1457
1457
|
"name": "value0",
|
|
1458
1458
|
"nodeType": "YulIdentifier",
|
|
1459
|
-
"src": "
|
|
1459
|
+
"src": "1564:6:152"
|
|
1460
1460
|
},
|
|
1461
1461
|
{
|
|
1462
1462
|
"kind": "number",
|
|
1463
1463
|
"nodeType": "YulLiteral",
|
|
1464
|
-
"src": "
|
|
1464
|
+
"src": "1572:4:152",
|
|
1465
1465
|
"type": "",
|
|
1466
1466
|
"value": "0x20"
|
|
1467
1467
|
}
|
|
@@ -1469,36 +1469,36 @@
|
|
|
1469
1469
|
"functionName": {
|
|
1470
1470
|
"name": "add",
|
|
1471
1471
|
"nodeType": "YulIdentifier",
|
|
1472
|
-
"src": "
|
|
1472
|
+
"src": "1560:3:152"
|
|
1473
1473
|
},
|
|
1474
1474
|
"nodeType": "YulFunctionCall",
|
|
1475
|
-
"src": "
|
|
1475
|
+
"src": "1560:17:152"
|
|
1476
1476
|
}
|
|
1477
1477
|
],
|
|
1478
1478
|
"functionName": {
|
|
1479
1479
|
"name": "mload",
|
|
1480
1480
|
"nodeType": "YulIdentifier",
|
|
1481
|
-
"src": "
|
|
1481
|
+
"src": "1554:5:152"
|
|
1482
1482
|
},
|
|
1483
1483
|
"nodeType": "YulFunctionCall",
|
|
1484
|
-
"src": "
|
|
1484
|
+
"src": "1554:24:152"
|
|
1485
1485
|
},
|
|
1486
1486
|
"variables": [
|
|
1487
1487
|
{
|
|
1488
1488
|
"name": "memberValue0",
|
|
1489
1489
|
"nodeType": "YulTypedName",
|
|
1490
|
-
"src": "
|
|
1490
|
+
"src": "1538:12:152",
|
|
1491
1491
|
"type": ""
|
|
1492
1492
|
}
|
|
1493
1493
|
]
|
|
1494
1494
|
},
|
|
1495
1495
|
{
|
|
1496
1496
|
"nodeType": "YulVariableDeclaration",
|
|
1497
|
-
"src": "
|
|
1497
|
+
"src": "1587:28:152",
|
|
1498
1498
|
"value": {
|
|
1499
1499
|
"kind": "number",
|
|
1500
1500
|
"nodeType": "YulLiteral",
|
|
1501
|
-
"src": "
|
|
1501
|
+
"src": "1597:18:152",
|
|
1502
1502
|
"type": "",
|
|
1503
1503
|
"value": "0xffffffffffffffff"
|
|
1504
1504
|
},
|
|
@@ -1506,7 +1506,7 @@
|
|
|
1506
1506
|
{
|
|
1507
1507
|
"name": "_2",
|
|
1508
1508
|
"nodeType": "YulTypedName",
|
|
1509
|
-
"src": "
|
|
1509
|
+
"src": "1591:2:152",
|
|
1510
1510
|
"type": ""
|
|
1511
1511
|
}
|
|
1512
1512
|
]
|
|
@@ -1519,12 +1519,12 @@
|
|
|
1519
1519
|
{
|
|
1520
1520
|
"name": "headStart",
|
|
1521
1521
|
"nodeType": "YulIdentifier",
|
|
1522
|
-
"src": "
|
|
1522
|
+
"src": "1635:9:152"
|
|
1523
1523
|
},
|
|
1524
1524
|
{
|
|
1525
1525
|
"kind": "number",
|
|
1526
1526
|
"nodeType": "YulLiteral",
|
|
1527
|
-
"src": "
|
|
1527
|
+
"src": "1646:4:152",
|
|
1528
1528
|
"type": "",
|
|
1529
1529
|
"value": "0x20"
|
|
1530
1530
|
}
|
|
@@ -1532,47 +1532,47 @@
|
|
|
1532
1532
|
"functionName": {
|
|
1533
1533
|
"name": "add",
|
|
1534
1534
|
"nodeType": "YulIdentifier",
|
|
1535
|
-
"src": "
|
|
1535
|
+
"src": "1631:3:152"
|
|
1536
1536
|
},
|
|
1537
1537
|
"nodeType": "YulFunctionCall",
|
|
1538
|
-
"src": "
|
|
1538
|
+
"src": "1631:20:152"
|
|
1539
1539
|
},
|
|
1540
1540
|
{
|
|
1541
1541
|
"arguments": [
|
|
1542
1542
|
{
|
|
1543
1543
|
"name": "memberValue0",
|
|
1544
1544
|
"nodeType": "YulIdentifier",
|
|
1545
|
-
"src": "
|
|
1545
|
+
"src": "1657:12:152"
|
|
1546
1546
|
},
|
|
1547
1547
|
{
|
|
1548
1548
|
"name": "_2",
|
|
1549
1549
|
"nodeType": "YulIdentifier",
|
|
1550
|
-
"src": "
|
|
1550
|
+
"src": "1671:2:152"
|
|
1551
1551
|
}
|
|
1552
1552
|
],
|
|
1553
1553
|
"functionName": {
|
|
1554
1554
|
"name": "and",
|
|
1555
1555
|
"nodeType": "YulIdentifier",
|
|
1556
|
-
"src": "
|
|
1556
|
+
"src": "1653:3:152"
|
|
1557
1557
|
},
|
|
1558
1558
|
"nodeType": "YulFunctionCall",
|
|
1559
|
-
"src": "
|
|
1559
|
+
"src": "1653:21:152"
|
|
1560
1560
|
}
|
|
1561
1561
|
],
|
|
1562
1562
|
"functionName": {
|
|
1563
1563
|
"name": "mstore",
|
|
1564
1564
|
"nodeType": "YulIdentifier",
|
|
1565
|
-
"src": "
|
|
1565
|
+
"src": "1624:6:152"
|
|
1566
1566
|
},
|
|
1567
1567
|
"nodeType": "YulFunctionCall",
|
|
1568
|
-
"src": "
|
|
1568
|
+
"src": "1624:51:152"
|
|
1569
1569
|
},
|
|
1570
1570
|
"nodeType": "YulExpressionStatement",
|
|
1571
|
-
"src": "
|
|
1571
|
+
"src": "1624:51:152"
|
|
1572
1572
|
},
|
|
1573
1573
|
{
|
|
1574
1574
|
"nodeType": "YulVariableDeclaration",
|
|
1575
|
-
"src": "
|
|
1575
|
+
"src": "1684:46:152",
|
|
1576
1576
|
"value": {
|
|
1577
1577
|
"arguments": [
|
|
1578
1578
|
{
|
|
@@ -1580,12 +1580,12 @@
|
|
|
1580
1580
|
{
|
|
1581
1581
|
"name": "value0",
|
|
1582
1582
|
"nodeType": "YulIdentifier",
|
|
1583
|
-
"src": "
|
|
1583
|
+
"src": "1716:6:152"
|
|
1584
1584
|
},
|
|
1585
1585
|
{
|
|
1586
1586
|
"kind": "number",
|
|
1587
1587
|
"nodeType": "YulLiteral",
|
|
1588
|
-
"src": "
|
|
1588
|
+
"src": "1724:4:152",
|
|
1589
1589
|
"type": "",
|
|
1590
1590
|
"value": "0x40"
|
|
1591
1591
|
}
|
|
@@ -1593,36 +1593,36 @@
|
|
|
1593
1593
|
"functionName": {
|
|
1594
1594
|
"name": "add",
|
|
1595
1595
|
"nodeType": "YulIdentifier",
|
|
1596
|
-
"src": "
|
|
1596
|
+
"src": "1712:3:152"
|
|
1597
1597
|
},
|
|
1598
1598
|
"nodeType": "YulFunctionCall",
|
|
1599
|
-
"src": "
|
|
1599
|
+
"src": "1712:17:152"
|
|
1600
1600
|
}
|
|
1601
1601
|
],
|
|
1602
1602
|
"functionName": {
|
|
1603
1603
|
"name": "mload",
|
|
1604
1604
|
"nodeType": "YulIdentifier",
|
|
1605
|
-
"src": "
|
|
1605
|
+
"src": "1706:5:152"
|
|
1606
1606
|
},
|
|
1607
1607
|
"nodeType": "YulFunctionCall",
|
|
1608
|
-
"src": "
|
|
1608
|
+
"src": "1706:24:152"
|
|
1609
1609
|
},
|
|
1610
1610
|
"variables": [
|
|
1611
1611
|
{
|
|
1612
1612
|
"name": "memberValue0_1",
|
|
1613
1613
|
"nodeType": "YulTypedName",
|
|
1614
|
-
"src": "
|
|
1614
|
+
"src": "1688:14:152",
|
|
1615
1615
|
"type": ""
|
|
1616
1616
|
}
|
|
1617
1617
|
]
|
|
1618
1618
|
},
|
|
1619
1619
|
{
|
|
1620
1620
|
"nodeType": "YulVariableDeclaration",
|
|
1621
|
-
"src": "
|
|
1621
|
+
"src": "1739:20:152",
|
|
1622
1622
|
"value": {
|
|
1623
1623
|
"kind": "number",
|
|
1624
1624
|
"nodeType": "YulLiteral",
|
|
1625
|
-
"src": "
|
|
1625
|
+
"src": "1749:10:152",
|
|
1626
1626
|
"type": "",
|
|
1627
1627
|
"value": "0xffffffff"
|
|
1628
1628
|
},
|
|
@@ -1630,7 +1630,7 @@
|
|
|
1630
1630
|
{
|
|
1631
1631
|
"name": "_3",
|
|
1632
1632
|
"nodeType": "YulTypedName",
|
|
1633
|
-
"src": "
|
|
1633
|
+
"src": "1743:2:152",
|
|
1634
1634
|
"type": ""
|
|
1635
1635
|
}
|
|
1636
1636
|
]
|
|
@@ -1643,12 +1643,12 @@
|
|
|
1643
1643
|
{
|
|
1644
1644
|
"name": "headStart",
|
|
1645
1645
|
"nodeType": "YulIdentifier",
|
|
1646
|
-
"src": "
|
|
1646
|
+
"src": "1779:9:152"
|
|
1647
1647
|
},
|
|
1648
1648
|
{
|
|
1649
1649
|
"kind": "number",
|
|
1650
1650
|
"nodeType": "YulLiteral",
|
|
1651
|
-
"src": "
|
|
1651
|
+
"src": "1790:4:152",
|
|
1652
1652
|
"type": "",
|
|
1653
1653
|
"value": "0x40"
|
|
1654
1654
|
}
|
|
@@ -1656,43 +1656,43 @@
|
|
|
1656
1656
|
"functionName": {
|
|
1657
1657
|
"name": "add",
|
|
1658
1658
|
"nodeType": "YulIdentifier",
|
|
1659
|
-
"src": "
|
|
1659
|
+
"src": "1775:3:152"
|
|
1660
1660
|
},
|
|
1661
1661
|
"nodeType": "YulFunctionCall",
|
|
1662
|
-
"src": "
|
|
1662
|
+
"src": "1775:20:152"
|
|
1663
1663
|
},
|
|
1664
1664
|
{
|
|
1665
1665
|
"arguments": [
|
|
1666
1666
|
{
|
|
1667
1667
|
"name": "memberValue0_1",
|
|
1668
1668
|
"nodeType": "YulIdentifier",
|
|
1669
|
-
"src": "
|
|
1669
|
+
"src": "1801:14:152"
|
|
1670
1670
|
},
|
|
1671
1671
|
{
|
|
1672
1672
|
"name": "_3",
|
|
1673
1673
|
"nodeType": "YulIdentifier",
|
|
1674
|
-
"src": "
|
|
1674
|
+
"src": "1817:2:152"
|
|
1675
1675
|
}
|
|
1676
1676
|
],
|
|
1677
1677
|
"functionName": {
|
|
1678
1678
|
"name": "and",
|
|
1679
1679
|
"nodeType": "YulIdentifier",
|
|
1680
|
-
"src": "
|
|
1680
|
+
"src": "1797:3:152"
|
|
1681
1681
|
},
|
|
1682
1682
|
"nodeType": "YulFunctionCall",
|
|
1683
|
-
"src": "
|
|
1683
|
+
"src": "1797:23:152"
|
|
1684
1684
|
}
|
|
1685
1685
|
],
|
|
1686
1686
|
"functionName": {
|
|
1687
1687
|
"name": "mstore",
|
|
1688
1688
|
"nodeType": "YulIdentifier",
|
|
1689
|
-
"src": "
|
|
1689
|
+
"src": "1768:6:152"
|
|
1690
1690
|
},
|
|
1691
1691
|
"nodeType": "YulFunctionCall",
|
|
1692
|
-
"src": "
|
|
1692
|
+
"src": "1768:53:152"
|
|
1693
1693
|
},
|
|
1694
1694
|
"nodeType": "YulExpressionStatement",
|
|
1695
|
-
"src": "
|
|
1695
|
+
"src": "1768:53:152"
|
|
1696
1696
|
},
|
|
1697
1697
|
{
|
|
1698
1698
|
"expression": {
|
|
@@ -1702,12 +1702,12 @@
|
|
|
1702
1702
|
{
|
|
1703
1703
|
"name": "headStart",
|
|
1704
1704
|
"nodeType": "YulIdentifier",
|
|
1705
|
-
"src": "
|
|
1705
|
+
"src": "1841:9:152"
|
|
1706
1706
|
},
|
|
1707
1707
|
{
|
|
1708
1708
|
"kind": "number",
|
|
1709
1709
|
"nodeType": "YulLiteral",
|
|
1710
|
-
"src": "
|
|
1710
|
+
"src": "1852:4:152",
|
|
1711
1711
|
"type": "",
|
|
1712
1712
|
"value": "0x60"
|
|
1713
1713
|
}
|
|
@@ -1715,10 +1715,10 @@
|
|
|
1715
1715
|
"functionName": {
|
|
1716
1716
|
"name": "add",
|
|
1717
1717
|
"nodeType": "YulIdentifier",
|
|
1718
|
-
"src": "
|
|
1718
|
+
"src": "1837:3:152"
|
|
1719
1719
|
},
|
|
1720
1720
|
"nodeType": "YulFunctionCall",
|
|
1721
|
-
"src": "
|
|
1721
|
+
"src": "1837:20:152"
|
|
1722
1722
|
},
|
|
1723
1723
|
{
|
|
1724
1724
|
"arguments": [
|
|
@@ -1729,12 +1729,12 @@
|
|
|
1729
1729
|
{
|
|
1730
1730
|
"name": "value0",
|
|
1731
1731
|
"nodeType": "YulIdentifier",
|
|
1732
|
-
"src": "
|
|
1732
|
+
"src": "1873:6:152"
|
|
1733
1733
|
},
|
|
1734
1734
|
{
|
|
1735
1735
|
"kind": "number",
|
|
1736
1736
|
"nodeType": "YulLiteral",
|
|
1737
|
-
"src": "
|
|
1737
|
+
"src": "1881:4:152",
|
|
1738
1738
|
"type": "",
|
|
1739
1739
|
"value": "0x60"
|
|
1740
1740
|
}
|
|
@@ -1742,45 +1742,45 @@
|
|
|
1742
1742
|
"functionName": {
|
|
1743
1743
|
"name": "add",
|
|
1744
1744
|
"nodeType": "YulIdentifier",
|
|
1745
|
-
"src": "
|
|
1745
|
+
"src": "1869:3:152"
|
|
1746
1746
|
},
|
|
1747
1747
|
"nodeType": "YulFunctionCall",
|
|
1748
|
-
"src": "
|
|
1748
|
+
"src": "1869:17:152"
|
|
1749
1749
|
}
|
|
1750
1750
|
],
|
|
1751
1751
|
"functionName": {
|
|
1752
1752
|
"name": "mload",
|
|
1753
1753
|
"nodeType": "YulIdentifier",
|
|
1754
|
-
"src": "
|
|
1754
|
+
"src": "1863:5:152"
|
|
1755
1755
|
},
|
|
1756
1756
|
"nodeType": "YulFunctionCall",
|
|
1757
|
-
"src": "
|
|
1757
|
+
"src": "1863:24:152"
|
|
1758
1758
|
},
|
|
1759
1759
|
{
|
|
1760
1760
|
"name": "_1",
|
|
1761
1761
|
"nodeType": "YulIdentifier",
|
|
1762
|
-
"src": "
|
|
1762
|
+
"src": "1889:2:152"
|
|
1763
1763
|
}
|
|
1764
1764
|
],
|
|
1765
1765
|
"functionName": {
|
|
1766
1766
|
"name": "and",
|
|
1767
1767
|
"nodeType": "YulIdentifier",
|
|
1768
|
-
"src": "
|
|
1768
|
+
"src": "1859:3:152"
|
|
1769
1769
|
},
|
|
1770
1770
|
"nodeType": "YulFunctionCall",
|
|
1771
|
-
"src": "
|
|
1771
|
+
"src": "1859:33:152"
|
|
1772
1772
|
}
|
|
1773
1773
|
],
|
|
1774
1774
|
"functionName": {
|
|
1775
1775
|
"name": "mstore",
|
|
1776
1776
|
"nodeType": "YulIdentifier",
|
|
1777
|
-
"src": "
|
|
1777
|
+
"src": "1830:6:152"
|
|
1778
1778
|
},
|
|
1779
1779
|
"nodeType": "YulFunctionCall",
|
|
1780
|
-
"src": "
|
|
1780
|
+
"src": "1830:63:152"
|
|
1781
1781
|
},
|
|
1782
1782
|
"nodeType": "YulExpressionStatement",
|
|
1783
|
-
"src": "
|
|
1783
|
+
"src": "1830:63:152"
|
|
1784
1784
|
},
|
|
1785
1785
|
{
|
|
1786
1786
|
"expression": {
|
|
@@ -1790,12 +1790,12 @@
|
|
|
1790
1790
|
{
|
|
1791
1791
|
"name": "headStart",
|
|
1792
1792
|
"nodeType": "YulIdentifier",
|
|
1793
|
-
"src": "
|
|
1793
|
+
"src": "1913:9:152"
|
|
1794
1794
|
},
|
|
1795
1795
|
{
|
|
1796
1796
|
"kind": "number",
|
|
1797
1797
|
"nodeType": "YulLiteral",
|
|
1798
|
-
"src": "
|
|
1798
|
+
"src": "1924:4:152",
|
|
1799
1799
|
"type": "",
|
|
1800
1800
|
"value": "0x80"
|
|
1801
1801
|
}
|
|
@@ -1803,10 +1803,10 @@
|
|
|
1803
1803
|
"functionName": {
|
|
1804
1804
|
"name": "add",
|
|
1805
1805
|
"nodeType": "YulIdentifier",
|
|
1806
|
-
"src": "
|
|
1806
|
+
"src": "1909:3:152"
|
|
1807
1807
|
},
|
|
1808
1808
|
"nodeType": "YulFunctionCall",
|
|
1809
|
-
"src": "
|
|
1809
|
+
"src": "1909:20:152"
|
|
1810
1810
|
},
|
|
1811
1811
|
{
|
|
1812
1812
|
"arguments": [
|
|
@@ -1817,12 +1817,12 @@
|
|
|
1817
1817
|
{
|
|
1818
1818
|
"name": "value0",
|
|
1819
1819
|
"nodeType": "YulIdentifier",
|
|
1820
|
-
"src": "
|
|
1820
|
+
"src": "1945:6:152"
|
|
1821
1821
|
},
|
|
1822
1822
|
{
|
|
1823
1823
|
"kind": "number",
|
|
1824
1824
|
"nodeType": "YulLiteral",
|
|
1825
|
-
"src": "
|
|
1825
|
+
"src": "1953:4:152",
|
|
1826
1826
|
"type": "",
|
|
1827
1827
|
"value": "0x80"
|
|
1828
1828
|
}
|
|
@@ -1830,45 +1830,45 @@
|
|
|
1830
1830
|
"functionName": {
|
|
1831
1831
|
"name": "add",
|
|
1832
1832
|
"nodeType": "YulIdentifier",
|
|
1833
|
-
"src": "
|
|
1833
|
+
"src": "1941:3:152"
|
|
1834
1834
|
},
|
|
1835
1835
|
"nodeType": "YulFunctionCall",
|
|
1836
|
-
"src": "
|
|
1836
|
+
"src": "1941:17:152"
|
|
1837
1837
|
}
|
|
1838
1838
|
],
|
|
1839
1839
|
"functionName": {
|
|
1840
1840
|
"name": "mload",
|
|
1841
1841
|
"nodeType": "YulIdentifier",
|
|
1842
|
-
"src": "
|
|
1842
|
+
"src": "1935:5:152"
|
|
1843
1843
|
},
|
|
1844
1844
|
"nodeType": "YulFunctionCall",
|
|
1845
|
-
"src": "
|
|
1845
|
+
"src": "1935:24:152"
|
|
1846
1846
|
},
|
|
1847
1847
|
{
|
|
1848
1848
|
"name": "_2",
|
|
1849
1849
|
"nodeType": "YulIdentifier",
|
|
1850
|
-
"src": "
|
|
1850
|
+
"src": "1961:2:152"
|
|
1851
1851
|
}
|
|
1852
1852
|
],
|
|
1853
1853
|
"functionName": {
|
|
1854
1854
|
"name": "and",
|
|
1855
1855
|
"nodeType": "YulIdentifier",
|
|
1856
|
-
"src": "
|
|
1856
|
+
"src": "1931:3:152"
|
|
1857
1857
|
},
|
|
1858
1858
|
"nodeType": "YulFunctionCall",
|
|
1859
|
-
"src": "
|
|
1859
|
+
"src": "1931:33:152"
|
|
1860
1860
|
}
|
|
1861
1861
|
],
|
|
1862
1862
|
"functionName": {
|
|
1863
1863
|
"name": "mstore",
|
|
1864
1864
|
"nodeType": "YulIdentifier",
|
|
1865
|
-
"src": "
|
|
1865
|
+
"src": "1902:6:152"
|
|
1866
1866
|
},
|
|
1867
1867
|
"nodeType": "YulFunctionCall",
|
|
1868
|
-
"src": "
|
|
1868
|
+
"src": "1902:63:152"
|
|
1869
1869
|
},
|
|
1870
1870
|
"nodeType": "YulExpressionStatement",
|
|
1871
|
-
"src": "
|
|
1871
|
+
"src": "1902:63:152"
|
|
1872
1872
|
},
|
|
1873
1873
|
{
|
|
1874
1874
|
"expression": {
|
|
@@ -1878,12 +1878,12 @@
|
|
|
1878
1878
|
{
|
|
1879
1879
|
"name": "headStart",
|
|
1880
1880
|
"nodeType": "YulIdentifier",
|
|
1881
|
-
"src": "
|
|
1881
|
+
"src": "1985:9:152"
|
|
1882
1882
|
},
|
|
1883
1883
|
{
|
|
1884
1884
|
"kind": "number",
|
|
1885
1885
|
"nodeType": "YulLiteral",
|
|
1886
|
-
"src": "
|
|
1886
|
+
"src": "1996:4:152",
|
|
1887
1887
|
"type": "",
|
|
1888
1888
|
"value": "0xa0"
|
|
1889
1889
|
}
|
|
@@ -1891,10 +1891,10 @@
|
|
|
1891
1891
|
"functionName": {
|
|
1892
1892
|
"name": "add",
|
|
1893
1893
|
"nodeType": "YulIdentifier",
|
|
1894
|
-
"src": "
|
|
1894
|
+
"src": "1981:3:152"
|
|
1895
1895
|
},
|
|
1896
1896
|
"nodeType": "YulFunctionCall",
|
|
1897
|
-
"src": "
|
|
1897
|
+
"src": "1981:20:152"
|
|
1898
1898
|
},
|
|
1899
1899
|
{
|
|
1900
1900
|
"arguments": [
|
|
@@ -1905,12 +1905,12 @@
|
|
|
1905
1905
|
{
|
|
1906
1906
|
"name": "value0",
|
|
1907
1907
|
"nodeType": "YulIdentifier",
|
|
1908
|
-
"src": "
|
|
1908
|
+
"src": "2017:6:152"
|
|
1909
1909
|
},
|
|
1910
1910
|
{
|
|
1911
1911
|
"kind": "number",
|
|
1912
1912
|
"nodeType": "YulLiteral",
|
|
1913
|
-
"src": "
|
|
1913
|
+
"src": "2025:4:152",
|
|
1914
1914
|
"type": "",
|
|
1915
1915
|
"value": "0xa0"
|
|
1916
1916
|
}
|
|
@@ -1918,45 +1918,45 @@
|
|
|
1918
1918
|
"functionName": {
|
|
1919
1919
|
"name": "add",
|
|
1920
1920
|
"nodeType": "YulIdentifier",
|
|
1921
|
-
"src": "
|
|
1921
|
+
"src": "2013:3:152"
|
|
1922
1922
|
},
|
|
1923
1923
|
"nodeType": "YulFunctionCall",
|
|
1924
|
-
"src": "
|
|
1924
|
+
"src": "2013:17:152"
|
|
1925
1925
|
}
|
|
1926
1926
|
],
|
|
1927
1927
|
"functionName": {
|
|
1928
1928
|
"name": "mload",
|
|
1929
1929
|
"nodeType": "YulIdentifier",
|
|
1930
|
-
"src": "
|
|
1930
|
+
"src": "2007:5:152"
|
|
1931
1931
|
},
|
|
1932
1932
|
"nodeType": "YulFunctionCall",
|
|
1933
|
-
"src": "
|
|
1933
|
+
"src": "2007:24:152"
|
|
1934
1934
|
},
|
|
1935
1935
|
{
|
|
1936
1936
|
"name": "_3",
|
|
1937
1937
|
"nodeType": "YulIdentifier",
|
|
1938
|
-
"src": "
|
|
1938
|
+
"src": "2033:2:152"
|
|
1939
1939
|
}
|
|
1940
1940
|
],
|
|
1941
1941
|
"functionName": {
|
|
1942
1942
|
"name": "and",
|
|
1943
1943
|
"nodeType": "YulIdentifier",
|
|
1944
|
-
"src": "
|
|
1944
|
+
"src": "2003:3:152"
|
|
1945
1945
|
},
|
|
1946
1946
|
"nodeType": "YulFunctionCall",
|
|
1947
|
-
"src": "
|
|
1947
|
+
"src": "2003:33:152"
|
|
1948
1948
|
}
|
|
1949
1949
|
],
|
|
1950
1950
|
"functionName": {
|
|
1951
1951
|
"name": "mstore",
|
|
1952
1952
|
"nodeType": "YulIdentifier",
|
|
1953
|
-
"src": "
|
|
1953
|
+
"src": "1974:6:152"
|
|
1954
1954
|
},
|
|
1955
1955
|
"nodeType": "YulFunctionCall",
|
|
1956
|
-
"src": "
|
|
1956
|
+
"src": "1974:63:152"
|
|
1957
1957
|
},
|
|
1958
1958
|
"nodeType": "YulExpressionStatement",
|
|
1959
|
-
"src": "
|
|
1959
|
+
"src": "1974:63:152"
|
|
1960
1960
|
},
|
|
1961
1961
|
{
|
|
1962
1962
|
"expression": {
|
|
@@ -1966,12 +1966,12 @@
|
|
|
1966
1966
|
{
|
|
1967
1967
|
"name": "headStart",
|
|
1968
1968
|
"nodeType": "YulIdentifier",
|
|
1969
|
-
"src": "
|
|
1969
|
+
"src": "2057:9:152"
|
|
1970
1970
|
},
|
|
1971
1971
|
{
|
|
1972
1972
|
"kind": "number",
|
|
1973
1973
|
"nodeType": "YulLiteral",
|
|
1974
|
-
"src": "
|
|
1974
|
+
"src": "2068:4:152",
|
|
1975
1975
|
"type": "",
|
|
1976
1976
|
"value": "0xc0"
|
|
1977
1977
|
}
|
|
@@ -1979,10 +1979,10 @@
|
|
|
1979
1979
|
"functionName": {
|
|
1980
1980
|
"name": "add",
|
|
1981
1981
|
"nodeType": "YulIdentifier",
|
|
1982
|
-
"src": "
|
|
1982
|
+
"src": "2053:3:152"
|
|
1983
1983
|
},
|
|
1984
1984
|
"nodeType": "YulFunctionCall",
|
|
1985
|
-
"src": "
|
|
1985
|
+
"src": "2053:20:152"
|
|
1986
1986
|
},
|
|
1987
1987
|
{
|
|
1988
1988
|
"arguments": [
|
|
@@ -1991,12 +1991,12 @@
|
|
|
1991
1991
|
{
|
|
1992
1992
|
"name": "value0",
|
|
1993
1993
|
"nodeType": "YulIdentifier",
|
|
1994
|
-
"src": "
|
|
1994
|
+
"src": "2085:6:152"
|
|
1995
1995
|
},
|
|
1996
1996
|
{
|
|
1997
1997
|
"kind": "number",
|
|
1998
1998
|
"nodeType": "YulLiteral",
|
|
1999
|
-
"src": "
|
|
1999
|
+
"src": "2093:4:152",
|
|
2000
2000
|
"type": "",
|
|
2001
2001
|
"value": "0xc0"
|
|
2002
2002
|
}
|
|
@@ -2004,47 +2004,47 @@
|
|
|
2004
2004
|
"functionName": {
|
|
2005
2005
|
"name": "add",
|
|
2006
2006
|
"nodeType": "YulIdentifier",
|
|
2007
|
-
"src": "
|
|
2007
|
+
"src": "2081:3:152"
|
|
2008
2008
|
},
|
|
2009
2009
|
"nodeType": "YulFunctionCall",
|
|
2010
|
-
"src": "
|
|
2010
|
+
"src": "2081:17:152"
|
|
2011
2011
|
}
|
|
2012
2012
|
],
|
|
2013
2013
|
"functionName": {
|
|
2014
2014
|
"name": "mload",
|
|
2015
2015
|
"nodeType": "YulIdentifier",
|
|
2016
|
-
"src": "
|
|
2016
|
+
"src": "2075:5:152"
|
|
2017
2017
|
},
|
|
2018
2018
|
"nodeType": "YulFunctionCall",
|
|
2019
|
-
"src": "
|
|
2019
|
+
"src": "2075:24:152"
|
|
2020
2020
|
}
|
|
2021
2021
|
],
|
|
2022
2022
|
"functionName": {
|
|
2023
2023
|
"name": "mstore",
|
|
2024
2024
|
"nodeType": "YulIdentifier",
|
|
2025
|
-
"src": "
|
|
2025
|
+
"src": "2046:6:152"
|
|
2026
2026
|
},
|
|
2027
2027
|
"nodeType": "YulFunctionCall",
|
|
2028
|
-
"src": "
|
|
2028
|
+
"src": "2046:54:152"
|
|
2029
2029
|
},
|
|
2030
2030
|
"nodeType": "YulExpressionStatement",
|
|
2031
|
-
"src": "
|
|
2031
|
+
"src": "2046:54:152"
|
|
2032
2032
|
}
|
|
2033
2033
|
]
|
|
2034
2034
|
},
|
|
2035
|
-
"name": "abi_encode_tuple_t_struct$_DepositRequest_$
|
|
2035
|
+
"name": "abi_encode_tuple_t_struct$_DepositRequest_$43364_memory_ptr__to_t_struct$_DepositRequest_$43364_memory_ptr__fromStack_reversed",
|
|
2036
2036
|
"nodeType": "YulFunctionDefinition",
|
|
2037
2037
|
"parameters": [
|
|
2038
2038
|
{
|
|
2039
2039
|
"name": "headStart",
|
|
2040
2040
|
"nodeType": "YulTypedName",
|
|
2041
|
-
"src": "
|
|
2041
|
+
"src": "1346:9:152",
|
|
2042
2042
|
"type": ""
|
|
2043
2043
|
},
|
|
2044
2044
|
{
|
|
2045
2045
|
"name": "value0",
|
|
2046
2046
|
"nodeType": "YulTypedName",
|
|
2047
|
-
"src": "
|
|
2047
|
+
"src": "1357:6:152",
|
|
2048
2048
|
"type": ""
|
|
2049
2049
|
}
|
|
2050
2050
|
],
|
|
@@ -2052,31 +2052,31 @@
|
|
|
2052
2052
|
{
|
|
2053
2053
|
"name": "tail",
|
|
2054
2054
|
"nodeType": "YulTypedName",
|
|
2055
|
-
"src": "
|
|
2055
|
+
"src": "1368:4:152",
|
|
2056
2056
|
"type": ""
|
|
2057
2057
|
}
|
|
2058
2058
|
],
|
|
2059
|
-
"src": "
|
|
2059
|
+
"src": "1210:896:152"
|
|
2060
2060
|
},
|
|
2061
2061
|
{
|
|
2062
2062
|
"body": {
|
|
2063
2063
|
"nodeType": "YulBlock",
|
|
2064
|
-
"src": "
|
|
2064
|
+
"src": "2288:287:152",
|
|
2065
2065
|
"statements": [
|
|
2066
2066
|
{
|
|
2067
2067
|
"nodeType": "YulAssignment",
|
|
2068
|
-
"src": "
|
|
2068
|
+
"src": "2298:27:152",
|
|
2069
2069
|
"value": {
|
|
2070
2070
|
"arguments": [
|
|
2071
2071
|
{
|
|
2072
2072
|
"name": "headStart",
|
|
2073
2073
|
"nodeType": "YulIdentifier",
|
|
2074
|
-
"src": "
|
|
2074
|
+
"src": "2310:9:152"
|
|
2075
2075
|
},
|
|
2076
2076
|
{
|
|
2077
2077
|
"kind": "number",
|
|
2078
2078
|
"nodeType": "YulLiteral",
|
|
2079
|
-
"src": "
|
|
2079
|
+
"src": "2321:3:152",
|
|
2080
2080
|
"type": "",
|
|
2081
2081
|
"value": "128"
|
|
2082
2082
|
}
|
|
@@ -2084,26 +2084,26 @@
|
|
|
2084
2084
|
"functionName": {
|
|
2085
2085
|
"name": "add",
|
|
2086
2086
|
"nodeType": "YulIdentifier",
|
|
2087
|
-
"src": "
|
|
2087
|
+
"src": "2306:3:152"
|
|
2088
2088
|
},
|
|
2089
2089
|
"nodeType": "YulFunctionCall",
|
|
2090
|
-
"src": "
|
|
2090
|
+
"src": "2306:19:152"
|
|
2091
2091
|
},
|
|
2092
2092
|
"variableNames": [
|
|
2093
2093
|
{
|
|
2094
2094
|
"name": "tail",
|
|
2095
2095
|
"nodeType": "YulIdentifier",
|
|
2096
|
-
"src": "
|
|
2096
|
+
"src": "2298:4:152"
|
|
2097
2097
|
}
|
|
2098
2098
|
]
|
|
2099
2099
|
},
|
|
2100
2100
|
{
|
|
2101
2101
|
"nodeType": "YulVariableDeclaration",
|
|
2102
|
-
"src": "
|
|
2102
|
+
"src": "2334:28:152",
|
|
2103
2103
|
"value": {
|
|
2104
2104
|
"kind": "number",
|
|
2105
2105
|
"nodeType": "YulLiteral",
|
|
2106
|
-
"src": "
|
|
2106
|
+
"src": "2344:18:152",
|
|
2107
2107
|
"type": "",
|
|
2108
2108
|
"value": "0xffffffffffffffff"
|
|
2109
2109
|
},
|
|
@@ -2111,7 +2111,7 @@
|
|
|
2111
2111
|
{
|
|
2112
2112
|
"name": "_1",
|
|
2113
2113
|
"nodeType": "YulTypedName",
|
|
2114
|
-
"src": "
|
|
2114
|
+
"src": "2338:2:152",
|
|
2115
2115
|
"type": ""
|
|
2116
2116
|
}
|
|
2117
2117
|
]
|
|
@@ -2122,40 +2122,40 @@
|
|
|
2122
2122
|
{
|
|
2123
2123
|
"name": "headStart",
|
|
2124
2124
|
"nodeType": "YulIdentifier",
|
|
2125
|
-
"src": "
|
|
2125
|
+
"src": "2378:9:152"
|
|
2126
2126
|
},
|
|
2127
2127
|
{
|
|
2128
2128
|
"arguments": [
|
|
2129
2129
|
{
|
|
2130
2130
|
"name": "value0",
|
|
2131
2131
|
"nodeType": "YulIdentifier",
|
|
2132
|
-
"src": "
|
|
2132
|
+
"src": "2393:6:152"
|
|
2133
2133
|
},
|
|
2134
2134
|
{
|
|
2135
2135
|
"name": "_1",
|
|
2136
2136
|
"nodeType": "YulIdentifier",
|
|
2137
|
-
"src": "
|
|
2137
|
+
"src": "2401:2:152"
|
|
2138
2138
|
}
|
|
2139
2139
|
],
|
|
2140
2140
|
"functionName": {
|
|
2141
2141
|
"name": "and",
|
|
2142
2142
|
"nodeType": "YulIdentifier",
|
|
2143
|
-
"src": "
|
|
2143
|
+
"src": "2389:3:152"
|
|
2144
2144
|
},
|
|
2145
2145
|
"nodeType": "YulFunctionCall",
|
|
2146
|
-
"src": "
|
|
2146
|
+
"src": "2389:15:152"
|
|
2147
2147
|
}
|
|
2148
2148
|
],
|
|
2149
2149
|
"functionName": {
|
|
2150
2150
|
"name": "mstore",
|
|
2151
2151
|
"nodeType": "YulIdentifier",
|
|
2152
|
-
"src": "
|
|
2152
|
+
"src": "2371:6:152"
|
|
2153
2153
|
},
|
|
2154
2154
|
"nodeType": "YulFunctionCall",
|
|
2155
|
-
"src": "
|
|
2155
|
+
"src": "2371:34:152"
|
|
2156
2156
|
},
|
|
2157
2157
|
"nodeType": "YulExpressionStatement",
|
|
2158
|
-
"src": "
|
|
2158
|
+
"src": "2371:34:152"
|
|
2159
2159
|
},
|
|
2160
2160
|
{
|
|
2161
2161
|
"expression": {
|
|
@@ -2165,12 +2165,12 @@
|
|
|
2165
2165
|
{
|
|
2166
2166
|
"name": "headStart",
|
|
2167
2167
|
"nodeType": "YulIdentifier",
|
|
2168
|
-
"src": "
|
|
2168
|
+
"src": "2425:9:152"
|
|
2169
2169
|
},
|
|
2170
2170
|
{
|
|
2171
2171
|
"kind": "number",
|
|
2172
2172
|
"nodeType": "YulLiteral",
|
|
2173
|
-
"src": "
|
|
2173
|
+
"src": "2436:2:152",
|
|
2174
2174
|
"type": "",
|
|
2175
2175
|
"value": "32"
|
|
2176
2176
|
}
|
|
@@ -2178,43 +2178,43 @@
|
|
|
2178
2178
|
"functionName": {
|
|
2179
2179
|
"name": "add",
|
|
2180
2180
|
"nodeType": "YulIdentifier",
|
|
2181
|
-
"src": "
|
|
2181
|
+
"src": "2421:3:152"
|
|
2182
2182
|
},
|
|
2183
2183
|
"nodeType": "YulFunctionCall",
|
|
2184
|
-
"src": "
|
|
2184
|
+
"src": "2421:18:152"
|
|
2185
2185
|
},
|
|
2186
2186
|
{
|
|
2187
2187
|
"arguments": [
|
|
2188
2188
|
{
|
|
2189
2189
|
"name": "value1",
|
|
2190
2190
|
"nodeType": "YulIdentifier",
|
|
2191
|
-
"src": "
|
|
2191
|
+
"src": "2445:6:152"
|
|
2192
2192
|
},
|
|
2193
2193
|
{
|
|
2194
2194
|
"name": "_1",
|
|
2195
2195
|
"nodeType": "YulIdentifier",
|
|
2196
|
-
"src": "
|
|
2196
|
+
"src": "2453:2:152"
|
|
2197
2197
|
}
|
|
2198
2198
|
],
|
|
2199
2199
|
"functionName": {
|
|
2200
2200
|
"name": "and",
|
|
2201
2201
|
"nodeType": "YulIdentifier",
|
|
2202
|
-
"src": "
|
|
2202
|
+
"src": "2441:3:152"
|
|
2203
2203
|
},
|
|
2204
2204
|
"nodeType": "YulFunctionCall",
|
|
2205
|
-
"src": "
|
|
2205
|
+
"src": "2441:15:152"
|
|
2206
2206
|
}
|
|
2207
2207
|
],
|
|
2208
2208
|
"functionName": {
|
|
2209
2209
|
"name": "mstore",
|
|
2210
2210
|
"nodeType": "YulIdentifier",
|
|
2211
|
-
"src": "
|
|
2211
|
+
"src": "2414:6:152"
|
|
2212
2212
|
},
|
|
2213
2213
|
"nodeType": "YulFunctionCall",
|
|
2214
|
-
"src": "
|
|
2214
|
+
"src": "2414:43:152"
|
|
2215
2215
|
},
|
|
2216
2216
|
"nodeType": "YulExpressionStatement",
|
|
2217
|
-
"src": "
|
|
2217
|
+
"src": "2414:43:152"
|
|
2218
2218
|
},
|
|
2219
2219
|
{
|
|
2220
2220
|
"expression": {
|
|
@@ -2224,12 +2224,12 @@
|
|
|
2224
2224
|
{
|
|
2225
2225
|
"name": "headStart",
|
|
2226
2226
|
"nodeType": "YulIdentifier",
|
|
2227
|
-
"src": "
|
|
2227
|
+
"src": "2477:9:152"
|
|
2228
2228
|
},
|
|
2229
2229
|
{
|
|
2230
2230
|
"kind": "number",
|
|
2231
2231
|
"nodeType": "YulLiteral",
|
|
2232
|
-
"src": "
|
|
2232
|
+
"src": "2488:2:152",
|
|
2233
2233
|
"type": "",
|
|
2234
2234
|
"value": "64"
|
|
2235
2235
|
}
|
|
@@ -2237,43 +2237,43 @@
|
|
|
2237
2237
|
"functionName": {
|
|
2238
2238
|
"name": "add",
|
|
2239
2239
|
"nodeType": "YulIdentifier",
|
|
2240
|
-
"src": "
|
|
2240
|
+
"src": "2473:3:152"
|
|
2241
2241
|
},
|
|
2242
2242
|
"nodeType": "YulFunctionCall",
|
|
2243
|
-
"src": "
|
|
2243
|
+
"src": "2473:18:152"
|
|
2244
2244
|
},
|
|
2245
2245
|
{
|
|
2246
2246
|
"arguments": [
|
|
2247
2247
|
{
|
|
2248
2248
|
"name": "value2",
|
|
2249
2249
|
"nodeType": "YulIdentifier",
|
|
2250
|
-
"src": "
|
|
2250
|
+
"src": "2497:6:152"
|
|
2251
2251
|
},
|
|
2252
2252
|
{
|
|
2253
2253
|
"name": "_1",
|
|
2254
2254
|
"nodeType": "YulIdentifier",
|
|
2255
|
-
"src": "
|
|
2255
|
+
"src": "2505:2:152"
|
|
2256
2256
|
}
|
|
2257
2257
|
],
|
|
2258
2258
|
"functionName": {
|
|
2259
2259
|
"name": "and",
|
|
2260
2260
|
"nodeType": "YulIdentifier",
|
|
2261
|
-
"src": "
|
|
2261
|
+
"src": "2493:3:152"
|
|
2262
2262
|
},
|
|
2263
2263
|
"nodeType": "YulFunctionCall",
|
|
2264
|
-
"src": "
|
|
2264
|
+
"src": "2493:15:152"
|
|
2265
2265
|
}
|
|
2266
2266
|
],
|
|
2267
2267
|
"functionName": {
|
|
2268
2268
|
"name": "mstore",
|
|
2269
2269
|
"nodeType": "YulIdentifier",
|
|
2270
|
-
"src": "
|
|
2270
|
+
"src": "2466:6:152"
|
|
2271
2271
|
},
|
|
2272
2272
|
"nodeType": "YulFunctionCall",
|
|
2273
|
-
"src": "
|
|
2273
|
+
"src": "2466:43:152"
|
|
2274
2274
|
},
|
|
2275
2275
|
"nodeType": "YulExpressionStatement",
|
|
2276
|
-
"src": "
|
|
2276
|
+
"src": "2466:43:152"
|
|
2277
2277
|
},
|
|
2278
2278
|
{
|
|
2279
2279
|
"expression": {
|
|
@@ -2283,12 +2283,12 @@
|
|
|
2283
2283
|
{
|
|
2284
2284
|
"name": "headStart",
|
|
2285
2285
|
"nodeType": "YulIdentifier",
|
|
2286
|
-
"src": "
|
|
2286
|
+
"src": "2529:9:152"
|
|
2287
2287
|
},
|
|
2288
2288
|
{
|
|
2289
2289
|
"kind": "number",
|
|
2290
2290
|
"nodeType": "YulLiteral",
|
|
2291
|
-
"src": "
|
|
2291
|
+
"src": "2540:2:152",
|
|
2292
2292
|
"type": "",
|
|
2293
2293
|
"value": "96"
|
|
2294
2294
|
}
|
|
@@ -2296,22 +2296,22 @@
|
|
|
2296
2296
|
"functionName": {
|
|
2297
2297
|
"name": "add",
|
|
2298
2298
|
"nodeType": "YulIdentifier",
|
|
2299
|
-
"src": "
|
|
2299
|
+
"src": "2525:3:152"
|
|
2300
2300
|
},
|
|
2301
2301
|
"nodeType": "YulFunctionCall",
|
|
2302
|
-
"src": "
|
|
2302
|
+
"src": "2525:18:152"
|
|
2303
2303
|
},
|
|
2304
2304
|
{
|
|
2305
2305
|
"arguments": [
|
|
2306
2306
|
{
|
|
2307
2307
|
"name": "value3",
|
|
2308
2308
|
"nodeType": "YulIdentifier",
|
|
2309
|
-
"src": "
|
|
2309
|
+
"src": "2549:6:152"
|
|
2310
2310
|
},
|
|
2311
2311
|
{
|
|
2312
2312
|
"kind": "number",
|
|
2313
2313
|
"nodeType": "YulLiteral",
|
|
2314
|
-
"src": "
|
|
2314
|
+
"src": "2557:10:152",
|
|
2315
2315
|
"type": "",
|
|
2316
2316
|
"value": "0xffffffff"
|
|
2317
2317
|
}
|
|
@@ -2319,22 +2319,22 @@
|
|
|
2319
2319
|
"functionName": {
|
|
2320
2320
|
"name": "and",
|
|
2321
2321
|
"nodeType": "YulIdentifier",
|
|
2322
|
-
"src": "
|
|
2322
|
+
"src": "2545:3:152"
|
|
2323
2323
|
},
|
|
2324
2324
|
"nodeType": "YulFunctionCall",
|
|
2325
|
-
"src": "
|
|
2325
|
+
"src": "2545:23:152"
|
|
2326
2326
|
}
|
|
2327
2327
|
],
|
|
2328
2328
|
"functionName": {
|
|
2329
2329
|
"name": "mstore",
|
|
2330
2330
|
"nodeType": "YulIdentifier",
|
|
2331
|
-
"src": "
|
|
2331
|
+
"src": "2518:6:152"
|
|
2332
2332
|
},
|
|
2333
2333
|
"nodeType": "YulFunctionCall",
|
|
2334
|
-
"src": "
|
|
2334
|
+
"src": "2518:51:152"
|
|
2335
2335
|
},
|
|
2336
2336
|
"nodeType": "YulExpressionStatement",
|
|
2337
|
-
"src": "
|
|
2337
|
+
"src": "2518:51:152"
|
|
2338
2338
|
}
|
|
2339
2339
|
]
|
|
2340
2340
|
},
|
|
@@ -2344,31 +2344,31 @@
|
|
|
2344
2344
|
{
|
|
2345
2345
|
"name": "headStart",
|
|
2346
2346
|
"nodeType": "YulTypedName",
|
|
2347
|
-
"src": "
|
|
2347
|
+
"src": "2233:9:152",
|
|
2348
2348
|
"type": ""
|
|
2349
2349
|
},
|
|
2350
2350
|
{
|
|
2351
2351
|
"name": "value3",
|
|
2352
2352
|
"nodeType": "YulTypedName",
|
|
2353
|
-
"src": "
|
|
2353
|
+
"src": "2244:6:152",
|
|
2354
2354
|
"type": ""
|
|
2355
2355
|
},
|
|
2356
2356
|
{
|
|
2357
2357
|
"name": "value2",
|
|
2358
2358
|
"nodeType": "YulTypedName",
|
|
2359
|
-
"src": "
|
|
2359
|
+
"src": "2252:6:152",
|
|
2360
2360
|
"type": ""
|
|
2361
2361
|
},
|
|
2362
2362
|
{
|
|
2363
2363
|
"name": "value1",
|
|
2364
2364
|
"nodeType": "YulTypedName",
|
|
2365
|
-
"src": "
|
|
2365
|
+
"src": "2260:6:152",
|
|
2366
2366
|
"type": ""
|
|
2367
2367
|
},
|
|
2368
2368
|
{
|
|
2369
2369
|
"name": "value0",
|
|
2370
2370
|
"nodeType": "YulTypedName",
|
|
2371
|
-
"src": "
|
|
2371
|
+
"src": "2268:6:152",
|
|
2372
2372
|
"type": ""
|
|
2373
2373
|
}
|
|
2374
2374
|
],
|
|
@@ -2376,21 +2376,21 @@
|
|
|
2376
2376
|
{
|
|
2377
2377
|
"name": "tail",
|
|
2378
2378
|
"nodeType": "YulTypedName",
|
|
2379
|
-
"src": "
|
|
2379
|
+
"src": "2279:4:152",
|
|
2380
2380
|
"type": ""
|
|
2381
2381
|
}
|
|
2382
2382
|
],
|
|
2383
|
-
"src": "
|
|
2383
|
+
"src": "2111:464:152"
|
|
2384
2384
|
},
|
|
2385
2385
|
{
|
|
2386
2386
|
"body": {
|
|
2387
2387
|
"nodeType": "YulBlock",
|
|
2388
|
-
"src": "
|
|
2388
|
+
"src": "2649:263:152",
|
|
2389
2389
|
"statements": [
|
|
2390
2390
|
{
|
|
2391
2391
|
"body": {
|
|
2392
2392
|
"nodeType": "YulBlock",
|
|
2393
|
-
"src": "
|
|
2393
|
+
"src": "2695:16:152",
|
|
2394
2394
|
"statements": [
|
|
2395
2395
|
{
|
|
2396
2396
|
"expression": {
|
|
@@ -2398,14 +2398,14 @@
|
|
|
2398
2398
|
{
|
|
2399
2399
|
"kind": "number",
|
|
2400
2400
|
"nodeType": "YulLiteral",
|
|
2401
|
-
"src": "
|
|
2401
|
+
"src": "2704:1:152",
|
|
2402
2402
|
"type": "",
|
|
2403
2403
|
"value": "0"
|
|
2404
2404
|
},
|
|
2405
2405
|
{
|
|
2406
2406
|
"kind": "number",
|
|
2407
2407
|
"nodeType": "YulLiteral",
|
|
2408
|
-
"src": "
|
|
2408
|
+
"src": "2707:1:152",
|
|
2409
2409
|
"type": "",
|
|
2410
2410
|
"value": "0"
|
|
2411
2411
|
}
|
|
@@ -2413,13 +2413,13 @@
|
|
|
2413
2413
|
"functionName": {
|
|
2414
2414
|
"name": "revert",
|
|
2415
2415
|
"nodeType": "YulIdentifier",
|
|
2416
|
-
"src": "
|
|
2416
|
+
"src": "2697:6:152"
|
|
2417
2417
|
},
|
|
2418
2418
|
"nodeType": "YulFunctionCall",
|
|
2419
|
-
"src": "
|
|
2419
|
+
"src": "2697:12:152"
|
|
2420
2420
|
},
|
|
2421
2421
|
"nodeType": "YulExpressionStatement",
|
|
2422
|
-
"src": "
|
|
2422
|
+
"src": "2697:12:152"
|
|
2423
2423
|
}
|
|
2424
2424
|
]
|
|
2425
2425
|
},
|
|
@@ -2430,26 +2430,26 @@
|
|
|
2430
2430
|
{
|
|
2431
2431
|
"name": "dataEnd",
|
|
2432
2432
|
"nodeType": "YulIdentifier",
|
|
2433
|
-
"src": "
|
|
2433
|
+
"src": "2670:7:152"
|
|
2434
2434
|
},
|
|
2435
2435
|
{
|
|
2436
2436
|
"name": "headStart",
|
|
2437
2437
|
"nodeType": "YulIdentifier",
|
|
2438
|
-
"src": "
|
|
2438
|
+
"src": "2679:9:152"
|
|
2439
2439
|
}
|
|
2440
2440
|
],
|
|
2441
2441
|
"functionName": {
|
|
2442
2442
|
"name": "sub",
|
|
2443
2443
|
"nodeType": "YulIdentifier",
|
|
2444
|
-
"src": "
|
|
2444
|
+
"src": "2666:3:152"
|
|
2445
2445
|
},
|
|
2446
2446
|
"nodeType": "YulFunctionCall",
|
|
2447
|
-
"src": "
|
|
2447
|
+
"src": "2666:23:152"
|
|
2448
2448
|
},
|
|
2449
2449
|
{
|
|
2450
2450
|
"kind": "number",
|
|
2451
2451
|
"nodeType": "YulLiteral",
|
|
2452
|
-
"src": "
|
|
2452
|
+
"src": "2691:2:152",
|
|
2453
2453
|
"type": "",
|
|
2454
2454
|
"value": "32"
|
|
2455
2455
|
}
|
|
@@ -2457,38 +2457,38 @@
|
|
|
2457
2457
|
"functionName": {
|
|
2458
2458
|
"name": "slt",
|
|
2459
2459
|
"nodeType": "YulIdentifier",
|
|
2460
|
-
"src": "
|
|
2460
|
+
"src": "2662:3:152"
|
|
2461
2461
|
},
|
|
2462
2462
|
"nodeType": "YulFunctionCall",
|
|
2463
|
-
"src": "
|
|
2463
|
+
"src": "2662:32:152"
|
|
2464
2464
|
},
|
|
2465
2465
|
"nodeType": "YulIf",
|
|
2466
|
-
"src": "
|
|
2466
|
+
"src": "2659:52:152"
|
|
2467
2467
|
},
|
|
2468
2468
|
{
|
|
2469
2469
|
"nodeType": "YulVariableDeclaration",
|
|
2470
|
-
"src": "
|
|
2470
|
+
"src": "2720:36:152",
|
|
2471
2471
|
"value": {
|
|
2472
2472
|
"arguments": [
|
|
2473
2473
|
{
|
|
2474
2474
|
"name": "headStart",
|
|
2475
2475
|
"nodeType": "YulIdentifier",
|
|
2476
|
-
"src": "
|
|
2476
|
+
"src": "2746:9:152"
|
|
2477
2477
|
}
|
|
2478
2478
|
],
|
|
2479
2479
|
"functionName": {
|
|
2480
2480
|
"name": "calldataload",
|
|
2481
2481
|
"nodeType": "YulIdentifier",
|
|
2482
|
-
"src": "
|
|
2482
|
+
"src": "2733:12:152"
|
|
2483
2483
|
},
|
|
2484
2484
|
"nodeType": "YulFunctionCall",
|
|
2485
|
-
"src": "
|
|
2485
|
+
"src": "2733:23:152"
|
|
2486
2486
|
},
|
|
2487
2487
|
"variables": [
|
|
2488
2488
|
{
|
|
2489
2489
|
"name": "value",
|
|
2490
2490
|
"nodeType": "YulTypedName",
|
|
2491
|
-
"src": "
|
|
2491
|
+
"src": "2724:5:152",
|
|
2492
2492
|
"type": ""
|
|
2493
2493
|
}
|
|
2494
2494
|
]
|
|
@@ -2496,7 +2496,7 @@
|
|
|
2496
2496
|
{
|
|
2497
2497
|
"body": {
|
|
2498
2498
|
"nodeType": "YulBlock",
|
|
2499
|
-
"src": "
|
|
2499
|
+
"src": "2866:16:152",
|
|
2500
2500
|
"statements": [
|
|
2501
2501
|
{
|
|
2502
2502
|
"expression": {
|
|
@@ -2504,14 +2504,14 @@
|
|
|
2504
2504
|
{
|
|
2505
2505
|
"kind": "number",
|
|
2506
2506
|
"nodeType": "YulLiteral",
|
|
2507
|
-
"src": "
|
|
2507
|
+
"src": "2875:1:152",
|
|
2508
2508
|
"type": "",
|
|
2509
2509
|
"value": "0"
|
|
2510
2510
|
},
|
|
2511
2511
|
{
|
|
2512
2512
|
"kind": "number",
|
|
2513
2513
|
"nodeType": "YulLiteral",
|
|
2514
|
-
"src": "
|
|
2514
|
+
"src": "2878:1:152",
|
|
2515
2515
|
"type": "",
|
|
2516
2516
|
"value": "0"
|
|
2517
2517
|
}
|
|
@@ -2519,13 +2519,13 @@
|
|
|
2519
2519
|
"functionName": {
|
|
2520
2520
|
"name": "revert",
|
|
2521
2521
|
"nodeType": "YulIdentifier",
|
|
2522
|
-
"src": "
|
|
2522
|
+
"src": "2868:6:152"
|
|
2523
2523
|
},
|
|
2524
2524
|
"nodeType": "YulFunctionCall",
|
|
2525
|
-
"src": "
|
|
2525
|
+
"src": "2868:12:152"
|
|
2526
2526
|
},
|
|
2527
2527
|
"nodeType": "YulExpressionStatement",
|
|
2528
|
-
"src": "
|
|
2528
|
+
"src": "2868:12:152"
|
|
2529
2529
|
}
|
|
2530
2530
|
]
|
|
2531
2531
|
},
|
|
@@ -2536,19 +2536,19 @@
|
|
|
2536
2536
|
{
|
|
2537
2537
|
"name": "value",
|
|
2538
2538
|
"nodeType": "YulIdentifier",
|
|
2539
|
-
"src": "
|
|
2539
|
+
"src": "2778:5:152"
|
|
2540
2540
|
},
|
|
2541
2541
|
{
|
|
2542
2542
|
"arguments": [
|
|
2543
2543
|
{
|
|
2544
2544
|
"name": "value",
|
|
2545
2545
|
"nodeType": "YulIdentifier",
|
|
2546
|
-
"src": "
|
|
2546
|
+
"src": "2789:5:152"
|
|
2547
2547
|
},
|
|
2548
2548
|
{
|
|
2549
2549
|
"kind": "number",
|
|
2550
2550
|
"nodeType": "YulLiteral",
|
|
2551
|
-
"src": "
|
|
2551
|
+
"src": "2796:66:152",
|
|
2552
2552
|
"type": "",
|
|
2553
2553
|
"value": "0xffffffff00000000000000000000000000000000000000000000000000000000"
|
|
2554
2554
|
}
|
|
@@ -2556,45 +2556,45 @@
|
|
|
2556
2556
|
"functionName": {
|
|
2557
2557
|
"name": "and",
|
|
2558
2558
|
"nodeType": "YulIdentifier",
|
|
2559
|
-
"src": "
|
|
2559
|
+
"src": "2785:3:152"
|
|
2560
2560
|
},
|
|
2561
2561
|
"nodeType": "YulFunctionCall",
|
|
2562
|
-
"src": "
|
|
2562
|
+
"src": "2785:78:152"
|
|
2563
2563
|
}
|
|
2564
2564
|
],
|
|
2565
2565
|
"functionName": {
|
|
2566
2566
|
"name": "eq",
|
|
2567
2567
|
"nodeType": "YulIdentifier",
|
|
2568
|
-
"src": "
|
|
2568
|
+
"src": "2775:2:152"
|
|
2569
2569
|
},
|
|
2570
2570
|
"nodeType": "YulFunctionCall",
|
|
2571
|
-
"src": "
|
|
2571
|
+
"src": "2775:89:152"
|
|
2572
2572
|
}
|
|
2573
2573
|
],
|
|
2574
2574
|
"functionName": {
|
|
2575
2575
|
"name": "iszero",
|
|
2576
2576
|
"nodeType": "YulIdentifier",
|
|
2577
|
-
"src": "
|
|
2577
|
+
"src": "2768:6:152"
|
|
2578
2578
|
},
|
|
2579
2579
|
"nodeType": "YulFunctionCall",
|
|
2580
|
-
"src": "
|
|
2580
|
+
"src": "2768:97:152"
|
|
2581
2581
|
},
|
|
2582
2582
|
"nodeType": "YulIf",
|
|
2583
|
-
"src": "
|
|
2583
|
+
"src": "2765:117:152"
|
|
2584
2584
|
},
|
|
2585
2585
|
{
|
|
2586
2586
|
"nodeType": "YulAssignment",
|
|
2587
|
-
"src": "
|
|
2587
|
+
"src": "2891:15:152",
|
|
2588
2588
|
"value": {
|
|
2589
2589
|
"name": "value",
|
|
2590
2590
|
"nodeType": "YulIdentifier",
|
|
2591
|
-
"src": "
|
|
2591
|
+
"src": "2901:5:152"
|
|
2592
2592
|
},
|
|
2593
2593
|
"variableNames": [
|
|
2594
2594
|
{
|
|
2595
2595
|
"name": "value0",
|
|
2596
2596
|
"nodeType": "YulIdentifier",
|
|
2597
|
-
"src": "
|
|
2597
|
+
"src": "2891:6:152"
|
|
2598
2598
|
}
|
|
2599
2599
|
]
|
|
2600
2600
|
}
|
|
@@ -2606,13 +2606,13 @@
|
|
|
2606
2606
|
{
|
|
2607
2607
|
"name": "headStart",
|
|
2608
2608
|
"nodeType": "YulTypedName",
|
|
2609
|
-
"src": "
|
|
2609
|
+
"src": "2615:9:152",
|
|
2610
2610
|
"type": ""
|
|
2611
2611
|
},
|
|
2612
2612
|
{
|
|
2613
2613
|
"name": "dataEnd",
|
|
2614
2614
|
"nodeType": "YulTypedName",
|
|
2615
|
-
"src": "
|
|
2615
|
+
"src": "2626:7:152",
|
|
2616
2616
|
"type": ""
|
|
2617
2617
|
}
|
|
2618
2618
|
],
|
|
@@ -2620,41 +2620,41 @@
|
|
|
2620
2620
|
{
|
|
2621
2621
|
"name": "value0",
|
|
2622
2622
|
"nodeType": "YulTypedName",
|
|
2623
|
-
"src": "
|
|
2623
|
+
"src": "2638:6:152",
|
|
2624
2624
|
"type": ""
|
|
2625
2625
|
}
|
|
2626
2626
|
],
|
|
2627
|
-
"src": "
|
|
2627
|
+
"src": "2580:332:152"
|
|
2628
2628
|
},
|
|
2629
2629
|
{
|
|
2630
2630
|
"body": {
|
|
2631
2631
|
"nodeType": "YulBlock",
|
|
2632
|
-
"src": "
|
|
2632
|
+
"src": "3011:427:152",
|
|
2633
2633
|
"statements": [
|
|
2634
2634
|
{
|
|
2635
2635
|
"nodeType": "YulVariableDeclaration",
|
|
2636
|
-
"src": "
|
|
2636
|
+
"src": "3021:51:152",
|
|
2637
2637
|
"value": {
|
|
2638
2638
|
"arguments": [
|
|
2639
2639
|
{
|
|
2640
2640
|
"name": "ptr_to_tail",
|
|
2641
2641
|
"nodeType": "YulIdentifier",
|
|
2642
|
-
"src": "
|
|
2642
|
+
"src": "3060:11:152"
|
|
2643
2643
|
}
|
|
2644
2644
|
],
|
|
2645
2645
|
"functionName": {
|
|
2646
2646
|
"name": "calldataload",
|
|
2647
2647
|
"nodeType": "YulIdentifier",
|
|
2648
|
-
"src": "
|
|
2648
|
+
"src": "3047:12:152"
|
|
2649
2649
|
},
|
|
2650
2650
|
"nodeType": "YulFunctionCall",
|
|
2651
|
-
"src": "
|
|
2651
|
+
"src": "3047:25:152"
|
|
2652
2652
|
},
|
|
2653
2653
|
"variables": [
|
|
2654
2654
|
{
|
|
2655
2655
|
"name": "rel_offset_of_tail",
|
|
2656
2656
|
"nodeType": "YulTypedName",
|
|
2657
|
-
"src": "
|
|
2657
|
+
"src": "3025:18:152",
|
|
2658
2658
|
"type": ""
|
|
2659
2659
|
}
|
|
2660
2660
|
]
|
|
@@ -2662,7 +2662,7 @@
|
|
|
2662
2662
|
{
|
|
2663
2663
|
"body": {
|
|
2664
2664
|
"nodeType": "YulBlock",
|
|
2665
|
-
"src": "
|
|
2665
|
+
"src": "3161:16:152",
|
|
2666
2666
|
"statements": [
|
|
2667
2667
|
{
|
|
2668
2668
|
"expression": {
|
|
@@ -2670,14 +2670,14 @@
|
|
|
2670
2670
|
{
|
|
2671
2671
|
"kind": "number",
|
|
2672
2672
|
"nodeType": "YulLiteral",
|
|
2673
|
-
"src": "
|
|
2673
|
+
"src": "3170:1:152",
|
|
2674
2674
|
"type": "",
|
|
2675
2675
|
"value": "0"
|
|
2676
2676
|
},
|
|
2677
2677
|
{
|
|
2678
2678
|
"kind": "number",
|
|
2679
2679
|
"nodeType": "YulLiteral",
|
|
2680
|
-
"src": "
|
|
2680
|
+
"src": "3173:1:152",
|
|
2681
2681
|
"type": "",
|
|
2682
2682
|
"value": "0"
|
|
2683
2683
|
}
|
|
@@ -2685,13 +2685,13 @@
|
|
|
2685
2685
|
"functionName": {
|
|
2686
2686
|
"name": "revert",
|
|
2687
2687
|
"nodeType": "YulIdentifier",
|
|
2688
|
-
"src": "
|
|
2688
|
+
"src": "3163:6:152"
|
|
2689
2689
|
},
|
|
2690
2690
|
"nodeType": "YulFunctionCall",
|
|
2691
|
-
"src": "
|
|
2691
|
+
"src": "3163:12:152"
|
|
2692
2692
|
},
|
|
2693
2693
|
"nodeType": "YulExpressionStatement",
|
|
2694
|
-
"src": "
|
|
2694
|
+
"src": "3163:12:152"
|
|
2695
2695
|
}
|
|
2696
2696
|
]
|
|
2697
2697
|
},
|
|
@@ -2702,7 +2702,7 @@
|
|
|
2702
2702
|
{
|
|
2703
2703
|
"name": "rel_offset_of_tail",
|
|
2704
2704
|
"nodeType": "YulIdentifier",
|
|
2705
|
-
"src": "
|
|
2705
|
+
"src": "3095:18:152"
|
|
2706
2706
|
},
|
|
2707
2707
|
{
|
|
2708
2708
|
"arguments": [
|
|
@@ -2713,31 +2713,31 @@
|
|
|
2713
2713
|
"functionName": {
|
|
2714
2714
|
"name": "calldatasize",
|
|
2715
2715
|
"nodeType": "YulIdentifier",
|
|
2716
|
-
"src": "
|
|
2716
|
+
"src": "3123:12:152"
|
|
2717
2717
|
},
|
|
2718
2718
|
"nodeType": "YulFunctionCall",
|
|
2719
|
-
"src": "
|
|
2719
|
+
"src": "3123:14:152"
|
|
2720
2720
|
},
|
|
2721
2721
|
{
|
|
2722
2722
|
"name": "base_ref",
|
|
2723
2723
|
"nodeType": "YulIdentifier",
|
|
2724
|
-
"src": "
|
|
2724
|
+
"src": "3139:8:152"
|
|
2725
2725
|
}
|
|
2726
2726
|
],
|
|
2727
2727
|
"functionName": {
|
|
2728
2728
|
"name": "sub",
|
|
2729
2729
|
"nodeType": "YulIdentifier",
|
|
2730
|
-
"src": "
|
|
2730
|
+
"src": "3119:3:152"
|
|
2731
2731
|
},
|
|
2732
2732
|
"nodeType": "YulFunctionCall",
|
|
2733
|
-
"src": "
|
|
2733
|
+
"src": "3119:29:152"
|
|
2734
2734
|
},
|
|
2735
2735
|
{
|
|
2736
2736
|
"arguments": [
|
|
2737
2737
|
{
|
|
2738
2738
|
"kind": "number",
|
|
2739
2739
|
"nodeType": "YulLiteral",
|
|
2740
|
-
"src": "
|
|
2740
|
+
"src": "3154:2:152",
|
|
2741
2741
|
"type": "",
|
|
2742
2742
|
"value": "30"
|
|
2743
2743
|
}
|
|
@@ -2745,105 +2745,105 @@
|
|
|
2745
2745
|
"functionName": {
|
|
2746
2746
|
"name": "not",
|
|
2747
2747
|
"nodeType": "YulIdentifier",
|
|
2748
|
-
"src": "
|
|
2748
|
+
"src": "3150:3:152"
|
|
2749
2749
|
},
|
|
2750
2750
|
"nodeType": "YulFunctionCall",
|
|
2751
|
-
"src": "
|
|
2751
|
+
"src": "3150:7:152"
|
|
2752
2752
|
}
|
|
2753
2753
|
],
|
|
2754
2754
|
"functionName": {
|
|
2755
2755
|
"name": "add",
|
|
2756
2756
|
"nodeType": "YulIdentifier",
|
|
2757
|
-
"src": "
|
|
2757
|
+
"src": "3115:3:152"
|
|
2758
2758
|
},
|
|
2759
2759
|
"nodeType": "YulFunctionCall",
|
|
2760
|
-
"src": "
|
|
2760
|
+
"src": "3115:43:152"
|
|
2761
2761
|
}
|
|
2762
2762
|
],
|
|
2763
2763
|
"functionName": {
|
|
2764
2764
|
"name": "slt",
|
|
2765
2765
|
"nodeType": "YulIdentifier",
|
|
2766
|
-
"src": "
|
|
2766
|
+
"src": "3091:3:152"
|
|
2767
2767
|
},
|
|
2768
2768
|
"nodeType": "YulFunctionCall",
|
|
2769
|
-
"src": "
|
|
2769
|
+
"src": "3091:68:152"
|
|
2770
2770
|
}
|
|
2771
2771
|
],
|
|
2772
2772
|
"functionName": {
|
|
2773
2773
|
"name": "iszero",
|
|
2774
2774
|
"nodeType": "YulIdentifier",
|
|
2775
|
-
"src": "
|
|
2775
|
+
"src": "3084:6:152"
|
|
2776
2776
|
},
|
|
2777
2777
|
"nodeType": "YulFunctionCall",
|
|
2778
|
-
"src": "
|
|
2778
|
+
"src": "3084:76:152"
|
|
2779
2779
|
},
|
|
2780
2780
|
"nodeType": "YulIf",
|
|
2781
|
-
"src": "
|
|
2781
|
+
"src": "3081:96:152"
|
|
2782
2782
|
},
|
|
2783
2783
|
{
|
|
2784
2784
|
"nodeType": "YulVariableDeclaration",
|
|
2785
|
-
"src": "
|
|
2785
|
+
"src": "3186:47:152",
|
|
2786
2786
|
"value": {
|
|
2787
2787
|
"arguments": [
|
|
2788
2788
|
{
|
|
2789
2789
|
"name": "base_ref",
|
|
2790
2790
|
"nodeType": "YulIdentifier",
|
|
2791
|
-
"src": "
|
|
2791
|
+
"src": "3204:8:152"
|
|
2792
2792
|
},
|
|
2793
2793
|
{
|
|
2794
2794
|
"name": "rel_offset_of_tail",
|
|
2795
2795
|
"nodeType": "YulIdentifier",
|
|
2796
|
-
"src": "
|
|
2796
|
+
"src": "3214:18:152"
|
|
2797
2797
|
}
|
|
2798
2798
|
],
|
|
2799
2799
|
"functionName": {
|
|
2800
2800
|
"name": "add",
|
|
2801
2801
|
"nodeType": "YulIdentifier",
|
|
2802
|
-
"src": "
|
|
2802
|
+
"src": "3200:3:152"
|
|
2803
2803
|
},
|
|
2804
2804
|
"nodeType": "YulFunctionCall",
|
|
2805
|
-
"src": "
|
|
2805
|
+
"src": "3200:33:152"
|
|
2806
2806
|
},
|
|
2807
2807
|
"variables": [
|
|
2808
2808
|
{
|
|
2809
2809
|
"name": "addr_1",
|
|
2810
2810
|
"nodeType": "YulTypedName",
|
|
2811
|
-
"src": "
|
|
2811
|
+
"src": "3190:6:152",
|
|
2812
2812
|
"type": ""
|
|
2813
2813
|
}
|
|
2814
2814
|
]
|
|
2815
2815
|
},
|
|
2816
2816
|
{
|
|
2817
2817
|
"nodeType": "YulAssignment",
|
|
2818
|
-
"src": "
|
|
2818
|
+
"src": "3242:30:152",
|
|
2819
2819
|
"value": {
|
|
2820
2820
|
"arguments": [
|
|
2821
2821
|
{
|
|
2822
2822
|
"name": "addr_1",
|
|
2823
2823
|
"nodeType": "YulIdentifier",
|
|
2824
|
-
"src": "
|
|
2824
|
+
"src": "3265:6:152"
|
|
2825
2825
|
}
|
|
2826
2826
|
],
|
|
2827
2827
|
"functionName": {
|
|
2828
2828
|
"name": "calldataload",
|
|
2829
2829
|
"nodeType": "YulIdentifier",
|
|
2830
|
-
"src": "
|
|
2830
|
+
"src": "3252:12:152"
|
|
2831
2831
|
},
|
|
2832
2832
|
"nodeType": "YulFunctionCall",
|
|
2833
|
-
"src": "
|
|
2833
|
+
"src": "3252:20:152"
|
|
2834
2834
|
},
|
|
2835
2835
|
"variableNames": [
|
|
2836
2836
|
{
|
|
2837
2837
|
"name": "length",
|
|
2838
2838
|
"nodeType": "YulIdentifier",
|
|
2839
|
-
"src": "
|
|
2839
|
+
"src": "3242:6:152"
|
|
2840
2840
|
}
|
|
2841
2841
|
]
|
|
2842
2842
|
},
|
|
2843
2843
|
{
|
|
2844
2844
|
"body": {
|
|
2845
2845
|
"nodeType": "YulBlock",
|
|
2846
|
-
"src": "
|
|
2846
|
+
"src": "3315:16:152",
|
|
2847
2847
|
"statements": [
|
|
2848
2848
|
{
|
|
2849
2849
|
"expression": {
|
|
@@ -2851,14 +2851,14 @@
|
|
|
2851
2851
|
{
|
|
2852
2852
|
"kind": "number",
|
|
2853
2853
|
"nodeType": "YulLiteral",
|
|
2854
|
-
"src": "
|
|
2854
|
+
"src": "3324:1:152",
|
|
2855
2855
|
"type": "",
|
|
2856
2856
|
"value": "0"
|
|
2857
2857
|
},
|
|
2858
2858
|
{
|
|
2859
2859
|
"kind": "number",
|
|
2860
2860
|
"nodeType": "YulLiteral",
|
|
2861
|
-
"src": "
|
|
2861
|
+
"src": "3327:1:152",
|
|
2862
2862
|
"type": "",
|
|
2863
2863
|
"value": "0"
|
|
2864
2864
|
}
|
|
@@ -2866,13 +2866,13 @@
|
|
|
2866
2866
|
"functionName": {
|
|
2867
2867
|
"name": "revert",
|
|
2868
2868
|
"nodeType": "YulIdentifier",
|
|
2869
|
-
"src": "
|
|
2869
|
+
"src": "3317:6:152"
|
|
2870
2870
|
},
|
|
2871
2871
|
"nodeType": "YulFunctionCall",
|
|
2872
|
-
"src": "
|
|
2872
|
+
"src": "3317:12:152"
|
|
2873
2873
|
},
|
|
2874
2874
|
"nodeType": "YulExpressionStatement",
|
|
2875
|
-
"src": "
|
|
2875
|
+
"src": "3317:12:152"
|
|
2876
2876
|
}
|
|
2877
2877
|
]
|
|
2878
2878
|
},
|
|
@@ -2881,12 +2881,12 @@
|
|
|
2881
2881
|
{
|
|
2882
2882
|
"name": "length",
|
|
2883
2883
|
"nodeType": "YulIdentifier",
|
|
2884
|
-
"src": "
|
|
2884
|
+
"src": "3287:6:152"
|
|
2885
2885
|
},
|
|
2886
2886
|
{
|
|
2887
2887
|
"kind": "number",
|
|
2888
2888
|
"nodeType": "YulLiteral",
|
|
2889
|
-
"src": "
|
|
2889
|
+
"src": "3295:18:152",
|
|
2890
2890
|
"type": "",
|
|
2891
2891
|
"value": "0xffffffffffffffff"
|
|
2892
2892
|
}
|
|
@@ -2894,28 +2894,28 @@
|
|
|
2894
2894
|
"functionName": {
|
|
2895
2895
|
"name": "gt",
|
|
2896
2896
|
"nodeType": "YulIdentifier",
|
|
2897
|
-
"src": "
|
|
2897
|
+
"src": "3284:2:152"
|
|
2898
2898
|
},
|
|
2899
2899
|
"nodeType": "YulFunctionCall",
|
|
2900
|
-
"src": "
|
|
2900
|
+
"src": "3284:30:152"
|
|
2901
2901
|
},
|
|
2902
2902
|
"nodeType": "YulIf",
|
|
2903
|
-
"src": "
|
|
2903
|
+
"src": "3281:50:152"
|
|
2904
2904
|
},
|
|
2905
2905
|
{
|
|
2906
2906
|
"nodeType": "YulAssignment",
|
|
2907
|
-
"src": "
|
|
2907
|
+
"src": "3340:25:152",
|
|
2908
2908
|
"value": {
|
|
2909
2909
|
"arguments": [
|
|
2910
2910
|
{
|
|
2911
2911
|
"name": "addr_1",
|
|
2912
2912
|
"nodeType": "YulIdentifier",
|
|
2913
|
-
"src": "
|
|
2913
|
+
"src": "3352:6:152"
|
|
2914
2914
|
},
|
|
2915
2915
|
{
|
|
2916
2916
|
"kind": "number",
|
|
2917
2917
|
"nodeType": "YulLiteral",
|
|
2918
|
-
"src": "
|
|
2918
|
+
"src": "3360:4:152",
|
|
2919
2919
|
"type": "",
|
|
2920
2920
|
"value": "0x20"
|
|
2921
2921
|
}
|
|
@@ -2923,23 +2923,23 @@
|
|
|
2923
2923
|
"functionName": {
|
|
2924
2924
|
"name": "add",
|
|
2925
2925
|
"nodeType": "YulIdentifier",
|
|
2926
|
-
"src": "
|
|
2926
|
+
"src": "3348:3:152"
|
|
2927
2927
|
},
|
|
2928
2928
|
"nodeType": "YulFunctionCall",
|
|
2929
|
-
"src": "
|
|
2929
|
+
"src": "3348:17:152"
|
|
2930
2930
|
},
|
|
2931
2931
|
"variableNames": [
|
|
2932
2932
|
{
|
|
2933
2933
|
"name": "addr",
|
|
2934
2934
|
"nodeType": "YulIdentifier",
|
|
2935
|
-
"src": "
|
|
2935
|
+
"src": "3340:4:152"
|
|
2936
2936
|
}
|
|
2937
2937
|
]
|
|
2938
2938
|
},
|
|
2939
2939
|
{
|
|
2940
2940
|
"body": {
|
|
2941
2941
|
"nodeType": "YulBlock",
|
|
2942
|
-
"src": "
|
|
2942
|
+
"src": "3416:16:152",
|
|
2943
2943
|
"statements": [
|
|
2944
2944
|
{
|
|
2945
2945
|
"expression": {
|
|
@@ -2947,14 +2947,14 @@
|
|
|
2947
2947
|
{
|
|
2948
2948
|
"kind": "number",
|
|
2949
2949
|
"nodeType": "YulLiteral",
|
|
2950
|
-
"src": "
|
|
2950
|
+
"src": "3425:1:152",
|
|
2951
2951
|
"type": "",
|
|
2952
2952
|
"value": "0"
|
|
2953
2953
|
},
|
|
2954
2954
|
{
|
|
2955
2955
|
"kind": "number",
|
|
2956
2956
|
"nodeType": "YulLiteral",
|
|
2957
|
-
"src": "
|
|
2957
|
+
"src": "3428:1:152",
|
|
2958
2958
|
"type": "",
|
|
2959
2959
|
"value": "0"
|
|
2960
2960
|
}
|
|
@@ -2962,13 +2962,13 @@
|
|
|
2962
2962
|
"functionName": {
|
|
2963
2963
|
"name": "revert",
|
|
2964
2964
|
"nodeType": "YulIdentifier",
|
|
2965
|
-
"src": "
|
|
2965
|
+
"src": "3418:6:152"
|
|
2966
2966
|
},
|
|
2967
2967
|
"nodeType": "YulFunctionCall",
|
|
2968
|
-
"src": "
|
|
2968
|
+
"src": "3418:12:152"
|
|
2969
2969
|
},
|
|
2970
2970
|
"nodeType": "YulExpressionStatement",
|
|
2971
|
-
"src": "
|
|
2971
|
+
"src": "3418:12:152"
|
|
2972
2972
|
}
|
|
2973
2973
|
]
|
|
2974
2974
|
},
|
|
@@ -2977,7 +2977,7 @@
|
|
|
2977
2977
|
{
|
|
2978
2978
|
"name": "addr",
|
|
2979
2979
|
"nodeType": "YulIdentifier",
|
|
2980
|
-
"src": "
|
|
2980
|
+
"src": "3381:4:152"
|
|
2981
2981
|
},
|
|
2982
2982
|
{
|
|
2983
2983
|
"arguments": [
|
|
@@ -2986,36 +2986,36 @@
|
|
|
2986
2986
|
"functionName": {
|
|
2987
2987
|
"name": "calldatasize",
|
|
2988
2988
|
"nodeType": "YulIdentifier",
|
|
2989
|
-
"src": "
|
|
2989
|
+
"src": "3391:12:152"
|
|
2990
2990
|
},
|
|
2991
2991
|
"nodeType": "YulFunctionCall",
|
|
2992
|
-
"src": "
|
|
2992
|
+
"src": "3391:14:152"
|
|
2993
2993
|
},
|
|
2994
2994
|
{
|
|
2995
2995
|
"name": "length",
|
|
2996
2996
|
"nodeType": "YulIdentifier",
|
|
2997
|
-
"src": "
|
|
2997
|
+
"src": "3407:6:152"
|
|
2998
2998
|
}
|
|
2999
2999
|
],
|
|
3000
3000
|
"functionName": {
|
|
3001
3001
|
"name": "sub",
|
|
3002
3002
|
"nodeType": "YulIdentifier",
|
|
3003
|
-
"src": "
|
|
3003
|
+
"src": "3387:3:152"
|
|
3004
3004
|
},
|
|
3005
3005
|
"nodeType": "YulFunctionCall",
|
|
3006
|
-
"src": "
|
|
3006
|
+
"src": "3387:27:152"
|
|
3007
3007
|
}
|
|
3008
3008
|
],
|
|
3009
3009
|
"functionName": {
|
|
3010
3010
|
"name": "sgt",
|
|
3011
3011
|
"nodeType": "YulIdentifier",
|
|
3012
|
-
"src": "
|
|
3012
|
+
"src": "3377:3:152"
|
|
3013
3013
|
},
|
|
3014
3014
|
"nodeType": "YulFunctionCall",
|
|
3015
|
-
"src": "
|
|
3015
|
+
"src": "3377:38:152"
|
|
3016
3016
|
},
|
|
3017
3017
|
"nodeType": "YulIf",
|
|
3018
|
-
"src": "
|
|
3018
|
+
"src": "3374:58:152"
|
|
3019
3019
|
}
|
|
3020
3020
|
]
|
|
3021
3021
|
},
|
|
@@ -3025,13 +3025,13 @@
|
|
|
3025
3025
|
{
|
|
3026
3026
|
"name": "base_ref",
|
|
3027
3027
|
"nodeType": "YulTypedName",
|
|
3028
|
-
"src": "
|
|
3028
|
+
"src": "2968:8:152",
|
|
3029
3029
|
"type": ""
|
|
3030
3030
|
},
|
|
3031
3031
|
{
|
|
3032
3032
|
"name": "ptr_to_tail",
|
|
3033
3033
|
"nodeType": "YulTypedName",
|
|
3034
|
-
"src": "
|
|
3034
|
+
"src": "2978:11:152",
|
|
3035
3035
|
"type": ""
|
|
3036
3036
|
}
|
|
3037
3037
|
],
|
|
@@ -3039,30 +3039,30 @@
|
|
|
3039
3039
|
{
|
|
3040
3040
|
"name": "addr",
|
|
3041
3041
|
"nodeType": "YulTypedName",
|
|
3042
|
-
"src": "
|
|
3042
|
+
"src": "2994:4:152",
|
|
3043
3043
|
"type": ""
|
|
3044
3044
|
},
|
|
3045
3045
|
{
|
|
3046
3046
|
"name": "length",
|
|
3047
3047
|
"nodeType": "YulTypedName",
|
|
3048
|
-
"src": "
|
|
3048
|
+
"src": "3000:6:152",
|
|
3049
3049
|
"type": ""
|
|
3050
3050
|
}
|
|
3051
3051
|
],
|
|
3052
|
-
"src": "
|
|
3052
|
+
"src": "2917:521:152"
|
|
3053
3053
|
},
|
|
3054
3054
|
{
|
|
3055
3055
|
"body": {
|
|
3056
3056
|
"nodeType": "YulBlock",
|
|
3057
|
-
"src": "
|
|
3057
|
+
"src": "3698:410:152",
|
|
3058
3058
|
"statements": [
|
|
3059
3059
|
{
|
|
3060
3060
|
"nodeType": "YulVariableDeclaration",
|
|
3061
|
-
"src": "
|
|
3061
|
+
"src": "3708:76:152",
|
|
3062
3062
|
"value": {
|
|
3063
3063
|
"kind": "number",
|
|
3064
3064
|
"nodeType": "YulLiteral",
|
|
3065
|
-
"src": "
|
|
3065
|
+
"src": "3718:66:152",
|
|
3066
3066
|
"type": "",
|
|
3067
3067
|
"value": "0xffffffff00000000000000000000000000000000000000000000000000000000"
|
|
3068
3068
|
},
|
|
@@ -3070,7 +3070,7 @@
|
|
|
3070
3070
|
{
|
|
3071
3071
|
"name": "_1",
|
|
3072
3072
|
"nodeType": "YulTypedName",
|
|
3073
|
-
"src": "
|
|
3073
|
+
"src": "3712:2:152",
|
|
3074
3074
|
"type": ""
|
|
3075
3075
|
}
|
|
3076
3076
|
]
|
|
@@ -3081,40 +3081,40 @@
|
|
|
3081
3081
|
{
|
|
3082
3082
|
"name": "pos",
|
|
3083
3083
|
"nodeType": "YulIdentifier",
|
|
3084
|
-
"src": "
|
|
3084
|
+
"src": "3800:3:152"
|
|
3085
3085
|
},
|
|
3086
3086
|
{
|
|
3087
3087
|
"arguments": [
|
|
3088
3088
|
{
|
|
3089
3089
|
"name": "value0",
|
|
3090
3090
|
"nodeType": "YulIdentifier",
|
|
3091
|
-
"src": "
|
|
3091
|
+
"src": "3809:6:152"
|
|
3092
3092
|
},
|
|
3093
3093
|
{
|
|
3094
3094
|
"name": "_1",
|
|
3095
3095
|
"nodeType": "YulIdentifier",
|
|
3096
|
-
"src": "
|
|
3096
|
+
"src": "3817:2:152"
|
|
3097
3097
|
}
|
|
3098
3098
|
],
|
|
3099
3099
|
"functionName": {
|
|
3100
3100
|
"name": "and",
|
|
3101
3101
|
"nodeType": "YulIdentifier",
|
|
3102
|
-
"src": "
|
|
3102
|
+
"src": "3805:3:152"
|
|
3103
3103
|
},
|
|
3104
3104
|
"nodeType": "YulFunctionCall",
|
|
3105
|
-
"src": "
|
|
3105
|
+
"src": "3805:15:152"
|
|
3106
3106
|
}
|
|
3107
3107
|
],
|
|
3108
3108
|
"functionName": {
|
|
3109
3109
|
"name": "mstore",
|
|
3110
3110
|
"nodeType": "YulIdentifier",
|
|
3111
|
-
"src": "
|
|
3111
|
+
"src": "3793:6:152"
|
|
3112
3112
|
},
|
|
3113
3113
|
"nodeType": "YulFunctionCall",
|
|
3114
|
-
"src": "
|
|
3114
|
+
"src": "3793:28:152"
|
|
3115
3115
|
},
|
|
3116
3116
|
"nodeType": "YulExpressionStatement",
|
|
3117
|
-
"src": "
|
|
3117
|
+
"src": "3793:28:152"
|
|
3118
3118
|
},
|
|
3119
3119
|
{
|
|
3120
3120
|
"expression": {
|
|
@@ -3124,12 +3124,12 @@
|
|
|
3124
3124
|
{
|
|
3125
3125
|
"name": "pos",
|
|
3126
3126
|
"nodeType": "YulIdentifier",
|
|
3127
|
-
"src": "
|
|
3127
|
+
"src": "3847:3:152"
|
|
3128
3128
|
},
|
|
3129
3129
|
{
|
|
3130
3130
|
"kind": "number",
|
|
3131
3131
|
"nodeType": "YulLiteral",
|
|
3132
|
-
"src": "
|
|
3132
|
+
"src": "3852:1:152",
|
|
3133
3133
|
"type": "",
|
|
3134
3134
|
"value": "4"
|
|
3135
3135
|
}
|
|
@@ -3137,80 +3137,80 @@
|
|
|
3137
3137
|
"functionName": {
|
|
3138
3138
|
"name": "add",
|
|
3139
3139
|
"nodeType": "YulIdentifier",
|
|
3140
|
-
"src": "
|
|
3140
|
+
"src": "3843:3:152"
|
|
3141
3141
|
},
|
|
3142
3142
|
"nodeType": "YulFunctionCall",
|
|
3143
|
-
"src": "
|
|
3143
|
+
"src": "3843:11:152"
|
|
3144
3144
|
},
|
|
3145
3145
|
{
|
|
3146
3146
|
"name": "value1",
|
|
3147
3147
|
"nodeType": "YulIdentifier",
|
|
3148
|
-
"src": "
|
|
3148
|
+
"src": "3856:6:152"
|
|
3149
3149
|
},
|
|
3150
3150
|
{
|
|
3151
3151
|
"name": "value2",
|
|
3152
3152
|
"nodeType": "YulIdentifier",
|
|
3153
|
-
"src": "
|
|
3153
|
+
"src": "3864:6:152"
|
|
3154
3154
|
}
|
|
3155
3155
|
],
|
|
3156
3156
|
"functionName": {
|
|
3157
3157
|
"name": "calldatacopy",
|
|
3158
3158
|
"nodeType": "YulIdentifier",
|
|
3159
|
-
"src": "
|
|
3159
|
+
"src": "3830:12:152"
|
|
3160
3160
|
},
|
|
3161
3161
|
"nodeType": "YulFunctionCall",
|
|
3162
|
-
"src": "
|
|
3162
|
+
"src": "3830:41:152"
|
|
3163
3163
|
},
|
|
3164
3164
|
"nodeType": "YulExpressionStatement",
|
|
3165
|
-
"src": "
|
|
3165
|
+
"src": "3830:41:152"
|
|
3166
3166
|
},
|
|
3167
3167
|
{
|
|
3168
3168
|
"nodeType": "YulVariableDeclaration",
|
|
3169
|
-
"src": "
|
|
3169
|
+
"src": "3880:26:152",
|
|
3170
3170
|
"value": {
|
|
3171
3171
|
"arguments": [
|
|
3172
3172
|
{
|
|
3173
3173
|
"name": "pos",
|
|
3174
3174
|
"nodeType": "YulIdentifier",
|
|
3175
|
-
"src": "
|
|
3175
|
+
"src": "3894:3:152"
|
|
3176
3176
|
},
|
|
3177
3177
|
{
|
|
3178
3178
|
"name": "value2",
|
|
3179
3179
|
"nodeType": "YulIdentifier",
|
|
3180
|
-
"src": "
|
|
3180
|
+
"src": "3899:6:152"
|
|
3181
3181
|
}
|
|
3182
3182
|
],
|
|
3183
3183
|
"functionName": {
|
|
3184
3184
|
"name": "add",
|
|
3185
3185
|
"nodeType": "YulIdentifier",
|
|
3186
|
-
"src": "
|
|
3186
|
+
"src": "3890:3:152"
|
|
3187
3187
|
},
|
|
3188
3188
|
"nodeType": "YulFunctionCall",
|
|
3189
|
-
"src": "
|
|
3189
|
+
"src": "3890:16:152"
|
|
3190
3190
|
},
|
|
3191
3191
|
"variables": [
|
|
3192
3192
|
{
|
|
3193
3193
|
"name": "_2",
|
|
3194
3194
|
"nodeType": "YulTypedName",
|
|
3195
|
-
"src": "
|
|
3195
|
+
"src": "3884:2:152",
|
|
3196
3196
|
"type": ""
|
|
3197
3197
|
}
|
|
3198
3198
|
]
|
|
3199
3199
|
},
|
|
3200
3200
|
{
|
|
3201
3201
|
"nodeType": "YulVariableDeclaration",
|
|
3202
|
-
"src": "
|
|
3202
|
+
"src": "3915:20:152",
|
|
3203
3203
|
"value": {
|
|
3204
3204
|
"arguments": [
|
|
3205
3205
|
{
|
|
3206
3206
|
"name": "_2",
|
|
3207
3207
|
"nodeType": "YulIdentifier",
|
|
3208
|
-
"src": "
|
|
3208
|
+
"src": "3929:2:152"
|
|
3209
3209
|
},
|
|
3210
3210
|
{
|
|
3211
3211
|
"kind": "number",
|
|
3212
3212
|
"nodeType": "YulLiteral",
|
|
3213
|
-
"src": "
|
|
3213
|
+
"src": "3933:1:152",
|
|
3214
3214
|
"type": "",
|
|
3215
3215
|
"value": "4"
|
|
3216
3216
|
}
|
|
@@ -3218,16 +3218,16 @@
|
|
|
3218
3218
|
"functionName": {
|
|
3219
3219
|
"name": "add",
|
|
3220
3220
|
"nodeType": "YulIdentifier",
|
|
3221
|
-
"src": "
|
|
3221
|
+
"src": "3925:3:152"
|
|
3222
3222
|
},
|
|
3223
3223
|
"nodeType": "YulFunctionCall",
|
|
3224
|
-
"src": "
|
|
3224
|
+
"src": "3925:10:152"
|
|
3225
3225
|
},
|
|
3226
3226
|
"variables": [
|
|
3227
3227
|
{
|
|
3228
3228
|
"name": "_3",
|
|
3229
3229
|
"nodeType": "YulTypedName",
|
|
3230
|
-
"src": "
|
|
3230
|
+
"src": "3919:2:152",
|
|
3231
3231
|
"type": ""
|
|
3232
3232
|
}
|
|
3233
3233
|
]
|
|
@@ -3238,12 +3238,12 @@
|
|
|
3238
3238
|
{
|
|
3239
3239
|
"name": "_3",
|
|
3240
3240
|
"nodeType": "YulIdentifier",
|
|
3241
|
-
"src": "
|
|
3241
|
+
"src": "3951:2:152"
|
|
3242
3242
|
},
|
|
3243
3243
|
{
|
|
3244
3244
|
"kind": "number",
|
|
3245
3245
|
"nodeType": "YulLiteral",
|
|
3246
|
-
"src": "
|
|
3246
|
+
"src": "3955:1:152",
|
|
3247
3247
|
"type": "",
|
|
3248
3248
|
"value": "0"
|
|
3249
3249
|
}
|
|
@@ -3251,13 +3251,13 @@
|
|
|
3251
3251
|
"functionName": {
|
|
3252
3252
|
"name": "mstore",
|
|
3253
3253
|
"nodeType": "YulIdentifier",
|
|
3254
|
-
"src": "
|
|
3254
|
+
"src": "3944:6:152"
|
|
3255
3255
|
},
|
|
3256
3256
|
"nodeType": "YulFunctionCall",
|
|
3257
|
-
"src": "
|
|
3257
|
+
"src": "3944:13:152"
|
|
3258
3258
|
},
|
|
3259
3259
|
"nodeType": "YulExpressionStatement",
|
|
3260
|
-
"src": "
|
|
3260
|
+
"src": "3944:13:152"
|
|
3261
3261
|
},
|
|
3262
3262
|
{
|
|
3263
3263
|
"expression": {
|
|
@@ -3265,59 +3265,59 @@
|
|
|
3265
3265
|
{
|
|
3266
3266
|
"name": "_3",
|
|
3267
3267
|
"nodeType": "YulIdentifier",
|
|
3268
|
-
"src": "
|
|
3268
|
+
"src": "3979:2:152"
|
|
3269
3269
|
},
|
|
3270
3270
|
{
|
|
3271
3271
|
"name": "value3",
|
|
3272
3272
|
"nodeType": "YulIdentifier",
|
|
3273
|
-
"src": "
|
|
3273
|
+
"src": "3983:6:152"
|
|
3274
3274
|
},
|
|
3275
3275
|
{
|
|
3276
3276
|
"name": "value4",
|
|
3277
3277
|
"nodeType": "YulIdentifier",
|
|
3278
|
-
"src": "
|
|
3278
|
+
"src": "3991:6:152"
|
|
3279
3279
|
}
|
|
3280
3280
|
],
|
|
3281
3281
|
"functionName": {
|
|
3282
3282
|
"name": "calldatacopy",
|
|
3283
3283
|
"nodeType": "YulIdentifier",
|
|
3284
|
-
"src": "
|
|
3284
|
+
"src": "3966:12:152"
|
|
3285
3285
|
},
|
|
3286
3286
|
"nodeType": "YulFunctionCall",
|
|
3287
|
-
"src": "
|
|
3287
|
+
"src": "3966:32:152"
|
|
3288
3288
|
},
|
|
3289
3289
|
"nodeType": "YulExpressionStatement",
|
|
3290
|
-
"src": "
|
|
3290
|
+
"src": "3966:32:152"
|
|
3291
3291
|
},
|
|
3292
3292
|
{
|
|
3293
3293
|
"nodeType": "YulVariableDeclaration",
|
|
3294
|
-
"src": "
|
|
3294
|
+
"src": "4007:25:152",
|
|
3295
3295
|
"value": {
|
|
3296
3296
|
"arguments": [
|
|
3297
3297
|
{
|
|
3298
3298
|
"name": "_2",
|
|
3299
3299
|
"nodeType": "YulIdentifier",
|
|
3300
|
-
"src": "
|
|
3300
|
+
"src": "4021:2:152"
|
|
3301
3301
|
},
|
|
3302
3302
|
{
|
|
3303
3303
|
"name": "value4",
|
|
3304
3304
|
"nodeType": "YulIdentifier",
|
|
3305
|
-
"src": "
|
|
3305
|
+
"src": "4025:6:152"
|
|
3306
3306
|
}
|
|
3307
3307
|
],
|
|
3308
3308
|
"functionName": {
|
|
3309
3309
|
"name": "add",
|
|
3310
3310
|
"nodeType": "YulIdentifier",
|
|
3311
|
-
"src": "
|
|
3311
|
+
"src": "4017:3:152"
|
|
3312
3312
|
},
|
|
3313
3313
|
"nodeType": "YulFunctionCall",
|
|
3314
|
-
"src": "
|
|
3314
|
+
"src": "4017:15:152"
|
|
3315
3315
|
},
|
|
3316
3316
|
"variables": [
|
|
3317
3317
|
{
|
|
3318
3318
|
"name": "_4",
|
|
3319
3319
|
"nodeType": "YulTypedName",
|
|
3320
|
-
"src": "
|
|
3320
|
+
"src": "4011:2:152",
|
|
3321
3321
|
"type": ""
|
|
3322
3322
|
}
|
|
3323
3323
|
]
|
|
@@ -3330,12 +3330,12 @@
|
|
|
3330
3330
|
{
|
|
3331
3331
|
"name": "_4",
|
|
3332
3332
|
"nodeType": "YulIdentifier",
|
|
3333
|
-
"src": "
|
|
3333
|
+
"src": "4052:2:152"
|
|
3334
3334
|
},
|
|
3335
3335
|
{
|
|
3336
3336
|
"kind": "number",
|
|
3337
3337
|
"nodeType": "YulLiteral",
|
|
3338
|
-
"src": "
|
|
3338
|
+
"src": "4056:1:152",
|
|
3339
3339
|
"type": "",
|
|
3340
3340
|
"value": "4"
|
|
3341
3341
|
}
|
|
@@ -3343,58 +3343,58 @@
|
|
|
3343
3343
|
"functionName": {
|
|
3344
3344
|
"name": "add",
|
|
3345
3345
|
"nodeType": "YulIdentifier",
|
|
3346
|
-
"src": "
|
|
3346
|
+
"src": "4048:3:152"
|
|
3347
3347
|
},
|
|
3348
3348
|
"nodeType": "YulFunctionCall",
|
|
3349
|
-
"src": "
|
|
3349
|
+
"src": "4048:10:152"
|
|
3350
3350
|
},
|
|
3351
3351
|
{
|
|
3352
3352
|
"arguments": [
|
|
3353
3353
|
{
|
|
3354
3354
|
"name": "value5",
|
|
3355
3355
|
"nodeType": "YulIdentifier",
|
|
3356
|
-
"src": "
|
|
3356
|
+
"src": "4064:6:152"
|
|
3357
3357
|
},
|
|
3358
3358
|
{
|
|
3359
3359
|
"name": "_1",
|
|
3360
3360
|
"nodeType": "YulIdentifier",
|
|
3361
|
-
"src": "
|
|
3361
|
+
"src": "4072:2:152"
|
|
3362
3362
|
}
|
|
3363
3363
|
],
|
|
3364
3364
|
"functionName": {
|
|
3365
3365
|
"name": "and",
|
|
3366
3366
|
"nodeType": "YulIdentifier",
|
|
3367
|
-
"src": "
|
|
3367
|
+
"src": "4060:3:152"
|
|
3368
3368
|
},
|
|
3369
3369
|
"nodeType": "YulFunctionCall",
|
|
3370
|
-
"src": "
|
|
3370
|
+
"src": "4060:15:152"
|
|
3371
3371
|
}
|
|
3372
3372
|
],
|
|
3373
3373
|
"functionName": {
|
|
3374
3374
|
"name": "mstore",
|
|
3375
3375
|
"nodeType": "YulIdentifier",
|
|
3376
|
-
"src": "
|
|
3376
|
+
"src": "4041:6:152"
|
|
3377
3377
|
},
|
|
3378
3378
|
"nodeType": "YulFunctionCall",
|
|
3379
|
-
"src": "
|
|
3379
|
+
"src": "4041:35:152"
|
|
3380
3380
|
},
|
|
3381
3381
|
"nodeType": "YulExpressionStatement",
|
|
3382
|
-
"src": "
|
|
3382
|
+
"src": "4041:35:152"
|
|
3383
3383
|
},
|
|
3384
3384
|
{
|
|
3385
3385
|
"nodeType": "YulAssignment",
|
|
3386
|
-
"src": "
|
|
3386
|
+
"src": "4085:17:152",
|
|
3387
3387
|
"value": {
|
|
3388
3388
|
"arguments": [
|
|
3389
3389
|
{
|
|
3390
3390
|
"name": "_4",
|
|
3391
3391
|
"nodeType": "YulIdentifier",
|
|
3392
|
-
"src": "
|
|
3392
|
+
"src": "4096:2:152"
|
|
3393
3393
|
},
|
|
3394
3394
|
{
|
|
3395
3395
|
"kind": "number",
|
|
3396
3396
|
"nodeType": "YulLiteral",
|
|
3397
|
-
"src": "
|
|
3397
|
+
"src": "4100:1:152",
|
|
3398
3398
|
"type": "",
|
|
3399
3399
|
"value": "8"
|
|
3400
3400
|
}
|
|
@@ -3402,16 +3402,16 @@
|
|
|
3402
3402
|
"functionName": {
|
|
3403
3403
|
"name": "add",
|
|
3404
3404
|
"nodeType": "YulIdentifier",
|
|
3405
|
-
"src": "
|
|
3405
|
+
"src": "4092:3:152"
|
|
3406
3406
|
},
|
|
3407
3407
|
"nodeType": "YulFunctionCall",
|
|
3408
|
-
"src": "
|
|
3408
|
+
"src": "4092:10:152"
|
|
3409
3409
|
},
|
|
3410
3410
|
"variableNames": [
|
|
3411
3411
|
{
|
|
3412
3412
|
"name": "end",
|
|
3413
3413
|
"nodeType": "YulIdentifier",
|
|
3414
|
-
"src": "
|
|
3414
|
+
"src": "4085:3:152"
|
|
3415
3415
|
}
|
|
3416
3416
|
]
|
|
3417
3417
|
}
|
|
@@ -3423,43 +3423,43 @@
|
|
|
3423
3423
|
{
|
|
3424
3424
|
"name": "pos",
|
|
3425
3425
|
"nodeType": "YulTypedName",
|
|
3426
|
-
"src": "
|
|
3426
|
+
"src": "3634:3:152",
|
|
3427
3427
|
"type": ""
|
|
3428
3428
|
},
|
|
3429
3429
|
{
|
|
3430
3430
|
"name": "value5",
|
|
3431
3431
|
"nodeType": "YulTypedName",
|
|
3432
|
-
"src": "
|
|
3432
|
+
"src": "3639:6:152",
|
|
3433
3433
|
"type": ""
|
|
3434
3434
|
},
|
|
3435
3435
|
{
|
|
3436
3436
|
"name": "value4",
|
|
3437
3437
|
"nodeType": "YulTypedName",
|
|
3438
|
-
"src": "
|
|
3438
|
+
"src": "3647:6:152",
|
|
3439
3439
|
"type": ""
|
|
3440
3440
|
},
|
|
3441
3441
|
{
|
|
3442
3442
|
"name": "value3",
|
|
3443
3443
|
"nodeType": "YulTypedName",
|
|
3444
|
-
"src": "
|
|
3444
|
+
"src": "3655:6:152",
|
|
3445
3445
|
"type": ""
|
|
3446
3446
|
},
|
|
3447
3447
|
{
|
|
3448
3448
|
"name": "value2",
|
|
3449
3449
|
"nodeType": "YulTypedName",
|
|
3450
|
-
"src": "
|
|
3450
|
+
"src": "3663:6:152",
|
|
3451
3451
|
"type": ""
|
|
3452
3452
|
},
|
|
3453
3453
|
{
|
|
3454
3454
|
"name": "value1",
|
|
3455
3455
|
"nodeType": "YulTypedName",
|
|
3456
|
-
"src": "
|
|
3456
|
+
"src": "3671:6:152",
|
|
3457
3457
|
"type": ""
|
|
3458
3458
|
},
|
|
3459
3459
|
{
|
|
3460
3460
|
"name": "value0",
|
|
3461
3461
|
"nodeType": "YulTypedName",
|
|
3462
|
-
"src": "
|
|
3462
|
+
"src": "3679:6:152",
|
|
3463
3463
|
"type": ""
|
|
3464
3464
|
}
|
|
3465
3465
|
],
|
|
@@ -3467,21 +3467,21 @@
|
|
|
3467
3467
|
{
|
|
3468
3468
|
"name": "end",
|
|
3469
3469
|
"nodeType": "YulTypedName",
|
|
3470
|
-
"src": "
|
|
3470
|
+
"src": "3690:3:152",
|
|
3471
3471
|
"type": ""
|
|
3472
3472
|
}
|
|
3473
3473
|
],
|
|
3474
|
-
"src": "
|
|
3474
|
+
"src": "3443:665:152"
|
|
3475
3475
|
},
|
|
3476
3476
|
{
|
|
3477
3477
|
"body": {
|
|
3478
3478
|
"nodeType": "YulBlock",
|
|
3479
|
-
"src": "
|
|
3479
|
+
"src": "4182:207:152",
|
|
3480
3480
|
"statements": [
|
|
3481
3481
|
{
|
|
3482
3482
|
"body": {
|
|
3483
3483
|
"nodeType": "YulBlock",
|
|
3484
|
-
"src": "
|
|
3484
|
+
"src": "4228:16:152",
|
|
3485
3485
|
"statements": [
|
|
3486
3486
|
{
|
|
3487
3487
|
"expression": {
|
|
@@ -3489,14 +3489,14 @@
|
|
|
3489
3489
|
{
|
|
3490
3490
|
"kind": "number",
|
|
3491
3491
|
"nodeType": "YulLiteral",
|
|
3492
|
-
"src": "
|
|
3492
|
+
"src": "4237:1:152",
|
|
3493
3493
|
"type": "",
|
|
3494
3494
|
"value": "0"
|
|
3495
3495
|
},
|
|
3496
3496
|
{
|
|
3497
3497
|
"kind": "number",
|
|
3498
3498
|
"nodeType": "YulLiteral",
|
|
3499
|
-
"src": "
|
|
3499
|
+
"src": "4240:1:152",
|
|
3500
3500
|
"type": "",
|
|
3501
3501
|
"value": "0"
|
|
3502
3502
|
}
|
|
@@ -3504,13 +3504,13 @@
|
|
|
3504
3504
|
"functionName": {
|
|
3505
3505
|
"name": "revert",
|
|
3506
3506
|
"nodeType": "YulIdentifier",
|
|
3507
|
-
"src": "
|
|
3507
|
+
"src": "4230:6:152"
|
|
3508
3508
|
},
|
|
3509
3509
|
"nodeType": "YulFunctionCall",
|
|
3510
|
-
"src": "
|
|
3510
|
+
"src": "4230:12:152"
|
|
3511
3511
|
},
|
|
3512
3512
|
"nodeType": "YulExpressionStatement",
|
|
3513
|
-
"src": "
|
|
3513
|
+
"src": "4230:12:152"
|
|
3514
3514
|
}
|
|
3515
3515
|
]
|
|
3516
3516
|
},
|
|
@@ -3521,26 +3521,26 @@
|
|
|
3521
3521
|
{
|
|
3522
3522
|
"name": "dataEnd",
|
|
3523
3523
|
"nodeType": "YulIdentifier",
|
|
3524
|
-
"src": "
|
|
3524
|
+
"src": "4203:7:152"
|
|
3525
3525
|
},
|
|
3526
3526
|
{
|
|
3527
3527
|
"name": "headStart",
|
|
3528
3528
|
"nodeType": "YulIdentifier",
|
|
3529
|
-
"src": "
|
|
3529
|
+
"src": "4212:9:152"
|
|
3530
3530
|
}
|
|
3531
3531
|
],
|
|
3532
3532
|
"functionName": {
|
|
3533
3533
|
"name": "sub",
|
|
3534
3534
|
"nodeType": "YulIdentifier",
|
|
3535
|
-
"src": "
|
|
3535
|
+
"src": "4199:3:152"
|
|
3536
3536
|
},
|
|
3537
3537
|
"nodeType": "YulFunctionCall",
|
|
3538
|
-
"src": "
|
|
3538
|
+
"src": "4199:23:152"
|
|
3539
3539
|
},
|
|
3540
3540
|
{
|
|
3541
3541
|
"kind": "number",
|
|
3542
3542
|
"nodeType": "YulLiteral",
|
|
3543
|
-
"src": "
|
|
3543
|
+
"src": "4224:2:152",
|
|
3544
3544
|
"type": "",
|
|
3545
3545
|
"value": "32"
|
|
3546
3546
|
}
|
|
@@ -3548,38 +3548,38 @@
|
|
|
3548
3548
|
"functionName": {
|
|
3549
3549
|
"name": "slt",
|
|
3550
3550
|
"nodeType": "YulIdentifier",
|
|
3551
|
-
"src": "
|
|
3551
|
+
"src": "4195:3:152"
|
|
3552
3552
|
},
|
|
3553
3553
|
"nodeType": "YulFunctionCall",
|
|
3554
|
-
"src": "
|
|
3554
|
+
"src": "4195:32:152"
|
|
3555
3555
|
},
|
|
3556
3556
|
"nodeType": "YulIf",
|
|
3557
|
-
"src": "
|
|
3557
|
+
"src": "4192:52:152"
|
|
3558
3558
|
},
|
|
3559
3559
|
{
|
|
3560
3560
|
"nodeType": "YulVariableDeclaration",
|
|
3561
|
-
"src": "
|
|
3561
|
+
"src": "4253:36:152",
|
|
3562
3562
|
"value": {
|
|
3563
3563
|
"arguments": [
|
|
3564
3564
|
{
|
|
3565
3565
|
"name": "headStart",
|
|
3566
3566
|
"nodeType": "YulIdentifier",
|
|
3567
|
-
"src": "
|
|
3567
|
+
"src": "4279:9:152"
|
|
3568
3568
|
}
|
|
3569
3569
|
],
|
|
3570
3570
|
"functionName": {
|
|
3571
3571
|
"name": "calldataload",
|
|
3572
3572
|
"nodeType": "YulIdentifier",
|
|
3573
|
-
"src": "
|
|
3573
|
+
"src": "4266:12:152"
|
|
3574
3574
|
},
|
|
3575
3575
|
"nodeType": "YulFunctionCall",
|
|
3576
|
-
"src": "
|
|
3576
|
+
"src": "4266:23:152"
|
|
3577
3577
|
},
|
|
3578
3578
|
"variables": [
|
|
3579
3579
|
{
|
|
3580
3580
|
"name": "value",
|
|
3581
3581
|
"nodeType": "YulTypedName",
|
|
3582
|
-
"src": "
|
|
3582
|
+
"src": "4257:5:152",
|
|
3583
3583
|
"type": ""
|
|
3584
3584
|
}
|
|
3585
3585
|
]
|
|
@@ -3587,7 +3587,7 @@
|
|
|
3587
3587
|
{
|
|
3588
3588
|
"body": {
|
|
3589
3589
|
"nodeType": "YulBlock",
|
|
3590
|
-
"src": "
|
|
3590
|
+
"src": "4343:16:152",
|
|
3591
3591
|
"statements": [
|
|
3592
3592
|
{
|
|
3593
3593
|
"expression": {
|
|
@@ -3595,14 +3595,14 @@
|
|
|
3595
3595
|
{
|
|
3596
3596
|
"kind": "number",
|
|
3597
3597
|
"nodeType": "YulLiteral",
|
|
3598
|
-
"src": "
|
|
3598
|
+
"src": "4352:1:152",
|
|
3599
3599
|
"type": "",
|
|
3600
3600
|
"value": "0"
|
|
3601
3601
|
},
|
|
3602
3602
|
{
|
|
3603
3603
|
"kind": "number",
|
|
3604
3604
|
"nodeType": "YulLiteral",
|
|
3605
|
-
"src": "
|
|
3605
|
+
"src": "4355:1:152",
|
|
3606
3606
|
"type": "",
|
|
3607
3607
|
"value": "0"
|
|
3608
3608
|
}
|
|
@@ -3610,13 +3610,13 @@
|
|
|
3610
3610
|
"functionName": {
|
|
3611
3611
|
"name": "revert",
|
|
3612
3612
|
"nodeType": "YulIdentifier",
|
|
3613
|
-
"src": "
|
|
3613
|
+
"src": "4345:6:152"
|
|
3614
3614
|
},
|
|
3615
3615
|
"nodeType": "YulFunctionCall",
|
|
3616
|
-
"src": "
|
|
3616
|
+
"src": "4345:12:152"
|
|
3617
3617
|
},
|
|
3618
3618
|
"nodeType": "YulExpressionStatement",
|
|
3619
|
-
"src": "
|
|
3619
|
+
"src": "4345:12:152"
|
|
3620
3620
|
}
|
|
3621
3621
|
]
|
|
3622
3622
|
},
|
|
@@ -3627,19 +3627,19 @@
|
|
|
3627
3627
|
{
|
|
3628
3628
|
"name": "value",
|
|
3629
3629
|
"nodeType": "YulIdentifier",
|
|
3630
|
-
"src": "
|
|
3630
|
+
"src": "4311:5:152"
|
|
3631
3631
|
},
|
|
3632
3632
|
{
|
|
3633
3633
|
"arguments": [
|
|
3634
3634
|
{
|
|
3635
3635
|
"name": "value",
|
|
3636
3636
|
"nodeType": "YulIdentifier",
|
|
3637
|
-
"src": "
|
|
3637
|
+
"src": "4322:5:152"
|
|
3638
3638
|
},
|
|
3639
3639
|
{
|
|
3640
3640
|
"kind": "number",
|
|
3641
3641
|
"nodeType": "YulLiteral",
|
|
3642
|
-
"src": "
|
|
3642
|
+
"src": "4329:10:152",
|
|
3643
3643
|
"type": "",
|
|
3644
3644
|
"value": "0xffffffff"
|
|
3645
3645
|
}
|
|
@@ -3647,45 +3647,45 @@
|
|
|
3647
3647
|
"functionName": {
|
|
3648
3648
|
"name": "and",
|
|
3649
3649
|
"nodeType": "YulIdentifier",
|
|
3650
|
-
"src": "
|
|
3650
|
+
"src": "4318:3:152"
|
|
3651
3651
|
},
|
|
3652
3652
|
"nodeType": "YulFunctionCall",
|
|
3653
|
-
"src": "
|
|
3653
|
+
"src": "4318:22:152"
|
|
3654
3654
|
}
|
|
3655
3655
|
],
|
|
3656
3656
|
"functionName": {
|
|
3657
3657
|
"name": "eq",
|
|
3658
3658
|
"nodeType": "YulIdentifier",
|
|
3659
|
-
"src": "
|
|
3659
|
+
"src": "4308:2:152"
|
|
3660
3660
|
},
|
|
3661
3661
|
"nodeType": "YulFunctionCall",
|
|
3662
|
-
"src": "
|
|
3662
|
+
"src": "4308:33:152"
|
|
3663
3663
|
}
|
|
3664
3664
|
],
|
|
3665
3665
|
"functionName": {
|
|
3666
3666
|
"name": "iszero",
|
|
3667
3667
|
"nodeType": "YulIdentifier",
|
|
3668
|
-
"src": "
|
|
3668
|
+
"src": "4301:6:152"
|
|
3669
3669
|
},
|
|
3670
3670
|
"nodeType": "YulFunctionCall",
|
|
3671
|
-
"src": "
|
|
3671
|
+
"src": "4301:41:152"
|
|
3672
3672
|
},
|
|
3673
3673
|
"nodeType": "YulIf",
|
|
3674
|
-
"src": "
|
|
3674
|
+
"src": "4298:61:152"
|
|
3675
3675
|
},
|
|
3676
3676
|
{
|
|
3677
3677
|
"nodeType": "YulAssignment",
|
|
3678
|
-
"src": "
|
|
3678
|
+
"src": "4368:15:152",
|
|
3679
3679
|
"value": {
|
|
3680
3680
|
"name": "value",
|
|
3681
3681
|
"nodeType": "YulIdentifier",
|
|
3682
|
-
"src": "
|
|
3682
|
+
"src": "4378:5:152"
|
|
3683
3683
|
},
|
|
3684
3684
|
"variableNames": [
|
|
3685
3685
|
{
|
|
3686
3686
|
"name": "value0",
|
|
3687
3687
|
"nodeType": "YulIdentifier",
|
|
3688
|
-
"src": "
|
|
3688
|
+
"src": "4368:6:152"
|
|
3689
3689
|
}
|
|
3690
3690
|
]
|
|
3691
3691
|
}
|
|
@@ -3697,13 +3697,13 @@
|
|
|
3697
3697
|
{
|
|
3698
3698
|
"name": "headStart",
|
|
3699
3699
|
"nodeType": "YulTypedName",
|
|
3700
|
-
"src": "
|
|
3700
|
+
"src": "4148:9:152",
|
|
3701
3701
|
"type": ""
|
|
3702
3702
|
},
|
|
3703
3703
|
{
|
|
3704
3704
|
"name": "dataEnd",
|
|
3705
3705
|
"nodeType": "YulTypedName",
|
|
3706
|
-
"src": "
|
|
3706
|
+
"src": "4159:7:152",
|
|
3707
3707
|
"type": ""
|
|
3708
3708
|
}
|
|
3709
3709
|
],
|
|
@@ -3711,16 +3711,16 @@
|
|
|
3711
3711
|
{
|
|
3712
3712
|
"name": "value0",
|
|
3713
3713
|
"nodeType": "YulTypedName",
|
|
3714
|
-
"src": "
|
|
3714
|
+
"src": "4171:6:152",
|
|
3715
3715
|
"type": ""
|
|
3716
3716
|
}
|
|
3717
3717
|
],
|
|
3718
|
-
"src": "
|
|
3718
|
+
"src": "4113:276:152"
|
|
3719
3719
|
},
|
|
3720
3720
|
{
|
|
3721
3721
|
"body": {
|
|
3722
3722
|
"nodeType": "YulBlock",
|
|
3723
|
-
"src": "
|
|
3723
|
+
"src": "4539:183:152",
|
|
3724
3724
|
"statements": [
|
|
3725
3725
|
{
|
|
3726
3726
|
"expression": {
|
|
@@ -3728,24 +3728,24 @@
|
|
|
3728
3728
|
{
|
|
3729
3729
|
"name": "pos",
|
|
3730
3730
|
"nodeType": "YulIdentifier",
|
|
3731
|
-
"src": "
|
|
3731
|
+
"src": "4556:3:152"
|
|
3732
3732
|
},
|
|
3733
3733
|
{
|
|
3734
3734
|
"name": "value0",
|
|
3735
3735
|
"nodeType": "YulIdentifier",
|
|
3736
|
-
"src": "
|
|
3736
|
+
"src": "4561:6:152"
|
|
3737
3737
|
}
|
|
3738
3738
|
],
|
|
3739
3739
|
"functionName": {
|
|
3740
3740
|
"name": "mstore",
|
|
3741
3741
|
"nodeType": "YulIdentifier",
|
|
3742
|
-
"src": "
|
|
3742
|
+
"src": "4549:6:152"
|
|
3743
3743
|
},
|
|
3744
3744
|
"nodeType": "YulFunctionCall",
|
|
3745
|
-
"src": "
|
|
3745
|
+
"src": "4549:19:152"
|
|
3746
3746
|
},
|
|
3747
3747
|
"nodeType": "YulExpressionStatement",
|
|
3748
|
-
"src": "
|
|
3748
|
+
"src": "4549:19:152"
|
|
3749
3749
|
},
|
|
3750
3750
|
{
|
|
3751
3751
|
"expression": {
|
|
@@ -3755,12 +3755,12 @@
|
|
|
3755
3755
|
{
|
|
3756
3756
|
"name": "pos",
|
|
3757
3757
|
"nodeType": "YulIdentifier",
|
|
3758
|
-
"src": "
|
|
3758
|
+
"src": "4588:3:152"
|
|
3759
3759
|
},
|
|
3760
3760
|
{
|
|
3761
3761
|
"kind": "number",
|
|
3762
3762
|
"nodeType": "YulLiteral",
|
|
3763
|
-
"src": "
|
|
3763
|
+
"src": "4593:2:152",
|
|
3764
3764
|
"type": "",
|
|
3765
3765
|
"value": "32"
|
|
3766
3766
|
}
|
|
@@ -3768,10 +3768,10 @@
|
|
|
3768
3768
|
"functionName": {
|
|
3769
3769
|
"name": "add",
|
|
3770
3770
|
"nodeType": "YulIdentifier",
|
|
3771
|
-
"src": "
|
|
3771
|
+
"src": "4584:3:152"
|
|
3772
3772
|
},
|
|
3773
3773
|
"nodeType": "YulFunctionCall",
|
|
3774
|
-
"src": "
|
|
3774
|
+
"src": "4584:12:152"
|
|
3775
3775
|
},
|
|
3776
3776
|
{
|
|
3777
3777
|
"arguments": [
|
|
@@ -3780,28 +3780,28 @@
|
|
|
3780
3780
|
{
|
|
3781
3781
|
"kind": "number",
|
|
3782
3782
|
"nodeType": "YulLiteral",
|
|
3783
|
-
"src": "
|
|
3783
|
+
"src": "4606:3:152",
|
|
3784
3784
|
"type": "",
|
|
3785
3785
|
"value": "224"
|
|
3786
3786
|
},
|
|
3787
3787
|
{
|
|
3788
3788
|
"name": "value1",
|
|
3789
3789
|
"nodeType": "YulIdentifier",
|
|
3790
|
-
"src": "
|
|
3790
|
+
"src": "4611:6:152"
|
|
3791
3791
|
}
|
|
3792
3792
|
],
|
|
3793
3793
|
"functionName": {
|
|
3794
3794
|
"name": "shl",
|
|
3795
3795
|
"nodeType": "YulIdentifier",
|
|
3796
|
-
"src": "
|
|
3796
|
+
"src": "4602:3:152"
|
|
3797
3797
|
},
|
|
3798
3798
|
"nodeType": "YulFunctionCall",
|
|
3799
|
-
"src": "
|
|
3799
|
+
"src": "4602:16:152"
|
|
3800
3800
|
},
|
|
3801
3801
|
{
|
|
3802
3802
|
"kind": "number",
|
|
3803
3803
|
"nodeType": "YulLiteral",
|
|
3804
|
-
"src": "
|
|
3804
|
+
"src": "4620:66:152",
|
|
3805
3805
|
"type": "",
|
|
3806
3806
|
"value": "0xffffffff00000000000000000000000000000000000000000000000000000000"
|
|
3807
3807
|
}
|
|
@@ -3809,37 +3809,37 @@
|
|
|
3809
3809
|
"functionName": {
|
|
3810
3810
|
"name": "and",
|
|
3811
3811
|
"nodeType": "YulIdentifier",
|
|
3812
|
-
"src": "
|
|
3812
|
+
"src": "4598:3:152"
|
|
3813
3813
|
},
|
|
3814
3814
|
"nodeType": "YulFunctionCall",
|
|
3815
|
-
"src": "
|
|
3815
|
+
"src": "4598:89:152"
|
|
3816
3816
|
}
|
|
3817
3817
|
],
|
|
3818
3818
|
"functionName": {
|
|
3819
3819
|
"name": "mstore",
|
|
3820
3820
|
"nodeType": "YulIdentifier",
|
|
3821
|
-
"src": "
|
|
3821
|
+
"src": "4577:6:152"
|
|
3822
3822
|
},
|
|
3823
3823
|
"nodeType": "YulFunctionCall",
|
|
3824
|
-
"src": "
|
|
3824
|
+
"src": "4577:111:152"
|
|
3825
3825
|
},
|
|
3826
3826
|
"nodeType": "YulExpressionStatement",
|
|
3827
|
-
"src": "
|
|
3827
|
+
"src": "4577:111:152"
|
|
3828
3828
|
},
|
|
3829
3829
|
{
|
|
3830
3830
|
"nodeType": "YulAssignment",
|
|
3831
|
-
"src": "
|
|
3831
|
+
"src": "4697:19:152",
|
|
3832
3832
|
"value": {
|
|
3833
3833
|
"arguments": [
|
|
3834
3834
|
{
|
|
3835
3835
|
"name": "pos",
|
|
3836
3836
|
"nodeType": "YulIdentifier",
|
|
3837
|
-
"src": "
|
|
3837
|
+
"src": "4708:3:152"
|
|
3838
3838
|
},
|
|
3839
3839
|
{
|
|
3840
3840
|
"kind": "number",
|
|
3841
3841
|
"nodeType": "YulLiteral",
|
|
3842
|
-
"src": "
|
|
3842
|
+
"src": "4713:2:152",
|
|
3843
3843
|
"type": "",
|
|
3844
3844
|
"value": "36"
|
|
3845
3845
|
}
|
|
@@ -3847,16 +3847,16 @@
|
|
|
3847
3847
|
"functionName": {
|
|
3848
3848
|
"name": "add",
|
|
3849
3849
|
"nodeType": "YulIdentifier",
|
|
3850
|
-
"src": "
|
|
3850
|
+
"src": "4704:3:152"
|
|
3851
3851
|
},
|
|
3852
3852
|
"nodeType": "YulFunctionCall",
|
|
3853
|
-
"src": "
|
|
3853
|
+
"src": "4704:12:152"
|
|
3854
3854
|
},
|
|
3855
3855
|
"variableNames": [
|
|
3856
3856
|
{
|
|
3857
3857
|
"name": "end",
|
|
3858
3858
|
"nodeType": "YulIdentifier",
|
|
3859
|
-
"src": "
|
|
3859
|
+
"src": "4697:3:152"
|
|
3860
3860
|
}
|
|
3861
3861
|
]
|
|
3862
3862
|
}
|
|
@@ -3868,19 +3868,19 @@
|
|
|
3868
3868
|
{
|
|
3869
3869
|
"name": "pos",
|
|
3870
3870
|
"nodeType": "YulTypedName",
|
|
3871
|
-
"src": "
|
|
3871
|
+
"src": "4507:3:152",
|
|
3872
3872
|
"type": ""
|
|
3873
3873
|
},
|
|
3874
3874
|
{
|
|
3875
3875
|
"name": "value1",
|
|
3876
3876
|
"nodeType": "YulTypedName",
|
|
3877
|
-
"src": "
|
|
3877
|
+
"src": "4512:6:152",
|
|
3878
3878
|
"type": ""
|
|
3879
3879
|
},
|
|
3880
3880
|
{
|
|
3881
3881
|
"name": "value0",
|
|
3882
3882
|
"nodeType": "YulTypedName",
|
|
3883
|
-
"src": "
|
|
3883
|
+
"src": "4520:6:152",
|
|
3884
3884
|
"type": ""
|
|
3885
3885
|
}
|
|
3886
3886
|
],
|
|
@@ -3888,21 +3888,21 @@
|
|
|
3888
3888
|
{
|
|
3889
3889
|
"name": "end",
|
|
3890
3890
|
"nodeType": "YulTypedName",
|
|
3891
|
-
"src": "
|
|
3891
|
+
"src": "4531:3:152",
|
|
3892
3892
|
"type": ""
|
|
3893
3893
|
}
|
|
3894
3894
|
],
|
|
3895
|
-
"src": "
|
|
3895
|
+
"src": "4394:328:152"
|
|
3896
3896
|
},
|
|
3897
3897
|
{
|
|
3898
3898
|
"body": {
|
|
3899
3899
|
"nodeType": "YulBlock",
|
|
3900
|
-
"src": "
|
|
3900
|
+
"src": "4797:239:152",
|
|
3901
3901
|
"statements": [
|
|
3902
3902
|
{
|
|
3903
3903
|
"body": {
|
|
3904
3904
|
"nodeType": "YulBlock",
|
|
3905
|
-
"src": "
|
|
3905
|
+
"src": "4843:16:152",
|
|
3906
3906
|
"statements": [
|
|
3907
3907
|
{
|
|
3908
3908
|
"expression": {
|
|
@@ -3910,14 +3910,14 @@
|
|
|
3910
3910
|
{
|
|
3911
3911
|
"kind": "number",
|
|
3912
3912
|
"nodeType": "YulLiteral",
|
|
3913
|
-
"src": "
|
|
3913
|
+
"src": "4852:1:152",
|
|
3914
3914
|
"type": "",
|
|
3915
3915
|
"value": "0"
|
|
3916
3916
|
},
|
|
3917
3917
|
{
|
|
3918
3918
|
"kind": "number",
|
|
3919
3919
|
"nodeType": "YulLiteral",
|
|
3920
|
-
"src": "
|
|
3920
|
+
"src": "4855:1:152",
|
|
3921
3921
|
"type": "",
|
|
3922
3922
|
"value": "0"
|
|
3923
3923
|
}
|
|
@@ -3925,13 +3925,13 @@
|
|
|
3925
3925
|
"functionName": {
|
|
3926
3926
|
"name": "revert",
|
|
3927
3927
|
"nodeType": "YulIdentifier",
|
|
3928
|
-
"src": "
|
|
3928
|
+
"src": "4845:6:152"
|
|
3929
3929
|
},
|
|
3930
3930
|
"nodeType": "YulFunctionCall",
|
|
3931
|
-
"src": "
|
|
3931
|
+
"src": "4845:12:152"
|
|
3932
3932
|
},
|
|
3933
3933
|
"nodeType": "YulExpressionStatement",
|
|
3934
|
-
"src": "
|
|
3934
|
+
"src": "4845:12:152"
|
|
3935
3935
|
}
|
|
3936
3936
|
]
|
|
3937
3937
|
},
|
|
@@ -3942,26 +3942,26 @@
|
|
|
3942
3942
|
{
|
|
3943
3943
|
"name": "dataEnd",
|
|
3944
3944
|
"nodeType": "YulIdentifier",
|
|
3945
|
-
"src": "
|
|
3945
|
+
"src": "4818:7:152"
|
|
3946
3946
|
},
|
|
3947
3947
|
{
|
|
3948
3948
|
"name": "headStart",
|
|
3949
3949
|
"nodeType": "YulIdentifier",
|
|
3950
|
-
"src": "
|
|
3950
|
+
"src": "4827:9:152"
|
|
3951
3951
|
}
|
|
3952
3952
|
],
|
|
3953
3953
|
"functionName": {
|
|
3954
3954
|
"name": "sub",
|
|
3955
3955
|
"nodeType": "YulIdentifier",
|
|
3956
|
-
"src": "
|
|
3956
|
+
"src": "4814:3:152"
|
|
3957
3957
|
},
|
|
3958
3958
|
"nodeType": "YulFunctionCall",
|
|
3959
|
-
"src": "
|
|
3959
|
+
"src": "4814:23:152"
|
|
3960
3960
|
},
|
|
3961
3961
|
{
|
|
3962
3962
|
"kind": "number",
|
|
3963
3963
|
"nodeType": "YulLiteral",
|
|
3964
|
-
"src": "
|
|
3964
|
+
"src": "4839:2:152",
|
|
3965
3965
|
"type": "",
|
|
3966
3966
|
"value": "32"
|
|
3967
3967
|
}
|
|
@@ -3969,38 +3969,38 @@
|
|
|
3969
3969
|
"functionName": {
|
|
3970
3970
|
"name": "slt",
|
|
3971
3971
|
"nodeType": "YulIdentifier",
|
|
3972
|
-
"src": "
|
|
3972
|
+
"src": "4810:3:152"
|
|
3973
3973
|
},
|
|
3974
3974
|
"nodeType": "YulFunctionCall",
|
|
3975
|
-
"src": "
|
|
3975
|
+
"src": "4810:32:152"
|
|
3976
3976
|
},
|
|
3977
3977
|
"nodeType": "YulIf",
|
|
3978
|
-
"src": "
|
|
3978
|
+
"src": "4807:52:152"
|
|
3979
3979
|
},
|
|
3980
3980
|
{
|
|
3981
3981
|
"nodeType": "YulVariableDeclaration",
|
|
3982
|
-
"src": "
|
|
3982
|
+
"src": "4868:36:152",
|
|
3983
3983
|
"value": {
|
|
3984
3984
|
"arguments": [
|
|
3985
3985
|
{
|
|
3986
3986
|
"name": "headStart",
|
|
3987
3987
|
"nodeType": "YulIdentifier",
|
|
3988
|
-
"src": "
|
|
3988
|
+
"src": "4894:9:152"
|
|
3989
3989
|
}
|
|
3990
3990
|
],
|
|
3991
3991
|
"functionName": {
|
|
3992
3992
|
"name": "calldataload",
|
|
3993
3993
|
"nodeType": "YulIdentifier",
|
|
3994
|
-
"src": "
|
|
3994
|
+
"src": "4881:12:152"
|
|
3995
3995
|
},
|
|
3996
3996
|
"nodeType": "YulFunctionCall",
|
|
3997
|
-
"src": "
|
|
3997
|
+
"src": "4881:23:152"
|
|
3998
3998
|
},
|
|
3999
3999
|
"variables": [
|
|
4000
4000
|
{
|
|
4001
4001
|
"name": "value",
|
|
4002
4002
|
"nodeType": "YulTypedName",
|
|
4003
|
-
"src": "
|
|
4003
|
+
"src": "4872:5:152",
|
|
4004
4004
|
"type": ""
|
|
4005
4005
|
}
|
|
4006
4006
|
]
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
{
|
|
4009
4009
|
"body": {
|
|
4010
4010
|
"nodeType": "YulBlock",
|
|
4011
|
-
"src": "
|
|
4011
|
+
"src": "4990:16:152",
|
|
4012
4012
|
"statements": [
|
|
4013
4013
|
{
|
|
4014
4014
|
"expression": {
|
|
@@ -4016,14 +4016,14 @@
|
|
|
4016
4016
|
{
|
|
4017
4017
|
"kind": "number",
|
|
4018
4018
|
"nodeType": "YulLiteral",
|
|
4019
|
-
"src": "
|
|
4019
|
+
"src": "4999:1:152",
|
|
4020
4020
|
"type": "",
|
|
4021
4021
|
"value": "0"
|
|
4022
4022
|
},
|
|
4023
4023
|
{
|
|
4024
4024
|
"kind": "number",
|
|
4025
4025
|
"nodeType": "YulLiteral",
|
|
4026
|
-
"src": "
|
|
4026
|
+
"src": "5002:1:152",
|
|
4027
4027
|
"type": "",
|
|
4028
4028
|
"value": "0"
|
|
4029
4029
|
}
|
|
@@ -4031,13 +4031,13 @@
|
|
|
4031
4031
|
"functionName": {
|
|
4032
4032
|
"name": "revert",
|
|
4033
4033
|
"nodeType": "YulIdentifier",
|
|
4034
|
-
"src": "
|
|
4034
|
+
"src": "4992:6:152"
|
|
4035
4035
|
},
|
|
4036
4036
|
"nodeType": "YulFunctionCall",
|
|
4037
|
-
"src": "
|
|
4037
|
+
"src": "4992:12:152"
|
|
4038
4038
|
},
|
|
4039
4039
|
"nodeType": "YulExpressionStatement",
|
|
4040
|
-
"src": "
|
|
4040
|
+
"src": "4992:12:152"
|
|
4041
4041
|
}
|
|
4042
4042
|
]
|
|
4043
4043
|
},
|
|
@@ -4048,19 +4048,19 @@
|
|
|
4048
4048
|
{
|
|
4049
4049
|
"name": "value",
|
|
4050
4050
|
"nodeType": "YulIdentifier",
|
|
4051
|
-
"src": "
|
|
4051
|
+
"src": "4926:5:152"
|
|
4052
4052
|
},
|
|
4053
4053
|
{
|
|
4054
4054
|
"arguments": [
|
|
4055
4055
|
{
|
|
4056
4056
|
"name": "value",
|
|
4057
4057
|
"nodeType": "YulIdentifier",
|
|
4058
|
-
"src": "
|
|
4058
|
+
"src": "4937:5:152"
|
|
4059
4059
|
},
|
|
4060
4060
|
{
|
|
4061
4061
|
"kind": "number",
|
|
4062
4062
|
"nodeType": "YulLiteral",
|
|
4063
|
-
"src": "
|
|
4063
|
+
"src": "4944:42:152",
|
|
4064
4064
|
"type": "",
|
|
4065
4065
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
4066
4066
|
}
|
|
@@ -4068,45 +4068,45 @@
|
|
|
4068
4068
|
"functionName": {
|
|
4069
4069
|
"name": "and",
|
|
4070
4070
|
"nodeType": "YulIdentifier",
|
|
4071
|
-
"src": "
|
|
4071
|
+
"src": "4933:3:152"
|
|
4072
4072
|
},
|
|
4073
4073
|
"nodeType": "YulFunctionCall",
|
|
4074
|
-
"src": "
|
|
4074
|
+
"src": "4933:54:152"
|
|
4075
4075
|
}
|
|
4076
4076
|
],
|
|
4077
4077
|
"functionName": {
|
|
4078
4078
|
"name": "eq",
|
|
4079
4079
|
"nodeType": "YulIdentifier",
|
|
4080
|
-
"src": "
|
|
4080
|
+
"src": "4923:2:152"
|
|
4081
4081
|
},
|
|
4082
4082
|
"nodeType": "YulFunctionCall",
|
|
4083
|
-
"src": "
|
|
4083
|
+
"src": "4923:65:152"
|
|
4084
4084
|
}
|
|
4085
4085
|
],
|
|
4086
4086
|
"functionName": {
|
|
4087
4087
|
"name": "iszero",
|
|
4088
4088
|
"nodeType": "YulIdentifier",
|
|
4089
|
-
"src": "
|
|
4089
|
+
"src": "4916:6:152"
|
|
4090
4090
|
},
|
|
4091
4091
|
"nodeType": "YulFunctionCall",
|
|
4092
|
-
"src": "
|
|
4092
|
+
"src": "4916:73:152"
|
|
4093
4093
|
},
|
|
4094
4094
|
"nodeType": "YulIf",
|
|
4095
|
-
"src": "
|
|
4095
|
+
"src": "4913:93:152"
|
|
4096
4096
|
},
|
|
4097
4097
|
{
|
|
4098
4098
|
"nodeType": "YulAssignment",
|
|
4099
|
-
"src": "
|
|
4099
|
+
"src": "5015:15:152",
|
|
4100
4100
|
"value": {
|
|
4101
4101
|
"name": "value",
|
|
4102
4102
|
"nodeType": "YulIdentifier",
|
|
4103
|
-
"src": "
|
|
4103
|
+
"src": "5025:5:152"
|
|
4104
4104
|
},
|
|
4105
4105
|
"variableNames": [
|
|
4106
4106
|
{
|
|
4107
4107
|
"name": "value0",
|
|
4108
4108
|
"nodeType": "YulIdentifier",
|
|
4109
|
-
"src": "
|
|
4109
|
+
"src": "5015:6:152"
|
|
4110
4110
|
}
|
|
4111
4111
|
]
|
|
4112
4112
|
}
|
|
@@ -4118,13 +4118,13 @@
|
|
|
4118
4118
|
{
|
|
4119
4119
|
"name": "headStart",
|
|
4120
4120
|
"nodeType": "YulTypedName",
|
|
4121
|
-
"src": "
|
|
4121
|
+
"src": "4763:9:152",
|
|
4122
4122
|
"type": ""
|
|
4123
4123
|
},
|
|
4124
4124
|
{
|
|
4125
4125
|
"name": "dataEnd",
|
|
4126
4126
|
"nodeType": "YulTypedName",
|
|
4127
|
-
"src": "
|
|
4127
|
+
"src": "4774:7:152",
|
|
4128
4128
|
"type": ""
|
|
4129
4129
|
}
|
|
4130
4130
|
],
|
|
@@ -4132,16 +4132,16 @@
|
|
|
4132
4132
|
{
|
|
4133
4133
|
"name": "value0",
|
|
4134
4134
|
"nodeType": "YulTypedName",
|
|
4135
|
-
"src": "
|
|
4135
|
+
"src": "4786:6:152",
|
|
4136
4136
|
"type": ""
|
|
4137
4137
|
}
|
|
4138
4138
|
],
|
|
4139
|
-
"src": "
|
|
4139
|
+
"src": "4727:309:152"
|
|
4140
4140
|
},
|
|
4141
4141
|
{
|
|
4142
4142
|
"body": {
|
|
4143
4143
|
"nodeType": "YulBlock",
|
|
4144
|
-
"src": "
|
|
4144
|
+
"src": "5215:172:152",
|
|
4145
4145
|
"statements": [
|
|
4146
4146
|
{
|
|
4147
4147
|
"expression": {
|
|
@@ -4149,12 +4149,12 @@
|
|
|
4149
4149
|
{
|
|
4150
4150
|
"name": "headStart",
|
|
4151
4151
|
"nodeType": "YulIdentifier",
|
|
4152
|
-
"src": "
|
|
4152
|
+
"src": "5232:9:152"
|
|
4153
4153
|
},
|
|
4154
4154
|
{
|
|
4155
4155
|
"kind": "number",
|
|
4156
4156
|
"nodeType": "YulLiteral",
|
|
4157
|
-
"src": "
|
|
4157
|
+
"src": "5243:2:152",
|
|
4158
4158
|
"type": "",
|
|
4159
4159
|
"value": "32"
|
|
4160
4160
|
}
|
|
@@ -4162,13 +4162,13 @@
|
|
|
4162
4162
|
"functionName": {
|
|
4163
4163
|
"name": "mstore",
|
|
4164
4164
|
"nodeType": "YulIdentifier",
|
|
4165
|
-
"src": "
|
|
4165
|
+
"src": "5225:6:152"
|
|
4166
4166
|
},
|
|
4167
4167
|
"nodeType": "YulFunctionCall",
|
|
4168
|
-
"src": "
|
|
4168
|
+
"src": "5225:21:152"
|
|
4169
4169
|
},
|
|
4170
4170
|
"nodeType": "YulExpressionStatement",
|
|
4171
|
-
"src": "
|
|
4171
|
+
"src": "5225:21:152"
|
|
4172
4172
|
},
|
|
4173
4173
|
{
|
|
4174
4174
|
"expression": {
|
|
@@ -4178,12 +4178,12 @@
|
|
|
4178
4178
|
{
|
|
4179
4179
|
"name": "headStart",
|
|
4180
4180
|
"nodeType": "YulIdentifier",
|
|
4181
|
-
"src": "
|
|
4181
|
+
"src": "5266:9:152"
|
|
4182
4182
|
},
|
|
4183
4183
|
{
|
|
4184
4184
|
"kind": "number",
|
|
4185
4185
|
"nodeType": "YulLiteral",
|
|
4186
|
-
"src": "
|
|
4186
|
+
"src": "5277:2:152",
|
|
4187
4187
|
"type": "",
|
|
4188
4188
|
"value": "32"
|
|
4189
4189
|
}
|
|
@@ -4191,15 +4191,15 @@
|
|
|
4191
4191
|
"functionName": {
|
|
4192
4192
|
"name": "add",
|
|
4193
4193
|
"nodeType": "YulIdentifier",
|
|
4194
|
-
"src": "
|
|
4194
|
+
"src": "5262:3:152"
|
|
4195
4195
|
},
|
|
4196
4196
|
"nodeType": "YulFunctionCall",
|
|
4197
|
-
"src": "
|
|
4197
|
+
"src": "5262:18:152"
|
|
4198
4198
|
},
|
|
4199
4199
|
{
|
|
4200
4200
|
"kind": "number",
|
|
4201
4201
|
"nodeType": "YulLiteral",
|
|
4202
|
-
"src": "
|
|
4202
|
+
"src": "5282:2:152",
|
|
4203
4203
|
"type": "",
|
|
4204
4204
|
"value": "22"
|
|
4205
4205
|
}
|
|
@@ -4207,13 +4207,13 @@
|
|
|
4207
4207
|
"functionName": {
|
|
4208
4208
|
"name": "mstore",
|
|
4209
4209
|
"nodeType": "YulIdentifier",
|
|
4210
|
-
"src": "
|
|
4210
|
+
"src": "5255:6:152"
|
|
4211
4211
|
},
|
|
4212
4212
|
"nodeType": "YulFunctionCall",
|
|
4213
|
-
"src": "
|
|
4213
|
+
"src": "5255:30:152"
|
|
4214
4214
|
},
|
|
4215
4215
|
"nodeType": "YulExpressionStatement",
|
|
4216
|
-
"src": "
|
|
4216
|
+
"src": "5255:30:152"
|
|
4217
4217
|
},
|
|
4218
4218
|
{
|
|
4219
4219
|
"expression": {
|
|
@@ -4223,12 +4223,12 @@
|
|
|
4223
4223
|
{
|
|
4224
4224
|
"name": "headStart",
|
|
4225
4225
|
"nodeType": "YulIdentifier",
|
|
4226
|
-
"src": "
|
|
4226
|
+
"src": "5305:9:152"
|
|
4227
4227
|
},
|
|
4228
4228
|
{
|
|
4229
4229
|
"kind": "number",
|
|
4230
4230
|
"nodeType": "YulLiteral",
|
|
4231
|
-
"src": "
|
|
4231
|
+
"src": "5316:2:152",
|
|
4232
4232
|
"type": "",
|
|
4233
4233
|
"value": "64"
|
|
4234
4234
|
}
|
|
@@ -4236,16 +4236,16 @@
|
|
|
4236
4236
|
"functionName": {
|
|
4237
4237
|
"name": "add",
|
|
4238
4238
|
"nodeType": "YulIdentifier",
|
|
4239
|
-
"src": "
|
|
4239
|
+
"src": "5301:3:152"
|
|
4240
4240
|
},
|
|
4241
4241
|
"nodeType": "YulFunctionCall",
|
|
4242
|
-
"src": "
|
|
4242
|
+
"src": "5301:18:152"
|
|
4243
4243
|
},
|
|
4244
4244
|
{
|
|
4245
4245
|
"hexValue": "4465706f73697420646f6573206e6f74206578697374",
|
|
4246
4246
|
"kind": "string",
|
|
4247
4247
|
"nodeType": "YulLiteral",
|
|
4248
|
-
"src": "
|
|
4248
|
+
"src": "5321:24:152",
|
|
4249
4249
|
"type": "",
|
|
4250
4250
|
"value": "Deposit does not exist"
|
|
4251
4251
|
}
|
|
@@ -4253,28 +4253,28 @@
|
|
|
4253
4253
|
"functionName": {
|
|
4254
4254
|
"name": "mstore",
|
|
4255
4255
|
"nodeType": "YulIdentifier",
|
|
4256
|
-
"src": "
|
|
4256
|
+
"src": "5294:6:152"
|
|
4257
4257
|
},
|
|
4258
4258
|
"nodeType": "YulFunctionCall",
|
|
4259
|
-
"src": "
|
|
4259
|
+
"src": "5294:52:152"
|
|
4260
4260
|
},
|
|
4261
4261
|
"nodeType": "YulExpressionStatement",
|
|
4262
|
-
"src": "
|
|
4262
|
+
"src": "5294:52:152"
|
|
4263
4263
|
},
|
|
4264
4264
|
{
|
|
4265
4265
|
"nodeType": "YulAssignment",
|
|
4266
|
-
"src": "
|
|
4266
|
+
"src": "5355:26:152",
|
|
4267
4267
|
"value": {
|
|
4268
4268
|
"arguments": [
|
|
4269
4269
|
{
|
|
4270
4270
|
"name": "headStart",
|
|
4271
4271
|
"nodeType": "YulIdentifier",
|
|
4272
|
-
"src": "
|
|
4272
|
+
"src": "5367:9:152"
|
|
4273
4273
|
},
|
|
4274
4274
|
{
|
|
4275
4275
|
"kind": "number",
|
|
4276
4276
|
"nodeType": "YulLiteral",
|
|
4277
|
-
"src": "
|
|
4277
|
+
"src": "5378:2:152",
|
|
4278
4278
|
"type": "",
|
|
4279
4279
|
"value": "96"
|
|
4280
4280
|
}
|
|
@@ -4282,16 +4282,16 @@
|
|
|
4282
4282
|
"functionName": {
|
|
4283
4283
|
"name": "add",
|
|
4284
4284
|
"nodeType": "YulIdentifier",
|
|
4285
|
-
"src": "
|
|
4285
|
+
"src": "5363:3:152"
|
|
4286
4286
|
},
|
|
4287
4287
|
"nodeType": "YulFunctionCall",
|
|
4288
|
-
"src": "
|
|
4288
|
+
"src": "5363:18:152"
|
|
4289
4289
|
},
|
|
4290
4290
|
"variableNames": [
|
|
4291
4291
|
{
|
|
4292
4292
|
"name": "tail",
|
|
4293
4293
|
"nodeType": "YulIdentifier",
|
|
4294
|
-
"src": "
|
|
4294
|
+
"src": "5355:4:152"
|
|
4295
4295
|
}
|
|
4296
4296
|
]
|
|
4297
4297
|
}
|
|
@@ -4303,7 +4303,7 @@
|
|
|
4303
4303
|
{
|
|
4304
4304
|
"name": "headStart",
|
|
4305
4305
|
"nodeType": "YulTypedName",
|
|
4306
|
-
"src": "
|
|
4306
|
+
"src": "5192:9:152",
|
|
4307
4307
|
"type": ""
|
|
4308
4308
|
}
|
|
4309
4309
|
],
|
|
@@ -4311,16 +4311,16 @@
|
|
|
4311
4311
|
{
|
|
4312
4312
|
"name": "tail",
|
|
4313
4313
|
"nodeType": "YulTypedName",
|
|
4314
|
-
"src": "
|
|
4314
|
+
"src": "5206:4:152",
|
|
4315
4315
|
"type": ""
|
|
4316
4316
|
}
|
|
4317
4317
|
],
|
|
4318
|
-
"src": "
|
|
4318
|
+
"src": "5041:346:152"
|
|
4319
4319
|
}
|
|
4320
4320
|
]
|
|
4321
4321
|
},
|
|
4322
|
-
"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_struct$_BitcoinTxInfo_$
|
|
4323
|
-
"id":
|
|
4322
|
+
"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_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_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_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_bytes4(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, 0xffffffff00000000000000000000000000000000000000000000000000000000))) { revert(0, 0) }\n value0 := value\n }\n function access_calldata_tail_t_bytes_calldata_ptr(base_ref, ptr_to_tail) -> addr, length\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(30)))) { revert(0, 0) }\n let addr_1 := add(base_ref, rel_offset_of_tail)\n length := calldataload(addr_1)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n addr := add(addr_1, 0x20)\n if sgt(addr, sub(calldatasize(), length)) { revert(0, 0) }\n }\n function abi_encode_tuple_packed_t_bytes4_t_bytes_calldata_ptr_t_bytes_calldata_ptr_t_bytes4__to_t_bytes4_t_bytes_memory_ptr_t_bytes_memory_ptr_t_bytes4__nonPadded_inplace_fromStack_reversed(pos, value5, value4, value3, value2, value1, value0) -> end\n {\n let _1 := 0xffffffff00000000000000000000000000000000000000000000000000000000\n mstore(pos, and(value0, _1))\n calldatacopy(add(pos, 4), value1, value2)\n let _2 := add(pos, value2)\n let _3 := add(_2, 4)\n mstore(_3, 0)\n calldatacopy(_3, value3, value4)\n let _4 := add(_2, value4)\n mstore(add(_4, 4), and(value5, _1))\n end := add(_4, 8)\n }\n function abi_decode_tuple_t_uint32(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, 0xffffffff))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_packed_t_bytes32_t_uint32__to_t_bytes32_t_uint32__nonPadded_inplace_fromStack_reversed(pos, value1, value0) -> end\n {\n mstore(pos, value0)\n mstore(add(pos, 32), and(shl(224, value1), 0xffffffff00000000000000000000000000000000000000000000000000000000))\n end := add(pos, 36)\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_babdb945af9ac2cd12c122a1f3e691d10ff63bb6b50c00cca1d689c927a452e2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 22)\n mstore(add(headStart, 64), \"Deposit does not exist\")\n tail := add(headStart, 96)\n }\n}",
|
|
4323
|
+
"id": 152,
|
|
4324
4324
|
"language": "Yul",
|
|
4325
4325
|
"name": "#utility.yul"
|
|
4326
4326
|
}
|
|
@@ -4328,7 +4328,7 @@
|
|
|
4328
4328
|
"immutableReferences": {},
|
|
4329
4329
|
"linkReferences": {},
|
|
4330
4330
|
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0xBE JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xBC8D07CA GT PUSH2 0x76 JUMPI DUP1 PUSH4 0xC6C31D13 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0xC6C31D13 EQ PUSH2 0x2B7 JUMPI DUP1 PUSH4 0xEA974969 EQ PUSH2 0x2CB JUMPI DUP1 PUSH4 0xF98C59B5 EQ PUSH2 0x2D4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xBC8D07CA EQ PUSH2 0x279 JUMPI DUP1 PUSH4 0xC42B64D0 EQ PUSH2 0x28C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x86F01439 GT PUSH2 0xA7 JUMPI DUP1 PUSH4 0x86F01439 EQ PUSH2 0xF7 JUMPI DUP1 PUSH4 0xB02C43D0 EQ PUSH2 0x10C JUMPI DUP1 PUSH4 0xB7881E9C EQ PUSH2 0x26E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x296B38F8 EQ PUSH2 0xC3 JUMPI DUP1 PUSH4 0x570835EA EQ PUSH2 0xE5 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x1 SLOAD PUSH2 0xD0 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 PUSH1 0x2 SLOAD JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xDC JUMP JUMPDEST PUSH2 0x10A PUSH2 0x105 CALLDATASIZE PUSH1 0x4 PUSH2 0x6AF JUMP JUMPDEST PUSH2 0x2F7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1EE PUSH2 0x11A CALLDATASIZE PUSH1 0x4 PUSH2 0x718 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 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP3 AND DUP4 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF PUSH21 0x10000000000000000000000000000000000000000 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 0xDC SWAP2 SWAP1 PUSH1 0x0 PUSH1 0xE0 DUP3 ADD SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB 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 0xD0 JUMP JUMPDEST PUSH2 0x10A PUSH2 0x287 CALLDATASIZE PUSH1 0x4 PUSH2 0x718 JUMP JUMPDEST PUSH2 0x5C9 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 0xDC JUMP JUMPDEST PUSH2 0x10A PUSH1 0x1 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE PUSH1 0x0 PUSH1 0x2 SSTORE JUMP JUMPDEST PUSH2 0xE9 PUSH1 0x2 SLOAD DUP2 JUMP JUMPDEST PUSH2 0xD0 PUSH2 0x2E2 CALLDATASIZE PUSH1 0x4 PUSH2 0x718 JUMP JUMPDEST PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND DUP2 JUMP JUMPDEST PUSH1 0x1 DUP1 SLOAD PUSH1 0xFF NOT AND DUP2 OR SWAP1 SSTORE PUSH1 0x0 PUSH2 0x368 PUSH2 0x315 PUSH1 0x20 DUP7 ADD DUP7 PUSH2 0x731 JUMP JUMPDEST PUSH2 0x322 PUSH1 0x20 DUP8 ADD DUP8 PUSH2 0x77A JUMP JUMPDEST PUSH2 0x32F PUSH1 0x40 DUP10 ADD DUP10 PUSH2 0x77A JUMP JUMPDEST PUSH2 0x33F PUSH1 0x80 DUP12 ADD PUSH1 0x60 DUP13 ADD PUSH2 0x731 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x354 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x7C8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x688 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH2 0x37A PUSH1 0x20 DUP7 ADD DUP7 PUSH2 0x822 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x3B9 SWAP3 SWAP2 SWAP1 SWAP2 DUP3 MSTORE PUSH1 0xE0 SHL PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x24 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F NOT DUP2 DUP5 SUB ADD DUP2 MSTORE DUP3 DUP3 MSTORE DUP1 MLOAD PUSH1 0x20 SWAP2 DUP3 ADD KECCAK256 PUSH1 0x2 DUP2 SWAP1 SSTORE PUSH1 0xE0 DUP5 ADD DUP4 MSTORE CALLER DUP5 MSTORE PUSH4 0x54AFB00 SWAP2 DUP5 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH4 0xFFFFFFFF TIMESTAMP AND SWAP2 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP2 POP PUSH1 0x60 DUP2 ADD PUSH2 0x40F PUSH1 0xC0 DUP8 ADD PUSH1 0xA0 DUP9 ADD PUSH2 0x848 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD PUSH3 0xDB3D0 PUSH8 0xFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH4 0xFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0x0 DUP1 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB MUL NOT AND SWAP1 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x1C PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH4 0xFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH4 0xFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB MUL NOT AND SWAP1 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND MUL OR SWAP1 SSTORE POP PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x1C PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH4 0xFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH4 0xFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD SSTORE SWAP1 POP POP PUSH1 0x1 PUSH1 0x3 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP DUP1 PUSH1 0x0 SHL PUSH32 0x4BEF0E2BBB18A1000F3353BE4884C6219B30101C1CBADF1FB8650AB0CCC2F6CB PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x645 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x16 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4465706F73697420646F6573206E6F7420657869737400000000000000000000 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 PUSH1 0x0 DUP4 MLOAD PUSH1 0x20 DUP6 ADD PUSH1 0x2 GAS STATICCALL POP PUSH1 0x20 PUSH1 0x0 PUSH1 0x20 PUSH1 0x0 PUSH1 0x2 GAS STATICCALL POP POP PUSH1 0x0 MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 DUP6 SUB PUSH2 0x100 DUP2 SLT ISZERO PUSH2 0x6C6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x6DD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 ADD PUSH1 0x80 DUP2 DUP9 SUB SLT ISZERO PUSH2 0x6EF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 POP PUSH1 0xC0 PUSH1 0x1F NOT DUP3 ADD SLT ISZERO PUSH2 0x703 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 0x72A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x743 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0x773 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x791 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x7AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x7C1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP1 DUP10 AND DUP4 MSTORE DUP7 DUP9 PUSH1 0x4 DUP6 ADD CALLDATACOPY DUP7 DUP4 ADD PUSH1 0x4 DUP2 ADD PUSH1 0x0 DUP2 MSTORE DUP7 DUP9 DUP3 CALLDATACOPY POP SWAP4 AND SWAP4 SWAP1 SWAP3 ADD PUSH1 0x4 DUP2 ADD SWAP4 SWAP1 SWAP4 MSTORE POP POP PUSH1 0x8 ADD SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x834 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x773 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x85A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x773 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP1 BLOCKHASH 0xF7 DUP12 0xC0 0xED 0xEB 0x23 0xE SWAP3 CALLDATASIZE 0xDE CALLVALUE CREATE2 NUMBER SWAP2 OR PUSH15 0xA8243117E5E9ED1BEA60A99DF7BC64 PUSH20 0x6F6C634300081100330000000000000000000000 ",
|
|
4331
|
-
"sourceMap": "182:2887:
|
|
4331
|
+
"sourceMap": "182:2887:131:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;364:35;;;;;;;;;;;;179:14:152;;172:22;154:41;;142:2;127:18;364:35:131;;;;;;;;2616:99;2694:14;;2616:99;;;352:25:152;;;340:2;325:18;2616:99:131;206:177:152;664:1350:131;;;;;;:::i;:::-;;:::i;:::-;;2020:187;;;;;;:::i;:::-;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2179:9:131;:21;;;;;;;;;;;;2172:28;;;;;;;;;-1:-1:-1;;;;;2172:28:131;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;2172:28:131;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2020:187;;;;;;;1368:4:152;1410:3;1399:9;1395:19;1387:27;;-1:-1:-1;;;;;1521:2:152;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;;;;;2496:114:131;2580:23;;;;2496:114;;2833:234;;;;;;:::i;:::-;;:::i;2213:248::-;;;;2302:6;2371:34:152;;;2436:2;2421:18;;2414:43;;;2423:7:131;2473:18:152;;;2466:43;;;;2540:2;2525:18;;2518:51;;;;2321:3;2306:19;2213:248:131;2111:464:152;2721:106:131;;2761:23;:31;;-1:-1:-1;;2761:31:131;;;2787:5;2802:14;:18;2721:106;405:29;;;;;;440:45;;;;;;:::i;:::-;;;;;;;;;;;;;;;;664:1350;889:4;863:30;;-1:-1:-1;;863:30:131;;;;;:23;998:220;1045:17;;;;:9;:17;:::i;:::-;1080:21;;;;:9;:21;:::i;:::-;1119:22;;;;:9;:22;:::i;:::-;1159:18;;;;;;;;:::i;:::-;998:193;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;:218;:220::i;:::-;974:244;-1:-1:-1;1229:18:131;974:244;1330:25;;;;:6;:25;:::i;:::-;1298:58;;;;;;;;4549:19:152;;;4606:3;4602:16;4620:66;4598:89;4593:2;4584:12;;4577:111;4713:2;4704:12;;4394:328;1298:58:131;;;;-1:-1:-1;;1298:58:131;;;;;;;;;1271:99;;1298:58;1271:99;;;;1391:14;:27;;;1484:429;;;;;1537:10;1484:429;;1569:8;1484:429;;;;;;;;1677:15;1484:429;;;;;;;;1271:99;-1:-1:-1;1484:429:131;;;1755:12;;;;;;;;:::i;:::-;-1:-1:-1;;;;;1484:429:131;;;;;1794:6;1484:429;;;;;;1850:1;1484:429;;;;;;1893:9;1484:429;;;1460:9;:21;1470:10;1460:21;;;;;;;;;;;:453;;;;;;;;;;;;;-1:-1:-1;;;;;1460:453:131;;;;;-1:-1:-1;;;;;1460:453:131;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;1460:453:131;;;;;-1:-1:-1;;;;;1460:453:131;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1951:4;1923:13;:25;1937:10;1923:25;;;;;;;;;;;;:32;;;;;;;;;;;;;;;;;;1995:10;1987:19;;1971:36;;;;;;;;;;853:1161;;664:1350;;;:::o;2833:234::-;2902:25;;;;:13;:25;;;;;;;;2894:60;;;;;;;5243:2:152;2894:60:131;;;5225:21:152;5282:2;5262:18;;;5255:30;5321:24;5301:18;;;5294:52;5363:18;;2894:60:131;;;;;;;;2964:9;:21;;;;;;;;;;:29;;:55;;;;-1:-1:-1;;;3003:15:131;2964:55;;;;;;2833:234::o;9609:335:0:-;9670:11;9835:2;9829:4;9824:2;9818:9;9813:2;9809;9805:11;9802:1;9795:5;9784:54;9780:59;9893:2;9887:4;9883:2;9877:4;9874:1;9867:5;9856:40;-1:-1:-1;;9923:4:0;9917:11;;9609:335;-1:-1:-1;9609:335:0:o;388:632:152:-;537:6;545;553;597:9;588:7;584:23;627:3;623:2;619:12;616:32;;;644:1;641;634:12;616:32;684:9;671:23;717:18;709:6;706:30;703:50;;;749:1;746;739:12;703:50;772:22;;828:3;810:16;;;806:26;803:46;;;845:1;842;835:12;803:46;868:2;-1:-1:-1;904:3:152;-1:-1:-1;;886:16:152;;882:26;879:46;;;921:1;918;911:12;879:46;;959:2;948:9;944:18;934:28;;1009:3;998:9;994:19;981:33;971:43;;388:632;;;;;:::o;1025:180::-;1084:6;1137:2;1125:9;1116:7;1112:23;1108:32;1105:52;;;1153:1;1150;1143:12;1105:52;-1:-1:-1;1176:23:152;;1025:180;-1:-1:-1;1025:180:152:o;2580:332::-;2638:6;2691:2;2679:9;2670:7;2666:23;2662:32;2659:52;;;2707:1;2704;2697:12;2659:52;2746:9;2733:23;2796:66;2789:5;2785:78;2778:5;2775:89;2765:117;;2878:1;2875;2868:12;2765:117;2901:5;2580:332;-1:-1:-1;;;2580:332:152:o;2917:521::-;2994:4;3000:6;3060:11;3047:25;3154:2;3150:7;3139:8;3123:14;3119:29;3115:43;3095:18;3091:68;3081:96;;3173:1;3170;3163:12;3081:96;3200:33;;3252:20;;;-1:-1:-1;3295:18:152;3284:30;;3281:50;;;3327:1;3324;3317:12;3281:50;3360:4;3348:17;;-1:-1:-1;3391:14:152;3387:27;;;3377:38;;3374:58;;;3428:1;3425;3418:12;3374:58;2917:521;;;;;:::o;3443:665::-;3690:3;3718:66;3817:2;3809:6;3805:15;3800:3;3793:28;3864:6;3856;3852:1;3847:3;3843:11;3830:41;3899:6;3894:3;3890:16;3933:1;3929:2;3925:10;3955:1;3951:2;3944:13;3991:6;3983;3979:2;3966:32;-1:-1:-1;4060:15:152;;4017;;;;4056:1;4048:10;;4041:35;;;;-1:-1:-1;;4100:1:152;4092:10;;;-1:-1:-1;;;;3443:665:152:o;4113:276::-;4171:6;4224:2;4212:9;4203:7;4199:23;4195:32;4192:52;;;4240:1;4237;4230:12;4192:52;4279:9;4266:23;4329:10;4322:5;4318:22;4311:5;4308:33;4298:61;;4355:1;4352;4345:12;4727:309;4786:6;4839:2;4827:9;4818:7;4814:23;4810:32;4807:52;;;4855:1;4852;4845:12;4807:52;4894:9;4881:23;-1:-1:-1;;;;;4937:5:152;4933:54;4926:5;4923:65;4913:93;;5002:1;4999;4992:12"
|
|
4332
4332
|
},
|
|
4333
4333
|
"gasEstimates": {
|
|
4334
4334
|
"creation": {
|
|
@@ -4366,15 +4366,15 @@
|
|
|
4366
4366
|
"storageLayout": {
|
|
4367
4367
|
"storage": [
|
|
4368
4368
|
{
|
|
4369
|
-
"astId":
|
|
4369
|
+
"astId": 46149,
|
|
4370
4370
|
"contract": "contracts/test/MockBridgeForStarkNet.sol:MockBridgeForStarkNet",
|
|
4371
4371
|
"label": "_deposits",
|
|
4372
4372
|
"offset": 0,
|
|
4373
4373
|
"slot": "0",
|
|
4374
|
-
"type": "t_mapping(t_uint256,t_struct(DepositRequest)
|
|
4374
|
+
"type": "t_mapping(t_uint256,t_struct(DepositRequest)43364_storage)"
|
|
4375
4375
|
},
|
|
4376
4376
|
{
|
|
4377
|
-
"astId":
|
|
4377
|
+
"astId": 46151,
|
|
4378
4378
|
"contract": "contracts/test/MockBridgeForStarkNet.sol:MockBridgeForStarkNet",
|
|
4379
4379
|
"label": "initializeDepositCalled",
|
|
4380
4380
|
"offset": 0,
|
|
@@ -4382,7 +4382,7 @@
|
|
|
4382
4382
|
"type": "t_bool"
|
|
4383
4383
|
},
|
|
4384
4384
|
{
|
|
4385
|
-
"astId":
|
|
4385
|
+
"astId": 46153,
|
|
4386
4386
|
"contract": "contracts/test/MockBridgeForStarkNet.sol:MockBridgeForStarkNet",
|
|
4387
4387
|
"label": "lastDepositKey",
|
|
4388
4388
|
"offset": 0,
|
|
@@ -4390,7 +4390,7 @@
|
|
|
4390
4390
|
"type": "t_uint256"
|
|
4391
4391
|
},
|
|
4392
4392
|
{
|
|
4393
|
-
"astId":
|
|
4393
|
+
"astId": 46157,
|
|
4394
4394
|
"contract": "contracts/test/MockBridgeForStarkNet.sol:MockBridgeForStarkNet",
|
|
4395
4395
|
"label": "depositExists",
|
|
4396
4396
|
"offset": 0,
|
|
@@ -4421,19 +4421,19 @@
|
|
|
4421
4421
|
"numberOfBytes": "32",
|
|
4422
4422
|
"value": "t_bool"
|
|
4423
4423
|
},
|
|
4424
|
-
"t_mapping(t_uint256,t_struct(DepositRequest)
|
|
4424
|
+
"t_mapping(t_uint256,t_struct(DepositRequest)43364_storage)": {
|
|
4425
4425
|
"encoding": "mapping",
|
|
4426
4426
|
"key": "t_uint256",
|
|
4427
4427
|
"label": "mapping(uint256 => struct IBridgeTypes.DepositRequest)",
|
|
4428
4428
|
"numberOfBytes": "32",
|
|
4429
|
-
"value": "t_struct(DepositRequest)
|
|
4429
|
+
"value": "t_struct(DepositRequest)43364_storage"
|
|
4430
4430
|
},
|
|
4431
|
-
"t_struct(DepositRequest)
|
|
4431
|
+
"t_struct(DepositRequest)43364_storage": {
|
|
4432
4432
|
"encoding": "inplace",
|
|
4433
4433
|
"label": "struct IBridgeTypes.DepositRequest",
|
|
4434
4434
|
"members": [
|
|
4435
4435
|
{
|
|
4436
|
-
"astId":
|
|
4436
|
+
"astId": 43351,
|
|
4437
4437
|
"contract": "contracts/test/MockBridgeForStarkNet.sol:MockBridgeForStarkNet",
|
|
4438
4438
|
"label": "depositor",
|
|
4439
4439
|
"offset": 0,
|
|
@@ -4441,7 +4441,7 @@
|
|
|
4441
4441
|
"type": "t_address"
|
|
4442
4442
|
},
|
|
4443
4443
|
{
|
|
4444
|
-
"astId":
|
|
4444
|
+
"astId": 43353,
|
|
4445
4445
|
"contract": "contracts/test/MockBridgeForStarkNet.sol:MockBridgeForStarkNet",
|
|
4446
4446
|
"label": "amount",
|
|
4447
4447
|
"offset": 20,
|
|
@@ -4449,7 +4449,7 @@
|
|
|
4449
4449
|
"type": "t_uint64"
|
|
4450
4450
|
},
|
|
4451
4451
|
{
|
|
4452
|
-
"astId":
|
|
4452
|
+
"astId": 43355,
|
|
4453
4453
|
"contract": "contracts/test/MockBridgeForStarkNet.sol:MockBridgeForStarkNet",
|
|
4454
4454
|
"label": "revealedAt",
|
|
4455
4455
|
"offset": 28,
|
|
@@ -4457,7 +4457,7 @@
|
|
|
4457
4457
|
"type": "t_uint32"
|
|
4458
4458
|
},
|
|
4459
4459
|
{
|
|
4460
|
-
"astId":
|
|
4460
|
+
"astId": 43357,
|
|
4461
4461
|
"contract": "contracts/test/MockBridgeForStarkNet.sol:MockBridgeForStarkNet",
|
|
4462
4462
|
"label": "vault",
|
|
4463
4463
|
"offset": 0,
|
|
@@ -4465,7 +4465,7 @@
|
|
|
4465
4465
|
"type": "t_address"
|
|
4466
4466
|
},
|
|
4467
4467
|
{
|
|
4468
|
-
"astId":
|
|
4468
|
+
"astId": 43359,
|
|
4469
4469
|
"contract": "contracts/test/MockBridgeForStarkNet.sol:MockBridgeForStarkNet",
|
|
4470
4470
|
"label": "treasuryFee",
|
|
4471
4471
|
"offset": 20,
|
|
@@ -4473,7 +4473,7 @@
|
|
|
4473
4473
|
"type": "t_uint64"
|
|
4474
4474
|
},
|
|
4475
4475
|
{
|
|
4476
|
-
"astId":
|
|
4476
|
+
"astId": 43361,
|
|
4477
4477
|
"contract": "contracts/test/MockBridgeForStarkNet.sol:MockBridgeForStarkNet",
|
|
4478
4478
|
"label": "sweptAt",
|
|
4479
4479
|
"offset": 28,
|
|
@@ -4481,7 +4481,7 @@
|
|
|
4481
4481
|
"type": "t_uint32"
|
|
4482
4482
|
},
|
|
4483
4483
|
{
|
|
4484
|
-
"astId":
|
|
4484
|
+
"astId": 43363,
|
|
4485
4485
|
"contract": "contracts/test/MockBridgeForStarkNet.sol:MockBridgeForStarkNet",
|
|
4486
4486
|
"label": "extraData",
|
|
4487
4487
|
"offset": 0,
|