@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
|
@@ -150,9 +150,9 @@
|
|
|
150
150
|
"evm": {
|
|
151
151
|
"bytecode": {
|
|
152
152
|
"functionDebugData": {
|
|
153
|
-
"@
|
|
153
|
+
"@_47155": {
|
|
154
154
|
"entryPoint": null,
|
|
155
|
-
"id":
|
|
155
|
+
"id": 47155,
|
|
156
156
|
"parameterSlots": 0,
|
|
157
157
|
"returnSlots": 0
|
|
158
158
|
}
|
|
@@ -160,49 +160,49 @@
|
|
|
160
160
|
"generatedSources": [],
|
|
161
161
|
"linkReferences": {},
|
|
162
162
|
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 SLOAD PUSH4 0xFFFFFFFF PUSH1 0xA0 SHL NOT AND PUSH1 0x7D PUSH1 0xA3 SHL OR SWAP1 SSTORE CALLVALUE DUP1 ISZERO PUSH2 0x26 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3E3 DUP1 PUSH2 0x36 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 0x7D JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x724E11B6 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x724E11B6 EQ PUSH2 0x126 JUMPI DUP1 PUSH4 0x92975F18 EQ PUSH2 0x18A JUMPI DUP1 PUSH4 0xD5B0B0CE EQ PUSH2 0x21A JUMPI DUP1 PUSH4 0xE5D3D714 EQ PUSH2 0x266 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x9B53F51 EQ PUSH2 0x82 JUMPI DUP1 PUSH4 0x2B43B4D5 EQ PUSH2 0xB3 JUMPI DUP1 PUSH4 0x6C626AA4 EQ PUSH2 0xF2 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x99 SWAP1 PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xF0 PUSH2 0xC1 CALLDATASIZE PUSH1 0x4 PUSH2 0x317 JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP3 SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x105 PUSH2 0x100 CALLDATASIZE PUSH1 0x4 PUSH2 0x339 JUMP JUMPDEST PUSH2 0x291 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF SWAP4 DUP5 AND DUP2 MSTORE SWAP3 SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0xAA JUMP JUMPDEST PUSH2 0x17A PUSH2 0x134 CALLDATASIZE PUSH1 0x4 PUSH2 0x339 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 DUP4 MLOAD PUSH1 0x60 DUP2 ADD DUP6 MSTORE DUP2 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE SWAP3 DUP2 ADD SLOAD SWAP2 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x2 ADD SLOAD PUSH4 0xFFFFFFFF AND SWAP2 ADD DUP2 SWAP1 MSTORE ISZERO ISZERO SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xAA JUMP JUMPDEST PUSH2 0xF0 PUSH2 0x198 CALLDATASIZE PUSH1 0x4 PUSH2 0x352 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x60 DUP2 ADD DUP3 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 DUP5 AND DUP2 MSTORE PUSH1 0x20 DUP1 DUP3 ADD SWAP4 DUP5 MSTORE TIMESTAMP PUSH4 0xFFFFFFFF SWAP1 DUP2 AND DUP4 DUP6 ADD SWAP1 DUP2 MSTORE PUSH1 0x0 SWAP8 DUP9 MSTORE PUSH1 0x1 SWAP3 DUP4 SWAP1 MSTORE SWAP4 SWAP1 SWAP7 KECCAK256 SWAP2 MLOAD DUP3 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP6 AND SWAP5 SWAP1 SWAP5 OR DUP2 SSTORE SWAP2 MLOAD SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 SSTORE SWAP1 MLOAD PUSH1 0x2 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH4 0xFFFFFFFF NOT AND SWAP2 SWAP1 SWAP3 AND OR SWAP1 SSTORE JUMP JUMPDEST PUSH2 0xF0 PUSH2 0x228 CALLDATASIZE PUSH1 0x4 PUSH2 0x387 JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP3 AND PUSH1 0x1 PUSH1 0xA0 SHL MUL PUSH32 0xFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x279 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xAA JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 DUP2 MLOAD PUSH1 0x60 DUP2 ADD DUP4 MSTORE DUP2 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE SWAP4 DUP2 ADD SLOAD SWAP3 DUP5 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x2 SWAP1 SWAP2 ADD SLOAD PUSH4 0xFFFFFFFF AND SWAP1 DUP3 ADD DUP2 SWAP1 MSTORE DUP3 SWAP2 SWAP1 ISZERO PUSH2 0x2EF JUMPI PUSH1 0x40 ADD MLOAD PUSH4 0xFFFFFFFF AND SWAP4 TIMESTAMP SWAP4 POP SWAP2 POP POP JUMP JUMPDEST POP PUSH1 0x0 SWAP4 DUP5 SWAP4 POP SWAP2 POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x312 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x329 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x332 DUP3 PUSH2 0x2FB JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x34B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x367 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD SWAP3 POP PUSH2 0x377 PUSH1 0x20 DUP6 ADD PUSH2 0x2FB JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x399 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x332 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH11 0x4EA71AEF381D46EDEE638B CODECOPY GASLIMIT PUSH23 0x67E375B2B8C0BFBA5DCA58A9436862EA5664736F6C6343 STOP ADDMOD GT STOP CALLER ",
|
|
163
|
-
"sourceMap": "106:1590:
|
|
163
|
+
"sourceMap": "106:1590:136:-:0;;;298:57;;;-1:-1:-1;;;;298:57:136;-1:-1:-1;;;298:57:136;;;428:61;;;;;;;;;;106:1590;;;;;;"
|
|
164
164
|
},
|
|
165
165
|
"deployedBytecode": {
|
|
166
166
|
"functionDebugData": {
|
|
167
|
-
"@
|
|
167
|
+
"@isOptimisticMintingFinalized_47262": {
|
|
168
168
|
"entryPoint": null,
|
|
169
|
-
"id":
|
|
169
|
+
"id": 47262,
|
|
170
170
|
"parameterSlots": 1,
|
|
171
171
|
"returnSlots": 1
|
|
172
172
|
},
|
|
173
|
-
"@
|
|
173
|
+
"@optimisticMintingFeeDivisor_47146": {
|
|
174
174
|
"entryPoint": null,
|
|
175
|
-
"id":
|
|
175
|
+
"id": 47146,
|
|
176
176
|
"parameterSlots": 0,
|
|
177
177
|
"returnSlots": 0
|
|
178
178
|
},
|
|
179
|
-
"@
|
|
179
|
+
"@optimisticMintingRequests_47239": {
|
|
180
180
|
"entryPoint": 657,
|
|
181
|
-
"id":
|
|
181
|
+
"id": 47239,
|
|
182
182
|
"parameterSlots": 1,
|
|
183
183
|
"returnSlots": 2
|
|
184
184
|
},
|
|
185
|
-
"@
|
|
185
|
+
"@setDepositInfo_47199": {
|
|
186
186
|
"entryPoint": null,
|
|
187
|
-
"id":
|
|
187
|
+
"id": 47199,
|
|
188
188
|
"parameterSlots": 3,
|
|
189
189
|
"returnSlots": 0
|
|
190
190
|
},
|
|
191
|
-
"@
|
|
191
|
+
"@setOptimisticMintingFeeDivisor_47175": {
|
|
192
192
|
"entryPoint": null,
|
|
193
|
-
"id":
|
|
193
|
+
"id": 47175,
|
|
194
194
|
"parameterSlots": 1,
|
|
195
195
|
"returnSlots": 0
|
|
196
196
|
},
|
|
197
|
-
"@
|
|
197
|
+
"@setTbtcToken_47165": {
|
|
198
198
|
"entryPoint": null,
|
|
199
|
-
"id":
|
|
199
|
+
"id": 47165,
|
|
200
200
|
"parameterSlots": 1,
|
|
201
201
|
"returnSlots": 0
|
|
202
202
|
},
|
|
203
|
-
"@
|
|
203
|
+
"@tbtcToken_47142": {
|
|
204
204
|
"entryPoint": null,
|
|
205
|
-
"id":
|
|
205
|
+
"id": 47142,
|
|
206
206
|
"parameterSlots": 0,
|
|
207
207
|
"returnSlots": 0
|
|
208
208
|
},
|
|
@@ -271,32 +271,32 @@
|
|
|
271
271
|
{
|
|
272
272
|
"ast": {
|
|
273
273
|
"nodeType": "YulBlock",
|
|
274
|
-
"src": "0:2305:
|
|
274
|
+
"src": "0:2305:152",
|
|
275
275
|
"statements": [
|
|
276
276
|
{
|
|
277
277
|
"nodeType": "YulBlock",
|
|
278
|
-
"src": "6:3:
|
|
278
|
+
"src": "6:3:152",
|
|
279
279
|
"statements": []
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
282
|
"body": {
|
|
283
283
|
"nodeType": "YulBlock",
|
|
284
|
-
"src": "113:93:
|
|
284
|
+
"src": "113:93:152",
|
|
285
285
|
"statements": [
|
|
286
286
|
{
|
|
287
287
|
"nodeType": "YulAssignment",
|
|
288
|
-
"src": "123:26:
|
|
288
|
+
"src": "123:26:152",
|
|
289
289
|
"value": {
|
|
290
290
|
"arguments": [
|
|
291
291
|
{
|
|
292
292
|
"name": "headStart",
|
|
293
293
|
"nodeType": "YulIdentifier",
|
|
294
|
-
"src": "135:9:
|
|
294
|
+
"src": "135:9:152"
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"kind": "number",
|
|
298
298
|
"nodeType": "YulLiteral",
|
|
299
|
-
"src": "146:2:
|
|
299
|
+
"src": "146:2:152",
|
|
300
300
|
"type": "",
|
|
301
301
|
"value": "32"
|
|
302
302
|
}
|
|
@@ -304,16 +304,16 @@
|
|
|
304
304
|
"functionName": {
|
|
305
305
|
"name": "add",
|
|
306
306
|
"nodeType": "YulIdentifier",
|
|
307
|
-
"src": "131:3:
|
|
307
|
+
"src": "131:3:152"
|
|
308
308
|
},
|
|
309
309
|
"nodeType": "YulFunctionCall",
|
|
310
|
-
"src": "131:18:
|
|
310
|
+
"src": "131:18:152"
|
|
311
311
|
},
|
|
312
312
|
"variableNames": [
|
|
313
313
|
{
|
|
314
314
|
"name": "tail",
|
|
315
315
|
"nodeType": "YulIdentifier",
|
|
316
|
-
"src": "123:4:
|
|
316
|
+
"src": "123:4:152"
|
|
317
317
|
}
|
|
318
318
|
]
|
|
319
319
|
},
|
|
@@ -323,19 +323,19 @@
|
|
|
323
323
|
{
|
|
324
324
|
"name": "headStart",
|
|
325
325
|
"nodeType": "YulIdentifier",
|
|
326
|
-
"src": "165:9:
|
|
326
|
+
"src": "165:9:152"
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
329
|
"arguments": [
|
|
330
330
|
{
|
|
331
331
|
"name": "value0",
|
|
332
332
|
"nodeType": "YulIdentifier",
|
|
333
|
-
"src": "180:6:
|
|
333
|
+
"src": "180:6:152"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
"kind": "number",
|
|
337
337
|
"nodeType": "YulLiteral",
|
|
338
|
-
"src": "188:10:
|
|
338
|
+
"src": "188:10:152",
|
|
339
339
|
"type": "",
|
|
340
340
|
"value": "0xffffffff"
|
|
341
341
|
}
|
|
@@ -343,22 +343,22 @@
|
|
|
343
343
|
"functionName": {
|
|
344
344
|
"name": "and",
|
|
345
345
|
"nodeType": "YulIdentifier",
|
|
346
|
-
"src": "176:3:
|
|
346
|
+
"src": "176:3:152"
|
|
347
347
|
},
|
|
348
348
|
"nodeType": "YulFunctionCall",
|
|
349
|
-
"src": "176:23:
|
|
349
|
+
"src": "176:23:152"
|
|
350
350
|
}
|
|
351
351
|
],
|
|
352
352
|
"functionName": {
|
|
353
353
|
"name": "mstore",
|
|
354
354
|
"nodeType": "YulIdentifier",
|
|
355
|
-
"src": "158:6:
|
|
355
|
+
"src": "158:6:152"
|
|
356
356
|
},
|
|
357
357
|
"nodeType": "YulFunctionCall",
|
|
358
|
-
"src": "158:42:
|
|
358
|
+
"src": "158:42:152"
|
|
359
359
|
},
|
|
360
360
|
"nodeType": "YulExpressionStatement",
|
|
361
|
-
"src": "158:42:
|
|
361
|
+
"src": "158:42:152"
|
|
362
362
|
}
|
|
363
363
|
]
|
|
364
364
|
},
|
|
@@ -368,13 +368,13 @@
|
|
|
368
368
|
{
|
|
369
369
|
"name": "headStart",
|
|
370
370
|
"nodeType": "YulTypedName",
|
|
371
|
-
"src": "82:9:
|
|
371
|
+
"src": "82:9:152",
|
|
372
372
|
"type": ""
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"name": "value0",
|
|
376
376
|
"nodeType": "YulTypedName",
|
|
377
|
-
"src": "93:6:
|
|
377
|
+
"src": "93:6:152",
|
|
378
378
|
"type": ""
|
|
379
379
|
}
|
|
380
380
|
],
|
|
@@ -382,48 +382,48 @@
|
|
|
382
382
|
{
|
|
383
383
|
"name": "tail",
|
|
384
384
|
"nodeType": "YulTypedName",
|
|
385
|
-
"src": "104:4:
|
|
385
|
+
"src": "104:4:152",
|
|
386
386
|
"type": ""
|
|
387
387
|
}
|
|
388
388
|
],
|
|
389
|
-
"src": "14:192:
|
|
389
|
+
"src": "14:192:152"
|
|
390
390
|
},
|
|
391
391
|
{
|
|
392
392
|
"body": {
|
|
393
393
|
"nodeType": "YulBlock",
|
|
394
|
-
"src": "260:147:
|
|
394
|
+
"src": "260:147:152",
|
|
395
395
|
"statements": [
|
|
396
396
|
{
|
|
397
397
|
"nodeType": "YulAssignment",
|
|
398
|
-
"src": "270:29:
|
|
398
|
+
"src": "270:29:152",
|
|
399
399
|
"value": {
|
|
400
400
|
"arguments": [
|
|
401
401
|
{
|
|
402
402
|
"name": "offset",
|
|
403
403
|
"nodeType": "YulIdentifier",
|
|
404
|
-
"src": "292:6:
|
|
404
|
+
"src": "292:6:152"
|
|
405
405
|
}
|
|
406
406
|
],
|
|
407
407
|
"functionName": {
|
|
408
408
|
"name": "calldataload",
|
|
409
409
|
"nodeType": "YulIdentifier",
|
|
410
|
-
"src": "279:12:
|
|
410
|
+
"src": "279:12:152"
|
|
411
411
|
},
|
|
412
412
|
"nodeType": "YulFunctionCall",
|
|
413
|
-
"src": "279:20:
|
|
413
|
+
"src": "279:20:152"
|
|
414
414
|
},
|
|
415
415
|
"variableNames": [
|
|
416
416
|
{
|
|
417
417
|
"name": "value",
|
|
418
418
|
"nodeType": "YulIdentifier",
|
|
419
|
-
"src": "270:5:
|
|
419
|
+
"src": "270:5:152"
|
|
420
420
|
}
|
|
421
421
|
]
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
424
|
"body": {
|
|
425
425
|
"nodeType": "YulBlock",
|
|
426
|
-
"src": "385:16:
|
|
426
|
+
"src": "385:16:152",
|
|
427
427
|
"statements": [
|
|
428
428
|
{
|
|
429
429
|
"expression": {
|
|
@@ -431,14 +431,14 @@
|
|
|
431
431
|
{
|
|
432
432
|
"kind": "number",
|
|
433
433
|
"nodeType": "YulLiteral",
|
|
434
|
-
"src": "394:1:
|
|
434
|
+
"src": "394:1:152",
|
|
435
435
|
"type": "",
|
|
436
436
|
"value": "0"
|
|
437
437
|
},
|
|
438
438
|
{
|
|
439
439
|
"kind": "number",
|
|
440
440
|
"nodeType": "YulLiteral",
|
|
441
|
-
"src": "397:1:
|
|
441
|
+
"src": "397:1:152",
|
|
442
442
|
"type": "",
|
|
443
443
|
"value": "0"
|
|
444
444
|
}
|
|
@@ -446,13 +446,13 @@
|
|
|
446
446
|
"functionName": {
|
|
447
447
|
"name": "revert",
|
|
448
448
|
"nodeType": "YulIdentifier",
|
|
449
|
-
"src": "387:6:
|
|
449
|
+
"src": "387:6:152"
|
|
450
450
|
},
|
|
451
451
|
"nodeType": "YulFunctionCall",
|
|
452
|
-
"src": "387:12:
|
|
452
|
+
"src": "387:12:152"
|
|
453
453
|
},
|
|
454
454
|
"nodeType": "YulExpressionStatement",
|
|
455
|
-
"src": "387:12:
|
|
455
|
+
"src": "387:12:152"
|
|
456
456
|
}
|
|
457
457
|
]
|
|
458
458
|
},
|
|
@@ -463,19 +463,19 @@
|
|
|
463
463
|
{
|
|
464
464
|
"name": "value",
|
|
465
465
|
"nodeType": "YulIdentifier",
|
|
466
|
-
"src": "321:5:
|
|
466
|
+
"src": "321:5:152"
|
|
467
467
|
},
|
|
468
468
|
{
|
|
469
469
|
"arguments": [
|
|
470
470
|
{
|
|
471
471
|
"name": "value",
|
|
472
472
|
"nodeType": "YulIdentifier",
|
|
473
|
-
"src": "332:5:
|
|
473
|
+
"src": "332:5:152"
|
|
474
474
|
},
|
|
475
475
|
{
|
|
476
476
|
"kind": "number",
|
|
477
477
|
"nodeType": "YulLiteral",
|
|
478
|
-
"src": "339:42:
|
|
478
|
+
"src": "339:42:152",
|
|
479
479
|
"type": "",
|
|
480
480
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
481
481
|
}
|
|
@@ -483,31 +483,31 @@
|
|
|
483
483
|
"functionName": {
|
|
484
484
|
"name": "and",
|
|
485
485
|
"nodeType": "YulIdentifier",
|
|
486
|
-
"src": "328:3:
|
|
486
|
+
"src": "328:3:152"
|
|
487
487
|
},
|
|
488
488
|
"nodeType": "YulFunctionCall",
|
|
489
|
-
"src": "328:54:
|
|
489
|
+
"src": "328:54:152"
|
|
490
490
|
}
|
|
491
491
|
],
|
|
492
492
|
"functionName": {
|
|
493
493
|
"name": "eq",
|
|
494
494
|
"nodeType": "YulIdentifier",
|
|
495
|
-
"src": "318:2:
|
|
495
|
+
"src": "318:2:152"
|
|
496
496
|
},
|
|
497
497
|
"nodeType": "YulFunctionCall",
|
|
498
|
-
"src": "318:65:
|
|
498
|
+
"src": "318:65:152"
|
|
499
499
|
}
|
|
500
500
|
],
|
|
501
501
|
"functionName": {
|
|
502
502
|
"name": "iszero",
|
|
503
503
|
"nodeType": "YulIdentifier",
|
|
504
|
-
"src": "311:6:
|
|
504
|
+
"src": "311:6:152"
|
|
505
505
|
},
|
|
506
506
|
"nodeType": "YulFunctionCall",
|
|
507
|
-
"src": "311:73:
|
|
507
|
+
"src": "311:73:152"
|
|
508
508
|
},
|
|
509
509
|
"nodeType": "YulIf",
|
|
510
|
-
"src": "308:93:
|
|
510
|
+
"src": "308:93:152"
|
|
511
511
|
}
|
|
512
512
|
]
|
|
513
513
|
},
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
{
|
|
518
518
|
"name": "offset",
|
|
519
519
|
"nodeType": "YulTypedName",
|
|
520
|
-
"src": "239:6:
|
|
520
|
+
"src": "239:6:152",
|
|
521
521
|
"type": ""
|
|
522
522
|
}
|
|
523
523
|
],
|
|
@@ -525,21 +525,21 @@
|
|
|
525
525
|
{
|
|
526
526
|
"name": "value",
|
|
527
527
|
"nodeType": "YulTypedName",
|
|
528
|
-
"src": "250:5:
|
|
528
|
+
"src": "250:5:152",
|
|
529
529
|
"type": ""
|
|
530
530
|
}
|
|
531
531
|
],
|
|
532
|
-
"src": "211:196:
|
|
532
|
+
"src": "211:196:152"
|
|
533
533
|
},
|
|
534
534
|
{
|
|
535
535
|
"body": {
|
|
536
536
|
"nodeType": "YulBlock",
|
|
537
|
-
"src": "482:116:
|
|
537
|
+
"src": "482:116:152",
|
|
538
538
|
"statements": [
|
|
539
539
|
{
|
|
540
540
|
"body": {
|
|
541
541
|
"nodeType": "YulBlock",
|
|
542
|
-
"src": "528:16:
|
|
542
|
+
"src": "528:16:152",
|
|
543
543
|
"statements": [
|
|
544
544
|
{
|
|
545
545
|
"expression": {
|
|
@@ -547,14 +547,14 @@
|
|
|
547
547
|
{
|
|
548
548
|
"kind": "number",
|
|
549
549
|
"nodeType": "YulLiteral",
|
|
550
|
-
"src": "537:1:
|
|
550
|
+
"src": "537:1:152",
|
|
551
551
|
"type": "",
|
|
552
552
|
"value": "0"
|
|
553
553
|
},
|
|
554
554
|
{
|
|
555
555
|
"kind": "number",
|
|
556
556
|
"nodeType": "YulLiteral",
|
|
557
|
-
"src": "540:1:
|
|
557
|
+
"src": "540:1:152",
|
|
558
558
|
"type": "",
|
|
559
559
|
"value": "0"
|
|
560
560
|
}
|
|
@@ -562,13 +562,13 @@
|
|
|
562
562
|
"functionName": {
|
|
563
563
|
"name": "revert",
|
|
564
564
|
"nodeType": "YulIdentifier",
|
|
565
|
-
"src": "530:6:
|
|
565
|
+
"src": "530:6:152"
|
|
566
566
|
},
|
|
567
567
|
"nodeType": "YulFunctionCall",
|
|
568
|
-
"src": "530:12:
|
|
568
|
+
"src": "530:12:152"
|
|
569
569
|
},
|
|
570
570
|
"nodeType": "YulExpressionStatement",
|
|
571
|
-
"src": "530:12:
|
|
571
|
+
"src": "530:12:152"
|
|
572
572
|
}
|
|
573
573
|
]
|
|
574
574
|
},
|
|
@@ -579,26 +579,26 @@
|
|
|
579
579
|
{
|
|
580
580
|
"name": "dataEnd",
|
|
581
581
|
"nodeType": "YulIdentifier",
|
|
582
|
-
"src": "503:7:
|
|
582
|
+
"src": "503:7:152"
|
|
583
583
|
},
|
|
584
584
|
{
|
|
585
585
|
"name": "headStart",
|
|
586
586
|
"nodeType": "YulIdentifier",
|
|
587
|
-
"src": "512:9:
|
|
587
|
+
"src": "512:9:152"
|
|
588
588
|
}
|
|
589
589
|
],
|
|
590
590
|
"functionName": {
|
|
591
591
|
"name": "sub",
|
|
592
592
|
"nodeType": "YulIdentifier",
|
|
593
|
-
"src": "499:3:
|
|
593
|
+
"src": "499:3:152"
|
|
594
594
|
},
|
|
595
595
|
"nodeType": "YulFunctionCall",
|
|
596
|
-
"src": "499:23:
|
|
596
|
+
"src": "499:23:152"
|
|
597
597
|
},
|
|
598
598
|
{
|
|
599
599
|
"kind": "number",
|
|
600
600
|
"nodeType": "YulLiteral",
|
|
601
|
-
"src": "524:2:
|
|
601
|
+
"src": "524:2:152",
|
|
602
602
|
"type": "",
|
|
603
603
|
"value": "32"
|
|
604
604
|
}
|
|
@@ -606,38 +606,38 @@
|
|
|
606
606
|
"functionName": {
|
|
607
607
|
"name": "slt",
|
|
608
608
|
"nodeType": "YulIdentifier",
|
|
609
|
-
"src": "495:3:
|
|
609
|
+
"src": "495:3:152"
|
|
610
610
|
},
|
|
611
611
|
"nodeType": "YulFunctionCall",
|
|
612
|
-
"src": "495:32:
|
|
612
|
+
"src": "495:32:152"
|
|
613
613
|
},
|
|
614
614
|
"nodeType": "YulIf",
|
|
615
|
-
"src": "492:52:
|
|
615
|
+
"src": "492:52:152"
|
|
616
616
|
},
|
|
617
617
|
{
|
|
618
618
|
"nodeType": "YulAssignment",
|
|
619
|
-
"src": "553:39:
|
|
619
|
+
"src": "553:39:152",
|
|
620
620
|
"value": {
|
|
621
621
|
"arguments": [
|
|
622
622
|
{
|
|
623
623
|
"name": "headStart",
|
|
624
624
|
"nodeType": "YulIdentifier",
|
|
625
|
-
"src": "582:9:
|
|
625
|
+
"src": "582:9:152"
|
|
626
626
|
}
|
|
627
627
|
],
|
|
628
628
|
"functionName": {
|
|
629
629
|
"name": "abi_decode_address",
|
|
630
630
|
"nodeType": "YulIdentifier",
|
|
631
|
-
"src": "563:18:
|
|
631
|
+
"src": "563:18:152"
|
|
632
632
|
},
|
|
633
633
|
"nodeType": "YulFunctionCall",
|
|
634
|
-
"src": "563:29:
|
|
634
|
+
"src": "563:29:152"
|
|
635
635
|
},
|
|
636
636
|
"variableNames": [
|
|
637
637
|
{
|
|
638
638
|
"name": "value0",
|
|
639
639
|
"nodeType": "YulIdentifier",
|
|
640
|
-
"src": "553:6:
|
|
640
|
+
"src": "553:6:152"
|
|
641
641
|
}
|
|
642
642
|
]
|
|
643
643
|
}
|
|
@@ -649,13 +649,13 @@
|
|
|
649
649
|
{
|
|
650
650
|
"name": "headStart",
|
|
651
651
|
"nodeType": "YulTypedName",
|
|
652
|
-
"src": "448:9:
|
|
652
|
+
"src": "448:9:152",
|
|
653
653
|
"type": ""
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
656
|
"name": "dataEnd",
|
|
657
657
|
"nodeType": "YulTypedName",
|
|
658
|
-
"src": "459:7:
|
|
658
|
+
"src": "459:7:152",
|
|
659
659
|
"type": ""
|
|
660
660
|
}
|
|
661
661
|
],
|
|
@@ -663,21 +663,21 @@
|
|
|
663
663
|
{
|
|
664
664
|
"name": "value0",
|
|
665
665
|
"nodeType": "YulTypedName",
|
|
666
|
-
"src": "471:6:
|
|
666
|
+
"src": "471:6:152",
|
|
667
667
|
"type": ""
|
|
668
668
|
}
|
|
669
669
|
],
|
|
670
|
-
"src": "412:186:
|
|
670
|
+
"src": "412:186:152"
|
|
671
671
|
},
|
|
672
672
|
{
|
|
673
673
|
"body": {
|
|
674
674
|
"nodeType": "YulBlock",
|
|
675
|
-
"src": "673:110:
|
|
675
|
+
"src": "673:110:152",
|
|
676
676
|
"statements": [
|
|
677
677
|
{
|
|
678
678
|
"body": {
|
|
679
679
|
"nodeType": "YulBlock",
|
|
680
|
-
"src": "719:16:
|
|
680
|
+
"src": "719:16:152",
|
|
681
681
|
"statements": [
|
|
682
682
|
{
|
|
683
683
|
"expression": {
|
|
@@ -685,14 +685,14 @@
|
|
|
685
685
|
{
|
|
686
686
|
"kind": "number",
|
|
687
687
|
"nodeType": "YulLiteral",
|
|
688
|
-
"src": "728:1:
|
|
688
|
+
"src": "728:1:152",
|
|
689
689
|
"type": "",
|
|
690
690
|
"value": "0"
|
|
691
691
|
},
|
|
692
692
|
{
|
|
693
693
|
"kind": "number",
|
|
694
694
|
"nodeType": "YulLiteral",
|
|
695
|
-
"src": "731:1:
|
|
695
|
+
"src": "731:1:152",
|
|
696
696
|
"type": "",
|
|
697
697
|
"value": "0"
|
|
698
698
|
}
|
|
@@ -700,13 +700,13 @@
|
|
|
700
700
|
"functionName": {
|
|
701
701
|
"name": "revert",
|
|
702
702
|
"nodeType": "YulIdentifier",
|
|
703
|
-
"src": "721:6:
|
|
703
|
+
"src": "721:6:152"
|
|
704
704
|
},
|
|
705
705
|
"nodeType": "YulFunctionCall",
|
|
706
|
-
"src": "721:12:
|
|
706
|
+
"src": "721:12:152"
|
|
707
707
|
},
|
|
708
708
|
"nodeType": "YulExpressionStatement",
|
|
709
|
-
"src": "721:12:
|
|
709
|
+
"src": "721:12:152"
|
|
710
710
|
}
|
|
711
711
|
]
|
|
712
712
|
},
|
|
@@ -717,26 +717,26 @@
|
|
|
717
717
|
{
|
|
718
718
|
"name": "dataEnd",
|
|
719
719
|
"nodeType": "YulIdentifier",
|
|
720
|
-
"src": "694:7:
|
|
720
|
+
"src": "694:7:152"
|
|
721
721
|
},
|
|
722
722
|
{
|
|
723
723
|
"name": "headStart",
|
|
724
724
|
"nodeType": "YulIdentifier",
|
|
725
|
-
"src": "703:9:
|
|
725
|
+
"src": "703:9:152"
|
|
726
726
|
}
|
|
727
727
|
],
|
|
728
728
|
"functionName": {
|
|
729
729
|
"name": "sub",
|
|
730
730
|
"nodeType": "YulIdentifier",
|
|
731
|
-
"src": "690:3:
|
|
731
|
+
"src": "690:3:152"
|
|
732
732
|
},
|
|
733
733
|
"nodeType": "YulFunctionCall",
|
|
734
|
-
"src": "690:23:
|
|
734
|
+
"src": "690:23:152"
|
|
735
735
|
},
|
|
736
736
|
{
|
|
737
737
|
"kind": "number",
|
|
738
738
|
"nodeType": "YulLiteral",
|
|
739
|
-
"src": "715:2:
|
|
739
|
+
"src": "715:2:152",
|
|
740
740
|
"type": "",
|
|
741
741
|
"value": "32"
|
|
742
742
|
}
|
|
@@ -744,38 +744,38 @@
|
|
|
744
744
|
"functionName": {
|
|
745
745
|
"name": "slt",
|
|
746
746
|
"nodeType": "YulIdentifier",
|
|
747
|
-
"src": "686:3:
|
|
747
|
+
"src": "686:3:152"
|
|
748
748
|
},
|
|
749
749
|
"nodeType": "YulFunctionCall",
|
|
750
|
-
"src": "686:32:
|
|
750
|
+
"src": "686:32:152"
|
|
751
751
|
},
|
|
752
752
|
"nodeType": "YulIf",
|
|
753
|
-
"src": "683:52:
|
|
753
|
+
"src": "683:52:152"
|
|
754
754
|
},
|
|
755
755
|
{
|
|
756
756
|
"nodeType": "YulAssignment",
|
|
757
|
-
"src": "744:33:
|
|
757
|
+
"src": "744:33:152",
|
|
758
758
|
"value": {
|
|
759
759
|
"arguments": [
|
|
760
760
|
{
|
|
761
761
|
"name": "headStart",
|
|
762
762
|
"nodeType": "YulIdentifier",
|
|
763
|
-
"src": "767:9:
|
|
763
|
+
"src": "767:9:152"
|
|
764
764
|
}
|
|
765
765
|
],
|
|
766
766
|
"functionName": {
|
|
767
767
|
"name": "calldataload",
|
|
768
768
|
"nodeType": "YulIdentifier",
|
|
769
|
-
"src": "754:12:
|
|
769
|
+
"src": "754:12:152"
|
|
770
770
|
},
|
|
771
771
|
"nodeType": "YulFunctionCall",
|
|
772
|
-
"src": "754:23:
|
|
772
|
+
"src": "754:23:152"
|
|
773
773
|
},
|
|
774
774
|
"variableNames": [
|
|
775
775
|
{
|
|
776
776
|
"name": "value0",
|
|
777
777
|
"nodeType": "YulIdentifier",
|
|
778
|
-
"src": "744:6:
|
|
778
|
+
"src": "744:6:152"
|
|
779
779
|
}
|
|
780
780
|
]
|
|
781
781
|
}
|
|
@@ -787,13 +787,13 @@
|
|
|
787
787
|
{
|
|
788
788
|
"name": "headStart",
|
|
789
789
|
"nodeType": "YulTypedName",
|
|
790
|
-
"src": "639:9:
|
|
790
|
+
"src": "639:9:152",
|
|
791
791
|
"type": ""
|
|
792
792
|
},
|
|
793
793
|
{
|
|
794
794
|
"name": "dataEnd",
|
|
795
795
|
"nodeType": "YulTypedName",
|
|
796
|
-
"src": "650:7:
|
|
796
|
+
"src": "650:7:152",
|
|
797
797
|
"type": ""
|
|
798
798
|
}
|
|
799
799
|
],
|
|
@@ -801,31 +801,31 @@
|
|
|
801
801
|
{
|
|
802
802
|
"name": "value0",
|
|
803
803
|
"nodeType": "YulTypedName",
|
|
804
|
-
"src": "662:6:
|
|
804
|
+
"src": "662:6:152",
|
|
805
805
|
"type": ""
|
|
806
806
|
}
|
|
807
807
|
],
|
|
808
|
-
"src": "603:180:
|
|
808
|
+
"src": "603:180:152"
|
|
809
809
|
},
|
|
810
810
|
{
|
|
811
811
|
"body": {
|
|
812
812
|
"nodeType": "YulBlock",
|
|
813
|
-
"src": "913:174:
|
|
813
|
+
"src": "913:174:152",
|
|
814
814
|
"statements": [
|
|
815
815
|
{
|
|
816
816
|
"nodeType": "YulAssignment",
|
|
817
|
-
"src": "923:26:
|
|
817
|
+
"src": "923:26:152",
|
|
818
818
|
"value": {
|
|
819
819
|
"arguments": [
|
|
820
820
|
{
|
|
821
821
|
"name": "headStart",
|
|
822
822
|
"nodeType": "YulIdentifier",
|
|
823
|
-
"src": "935:9:
|
|
823
|
+
"src": "935:9:152"
|
|
824
824
|
},
|
|
825
825
|
{
|
|
826
826
|
"kind": "number",
|
|
827
827
|
"nodeType": "YulLiteral",
|
|
828
|
-
"src": "946:2:
|
|
828
|
+
"src": "946:2:152",
|
|
829
829
|
"type": "",
|
|
830
830
|
"value": "64"
|
|
831
831
|
}
|
|
@@ -833,26 +833,26 @@
|
|
|
833
833
|
"functionName": {
|
|
834
834
|
"name": "add",
|
|
835
835
|
"nodeType": "YulIdentifier",
|
|
836
|
-
"src": "931:3:
|
|
836
|
+
"src": "931:3:152"
|
|
837
837
|
},
|
|
838
838
|
"nodeType": "YulFunctionCall",
|
|
839
|
-
"src": "931:18:
|
|
839
|
+
"src": "931:18:152"
|
|
840
840
|
},
|
|
841
841
|
"variableNames": [
|
|
842
842
|
{
|
|
843
843
|
"name": "tail",
|
|
844
844
|
"nodeType": "YulIdentifier",
|
|
845
|
-
"src": "923:4:
|
|
845
|
+
"src": "923:4:152"
|
|
846
846
|
}
|
|
847
847
|
]
|
|
848
848
|
},
|
|
849
849
|
{
|
|
850
850
|
"nodeType": "YulVariableDeclaration",
|
|
851
|
-
"src": "958:28:
|
|
851
|
+
"src": "958:28:152",
|
|
852
852
|
"value": {
|
|
853
853
|
"kind": "number",
|
|
854
854
|
"nodeType": "YulLiteral",
|
|
855
|
-
"src": "968:18:
|
|
855
|
+
"src": "968:18:152",
|
|
856
856
|
"type": "",
|
|
857
857
|
"value": "0xffffffffffffffff"
|
|
858
858
|
},
|
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
{
|
|
861
861
|
"name": "_1",
|
|
862
862
|
"nodeType": "YulTypedName",
|
|
863
|
-
"src": "962:2:
|
|
863
|
+
"src": "962:2:152",
|
|
864
864
|
"type": ""
|
|
865
865
|
}
|
|
866
866
|
]
|
|
@@ -871,40 +871,40 @@
|
|
|
871
871
|
{
|
|
872
872
|
"name": "headStart",
|
|
873
873
|
"nodeType": "YulIdentifier",
|
|
874
|
-
"src": "1002:9:
|
|
874
|
+
"src": "1002:9:152"
|
|
875
875
|
},
|
|
876
876
|
{
|
|
877
877
|
"arguments": [
|
|
878
878
|
{
|
|
879
879
|
"name": "value0",
|
|
880
880
|
"nodeType": "YulIdentifier",
|
|
881
|
-
"src": "1017:6:
|
|
881
|
+
"src": "1017:6:152"
|
|
882
882
|
},
|
|
883
883
|
{
|
|
884
884
|
"name": "_1",
|
|
885
885
|
"nodeType": "YulIdentifier",
|
|
886
|
-
"src": "1025:2:
|
|
886
|
+
"src": "1025:2:152"
|
|
887
887
|
}
|
|
888
888
|
],
|
|
889
889
|
"functionName": {
|
|
890
890
|
"name": "and",
|
|
891
891
|
"nodeType": "YulIdentifier",
|
|
892
|
-
"src": "1013:3:
|
|
892
|
+
"src": "1013:3:152"
|
|
893
893
|
},
|
|
894
894
|
"nodeType": "YulFunctionCall",
|
|
895
|
-
"src": "1013:15:
|
|
895
|
+
"src": "1013:15:152"
|
|
896
896
|
}
|
|
897
897
|
],
|
|
898
898
|
"functionName": {
|
|
899
899
|
"name": "mstore",
|
|
900
900
|
"nodeType": "YulIdentifier",
|
|
901
|
-
"src": "995:6:
|
|
901
|
+
"src": "995:6:152"
|
|
902
902
|
},
|
|
903
903
|
"nodeType": "YulFunctionCall",
|
|
904
|
-
"src": "995:34:
|
|
904
|
+
"src": "995:34:152"
|
|
905
905
|
},
|
|
906
906
|
"nodeType": "YulExpressionStatement",
|
|
907
|
-
"src": "995:34:
|
|
907
|
+
"src": "995:34:152"
|
|
908
908
|
},
|
|
909
909
|
{
|
|
910
910
|
"expression": {
|
|
@@ -914,12 +914,12 @@
|
|
|
914
914
|
{
|
|
915
915
|
"name": "headStart",
|
|
916
916
|
"nodeType": "YulIdentifier",
|
|
917
|
-
"src": "1049:9:
|
|
917
|
+
"src": "1049:9:152"
|
|
918
918
|
},
|
|
919
919
|
{
|
|
920
920
|
"kind": "number",
|
|
921
921
|
"nodeType": "YulLiteral",
|
|
922
|
-
"src": "1060:2:
|
|
922
|
+
"src": "1060:2:152",
|
|
923
923
|
"type": "",
|
|
924
924
|
"value": "32"
|
|
925
925
|
}
|
|
@@ -927,43 +927,43 @@
|
|
|
927
927
|
"functionName": {
|
|
928
928
|
"name": "add",
|
|
929
929
|
"nodeType": "YulIdentifier",
|
|
930
|
-
"src": "1045:3:
|
|
930
|
+
"src": "1045:3:152"
|
|
931
931
|
},
|
|
932
932
|
"nodeType": "YulFunctionCall",
|
|
933
|
-
"src": "1045:18:
|
|
933
|
+
"src": "1045:18:152"
|
|
934
934
|
},
|
|
935
935
|
{
|
|
936
936
|
"arguments": [
|
|
937
937
|
{
|
|
938
938
|
"name": "value1",
|
|
939
939
|
"nodeType": "YulIdentifier",
|
|
940
|
-
"src": "1069:6:
|
|
940
|
+
"src": "1069:6:152"
|
|
941
941
|
},
|
|
942
942
|
{
|
|
943
943
|
"name": "_1",
|
|
944
944
|
"nodeType": "YulIdentifier",
|
|
945
|
-
"src": "1077:2:
|
|
945
|
+
"src": "1077:2:152"
|
|
946
946
|
}
|
|
947
947
|
],
|
|
948
948
|
"functionName": {
|
|
949
949
|
"name": "and",
|
|
950
950
|
"nodeType": "YulIdentifier",
|
|
951
|
-
"src": "1065:3:
|
|
951
|
+
"src": "1065:3:152"
|
|
952
952
|
},
|
|
953
953
|
"nodeType": "YulFunctionCall",
|
|
954
|
-
"src": "1065:15:
|
|
954
|
+
"src": "1065:15:152"
|
|
955
955
|
}
|
|
956
956
|
],
|
|
957
957
|
"functionName": {
|
|
958
958
|
"name": "mstore",
|
|
959
959
|
"nodeType": "YulIdentifier",
|
|
960
|
-
"src": "1038:6:
|
|
960
|
+
"src": "1038:6:152"
|
|
961
961
|
},
|
|
962
962
|
"nodeType": "YulFunctionCall",
|
|
963
|
-
"src": "1038:43:
|
|
963
|
+
"src": "1038:43:152"
|
|
964
964
|
},
|
|
965
965
|
"nodeType": "YulExpressionStatement",
|
|
966
|
-
"src": "1038:43:
|
|
966
|
+
"src": "1038:43:152"
|
|
967
967
|
}
|
|
968
968
|
]
|
|
969
969
|
},
|
|
@@ -973,19 +973,19 @@
|
|
|
973
973
|
{
|
|
974
974
|
"name": "headStart",
|
|
975
975
|
"nodeType": "YulTypedName",
|
|
976
|
-
"src": "874:9:
|
|
976
|
+
"src": "874:9:152",
|
|
977
977
|
"type": ""
|
|
978
978
|
},
|
|
979
979
|
{
|
|
980
980
|
"name": "value1",
|
|
981
981
|
"nodeType": "YulTypedName",
|
|
982
|
-
"src": "885:6:
|
|
982
|
+
"src": "885:6:152",
|
|
983
983
|
"type": ""
|
|
984
984
|
},
|
|
985
985
|
{
|
|
986
986
|
"name": "value0",
|
|
987
987
|
"nodeType": "YulTypedName",
|
|
988
|
-
"src": "893:6:
|
|
988
|
+
"src": "893:6:152",
|
|
989
989
|
"type": ""
|
|
990
990
|
}
|
|
991
991
|
],
|
|
@@ -993,21 +993,21 @@
|
|
|
993
993
|
{
|
|
994
994
|
"name": "tail",
|
|
995
995
|
"nodeType": "YulTypedName",
|
|
996
|
-
"src": "904:4:
|
|
996
|
+
"src": "904:4:152",
|
|
997
997
|
"type": ""
|
|
998
998
|
}
|
|
999
999
|
],
|
|
1000
|
-
"src": "788:299:
|
|
1000
|
+
"src": "788:299:152"
|
|
1001
1001
|
},
|
|
1002
1002
|
{
|
|
1003
1003
|
"body": {
|
|
1004
1004
|
"nodeType": "YulBlock",
|
|
1005
|
-
"src": "1162:110:
|
|
1005
|
+
"src": "1162:110:152",
|
|
1006
1006
|
"statements": [
|
|
1007
1007
|
{
|
|
1008
1008
|
"body": {
|
|
1009
1009
|
"nodeType": "YulBlock",
|
|
1010
|
-
"src": "1208:16:
|
|
1010
|
+
"src": "1208:16:152",
|
|
1011
1011
|
"statements": [
|
|
1012
1012
|
{
|
|
1013
1013
|
"expression": {
|
|
@@ -1015,14 +1015,14 @@
|
|
|
1015
1015
|
{
|
|
1016
1016
|
"kind": "number",
|
|
1017
1017
|
"nodeType": "YulLiteral",
|
|
1018
|
-
"src": "1217:1:
|
|
1018
|
+
"src": "1217:1:152",
|
|
1019
1019
|
"type": "",
|
|
1020
1020
|
"value": "0"
|
|
1021
1021
|
},
|
|
1022
1022
|
{
|
|
1023
1023
|
"kind": "number",
|
|
1024
1024
|
"nodeType": "YulLiteral",
|
|
1025
|
-
"src": "1220:1:
|
|
1025
|
+
"src": "1220:1:152",
|
|
1026
1026
|
"type": "",
|
|
1027
1027
|
"value": "0"
|
|
1028
1028
|
}
|
|
@@ -1030,13 +1030,13 @@
|
|
|
1030
1030
|
"functionName": {
|
|
1031
1031
|
"name": "revert",
|
|
1032
1032
|
"nodeType": "YulIdentifier",
|
|
1033
|
-
"src": "1210:6:
|
|
1033
|
+
"src": "1210:6:152"
|
|
1034
1034
|
},
|
|
1035
1035
|
"nodeType": "YulFunctionCall",
|
|
1036
|
-
"src": "1210:12:
|
|
1036
|
+
"src": "1210:12:152"
|
|
1037
1037
|
},
|
|
1038
1038
|
"nodeType": "YulExpressionStatement",
|
|
1039
|
-
"src": "1210:12:
|
|
1039
|
+
"src": "1210:12:152"
|
|
1040
1040
|
}
|
|
1041
1041
|
]
|
|
1042
1042
|
},
|
|
@@ -1047,26 +1047,26 @@
|
|
|
1047
1047
|
{
|
|
1048
1048
|
"name": "dataEnd",
|
|
1049
1049
|
"nodeType": "YulIdentifier",
|
|
1050
|
-
"src": "1183:7:
|
|
1050
|
+
"src": "1183:7:152"
|
|
1051
1051
|
},
|
|
1052
1052
|
{
|
|
1053
1053
|
"name": "headStart",
|
|
1054
1054
|
"nodeType": "YulIdentifier",
|
|
1055
|
-
"src": "1192:9:
|
|
1055
|
+
"src": "1192:9:152"
|
|
1056
1056
|
}
|
|
1057
1057
|
],
|
|
1058
1058
|
"functionName": {
|
|
1059
1059
|
"name": "sub",
|
|
1060
1060
|
"nodeType": "YulIdentifier",
|
|
1061
|
-
"src": "1179:3:
|
|
1061
|
+
"src": "1179:3:152"
|
|
1062
1062
|
},
|
|
1063
1063
|
"nodeType": "YulFunctionCall",
|
|
1064
|
-
"src": "1179:23:
|
|
1064
|
+
"src": "1179:23:152"
|
|
1065
1065
|
},
|
|
1066
1066
|
{
|
|
1067
1067
|
"kind": "number",
|
|
1068
1068
|
"nodeType": "YulLiteral",
|
|
1069
|
-
"src": "1204:2:
|
|
1069
|
+
"src": "1204:2:152",
|
|
1070
1070
|
"type": "",
|
|
1071
1071
|
"value": "32"
|
|
1072
1072
|
}
|
|
@@ -1074,38 +1074,38 @@
|
|
|
1074
1074
|
"functionName": {
|
|
1075
1075
|
"name": "slt",
|
|
1076
1076
|
"nodeType": "YulIdentifier",
|
|
1077
|
-
"src": "1175:3:
|
|
1077
|
+
"src": "1175:3:152"
|
|
1078
1078
|
},
|
|
1079
1079
|
"nodeType": "YulFunctionCall",
|
|
1080
|
-
"src": "1175:32:
|
|
1080
|
+
"src": "1175:32:152"
|
|
1081
1081
|
},
|
|
1082
1082
|
"nodeType": "YulIf",
|
|
1083
|
-
"src": "1172:52:
|
|
1083
|
+
"src": "1172:52:152"
|
|
1084
1084
|
},
|
|
1085
1085
|
{
|
|
1086
1086
|
"nodeType": "YulAssignment",
|
|
1087
|
-
"src": "1233:33:
|
|
1087
|
+
"src": "1233:33:152",
|
|
1088
1088
|
"value": {
|
|
1089
1089
|
"arguments": [
|
|
1090
1090
|
{
|
|
1091
1091
|
"name": "headStart",
|
|
1092
1092
|
"nodeType": "YulIdentifier",
|
|
1093
|
-
"src": "1256:9:
|
|
1093
|
+
"src": "1256:9:152"
|
|
1094
1094
|
}
|
|
1095
1095
|
],
|
|
1096
1096
|
"functionName": {
|
|
1097
1097
|
"name": "calldataload",
|
|
1098
1098
|
"nodeType": "YulIdentifier",
|
|
1099
|
-
"src": "1243:12:
|
|
1099
|
+
"src": "1243:12:152"
|
|
1100
1100
|
},
|
|
1101
1101
|
"nodeType": "YulFunctionCall",
|
|
1102
|
-
"src": "1243:23:
|
|
1102
|
+
"src": "1243:23:152"
|
|
1103
1103
|
},
|
|
1104
1104
|
"variableNames": [
|
|
1105
1105
|
{
|
|
1106
1106
|
"name": "value0",
|
|
1107
1107
|
"nodeType": "YulIdentifier",
|
|
1108
|
-
"src": "1233:6:
|
|
1108
|
+
"src": "1233:6:152"
|
|
1109
1109
|
}
|
|
1110
1110
|
]
|
|
1111
1111
|
}
|
|
@@ -1117,13 +1117,13 @@
|
|
|
1117
1117
|
{
|
|
1118
1118
|
"name": "headStart",
|
|
1119
1119
|
"nodeType": "YulTypedName",
|
|
1120
|
-
"src": "1128:9:
|
|
1120
|
+
"src": "1128:9:152",
|
|
1121
1121
|
"type": ""
|
|
1122
1122
|
},
|
|
1123
1123
|
{
|
|
1124
1124
|
"name": "dataEnd",
|
|
1125
1125
|
"nodeType": "YulTypedName",
|
|
1126
|
-
"src": "1139:7:
|
|
1126
|
+
"src": "1139:7:152",
|
|
1127
1127
|
"type": ""
|
|
1128
1128
|
}
|
|
1129
1129
|
],
|
|
@@ -1131,31 +1131,31 @@
|
|
|
1131
1131
|
{
|
|
1132
1132
|
"name": "value0",
|
|
1133
1133
|
"nodeType": "YulTypedName",
|
|
1134
|
-
"src": "1151:6:
|
|
1134
|
+
"src": "1151:6:152",
|
|
1135
1135
|
"type": ""
|
|
1136
1136
|
}
|
|
1137
1137
|
],
|
|
1138
|
-
"src": "1092:180:
|
|
1138
|
+
"src": "1092:180:152"
|
|
1139
1139
|
},
|
|
1140
1140
|
{
|
|
1141
1141
|
"body": {
|
|
1142
1142
|
"nodeType": "YulBlock",
|
|
1143
|
-
"src": "1372:92:
|
|
1143
|
+
"src": "1372:92:152",
|
|
1144
1144
|
"statements": [
|
|
1145
1145
|
{
|
|
1146
1146
|
"nodeType": "YulAssignment",
|
|
1147
|
-
"src": "1382:26:
|
|
1147
|
+
"src": "1382:26:152",
|
|
1148
1148
|
"value": {
|
|
1149
1149
|
"arguments": [
|
|
1150
1150
|
{
|
|
1151
1151
|
"name": "headStart",
|
|
1152
1152
|
"nodeType": "YulIdentifier",
|
|
1153
|
-
"src": "1394:9:
|
|
1153
|
+
"src": "1394:9:152"
|
|
1154
1154
|
},
|
|
1155
1155
|
{
|
|
1156
1156
|
"kind": "number",
|
|
1157
1157
|
"nodeType": "YulLiteral",
|
|
1158
|
-
"src": "1405:2:
|
|
1158
|
+
"src": "1405:2:152",
|
|
1159
1159
|
"type": "",
|
|
1160
1160
|
"value": "32"
|
|
1161
1161
|
}
|
|
@@ -1163,16 +1163,16 @@
|
|
|
1163
1163
|
"functionName": {
|
|
1164
1164
|
"name": "add",
|
|
1165
1165
|
"nodeType": "YulIdentifier",
|
|
1166
|
-
"src": "1390:3:
|
|
1166
|
+
"src": "1390:3:152"
|
|
1167
1167
|
},
|
|
1168
1168
|
"nodeType": "YulFunctionCall",
|
|
1169
|
-
"src": "1390:18:
|
|
1169
|
+
"src": "1390:18:152"
|
|
1170
1170
|
},
|
|
1171
1171
|
"variableNames": [
|
|
1172
1172
|
{
|
|
1173
1173
|
"name": "tail",
|
|
1174
1174
|
"nodeType": "YulIdentifier",
|
|
1175
|
-
"src": "1382:4:
|
|
1175
|
+
"src": "1382:4:152"
|
|
1176
1176
|
}
|
|
1177
1177
|
]
|
|
1178
1178
|
},
|
|
@@ -1182,7 +1182,7 @@
|
|
|
1182
1182
|
{
|
|
1183
1183
|
"name": "headStart",
|
|
1184
1184
|
"nodeType": "YulIdentifier",
|
|
1185
|
-
"src": "1424:9:
|
|
1185
|
+
"src": "1424:9:152"
|
|
1186
1186
|
},
|
|
1187
1187
|
{
|
|
1188
1188
|
"arguments": [
|
|
@@ -1191,37 +1191,37 @@
|
|
|
1191
1191
|
{
|
|
1192
1192
|
"name": "value0",
|
|
1193
1193
|
"nodeType": "YulIdentifier",
|
|
1194
|
-
"src": "1449:6:
|
|
1194
|
+
"src": "1449:6:152"
|
|
1195
1195
|
}
|
|
1196
1196
|
],
|
|
1197
1197
|
"functionName": {
|
|
1198
1198
|
"name": "iszero",
|
|
1199
1199
|
"nodeType": "YulIdentifier",
|
|
1200
|
-
"src": "1442:6:
|
|
1200
|
+
"src": "1442:6:152"
|
|
1201
1201
|
},
|
|
1202
1202
|
"nodeType": "YulFunctionCall",
|
|
1203
|
-
"src": "1442:14:
|
|
1203
|
+
"src": "1442:14:152"
|
|
1204
1204
|
}
|
|
1205
1205
|
],
|
|
1206
1206
|
"functionName": {
|
|
1207
1207
|
"name": "iszero",
|
|
1208
1208
|
"nodeType": "YulIdentifier",
|
|
1209
|
-
"src": "1435:6:
|
|
1209
|
+
"src": "1435:6:152"
|
|
1210
1210
|
},
|
|
1211
1211
|
"nodeType": "YulFunctionCall",
|
|
1212
|
-
"src": "1435:22:
|
|
1212
|
+
"src": "1435:22:152"
|
|
1213
1213
|
}
|
|
1214
1214
|
],
|
|
1215
1215
|
"functionName": {
|
|
1216
1216
|
"name": "mstore",
|
|
1217
1217
|
"nodeType": "YulIdentifier",
|
|
1218
|
-
"src": "1417:6:
|
|
1218
|
+
"src": "1417:6:152"
|
|
1219
1219
|
},
|
|
1220
1220
|
"nodeType": "YulFunctionCall",
|
|
1221
|
-
"src": "1417:41:
|
|
1221
|
+
"src": "1417:41:152"
|
|
1222
1222
|
},
|
|
1223
1223
|
"nodeType": "YulExpressionStatement",
|
|
1224
|
-
"src": "1417:41:
|
|
1224
|
+
"src": "1417:41:152"
|
|
1225
1225
|
}
|
|
1226
1226
|
]
|
|
1227
1227
|
},
|
|
@@ -1231,13 +1231,13 @@
|
|
|
1231
1231
|
{
|
|
1232
1232
|
"name": "headStart",
|
|
1233
1233
|
"nodeType": "YulTypedName",
|
|
1234
|
-
"src": "1341:9:
|
|
1234
|
+
"src": "1341:9:152",
|
|
1235
1235
|
"type": ""
|
|
1236
1236
|
},
|
|
1237
1237
|
{
|
|
1238
1238
|
"name": "value0",
|
|
1239
1239
|
"nodeType": "YulTypedName",
|
|
1240
|
-
"src": "1352:6:
|
|
1240
|
+
"src": "1352:6:152",
|
|
1241
1241
|
"type": ""
|
|
1242
1242
|
}
|
|
1243
1243
|
],
|
|
@@ -1245,21 +1245,21 @@
|
|
|
1245
1245
|
{
|
|
1246
1246
|
"name": "tail",
|
|
1247
1247
|
"nodeType": "YulTypedName",
|
|
1248
|
-
"src": "1363:4:
|
|
1248
|
+
"src": "1363:4:152",
|
|
1249
1249
|
"type": ""
|
|
1250
1250
|
}
|
|
1251
1251
|
],
|
|
1252
|
-
"src": "1277:187:
|
|
1252
|
+
"src": "1277:187:152"
|
|
1253
1253
|
},
|
|
1254
1254
|
{
|
|
1255
1255
|
"body": {
|
|
1256
1256
|
"nodeType": "YulBlock",
|
|
1257
|
-
"src": "1573:218:
|
|
1257
|
+
"src": "1573:218:152",
|
|
1258
1258
|
"statements": [
|
|
1259
1259
|
{
|
|
1260
1260
|
"body": {
|
|
1261
1261
|
"nodeType": "YulBlock",
|
|
1262
|
-
"src": "1619:16:
|
|
1262
|
+
"src": "1619:16:152",
|
|
1263
1263
|
"statements": [
|
|
1264
1264
|
{
|
|
1265
1265
|
"expression": {
|
|
@@ -1267,14 +1267,14 @@
|
|
|
1267
1267
|
{
|
|
1268
1268
|
"kind": "number",
|
|
1269
1269
|
"nodeType": "YulLiteral",
|
|
1270
|
-
"src": "1628:1:
|
|
1270
|
+
"src": "1628:1:152",
|
|
1271
1271
|
"type": "",
|
|
1272
1272
|
"value": "0"
|
|
1273
1273
|
},
|
|
1274
1274
|
{
|
|
1275
1275
|
"kind": "number",
|
|
1276
1276
|
"nodeType": "YulLiteral",
|
|
1277
|
-
"src": "1631:1:
|
|
1277
|
+
"src": "1631:1:152",
|
|
1278
1278
|
"type": "",
|
|
1279
1279
|
"value": "0"
|
|
1280
1280
|
}
|
|
@@ -1282,13 +1282,13 @@
|
|
|
1282
1282
|
"functionName": {
|
|
1283
1283
|
"name": "revert",
|
|
1284
1284
|
"nodeType": "YulIdentifier",
|
|
1285
|
-
"src": "1621:6:
|
|
1285
|
+
"src": "1621:6:152"
|
|
1286
1286
|
},
|
|
1287
1287
|
"nodeType": "YulFunctionCall",
|
|
1288
|
-
"src": "1621:12:
|
|
1288
|
+
"src": "1621:12:152"
|
|
1289
1289
|
},
|
|
1290
1290
|
"nodeType": "YulExpressionStatement",
|
|
1291
|
-
"src": "1621:12:
|
|
1291
|
+
"src": "1621:12:152"
|
|
1292
1292
|
}
|
|
1293
1293
|
]
|
|
1294
1294
|
},
|
|
@@ -1299,26 +1299,26 @@
|
|
|
1299
1299
|
{
|
|
1300
1300
|
"name": "dataEnd",
|
|
1301
1301
|
"nodeType": "YulIdentifier",
|
|
1302
|
-
"src": "1594:7:
|
|
1302
|
+
"src": "1594:7:152"
|
|
1303
1303
|
},
|
|
1304
1304
|
{
|
|
1305
1305
|
"name": "headStart",
|
|
1306
1306
|
"nodeType": "YulIdentifier",
|
|
1307
|
-
"src": "1603:9:
|
|
1307
|
+
"src": "1603:9:152"
|
|
1308
1308
|
}
|
|
1309
1309
|
],
|
|
1310
1310
|
"functionName": {
|
|
1311
1311
|
"name": "sub",
|
|
1312
1312
|
"nodeType": "YulIdentifier",
|
|
1313
|
-
"src": "1590:3:
|
|
1313
|
+
"src": "1590:3:152"
|
|
1314
1314
|
},
|
|
1315
1315
|
"nodeType": "YulFunctionCall",
|
|
1316
|
-
"src": "1590:23:
|
|
1316
|
+
"src": "1590:23:152"
|
|
1317
1317
|
},
|
|
1318
1318
|
{
|
|
1319
1319
|
"kind": "number",
|
|
1320
1320
|
"nodeType": "YulLiteral",
|
|
1321
|
-
"src": "1615:2:
|
|
1321
|
+
"src": "1615:2:152",
|
|
1322
1322
|
"type": "",
|
|
1323
1323
|
"value": "96"
|
|
1324
1324
|
}
|
|
@@ -1326,44 +1326,44 @@
|
|
|
1326
1326
|
"functionName": {
|
|
1327
1327
|
"name": "slt",
|
|
1328
1328
|
"nodeType": "YulIdentifier",
|
|
1329
|
-
"src": "1586:3:
|
|
1329
|
+
"src": "1586:3:152"
|
|
1330
1330
|
},
|
|
1331
1331
|
"nodeType": "YulFunctionCall",
|
|
1332
|
-
"src": "1586:32:
|
|
1332
|
+
"src": "1586:32:152"
|
|
1333
1333
|
},
|
|
1334
1334
|
"nodeType": "YulIf",
|
|
1335
|
-
"src": "1583:52:
|
|
1335
|
+
"src": "1583:52:152"
|
|
1336
1336
|
},
|
|
1337
1337
|
{
|
|
1338
1338
|
"nodeType": "YulAssignment",
|
|
1339
|
-
"src": "1644:33:
|
|
1339
|
+
"src": "1644:33:152",
|
|
1340
1340
|
"value": {
|
|
1341
1341
|
"arguments": [
|
|
1342
1342
|
{
|
|
1343
1343
|
"name": "headStart",
|
|
1344
1344
|
"nodeType": "YulIdentifier",
|
|
1345
|
-
"src": "1667:9:
|
|
1345
|
+
"src": "1667:9:152"
|
|
1346
1346
|
}
|
|
1347
1347
|
],
|
|
1348
1348
|
"functionName": {
|
|
1349
1349
|
"name": "calldataload",
|
|
1350
1350
|
"nodeType": "YulIdentifier",
|
|
1351
|
-
"src": "1654:12:
|
|
1351
|
+
"src": "1654:12:152"
|
|
1352
1352
|
},
|
|
1353
1353
|
"nodeType": "YulFunctionCall",
|
|
1354
|
-
"src": "1654:23:
|
|
1354
|
+
"src": "1654:23:152"
|
|
1355
1355
|
},
|
|
1356
1356
|
"variableNames": [
|
|
1357
1357
|
{
|
|
1358
1358
|
"name": "value0",
|
|
1359
1359
|
"nodeType": "YulIdentifier",
|
|
1360
|
-
"src": "1644:6:
|
|
1360
|
+
"src": "1644:6:152"
|
|
1361
1361
|
}
|
|
1362
1362
|
]
|
|
1363
1363
|
},
|
|
1364
1364
|
{
|
|
1365
1365
|
"nodeType": "YulAssignment",
|
|
1366
|
-
"src": "1686:48:
|
|
1366
|
+
"src": "1686:48:152",
|
|
1367
1367
|
"value": {
|
|
1368
1368
|
"arguments": [
|
|
1369
1369
|
{
|
|
@@ -1371,12 +1371,12 @@
|
|
|
1371
1371
|
{
|
|
1372
1372
|
"name": "headStart",
|
|
1373
1373
|
"nodeType": "YulIdentifier",
|
|
1374
|
-
"src": "1719:9:
|
|
1374
|
+
"src": "1719:9:152"
|
|
1375
1375
|
},
|
|
1376
1376
|
{
|
|
1377
1377
|
"kind": "number",
|
|
1378
1378
|
"nodeType": "YulLiteral",
|
|
1379
|
-
"src": "1730:2:
|
|
1379
|
+
"src": "1730:2:152",
|
|
1380
1380
|
"type": "",
|
|
1381
1381
|
"value": "32"
|
|
1382
1382
|
}
|
|
@@ -1384,31 +1384,31 @@
|
|
|
1384
1384
|
"functionName": {
|
|
1385
1385
|
"name": "add",
|
|
1386
1386
|
"nodeType": "YulIdentifier",
|
|
1387
|
-
"src": "1715:3:
|
|
1387
|
+
"src": "1715:3:152"
|
|
1388
1388
|
},
|
|
1389
1389
|
"nodeType": "YulFunctionCall",
|
|
1390
|
-
"src": "1715:18:
|
|
1390
|
+
"src": "1715:18:152"
|
|
1391
1391
|
}
|
|
1392
1392
|
],
|
|
1393
1393
|
"functionName": {
|
|
1394
1394
|
"name": "abi_decode_address",
|
|
1395
1395
|
"nodeType": "YulIdentifier",
|
|
1396
|
-
"src": "1696:18:
|
|
1396
|
+
"src": "1696:18:152"
|
|
1397
1397
|
},
|
|
1398
1398
|
"nodeType": "YulFunctionCall",
|
|
1399
|
-
"src": "1696:38:
|
|
1399
|
+
"src": "1696:38:152"
|
|
1400
1400
|
},
|
|
1401
1401
|
"variableNames": [
|
|
1402
1402
|
{
|
|
1403
1403
|
"name": "value1",
|
|
1404
1404
|
"nodeType": "YulIdentifier",
|
|
1405
|
-
"src": "1686:6:
|
|
1405
|
+
"src": "1686:6:152"
|
|
1406
1406
|
}
|
|
1407
1407
|
]
|
|
1408
1408
|
},
|
|
1409
1409
|
{
|
|
1410
1410
|
"nodeType": "YulAssignment",
|
|
1411
|
-
"src": "1743:42:
|
|
1411
|
+
"src": "1743:42:152",
|
|
1412
1412
|
"value": {
|
|
1413
1413
|
"arguments": [
|
|
1414
1414
|
{
|
|
@@ -1416,12 +1416,12 @@
|
|
|
1416
1416
|
{
|
|
1417
1417
|
"name": "headStart",
|
|
1418
1418
|
"nodeType": "YulIdentifier",
|
|
1419
|
-
"src": "1770:9:
|
|
1419
|
+
"src": "1770:9:152"
|
|
1420
1420
|
},
|
|
1421
1421
|
{
|
|
1422
1422
|
"kind": "number",
|
|
1423
1423
|
"nodeType": "YulLiteral",
|
|
1424
|
-
"src": "1781:2:
|
|
1424
|
+
"src": "1781:2:152",
|
|
1425
1425
|
"type": "",
|
|
1426
1426
|
"value": "64"
|
|
1427
1427
|
}
|
|
@@ -1429,25 +1429,25 @@
|
|
|
1429
1429
|
"functionName": {
|
|
1430
1430
|
"name": "add",
|
|
1431
1431
|
"nodeType": "YulIdentifier",
|
|
1432
|
-
"src": "1766:3:
|
|
1432
|
+
"src": "1766:3:152"
|
|
1433
1433
|
},
|
|
1434
1434
|
"nodeType": "YulFunctionCall",
|
|
1435
|
-
"src": "1766:18:
|
|
1435
|
+
"src": "1766:18:152"
|
|
1436
1436
|
}
|
|
1437
1437
|
],
|
|
1438
1438
|
"functionName": {
|
|
1439
1439
|
"name": "calldataload",
|
|
1440
1440
|
"nodeType": "YulIdentifier",
|
|
1441
|
-
"src": "1753:12:
|
|
1441
|
+
"src": "1753:12:152"
|
|
1442
1442
|
},
|
|
1443
1443
|
"nodeType": "YulFunctionCall",
|
|
1444
|
-
"src": "1753:32:
|
|
1444
|
+
"src": "1753:32:152"
|
|
1445
1445
|
},
|
|
1446
1446
|
"variableNames": [
|
|
1447
1447
|
{
|
|
1448
1448
|
"name": "value2",
|
|
1449
1449
|
"nodeType": "YulIdentifier",
|
|
1450
|
-
"src": "1743:6:
|
|
1450
|
+
"src": "1743:6:152"
|
|
1451
1451
|
}
|
|
1452
1452
|
]
|
|
1453
1453
|
}
|
|
@@ -1459,13 +1459,13 @@
|
|
|
1459
1459
|
{
|
|
1460
1460
|
"name": "headStart",
|
|
1461
1461
|
"nodeType": "YulTypedName",
|
|
1462
|
-
"src": "1523:9:
|
|
1462
|
+
"src": "1523:9:152",
|
|
1463
1463
|
"type": ""
|
|
1464
1464
|
},
|
|
1465
1465
|
{
|
|
1466
1466
|
"name": "dataEnd",
|
|
1467
1467
|
"nodeType": "YulTypedName",
|
|
1468
|
-
"src": "1534:7:
|
|
1468
|
+
"src": "1534:7:152",
|
|
1469
1469
|
"type": ""
|
|
1470
1470
|
}
|
|
1471
1471
|
],
|
|
@@ -1473,33 +1473,33 @@
|
|
|
1473
1473
|
{
|
|
1474
1474
|
"name": "value0",
|
|
1475
1475
|
"nodeType": "YulTypedName",
|
|
1476
|
-
"src": "1546:6:
|
|
1476
|
+
"src": "1546:6:152",
|
|
1477
1477
|
"type": ""
|
|
1478
1478
|
},
|
|
1479
1479
|
{
|
|
1480
1480
|
"name": "value1",
|
|
1481
1481
|
"nodeType": "YulTypedName",
|
|
1482
|
-
"src": "1554:6:
|
|
1482
|
+
"src": "1554:6:152",
|
|
1483
1483
|
"type": ""
|
|
1484
1484
|
},
|
|
1485
1485
|
{
|
|
1486
1486
|
"name": "value2",
|
|
1487
1487
|
"nodeType": "YulTypedName",
|
|
1488
|
-
"src": "1562:6:
|
|
1488
|
+
"src": "1562:6:152",
|
|
1489
1489
|
"type": ""
|
|
1490
1490
|
}
|
|
1491
1491
|
],
|
|
1492
|
-
"src": "1469:322:
|
|
1492
|
+
"src": "1469:322:152"
|
|
1493
1493
|
},
|
|
1494
1494
|
{
|
|
1495
1495
|
"body": {
|
|
1496
1496
|
"nodeType": "YulBlock",
|
|
1497
|
-
"src": "1865:207:
|
|
1497
|
+
"src": "1865:207:152",
|
|
1498
1498
|
"statements": [
|
|
1499
1499
|
{
|
|
1500
1500
|
"body": {
|
|
1501
1501
|
"nodeType": "YulBlock",
|
|
1502
|
-
"src": "1911:16:
|
|
1502
|
+
"src": "1911:16:152",
|
|
1503
1503
|
"statements": [
|
|
1504
1504
|
{
|
|
1505
1505
|
"expression": {
|
|
@@ -1507,14 +1507,14 @@
|
|
|
1507
1507
|
{
|
|
1508
1508
|
"kind": "number",
|
|
1509
1509
|
"nodeType": "YulLiteral",
|
|
1510
|
-
"src": "1920:1:
|
|
1510
|
+
"src": "1920:1:152",
|
|
1511
1511
|
"type": "",
|
|
1512
1512
|
"value": "0"
|
|
1513
1513
|
},
|
|
1514
1514
|
{
|
|
1515
1515
|
"kind": "number",
|
|
1516
1516
|
"nodeType": "YulLiteral",
|
|
1517
|
-
"src": "1923:1:
|
|
1517
|
+
"src": "1923:1:152",
|
|
1518
1518
|
"type": "",
|
|
1519
1519
|
"value": "0"
|
|
1520
1520
|
}
|
|
@@ -1522,13 +1522,13 @@
|
|
|
1522
1522
|
"functionName": {
|
|
1523
1523
|
"name": "revert",
|
|
1524
1524
|
"nodeType": "YulIdentifier",
|
|
1525
|
-
"src": "1913:6:
|
|
1525
|
+
"src": "1913:6:152"
|
|
1526
1526
|
},
|
|
1527
1527
|
"nodeType": "YulFunctionCall",
|
|
1528
|
-
"src": "1913:12:
|
|
1528
|
+
"src": "1913:12:152"
|
|
1529
1529
|
},
|
|
1530
1530
|
"nodeType": "YulExpressionStatement",
|
|
1531
|
-
"src": "1913:12:
|
|
1531
|
+
"src": "1913:12:152"
|
|
1532
1532
|
}
|
|
1533
1533
|
]
|
|
1534
1534
|
},
|
|
@@ -1539,26 +1539,26 @@
|
|
|
1539
1539
|
{
|
|
1540
1540
|
"name": "dataEnd",
|
|
1541
1541
|
"nodeType": "YulIdentifier",
|
|
1542
|
-
"src": "1886:7:
|
|
1542
|
+
"src": "1886:7:152"
|
|
1543
1543
|
},
|
|
1544
1544
|
{
|
|
1545
1545
|
"name": "headStart",
|
|
1546
1546
|
"nodeType": "YulIdentifier",
|
|
1547
|
-
"src": "1895:9:
|
|
1547
|
+
"src": "1895:9:152"
|
|
1548
1548
|
}
|
|
1549
1549
|
],
|
|
1550
1550
|
"functionName": {
|
|
1551
1551
|
"name": "sub",
|
|
1552
1552
|
"nodeType": "YulIdentifier",
|
|
1553
|
-
"src": "1882:3:
|
|
1553
|
+
"src": "1882:3:152"
|
|
1554
1554
|
},
|
|
1555
1555
|
"nodeType": "YulFunctionCall",
|
|
1556
|
-
"src": "1882:23:
|
|
1556
|
+
"src": "1882:23:152"
|
|
1557
1557
|
},
|
|
1558
1558
|
{
|
|
1559
1559
|
"kind": "number",
|
|
1560
1560
|
"nodeType": "YulLiteral",
|
|
1561
|
-
"src": "1907:2:
|
|
1561
|
+
"src": "1907:2:152",
|
|
1562
1562
|
"type": "",
|
|
1563
1563
|
"value": "32"
|
|
1564
1564
|
}
|
|
@@ -1566,38 +1566,38 @@
|
|
|
1566
1566
|
"functionName": {
|
|
1567
1567
|
"name": "slt",
|
|
1568
1568
|
"nodeType": "YulIdentifier",
|
|
1569
|
-
"src": "1878:3:
|
|
1569
|
+
"src": "1878:3:152"
|
|
1570
1570
|
},
|
|
1571
1571
|
"nodeType": "YulFunctionCall",
|
|
1572
|
-
"src": "1878:32:
|
|
1572
|
+
"src": "1878:32:152"
|
|
1573
1573
|
},
|
|
1574
1574
|
"nodeType": "YulIf",
|
|
1575
|
-
"src": "1875:52:
|
|
1575
|
+
"src": "1875:52:152"
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"nodeType": "YulVariableDeclaration",
|
|
1579
|
-
"src": "1936:36:
|
|
1579
|
+
"src": "1936:36:152",
|
|
1580
1580
|
"value": {
|
|
1581
1581
|
"arguments": [
|
|
1582
1582
|
{
|
|
1583
1583
|
"name": "headStart",
|
|
1584
1584
|
"nodeType": "YulIdentifier",
|
|
1585
|
-
"src": "1962:9:
|
|
1585
|
+
"src": "1962:9:152"
|
|
1586
1586
|
}
|
|
1587
1587
|
],
|
|
1588
1588
|
"functionName": {
|
|
1589
1589
|
"name": "calldataload",
|
|
1590
1590
|
"nodeType": "YulIdentifier",
|
|
1591
|
-
"src": "1949:12:
|
|
1591
|
+
"src": "1949:12:152"
|
|
1592
1592
|
},
|
|
1593
1593
|
"nodeType": "YulFunctionCall",
|
|
1594
|
-
"src": "1949:23:
|
|
1594
|
+
"src": "1949:23:152"
|
|
1595
1595
|
},
|
|
1596
1596
|
"variables": [
|
|
1597
1597
|
{
|
|
1598
1598
|
"name": "value",
|
|
1599
1599
|
"nodeType": "YulTypedName",
|
|
1600
|
-
"src": "1940:5:
|
|
1600
|
+
"src": "1940:5:152",
|
|
1601
1601
|
"type": ""
|
|
1602
1602
|
}
|
|
1603
1603
|
]
|
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
{
|
|
1606
1606
|
"body": {
|
|
1607
1607
|
"nodeType": "YulBlock",
|
|
1608
|
-
"src": "2026:16:
|
|
1608
|
+
"src": "2026:16:152",
|
|
1609
1609
|
"statements": [
|
|
1610
1610
|
{
|
|
1611
1611
|
"expression": {
|
|
@@ -1613,14 +1613,14 @@
|
|
|
1613
1613
|
{
|
|
1614
1614
|
"kind": "number",
|
|
1615
1615
|
"nodeType": "YulLiteral",
|
|
1616
|
-
"src": "2035:1:
|
|
1616
|
+
"src": "2035:1:152",
|
|
1617
1617
|
"type": "",
|
|
1618
1618
|
"value": "0"
|
|
1619
1619
|
},
|
|
1620
1620
|
{
|
|
1621
1621
|
"kind": "number",
|
|
1622
1622
|
"nodeType": "YulLiteral",
|
|
1623
|
-
"src": "2038:1:
|
|
1623
|
+
"src": "2038:1:152",
|
|
1624
1624
|
"type": "",
|
|
1625
1625
|
"value": "0"
|
|
1626
1626
|
}
|
|
@@ -1628,13 +1628,13 @@
|
|
|
1628
1628
|
"functionName": {
|
|
1629
1629
|
"name": "revert",
|
|
1630
1630
|
"nodeType": "YulIdentifier",
|
|
1631
|
-
"src": "2028:6:
|
|
1631
|
+
"src": "2028:6:152"
|
|
1632
1632
|
},
|
|
1633
1633
|
"nodeType": "YulFunctionCall",
|
|
1634
|
-
"src": "2028:12:
|
|
1634
|
+
"src": "2028:12:152"
|
|
1635
1635
|
},
|
|
1636
1636
|
"nodeType": "YulExpressionStatement",
|
|
1637
|
-
"src": "2028:12:
|
|
1637
|
+
"src": "2028:12:152"
|
|
1638
1638
|
}
|
|
1639
1639
|
]
|
|
1640
1640
|
},
|
|
@@ -1645,19 +1645,19 @@
|
|
|
1645
1645
|
{
|
|
1646
1646
|
"name": "value",
|
|
1647
1647
|
"nodeType": "YulIdentifier",
|
|
1648
|
-
"src": "1994:5:
|
|
1648
|
+
"src": "1994:5:152"
|
|
1649
1649
|
},
|
|
1650
1650
|
{
|
|
1651
1651
|
"arguments": [
|
|
1652
1652
|
{
|
|
1653
1653
|
"name": "value",
|
|
1654
1654
|
"nodeType": "YulIdentifier",
|
|
1655
|
-
"src": "2005:5:
|
|
1655
|
+
"src": "2005:5:152"
|
|
1656
1656
|
},
|
|
1657
1657
|
{
|
|
1658
1658
|
"kind": "number",
|
|
1659
1659
|
"nodeType": "YulLiteral",
|
|
1660
|
-
"src": "2012:10:
|
|
1660
|
+
"src": "2012:10:152",
|
|
1661
1661
|
"type": "",
|
|
1662
1662
|
"value": "0xffffffff"
|
|
1663
1663
|
}
|
|
@@ -1665,45 +1665,45 @@
|
|
|
1665
1665
|
"functionName": {
|
|
1666
1666
|
"name": "and",
|
|
1667
1667
|
"nodeType": "YulIdentifier",
|
|
1668
|
-
"src": "2001:3:
|
|
1668
|
+
"src": "2001:3:152"
|
|
1669
1669
|
},
|
|
1670
1670
|
"nodeType": "YulFunctionCall",
|
|
1671
|
-
"src": "2001:22:
|
|
1671
|
+
"src": "2001:22:152"
|
|
1672
1672
|
}
|
|
1673
1673
|
],
|
|
1674
1674
|
"functionName": {
|
|
1675
1675
|
"name": "eq",
|
|
1676
1676
|
"nodeType": "YulIdentifier",
|
|
1677
|
-
"src": "1991:2:
|
|
1677
|
+
"src": "1991:2:152"
|
|
1678
1678
|
},
|
|
1679
1679
|
"nodeType": "YulFunctionCall",
|
|
1680
|
-
"src": "1991:33:
|
|
1680
|
+
"src": "1991:33:152"
|
|
1681
1681
|
}
|
|
1682
1682
|
],
|
|
1683
1683
|
"functionName": {
|
|
1684
1684
|
"name": "iszero",
|
|
1685
1685
|
"nodeType": "YulIdentifier",
|
|
1686
|
-
"src": "1984:6:
|
|
1686
|
+
"src": "1984:6:152"
|
|
1687
1687
|
},
|
|
1688
1688
|
"nodeType": "YulFunctionCall",
|
|
1689
|
-
"src": "1984:41:
|
|
1689
|
+
"src": "1984:41:152"
|
|
1690
1690
|
},
|
|
1691
1691
|
"nodeType": "YulIf",
|
|
1692
|
-
"src": "1981:61:
|
|
1692
|
+
"src": "1981:61:152"
|
|
1693
1693
|
},
|
|
1694
1694
|
{
|
|
1695
1695
|
"nodeType": "YulAssignment",
|
|
1696
|
-
"src": "2051:15:
|
|
1696
|
+
"src": "2051:15:152",
|
|
1697
1697
|
"value": {
|
|
1698
1698
|
"name": "value",
|
|
1699
1699
|
"nodeType": "YulIdentifier",
|
|
1700
|
-
"src": "2061:5:
|
|
1700
|
+
"src": "2061:5:152"
|
|
1701
1701
|
},
|
|
1702
1702
|
"variableNames": [
|
|
1703
1703
|
{
|
|
1704
1704
|
"name": "value0",
|
|
1705
1705
|
"nodeType": "YulIdentifier",
|
|
1706
|
-
"src": "2051:6:
|
|
1706
|
+
"src": "2051:6:152"
|
|
1707
1707
|
}
|
|
1708
1708
|
]
|
|
1709
1709
|
}
|
|
@@ -1715,13 +1715,13 @@
|
|
|
1715
1715
|
{
|
|
1716
1716
|
"name": "headStart",
|
|
1717
1717
|
"nodeType": "YulTypedName",
|
|
1718
|
-
"src": "1831:9:
|
|
1718
|
+
"src": "1831:9:152",
|
|
1719
1719
|
"type": ""
|
|
1720
1720
|
},
|
|
1721
1721
|
{
|
|
1722
1722
|
"name": "dataEnd",
|
|
1723
1723
|
"nodeType": "YulTypedName",
|
|
1724
|
-
"src": "1842:7:
|
|
1724
|
+
"src": "1842:7:152",
|
|
1725
1725
|
"type": ""
|
|
1726
1726
|
}
|
|
1727
1727
|
],
|
|
@@ -1729,31 +1729,31 @@
|
|
|
1729
1729
|
{
|
|
1730
1730
|
"name": "value0",
|
|
1731
1731
|
"nodeType": "YulTypedName",
|
|
1732
|
-
"src": "1854:6:
|
|
1732
|
+
"src": "1854:6:152",
|
|
1733
1733
|
"type": ""
|
|
1734
1734
|
}
|
|
1735
1735
|
],
|
|
1736
|
-
"src": "1796:276:
|
|
1736
|
+
"src": "1796:276:152"
|
|
1737
1737
|
},
|
|
1738
1738
|
{
|
|
1739
1739
|
"body": {
|
|
1740
1740
|
"nodeType": "YulBlock",
|
|
1741
|
-
"src": "2178:125:
|
|
1741
|
+
"src": "2178:125:152",
|
|
1742
1742
|
"statements": [
|
|
1743
1743
|
{
|
|
1744
1744
|
"nodeType": "YulAssignment",
|
|
1745
|
-
"src": "2188:26:
|
|
1745
|
+
"src": "2188:26:152",
|
|
1746
1746
|
"value": {
|
|
1747
1747
|
"arguments": [
|
|
1748
1748
|
{
|
|
1749
1749
|
"name": "headStart",
|
|
1750
1750
|
"nodeType": "YulIdentifier",
|
|
1751
|
-
"src": "2200:9:
|
|
1751
|
+
"src": "2200:9:152"
|
|
1752
1752
|
},
|
|
1753
1753
|
{
|
|
1754
1754
|
"kind": "number",
|
|
1755
1755
|
"nodeType": "YulLiteral",
|
|
1756
|
-
"src": "2211:2:
|
|
1756
|
+
"src": "2211:2:152",
|
|
1757
1757
|
"type": "",
|
|
1758
1758
|
"value": "32"
|
|
1759
1759
|
}
|
|
@@ -1761,16 +1761,16 @@
|
|
|
1761
1761
|
"functionName": {
|
|
1762
1762
|
"name": "add",
|
|
1763
1763
|
"nodeType": "YulIdentifier",
|
|
1764
|
-
"src": "2196:3:
|
|
1764
|
+
"src": "2196:3:152"
|
|
1765
1765
|
},
|
|
1766
1766
|
"nodeType": "YulFunctionCall",
|
|
1767
|
-
"src": "2196:18:
|
|
1767
|
+
"src": "2196:18:152"
|
|
1768
1768
|
},
|
|
1769
1769
|
"variableNames": [
|
|
1770
1770
|
{
|
|
1771
1771
|
"name": "tail",
|
|
1772
1772
|
"nodeType": "YulIdentifier",
|
|
1773
|
-
"src": "2188:4:
|
|
1773
|
+
"src": "2188:4:152"
|
|
1774
1774
|
}
|
|
1775
1775
|
]
|
|
1776
1776
|
},
|
|
@@ -1780,19 +1780,19 @@
|
|
|
1780
1780
|
{
|
|
1781
1781
|
"name": "headStart",
|
|
1782
1782
|
"nodeType": "YulIdentifier",
|
|
1783
|
-
"src": "2230:9:
|
|
1783
|
+
"src": "2230:9:152"
|
|
1784
1784
|
},
|
|
1785
1785
|
{
|
|
1786
1786
|
"arguments": [
|
|
1787
1787
|
{
|
|
1788
1788
|
"name": "value0",
|
|
1789
1789
|
"nodeType": "YulIdentifier",
|
|
1790
|
-
"src": "2245:6:
|
|
1790
|
+
"src": "2245:6:152"
|
|
1791
1791
|
},
|
|
1792
1792
|
{
|
|
1793
1793
|
"kind": "number",
|
|
1794
1794
|
"nodeType": "YulLiteral",
|
|
1795
|
-
"src": "2253:42:
|
|
1795
|
+
"src": "2253:42:152",
|
|
1796
1796
|
"type": "",
|
|
1797
1797
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
1798
1798
|
}
|
|
@@ -1800,22 +1800,22 @@
|
|
|
1800
1800
|
"functionName": {
|
|
1801
1801
|
"name": "and",
|
|
1802
1802
|
"nodeType": "YulIdentifier",
|
|
1803
|
-
"src": "2241:3:
|
|
1803
|
+
"src": "2241:3:152"
|
|
1804
1804
|
},
|
|
1805
1805
|
"nodeType": "YulFunctionCall",
|
|
1806
|
-
"src": "2241:55:
|
|
1806
|
+
"src": "2241:55:152"
|
|
1807
1807
|
}
|
|
1808
1808
|
],
|
|
1809
1809
|
"functionName": {
|
|
1810
1810
|
"name": "mstore",
|
|
1811
1811
|
"nodeType": "YulIdentifier",
|
|
1812
|
-
"src": "2223:6:
|
|
1812
|
+
"src": "2223:6:152"
|
|
1813
1813
|
},
|
|
1814
1814
|
"nodeType": "YulFunctionCall",
|
|
1815
|
-
"src": "2223:74:
|
|
1815
|
+
"src": "2223:74:152"
|
|
1816
1816
|
},
|
|
1817
1817
|
"nodeType": "YulExpressionStatement",
|
|
1818
|
-
"src": "2223:74:
|
|
1818
|
+
"src": "2223:74:152"
|
|
1819
1819
|
}
|
|
1820
1820
|
]
|
|
1821
1821
|
},
|
|
@@ -1825,13 +1825,13 @@
|
|
|
1825
1825
|
{
|
|
1826
1826
|
"name": "headStart",
|
|
1827
1827
|
"nodeType": "YulTypedName",
|
|
1828
|
-
"src": "2147:9:
|
|
1828
|
+
"src": "2147:9:152",
|
|
1829
1829
|
"type": ""
|
|
1830
1830
|
},
|
|
1831
1831
|
{
|
|
1832
1832
|
"name": "value0",
|
|
1833
1833
|
"nodeType": "YulTypedName",
|
|
1834
|
-
"src": "2158:6:
|
|
1834
|
+
"src": "2158:6:152",
|
|
1835
1835
|
"type": ""
|
|
1836
1836
|
}
|
|
1837
1837
|
],
|
|
@@ -1839,16 +1839,16 @@
|
|
|
1839
1839
|
{
|
|
1840
1840
|
"name": "tail",
|
|
1841
1841
|
"nodeType": "YulTypedName",
|
|
1842
|
-
"src": "2169:4:
|
|
1842
|
+
"src": "2169:4:152",
|
|
1843
1843
|
"type": ""
|
|
1844
1844
|
}
|
|
1845
1845
|
],
|
|
1846
|
-
"src": "2077:226:
|
|
1846
|
+
"src": "2077:226:152"
|
|
1847
1847
|
}
|
|
1848
1848
|
]
|
|
1849
1849
|
},
|
|
1850
1850
|
"contents": "{\n { }\n function abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffff))\n }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\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_uint64_t_uint64__to_t_uint64_t_uint64__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n let _1 := 0xffffffffffffffff\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n }\n function abi_decode_tuple_t_bytes32(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_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_decode_tuple_t_uint256t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := calldataload(headStart)\n value1 := abi_decode_address(add(headStart, 32))\n value2 := calldataload(add(headStart, 64))\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_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n}",
|
|
1851
|
-
"id":
|
|
1851
|
+
"id": 152,
|
|
1852
1852
|
"language": "Yul",
|
|
1853
1853
|
"name": "#utility.yul"
|
|
1854
1854
|
}
|
|
@@ -1856,7 +1856,7 @@
|
|
|
1856
1856
|
"immutableReferences": {},
|
|
1857
1857
|
"linkReferences": {},
|
|
1858
1858
|
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x7D JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x724E11B6 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x724E11B6 EQ PUSH2 0x126 JUMPI DUP1 PUSH4 0x92975F18 EQ PUSH2 0x18A JUMPI DUP1 PUSH4 0xD5B0B0CE EQ PUSH2 0x21A JUMPI DUP1 PUSH4 0xE5D3D714 EQ PUSH2 0x266 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x9B53F51 EQ PUSH2 0x82 JUMPI DUP1 PUSH4 0x2B43B4D5 EQ PUSH2 0xB3 JUMPI DUP1 PUSH4 0x6C626AA4 EQ PUSH2 0xF2 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x99 SWAP1 PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xF0 PUSH2 0xC1 CALLDATASIZE PUSH1 0x4 PUSH2 0x317 JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP3 SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x105 PUSH2 0x100 CALLDATASIZE PUSH1 0x4 PUSH2 0x339 JUMP JUMPDEST PUSH2 0x291 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF SWAP4 DUP5 AND DUP2 MSTORE SWAP3 SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0xAA JUMP JUMPDEST PUSH2 0x17A PUSH2 0x134 CALLDATASIZE PUSH1 0x4 PUSH2 0x339 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 DUP4 MLOAD PUSH1 0x60 DUP2 ADD DUP6 MSTORE DUP2 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE SWAP3 DUP2 ADD SLOAD SWAP2 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x2 ADD SLOAD PUSH4 0xFFFFFFFF AND SWAP2 ADD DUP2 SWAP1 MSTORE ISZERO ISZERO SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xAA JUMP JUMPDEST PUSH2 0xF0 PUSH2 0x198 CALLDATASIZE PUSH1 0x4 PUSH2 0x352 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x60 DUP2 ADD DUP3 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 DUP5 AND DUP2 MSTORE PUSH1 0x20 DUP1 DUP3 ADD SWAP4 DUP5 MSTORE TIMESTAMP PUSH4 0xFFFFFFFF SWAP1 DUP2 AND DUP4 DUP6 ADD SWAP1 DUP2 MSTORE PUSH1 0x0 SWAP8 DUP9 MSTORE PUSH1 0x1 SWAP3 DUP4 SWAP1 MSTORE SWAP4 SWAP1 SWAP7 KECCAK256 SWAP2 MLOAD DUP3 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP6 AND SWAP5 SWAP1 SWAP5 OR DUP2 SSTORE SWAP2 MLOAD SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 SSTORE SWAP1 MLOAD PUSH1 0x2 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH4 0xFFFFFFFF NOT AND SWAP2 SWAP1 SWAP3 AND OR SWAP1 SSTORE JUMP JUMPDEST PUSH2 0xF0 PUSH2 0x228 CALLDATASIZE PUSH1 0x4 PUSH2 0x387 JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP3 AND PUSH1 0x1 PUSH1 0xA0 SHL MUL PUSH32 0xFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x279 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xAA JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 DUP2 MLOAD PUSH1 0x60 DUP2 ADD DUP4 MSTORE DUP2 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE SWAP4 DUP2 ADD SLOAD SWAP3 DUP5 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x2 SWAP1 SWAP2 ADD SLOAD PUSH4 0xFFFFFFFF AND SWAP1 DUP3 ADD DUP2 SWAP1 MSTORE DUP3 SWAP2 SWAP1 ISZERO PUSH2 0x2EF JUMPI PUSH1 0x40 ADD MLOAD PUSH4 0xFFFFFFFF AND SWAP4 TIMESTAMP SWAP4 POP SWAP2 POP POP JUMP JUMPDEST POP PUSH1 0x0 SWAP4 DUP5 SWAP4 POP SWAP2 POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x312 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x329 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x332 DUP3 PUSH2 0x2FB JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x34B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x367 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD SWAP3 POP PUSH2 0x377 PUSH1 0x20 DUP6 ADD PUSH2 0x2FB JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x399 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x332 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH11 0x4EA71AEF381D46EDEE638B CODECOPY GASLIMIT PUSH23 0x67E375B2B8C0BFBA5DCA58A9436862EA5664736F6C6343 STOP ADDMOD GT STOP CALLER ",
|
|
1859
|
-
"sourceMap": "106:1590:
|
|
1859
|
+
"sourceMap": "106:1590:136:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;298:57;;;;;-1:-1:-1;;;298:57:136;;;;;;;;;188:10:152;176:23;;;158:42;;146:2;131:18;298:57:136;;;;;;;;495:90;;;;;;:::i;:::-;556:9;:22;;-1:-1:-1;;556:22:136;-1:-1:-1;;;;;556:22:136;;;;;;;;;;495:90;;;1057:407;;;;;;:::i;:::-;;:::i;:::-;;;;968:18:152;1013:15;;;995:34;;1065:15;;;;1060:2;1045:18;;1038:43;931:18;1057:407:136;788:299:152;1470:224:136;;;;;;:::i;:::-;1575:4;1621:29;;;:8;:29;;;;;;;;;1595:55;;;;;;;;;-1:-1:-1;;;;;1595:55:136;;;;;;;;;;;;;;;;;;;;;;;;1667:20;;;1470:224;;;;1442:14:152;;1435:22;1417:41;;1405:2;1390:18;1470:224:136;1277:187:152;718:333:136;;;;;;:::i;:::-;869:175;;;;;;;;-1:-1:-1;;;;;869:175:136;;;;;;;;;;;;976:15;869:175;;;;;;;;;;-1:-1:-1;846:20:136;;;:8;:20;;;;;;;;:198;;;;-1:-1:-1;;846:198:136;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;846:198:136;;;;;;;;718:333;591:121;;;;;;:::i;:::-;667:27;:38;;;;;;-1:-1:-1;;;667:38:136;;;;;;;;;;;591:121;259:33;;;;;-1:-1:-1;;;;;259:33:136;;;;;;-1:-1:-1;;;;;2241:55:152;;;2223:74;;2211:2;2196:18;259:33:136;2077:226:152;1057:407:136;1176:18;1256:20;;;:8;:20;;;;;;;;1230:46;;;;;;;;;-1:-1:-1;;;;;1230:46:136;;;;;;;;;;;;;;;;;;;;;;;;;;;1176:18;;1230:46;1290:20;1286:149;;1341:15;;;1334:23;;;1366:15;;-1:-1:-1;1057:407:136;-1:-1:-1;;1057:407:136:o;1286:149::-;-1:-1:-1;1452:1:136;;;;-1:-1:-1;1057:407:136;-1:-1:-1;;1057:407:136:o;211:196:152:-;279:20;;-1:-1:-1;;;;;328:54:152;;318:65;;308:93;;397:1;394;387:12;308:93;211:196;;;:::o;412:186::-;471:6;524:2;512:9;503:7;499:23;495:32;492:52;;;540:1;537;530:12;492:52;563:29;582:9;563:29;:::i;:::-;553:39;412:186;-1:-1:-1;;;412:186:152:o;603:180::-;662:6;715:2;703:9;694:7;690:23;686:32;683:52;;;731:1;728;721:12;683:52;-1:-1:-1;754:23:152;;603:180;-1:-1:-1;603:180:152:o;1469:322::-;1546:6;1554;1562;1615:2;1603:9;1594:7;1590:23;1586:32;1583:52;;;1631:1;1628;1621:12;1583:52;1667:9;1654:23;1644:33;;1696:38;1730:2;1719:9;1715:18;1696:38;:::i;:::-;1686:48;;1781:2;1770:9;1766:18;1753:32;1743:42;;1469:322;;;;;:::o;1796:276::-;1854:6;1907:2;1895:9;1886:7;1882:23;1878:32;1875:52;;;1923:1;1920;1913:12;1875:52;1962:9;1949:23;2012:10;2005:5;2001:22;1994:5;1991:33;1981:61;;2038:1;2035;2028:12"
|
|
1860
1860
|
},
|
|
1861
1861
|
"gasEstimates": {
|
|
1862
1862
|
"creation": {
|
|
@@ -1888,7 +1888,7 @@
|
|
|
1888
1888
|
"storageLayout": {
|
|
1889
1889
|
"storage": [
|
|
1890
1890
|
{
|
|
1891
|
-
"astId":
|
|
1891
|
+
"astId": 47142,
|
|
1892
1892
|
"contract": "contracts/test/MockTBTCVault.sol:MockTBTCVault",
|
|
1893
1893
|
"label": "tbtcToken",
|
|
1894
1894
|
"offset": 0,
|
|
@@ -1896,7 +1896,7 @@
|
|
|
1896
1896
|
"type": "t_address"
|
|
1897
1897
|
},
|
|
1898
1898
|
{
|
|
1899
|
-
"astId":
|
|
1899
|
+
"astId": 47146,
|
|
1900
1900
|
"contract": "contracts/test/MockTBTCVault.sol:MockTBTCVault",
|
|
1901
1901
|
"label": "optimisticMintingFeeDivisor",
|
|
1902
1902
|
"offset": 20,
|
|
@@ -1904,12 +1904,12 @@
|
|
|
1904
1904
|
"type": "t_uint32"
|
|
1905
1905
|
},
|
|
1906
1906
|
{
|
|
1907
|
-
"astId":
|
|
1907
|
+
"astId": 47151,
|
|
1908
1908
|
"contract": "contracts/test/MockTBTCVault.sol:MockTBTCVault",
|
|
1909
1909
|
"label": "deposits",
|
|
1910
1910
|
"offset": 0,
|
|
1911
1911
|
"slot": "1",
|
|
1912
|
-
"type": "t_mapping(t_uint256,t_struct(DepositInfo)
|
|
1912
|
+
"type": "t_mapping(t_uint256,t_struct(DepositInfo)47139_storage)"
|
|
1913
1913
|
}
|
|
1914
1914
|
],
|
|
1915
1915
|
"types": {
|
|
@@ -1918,19 +1918,19 @@
|
|
|
1918
1918
|
"label": "address",
|
|
1919
1919
|
"numberOfBytes": "20"
|
|
1920
1920
|
},
|
|
1921
|
-
"t_mapping(t_uint256,t_struct(DepositInfo)
|
|
1921
|
+
"t_mapping(t_uint256,t_struct(DepositInfo)47139_storage)": {
|
|
1922
1922
|
"encoding": "mapping",
|
|
1923
1923
|
"key": "t_uint256",
|
|
1924
1924
|
"label": "mapping(uint256 => struct MockTBTCVault.DepositInfo)",
|
|
1925
1925
|
"numberOfBytes": "32",
|
|
1926
|
-
"value": "t_struct(DepositInfo)
|
|
1926
|
+
"value": "t_struct(DepositInfo)47139_storage"
|
|
1927
1927
|
},
|
|
1928
|
-
"t_struct(DepositInfo)
|
|
1928
|
+
"t_struct(DepositInfo)47139_storage": {
|
|
1929
1929
|
"encoding": "inplace",
|
|
1930
1930
|
"label": "struct MockTBTCVault.DepositInfo",
|
|
1931
1931
|
"members": [
|
|
1932
1932
|
{
|
|
1933
|
-
"astId":
|
|
1933
|
+
"astId": 47134,
|
|
1934
1934
|
"contract": "contracts/test/MockTBTCVault.sol:MockTBTCVault",
|
|
1935
1935
|
"label": "depositor",
|
|
1936
1936
|
"offset": 0,
|
|
@@ -1938,7 +1938,7 @@
|
|
|
1938
1938
|
"type": "t_address"
|
|
1939
1939
|
},
|
|
1940
1940
|
{
|
|
1941
|
-
"astId":
|
|
1941
|
+
"astId": 47136,
|
|
1942
1942
|
"contract": "contracts/test/MockTBTCVault.sol:MockTBTCVault",
|
|
1943
1943
|
"label": "amount",
|
|
1944
1944
|
"offset": 0,
|
|
@@ -1946,7 +1946,7 @@
|
|
|
1946
1946
|
"type": "t_uint256"
|
|
1947
1947
|
},
|
|
1948
1948
|
{
|
|
1949
|
-
"astId":
|
|
1949
|
+
"astId": 47138,
|
|
1950
1950
|
"contract": "contracts/test/MockTBTCVault.sol:MockTBTCVault",
|
|
1951
1951
|
"label": "revealedAt",
|
|
1952
1952
|
"offset": 0,
|