ETH Price: $2,668.07 (+4.20%)

Transaction Decoder

Block:
22561537 at May-25-2025 06:10:47 PM +UTC
Transaction Fee:
0.000106205865643007 ETH $0.28
Gas Used:
139,367 Gas / 0.762058921 Gwei

Emitted Events:

48 ERC1967Proxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x0000000000000000000000009bdc7dfd19b75b023e28bbb8e197295c51ce55e4, 0x0000000000000000000000009021069ce6842ac73d824941f841810e7d73f4c5, 00000000000000000000000000000000000000000000007fc169bd8e5bce05c0 )
49 WETH9.Transfer( src=[Sender] 0xb1b2d032aa2f52347fbcfd08e5c3cc55216e8404, dst=UniswapV3Pool, wad=39508636979012538 )
50 UniswapV3Pool.Swap( sender=[Receiver] SwapRouter02, recipient=0x9021069c...E7D73f4C5, amount0=-2356673376302111000000, amount1=39508636979012538, sqrtPriceX96=324152283127277180000885602, liquidity=6425667708156206608002, tick=-109983 )

Account State Difference:

  Address   Before After State Difference Code
0x52498F8d...868114d10
(beaverbuild)
7.564098966881970243 Eth7.564112903581970243 Eth0.0000139367
0x9bDC7dFd...C51ce55e4
(Uniswap V3: NETVR)
0xb1b2d032...5216E8404
3.524198280337508098 Eth
Nonce: 1569809
3.524092074471865091 Eth
Nonce: 1569810
0.000106205865643007
0xC02aaA39...83C756Cc2

Execution Trace

SwapRouter02.exactOutputSingle( params=[{name:tokenIn, type:address, order:1, indexed:false, value:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, valueString:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2}, {name:tokenOut, type:address, order:2, indexed:false, value:0x52498F8d9791736f1D6398fE95ba3BD868114d10, valueString:0x52498F8d9791736f1D6398fE95ba3BD868114d10}, {name:fee, type:uint24, order:3, indexed:false, value:3000, valueString:3000}, {name:recipient, type:address, order:4, indexed:false, value:0x9021069cE6842Ac73D824941F841810E7D73f4C5, valueString:0x9021069cE6842Ac73D824941F841810E7D73f4C5}, {name:amountOut, type:uint256, order:5, indexed:false, value:2356673376302111000000, valueString:2356673376302111000000}, {name:amountInMaximum, type:uint256, order:6, indexed:false, value:39548145615991609, valueString:39548145615991609}, {name:sqrtPriceLimitX96, type:uint160, order:7, indexed:false, value:0, valueString:0}] ) => ( amountIn=39508636979012538 )
  • UniswapV3Pool.swap( recipient=0x9021069cE6842Ac73D824941F841810E7D73f4C5, zeroForOne=False, amountSpecified=-2356673376302111000000, sqrtPriceLimitX96=1461446703485210103287273052203988822378723970341, data=0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000040000000000000000000000000B1B2D032AA2F52347FBCFD08E5C3CC55216E8404000000000000000000000000000000000000000000000000000000000000002B52498F8D9791736F1D6398FE95BA3BD868114D10000BB8C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000000000000000000000 ) => ( amount0=-2356673376302111000000, amount1=39508636979012538 )
    • ERC1967Proxy.a9059cbb( )
      • NetVRk.transfer( to=0x9021069cE6842Ac73D824941F841810E7D73f4C5, amount=2356673376302111000000 ) => ( True )
      • WETH9.balanceOf( 0x9bDC7dFd19b75B023E28BBB8e197295C51ce55e4 ) => ( 34962102094692216800 )
      • SwapRouter02.uniswapV3SwapCallback( amount0Delta=-2356673376302111000000, amount1Delta=39508636979012538, _data=0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000040000000000000000000000000B1B2D032AA2F52347FBCFD08E5C3CC55216E8404000000000000000000000000000000000000000000000000000000000000002B52498F8D9791736F1D6398FE95BA3BD868114D10000BB8C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000000000000000000000 )
        • WETH9.transferFrom( src=0xb1b2d032AA2F52347fbcfd08E5C3Cc55216E8404, dst=0x9bDC7dFd19b75B023E28BBB8e197295C51ce55e4, wad=39508636979012538 ) => ( True )
        • WETH9.balanceOf( 0x9bDC7dFd19b75B023E28BBB8e197295C51ce55e4 ) => ( 35001610731671229338 )
          File 1 of 5: SwapRouter02
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          pragma abicoder v2;
          import '@uniswap/v3-periphery/contracts/base/SelfPermit.sol';
          import '@uniswap/v3-periphery/contracts/base/PeripheryImmutableState.sol';
          import './interfaces/ISwapRouter02.sol';
          import './V2SwapRouter.sol';
          import './V3SwapRouter.sol';
          import './base/ApproveAndCall.sol';
          import './base/MulticallExtended.sol';
          /// @title Uniswap V2 and V3 Swap Router
          contract SwapRouter02 is ISwapRouter02, V2SwapRouter, V3SwapRouter, ApproveAndCall, MulticallExtended, SelfPermit {
              constructor(
                  address _factoryV2,
                  address factoryV3,
                  address _positionManager,
                  address _WETH9
              ) ImmutableState(_factoryV2, _positionManager) PeripheryImmutableState(factoryV3, _WETH9) {}
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
          import '@openzeppelin/contracts/drafts/IERC20Permit.sol';
          import '../interfaces/ISelfPermit.sol';
          import '../interfaces/external/IERC20PermitAllowed.sol';
          /// @title Self Permit
          /// @notice Functionality to call permit on any EIP-2612-compliant token for use in the route
          /// @dev These functions are expected to be embedded in multicalls to allow EOAs to approve a contract and call a function
          /// that requires an approval in a single transaction.
          abstract contract SelfPermit is ISelfPermit {
              /// @inheritdoc ISelfPermit
              function selfPermit(
                  address token,
                  uint256 value,
                  uint256 deadline,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) public payable override {
                  IERC20Permit(token).permit(msg.sender, address(this), value, deadline, v, r, s);
              }
              /// @inheritdoc ISelfPermit
              function selfPermitIfNecessary(
                  address token,
                  uint256 value,
                  uint256 deadline,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) external payable override {
                  if (IERC20(token).allowance(msg.sender, address(this)) < value) selfPermit(token, value, deadline, v, r, s);
              }
              /// @inheritdoc ISelfPermit
              function selfPermitAllowed(
                  address token,
                  uint256 nonce,
                  uint256 expiry,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) public payable override {
                  IERC20PermitAllowed(token).permit(msg.sender, address(this), nonce, expiry, true, v, r, s);
              }
              /// @inheritdoc ISelfPermit
              function selfPermitAllowedIfNecessary(
                  address token,
                  uint256 nonce,
                  uint256 expiry,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) external payable override {
                  if (IERC20(token).allowance(msg.sender, address(this)) < type(uint256).max)
                      selfPermitAllowed(token, nonce, expiry, v, r, s);
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          import '../interfaces/IPeripheryImmutableState.sol';
          /// @title Immutable state
          /// @notice Immutable state used by periphery contracts
          abstract contract PeripheryImmutableState is IPeripheryImmutableState {
              /// @inheritdoc IPeripheryImmutableState
              address public immutable override factory;
              /// @inheritdoc IPeripheryImmutableState
              address public immutable override WETH9;
              constructor(address _factory, address _WETH9) {
                  factory = _factory;
                  WETH9 = _WETH9;
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          pragma abicoder v2;
          import '@uniswap/v3-periphery/contracts/interfaces/ISelfPermit.sol';
          import './IV2SwapRouter.sol';
          import './IV3SwapRouter.sol';
          import './IApproveAndCall.sol';
          import './IMulticallExtended.sol';
          /// @title Router token swapping functionality
          interface ISwapRouter02 is IV2SwapRouter, IV3SwapRouter, IApproveAndCall, IMulticallExtended, ISelfPermit {
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          pragma abicoder v2;
          import '@uniswap/v3-core/contracts/libraries/LowGasSafeMath.sol';
          import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
          import './interfaces/IV2SwapRouter.sol';
          import './base/ImmutableState.sol';
          import './base/PeripheryPaymentsWithFeeExtended.sol';
          import './libraries/Constants.sol';
          import './libraries/UniswapV2Library.sol';
          /// @title Uniswap V2 Swap Router
          /// @notice Router for stateless execution of swaps against Uniswap V2
          abstract contract V2SwapRouter is IV2SwapRouter, ImmutableState, PeripheryPaymentsWithFeeExtended {
              using LowGasSafeMath for uint256;
              // supports fee-on-transfer tokens
              // requires the initial amount to have already been sent to the first pair
              function _swap(address[] memory path, address _to) private {
                  for (uint256 i; i < path.length - 1; i++) {
                      (address input, address output) = (path[i], path[i + 1]);
                      (address token0, ) = UniswapV2Library.sortTokens(input, output);
                      IUniswapV2Pair pair = IUniswapV2Pair(UniswapV2Library.pairFor(factoryV2, input, output));
                      uint256 amountInput;
                      uint256 amountOutput;
                      // scope to avoid stack too deep errors
                      {
                          (uint256 reserve0, uint256 reserve1, ) = pair.getReserves();
                          (uint256 reserveInput, uint256 reserveOutput) =
                              input == token0 ? (reserve0, reserve1) : (reserve1, reserve0);
                          amountInput = IERC20(input).balanceOf(address(pair)).sub(reserveInput);
                          amountOutput = UniswapV2Library.getAmountOut(amountInput, reserveInput, reserveOutput);
                      }
                      (uint256 amount0Out, uint256 amount1Out) =
                          input == token0 ? (uint256(0), amountOutput) : (amountOutput, uint256(0));
                      address to = i < path.length - 2 ? UniswapV2Library.pairFor(factoryV2, output, path[i + 2]) : _to;
                      pair.swap(amount0Out, amount1Out, to, new bytes(0));
                  }
              }
              /// @inheritdoc IV2SwapRouter
              function swapExactTokensForTokens(
                  uint256 amountIn,
                  uint256 amountOutMin,
                  address[] calldata path,
                  address to
              ) external payable override returns (uint256 amountOut) {
                  // use amountIn == Constants.CONTRACT_BALANCE as a flag to swap the entire balance of the contract
                  bool hasAlreadyPaid;
                  if (amountIn == Constants.CONTRACT_BALANCE) {
                      hasAlreadyPaid = true;
                      amountIn = IERC20(path[0]).balanceOf(address(this));
                  }
                  pay(
                      path[0],
                      hasAlreadyPaid ? address(this) : msg.sender,
                      UniswapV2Library.pairFor(factoryV2, path[0], path[1]),
                      amountIn
                  );
                  // find and replace to addresses
                  if (to == Constants.MSG_SENDER) to = msg.sender;
                  else if (to == Constants.ADDRESS_THIS) to = address(this);
                  uint256 balanceBefore = IERC20(path[path.length - 1]).balanceOf(to);
                  _swap(path, to);
                  amountOut = IERC20(path[path.length - 1]).balanceOf(to).sub(balanceBefore);
                  require(amountOut >= amountOutMin, 'Too little received');
              }
              /// @inheritdoc IV2SwapRouter
              function swapTokensForExactTokens(
                  uint256 amountOut,
                  uint256 amountInMax,
                  address[] calldata path,
                  address to
              ) external payable override returns (uint256 amountIn) {
                  amountIn = UniswapV2Library.getAmountsIn(factoryV2, amountOut, path)[0];
                  require(amountIn <= amountInMax, 'Too much requested');
                  pay(path[0], msg.sender, UniswapV2Library.pairFor(factoryV2, path[0], path[1]), amountIn);
                  // find and replace to addresses
                  if (to == Constants.MSG_SENDER) to = msg.sender;
                  else if (to == Constants.ADDRESS_THIS) to = address(this);
                  _swap(path, to);
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          pragma abicoder v2;
          import '@uniswap/v3-core/contracts/libraries/SafeCast.sol';
          import '@uniswap/v3-core/contracts/libraries/TickMath.sol';
          import '@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol';
          import '@uniswap/v3-periphery/contracts/libraries/Path.sol';
          import '@uniswap/v3-periphery/contracts/libraries/PoolAddress.sol';
          import '@uniswap/v3-periphery/contracts/libraries/CallbackValidation.sol';
          import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
          import './interfaces/IV3SwapRouter.sol';
          import './base/PeripheryPaymentsWithFeeExtended.sol';
          import './base/OracleSlippage.sol';
          import './libraries/Constants.sol';
          /// @title Uniswap V3 Swap Router
          /// @notice Router for stateless execution of swaps against Uniswap V3
          abstract contract V3SwapRouter is IV3SwapRouter, PeripheryPaymentsWithFeeExtended, OracleSlippage {
              using Path for bytes;
              using SafeCast for uint256;
              /// @dev Used as the placeholder value for amountInCached, because the computed amount in for an exact output swap
              /// can never actually be this value
              uint256 private constant DEFAULT_AMOUNT_IN_CACHED = type(uint256).max;
              /// @dev Transient storage variable used for returning the computed amount in for an exact output swap.
              uint256 private amountInCached = DEFAULT_AMOUNT_IN_CACHED;
              /// @dev Returns the pool for the given token pair and fee. The pool contract may or may not exist.
              function getPool(
                  address tokenA,
                  address tokenB,
                  uint24 fee
              ) private view returns (IUniswapV3Pool) {
                  return IUniswapV3Pool(PoolAddress.computeAddress(factory, PoolAddress.getPoolKey(tokenA, tokenB, fee)));
              }
              struct SwapCallbackData {
                  bytes path;
                  address payer;
              }
              /// @inheritdoc IUniswapV3SwapCallback
              function uniswapV3SwapCallback(
                  int256 amount0Delta,
                  int256 amount1Delta,
                  bytes calldata _data
              ) external override {
                  require(amount0Delta > 0 || amount1Delta > 0); // swaps entirely within 0-liquidity regions are not supported
                  SwapCallbackData memory data = abi.decode(_data, (SwapCallbackData));
                  (address tokenIn, address tokenOut, uint24 fee) = data.path.decodeFirstPool();
                  CallbackValidation.verifyCallback(factory, tokenIn, tokenOut, fee);
                  (bool isExactInput, uint256 amountToPay) =
                      amount0Delta > 0
                          ? (tokenIn < tokenOut, uint256(amount0Delta))
                          : (tokenOut < tokenIn, uint256(amount1Delta));
                  if (isExactInput) {
                      pay(tokenIn, data.payer, msg.sender, amountToPay);
                  } else {
                      // either initiate the next swap or pay
                      if (data.path.hasMultiplePools()) {
                          data.path = data.path.skipToken();
                          exactOutputInternal(amountToPay, msg.sender, 0, data);
                      } else {
                          amountInCached = amountToPay;
                          // note that because exact output swaps are executed in reverse order, tokenOut is actually tokenIn
                          pay(tokenOut, data.payer, msg.sender, amountToPay);
                      }
                  }
              }
              /// @dev Performs a single exact input swap
              function exactInputInternal(
                  uint256 amountIn,
                  address recipient,
                  uint160 sqrtPriceLimitX96,
                  SwapCallbackData memory data
              ) private returns (uint256 amountOut) {
                  // find and replace recipient addresses
                  if (recipient == Constants.MSG_SENDER) recipient = msg.sender;
                  else if (recipient == Constants.ADDRESS_THIS) recipient = address(this);
                  (address tokenIn, address tokenOut, uint24 fee) = data.path.decodeFirstPool();
                  bool zeroForOne = tokenIn < tokenOut;
                  (int256 amount0, int256 amount1) =
                      getPool(tokenIn, tokenOut, fee).swap(
                          recipient,
                          zeroForOne,
                          amountIn.toInt256(),
                          sqrtPriceLimitX96 == 0
                              ? (zeroForOne ? TickMath.MIN_SQRT_RATIO + 1 : TickMath.MAX_SQRT_RATIO - 1)
                              : sqrtPriceLimitX96,
                          abi.encode(data)
                      );
                  return uint256(-(zeroForOne ? amount1 : amount0));
              }
              /// @inheritdoc IV3SwapRouter
              function exactInputSingle(ExactInputSingleParams memory params)
                  external
                  payable
                  override
                  returns (uint256 amountOut)
              {
                  // use amountIn == Constants.CONTRACT_BALANCE as a flag to swap the entire balance of the contract
                  bool hasAlreadyPaid;
                  if (params.amountIn == Constants.CONTRACT_BALANCE) {
                      hasAlreadyPaid = true;
                      params.amountIn = IERC20(params.tokenIn).balanceOf(address(this));
                  }
                  amountOut = exactInputInternal(
                      params.amountIn,
                      params.recipient,
                      params.sqrtPriceLimitX96,
                      SwapCallbackData({
                          path: abi.encodePacked(params.tokenIn, params.fee, params.tokenOut),
                          payer: hasAlreadyPaid ? address(this) : msg.sender
                      })
                  );
                  require(amountOut >= params.amountOutMinimum, 'Too little received');
              }
              /// @inheritdoc IV3SwapRouter
              function exactInput(ExactInputParams memory params) external payable override returns (uint256 amountOut) {
                  // use amountIn == Constants.CONTRACT_BALANCE as a flag to swap the entire balance of the contract
                  bool hasAlreadyPaid;
                  if (params.amountIn == Constants.CONTRACT_BALANCE) {
                      hasAlreadyPaid = true;
                      (address tokenIn, , ) = params.path.decodeFirstPool();
                      params.amountIn = IERC20(tokenIn).balanceOf(address(this));
                  }
                  address payer = hasAlreadyPaid ? address(this) : msg.sender;
                  while (true) {
                      bool hasMultiplePools = params.path.hasMultiplePools();
                      // the outputs of prior swaps become the inputs to subsequent ones
                      params.amountIn = exactInputInternal(
                          params.amountIn,
                          hasMultiplePools ? address(this) : params.recipient, // for intermediate swaps, this contract custodies
                          0,
                          SwapCallbackData({
                              path: params.path.getFirstPool(), // only the first pool in the path is necessary
                              payer: payer
                          })
                      );
                      // decide whether to continue or terminate
                      if (hasMultiplePools) {
                          payer = address(this);
                          params.path = params.path.skipToken();
                      } else {
                          amountOut = params.amountIn;
                          break;
                      }
                  }
                  require(amountOut >= params.amountOutMinimum, 'Too little received');
              }
              /// @dev Performs a single exact output swap
              function exactOutputInternal(
                  uint256 amountOut,
                  address recipient,
                  uint160 sqrtPriceLimitX96,
                  SwapCallbackData memory data
              ) private returns (uint256 amountIn) {
                  // find and replace recipient addresses
                  if (recipient == Constants.MSG_SENDER) recipient = msg.sender;
                  else if (recipient == Constants.ADDRESS_THIS) recipient = address(this);
                  (address tokenOut, address tokenIn, uint24 fee) = data.path.decodeFirstPool();
                  bool zeroForOne = tokenIn < tokenOut;
                  (int256 amount0Delta, int256 amount1Delta) =
                      getPool(tokenIn, tokenOut, fee).swap(
                          recipient,
                          zeroForOne,
                          -amountOut.toInt256(),
                          sqrtPriceLimitX96 == 0
                              ? (zeroForOne ? TickMath.MIN_SQRT_RATIO + 1 : TickMath.MAX_SQRT_RATIO - 1)
                              : sqrtPriceLimitX96,
                          abi.encode(data)
                      );
                  uint256 amountOutReceived;
                  (amountIn, amountOutReceived) = zeroForOne
                      ? (uint256(amount0Delta), uint256(-amount1Delta))
                      : (uint256(amount1Delta), uint256(-amount0Delta));
                  // it's technically possible to not receive the full output amount,
                  // so if no price limit has been specified, require this possibility away
                  if (sqrtPriceLimitX96 == 0) require(amountOutReceived == amountOut);
              }
              /// @inheritdoc IV3SwapRouter
              function exactOutputSingle(ExactOutputSingleParams calldata params)
                  external
                  payable
                  override
                  returns (uint256 amountIn)
              {
                  // avoid an SLOAD by using the swap return data
                  amountIn = exactOutputInternal(
                      params.amountOut,
                      params.recipient,
                      params.sqrtPriceLimitX96,
                      SwapCallbackData({path: abi.encodePacked(params.tokenOut, params.fee, params.tokenIn), payer: msg.sender})
                  );
                  require(amountIn <= params.amountInMaximum, 'Too much requested');
                  // has to be reset even though we don't use it in the single hop case
                  amountInCached = DEFAULT_AMOUNT_IN_CACHED;
              }
              /// @inheritdoc IV3SwapRouter
              function exactOutput(ExactOutputParams calldata params) external payable override returns (uint256 amountIn) {
                  exactOutputInternal(
                      params.amountOut,
                      params.recipient,
                      0,
                      SwapCallbackData({path: params.path, payer: msg.sender})
                  );
                  amountIn = amountInCached;
                  require(amountIn <= params.amountInMaximum, 'Too much requested');
                  amountInCached = DEFAULT_AMOUNT_IN_CACHED;
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          pragma abicoder v2;
          import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
          import '@uniswap/v3-periphery/contracts/interfaces/INonfungiblePositionManager.sol';
          import '../interfaces/IApproveAndCall.sol';
          import './ImmutableState.sol';
          /// @title Approve and Call
          /// @notice Allows callers to approve the Uniswap V3 position manager from this contract,
          /// for any token, and then make calls into the position manager
          abstract contract ApproveAndCall is IApproveAndCall, ImmutableState {
              function tryApprove(address token, uint256 amount) private returns (bool) {
                  (bool success, bytes memory data) =
                      token.call(abi.encodeWithSelector(IERC20.approve.selector, positionManager, amount));
                  return success && (data.length == 0 || abi.decode(data, (bool)));
              }
              /// @inheritdoc IApproveAndCall
              function getApprovalType(address token, uint256 amount) external override returns (ApprovalType) {
                  // check existing approval
                  if (IERC20(token).allowance(address(this), positionManager) >= amount) return ApprovalType.NOT_REQUIRED;
                  // try type(uint256).max / type(uint256).max - 1
                  if (tryApprove(token, type(uint256).max)) return ApprovalType.MAX;
                  if (tryApprove(token, type(uint256).max - 1)) return ApprovalType.MAX_MINUS_ONE;
                  // set approval to 0 (must succeed)
                  require(tryApprove(token, 0));
                  // try type(uint256).max / type(uint256).max - 1
                  if (tryApprove(token, type(uint256).max)) return ApprovalType.ZERO_THEN_MAX;
                  if (tryApprove(token, type(uint256).max - 1)) return ApprovalType.ZERO_THEN_MAX_MINUS_ONE;
                  revert();
              }
              /// @inheritdoc IApproveAndCall
              function approveMax(address token) external payable override {
                  require(tryApprove(token, type(uint256).max));
              }
              /// @inheritdoc IApproveAndCall
              function approveMaxMinusOne(address token) external payable override {
                  require(tryApprove(token, type(uint256).max - 1));
              }
              /// @inheritdoc IApproveAndCall
              function approveZeroThenMax(address token) external payable override {
                  require(tryApprove(token, 0));
                  require(tryApprove(token, type(uint256).max));
              }
              /// @inheritdoc IApproveAndCall
              function approveZeroThenMaxMinusOne(address token) external payable override {
                  require(tryApprove(token, 0));
                  require(tryApprove(token, type(uint256).max - 1));
              }
              /// @inheritdoc IApproveAndCall
              function callPositionManager(bytes memory data) public payable override returns (bytes memory result) {
                  bool success;
                  (success, result) = positionManager.call(data);
                  if (!success) {
                      // Next 5 lines from https://ethereum.stackexchange.com/a/83577
                      if (result.length < 68) revert();
                      assembly {
                          result := add(result, 0x04)
                      }
                      revert(abi.decode(result, (string)));
                  }
              }
              function balanceOf(address token) private view returns (uint256) {
                  return IERC20(token).balanceOf(address(this));
              }
              /// @inheritdoc IApproveAndCall
              function mint(MintParams calldata params) external payable override returns (bytes memory result) {
                  return
                      callPositionManager(
                          abi.encodeWithSelector(
                              INonfungiblePositionManager.mint.selector,
                              INonfungiblePositionManager.MintParams({
                                  token0: params.token0,
                                  token1: params.token1,
                                  fee: params.fee,
                                  tickLower: params.tickLower,
                                  tickUpper: params.tickUpper,
                                  amount0Desired: balanceOf(params.token0),
                                  amount1Desired: balanceOf(params.token1),
                                  amount0Min: params.amount0Min,
                                  amount1Min: params.amount1Min,
                                  recipient: params.recipient,
                                  deadline: type(uint256).max // deadline should be checked via multicall
                              })
                          )
                      );
              }
              /// @inheritdoc IApproveAndCall
              function increaseLiquidity(IncreaseLiquidityParams calldata params)
                  external
                  payable
                  override
                  returns (bytes memory result)
              {
                  return
                      callPositionManager(
                          abi.encodeWithSelector(
                              INonfungiblePositionManager.increaseLiquidity.selector,
                              INonfungiblePositionManager.IncreaseLiquidityParams({
                                  tokenId: params.tokenId,
                                  amount0Desired: balanceOf(params.token0),
                                  amount1Desired: balanceOf(params.token1),
                                  amount0Min: params.amount0Min,
                                  amount1Min: params.amount1Min,
                                  deadline: type(uint256).max // deadline should be checked via multicall
                              })
                          )
                      );
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          pragma abicoder v2;
          import '@uniswap/v3-periphery/contracts/base/Multicall.sol';
          import '../interfaces/IMulticallExtended.sol';
          import '../base/PeripheryValidationExtended.sol';
          /// @title Multicall
          /// @notice Enables calling multiple methods in a single call to the contract
          abstract contract MulticallExtended is IMulticallExtended, Multicall, PeripheryValidationExtended {
              /// @inheritdoc IMulticallExtended
              function multicall(uint256 deadline, bytes[] calldata data)
                  external
                  payable
                  override
                  checkDeadline(deadline)
                  returns (bytes[] memory)
              {
                  return multicall(data);
              }
              /// @inheritdoc IMulticallExtended
              function multicall(bytes32 previousBlockhash, bytes[] calldata data)
                  external
                  payable
                  override
                  checkPreviousBlockhash(previousBlockhash)
                  returns (bytes[] memory)
              {
                  return multicall(data);
              }
          }
          // SPDX-License-Identifier: MIT
          pragma solidity ^0.7.0;
          /**
           * @dev Interface of the ERC20 standard as defined in the EIP.
           */
          interface IERC20 {
              /**
               * @dev Returns the amount of tokens in existence.
               */
              function totalSupply() external view returns (uint256);
              /**
               * @dev Returns the amount of tokens owned by `account`.
               */
              function balanceOf(address account) external view returns (uint256);
              /**
               * @dev Moves `amount` tokens from the caller's account to `recipient`.
               *
               * Returns a boolean value indicating whether the operation succeeded.
               *
               * Emits a {Transfer} event.
               */
              function transfer(address recipient, uint256 amount) external returns (bool);
              /**
               * @dev Returns the remaining number of tokens that `spender` will be
               * allowed to spend on behalf of `owner` through {transferFrom}. This is
               * zero by default.
               *
               * This value changes when {approve} or {transferFrom} are called.
               */
              function allowance(address owner, address spender) external view returns (uint256);
              /**
               * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
               *
               * Returns a boolean value indicating whether the operation succeeded.
               *
               * IMPORTANT: Beware that changing an allowance with this method brings the risk
               * that someone may use both the old and the new allowance by unfortunate
               * transaction ordering. One possible solution to mitigate this race
               * condition is to first reduce the spender's allowance to 0 and set the
               * desired value afterwards:
               * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
               *
               * Emits an {Approval} event.
               */
              function approve(address spender, uint256 amount) external returns (bool);
              /**
               * @dev Moves `amount` tokens from `sender` to `recipient` using the
               * allowance mechanism. `amount` is then deducted from the caller's
               * allowance.
               *
               * Returns a boolean value indicating whether the operation succeeded.
               *
               * Emits a {Transfer} event.
               */
              function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);
              /**
               * @dev Emitted when `value` tokens are moved from one account (`from`) to
               * another (`to`).
               *
               * Note that `value` may be zero.
               */
              event Transfer(address indexed from, address indexed to, uint256 value);
              /**
               * @dev Emitted when the allowance of a `spender` for an `owner` is set by
               * a call to {approve}. `value` is the new allowance.
               */
              event Approval(address indexed owner, address indexed spender, uint256 value);
          }
          // SPDX-License-Identifier: MIT
          pragma solidity >=0.6.0 <0.8.0;
          /**
           * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
           * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
           *
           * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
           * presenting a message signed by the account. By not relying on `{IERC20-approve}`, the token holder account doesn't
           * need to send a transaction, and thus is not required to hold Ether at all.
           */
          interface IERC20Permit {
              /**
               * @dev Sets `value` as the allowance of `spender` over `owner`'s tokens,
               * given `owner`'s signed approval.
               *
               * IMPORTANT: The same issues {IERC20-approve} has related to transaction
               * ordering also apply here.
               *
               * Emits an {Approval} event.
               *
               * Requirements:
               *
               * - `spender` cannot be the zero address.
               * - `deadline` must be a timestamp in the future.
               * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`
               * over the EIP712-formatted function arguments.
               * - the signature must use ``owner``'s current nonce (see {nonces}).
               *
               * For more information on the signature format, see the
               * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP
               * section].
               */
              function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) external;
              /**
               * @dev Returns the current nonce for `owner`. This value must be
               * included whenever a signature is generated for {permit}.
               *
               * Every successful call to {permit} increases ``owner``'s nonce by one. This
               * prevents a signature from being used multiple times.
               */
              function nonces(address owner) external view returns (uint256);
              /**
               * @dev Returns the domain separator used in the encoding of the signature for `permit`, as defined by {EIP712}.
               */
              // solhint-disable-next-line func-name-mixedcase
              function DOMAIN_SEPARATOR() external view returns (bytes32);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          /// @title Self Permit
          /// @notice Functionality to call permit on any EIP-2612-compliant token for use in the route
          interface ISelfPermit {
              /// @notice Permits this contract to spend a given token from `msg.sender`
              /// @dev The `owner` is always msg.sender and the `spender` is always address(this).
              /// @param token The address of the token spent
              /// @param value The amount that can be spent of token
              /// @param deadline A timestamp, the current blocktime must be less than or equal to this timestamp
              /// @param v Must produce valid secp256k1 signature from the holder along with `r` and `s`
              /// @param r Must produce valid secp256k1 signature from the holder along with `v` and `s`
              /// @param s Must produce valid secp256k1 signature from the holder along with `r` and `v`
              function selfPermit(
                  address token,
                  uint256 value,
                  uint256 deadline,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) external payable;
              /// @notice Permits this contract to spend a given token from `msg.sender`
              /// @dev The `owner` is always msg.sender and the `spender` is always address(this).
              /// Can be used instead of #selfPermit to prevent calls from failing due to a frontrun of a call to #selfPermit
              /// @param token The address of the token spent
              /// @param value The amount that can be spent of token
              /// @param deadline A timestamp, the current blocktime must be less than or equal to this timestamp
              /// @param v Must produce valid secp256k1 signature from the holder along with `r` and `s`
              /// @param r Must produce valid secp256k1 signature from the holder along with `v` and `s`
              /// @param s Must produce valid secp256k1 signature from the holder along with `r` and `v`
              function selfPermitIfNecessary(
                  address token,
                  uint256 value,
                  uint256 deadline,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) external payable;
              /// @notice Permits this contract to spend the sender's tokens for permit signatures that have the `allowed` parameter
              /// @dev The `owner` is always msg.sender and the `spender` is always address(this)
              /// @param token The address of the token spent
              /// @param nonce The current nonce of the owner
              /// @param expiry The timestamp at which the permit is no longer valid
              /// @param v Must produce valid secp256k1 signature from the holder along with `r` and `s`
              /// @param r Must produce valid secp256k1 signature from the holder along with `v` and `s`
              /// @param s Must produce valid secp256k1 signature from the holder along with `r` and `v`
              function selfPermitAllowed(
                  address token,
                  uint256 nonce,
                  uint256 expiry,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) external payable;
              /// @notice Permits this contract to spend the sender's tokens for permit signatures that have the `allowed` parameter
              /// @dev The `owner` is always msg.sender and the `spender` is always address(this)
              /// Can be used instead of #selfPermitAllowed to prevent calls from failing due to a frontrun of a call to #selfPermitAllowed.
              /// @param token The address of the token spent
              /// @param nonce The current nonce of the owner
              /// @param expiry The timestamp at which the permit is no longer valid
              /// @param v Must produce valid secp256k1 signature from the holder along with `r` and `s`
              /// @param r Must produce valid secp256k1 signature from the holder along with `v` and `s`
              /// @param s Must produce valid secp256k1 signature from the holder along with `r` and `v`
              function selfPermitAllowedIfNecessary(
                  address token,
                  uint256 nonce,
                  uint256 expiry,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) external payable;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Interface for permit
          /// @notice Interface used by DAI/CHAI for permit
          interface IERC20PermitAllowed {
              /// @notice Approve the spender to spend some tokens via the holder signature
              /// @dev This is the permit interface used by DAI and CHAI
              /// @param holder The address of the token holder, the token owner
              /// @param spender The address of the token spender
              /// @param nonce The holder's nonce, increases at each call to permit
              /// @param expiry The timestamp at which the permit is no longer valid
              /// @param allowed Boolean that sets approval amount, true for type(uint256).max and false for 0
              /// @param v Must produce valid secp256k1 signature from the holder along with `r` and `s`
              /// @param r Must produce valid secp256k1 signature from the holder along with `v` and `s`
              /// @param s Must produce valid secp256k1 signature from the holder along with `r` and `v`
              function permit(
                  address holder,
                  address spender,
                  uint256 nonce,
                  uint256 expiry,
                  bool allowed,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) external;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Immutable state
          /// @notice Functions that return immutable state of the router
          interface IPeripheryImmutableState {
              /// @return Returns the address of the Uniswap V3 factory
              function factory() external view returns (address);
              /// @return Returns the address of WETH9
              function WETH9() external view returns (address);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          pragma abicoder v2;
          /// @title Router token swapping functionality
          /// @notice Functions for swapping tokens via Uniswap V2
          interface IV2SwapRouter {
              /// @notice Swaps `amountIn` of one token for as much as possible of another token
              /// @dev Setting `amountIn` to 0 will cause the contract to look up its own balance,
              /// and swap the entire amount, enabling contracts to send tokens before calling this function.
              /// @param amountIn The amount of token to swap
              /// @param amountOutMin The minimum amount of output that must be received
              /// @param path The ordered list of tokens to swap through
              /// @param to The recipient address
              /// @return amountOut The amount of the received token
              function swapExactTokensForTokens(
                  uint256 amountIn,
                  uint256 amountOutMin,
                  address[] calldata path,
                  address to
              ) external payable returns (uint256 amountOut);
              /// @notice Swaps as little as possible of one token for an exact amount of another token
              /// @param amountOut The amount of token to swap for
              /// @param amountInMax The maximum amount of input that the caller will pay
              /// @param path The ordered list of tokens to swap through
              /// @param to The recipient address
              /// @return amountIn The amount of token to pay
              function swapTokensForExactTokens(
                  uint256 amountOut,
                  uint256 amountInMax,
                  address[] calldata path,
                  address to
              ) external payable returns (uint256 amountIn);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          pragma abicoder v2;
          import '@uniswap/v3-core/contracts/interfaces/callback/IUniswapV3SwapCallback.sol';
          /// @title Router token swapping functionality
          /// @notice Functions for swapping tokens via Uniswap V3
          interface IV3SwapRouter is IUniswapV3SwapCallback {
              struct ExactInputSingleParams {
                  address tokenIn;
                  address tokenOut;
                  uint24 fee;
                  address recipient;
                  uint256 amountIn;
                  uint256 amountOutMinimum;
                  uint160 sqrtPriceLimitX96;
              }
              /// @notice Swaps `amountIn` of one token for as much as possible of another token
              /// @dev Setting `amountIn` to 0 will cause the contract to look up its own balance,
              /// and swap the entire amount, enabling contracts to send tokens before calling this function.
              /// @param params The parameters necessary for the swap, encoded as `ExactInputSingleParams` in calldata
              /// @return amountOut The amount of the received token
              function exactInputSingle(ExactInputSingleParams calldata params) external payable returns (uint256 amountOut);
              struct ExactInputParams {
                  bytes path;
                  address recipient;
                  uint256 amountIn;
                  uint256 amountOutMinimum;
              }
              /// @notice Swaps `amountIn` of one token for as much as possible of another along the specified path
              /// @dev Setting `amountIn` to 0 will cause the contract to look up its own balance,
              /// and swap the entire amount, enabling contracts to send tokens before calling this function.
              /// @param params The parameters necessary for the multi-hop swap, encoded as `ExactInputParams` in calldata
              /// @return amountOut The amount of the received token
              function exactInput(ExactInputParams calldata params) external payable returns (uint256 amountOut);
              struct ExactOutputSingleParams {
                  address tokenIn;
                  address tokenOut;
                  uint24 fee;
                  address recipient;
                  uint256 amountOut;
                  uint256 amountInMaximum;
                  uint160 sqrtPriceLimitX96;
              }
              /// @notice Swaps as little as possible of one token for `amountOut` of another token
              /// that may remain in the router after the swap.
              /// @param params The parameters necessary for the swap, encoded as `ExactOutputSingleParams` in calldata
              /// @return amountIn The amount of the input token
              function exactOutputSingle(ExactOutputSingleParams calldata params) external payable returns (uint256 amountIn);
              struct ExactOutputParams {
                  bytes path;
                  address recipient;
                  uint256 amountOut;
                  uint256 amountInMaximum;
              }
              /// @notice Swaps as little as possible of one token for `amountOut` of another along the specified path (reversed)
              /// that may remain in the router after the swap.
              /// @param params The parameters necessary for the multi-hop swap, encoded as `ExactOutputParams` in calldata
              /// @return amountIn The amount of the input token
              function exactOutput(ExactOutputParams calldata params) external payable returns (uint256 amountIn);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          pragma abicoder v2;
          interface IApproveAndCall {
              enum ApprovalType {NOT_REQUIRED, MAX, MAX_MINUS_ONE, ZERO_THEN_MAX, ZERO_THEN_MAX_MINUS_ONE}
              /// @dev Lens to be called off-chain to determine which (if any) of the relevant approval functions should be called
              /// @param token The token to approve
              /// @param amount The amount to approve
              /// @return The required approval type
              function getApprovalType(address token, uint256 amount) external returns (ApprovalType);
              /// @notice Approves a token for the maximum possible amount
              /// @param token The token to approve
              function approveMax(address token) external payable;
              /// @notice Approves a token for the maximum possible amount minus one
              /// @param token The token to approve
              function approveMaxMinusOne(address token) external payable;
              /// @notice Approves a token for zero, then the maximum possible amount
              /// @param token The token to approve
              function approveZeroThenMax(address token) external payable;
              /// @notice Approves a token for zero, then the maximum possible amount minus one
              /// @param token The token to approve
              function approveZeroThenMaxMinusOne(address token) external payable;
              /// @notice Calls the position manager with arbitrary calldata
              /// @param data Calldata to pass along to the position manager
              /// @return result The result from the call
              function callPositionManager(bytes memory data) external payable returns (bytes memory result);
              struct MintParams {
                  address token0;
                  address token1;
                  uint24 fee;
                  int24 tickLower;
                  int24 tickUpper;
                  uint256 amount0Min;
                  uint256 amount1Min;
                  address recipient;
              }
              /// @notice Calls the position manager's mint function
              /// @param params Calldata to pass along to the position manager
              /// @return result The result from the call
              function mint(MintParams calldata params) external payable returns (bytes memory result);
              struct IncreaseLiquidityParams {
                  address token0;
                  address token1;
                  uint256 tokenId;
                  uint256 amount0Min;
                  uint256 amount1Min;
              }
              /// @notice Calls the position manager's increaseLiquidity function
              /// @param params Calldata to pass along to the position manager
              /// @return result The result from the call
              function increaseLiquidity(IncreaseLiquidityParams calldata params) external payable returns (bytes memory result);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          pragma abicoder v2;
          import '@uniswap/v3-periphery/contracts/interfaces/IMulticall.sol';
          /// @title MulticallExtended interface
          /// @notice Enables calling multiple methods in a single call to the contract with optional validation
          interface IMulticallExtended is IMulticall {
              /// @notice Call multiple functions in the current contract and return the data from all of them if they all succeed
              /// @dev The `msg.value` should not be trusted for any method callable from multicall.
              /// @param deadline The time by which this function must be called before failing
              /// @param data The encoded function data for each of the calls to make to this contract
              /// @return results The results from each of the calls passed in via data
              function multicall(uint256 deadline, bytes[] calldata data) external payable returns (bytes[] memory results);
              /// @notice Call multiple functions in the current contract and return the data from all of them if they all succeed
              /// @dev The `msg.value` should not be trusted for any method callable from multicall.
              /// @param previousBlockhash The expected parent blockHash
              /// @param data The encoded function data for each of the calls to make to this contract
              /// @return results The results from each of the calls passed in via data
              function multicall(bytes32 previousBlockhash, bytes[] calldata data)
                  external
                  payable
                  returns (bytes[] memory results);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Callback for IUniswapV3PoolActions#swap
          /// @notice Any contract that calls IUniswapV3PoolActions#swap must implement this interface
          interface IUniswapV3SwapCallback {
              /// @notice Called to `msg.sender` after executing a swap via IUniswapV3Pool#swap.
              /// @dev In the implementation you must pay the pool tokens owed for the swap.
              /// The caller of this method must be checked to be a UniswapV3Pool deployed by the canonical UniswapV3Factory.
              /// amount0Delta and amount1Delta can both be 0 if no tokens were swapped.
              /// @param amount0Delta The amount of token0 that was sent (negative) or must be received (positive) by the pool by
              /// the end of the swap. If positive, the callback must send that amount of token0 to the pool.
              /// @param amount1Delta The amount of token1 that was sent (negative) or must be received (positive) by the pool by
              /// the end of the swap. If positive, the callback must send that amount of token1 to the pool.
              /// @param data Any data passed through by the caller via the IUniswapV3PoolActions#swap call
              function uniswapV3SwapCallback(
                  int256 amount0Delta,
                  int256 amount1Delta,
                  bytes calldata data
              ) external;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          pragma abicoder v2;
          /// @title Multicall interface
          /// @notice Enables calling multiple methods in a single call to the contract
          interface IMulticall {
              /// @notice Call multiple functions in the current contract and return the data from all of them if they all succeed
              /// @dev The `msg.value` should not be trusted for any method callable from multicall.
              /// @param data The encoded function data for each of the calls to make to this contract
              /// @return results The results from each of the calls passed in via data
              function multicall(bytes[] calldata data) external payable returns (bytes[] memory results);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.0;
          /// @title Optimized overflow and underflow safe math operations
          /// @notice Contains methods for doing math operations that revert on overflow or underflow for minimal gas cost
          library LowGasSafeMath {
              /// @notice Returns x + y, reverts if sum overflows uint256
              /// @param x The augend
              /// @param y The addend
              /// @return z The sum of x and y
              function add(uint256 x, uint256 y) internal pure returns (uint256 z) {
                  require((z = x + y) >= x);
              }
              /// @notice Returns x - y, reverts if underflows
              /// @param x The minuend
              /// @param y The subtrahend
              /// @return z The difference of x and y
              function sub(uint256 x, uint256 y) internal pure returns (uint256 z) {
                  require((z = x - y) <= x);
              }
              /// @notice Returns x * y, reverts if overflows
              /// @param x The multiplicand
              /// @param y The multiplier
              /// @return z The product of x and y
              function mul(uint256 x, uint256 y) internal pure returns (uint256 z) {
                  require(x == 0 || (z = x * y) / x == y);
              }
              /// @notice Returns x + y, reverts if overflows or underflows
              /// @param x The augend
              /// @param y The addend
              /// @return z The sum of x and y
              function add(int256 x, int256 y) internal pure returns (int256 z) {
                  require((z = x + y) >= x == (y >= 0));
              }
              /// @notice Returns x - y, reverts if overflows or underflows
              /// @param x The minuend
              /// @param y The subtrahend
              /// @return z The difference of x and y
              function sub(int256 x, int256 y) internal pure returns (int256 z) {
                  require((z = x - y) <= x == (y >= 0));
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          import '../interfaces/IImmutableState.sol';
          /// @title Immutable state
          /// @notice Immutable state used by the swap router
          abstract contract ImmutableState is IImmutableState {
              /// @inheritdoc IImmutableState
              address public immutable override factoryV2;
              /// @inheritdoc IImmutableState
              address public immutable override positionManager;
              constructor(address _factoryV2, address _positionManager) {
                  factoryV2 = _factoryV2;
                  positionManager = _positionManager;
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          import '@uniswap/v3-periphery/contracts/base/PeripheryPaymentsWithFee.sol';
          import '../interfaces/IPeripheryPaymentsWithFeeExtended.sol';
          import './PeripheryPaymentsExtended.sol';
          abstract contract PeripheryPaymentsWithFeeExtended is
              IPeripheryPaymentsWithFeeExtended,
              PeripheryPaymentsExtended,
              PeripheryPaymentsWithFee
          {
              /// @inheritdoc IPeripheryPaymentsWithFeeExtended
              function unwrapWETH9WithFee(
                  uint256 amountMinimum,
                  uint256 feeBips,
                  address feeRecipient
              ) external payable override {
                  unwrapWETH9WithFee(amountMinimum, msg.sender, feeBips, feeRecipient);
              }
              /// @inheritdoc IPeripheryPaymentsWithFeeExtended
              function sweepTokenWithFee(
                  address token,
                  uint256 amountMinimum,
                  uint256 feeBips,
                  address feeRecipient
              ) external payable override {
                  sweepTokenWithFee(token, amountMinimum, msg.sender, feeBips, feeRecipient);
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          /// @title Constant state
          /// @notice Constant state used by the swap router
          library Constants {
              /// @dev Used for identifying cases when this contract's balance of a token is to be used
              uint256 internal constant CONTRACT_BALANCE = 0;
              /// @dev Used as a flag for identifying msg.sender, saves gas by sending more 0 bytes
              address internal constant MSG_SENDER = address(1);
              /// @dev Used as a flag for identifying address(this), saves gas by sending more 0 bytes
              address internal constant ADDRESS_THIS = address(2);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          import '@uniswap/v2-core/contracts/interfaces/IUniswapV2Pair.sol';
          import '@uniswap/v3-core/contracts/libraries/LowGasSafeMath.sol';
          library UniswapV2Library {
              using LowGasSafeMath for uint256;
              // returns sorted token addresses, used to handle return values from pairs sorted in this order
              function sortTokens(address tokenA, address tokenB) internal pure returns (address token0, address token1) {
                  require(tokenA != tokenB);
                  (token0, token1) = tokenA < tokenB ? (tokenA, tokenB) : (tokenB, tokenA);
                  require(token0 != address(0));
              }
              // calculates the CREATE2 address for a pair without making any external calls
              function pairFor(
                  address factory,
                  address tokenA,
                  address tokenB
              ) internal pure returns (address pair) {
                  (address token0, address token1) = sortTokens(tokenA, tokenB);
                  pair = address(
                      uint256(
                          keccak256(
                              abi.encodePacked(
                                  hex'ff',
                                  factory,
                                  keccak256(abi.encodePacked(token0, token1)),
                                  hex'96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f' // init code hash
                              )
                          )
                      )
                  );
              }
              // fetches and sorts the reserves for a pair
              function getReserves(
                  address factory,
                  address tokenA,
                  address tokenB
              ) internal view returns (uint256 reserveA, uint256 reserveB) {
                  (address token0, ) = sortTokens(tokenA, tokenB);
                  (uint256 reserve0, uint256 reserve1, ) = IUniswapV2Pair(pairFor(factory, tokenA, tokenB)).getReserves();
                  (reserveA, reserveB) = tokenA == token0 ? (reserve0, reserve1) : (reserve1, reserve0);
              }
              // given an input amount of an asset and pair reserves, returns the maximum output amount of the other asset
              function getAmountOut(
                  uint256 amountIn,
                  uint256 reserveIn,
                  uint256 reserveOut
              ) internal pure returns (uint256 amountOut) {
                  require(amountIn > 0, 'INSUFFICIENT_INPUT_AMOUNT');
                  require(reserveIn > 0 && reserveOut > 0);
                  uint256 amountInWithFee = amountIn.mul(997);
                  uint256 numerator = amountInWithFee.mul(reserveOut);
                  uint256 denominator = reserveIn.mul(1000).add(amountInWithFee);
                  amountOut = numerator / denominator;
              }
              // given an output amount of an asset and pair reserves, returns a required input amount of the other asset
              function getAmountIn(
                  uint256 amountOut,
                  uint256 reserveIn,
                  uint256 reserveOut
              ) internal pure returns (uint256 amountIn) {
                  require(amountOut > 0, 'INSUFFICIENT_OUTPUT_AMOUNT');
                  require(reserveIn > 0 && reserveOut > 0);
                  uint256 numerator = reserveIn.mul(amountOut).mul(1000);
                  uint256 denominator = reserveOut.sub(amountOut).mul(997);
                  amountIn = (numerator / denominator).add(1);
              }
              // performs chained getAmountIn calculations on any number of pairs
              function getAmountsIn(
                  address factory,
                  uint256 amountOut,
                  address[] memory path
              ) internal view returns (uint256[] memory amounts) {
                  require(path.length >= 2);
                  amounts = new uint256[](path.length);
                  amounts[amounts.length - 1] = amountOut;
                  for (uint256 i = path.length - 1; i > 0; i--) {
                      (uint256 reserveIn, uint256 reserveOut) = getReserves(factory, path[i - 1], path[i]);
                      amounts[i - 1] = getAmountIn(amounts[i], reserveIn, reserveOut);
                  }
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Immutable state
          /// @notice Functions that return immutable state of the router
          interface IImmutableState {
              /// @return Returns the address of the Uniswap V2 factory
              function factoryV2() external view returns (address);
              /// @return Returns the address of Uniswap V3 NFT position manager
              function positionManager() external view returns (address);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
          import '@uniswap/v3-core/contracts/libraries/LowGasSafeMath.sol';
          import './PeripheryPayments.sol';
          import '../interfaces/IPeripheryPaymentsWithFee.sol';
          import '../interfaces/external/IWETH9.sol';
          import '../libraries/TransferHelper.sol';
          abstract contract PeripheryPaymentsWithFee is PeripheryPayments, IPeripheryPaymentsWithFee {
              using LowGasSafeMath for uint256;
              /// @inheritdoc IPeripheryPaymentsWithFee
              function unwrapWETH9WithFee(
                  uint256 amountMinimum,
                  address recipient,
                  uint256 feeBips,
                  address feeRecipient
              ) public payable override {
                  require(feeBips > 0 && feeBips <= 100);
                  uint256 balanceWETH9 = IWETH9(WETH9).balanceOf(address(this));
                  require(balanceWETH9 >= amountMinimum, 'Insufficient WETH9');
                  if (balanceWETH9 > 0) {
                      IWETH9(WETH9).withdraw(balanceWETH9);
                      uint256 feeAmount = balanceWETH9.mul(feeBips) / 10_000;
                      if (feeAmount > 0) TransferHelper.safeTransferETH(feeRecipient, feeAmount);
                      TransferHelper.safeTransferETH(recipient, balanceWETH9 - feeAmount);
                  }
              }
              /// @inheritdoc IPeripheryPaymentsWithFee
              function sweepTokenWithFee(
                  address token,
                  uint256 amountMinimum,
                  address recipient,
                  uint256 feeBips,
                  address feeRecipient
              ) public payable override {
                  require(feeBips > 0 && feeBips <= 100);
                  uint256 balanceToken = IERC20(token).balanceOf(address(this));
                  require(balanceToken >= amountMinimum, 'Insufficient token');
                  if (balanceToken > 0) {
                      uint256 feeAmount = balanceToken.mul(feeBips) / 10_000;
                      if (feeAmount > 0) TransferHelper.safeTransfer(token, feeRecipient, feeAmount);
                      TransferHelper.safeTransfer(token, recipient, balanceToken - feeAmount);
                  }
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          import '@uniswap/v3-periphery/contracts/interfaces/IPeripheryPaymentsWithFee.sol';
          import './IPeripheryPaymentsExtended.sol';
          /// @title Periphery Payments With Fee Extended
          /// @notice Functions to ease deposits and withdrawals of ETH
          interface IPeripheryPaymentsWithFeeExtended is IPeripheryPaymentsExtended, IPeripheryPaymentsWithFee {
              /// @notice Unwraps the contract's WETH9 balance and sends it to msg.sender as ETH, with a percentage between
              /// 0 (exclusive), and 1 (inclusive) going to feeRecipient
              /// @dev The amountMinimum parameter prevents malicious contracts from stealing WETH9 from users.
              function unwrapWETH9WithFee(
                  uint256 amountMinimum,
                  uint256 feeBips,
                  address feeRecipient
              ) external payable;
              /// @notice Transfers the full amount of a token held by this contract to msg.sender, with a percentage between
              /// 0 (exclusive) and 1 (inclusive) going to feeRecipient
              /// @dev The amountMinimum parameter prevents malicious contracts from stealing the token from users
              function sweepTokenWithFee(
                  address token,
                  uint256 amountMinimum,
                  uint256 feeBips,
                  address feeRecipient
              ) external payable;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          import '@uniswap/v3-periphery/contracts/base/PeripheryPayments.sol';
          import '@uniswap/v3-periphery/contracts/libraries/TransferHelper.sol';
          import '../interfaces/IPeripheryPaymentsExtended.sol';
          abstract contract PeripheryPaymentsExtended is IPeripheryPaymentsExtended, PeripheryPayments {
              /// @inheritdoc IPeripheryPaymentsExtended
              function unwrapWETH9(uint256 amountMinimum) external payable override {
                  unwrapWETH9(amountMinimum, msg.sender);
              }
              /// @inheritdoc IPeripheryPaymentsExtended
              function wrapETH(uint256 value) external payable override {
                  IWETH9(WETH9).deposit{value: value}();
              }
              /// @inheritdoc IPeripheryPaymentsExtended
              function sweepToken(address token, uint256 amountMinimum) external payable override {
                  sweepToken(token, amountMinimum, msg.sender);
              }
              /// @inheritdoc IPeripheryPaymentsExtended
              function pull(address token, uint256 value) external payable override {
                  TransferHelper.safeTransferFrom(token, msg.sender, address(this), value);
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
          import '../interfaces/IPeripheryPayments.sol';
          import '../interfaces/external/IWETH9.sol';
          import '../libraries/TransferHelper.sol';
          import './PeripheryImmutableState.sol';
          abstract contract PeripheryPayments is IPeripheryPayments, PeripheryImmutableState {
              receive() external payable {
                  require(msg.sender == WETH9, 'Not WETH9');
              }
              /// @inheritdoc IPeripheryPayments
              function unwrapWETH9(uint256 amountMinimum, address recipient) public payable override {
                  uint256 balanceWETH9 = IWETH9(WETH9).balanceOf(address(this));
                  require(balanceWETH9 >= amountMinimum, 'Insufficient WETH9');
                  if (balanceWETH9 > 0) {
                      IWETH9(WETH9).withdraw(balanceWETH9);
                      TransferHelper.safeTransferETH(recipient, balanceWETH9);
                  }
              }
              /// @inheritdoc IPeripheryPayments
              function sweepToken(
                  address token,
                  uint256 amountMinimum,
                  address recipient
              ) public payable override {
                  uint256 balanceToken = IERC20(token).balanceOf(address(this));
                  require(balanceToken >= amountMinimum, 'Insufficient token');
                  if (balanceToken > 0) {
                      TransferHelper.safeTransfer(token, recipient, balanceToken);
                  }
              }
              /// @inheritdoc IPeripheryPayments
              function refundETH() external payable override {
                  if (address(this).balance > 0) TransferHelper.safeTransferETH(msg.sender, address(this).balance);
              }
              /// @param token The token to pay
              /// @param payer The entity that must pay
              /// @param recipient The entity that will receive payment
              /// @param value The amount to pay
              function pay(
                  address token,
                  address payer,
                  address recipient,
                  uint256 value
              ) internal {
                  if (token == WETH9 && address(this).balance >= value) {
                      // pay with WETH9
                      IWETH9(WETH9).deposit{value: value}(); // wrap only what is needed to pay
                      IWETH9(WETH9).transfer(recipient, value);
                  } else if (payer == address(this)) {
                      // pay with tokens already in the contract (for the exact input multihop case)
                      TransferHelper.safeTransfer(token, recipient, value);
                  } else {
                      // pull payment
                      TransferHelper.safeTransferFrom(token, payer, recipient, value);
                  }
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          import './IPeripheryPayments.sol';
          /// @title Periphery Payments
          /// @notice Functions to ease deposits and withdrawals of ETH
          interface IPeripheryPaymentsWithFee is IPeripheryPayments {
              /// @notice Unwraps the contract's WETH9 balance and sends it to recipient as ETH, with a percentage between
              /// 0 (exclusive), and 1 (inclusive) going to feeRecipient
              /// @dev The amountMinimum parameter prevents malicious contracts from stealing WETH9 from users.
              function unwrapWETH9WithFee(
                  uint256 amountMinimum,
                  address recipient,
                  uint256 feeBips,
                  address feeRecipient
              ) external payable;
              /// @notice Transfers the full amount of a token held by this contract to recipient, with a percentage between
              /// 0 (exclusive) and 1 (inclusive) going to feeRecipient
              /// @dev The amountMinimum parameter prevents malicious contracts from stealing the token from users
              function sweepTokenWithFee(
                  address token,
                  uint256 amountMinimum,
                  address recipient,
                  uint256 feeBips,
                  address feeRecipient
              ) external payable;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
          /// @title Interface for WETH9
          interface IWETH9 is IERC20 {
              /// @notice Deposit ether to get wrapped ether
              function deposit() external payable;
              /// @notice Withdraw wrapped ether to get ether
              function withdraw(uint256) external;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.6.0;
          import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
          library TransferHelper {
              /// @notice Transfers tokens from the targeted address to the given destination
              /// @notice Errors with 'STF' if transfer fails
              /// @param token The contract address of the token to be transferred
              /// @param from The originating address from which the tokens will be transferred
              /// @param to The destination address of the transfer
              /// @param value The amount to be transferred
              function safeTransferFrom(
                  address token,
                  address from,
                  address to,
                  uint256 value
              ) internal {
                  (bool success, bytes memory data) =
                      token.call(abi.encodeWithSelector(IERC20.transferFrom.selector, from, to, value));
                  require(success && (data.length == 0 || abi.decode(data, (bool))), 'STF');
              }
              /// @notice Transfers tokens from msg.sender to a recipient
              /// @dev Errors with ST if transfer fails
              /// @param token The contract address of the token which will be transferred
              /// @param to The recipient of the transfer
              /// @param value The value of the transfer
              function safeTransfer(
                  address token,
                  address to,
                  uint256 value
              ) internal {
                  (bool success, bytes memory data) = token.call(abi.encodeWithSelector(IERC20.transfer.selector, to, value));
                  require(success && (data.length == 0 || abi.decode(data, (bool))), 'ST');
              }
              /// @notice Approves the stipulated contract to spend the given allowance in the given token
              /// @dev Errors with 'SA' if transfer fails
              /// @param token The contract address of the token to be approved
              /// @param to The target of the approval
              /// @param value The amount of the given token the target will be allowed to spend
              function safeApprove(
                  address token,
                  address to,
                  uint256 value
              ) internal {
                  (bool success, bytes memory data) = token.call(abi.encodeWithSelector(IERC20.approve.selector, to, value));
                  require(success && (data.length == 0 || abi.decode(data, (bool))), 'SA');
              }
              /// @notice Transfers ETH to the recipient address
              /// @dev Fails with `STE`
              /// @param to The destination of the transfer
              /// @param value The value to be transferred
              function safeTransferETH(address to, uint256 value) internal {
                  (bool success, ) = to.call{value: value}(new bytes(0));
                  require(success, 'STE');
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          /// @title Periphery Payments
          /// @notice Functions to ease deposits and withdrawals of ETH
          interface IPeripheryPayments {
              /// @notice Unwraps the contract's WETH9 balance and sends it to recipient as ETH.
              /// @dev The amountMinimum parameter prevents malicious contracts from stealing WETH9 from users.
              /// @param amountMinimum The minimum amount of WETH9 to unwrap
              /// @param recipient The address receiving ETH
              function unwrapWETH9(uint256 amountMinimum, address recipient) external payable;
              /// @notice Refunds any ETH balance held by this contract to the `msg.sender`
              /// @dev Useful for bundling with mint or increase liquidity that uses ether, or exact output swaps
              /// that use ether for the input amount
              function refundETH() external payable;
              /// @notice Transfers the full amount of a token held by this contract to recipient
              /// @dev The amountMinimum parameter prevents malicious contracts from stealing the token from users
              /// @param token The contract address of the token which will be transferred to `recipient`
              /// @param amountMinimum The minimum amount of token required for a transfer
              /// @param recipient The destination address of the token
              function sweepToken(
                  address token,
                  uint256 amountMinimum,
                  address recipient
              ) external payable;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          import '@uniswap/v3-periphery/contracts/interfaces/IPeripheryPayments.sol';
          /// @title Periphery Payments Extended
          /// @notice Functions to ease deposits and withdrawals of ETH and tokens
          interface IPeripheryPaymentsExtended is IPeripheryPayments {
              /// @notice Unwraps the contract's WETH9 balance and sends it to msg.sender as ETH.
              /// @dev The amountMinimum parameter prevents malicious contracts from stealing WETH9 from users.
              /// @param amountMinimum The minimum amount of WETH9 to unwrap
              function unwrapWETH9(uint256 amountMinimum) external payable;
              /// @notice Wraps the contract's ETH balance into WETH9
              /// @dev The resulting WETH9 is custodied by the router, thus will require further distribution
              /// @param value The amount of ETH to wrap
              function wrapETH(uint256 value) external payable;
              /// @notice Transfers the full amount of a token held by this contract to msg.sender
              /// @dev The amountMinimum parameter prevents malicious contracts from stealing the token from users
              /// @param token The contract address of the token which will be transferred to msg.sender
              /// @param amountMinimum The minimum amount of token required for a transfer
              function sweepToken(address token, uint256 amountMinimum) external payable;
              /// @notice Transfers the specified amount of a token from the msg.sender to address(this)
              /// @param token The token to pull
              /// @param value The amount to pay
              function pull(address token, uint256 value) external payable;
          }
          pragma solidity >=0.5.0;
          interface IUniswapV2Pair {
              event Approval(address indexed owner, address indexed spender, uint value);
              event Transfer(address indexed from, address indexed to, uint value);
              function name() external pure returns (string memory);
              function symbol() external pure returns (string memory);
              function decimals() external pure returns (uint8);
              function totalSupply() external view returns (uint);
              function balanceOf(address owner) external view returns (uint);
              function allowance(address owner, address spender) external view returns (uint);
              function approve(address spender, uint value) external returns (bool);
              function transfer(address to, uint value) external returns (bool);
              function transferFrom(address from, address to, uint value) external returns (bool);
              function DOMAIN_SEPARATOR() external view returns (bytes32);
              function PERMIT_TYPEHASH() external pure returns (bytes32);
              function nonces(address owner) external view returns (uint);
              function permit(address owner, address spender, uint value, uint deadline, uint8 v, bytes32 r, bytes32 s) external;
              event Mint(address indexed sender, uint amount0, uint amount1);
              event Burn(address indexed sender, uint amount0, uint amount1, address indexed to);
              event Swap(
                  address indexed sender,
                  uint amount0In,
                  uint amount1In,
                  uint amount0Out,
                  uint amount1Out,
                  address indexed to
              );
              event Sync(uint112 reserve0, uint112 reserve1);
              function MINIMUM_LIQUIDITY() external pure returns (uint);
              function factory() external view returns (address);
              function token0() external view returns (address);
              function token1() external view returns (address);
              function getReserves() external view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast);
              function price0CumulativeLast() external view returns (uint);
              function price1CumulativeLast() external view returns (uint);
              function kLast() external view returns (uint);
              function mint(address to) external returns (uint liquidity);
              function burn(address to) external returns (uint amount0, uint amount1);
              function swap(uint amount0Out, uint amount1Out, address to, bytes calldata data) external;
              function skim(address to) external;
              function sync() external;
              function initialize(address, address) external;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Safe casting methods
          /// @notice Contains methods for safely casting between types
          library SafeCast {
              /// @notice Cast a uint256 to a uint160, revert on overflow
              /// @param y The uint256 to be downcasted
              /// @return z The downcasted integer, now type uint160
              function toUint160(uint256 y) internal pure returns (uint160 z) {
                  require((z = uint160(y)) == y);
              }
              /// @notice Cast a int256 to a int128, revert on overflow or underflow
              /// @param y The int256 to be downcasted
              /// @return z The downcasted integer, now type int128
              function toInt128(int256 y) internal pure returns (int128 z) {
                  require((z = int128(y)) == y);
              }
              /// @notice Cast a uint256 to a int256, revert on overflow
              /// @param y The uint256 to be casted
              /// @return z The casted integer, now type int256
              function toInt256(uint256 y) internal pure returns (int256 z) {
                  require(y < 2**255);
                  z = int256(y);
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Math library for computing sqrt prices from ticks and vice versa
          /// @notice Computes sqrt price for ticks of size 1.0001, i.e. sqrt(1.0001^tick) as fixed point Q64.96 numbers. Supports
          /// prices between 2**-128 and 2**128
          library TickMath {
              /// @dev The minimum tick that may be passed to #getSqrtRatioAtTick computed from log base 1.0001 of 2**-128
              int24 internal constant MIN_TICK = -887272;
              /// @dev The maximum tick that may be passed to #getSqrtRatioAtTick computed from log base 1.0001 of 2**128
              int24 internal constant MAX_TICK = -MIN_TICK;
              /// @dev The minimum value that can be returned from #getSqrtRatioAtTick. Equivalent to getSqrtRatioAtTick(MIN_TICK)
              uint160 internal constant MIN_SQRT_RATIO = 4295128739;
              /// @dev The maximum value that can be returned from #getSqrtRatioAtTick. Equivalent to getSqrtRatioAtTick(MAX_TICK)
              uint160 internal constant MAX_SQRT_RATIO = 1461446703485210103287273052203988822378723970342;
              /// @notice Calculates sqrt(1.0001^tick) * 2^96
              /// @dev Throws if |tick| > max tick
              /// @param tick The input tick for the above formula
              /// @return sqrtPriceX96 A Fixed point Q64.96 number representing the sqrt of the ratio of the two assets (token1/token0)
              /// at the given tick
              function getSqrtRatioAtTick(int24 tick) internal pure returns (uint160 sqrtPriceX96) {
                  uint256 absTick = tick < 0 ? uint256(-int256(tick)) : uint256(int256(tick));
                  require(absTick <= uint256(MAX_TICK), 'T');
                  uint256 ratio = absTick & 0x1 != 0 ? 0xfffcb933bd6fad37aa2d162d1a594001 : 0x100000000000000000000000000000000;
                  if (absTick & 0x2 != 0) ratio = (ratio * 0xfff97272373d413259a46990580e213a) >> 128;
                  if (absTick & 0x4 != 0) ratio = (ratio * 0xfff2e50f5f656932ef12357cf3c7fdcc) >> 128;
                  if (absTick & 0x8 != 0) ratio = (ratio * 0xffe5caca7e10e4e61c3624eaa0941cd0) >> 128;
                  if (absTick & 0x10 != 0) ratio = (ratio * 0xffcb9843d60f6159c9db58835c926644) >> 128;
                  if (absTick & 0x20 != 0) ratio = (ratio * 0xff973b41fa98c081472e6896dfb254c0) >> 128;
                  if (absTick & 0x40 != 0) ratio = (ratio * 0xff2ea16466c96a3843ec78b326b52861) >> 128;
                  if (absTick & 0x80 != 0) ratio = (ratio * 0xfe5dee046a99a2a811c461f1969c3053) >> 128;
                  if (absTick & 0x100 != 0) ratio = (ratio * 0xfcbe86c7900a88aedcffc83b479aa3a4) >> 128;
                  if (absTick & 0x200 != 0) ratio = (ratio * 0xf987a7253ac413176f2b074cf7815e54) >> 128;
                  if (absTick & 0x400 != 0) ratio = (ratio * 0xf3392b0822b70005940c7a398e4b70f3) >> 128;
                  if (absTick & 0x800 != 0) ratio = (ratio * 0xe7159475a2c29b7443b29c7fa6e889d9) >> 128;
                  if (absTick & 0x1000 != 0) ratio = (ratio * 0xd097f3bdfd2022b8845ad8f792aa5825) >> 128;
                  if (absTick & 0x2000 != 0) ratio = (ratio * 0xa9f746462d870fdf8a65dc1f90e061e5) >> 128;
                  if (absTick & 0x4000 != 0) ratio = (ratio * 0x70d869a156d2a1b890bb3df62baf32f7) >> 128;
                  if (absTick & 0x8000 != 0) ratio = (ratio * 0x31be135f97d08fd981231505542fcfa6) >> 128;
                  if (absTick & 0x10000 != 0) ratio = (ratio * 0x9aa508b5b7a84e1c677de54f3e99bc9) >> 128;
                  if (absTick & 0x20000 != 0) ratio = (ratio * 0x5d6af8dedb81196699c329225ee604) >> 128;
                  if (absTick & 0x40000 != 0) ratio = (ratio * 0x2216e584f5fa1ea926041bedfe98) >> 128;
                  if (absTick & 0x80000 != 0) ratio = (ratio * 0x48a170391f7dc42444e8fa2) >> 128;
                  if (tick > 0) ratio = type(uint256).max / ratio;
                  // this divides by 1<<32 rounding up to go from a Q128.128 to a Q128.96.
                  // we then downcast because we know the result always fits within 160 bits due to our tick input constraint
                  // we round up in the division so getTickAtSqrtRatio of the output price is always consistent
                  sqrtPriceX96 = uint160((ratio >> 32) + (ratio % (1 << 32) == 0 ? 0 : 1));
              }
              /// @notice Calculates the greatest tick value such that getRatioAtTick(tick) <= ratio
              /// @dev Throws in case sqrtPriceX96 < MIN_SQRT_RATIO, as MIN_SQRT_RATIO is the lowest value getRatioAtTick may
              /// ever return.
              /// @param sqrtPriceX96 The sqrt ratio for which to compute the tick as a Q64.96
              /// @return tick The greatest tick for which the ratio is less than or equal to the input ratio
              function getTickAtSqrtRatio(uint160 sqrtPriceX96) internal pure returns (int24 tick) {
                  // second inequality must be < because the price can never reach the price at the max tick
                  require(sqrtPriceX96 >= MIN_SQRT_RATIO && sqrtPriceX96 < MAX_SQRT_RATIO, 'R');
                  uint256 ratio = uint256(sqrtPriceX96) << 32;
                  uint256 r = ratio;
                  uint256 msb = 0;
                  assembly {
                      let f := shl(7, gt(r, 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(6, gt(r, 0xFFFFFFFFFFFFFFFF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(5, gt(r, 0xFFFFFFFF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(4, gt(r, 0xFFFF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(3, gt(r, 0xFF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(2, gt(r, 0xF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(1, gt(r, 0x3))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := gt(r, 0x1)
                      msb := or(msb, f)
                  }
                  if (msb >= 128) r = ratio >> (msb - 127);
                  else r = ratio << (127 - msb);
                  int256 log_2 = (int256(msb) - 128) << 64;
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(63, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(62, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(61, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(60, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(59, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(58, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(57, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(56, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(55, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(54, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(53, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(52, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(51, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(50, f))
                  }
                  int256 log_sqrt10001 = log_2 * 255738958999603826347141; // 128.128 number
                  int24 tickLow = int24((log_sqrt10001 - 3402992956809132418596140100660247210) >> 128);
                  int24 tickHi = int24((log_sqrt10001 + 291339464771989622907027621153398088495) >> 128);
                  tick = tickLow == tickHi ? tickLow : getSqrtRatioAtTick(tickHi) <= sqrtPriceX96 ? tickHi : tickLow;
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          import './pool/IUniswapV3PoolImmutables.sol';
          import './pool/IUniswapV3PoolState.sol';
          import './pool/IUniswapV3PoolDerivedState.sol';
          import './pool/IUniswapV3PoolActions.sol';
          import './pool/IUniswapV3PoolOwnerActions.sol';
          import './pool/IUniswapV3PoolEvents.sol';
          /// @title The interface for a Uniswap V3 Pool
          /// @notice A Uniswap pool facilitates swapping and automated market making between any two assets that strictly conform
          /// to the ERC20 specification
          /// @dev The pool interface is broken up into many smaller pieces
          interface IUniswapV3Pool is
              IUniswapV3PoolImmutables,
              IUniswapV3PoolState,
              IUniswapV3PoolDerivedState,
              IUniswapV3PoolActions,
              IUniswapV3PoolOwnerActions,
              IUniswapV3PoolEvents
          {
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.6.0;
          import './BytesLib.sol';
          /// @title Functions for manipulating path data for multihop swaps
          library Path {
              using BytesLib for bytes;
              /// @dev The length of the bytes encoded address
              uint256 private constant ADDR_SIZE = 20;
              /// @dev The length of the bytes encoded fee
              uint256 private constant FEE_SIZE = 3;
              /// @dev The offset of a single token address and pool fee
              uint256 private constant NEXT_OFFSET = ADDR_SIZE + FEE_SIZE;
              /// @dev The offset of an encoded pool key
              uint256 private constant POP_OFFSET = NEXT_OFFSET + ADDR_SIZE;
              /// @dev The minimum length of an encoding that contains 2 or more pools
              uint256 private constant MULTIPLE_POOLS_MIN_LENGTH = POP_OFFSET + NEXT_OFFSET;
              /// @notice Returns true iff the path contains two or more pools
              /// @param path The encoded swap path
              /// @return True if path contains two or more pools, otherwise false
              function hasMultiplePools(bytes memory path) internal pure returns (bool) {
                  return path.length >= MULTIPLE_POOLS_MIN_LENGTH;
              }
              /// @notice Returns the number of pools in the path
              /// @param path The encoded swap path
              /// @return The number of pools in the path
              function numPools(bytes memory path) internal pure returns (uint256) {
                  // Ignore the first token address. From then on every fee and token offset indicates a pool.
                  return ((path.length - ADDR_SIZE) / NEXT_OFFSET);
              }
              /// @notice Decodes the first pool in path
              /// @param path The bytes encoded swap path
              /// @return tokenA The first token of the given pool
              /// @return tokenB The second token of the given pool
              /// @return fee The fee level of the pool
              function decodeFirstPool(bytes memory path)
                  internal
                  pure
                  returns (
                      address tokenA,
                      address tokenB,
                      uint24 fee
                  )
              {
                  tokenA = path.toAddress(0);
                  fee = path.toUint24(ADDR_SIZE);
                  tokenB = path.toAddress(NEXT_OFFSET);
              }
              /// @notice Gets the segment corresponding to the first pool in the path
              /// @param path The bytes encoded swap path
              /// @return The segment containing all data necessary to target the first pool in the path
              function getFirstPool(bytes memory path) internal pure returns (bytes memory) {
                  return path.slice(0, POP_OFFSET);
              }
              /// @notice Skips a token + fee element from the buffer and returns the remainder
              /// @param path The swap path
              /// @return The remaining token + fee elements in the path
              function skipToken(bytes memory path) internal pure returns (bytes memory) {
                  return path.slice(NEXT_OFFSET, path.length - NEXT_OFFSET);
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Provides functions for deriving a pool address from the factory, tokens, and the fee
          library PoolAddress {
              bytes32 internal constant POOL_INIT_CODE_HASH = 0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54;
              /// @notice The identifying key of the pool
              struct PoolKey {
                  address token0;
                  address token1;
                  uint24 fee;
              }
              /// @notice Returns PoolKey: the ordered tokens with the matched fee levels
              /// @param tokenA The first token of a pool, unsorted
              /// @param tokenB The second token of a pool, unsorted
              /// @param fee The fee level of the pool
              /// @return Poolkey The pool details with ordered token0 and token1 assignments
              function getPoolKey(
                  address tokenA,
                  address tokenB,
                  uint24 fee
              ) internal pure returns (PoolKey memory) {
                  if (tokenA > tokenB) (tokenA, tokenB) = (tokenB, tokenA);
                  return PoolKey({token0: tokenA, token1: tokenB, fee: fee});
              }
              /// @notice Deterministically computes the pool address given the factory and PoolKey
              /// @param factory The Uniswap V3 factory contract address
              /// @param key The PoolKey
              /// @return pool The contract address of the V3 pool
              function computeAddress(address factory, PoolKey memory key) internal pure returns (address pool) {
                  require(key.token0 < key.token1);
                  pool = address(
                      uint256(
                          keccak256(
                              abi.encodePacked(
                                  hex'ff',
                                  factory,
                                  keccak256(abi.encode(key.token0, key.token1, key.fee)),
                                  POOL_INIT_CODE_HASH
                              )
                          )
                      )
                  );
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          import '@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol';
          import './PoolAddress.sol';
          /// @notice Provides validation for callbacks from Uniswap V3 Pools
          library CallbackValidation {
              /// @notice Returns the address of a valid Uniswap V3 Pool
              /// @param factory The contract address of the Uniswap V3 factory
              /// @param tokenA The contract address of either token0 or token1
              /// @param tokenB The contract address of the other token
              /// @param fee The fee collected upon every swap in the pool, denominated in hundredths of a bip
              /// @return pool The V3 pool contract address
              function verifyCallback(
                  address factory,
                  address tokenA,
                  address tokenB,
                  uint24 fee
              ) internal view returns (IUniswapV3Pool pool) {
                  return verifyCallback(factory, PoolAddress.getPoolKey(tokenA, tokenB, fee));
              }
              /// @notice Returns the address of a valid Uniswap V3 Pool
              /// @param factory The contract address of the Uniswap V3 factory
              /// @param poolKey The identifying key of the V3 pool
              /// @return pool The V3 pool contract address
              function verifyCallback(address factory, PoolAddress.PoolKey memory poolKey)
                  internal
                  view
                  returns (IUniswapV3Pool pool)
              {
                  pool = IUniswapV3Pool(PoolAddress.computeAddress(factory, poolKey));
                  require(msg.sender == address(pool));
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          pragma abicoder v2;
          import '../interfaces/IOracleSlippage.sol';
          import '@uniswap/v3-periphery/contracts/base/PeripheryImmutableState.sol';
          import '@uniswap/v3-periphery/contracts/base/BlockTimestamp.sol';
          import '@uniswap/v3-periphery/contracts/libraries/Path.sol';
          import '@uniswap/v3-periphery/contracts/libraries/PoolAddress.sol';
          import '@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol';
          import '@uniswap/v3-periphery/contracts/libraries/OracleLibrary.sol';
          abstract contract OracleSlippage is IOracleSlippage, PeripheryImmutableState, BlockTimestamp {
              using Path for bytes;
              /// @dev Returns the tick as of the beginning of the current block, and as of right now, for the given pool.
              function getBlockStartingAndCurrentTick(IUniswapV3Pool pool)
                  internal
                  view
                  returns (int24 blockStartingTick, int24 currentTick)
              {
                  uint16 observationIndex;
                  uint16 observationCardinality;
                  (, currentTick, observationIndex, observationCardinality, , , ) = pool.slot0();
                  // 2 observations are needed to reliably calculate the block starting tick
                  require(observationCardinality > 1, 'NEO');
                  // If the latest observation occurred in the past, then no tick-changing trades have happened in this block
                  // therefore the tick in `slot0` is the same as at the beginning of the current block.
                  // We don't need to check if this observation is initialized - it is guaranteed to be.
                  (uint32 observationTimestamp, int56 tickCumulative, , ) = pool.observations(observationIndex);
                  if (observationTimestamp != uint32(_blockTimestamp())) {
                      blockStartingTick = currentTick;
                  } else {
                      uint256 prevIndex = (uint256(observationIndex) + observationCardinality - 1) % observationCardinality;
                      (uint32 prevObservationTimestamp, int56 prevTickCumulative, , bool prevInitialized) =
                          pool.observations(prevIndex);
                      require(prevInitialized, 'ONI');
                      uint32 delta = observationTimestamp - prevObservationTimestamp;
                      blockStartingTick = int24((tickCumulative - prevTickCumulative) / delta);
                  }
              }
              /// @dev Virtual function to get pool addresses that can be overridden in tests.
              function getPoolAddress(
                  address tokenA,
                  address tokenB,
                  uint24 fee
              ) internal view virtual returns (IUniswapV3Pool pool) {
                  pool = IUniswapV3Pool(PoolAddress.computeAddress(factory, PoolAddress.getPoolKey(tokenA, tokenB, fee)));
              }
              /// @dev Returns the synthetic time-weighted average tick as of secondsAgo, as well as the current tick,
              /// for the given path. Returned synthetic ticks always represent tokenOut/tokenIn prices,
              /// meaning lower ticks are worse.
              function getSyntheticTicks(bytes memory path, uint32 secondsAgo)
                  internal
                  view
                  returns (int256 syntheticAverageTick, int256 syntheticCurrentTick)
              {
                  bool lowerTicksAreWorse;
                  uint256 numPools = path.numPools();
                  address previousTokenIn;
                  for (uint256 i = 0; i < numPools; i++) {
                      // this assumes the path is sorted in swap order
                      (address tokenIn, address tokenOut, uint24 fee) = path.decodeFirstPool();
                      IUniswapV3Pool pool = getPoolAddress(tokenIn, tokenOut, fee);
                      // get the average and current ticks for the current pool
                      int256 averageTick;
                      int256 currentTick;
                      if (secondsAgo == 0) {
                          // we optimize for the secondsAgo == 0 case, i.e. since the beginning of the block
                          (averageTick, currentTick) = getBlockStartingAndCurrentTick(pool);
                      } else {
                          (averageTick, ) = OracleLibrary.consult(address(pool), secondsAgo);
                          (, currentTick, , , , , ) = IUniswapV3Pool(pool).slot0();
                      }
                      if (i == numPools - 1) {
                          // if we're here, this is the last pool in the path, meaning tokenOut represents the
                          // destination token. so, if tokenIn < tokenOut, then tokenIn is token0 of the last pool,
                          // meaning the current running ticks are going to represent tokenOut/tokenIn prices.
                          // so, the lower these prices get, the worse of a price the swap will get
                          lowerTicksAreWorse = tokenIn < tokenOut;
                      } else {
                          // if we're here, we need to iterate over the next pool in the path
                          path = path.skipToken();
                          previousTokenIn = tokenIn;
                      }
                      // accumulate the ticks derived from the current pool into the running synthetic ticks,
                      // ensuring that intermediate tokens "cancel out"
                      bool add = (i == 0) || (previousTokenIn < tokenIn ? tokenIn < tokenOut : tokenOut < tokenIn);
                      if (add) {
                          syntheticAverageTick += averageTick;
                          syntheticCurrentTick += currentTick;
                      } else {
                          syntheticAverageTick -= averageTick;
                          syntheticCurrentTick -= currentTick;
                      }
                  }
                  // flip the sign of the ticks if necessary, to ensure that the lower ticks are always worse
                  if (!lowerTicksAreWorse) {
                      syntheticAverageTick *= -1;
                      syntheticCurrentTick *= -1;
                  }
              }
              /// @dev Cast a int256 to a int24, revert on overflow or underflow
              function toInt24(int256 y) private pure returns (int24 z) {
                  require((z = int24(y)) == y);
              }
              /// @dev For each passed path, fetches the synthetic time-weighted average tick as of secondsAgo,
              /// as well as the current tick. Then, synthetic ticks from all paths are subjected to a weighted
              /// average, where the weights are the fraction of the total input amount allocated to each path.
              /// Returned synthetic ticks always represent tokenOut/tokenIn prices, meaning lower ticks are worse.
              /// Paths must all start and end in the same token.
              function getSyntheticTicks(
                  bytes[] memory paths,
                  uint128[] memory amounts,
                  uint32 secondsAgo
              ) internal view returns (int256 averageSyntheticAverageTick, int256 averageSyntheticCurrentTick) {
                  require(paths.length == amounts.length);
                  OracleLibrary.WeightedTickData[] memory weightedSyntheticAverageTicks =
                      new OracleLibrary.WeightedTickData[](paths.length);
                  OracleLibrary.WeightedTickData[] memory weightedSyntheticCurrentTicks =
                      new OracleLibrary.WeightedTickData[](paths.length);
                  for (uint256 i = 0; i < paths.length; i++) {
                      (int256 syntheticAverageTick, int256 syntheticCurrentTick) = getSyntheticTicks(paths[i], secondsAgo);
                      weightedSyntheticAverageTicks[i].tick = toInt24(syntheticAverageTick);
                      weightedSyntheticCurrentTicks[i].tick = toInt24(syntheticCurrentTick);
                      weightedSyntheticAverageTicks[i].weight = amounts[i];
                      weightedSyntheticCurrentTicks[i].weight = amounts[i];
                  }
                  averageSyntheticAverageTick = OracleLibrary.getWeightedArithmeticMeanTick(weightedSyntheticAverageTicks);
                  averageSyntheticCurrentTick = OracleLibrary.getWeightedArithmeticMeanTick(weightedSyntheticCurrentTicks);
              }
              /// @inheritdoc IOracleSlippage
              function checkOracleSlippage(
                  bytes memory path,
                  uint24 maximumTickDivergence,
                  uint32 secondsAgo
              ) external view override {
                  (int256 syntheticAverageTick, int256 syntheticCurrentTick) = getSyntheticTicks(path, secondsAgo);
                  require(syntheticAverageTick - syntheticCurrentTick < maximumTickDivergence, 'TD');
              }
              /// @inheritdoc IOracleSlippage
              function checkOracleSlippage(
                  bytes[] memory paths,
                  uint128[] memory amounts,
                  uint24 maximumTickDivergence,
                  uint32 secondsAgo
              ) external view override {
                  (int256 averageSyntheticAverageTick, int256 averageSyntheticCurrentTick) =
                      getSyntheticTicks(paths, amounts, secondsAgo);
                  require(averageSyntheticAverageTick - averageSyntheticCurrentTick < maximumTickDivergence, 'TD');
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Pool state that never changes
          /// @notice These parameters are fixed for a pool forever, i.e., the methods will always return the same values
          interface IUniswapV3PoolImmutables {
              /// @notice The contract that deployed the pool, which must adhere to the IUniswapV3Factory interface
              /// @return The contract address
              function factory() external view returns (address);
              /// @notice The first of the two tokens of the pool, sorted by address
              /// @return The token contract address
              function token0() external view returns (address);
              /// @notice The second of the two tokens of the pool, sorted by address
              /// @return The token contract address
              function token1() external view returns (address);
              /// @notice The pool's fee in hundredths of a bip, i.e. 1e-6
              /// @return The fee
              function fee() external view returns (uint24);
              /// @notice The pool tick spacing
              /// @dev Ticks can only be used at multiples of this value, minimum of 1 and always positive
              /// e.g.: a tickSpacing of 3 means ticks can be initialized every 3rd tick, i.e., ..., -6, -3, 0, 3, 6, ...
              /// This value is an int24 to avoid casting even though it is always positive.
              /// @return The tick spacing
              function tickSpacing() external view returns (int24);
              /// @notice The maximum amount of position liquidity that can use any tick in the range
              /// @dev This parameter is enforced per tick to prevent liquidity from overflowing a uint128 at any point, and
              /// also prevents out-of-range liquidity from being used to prevent adding in-range liquidity to a pool
              /// @return The max amount of liquidity per tick
              function maxLiquidityPerTick() external view returns (uint128);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Pool state that can change
          /// @notice These methods compose the pool's state, and can change with any frequency including multiple times
          /// per transaction
          interface IUniswapV3PoolState {
              /// @notice The 0th storage slot in the pool stores many values, and is exposed as a single method to save gas
              /// when accessed externally.
              /// @return sqrtPriceX96 The current price of the pool as a sqrt(token1/token0) Q64.96 value
              /// tick The current tick of the pool, i.e. according to the last tick transition that was run.
              /// This value may not always be equal to SqrtTickMath.getTickAtSqrtRatio(sqrtPriceX96) if the price is on a tick
              /// boundary.
              /// observationIndex The index of the last oracle observation that was written,
              /// observationCardinality The current maximum number of observations stored in the pool,
              /// observationCardinalityNext The next maximum number of observations, to be updated when the observation.
              /// feeProtocol The protocol fee for both tokens of the pool.
              /// Encoded as two 4 bit values, where the protocol fee of token1 is shifted 4 bits and the protocol fee of token0
              /// is the lower 4 bits. Used as the denominator of a fraction of the swap fee, e.g. 4 means 1/4th of the swap fee.
              /// unlocked Whether the pool is currently locked to reentrancy
              function slot0()
                  external
                  view
                  returns (
                      uint160 sqrtPriceX96,
                      int24 tick,
                      uint16 observationIndex,
                      uint16 observationCardinality,
                      uint16 observationCardinalityNext,
                      uint8 feeProtocol,
                      bool unlocked
                  );
              /// @notice The fee growth as a Q128.128 fees of token0 collected per unit of liquidity for the entire life of the pool
              /// @dev This value can overflow the uint256
              function feeGrowthGlobal0X128() external view returns (uint256);
              /// @notice The fee growth as a Q128.128 fees of token1 collected per unit of liquidity for the entire life of the pool
              /// @dev This value can overflow the uint256
              function feeGrowthGlobal1X128() external view returns (uint256);
              /// @notice The amounts of token0 and token1 that are owed to the protocol
              /// @dev Protocol fees will never exceed uint128 max in either token
              function protocolFees() external view returns (uint128 token0, uint128 token1);
              /// @notice The currently in range liquidity available to the pool
              /// @dev This value has no relationship to the total liquidity across all ticks
              function liquidity() external view returns (uint128);
              /// @notice Look up information about a specific tick in the pool
              /// @param tick The tick to look up
              /// @return liquidityGross the total amount of position liquidity that uses the pool either as tick lower or
              /// tick upper,
              /// liquidityNet how much liquidity changes when the pool price crosses the tick,
              /// feeGrowthOutside0X128 the fee growth on the other side of the tick from the current tick in token0,
              /// feeGrowthOutside1X128 the fee growth on the other side of the tick from the current tick in token1,
              /// tickCumulativeOutside the cumulative tick value on the other side of the tick from the current tick
              /// secondsPerLiquidityOutsideX128 the seconds spent per liquidity on the other side of the tick from the current tick,
              /// secondsOutside the seconds spent on the other side of the tick from the current tick,
              /// initialized Set to true if the tick is initialized, i.e. liquidityGross is greater than 0, otherwise equal to false.
              /// Outside values can only be used if the tick is initialized, i.e. if liquidityGross is greater than 0.
              /// In addition, these values are only relative and must be used only in comparison to previous snapshots for
              /// a specific position.
              function ticks(int24 tick)
                  external
                  view
                  returns (
                      uint128 liquidityGross,
                      int128 liquidityNet,
                      uint256 feeGrowthOutside0X128,
                      uint256 feeGrowthOutside1X128,
                      int56 tickCumulativeOutside,
                      uint160 secondsPerLiquidityOutsideX128,
                      uint32 secondsOutside,
                      bool initialized
                  );
              /// @notice Returns 256 packed tick initialized boolean values. See TickBitmap for more information
              function tickBitmap(int16 wordPosition) external view returns (uint256);
              /// @notice Returns the information about a position by the position's key
              /// @param key The position's key is a hash of a preimage composed by the owner, tickLower and tickUpper
              /// @return _liquidity The amount of liquidity in the position,
              /// Returns feeGrowthInside0LastX128 fee growth of token0 inside the tick range as of the last mint/burn/poke,
              /// Returns feeGrowthInside1LastX128 fee growth of token1 inside the tick range as of the last mint/burn/poke,
              /// Returns tokensOwed0 the computed amount of token0 owed to the position as of the last mint/burn/poke,
              /// Returns tokensOwed1 the computed amount of token1 owed to the position as of the last mint/burn/poke
              function positions(bytes32 key)
                  external
                  view
                  returns (
                      uint128 _liquidity,
                      uint256 feeGrowthInside0LastX128,
                      uint256 feeGrowthInside1LastX128,
                      uint128 tokensOwed0,
                      uint128 tokensOwed1
                  );
              /// @notice Returns data about a specific observation index
              /// @param index The element of the observations array to fetch
              /// @dev You most likely want to use #observe() instead of this method to get an observation as of some amount of time
              /// ago, rather than at a specific index in the array.
              /// @return blockTimestamp The timestamp of the observation,
              /// Returns tickCumulative the tick multiplied by seconds elapsed for the life of the pool as of the observation timestamp,
              /// Returns secondsPerLiquidityCumulativeX128 the seconds per in range liquidity for the life of the pool as of the observation timestamp,
              /// Returns initialized whether the observation has been initialized and the values are safe to use
              function observations(uint256 index)
                  external
                  view
                  returns (
                      uint32 blockTimestamp,
                      int56 tickCumulative,
                      uint160 secondsPerLiquidityCumulativeX128,
                      bool initialized
                  );
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Pool state that is not stored
          /// @notice Contains view functions to provide information about the pool that is computed rather than stored on the
          /// blockchain. The functions here may have variable gas costs.
          interface IUniswapV3PoolDerivedState {
              /// @notice Returns the cumulative tick and liquidity as of each timestamp `secondsAgo` from the current block timestamp
              /// @dev To get a time weighted average tick or liquidity-in-range, you must call this with two values, one representing
              /// the beginning of the period and another for the end of the period. E.g., to get the last hour time-weighted average tick,
              /// you must call it with secondsAgos = [3600, 0].
              /// @dev The time weighted average tick represents the geometric time weighted average price of the pool, in
              /// log base sqrt(1.0001) of token1 / token0. The TickMath library can be used to go from a tick value to a ratio.
              /// @param secondsAgos From how long ago each cumulative tick and liquidity value should be returned
              /// @return tickCumulatives Cumulative tick values as of each `secondsAgos` from the current block timestamp
              /// @return secondsPerLiquidityCumulativeX128s Cumulative seconds per liquidity-in-range value as of each `secondsAgos` from the current block
              /// timestamp
              function observe(uint32[] calldata secondsAgos)
                  external
                  view
                  returns (int56[] memory tickCumulatives, uint160[] memory secondsPerLiquidityCumulativeX128s);
              /// @notice Returns a snapshot of the tick cumulative, seconds per liquidity and seconds inside a tick range
              /// @dev Snapshots must only be compared to other snapshots, taken over a period for which a position existed.
              /// I.e., snapshots cannot be compared if a position is not held for the entire period between when the first
              /// snapshot is taken and the second snapshot is taken.
              /// @param tickLower The lower tick of the range
              /// @param tickUpper The upper tick of the range
              /// @return tickCumulativeInside The snapshot of the tick accumulator for the range
              /// @return secondsPerLiquidityInsideX128 The snapshot of seconds per liquidity for the range
              /// @return secondsInside The snapshot of seconds per liquidity for the range
              function snapshotCumulativesInside(int24 tickLower, int24 tickUpper)
                  external
                  view
                  returns (
                      int56 tickCumulativeInside,
                      uint160 secondsPerLiquidityInsideX128,
                      uint32 secondsInside
                  );
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Permissionless pool actions
          /// @notice Contains pool methods that can be called by anyone
          interface IUniswapV3PoolActions {
              /// @notice Sets the initial price for the pool
              /// @dev Price is represented as a sqrt(amountToken1/amountToken0) Q64.96 value
              /// @param sqrtPriceX96 the initial sqrt price of the pool as a Q64.96
              function initialize(uint160 sqrtPriceX96) external;
              /// @notice Adds liquidity for the given recipient/tickLower/tickUpper position
              /// @dev The caller of this method receives a callback in the form of IUniswapV3MintCallback#uniswapV3MintCallback
              /// in which they must pay any token0 or token1 owed for the liquidity. The amount of token0/token1 due depends
              /// on tickLower, tickUpper, the amount of liquidity, and the current price.
              /// @param recipient The address for which the liquidity will be created
              /// @param tickLower The lower tick of the position in which to add liquidity
              /// @param tickUpper The upper tick of the position in which to add liquidity
              /// @param amount The amount of liquidity to mint
              /// @param data Any data that should be passed through to the callback
              /// @return amount0 The amount of token0 that was paid to mint the given amount of liquidity. Matches the value in the callback
              /// @return amount1 The amount of token1 that was paid to mint the given amount of liquidity. Matches the value in the callback
              function mint(
                  address recipient,
                  int24 tickLower,
                  int24 tickUpper,
                  uint128 amount,
                  bytes calldata data
              ) external returns (uint256 amount0, uint256 amount1);
              /// @notice Collects tokens owed to a position
              /// @dev Does not recompute fees earned, which must be done either via mint or burn of any amount of liquidity.
              /// Collect must be called by the position owner. To withdraw only token0 or only token1, amount0Requested or
              /// amount1Requested may be set to zero. To withdraw all tokens owed, caller may pass any value greater than the
              /// actual tokens owed, e.g. type(uint128).max. Tokens owed may be from accumulated swap fees or burned liquidity.
              /// @param recipient The address which should receive the fees collected
              /// @param tickLower The lower tick of the position for which to collect fees
              /// @param tickUpper The upper tick of the position for which to collect fees
              /// @param amount0Requested How much token0 should be withdrawn from the fees owed
              /// @param amount1Requested How much token1 should be withdrawn from the fees owed
              /// @return amount0 The amount of fees collected in token0
              /// @return amount1 The amount of fees collected in token1
              function collect(
                  address recipient,
                  int24 tickLower,
                  int24 tickUpper,
                  uint128 amount0Requested,
                  uint128 amount1Requested
              ) external returns (uint128 amount0, uint128 amount1);
              /// @notice Burn liquidity from the sender and account tokens owed for the liquidity to the position
              /// @dev Can be used to trigger a recalculation of fees owed to a position by calling with an amount of 0
              /// @dev Fees must be collected separately via a call to #collect
              /// @param tickLower The lower tick of the position for which to burn liquidity
              /// @param tickUpper The upper tick of the position for which to burn liquidity
              /// @param amount How much liquidity to burn
              /// @return amount0 The amount of token0 sent to the recipient
              /// @return amount1 The amount of token1 sent to the recipient
              function burn(
                  int24 tickLower,
                  int24 tickUpper,
                  uint128 amount
              ) external returns (uint256 amount0, uint256 amount1);
              /// @notice Swap token0 for token1, or token1 for token0
              /// @dev The caller of this method receives a callback in the form of IUniswapV3SwapCallback#uniswapV3SwapCallback
              /// @param recipient The address to receive the output of the swap
              /// @param zeroForOne The direction of the swap, true for token0 to token1, false for token1 to token0
              /// @param amountSpecified The amount of the swap, which implicitly configures the swap as exact input (positive), or exact output (negative)
              /// @param sqrtPriceLimitX96 The Q64.96 sqrt price limit. If zero for one, the price cannot be less than this
              /// value after the swap. If one for zero, the price cannot be greater than this value after the swap
              /// @param data Any data to be passed through to the callback
              /// @return amount0 The delta of the balance of token0 of the pool, exact when negative, minimum when positive
              /// @return amount1 The delta of the balance of token1 of the pool, exact when negative, minimum when positive
              function swap(
                  address recipient,
                  bool zeroForOne,
                  int256 amountSpecified,
                  uint160 sqrtPriceLimitX96,
                  bytes calldata data
              ) external returns (int256 amount0, int256 amount1);
              /// @notice Receive token0 and/or token1 and pay it back, plus a fee, in the callback
              /// @dev The caller of this method receives a callback in the form of IUniswapV3FlashCallback#uniswapV3FlashCallback
              /// @dev Can be used to donate underlying tokens pro-rata to currently in-range liquidity providers by calling
              /// with 0 amount{0,1} and sending the donation amount(s) from the callback
              /// @param recipient The address which will receive the token0 and token1 amounts
              /// @param amount0 The amount of token0 to send
              /// @param amount1 The amount of token1 to send
              /// @param data Any data to be passed through to the callback
              function flash(
                  address recipient,
                  uint256 amount0,
                  uint256 amount1,
                  bytes calldata data
              ) external;
              /// @notice Increase the maximum number of price and liquidity observations that this pool will store
              /// @dev This method is no-op if the pool already has an observationCardinalityNext greater than or equal to
              /// the input observationCardinalityNext.
              /// @param observationCardinalityNext The desired minimum number of observations for the pool to store
              function increaseObservationCardinalityNext(uint16 observationCardinalityNext) external;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Permissioned pool actions
          /// @notice Contains pool methods that may only be called by the factory owner
          interface IUniswapV3PoolOwnerActions {
              /// @notice Set the denominator of the protocol's % share of the fees
              /// @param feeProtocol0 new protocol fee for token0 of the pool
              /// @param feeProtocol1 new protocol fee for token1 of the pool
              function setFeeProtocol(uint8 feeProtocol0, uint8 feeProtocol1) external;
              /// @notice Collect the protocol fee accrued to the pool
              /// @param recipient The address to which collected protocol fees should be sent
              /// @param amount0Requested The maximum amount of token0 to send, can be 0 to collect fees in only token1
              /// @param amount1Requested The maximum amount of token1 to send, can be 0 to collect fees in only token0
              /// @return amount0 The protocol fee collected in token0
              /// @return amount1 The protocol fee collected in token1
              function collectProtocol(
                  address recipient,
                  uint128 amount0Requested,
                  uint128 amount1Requested
              ) external returns (uint128 amount0, uint128 amount1);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Events emitted by a pool
          /// @notice Contains all events emitted by the pool
          interface IUniswapV3PoolEvents {
              /// @notice Emitted exactly once by a pool when #initialize is first called on the pool
              /// @dev Mint/Burn/Swap cannot be emitted by the pool before Initialize
              /// @param sqrtPriceX96 The initial sqrt price of the pool, as a Q64.96
              /// @param tick The initial tick of the pool, i.e. log base 1.0001 of the starting price of the pool
              event Initialize(uint160 sqrtPriceX96, int24 tick);
              /// @notice Emitted when liquidity is minted for a given position
              /// @param sender The address that minted the liquidity
              /// @param owner The owner of the position and recipient of any minted liquidity
              /// @param tickLower The lower tick of the position
              /// @param tickUpper The upper tick of the position
              /// @param amount The amount of liquidity minted to the position range
              /// @param amount0 How much token0 was required for the minted liquidity
              /// @param amount1 How much token1 was required for the minted liquidity
              event Mint(
                  address sender,
                  address indexed owner,
                  int24 indexed tickLower,
                  int24 indexed tickUpper,
                  uint128 amount,
                  uint256 amount0,
                  uint256 amount1
              );
              /// @notice Emitted when fees are collected by the owner of a position
              /// @dev Collect events may be emitted with zero amount0 and amount1 when the caller chooses not to collect fees
              /// @param owner The owner of the position for which fees are collected
              /// @param tickLower The lower tick of the position
              /// @param tickUpper The upper tick of the position
              /// @param amount0 The amount of token0 fees collected
              /// @param amount1 The amount of token1 fees collected
              event Collect(
                  address indexed owner,
                  address recipient,
                  int24 indexed tickLower,
                  int24 indexed tickUpper,
                  uint128 amount0,
                  uint128 amount1
              );
              /// @notice Emitted when a position's liquidity is removed
              /// @dev Does not withdraw any fees earned by the liquidity position, which must be withdrawn via #collect
              /// @param owner The owner of the position for which liquidity is removed
              /// @param tickLower The lower tick of the position
              /// @param tickUpper The upper tick of the position
              /// @param amount The amount of liquidity to remove
              /// @param amount0 The amount of token0 withdrawn
              /// @param amount1 The amount of token1 withdrawn
              event Burn(
                  address indexed owner,
                  int24 indexed tickLower,
                  int24 indexed tickUpper,
                  uint128 amount,
                  uint256 amount0,
                  uint256 amount1
              );
              /// @notice Emitted by the pool for any swaps between token0 and token1
              /// @param sender The address that initiated the swap call, and that received the callback
              /// @param recipient The address that received the output of the swap
              /// @param amount0 The delta of the token0 balance of the pool
              /// @param amount1 The delta of the token1 balance of the pool
              /// @param sqrtPriceX96 The sqrt(price) of the pool after the swap, as a Q64.96
              /// @param liquidity The liquidity of the pool after the swap
              /// @param tick The log base 1.0001 of price of the pool after the swap
              event Swap(
                  address indexed sender,
                  address indexed recipient,
                  int256 amount0,
                  int256 amount1,
                  uint160 sqrtPriceX96,
                  uint128 liquidity,
                  int24 tick
              );
              /// @notice Emitted by the pool for any flashes of token0/token1
              /// @param sender The address that initiated the swap call, and that received the callback
              /// @param recipient The address that received the tokens from flash
              /// @param amount0 The amount of token0 that was flashed
              /// @param amount1 The amount of token1 that was flashed
              /// @param paid0 The amount of token0 paid for the flash, which can exceed the amount0 plus the fee
              /// @param paid1 The amount of token1 paid for the flash, which can exceed the amount1 plus the fee
              event Flash(
                  address indexed sender,
                  address indexed recipient,
                  uint256 amount0,
                  uint256 amount1,
                  uint256 paid0,
                  uint256 paid1
              );
              /// @notice Emitted by the pool for increases to the number of observations that can be stored
              /// @dev observationCardinalityNext is not the observation cardinality until an observation is written at the index
              /// just before a mint/swap/burn.
              /// @param observationCardinalityNextOld The previous value of the next observation cardinality
              /// @param observationCardinalityNextNew The updated value of the next observation cardinality
              event IncreaseObservationCardinalityNext(
                  uint16 observationCardinalityNextOld,
                  uint16 observationCardinalityNextNew
              );
              /// @notice Emitted when the protocol fee is changed by the pool
              /// @param feeProtocol0Old The previous value of the token0 protocol fee
              /// @param feeProtocol1Old The previous value of the token1 protocol fee
              /// @param feeProtocol0New The updated value of the token0 protocol fee
              /// @param feeProtocol1New The updated value of the token1 protocol fee
              event SetFeeProtocol(uint8 feeProtocol0Old, uint8 feeProtocol1Old, uint8 feeProtocol0New, uint8 feeProtocol1New);
              /// @notice Emitted when the collected protocol fees are withdrawn by the factory owner
              /// @param sender The address that collects the protocol fees
              /// @param recipient The address that receives the collected protocol fees
              /// @param amount0 The amount of token0 protocol fees that is withdrawn
              /// @param amount0 The amount of token1 protocol fees that is withdrawn
              event CollectProtocol(address indexed sender, address indexed recipient, uint128 amount0, uint128 amount1);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          /*
           * @title Solidity Bytes Arrays Utils
           * @author Gonçalo Sá <[email protected]>
           *
           * @dev Bytes tightly packed arrays utility library for ethereum contracts written in Solidity.
           *      The library lets you concatenate, slice and type cast bytes arrays both in memory and storage.
           */
          pragma solidity >=0.5.0 <0.8.0;
          library BytesLib {
              function slice(
                  bytes memory _bytes,
                  uint256 _start,
                  uint256 _length
              ) internal pure returns (bytes memory) {
                  require(_length + 31 >= _length, 'slice_overflow');
                  require(_start + _length >= _start, 'slice_overflow');
                  require(_bytes.length >= _start + _length, 'slice_outOfBounds');
                  bytes memory tempBytes;
                  assembly {
                      switch iszero(_length)
                          case 0 {
                              // Get a location of some free memory and store it in tempBytes as
                              // Solidity does for memory variables.
                              tempBytes := mload(0x40)
                              // The first word of the slice result is potentially a partial
                              // word read from the original array. To read it, we calculate
                              // the length of that partial word and start copying that many
                              // bytes into the array. The first word we copy will start with
                              // data we don't care about, but the last `lengthmod` bytes will
                              // land at the beginning of the contents of the new array. When
                              // we're done copying, we overwrite the full first word with
                              // the actual length of the slice.
                              let lengthmod := and(_length, 31)
                              // The multiplication in the next line is necessary
                              // because when slicing multiples of 32 bytes (lengthmod == 0)
                              // the following copy loop was copying the origin's length
                              // and then ending prematurely not copying everything it should.
                              let mc := add(add(tempBytes, lengthmod), mul(0x20, iszero(lengthmod)))
                              let end := add(mc, _length)
                              for {
                                  // The multiplication in the next line has the same exact purpose
                                  // as the one above.
                                  let cc := add(add(add(_bytes, lengthmod), mul(0x20, iszero(lengthmod))), _start)
                              } lt(mc, end) {
                                  mc := add(mc, 0x20)
                                  cc := add(cc, 0x20)
                              } {
                                  mstore(mc, mload(cc))
                              }
                              mstore(tempBytes, _length)
                              //update free-memory pointer
                              //allocating the array padded to 32 bytes like the compiler does now
                              mstore(0x40, and(add(mc, 31), not(31)))
                          }
                          //if we want a zero-length slice let's just return a zero-length array
                          default {
                              tempBytes := mload(0x40)
                              //zero out the 32 bytes slice we are about to return
                              //we need to do it because Solidity does not garbage collect
                              mstore(tempBytes, 0)
                              mstore(0x40, add(tempBytes, 0x20))
                          }
                  }
                  return tempBytes;
              }
              function toAddress(bytes memory _bytes, uint256 _start) internal pure returns (address) {
                  require(_start + 20 >= _start, 'toAddress_overflow');
                  require(_bytes.length >= _start + 20, 'toAddress_outOfBounds');
                  address tempAddress;
                  assembly {
                      tempAddress := div(mload(add(add(_bytes, 0x20), _start)), 0x1000000000000000000000000)
                  }
                  return tempAddress;
              }
              function toUint24(bytes memory _bytes, uint256 _start) internal pure returns (uint24) {
                  require(_start + 3 >= _start, 'toUint24_overflow');
                  require(_bytes.length >= _start + 3, 'toUint24_outOfBounds');
                  uint24 tempUint;
                  assembly {
                      tempUint := mload(add(add(_bytes, 0x3), _start))
                  }
                  return tempUint;
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          pragma abicoder v2;
          /// @title OracleSlippage interface
          /// @notice Enables slippage checks against oracle prices
          interface IOracleSlippage {
              /// @notice Ensures that the current (synthetic) tick over the path is no worse than
              /// `maximumTickDivergence` ticks away from the average as of `secondsAgo`
              /// @param path The path to fetch prices over
              /// @param maximumTickDivergence The maximum number of ticks that the price can degrade by
              /// @param secondsAgo The number of seconds ago to compute oracle prices against
              function checkOracleSlippage(
                  bytes memory path,
                  uint24 maximumTickDivergence,
                  uint32 secondsAgo
              ) external view;
              /// @notice Ensures that the weighted average current (synthetic) tick over the path is no
              /// worse than `maximumTickDivergence` ticks away from the average as of `secondsAgo`
              /// @param paths The paths to fetch prices over
              /// @param amounts The weights for each entry in `paths`
              /// @param maximumTickDivergence The maximum number of ticks that the price can degrade by
              /// @param secondsAgo The number of seconds ago to compute oracle prices against
              function checkOracleSlippage(
                  bytes[] memory paths,
                  uint128[] memory amounts,
                  uint24 maximumTickDivergence,
                  uint32 secondsAgo
              ) external view;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          /// @title Function for getting block timestamp
          /// @dev Base contract that is overridden for tests
          abstract contract BlockTimestamp {
              /// @dev Method that exists purely to be overridden for tests
              /// @return The current block timestamp
              function _blockTimestamp() internal view virtual returns (uint256) {
                  return block.timestamp;
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0 <0.8.0;
          import '@uniswap/v3-core/contracts/libraries/FullMath.sol';
          import '@uniswap/v3-core/contracts/libraries/TickMath.sol';
          import '@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol';
          /// @title Oracle library
          /// @notice Provides functions to integrate with V3 pool oracle
          library OracleLibrary {
              /// @notice Calculates time-weighted means of tick and liquidity for a given Uniswap V3 pool
              /// @param pool Address of the pool that we want to observe
              /// @param secondsAgo Number of seconds in the past from which to calculate the time-weighted means
              /// @return arithmeticMeanTick The arithmetic mean tick from (block.timestamp - secondsAgo) to block.timestamp
              /// @return harmonicMeanLiquidity The harmonic mean liquidity from (block.timestamp - secondsAgo) to block.timestamp
              function consult(address pool, uint32 secondsAgo)
                  internal
                  view
                  returns (int24 arithmeticMeanTick, uint128 harmonicMeanLiquidity)
              {
                  require(secondsAgo != 0, 'BP');
                  uint32[] memory secondsAgos = new uint32[](2);
                  secondsAgos[0] = secondsAgo;
                  secondsAgos[1] = 0;
                  (int56[] memory tickCumulatives, uint160[] memory secondsPerLiquidityCumulativeX128s) =
                      IUniswapV3Pool(pool).observe(secondsAgos);
                  int56 tickCumulativesDelta = tickCumulatives[1] - tickCumulatives[0];
                  uint160 secondsPerLiquidityCumulativesDelta =
                      secondsPerLiquidityCumulativeX128s[1] - secondsPerLiquidityCumulativeX128s[0];
                  arithmeticMeanTick = int24(tickCumulativesDelta / secondsAgo);
                  // Always round to negative infinity
                  if (tickCumulativesDelta < 0 && (tickCumulativesDelta % secondsAgo != 0)) arithmeticMeanTick--;
                  // We are multiplying here instead of shifting to ensure that harmonicMeanLiquidity doesn't overflow uint128
                  uint192 secondsAgoX160 = uint192(secondsAgo) * type(uint160).max;
                  harmonicMeanLiquidity = uint128(secondsAgoX160 / (uint192(secondsPerLiquidityCumulativesDelta) << 32));
              }
              /// @notice Given a tick and a token amount, calculates the amount of token received in exchange
              /// @param tick Tick value used to calculate the quote
              /// @param baseAmount Amount of token to be converted
              /// @param baseToken Address of an ERC20 token contract used as the baseAmount denomination
              /// @param quoteToken Address of an ERC20 token contract used as the quoteAmount denomination
              /// @return quoteAmount Amount of quoteToken received for baseAmount of baseToken
              function getQuoteAtTick(
                  int24 tick,
                  uint128 baseAmount,
                  address baseToken,
                  address quoteToken
              ) internal pure returns (uint256 quoteAmount) {
                  uint160 sqrtRatioX96 = TickMath.getSqrtRatioAtTick(tick);
                  // Calculate quoteAmount with better precision if it doesn't overflow when multiplied by itself
                  if (sqrtRatioX96 <= type(uint128).max) {
                      uint256 ratioX192 = uint256(sqrtRatioX96) * sqrtRatioX96;
                      quoteAmount = baseToken < quoteToken
                          ? FullMath.mulDiv(ratioX192, baseAmount, 1 << 192)
                          : FullMath.mulDiv(1 << 192, baseAmount, ratioX192);
                  } else {
                      uint256 ratioX128 = FullMath.mulDiv(sqrtRatioX96, sqrtRatioX96, 1 << 64);
                      quoteAmount = baseToken < quoteToken
                          ? FullMath.mulDiv(ratioX128, baseAmount, 1 << 128)
                          : FullMath.mulDiv(1 << 128, baseAmount, ratioX128);
                  }
              }
              /// @notice Given a pool, it returns the number of seconds ago of the oldest stored observation
              /// @param pool Address of Uniswap V3 pool that we want to observe
              /// @return secondsAgo The number of seconds ago of the oldest observation stored for the pool
              function getOldestObservationSecondsAgo(address pool) internal view returns (uint32 secondsAgo) {
                  (, , uint16 observationIndex, uint16 observationCardinality, , , ) = IUniswapV3Pool(pool).slot0();
                  require(observationCardinality > 0, 'NI');
                  (uint32 observationTimestamp, , , bool initialized) =
                      IUniswapV3Pool(pool).observations((observationIndex + 1) % observationCardinality);
                  // The next index might not be initialized if the cardinality is in the process of increasing
                  // In this case the oldest observation is always in index 0
                  if (!initialized) {
                      (observationTimestamp, , , ) = IUniswapV3Pool(pool).observations(0);
                  }
                  secondsAgo = uint32(block.timestamp) - observationTimestamp;
              }
              /// @notice Given a pool, it returns the tick value as of the start of the current block
              /// @param pool Address of Uniswap V3 pool
              /// @return The tick that the pool was in at the start of the current block
              function getBlockStartingTickAndLiquidity(address pool) internal view returns (int24, uint128) {
                  (, int24 tick, uint16 observationIndex, uint16 observationCardinality, , , ) = IUniswapV3Pool(pool).slot0();
                  // 2 observations are needed to reliably calculate the block starting tick
                  require(observationCardinality > 1, 'NEO');
                  // If the latest observation occurred in the past, then no tick-changing trades have happened in this block
                  // therefore the tick in `slot0` is the same as at the beginning of the current block.
                  // We don't need to check if this observation is initialized - it is guaranteed to be.
                  (uint32 observationTimestamp, int56 tickCumulative, uint160 secondsPerLiquidityCumulativeX128, ) =
                      IUniswapV3Pool(pool).observations(observationIndex);
                  if (observationTimestamp != uint32(block.timestamp)) {
                      return (tick, IUniswapV3Pool(pool).liquidity());
                  }
                  uint256 prevIndex = (uint256(observationIndex) + observationCardinality - 1) % observationCardinality;
                  (
                      uint32 prevObservationTimestamp,
                      int56 prevTickCumulative,
                      uint160 prevSecondsPerLiquidityCumulativeX128,
                      bool prevInitialized
                  ) = IUniswapV3Pool(pool).observations(prevIndex);
                  require(prevInitialized, 'ONI');
                  uint32 delta = observationTimestamp - prevObservationTimestamp;
                  tick = int24((tickCumulative - prevTickCumulative) / delta);
                  uint128 liquidity =
                      uint128(
                          (uint192(delta) * type(uint160).max) /
                              (uint192(secondsPerLiquidityCumulativeX128 - prevSecondsPerLiquidityCumulativeX128) << 32)
                      );
                  return (tick, liquidity);
              }
              /// @notice Information for calculating a weighted arithmetic mean tick
              struct WeightedTickData {
                  int24 tick;
                  uint128 weight;
              }
              /// @notice Given an array of ticks and weights, calculates the weighted arithmetic mean tick
              /// @param weightedTickData An array of ticks and weights
              /// @return weightedArithmeticMeanTick The weighted arithmetic mean tick
              /// @dev Each entry of `weightedTickData` should represents ticks from pools with the same underlying pool tokens. If they do not,
              /// extreme care must be taken to ensure that ticks are comparable (including decimal differences).
              /// @dev Note that the weighted arithmetic mean tick corresponds to the weighted geometric mean price.
              function getWeightedArithmeticMeanTick(WeightedTickData[] memory weightedTickData)
                  internal
                  pure
                  returns (int24 weightedArithmeticMeanTick)
              {
                  // Accumulates the sum of products between each tick and its weight
                  int256 numerator;
                  // Accumulates the sum of the weights
                  uint256 denominator;
                  // Products fit in 152 bits, so it would take an array of length ~2**104 to overflow this logic
                  for (uint256 i; i < weightedTickData.length; i++) {
                      numerator += weightedTickData[i].tick * int256(weightedTickData[i].weight);
                      denominator += weightedTickData[i].weight;
                  }
                  weightedArithmeticMeanTick = int24(numerator / int256(denominator));
                  // Always round to negative infinity
                  if (numerator < 0 && (numerator % int256(denominator) != 0)) weightedArithmeticMeanTick--;
              }
          }
          // SPDX-License-Identifier: MIT
          pragma solidity >=0.4.0;
          /// @title Contains 512-bit math functions
          /// @notice Facilitates multiplication and division that can have overflow of an intermediate value without any loss of precision
          /// @dev Handles "phantom overflow" i.e., allows multiplication and division where an intermediate value overflows 256 bits
          library FullMath {
              /// @notice Calculates floor(a×b÷denominator) with full precision. Throws if result overflows a uint256 or denominator == 0
              /// @param a The multiplicand
              /// @param b The multiplier
              /// @param denominator The divisor
              /// @return result The 256-bit result
              /// @dev Credit to Remco Bloemen under MIT license https://xn--2-umb.com/21/muldiv
              function mulDiv(
                  uint256 a,
                  uint256 b,
                  uint256 denominator
              ) internal pure returns (uint256 result) {
                  // 512-bit multiply [prod1 prod0] = a * b
                  // Compute the product mod 2**256 and mod 2**256 - 1
                  // then use the Chinese Remainder Theorem to reconstruct
                  // the 512 bit result. The result is stored in two 256
                  // variables such that product = prod1 * 2**256 + prod0
                  uint256 prod0; // Least significant 256 bits of the product
                  uint256 prod1; // Most significant 256 bits of the product
                  assembly {
                      let mm := mulmod(a, b, not(0))
                      prod0 := mul(a, b)
                      prod1 := sub(sub(mm, prod0), lt(mm, prod0))
                  }
                  // Handle non-overflow cases, 256 by 256 division
                  if (prod1 == 0) {
                      require(denominator > 0);
                      assembly {
                          result := div(prod0, denominator)
                      }
                      return result;
                  }
                  // Make sure the result is less than 2**256.
                  // Also prevents denominator == 0
                  require(denominator > prod1);
                  ///////////////////////////////////////////////
                  // 512 by 256 division.
                  ///////////////////////////////////////////////
                  // Make division exact by subtracting the remainder from [prod1 prod0]
                  // Compute remainder using mulmod
                  uint256 remainder;
                  assembly {
                      remainder := mulmod(a, b, denominator)
                  }
                  // Subtract 256 bit number from 512 bit number
                  assembly {
                      prod1 := sub(prod1, gt(remainder, prod0))
                      prod0 := sub(prod0, remainder)
                  }
                  // Factor powers of two out of denominator
                  // Compute largest power of two divisor of denominator.
                  // Always >= 1.
                  uint256 twos = -denominator & denominator;
                  // Divide denominator by power of two
                  assembly {
                      denominator := div(denominator, twos)
                  }
                  // Divide [prod1 prod0] by the factors of two
                  assembly {
                      prod0 := div(prod0, twos)
                  }
                  // Shift in bits from prod1 into prod0. For this we need
                  // to flip `twos` such that it is 2**256 / twos.
                  // If twos is zero, then it becomes one
                  assembly {
                      twos := add(div(sub(0, twos), twos), 1)
                  }
                  prod0 |= prod1 * twos;
                  // Invert denominator mod 2**256
                  // Now that denominator is an odd number, it has an inverse
                  // modulo 2**256 such that denominator * inv = 1 mod 2**256.
                  // Compute the inverse by starting with a seed that is correct
                  // correct for four bits. That is, denominator * inv = 1 mod 2**4
                  uint256 inv = (3 * denominator) ^ 2;
                  // Now use Newton-Raphson iteration to improve the precision.
                  // Thanks to Hensel's lifting lemma, this also works in modular
                  // arithmetic, doubling the correct bits in each step.
                  inv *= 2 - denominator * inv; // inverse mod 2**8
                  inv *= 2 - denominator * inv; // inverse mod 2**16
                  inv *= 2 - denominator * inv; // inverse mod 2**32
                  inv *= 2 - denominator * inv; // inverse mod 2**64
                  inv *= 2 - denominator * inv; // inverse mod 2**128
                  inv *= 2 - denominator * inv; // inverse mod 2**256
                  // Because the division is now exact we can divide by multiplying
                  // with the modular inverse of denominator. This will give us the
                  // correct result modulo 2**256. Since the precoditions guarantee
                  // that the outcome is less than 2**256, this is the final result.
                  // We don't need to compute the high bits of the result and prod1
                  // is no longer required.
                  result = prod0 * inv;
                  return result;
              }
              /// @notice Calculates ceil(a×b÷denominator) with full precision. Throws if result overflows a uint256 or denominator == 0
              /// @param a The multiplicand
              /// @param b The multiplier
              /// @param denominator The divisor
              /// @return result The 256-bit result
              function mulDivRoundingUp(
                  uint256 a,
                  uint256 b,
                  uint256 denominator
              ) internal pure returns (uint256 result) {
                  result = mulDiv(a, b, denominator);
                  if (mulmod(a, b, denominator) > 0) {
                      require(result < type(uint256).max);
                      result++;
                  }
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          pragma abicoder v2;
          import '@openzeppelin/contracts/token/ERC721/IERC721Metadata.sol';
          import '@openzeppelin/contracts/token/ERC721/IERC721Enumerable.sol';
          import './IPoolInitializer.sol';
          import './IERC721Permit.sol';
          import './IPeripheryPayments.sol';
          import './IPeripheryImmutableState.sol';
          import '../libraries/PoolAddress.sol';
          /// @title Non-fungible token for positions
          /// @notice Wraps Uniswap V3 positions in a non-fungible token interface which allows for them to be transferred
          /// and authorized.
          interface INonfungiblePositionManager is
              IPoolInitializer,
              IPeripheryPayments,
              IPeripheryImmutableState,
              IERC721Metadata,
              IERC721Enumerable,
              IERC721Permit
          {
              /// @notice Emitted when liquidity is increased for a position NFT
              /// @dev Also emitted when a token is minted
              /// @param tokenId The ID of the token for which liquidity was increased
              /// @param liquidity The amount by which liquidity for the NFT position was increased
              /// @param amount0 The amount of token0 that was paid for the increase in liquidity
              /// @param amount1 The amount of token1 that was paid for the increase in liquidity
              event IncreaseLiquidity(uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1);
              /// @notice Emitted when liquidity is decreased for a position NFT
              /// @param tokenId The ID of the token for which liquidity was decreased
              /// @param liquidity The amount by which liquidity for the NFT position was decreased
              /// @param amount0 The amount of token0 that was accounted for the decrease in liquidity
              /// @param amount1 The amount of token1 that was accounted for the decrease in liquidity
              event DecreaseLiquidity(uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1);
              /// @notice Emitted when tokens are collected for a position NFT
              /// @dev The amounts reported may not be exactly equivalent to the amounts transferred, due to rounding behavior
              /// @param tokenId The ID of the token for which underlying tokens were collected
              /// @param recipient The address of the account that received the collected tokens
              /// @param amount0 The amount of token0 owed to the position that was collected
              /// @param amount1 The amount of token1 owed to the position that was collected
              event Collect(uint256 indexed tokenId, address recipient, uint256 amount0, uint256 amount1);
              /// @notice Returns the position information associated with a given token ID.
              /// @dev Throws if the token ID is not valid.
              /// @param tokenId The ID of the token that represents the position
              /// @return nonce The nonce for permits
              /// @return operator The address that is approved for spending
              /// @return token0 The address of the token0 for a specific pool
              /// @return token1 The address of the token1 for a specific pool
              /// @return fee The fee associated with the pool
              /// @return tickLower The lower end of the tick range for the position
              /// @return tickUpper The higher end of the tick range for the position
              /// @return liquidity The liquidity of the position
              /// @return feeGrowthInside0LastX128 The fee growth of token0 as of the last action on the individual position
              /// @return feeGrowthInside1LastX128 The fee growth of token1 as of the last action on the individual position
              /// @return tokensOwed0 The uncollected amount of token0 owed to the position as of the last computation
              /// @return tokensOwed1 The uncollected amount of token1 owed to the position as of the last computation
              function positions(uint256 tokenId)
                  external
                  view
                  returns (
                      uint96 nonce,
                      address operator,
                      address token0,
                      address token1,
                      uint24 fee,
                      int24 tickLower,
                      int24 tickUpper,
                      uint128 liquidity,
                      uint256 feeGrowthInside0LastX128,
                      uint256 feeGrowthInside1LastX128,
                      uint128 tokensOwed0,
                      uint128 tokensOwed1
                  );
              struct MintParams {
                  address token0;
                  address token1;
                  uint24 fee;
                  int24 tickLower;
                  int24 tickUpper;
                  uint256 amount0Desired;
                  uint256 amount1Desired;
                  uint256 amount0Min;
                  uint256 amount1Min;
                  address recipient;
                  uint256 deadline;
              }
              /// @notice Creates a new position wrapped in a NFT
              /// @dev Call this when the pool does exist and is initialized. Note that if the pool is created but not initialized
              /// a method does not exist, i.e. the pool is assumed to be initialized.
              /// @param params The params necessary to mint a position, encoded as `MintParams` in calldata
              /// @return tokenId The ID of the token that represents the minted position
              /// @return liquidity The amount of liquidity for this position
              /// @return amount0 The amount of token0
              /// @return amount1 The amount of token1
              function mint(MintParams calldata params)
                  external
                  payable
                  returns (
                      uint256 tokenId,
                      uint128 liquidity,
                      uint256 amount0,
                      uint256 amount1
                  );
              struct IncreaseLiquidityParams {
                  uint256 tokenId;
                  uint256 amount0Desired;
                  uint256 amount1Desired;
                  uint256 amount0Min;
                  uint256 amount1Min;
                  uint256 deadline;
              }
              /// @notice Increases the amount of liquidity in a position, with tokens paid by the `msg.sender`
              /// @param params tokenId The ID of the token for which liquidity is being increased,
              /// amount0Desired The desired amount of token0 to be spent,
              /// amount1Desired The desired amount of token1 to be spent,
              /// amount0Min The minimum amount of token0 to spend, which serves as a slippage check,
              /// amount1Min The minimum amount of token1 to spend, which serves as a slippage check,
              /// deadline The time by which the transaction must be included to effect the change
              /// @return liquidity The new liquidity amount as a result of the increase
              /// @return amount0 The amount of token0 to acheive resulting liquidity
              /// @return amount1 The amount of token1 to acheive resulting liquidity
              function increaseLiquidity(IncreaseLiquidityParams calldata params)
                  external
                  payable
                  returns (
                      uint128 liquidity,
                      uint256 amount0,
                      uint256 amount1
                  );
              struct DecreaseLiquidityParams {
                  uint256 tokenId;
                  uint128 liquidity;
                  uint256 amount0Min;
                  uint256 amount1Min;
                  uint256 deadline;
              }
              /// @notice Decreases the amount of liquidity in a position and accounts it to the position
              /// @param params tokenId The ID of the token for which liquidity is being decreased,
              /// amount The amount by which liquidity will be decreased,
              /// amount0Min The minimum amount of token0 that should be accounted for the burned liquidity,
              /// amount1Min The minimum amount of token1 that should be accounted for the burned liquidity,
              /// deadline The time by which the transaction must be included to effect the change
              /// @return amount0 The amount of token0 accounted to the position's tokens owed
              /// @return amount1 The amount of token1 accounted to the position's tokens owed
              function decreaseLiquidity(DecreaseLiquidityParams calldata params)
                  external
                  payable
                  returns (uint256 amount0, uint256 amount1);
              struct CollectParams {
                  uint256 tokenId;
                  address recipient;
                  uint128 amount0Max;
                  uint128 amount1Max;
              }
              /// @notice Collects up to a maximum amount of fees owed to a specific position to the recipient
              /// @param params tokenId The ID of the NFT for which tokens are being collected,
              /// recipient The account that should receive the tokens,
              /// amount0Max The maximum amount of token0 to collect,
              /// amount1Max The maximum amount of token1 to collect
              /// @return amount0 The amount of fees collected in token0
              /// @return amount1 The amount of fees collected in token1
              function collect(CollectParams calldata params) external payable returns (uint256 amount0, uint256 amount1);
              /// @notice Burns a token ID, which deletes it from the NFT contract. The token must have 0 liquidity and all tokens
              /// must be collected first.
              /// @param tokenId The ID of the token that is being burned
              function burn(uint256 tokenId) external payable;
          }
          // SPDX-License-Identifier: MIT
          pragma solidity ^0.7.0;
          import "./IERC721.sol";
          /**
           * @title ERC-721 Non-Fungible Token Standard, optional metadata extension
           * @dev See https://eips.ethereum.org/EIPS/eip-721
           */
          interface IERC721Metadata is IERC721 {
              /**
               * @dev Returns the token collection name.
               */
              function name() external view returns (string memory);
              /**
               * @dev Returns the token collection symbol.
               */
              function symbol() external view returns (string memory);
              /**
               * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
               */
              function tokenURI(uint256 tokenId) external view returns (string memory);
          }
          // SPDX-License-Identifier: MIT
          pragma solidity ^0.7.0;
          import "./IERC721.sol";
          /**
           * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension
           * @dev See https://eips.ethereum.org/EIPS/eip-721
           */
          interface IERC721Enumerable is IERC721 {
              /**
               * @dev Returns the total amount of tokens stored by the contract.
               */
              function totalSupply() external view returns (uint256);
              /**
               * @dev Returns a token ID owned by `owner` at a given `index` of its token list.
               * Use along with {balanceOf} to enumerate all of ``owner``'s tokens.
               */
              function tokenOfOwnerByIndex(address owner, uint256 index) external view returns (uint256 tokenId);
              /**
               * @dev Returns a token ID at a given `index` of all the tokens stored by the contract.
               * Use along with {totalSupply} to enumerate all tokens.
               */
              function tokenByIndex(uint256 index) external view returns (uint256);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          pragma abicoder v2;
          /// @title Creates and initializes V3 Pools
          /// @notice Provides a method for creating and initializing a pool, if necessary, for bundling with other methods that
          /// require the pool to exist.
          interface IPoolInitializer {
              /// @notice Creates a new pool if it does not exist, then initializes if not initialized
              /// @dev This method can be bundled with others via IMulticall for the first action (e.g. mint) performed against a pool
              /// @param token0 The contract address of token0 of the pool
              /// @param token1 The contract address of token1 of the pool
              /// @param fee The fee amount of the v3 pool for the specified token pair
              /// @param sqrtPriceX96 The initial square root price of the pool as a Q64.96 value
              /// @return pool Returns the pool address based on the pair of tokens and fee, will return the newly created pool address if necessary
              function createAndInitializePoolIfNecessary(
                  address token0,
                  address token1,
                  uint24 fee,
                  uint160 sqrtPriceX96
              ) external payable returns (address pool);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.5;
          import '@openzeppelin/contracts/token/ERC721/IERC721.sol';
          /// @title ERC721 with permit
          /// @notice Extension to ERC721 that includes a permit function for signature based approvals
          interface IERC721Permit is IERC721 {
              /// @notice The permit typehash used in the permit signature
              /// @return The typehash for the permit
              function PERMIT_TYPEHASH() external pure returns (bytes32);
              /// @notice The domain separator used in the permit signature
              /// @return The domain seperator used in encoding of permit signature
              function DOMAIN_SEPARATOR() external view returns (bytes32);
              /// @notice Approve of a specific token ID for spending by spender via signature
              /// @param spender The account that is being approved
              /// @param tokenId The ID of the token that is being approved for spending
              /// @param deadline The deadline timestamp by which the call must be mined for the approve to work
              /// @param v Must produce valid secp256k1 signature from the holder along with `r` and `s`
              /// @param r Must produce valid secp256k1 signature from the holder along with `v` and `s`
              /// @param s Must produce valid secp256k1 signature from the holder along with `r` and `v`
              function permit(
                  address spender,
                  uint256 tokenId,
                  uint256 deadline,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) external payable;
          }
          // SPDX-License-Identifier: MIT
          pragma solidity ^0.7.0;
          import "../../introspection/IERC165.sol";
          /**
           * @dev Required interface of an ERC721 compliant contract.
           */
          interface IERC721 is IERC165 {
              /**
               * @dev Emitted when `tokenId` token is transferred from `from` to `to`.
               */
              event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);
              /**
               * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token.
               */
              event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);
              /**
               * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
               */
              event ApprovalForAll(address indexed owner, address indexed operator, bool approved);
              /**
               * @dev Returns the number of tokens in ``owner``'s account.
               */
              function balanceOf(address owner) external view returns (uint256 balance);
              /**
               * @dev Returns the owner of the `tokenId` token.
               *
               * Requirements:
               *
               * - `tokenId` must exist.
               */
              function ownerOf(uint256 tokenId) external view returns (address owner);
              /**
               * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
               * are aware of the ERC721 protocol to prevent tokens from being forever locked.
               *
               * Requirements:
               *
               * - `from` cannot be the zero address.
               * - `to` cannot be the zero address.
               * - `tokenId` token must exist and be owned by `from`.
               * - If the caller is not `from`, it must be have been allowed to move this token by either {approve} or {setApprovalForAll}.
               * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
               *
               * Emits a {Transfer} event.
               */
              function safeTransferFrom(address from, address to, uint256 tokenId) external;
              /**
               * @dev Transfers `tokenId` token from `from` to `to`.
               *
               * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible.
               *
               * Requirements:
               *
               * - `from` cannot be the zero address.
               * - `to` cannot be the zero address.
               * - `tokenId` token must be owned by `from`.
               * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
               *
               * Emits a {Transfer} event.
               */
              function transferFrom(address from, address to, uint256 tokenId) external;
              /**
               * @dev Gives permission to `to` to transfer `tokenId` token to another account.
               * The approval is cleared when the token is transferred.
               *
               * Only a single account can be approved at a time, so approving the zero address clears previous approvals.
               *
               * Requirements:
               *
               * - The caller must own the token or be an approved operator.
               * - `tokenId` must exist.
               *
               * Emits an {Approval} event.
               */
              function approve(address to, uint256 tokenId) external;
              /**
               * @dev Returns the account approved for `tokenId` token.
               *
               * Requirements:
               *
               * - `tokenId` must exist.
               */
              function getApproved(uint256 tokenId) external view returns (address operator);
              /**
               * @dev Approve or remove `operator` as an operator for the caller.
               * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller.
               *
               * Requirements:
               *
               * - The `operator` cannot be the caller.
               *
               * Emits an {ApprovalForAll} event.
               */
              function setApprovalForAll(address operator, bool _approved) external;
              /**
               * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
               *
               * See {setApprovalForAll}
               */
              function isApprovedForAll(address owner, address operator) external view returns (bool);
              /**
                * @dev Safely transfers `tokenId` token from `from` to `to`.
                *
                * Requirements:
                *
                * - `from` cannot be the zero address.
                * - `to` cannot be the zero address.
                * - `tokenId` token must exist and be owned by `from`.
                * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
                * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
                *
                * Emits a {Transfer} event.
                */
              function safeTransferFrom(address from, address to, uint256 tokenId, bytes calldata data) external;
          }
          // SPDX-License-Identifier: MIT
          pragma solidity ^0.7.0;
          /**
           * @dev Interface of the ERC165 standard, as defined in the
           * https://eips.ethereum.org/EIPS/eip-165[EIP].
           *
           * Implementers can declare support of contract interfaces, which can then be
           * queried by others ({ERC165Checker}).
           *
           * For an implementation, see {ERC165}.
           */
          interface IERC165 {
              /**
               * @dev Returns true if this contract implements the interface defined by
               * `interfaceId`. See the corresponding
               * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
               * to learn more about how these ids are created.
               *
               * This function call must use less than 30 000 gas.
               */
              function supportsInterface(bytes4 interfaceId) external view returns (bool);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          pragma abicoder v2;
          import '../interfaces/IMulticall.sol';
          /// @title Multicall
          /// @notice Enables calling multiple methods in a single call to the contract
          abstract contract Multicall is IMulticall {
              /// @inheritdoc IMulticall
              function multicall(bytes[] calldata data) public payable override returns (bytes[] memory results) {
                  results = new bytes[](data.length);
                  for (uint256 i = 0; i < data.length; i++) {
                      (bool success, bytes memory result) = address(this).delegatecall(data[i]);
                      if (!success) {
                          // Next 5 lines from https://ethereum.stackexchange.com/a/83577
                          if (result.length < 68) revert();
                          assembly {
                              result := add(result, 0x04)
                          }
                          revert(abi.decode(result, (string)));
                      }
                      results[i] = result;
                  }
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          import '@uniswap/v3-periphery/contracts/base/PeripheryValidation.sol';
          abstract contract PeripheryValidationExtended is PeripheryValidation {
              modifier checkPreviousBlockhash(bytes32 previousBlockhash) {
                  require(blockhash(block.number - 1) == previousBlockhash, 'Blockhash');
                  _;
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity =0.7.6;
          import './BlockTimestamp.sol';
          abstract contract PeripheryValidation is BlockTimestamp {
              modifier checkDeadline(uint256 deadline) {
                  require(_blockTimestamp() <= deadline, 'Transaction too old');
                  _;
              }
          }
          

          File 2 of 5: ERC1967Proxy
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)
          pragma solidity ^0.8.20;
          import {Context} from "../utils/Context.sol";
          /**
           * @dev Contract module which provides a basic access control mechanism, where
           * there is an account (an owner) that can be granted exclusive access to
           * specific functions.
           *
           * The initial owner is set to the address provided by the deployer. This can
           * later be changed with {transferOwnership}.
           *
           * This module is used through inheritance. It will make available the modifier
           * `onlyOwner`, which can be applied to your functions to restrict their use to
           * the owner.
           */
          abstract contract Ownable is Context {
              address private _owner;
              /**
               * @dev The caller account is not authorized to perform an operation.
               */
              error OwnableUnauthorizedAccount(address account);
              /**
               * @dev The owner is not a valid owner account. (eg. `address(0)`)
               */
              error OwnableInvalidOwner(address owner);
              event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
              /**
               * @dev Initializes the contract setting the address provided by the deployer as the initial owner.
               */
              constructor(address initialOwner) {
                  if (initialOwner == address(0)) {
                      revert OwnableInvalidOwner(address(0));
                  }
                  _transferOwnership(initialOwner);
              }
              /**
               * @dev Throws if called by any account other than the owner.
               */
              modifier onlyOwner() {
                  _checkOwner();
                  _;
              }
              /**
               * @dev Returns the address of the current owner.
               */
              function owner() public view virtual returns (address) {
                  return _owner;
              }
              /**
               * @dev Throws if the sender is not the owner.
               */
              function _checkOwner() internal view virtual {
                  if (owner() != _msgSender()) {
                      revert OwnableUnauthorizedAccount(_msgSender());
                  }
              }
              /**
               * @dev Leaves the contract without owner. It will not be possible to call
               * `onlyOwner` functions. Can only be called by the current owner.
               *
               * NOTE: Renouncing ownership will leave the contract without an owner,
               * thereby disabling any functionality that is only available to the owner.
               */
              function renounceOwnership() public virtual onlyOwner {
                  _transferOwnership(address(0));
              }
              /**
               * @dev Transfers ownership of the contract to a new account (`newOwner`).
               * Can only be called by the current owner.
               */
              function transferOwnership(address newOwner) public virtual onlyOwner {
                  if (newOwner == address(0)) {
                      revert OwnableInvalidOwner(address(0));
                  }
                  _transferOwnership(newOwner);
              }
              /**
               * @dev Transfers ownership of the contract to a new account (`newOwner`).
               * Internal function without access restriction.
               */
              function _transferOwnership(address newOwner) internal virtual {
                  address oldOwner = _owner;
                  _owner = newOwner;
                  emit OwnershipTransferred(oldOwner, newOwner);
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (interfaces/IERC1967.sol)
          pragma solidity ^0.8.20;
          /**
           * @dev ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC.
           */
          interface IERC1967 {
              /**
               * @dev Emitted when the implementation is upgraded.
               */
              event Upgraded(address indexed implementation);
              /**
               * @dev Emitted when the admin account has changed.
               */
              event AdminChanged(address previousAdmin, address newAdmin);
              /**
               * @dev Emitted when the beacon is changed.
               */
              event BeaconUpgraded(address indexed beacon);
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (proxy/beacon/BeaconProxy.sol)
          pragma solidity ^0.8.20;
          import {IBeacon} from "./IBeacon.sol";
          import {Proxy} from "../Proxy.sol";
          import {ERC1967Utils} from "../ERC1967/ERC1967Utils.sol";
          /**
           * @dev This contract implements a proxy that gets the implementation address for each call from an {UpgradeableBeacon}.
           *
           * The beacon address can only be set once during construction, and cannot be changed afterwards. It is stored in an
           * immutable variable to avoid unnecessary storage reads, and also in the beacon storage slot specified by
           * https://eips.ethereum.org/EIPS/eip-1967[EIP1967] so that it can be accessed externally.
           *
           * CAUTION: Since the beacon address can never be changed, you must ensure that you either control the beacon, or trust
           * the beacon to not upgrade the implementation maliciously.
           *
           * IMPORTANT: Do not use the implementation logic to modify the beacon storage slot. Doing so would leave the proxy in
           * an inconsistent state where the beacon storage slot does not match the beacon address.
           */
          contract BeaconProxy is Proxy {
              // An immutable address for the beacon to avoid unnecessary SLOADs before each delegate call.
              address private immutable _beacon;
              /**
               * @dev Initializes the proxy with `beacon`.
               *
               * If `data` is nonempty, it's used as data in a delegate call to the implementation returned by the beacon. This
               * will typically be an encoded function call, and allows initializing the storage of the proxy like a Solidity
               * constructor.
               *
               * Requirements:
               *
               * - `beacon` must be a contract with the interface {IBeacon}.
               * - If `data` is empty, `msg.value` must be zero.
               */
              constructor(address beacon, bytes memory data) payable {
                  ERC1967Utils.upgradeBeaconToAndCall(beacon, data);
                  _beacon = beacon;
              }
              /**
               * @dev Returns the current implementation address of the associated beacon.
               */
              function _implementation() internal view virtual override returns (address) {
                  return IBeacon(_getBeacon()).implementation();
              }
              /**
               * @dev Returns the beacon.
               */
              function _getBeacon() internal view virtual returns (address) {
                  return _beacon;
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (proxy/beacon/IBeacon.sol)
          pragma solidity ^0.8.20;
          /**
           * @dev This is the interface that {BeaconProxy} expects of its beacon.
           */
          interface IBeacon {
              /**
               * @dev Must return an address that can be used as a delegate call target.
               *
               * {UpgradeableBeacon} will check that this address is a contract.
               */
              function implementation() external view returns (address);
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (proxy/beacon/UpgradeableBeacon.sol)
          pragma solidity ^0.8.20;
          import {IBeacon} from "./IBeacon.sol";
          import {Ownable} from "../../access/Ownable.sol";
          /**
           * @dev This contract is used in conjunction with one or more instances of {BeaconProxy} to determine their
           * implementation contract, which is where they will delegate all function calls.
           *
           * An owner is able to change the implementation the beacon points to, thus upgrading the proxies that use this beacon.
           */
          contract UpgradeableBeacon is IBeacon, Ownable {
              address private _implementation;
              /**
               * @dev The `implementation` of the beacon is invalid.
               */
              error BeaconInvalidImplementation(address implementation);
              /**
               * @dev Emitted when the implementation returned by the beacon is changed.
               */
              event Upgraded(address indexed implementation);
              /**
               * @dev Sets the address of the initial implementation, and the initial owner who can upgrade the beacon.
               */
              constructor(address implementation_, address initialOwner) Ownable(initialOwner) {
                  _setImplementation(implementation_);
              }
              /**
               * @dev Returns the current implementation address.
               */
              function implementation() public view virtual returns (address) {
                  return _implementation;
              }
              /**
               * @dev Upgrades the beacon to a new implementation.
               *
               * Emits an {Upgraded} event.
               *
               * Requirements:
               *
               * - msg.sender must be the owner of the contract.
               * - `newImplementation` must be a contract.
               */
              function upgradeTo(address newImplementation) public virtual onlyOwner {
                  _setImplementation(newImplementation);
              }
              /**
               * @dev Sets the implementation contract address for this beacon
               *
               * Requirements:
               *
               * - `newImplementation` must be a contract.
               */
              function _setImplementation(address newImplementation) private {
                  if (newImplementation.code.length == 0) {
                      revert BeaconInvalidImplementation(newImplementation);
                  }
                  _implementation = newImplementation;
                  emit Upgraded(newImplementation);
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (proxy/ERC1967/ERC1967Proxy.sol)
          pragma solidity ^0.8.20;
          import {Proxy} from "../Proxy.sol";
          import {ERC1967Utils} from "./ERC1967Utils.sol";
          /**
           * @dev This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an
           * implementation address that can be changed. This address is stored in storage in the location specified by
           * https://eips.ethereum.org/EIPS/eip-1967[EIP1967], so that it doesn't conflict with the storage layout of the
           * implementation behind the proxy.
           */
          contract ERC1967Proxy is Proxy {
              /**
               * @dev Initializes the upgradeable proxy with an initial implementation specified by `implementation`.
               *
               * If `_data` is nonempty, it's used as data in a delegate call to `implementation`. This will typically be an
               * encoded function call, and allows initializing the storage of the proxy like a Solidity constructor.
               *
               * Requirements:
               *
               * - If `data` is empty, `msg.value` must be zero.
               */
              constructor(address implementation, bytes memory _data) payable {
                  ERC1967Utils.upgradeToAndCall(implementation, _data);
              }
              /**
               * @dev Returns the current implementation address.
               *
               * TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using
               * the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call.
               * `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`
               */
              function _implementation() internal view virtual override returns (address) {
                  return ERC1967Utils.getImplementation();
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (proxy/ERC1967/ERC1967Utils.sol)
          pragma solidity ^0.8.20;
          import {IBeacon} from "../beacon/IBeacon.sol";
          import {Address} from "../../utils/Address.sol";
          import {StorageSlot} from "../../utils/StorageSlot.sol";
          /**
           * @dev This abstract contract provides getters and event emitting update functions for
           * https://eips.ethereum.org/EIPS/eip-1967[EIP1967] slots.
           */
          library ERC1967Utils {
              // We re-declare ERC-1967 events here because they can't be used directly from IERC1967.
              // This will be fixed in Solidity 0.8.21. At that point we should remove these events.
              /**
               * @dev Emitted when the implementation is upgraded.
               */
              event Upgraded(address indexed implementation);
              /**
               * @dev Emitted when the admin account has changed.
               */
              event AdminChanged(address previousAdmin, address newAdmin);
              /**
               * @dev Emitted when the beacon is changed.
               */
              event BeaconUpgraded(address indexed beacon);
              /**
               * @dev Storage slot with the address of the current implementation.
               * This is the keccak-256 hash of "eip1967.proxy.implementation" subtracted by 1.
               */
              // solhint-disable-next-line private-vars-leading-underscore
              bytes32 internal constant IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;
              /**
               * @dev The `implementation` of the proxy is invalid.
               */
              error ERC1967InvalidImplementation(address implementation);
              /**
               * @dev The `admin` of the proxy is invalid.
               */
              error ERC1967InvalidAdmin(address admin);
              /**
               * @dev The `beacon` of the proxy is invalid.
               */
              error ERC1967InvalidBeacon(address beacon);
              /**
               * @dev An upgrade function sees `msg.value > 0` that may be lost.
               */
              error ERC1967NonPayable();
              /**
               * @dev Returns the current implementation address.
               */
              function getImplementation() internal view returns (address) {
                  return StorageSlot.getAddressSlot(IMPLEMENTATION_SLOT).value;
              }
              /**
               * @dev Stores a new address in the EIP1967 implementation slot.
               */
              function _setImplementation(address newImplementation) private {
                  if (newImplementation.code.length == 0) {
                      revert ERC1967InvalidImplementation(newImplementation);
                  }
                  StorageSlot.getAddressSlot(IMPLEMENTATION_SLOT).value = newImplementation;
              }
              /**
               * @dev Performs implementation upgrade with additional setup call if data is nonempty.
               * This function is payable only if the setup call is performed, otherwise `msg.value` is rejected
               * to avoid stuck value in the contract.
               *
               * Emits an {IERC1967-Upgraded} event.
               */
              function upgradeToAndCall(address newImplementation, bytes memory data) internal {
                  _setImplementation(newImplementation);
                  emit Upgraded(newImplementation);
                  if (data.length > 0) {
                      Address.functionDelegateCall(newImplementation, data);
                  } else {
                      _checkNonPayable();
                  }
              }
              /**
               * @dev Storage slot with the admin of the contract.
               * This is the keccak-256 hash of "eip1967.proxy.admin" subtracted by 1.
               */
              // solhint-disable-next-line private-vars-leading-underscore
              bytes32 internal constant ADMIN_SLOT = 0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103;
              /**
               * @dev Returns the current admin.
               *
               * TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using
               * the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call.
               * `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`
               */
              function getAdmin() internal view returns (address) {
                  return StorageSlot.getAddressSlot(ADMIN_SLOT).value;
              }
              /**
               * @dev Stores a new address in the EIP1967 admin slot.
               */
              function _setAdmin(address newAdmin) private {
                  if (newAdmin == address(0)) {
                      revert ERC1967InvalidAdmin(address(0));
                  }
                  StorageSlot.getAddressSlot(ADMIN_SLOT).value = newAdmin;
              }
              /**
               * @dev Changes the admin of the proxy.
               *
               * Emits an {IERC1967-AdminChanged} event.
               */
              function changeAdmin(address newAdmin) internal {
                  emit AdminChanged(getAdmin(), newAdmin);
                  _setAdmin(newAdmin);
              }
              /**
               * @dev The storage slot of the UpgradeableBeacon contract which defines the implementation for this proxy.
               * This is the keccak-256 hash of "eip1967.proxy.beacon" subtracted by 1.
               */
              // solhint-disable-next-line private-vars-leading-underscore
              bytes32 internal constant BEACON_SLOT = 0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50;
              /**
               * @dev Returns the current beacon.
               */
              function getBeacon() internal view returns (address) {
                  return StorageSlot.getAddressSlot(BEACON_SLOT).value;
              }
              /**
               * @dev Stores a new beacon in the EIP1967 beacon slot.
               */
              function _setBeacon(address newBeacon) private {
                  if (newBeacon.code.length == 0) {
                      revert ERC1967InvalidBeacon(newBeacon);
                  }
                  StorageSlot.getAddressSlot(BEACON_SLOT).value = newBeacon;
                  address beaconImplementation = IBeacon(newBeacon).implementation();
                  if (beaconImplementation.code.length == 0) {
                      revert ERC1967InvalidImplementation(beaconImplementation);
                  }
              }
              /**
               * @dev Change the beacon and trigger a setup call if data is nonempty.
               * This function is payable only if the setup call is performed, otherwise `msg.value` is rejected
               * to avoid stuck value in the contract.
               *
               * Emits an {IERC1967-BeaconUpgraded} event.
               *
               * CAUTION: Invoking this function has no effect on an instance of {BeaconProxy} since v5, since
               * it uses an immutable beacon without looking at the value of the ERC-1967 beacon slot for
               * efficiency.
               */
              function upgradeBeaconToAndCall(address newBeacon, bytes memory data) internal {
                  _setBeacon(newBeacon);
                  emit BeaconUpgraded(newBeacon);
                  if (data.length > 0) {
                      Address.functionDelegateCall(IBeacon(newBeacon).implementation(), data);
                  } else {
                      _checkNonPayable();
                  }
              }
              /**
               * @dev Reverts if `msg.value` is not zero. It can be used to avoid `msg.value` stuck in the contract
               * if an upgrade doesn't perform an initialization call.
               */
              function _checkNonPayable() private {
                  if (msg.value > 0) {
                      revert ERC1967NonPayable();
                  }
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (proxy/Proxy.sol)
          pragma solidity ^0.8.20;
          /**
           * @dev This abstract contract provides a fallback function that delegates all calls to another contract using the EVM
           * instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to
           * be specified by overriding the virtual {_implementation} function.
           *
           * Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a
           * different contract through the {_delegate} function.
           *
           * The success and return data of the delegated call will be returned back to the caller of the proxy.
           */
          abstract contract Proxy {
              /**
               * @dev Delegates the current call to `implementation`.
               *
               * This function does not return to its internal call site, it will return directly to the external caller.
               */
              function _delegate(address implementation) internal virtual {
                  assembly {
                      // Copy msg.data. We take full control of memory in this inline assembly
                      // block because it will not return to Solidity code. We overwrite the
                      // Solidity scratch pad at memory position 0.
                      calldatacopy(0, 0, calldatasize())
                      // Call the implementation.
                      // out and outsize are 0 because we don't know the size yet.
                      let result := delegatecall(gas(), implementation, 0, calldatasize(), 0, 0)
                      // Copy the returned data.
                      returndatacopy(0, 0, returndatasize())
                      switch result
                      // delegatecall returns 0 on error.
                      case 0 {
                          revert(0, returndatasize())
                      }
                      default {
                          return(0, returndatasize())
                      }
                  }
              }
              /**
               * @dev This is a virtual function that should be overridden so it returns the address to which the fallback
               * function and {_fallback} should delegate.
               */
              function _implementation() internal view virtual returns (address);
              /**
               * @dev Delegates the current call to the address returned by `_implementation()`.
               *
               * This function does not return to its internal call site, it will return directly to the external caller.
               */
              function _fallback() internal virtual {
                  _delegate(_implementation());
              }
              /**
               * @dev Fallback function that delegates calls to the address returned by `_implementation()`. Will run if no other
               * function in the contract matches the call data.
               */
              fallback() external payable virtual {
                  _fallback();
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (proxy/transparent/ProxyAdmin.sol)
          pragma solidity ^0.8.20;
          import {ITransparentUpgradeableProxy} from "./TransparentUpgradeableProxy.sol";
          import {Ownable} from "../../access/Ownable.sol";
          /**
           * @dev This is an auxiliary contract meant to be assigned as the admin of a {TransparentUpgradeableProxy}. For an
           * explanation of why you would want to use this see the documentation for {TransparentUpgradeableProxy}.
           */
          contract ProxyAdmin is Ownable {
              /**
               * @dev The version of the upgrade interface of the contract. If this getter is missing, both `upgrade(address)`
               * and `upgradeAndCall(address,bytes)` are present, and `upgradeTo` must be used if no function should be called,
               * while `upgradeAndCall` will invoke the `receive` function if the second argument is the empty byte string.
               * If the getter returns `"5.0.0"`, only `upgradeAndCall(address,bytes)` is present, and the second argument must
               * be the empty byte string if no function should be called, making it impossible to invoke the `receive` function
               * during an upgrade.
               */
              string public constant UPGRADE_INTERFACE_VERSION = "5.0.0";
              /**
               * @dev Sets the initial owner who can perform upgrades.
               */
              constructor(address initialOwner) Ownable(initialOwner) {}
              /**
               * @dev Upgrades `proxy` to `implementation` and calls a function on the new implementation.
               * See {TransparentUpgradeableProxy-_dispatchUpgradeToAndCall}.
               *
               * Requirements:
               *
               * - This contract must be the admin of `proxy`.
               * - If `data` is empty, `msg.value` must be zero.
               */
              function upgradeAndCall(
                  ITransparentUpgradeableProxy proxy,
                  address implementation,
                  bytes memory data
              ) public payable virtual onlyOwner {
                  proxy.upgradeToAndCall{value: msg.value}(implementation, data);
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (proxy/transparent/TransparentUpgradeableProxy.sol)
          pragma solidity ^0.8.20;
          import {ERC1967Utils} from "../ERC1967/ERC1967Utils.sol";
          import {ERC1967Proxy} from "../ERC1967/ERC1967Proxy.sol";
          import {IERC1967} from "../../interfaces/IERC1967.sol";
          import {ProxyAdmin} from "./ProxyAdmin.sol";
          /**
           * @dev Interface for {TransparentUpgradeableProxy}. In order to implement transparency, {TransparentUpgradeableProxy}
           * does not implement this interface directly, and its upgradeability mechanism is implemented by an internal dispatch
           * mechanism. The compiler is unaware that these functions are implemented by {TransparentUpgradeableProxy} and will not
           * include them in the ABI so this interface must be used to interact with it.
           */
          interface ITransparentUpgradeableProxy is IERC1967 {
              function upgradeToAndCall(address, bytes calldata) external payable;
          }
          /**
           * @dev This contract implements a proxy that is upgradeable through an associated {ProxyAdmin} instance.
           *
           * To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector
           * clashing], which can potentially be used in an attack, this contract uses the
           * https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two
           * things that go hand in hand:
           *
           * 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if
           * that call matches the {ITransparentUpgradeableProxy-upgradeToAndCall} function exposed by the proxy itself.
           * 2. If the admin calls the proxy, it can call the `upgradeToAndCall` function but any other call won't be forwarded to
           * the implementation. If the admin tries to call a function on the implementation it will fail with an error indicating
           * the proxy admin cannot fallback to the target implementation.
           *
           * These properties mean that the admin account can only be used for upgrading the proxy, so it's best if it's a
           * dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to
           * call a function from the proxy implementation. For this reason, the proxy deploys an instance of {ProxyAdmin} and
           * allows upgrades only if they come through it. You should think of the `ProxyAdmin` instance as the administrative
           * interface of the proxy, including the ability to change who can trigger upgrades by transferring ownership.
           *
           * NOTE: The real interface of this proxy is that defined in `ITransparentUpgradeableProxy`. This contract does not
           * inherit from that interface, and instead `upgradeToAndCall` is implicitly implemented using a custom dispatch
           * mechanism in `_fallback`. Consequently, the compiler will not produce an ABI for this contract. This is necessary to
           * fully implement transparency without decoding reverts caused by selector clashes between the proxy and the
           * implementation.
           *
           * NOTE: This proxy does not inherit from {Context} deliberately. The {ProxyAdmin} of this contract won't send a
           * meta-transaction in any way, and any other meta-transaction setup should be made in the implementation contract.
           *
           * IMPORTANT: This contract avoids unnecessary storage reads by setting the admin only during construction as an
           * immutable variable, preventing any changes thereafter. However, the admin slot defined in ERC-1967 can still be
           * overwritten by the implementation logic pointed to by this proxy. In such cases, the contract may end up in an
           * undesirable state where the admin slot is different from the actual admin.
           *
           * WARNING: It is not recommended to extend this contract to add additional external functions. If you do so, the
           * compiler will not check that there are no selector conflicts, due to the note above. A selector clash between any new
           * function and the functions declared in {ITransparentUpgradeableProxy} will be resolved in favor of the new one. This
           * could render the `upgradeToAndCall` function inaccessible, preventing upgradeability and compromising transparency.
           */
          contract TransparentUpgradeableProxy is ERC1967Proxy {
              // An immutable address for the admin to avoid unnecessary SLOADs before each call
              // at the expense of removing the ability to change the admin once it's set.
              // This is acceptable if the admin is always a ProxyAdmin instance or similar contract
              // with its own ability to transfer the permissions to another account.
              address private immutable _admin;
              /**
               * @dev The proxy caller is the current admin, and can't fallback to the proxy target.
               */
              error ProxyDeniedAdminAccess();
              /**
               * @dev Initializes an upgradeable proxy managed by an instance of a {ProxyAdmin} with an `initialOwner`,
               * backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in
               * {ERC1967Proxy-constructor}.
               */
              constructor(address _logic, address initialOwner, bytes memory _data) payable ERC1967Proxy(_logic, _data) {
                  _admin = address(new ProxyAdmin(initialOwner));
                  // Set the storage value and emit an event for ERC-1967 compatibility
                  ERC1967Utils.changeAdmin(_proxyAdmin());
              }
              /**
               * @dev Returns the admin of this proxy.
               */
              function _proxyAdmin() internal virtual returns (address) {
                  return _admin;
              }
              /**
               * @dev If caller is the admin process the call internally, otherwise transparently fallback to the proxy behavior.
               */
              function _fallback() internal virtual override {
                  if (msg.sender == _proxyAdmin()) {
                      if (msg.sig != ITransparentUpgradeableProxy.upgradeToAndCall.selector) {
                          revert ProxyDeniedAdminAccess();
                      } else {
                          _dispatchUpgradeToAndCall();
                      }
                  } else {
                      super._fallback();
                  }
              }
              /**
               * @dev Upgrade the implementation of the proxy. See {ERC1967Utils-upgradeToAndCall}.
               *
               * Requirements:
               *
               * - If `data` is empty, `msg.value` must be zero.
               */
              function _dispatchUpgradeToAndCall() private {
                  (address newImplementation, bytes memory data) = abi.decode(msg.data[4:], (address, bytes));
                  ERC1967Utils.upgradeToAndCall(newImplementation, data);
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (utils/Address.sol)
          pragma solidity ^0.8.20;
          /**
           * @dev Collection of functions related to the address type
           */
          library Address {
              /**
               * @dev The ETH balance of the account is not enough to perform the operation.
               */
              error AddressInsufficientBalance(address account);
              /**
               * @dev There's no code at `target` (it is not a contract).
               */
              error AddressEmptyCode(address target);
              /**
               * @dev A call to an address target failed. The target may have reverted.
               */
              error FailedInnerCall();
              /**
               * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
               * `recipient`, forwarding all available gas and reverting on errors.
               *
               * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
               * of certain opcodes, possibly making contracts go over the 2300 gas limit
               * imposed by `transfer`, making them unable to receive funds via
               * `transfer`. {sendValue} removes this limitation.
               *
               * https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].
               *
               * IMPORTANT: because control is transferred to `recipient`, care must be
               * taken to not create reentrancy vulnerabilities. Consider using
               * {ReentrancyGuard} or the
               * https://solidity.readthedocs.io/en/v0.8.20/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
               */
              function sendValue(address payable recipient, uint256 amount) internal {
                  if (address(this).balance < amount) {
                      revert AddressInsufficientBalance(address(this));
                  }
                  (bool success, ) = recipient.call{value: amount}("");
                  if (!success) {
                      revert FailedInnerCall();
                  }
              }
              /**
               * @dev Performs a Solidity function call using a low level `call`. A
               * plain `call` is an unsafe replacement for a function call: use this
               * function instead.
               *
               * If `target` reverts with a revert reason or custom error, it is bubbled
               * up by this function (like regular Solidity function calls). However, if
               * the call reverted with no returned reason, this function reverts with a
               * {FailedInnerCall} error.
               *
               * Returns the raw returned data. To convert to the expected return value,
               * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
               *
               * Requirements:
               *
               * - `target` must be a contract.
               * - calling `target` with `data` must not revert.
               */
              function functionCall(address target, bytes memory data) internal returns (bytes memory) {
                  return functionCallWithValue(target, data, 0);
              }
              /**
               * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
               * but also transferring `value` wei to `target`.
               *
               * Requirements:
               *
               * - the calling contract must have an ETH balance of at least `value`.
               * - the called Solidity function must be `payable`.
               */
              function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
                  if (address(this).balance < value) {
                      revert AddressInsufficientBalance(address(this));
                  }
                  (bool success, bytes memory returndata) = target.call{value: value}(data);
                  return verifyCallResultFromTarget(target, success, returndata);
              }
              /**
               * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
               * but performing a static call.
               */
              function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
                  (bool success, bytes memory returndata) = target.staticcall(data);
                  return verifyCallResultFromTarget(target, success, returndata);
              }
              /**
               * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
               * but performing a delegate call.
               */
              function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
                  (bool success, bytes memory returndata) = target.delegatecall(data);
                  return verifyCallResultFromTarget(target, success, returndata);
              }
              /**
               * @dev Tool to verify that a low level call to smart-contract was successful, and reverts if the target
               * was not a contract or bubbling up the revert reason (falling back to {FailedInnerCall}) in case of an
               * unsuccessful call.
               */
              function verifyCallResultFromTarget(
                  address target,
                  bool success,
                  bytes memory returndata
              ) internal view returns (bytes memory) {
                  if (!success) {
                      _revert(returndata);
                  } else {
                      // only check if target is a contract if the call was successful and the return data is empty
                      // otherwise we already know that it was a contract
                      if (returndata.length == 0 && target.code.length == 0) {
                          revert AddressEmptyCode(target);
                      }
                      return returndata;
                  }
              }
              /**
               * @dev Tool to verify that a low level call was successful, and reverts if it wasn't, either by bubbling the
               * revert reason or with a default {FailedInnerCall} error.
               */
              function verifyCallResult(bool success, bytes memory returndata) internal pure returns (bytes memory) {
                  if (!success) {
                      _revert(returndata);
                  } else {
                      return returndata;
                  }
              }
              /**
               * @dev Reverts with returndata if present. Otherwise reverts with {FailedInnerCall}.
               */
              function _revert(bytes memory returndata) private pure {
                  // Look for revert reason and bubble it up if present
                  if (returndata.length > 0) {
                      // The easiest way to bubble the revert reason is using memory via assembly
                      /// @solidity memory-safe-assembly
                      assembly {
                          let returndata_size := mload(returndata)
                          revert(add(32, returndata), returndata_size)
                      }
                  } else {
                      revert FailedInnerCall();
                  }
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)
          pragma solidity ^0.8.20;
          /**
           * @dev Provides information about the current execution context, including the
           * sender of the transaction and its data. While these are generally available
           * via msg.sender and msg.data, they should not be accessed in such a direct
           * manner, since when dealing with meta-transactions the account sending and
           * paying for execution may not be the actual sender (as far as an application
           * is concerned).
           *
           * This contract is only required for intermediate, library-like contracts.
           */
          abstract contract Context {
              function _msgSender() internal view virtual returns (address) {
                  return msg.sender;
              }
              function _msgData() internal view virtual returns (bytes calldata) {
                  return msg.data;
              }
              function _contextSuffixLength() internal view virtual returns (uint256) {
                  return 0;
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v5.0.0) (utils/StorageSlot.sol)
          // This file was procedurally generated from scripts/generate/templates/StorageSlot.js.
          pragma solidity ^0.8.20;
          /**
           * @dev Library for reading and writing primitive types to specific storage slots.
           *
           * Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts.
           * This library helps with reading and writing to such slots without the need for inline assembly.
           *
           * The functions in this library return Slot structs that contain a `value` member that can be used to read or write.
           *
           * Example usage to set ERC1967 implementation slot:
           * ```solidity
           * contract ERC1967 {
           *     bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;
           *
           *     function _getImplementation() internal view returns (address) {
           *         return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value;
           *     }
           *
           *     function _setImplementation(address newImplementation) internal {
           *         require(newImplementation.code.length > 0);
           *         StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;
           *     }
           * }
           * ```
           */
          library StorageSlot {
              struct AddressSlot {
                  address value;
              }
              struct BooleanSlot {
                  bool value;
              }
              struct Bytes32Slot {
                  bytes32 value;
              }
              struct Uint256Slot {
                  uint256 value;
              }
              struct StringSlot {
                  string value;
              }
              struct BytesSlot {
                  bytes value;
              }
              /**
               * @dev Returns an `AddressSlot` with member `value` located at `slot`.
               */
              function getAddressSlot(bytes32 slot) internal pure returns (AddressSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `BooleanSlot` with member `value` located at `slot`.
               */
              function getBooleanSlot(bytes32 slot) internal pure returns (BooleanSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `Bytes32Slot` with member `value` located at `slot`.
               */
              function getBytes32Slot(bytes32 slot) internal pure returns (Bytes32Slot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `Uint256Slot` with member `value` located at `slot`.
               */
              function getUint256Slot(bytes32 slot) internal pure returns (Uint256Slot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `StringSlot` with member `value` located at `slot`.
               */
              function getStringSlot(bytes32 slot) internal pure returns (StringSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `StringSlot` representation of the string storage pointer `store`.
               */
              function getStringSlot(string storage store) internal pure returns (StringSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := store.slot
                  }
              }
              /**
               * @dev Returns an `BytesSlot` with member `value` located at `slot`.
               */
              function getBytesSlot(bytes32 slot) internal pure returns (BytesSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `BytesSlot` representation of the bytes storage pointer `store`.
               */
              function getBytesSlot(bytes storage store) internal pure returns (BytesSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := store.slot
                  }
              }
          }
          

          File 3 of 5: UniswapV3Pool
          // SPDX-License-Identifier: BUSL-1.1
          pragma solidity =0.7.6;
          import './interfaces/IUniswapV3Pool.sol';
          import './NoDelegateCall.sol';
          import './libraries/LowGasSafeMath.sol';
          import './libraries/SafeCast.sol';
          import './libraries/Tick.sol';
          import './libraries/TickBitmap.sol';
          import './libraries/Position.sol';
          import './libraries/Oracle.sol';
          import './libraries/FullMath.sol';
          import './libraries/FixedPoint128.sol';
          import './libraries/TransferHelper.sol';
          import './libraries/TickMath.sol';
          import './libraries/LiquidityMath.sol';
          import './libraries/SqrtPriceMath.sol';
          import './libraries/SwapMath.sol';
          import './interfaces/IUniswapV3PoolDeployer.sol';
          import './interfaces/IUniswapV3Factory.sol';
          import './interfaces/IERC20Minimal.sol';
          import './interfaces/callback/IUniswapV3MintCallback.sol';
          import './interfaces/callback/IUniswapV3SwapCallback.sol';
          import './interfaces/callback/IUniswapV3FlashCallback.sol';
          contract UniswapV3Pool is IUniswapV3Pool, NoDelegateCall {
              using LowGasSafeMath for uint256;
              using LowGasSafeMath for int256;
              using SafeCast for uint256;
              using SafeCast for int256;
              using Tick for mapping(int24 => Tick.Info);
              using TickBitmap for mapping(int16 => uint256);
              using Position for mapping(bytes32 => Position.Info);
              using Position for Position.Info;
              using Oracle for Oracle.Observation[65535];
              /// @inheritdoc IUniswapV3PoolImmutables
              address public immutable override factory;
              /// @inheritdoc IUniswapV3PoolImmutables
              address public immutable override token0;
              /// @inheritdoc IUniswapV3PoolImmutables
              address public immutable override token1;
              /// @inheritdoc IUniswapV3PoolImmutables
              uint24 public immutable override fee;
              /// @inheritdoc IUniswapV3PoolImmutables
              int24 public immutable override tickSpacing;
              /// @inheritdoc IUniswapV3PoolImmutables
              uint128 public immutable override maxLiquidityPerTick;
              struct Slot0 {
                  // the current price
                  uint160 sqrtPriceX96;
                  // the current tick
                  int24 tick;
                  // the most-recently updated index of the observations array
                  uint16 observationIndex;
                  // the current maximum number of observations that are being stored
                  uint16 observationCardinality;
                  // the next maximum number of observations to store, triggered in observations.write
                  uint16 observationCardinalityNext;
                  // the current protocol fee as a percentage of the swap fee taken on withdrawal
                  // represented as an integer denominator (1/x)%
                  uint8 feeProtocol;
                  // whether the pool is locked
                  bool unlocked;
              }
              /// @inheritdoc IUniswapV3PoolState
              Slot0 public override slot0;
              /// @inheritdoc IUniswapV3PoolState
              uint256 public override feeGrowthGlobal0X128;
              /// @inheritdoc IUniswapV3PoolState
              uint256 public override feeGrowthGlobal1X128;
              // accumulated protocol fees in token0/token1 units
              struct ProtocolFees {
                  uint128 token0;
                  uint128 token1;
              }
              /// @inheritdoc IUniswapV3PoolState
              ProtocolFees public override protocolFees;
              /// @inheritdoc IUniswapV3PoolState
              uint128 public override liquidity;
              /// @inheritdoc IUniswapV3PoolState
              mapping(int24 => Tick.Info) public override ticks;
              /// @inheritdoc IUniswapV3PoolState
              mapping(int16 => uint256) public override tickBitmap;
              /// @inheritdoc IUniswapV3PoolState
              mapping(bytes32 => Position.Info) public override positions;
              /// @inheritdoc IUniswapV3PoolState
              Oracle.Observation[65535] public override observations;
              /// @dev Mutually exclusive reentrancy protection into the pool to/from a method. This method also prevents entrance
              /// to a function before the pool is initialized. The reentrancy guard is required throughout the contract because
              /// we use balance checks to determine the payment status of interactions such as mint, swap and flash.
              modifier lock() {
                  require(slot0.unlocked, 'LOK');
                  slot0.unlocked = false;
                  _;
                  slot0.unlocked = true;
              }
              /// @dev Prevents calling a function from anyone except the address returned by IUniswapV3Factory#owner()
              modifier onlyFactoryOwner() {
                  require(msg.sender == IUniswapV3Factory(factory).owner());
                  _;
              }
              constructor() {
                  int24 _tickSpacing;
                  (factory, token0, token1, fee, _tickSpacing) = IUniswapV3PoolDeployer(msg.sender).parameters();
                  tickSpacing = _tickSpacing;
                  maxLiquidityPerTick = Tick.tickSpacingToMaxLiquidityPerTick(_tickSpacing);
              }
              /// @dev Common checks for valid tick inputs.
              function checkTicks(int24 tickLower, int24 tickUpper) private pure {
                  require(tickLower < tickUpper, 'TLU');
                  require(tickLower >= TickMath.MIN_TICK, 'TLM');
                  require(tickUpper <= TickMath.MAX_TICK, 'TUM');
              }
              /// @dev Returns the block timestamp truncated to 32 bits, i.e. mod 2**32. This method is overridden in tests.
              function _blockTimestamp() internal view virtual returns (uint32) {
                  return uint32(block.timestamp); // truncation is desired
              }
              /// @dev Get the pool's balance of token0
              /// @dev This function is gas optimized to avoid a redundant extcodesize check in addition to the returndatasize
              /// check
              function balance0() private view returns (uint256) {
                  (bool success, bytes memory data) =
                      token0.staticcall(abi.encodeWithSelector(IERC20Minimal.balanceOf.selector, address(this)));
                  require(success && data.length >= 32);
                  return abi.decode(data, (uint256));
              }
              /// @dev Get the pool's balance of token1
              /// @dev This function is gas optimized to avoid a redundant extcodesize check in addition to the returndatasize
              /// check
              function balance1() private view returns (uint256) {
                  (bool success, bytes memory data) =
                      token1.staticcall(abi.encodeWithSelector(IERC20Minimal.balanceOf.selector, address(this)));
                  require(success && data.length >= 32);
                  return abi.decode(data, (uint256));
              }
              /// @inheritdoc IUniswapV3PoolDerivedState
              function snapshotCumulativesInside(int24 tickLower, int24 tickUpper)
                  external
                  view
                  override
                  noDelegateCall
                  returns (
                      int56 tickCumulativeInside,
                      uint160 secondsPerLiquidityInsideX128,
                      uint32 secondsInside
                  )
              {
                  checkTicks(tickLower, tickUpper);
                  int56 tickCumulativeLower;
                  int56 tickCumulativeUpper;
                  uint160 secondsPerLiquidityOutsideLowerX128;
                  uint160 secondsPerLiquidityOutsideUpperX128;
                  uint32 secondsOutsideLower;
                  uint32 secondsOutsideUpper;
                  {
                      Tick.Info storage lower = ticks[tickLower];
                      Tick.Info storage upper = ticks[tickUpper];
                      bool initializedLower;
                      (tickCumulativeLower, secondsPerLiquidityOutsideLowerX128, secondsOutsideLower, initializedLower) = (
                          lower.tickCumulativeOutside,
                          lower.secondsPerLiquidityOutsideX128,
                          lower.secondsOutside,
                          lower.initialized
                      );
                      require(initializedLower);
                      bool initializedUpper;
                      (tickCumulativeUpper, secondsPerLiquidityOutsideUpperX128, secondsOutsideUpper, initializedUpper) = (
                          upper.tickCumulativeOutside,
                          upper.secondsPerLiquidityOutsideX128,
                          upper.secondsOutside,
                          upper.initialized
                      );
                      require(initializedUpper);
                  }
                  Slot0 memory _slot0 = slot0;
                  if (_slot0.tick < tickLower) {
                      return (
                          tickCumulativeLower - tickCumulativeUpper,
                          secondsPerLiquidityOutsideLowerX128 - secondsPerLiquidityOutsideUpperX128,
                          secondsOutsideLower - secondsOutsideUpper
                      );
                  } else if (_slot0.tick < tickUpper) {
                      uint32 time = _blockTimestamp();
                      (int56 tickCumulative, uint160 secondsPerLiquidityCumulativeX128) =
                          observations.observeSingle(
                              time,
                              0,
                              _slot0.tick,
                              _slot0.observationIndex,
                              liquidity,
                              _slot0.observationCardinality
                          );
                      return (
                          tickCumulative - tickCumulativeLower - tickCumulativeUpper,
                          secondsPerLiquidityCumulativeX128 -
                              secondsPerLiquidityOutsideLowerX128 -
                              secondsPerLiquidityOutsideUpperX128,
                          time - secondsOutsideLower - secondsOutsideUpper
                      );
                  } else {
                      return (
                          tickCumulativeUpper - tickCumulativeLower,
                          secondsPerLiquidityOutsideUpperX128 - secondsPerLiquidityOutsideLowerX128,
                          secondsOutsideUpper - secondsOutsideLower
                      );
                  }
              }
              /// @inheritdoc IUniswapV3PoolDerivedState
              function observe(uint32[] calldata secondsAgos)
                  external
                  view
                  override
                  noDelegateCall
                  returns (int56[] memory tickCumulatives, uint160[] memory secondsPerLiquidityCumulativeX128s)
              {
                  return
                      observations.observe(
                          _blockTimestamp(),
                          secondsAgos,
                          slot0.tick,
                          slot0.observationIndex,
                          liquidity,
                          slot0.observationCardinality
                      );
              }
              /// @inheritdoc IUniswapV3PoolActions
              function increaseObservationCardinalityNext(uint16 observationCardinalityNext)
                  external
                  override
                  lock
                  noDelegateCall
              {
                  uint16 observationCardinalityNextOld = slot0.observationCardinalityNext; // for the event
                  uint16 observationCardinalityNextNew =
                      observations.grow(observationCardinalityNextOld, observationCardinalityNext);
                  slot0.observationCardinalityNext = observationCardinalityNextNew;
                  if (observationCardinalityNextOld != observationCardinalityNextNew)
                      emit IncreaseObservationCardinalityNext(observationCardinalityNextOld, observationCardinalityNextNew);
              }
              /// @inheritdoc IUniswapV3PoolActions
              /// @dev not locked because it initializes unlocked
              function initialize(uint160 sqrtPriceX96) external override {
                  require(slot0.sqrtPriceX96 == 0, 'AI');
                  int24 tick = TickMath.getTickAtSqrtRatio(sqrtPriceX96);
                  (uint16 cardinality, uint16 cardinalityNext) = observations.initialize(_blockTimestamp());
                  slot0 = Slot0({
                      sqrtPriceX96: sqrtPriceX96,
                      tick: tick,
                      observationIndex: 0,
                      observationCardinality: cardinality,
                      observationCardinalityNext: cardinalityNext,
                      feeProtocol: 0,
                      unlocked: true
                  });
                  emit Initialize(sqrtPriceX96, tick);
              }
              struct ModifyPositionParams {
                  // the address that owns the position
                  address owner;
                  // the lower and upper tick of the position
                  int24 tickLower;
                  int24 tickUpper;
                  // any change in liquidity
                  int128 liquidityDelta;
              }
              /// @dev Effect some changes to a position
              /// @param params the position details and the change to the position's liquidity to effect
              /// @return position a storage pointer referencing the position with the given owner and tick range
              /// @return amount0 the amount of token0 owed to the pool, negative if the pool should pay the recipient
              /// @return amount1 the amount of token1 owed to the pool, negative if the pool should pay the recipient
              function _modifyPosition(ModifyPositionParams memory params)
                  private
                  noDelegateCall
                  returns (
                      Position.Info storage position,
                      int256 amount0,
                      int256 amount1
                  )
              {
                  checkTicks(params.tickLower, params.tickUpper);
                  Slot0 memory _slot0 = slot0; // SLOAD for gas optimization
                  position = _updatePosition(
                      params.owner,
                      params.tickLower,
                      params.tickUpper,
                      params.liquidityDelta,
                      _slot0.tick
                  );
                  if (params.liquidityDelta != 0) {
                      if (_slot0.tick < params.tickLower) {
                          // current tick is below the passed range; liquidity can only become in range by crossing from left to
                          // right, when we'll need _more_ token0 (it's becoming more valuable) so user must provide it
                          amount0 = SqrtPriceMath.getAmount0Delta(
                              TickMath.getSqrtRatioAtTick(params.tickLower),
                              TickMath.getSqrtRatioAtTick(params.tickUpper),
                              params.liquidityDelta
                          );
                      } else if (_slot0.tick < params.tickUpper) {
                          // current tick is inside the passed range
                          uint128 liquidityBefore = liquidity; // SLOAD for gas optimization
                          // write an oracle entry
                          (slot0.observationIndex, slot0.observationCardinality) = observations.write(
                              _slot0.observationIndex,
                              _blockTimestamp(),
                              _slot0.tick,
                              liquidityBefore,
                              _slot0.observationCardinality,
                              _slot0.observationCardinalityNext
                          );
                          amount0 = SqrtPriceMath.getAmount0Delta(
                              _slot0.sqrtPriceX96,
                              TickMath.getSqrtRatioAtTick(params.tickUpper),
                              params.liquidityDelta
                          );
                          amount1 = SqrtPriceMath.getAmount1Delta(
                              TickMath.getSqrtRatioAtTick(params.tickLower),
                              _slot0.sqrtPriceX96,
                              params.liquidityDelta
                          );
                          liquidity = LiquidityMath.addDelta(liquidityBefore, params.liquidityDelta);
                      } else {
                          // current tick is above the passed range; liquidity can only become in range by crossing from right to
                          // left, when we'll need _more_ token1 (it's becoming more valuable) so user must provide it
                          amount1 = SqrtPriceMath.getAmount1Delta(
                              TickMath.getSqrtRatioAtTick(params.tickLower),
                              TickMath.getSqrtRatioAtTick(params.tickUpper),
                              params.liquidityDelta
                          );
                      }
                  }
              }
              /// @dev Gets and updates a position with the given liquidity delta
              /// @param owner the owner of the position
              /// @param tickLower the lower tick of the position's tick range
              /// @param tickUpper the upper tick of the position's tick range
              /// @param tick the current tick, passed to avoid sloads
              function _updatePosition(
                  address owner,
                  int24 tickLower,
                  int24 tickUpper,
                  int128 liquidityDelta,
                  int24 tick
              ) private returns (Position.Info storage position) {
                  position = positions.get(owner, tickLower, tickUpper);
                  uint256 _feeGrowthGlobal0X128 = feeGrowthGlobal0X128; // SLOAD for gas optimization
                  uint256 _feeGrowthGlobal1X128 = feeGrowthGlobal1X128; // SLOAD for gas optimization
                  // if we need to update the ticks, do it
                  bool flippedLower;
                  bool flippedUpper;
                  if (liquidityDelta != 0) {
                      uint32 time = _blockTimestamp();
                      (int56 tickCumulative, uint160 secondsPerLiquidityCumulativeX128) =
                          observations.observeSingle(
                              time,
                              0,
                              slot0.tick,
                              slot0.observationIndex,
                              liquidity,
                              slot0.observationCardinality
                          );
                      flippedLower = ticks.update(
                          tickLower,
                          tick,
                          liquidityDelta,
                          _feeGrowthGlobal0X128,
                          _feeGrowthGlobal1X128,
                          secondsPerLiquidityCumulativeX128,
                          tickCumulative,
                          time,
                          false,
                          maxLiquidityPerTick
                      );
                      flippedUpper = ticks.update(
                          tickUpper,
                          tick,
                          liquidityDelta,
                          _feeGrowthGlobal0X128,
                          _feeGrowthGlobal1X128,
                          secondsPerLiquidityCumulativeX128,
                          tickCumulative,
                          time,
                          true,
                          maxLiquidityPerTick
                      );
                      if (flippedLower) {
                          tickBitmap.flipTick(tickLower, tickSpacing);
                      }
                      if (flippedUpper) {
                          tickBitmap.flipTick(tickUpper, tickSpacing);
                      }
                  }
                  (uint256 feeGrowthInside0X128, uint256 feeGrowthInside1X128) =
                      ticks.getFeeGrowthInside(tickLower, tickUpper, tick, _feeGrowthGlobal0X128, _feeGrowthGlobal1X128);
                  position.update(liquidityDelta, feeGrowthInside0X128, feeGrowthInside1X128);
                  // clear any tick data that is no longer needed
                  if (liquidityDelta < 0) {
                      if (flippedLower) {
                          ticks.clear(tickLower);
                      }
                      if (flippedUpper) {
                          ticks.clear(tickUpper);
                      }
                  }
              }
              /// @inheritdoc IUniswapV3PoolActions
              /// @dev noDelegateCall is applied indirectly via _modifyPosition
              function mint(
                  address recipient,
                  int24 tickLower,
                  int24 tickUpper,
                  uint128 amount,
                  bytes calldata data
              ) external override lock returns (uint256 amount0, uint256 amount1) {
                  require(amount > 0);
                  (, int256 amount0Int, int256 amount1Int) =
                      _modifyPosition(
                          ModifyPositionParams({
                              owner: recipient,
                              tickLower: tickLower,
                              tickUpper: tickUpper,
                              liquidityDelta: int256(amount).toInt128()
                          })
                      );
                  amount0 = uint256(amount0Int);
                  amount1 = uint256(amount1Int);
                  uint256 balance0Before;
                  uint256 balance1Before;
                  if (amount0 > 0) balance0Before = balance0();
                  if (amount1 > 0) balance1Before = balance1();
                  IUniswapV3MintCallback(msg.sender).uniswapV3MintCallback(amount0, amount1, data);
                  if (amount0 > 0) require(balance0Before.add(amount0) <= balance0(), 'M0');
                  if (amount1 > 0) require(balance1Before.add(amount1) <= balance1(), 'M1');
                  emit Mint(msg.sender, recipient, tickLower, tickUpper, amount, amount0, amount1);
              }
              /// @inheritdoc IUniswapV3PoolActions
              function collect(
                  address recipient,
                  int24 tickLower,
                  int24 tickUpper,
                  uint128 amount0Requested,
                  uint128 amount1Requested
              ) external override lock returns (uint128 amount0, uint128 amount1) {
                  // we don't need to checkTicks here, because invalid positions will never have non-zero tokensOwed{0,1}
                  Position.Info storage position = positions.get(msg.sender, tickLower, tickUpper);
                  amount0 = amount0Requested > position.tokensOwed0 ? position.tokensOwed0 : amount0Requested;
                  amount1 = amount1Requested > position.tokensOwed1 ? position.tokensOwed1 : amount1Requested;
                  if (amount0 > 0) {
                      position.tokensOwed0 -= amount0;
                      TransferHelper.safeTransfer(token0, recipient, amount0);
                  }
                  if (amount1 > 0) {
                      position.tokensOwed1 -= amount1;
                      TransferHelper.safeTransfer(token1, recipient, amount1);
                  }
                  emit Collect(msg.sender, recipient, tickLower, tickUpper, amount0, amount1);
              }
              /// @inheritdoc IUniswapV3PoolActions
              /// @dev noDelegateCall is applied indirectly via _modifyPosition
              function burn(
                  int24 tickLower,
                  int24 tickUpper,
                  uint128 amount
              ) external override lock returns (uint256 amount0, uint256 amount1) {
                  (Position.Info storage position, int256 amount0Int, int256 amount1Int) =
                      _modifyPosition(
                          ModifyPositionParams({
                              owner: msg.sender,
                              tickLower: tickLower,
                              tickUpper: tickUpper,
                              liquidityDelta: -int256(amount).toInt128()
                          })
                      );
                  amount0 = uint256(-amount0Int);
                  amount1 = uint256(-amount1Int);
                  if (amount0 > 0 || amount1 > 0) {
                      (position.tokensOwed0, position.tokensOwed1) = (
                          position.tokensOwed0 + uint128(amount0),
                          position.tokensOwed1 + uint128(amount1)
                      );
                  }
                  emit Burn(msg.sender, tickLower, tickUpper, amount, amount0, amount1);
              }
              struct SwapCache {
                  // the protocol fee for the input token
                  uint8 feeProtocol;
                  // liquidity at the beginning of the swap
                  uint128 liquidityStart;
                  // the timestamp of the current block
                  uint32 blockTimestamp;
                  // the current value of the tick accumulator, computed only if we cross an initialized tick
                  int56 tickCumulative;
                  // the current value of seconds per liquidity accumulator, computed only if we cross an initialized tick
                  uint160 secondsPerLiquidityCumulativeX128;
                  // whether we've computed and cached the above two accumulators
                  bool computedLatestObservation;
              }
              // the top level state of the swap, the results of which are recorded in storage at the end
              struct SwapState {
                  // the amount remaining to be swapped in/out of the input/output asset
                  int256 amountSpecifiedRemaining;
                  // the amount already swapped out/in of the output/input asset
                  int256 amountCalculated;
                  // current sqrt(price)
                  uint160 sqrtPriceX96;
                  // the tick associated with the current price
                  int24 tick;
                  // the global fee growth of the input token
                  uint256 feeGrowthGlobalX128;
                  // amount of input token paid as protocol fee
                  uint128 protocolFee;
                  // the current liquidity in range
                  uint128 liquidity;
              }
              struct StepComputations {
                  // the price at the beginning of the step
                  uint160 sqrtPriceStartX96;
                  // the next tick to swap to from the current tick in the swap direction
                  int24 tickNext;
                  // whether tickNext is initialized or not
                  bool initialized;
                  // sqrt(price) for the next tick (1/0)
                  uint160 sqrtPriceNextX96;
                  // how much is being swapped in in this step
                  uint256 amountIn;
                  // how much is being swapped out
                  uint256 amountOut;
                  // how much fee is being paid in
                  uint256 feeAmount;
              }
              /// @inheritdoc IUniswapV3PoolActions
              function swap(
                  address recipient,
                  bool zeroForOne,
                  int256 amountSpecified,
                  uint160 sqrtPriceLimitX96,
                  bytes calldata data
              ) external override noDelegateCall returns (int256 amount0, int256 amount1) {
                  require(amountSpecified != 0, 'AS');
                  Slot0 memory slot0Start = slot0;
                  require(slot0Start.unlocked, 'LOK');
                  require(
                      zeroForOne
                          ? sqrtPriceLimitX96 < slot0Start.sqrtPriceX96 && sqrtPriceLimitX96 > TickMath.MIN_SQRT_RATIO
                          : sqrtPriceLimitX96 > slot0Start.sqrtPriceX96 && sqrtPriceLimitX96 < TickMath.MAX_SQRT_RATIO,
                      'SPL'
                  );
                  slot0.unlocked = false;
                  SwapCache memory cache =
                      SwapCache({
                          liquidityStart: liquidity,
                          blockTimestamp: _blockTimestamp(),
                          feeProtocol: zeroForOne ? (slot0Start.feeProtocol % 16) : (slot0Start.feeProtocol >> 4),
                          secondsPerLiquidityCumulativeX128: 0,
                          tickCumulative: 0,
                          computedLatestObservation: false
                      });
                  bool exactInput = amountSpecified > 0;
                  SwapState memory state =
                      SwapState({
                          amountSpecifiedRemaining: amountSpecified,
                          amountCalculated: 0,
                          sqrtPriceX96: slot0Start.sqrtPriceX96,
                          tick: slot0Start.tick,
                          feeGrowthGlobalX128: zeroForOne ? feeGrowthGlobal0X128 : feeGrowthGlobal1X128,
                          protocolFee: 0,
                          liquidity: cache.liquidityStart
                      });
                  // continue swapping as long as we haven't used the entire input/output and haven't reached the price limit
                  while (state.amountSpecifiedRemaining != 0 && state.sqrtPriceX96 != sqrtPriceLimitX96) {
                      StepComputations memory step;
                      step.sqrtPriceStartX96 = state.sqrtPriceX96;
                      (step.tickNext, step.initialized) = tickBitmap.nextInitializedTickWithinOneWord(
                          state.tick,
                          tickSpacing,
                          zeroForOne
                      );
                      // ensure that we do not overshoot the min/max tick, as the tick bitmap is not aware of these bounds
                      if (step.tickNext < TickMath.MIN_TICK) {
                          step.tickNext = TickMath.MIN_TICK;
                      } else if (step.tickNext > TickMath.MAX_TICK) {
                          step.tickNext = TickMath.MAX_TICK;
                      }
                      // get the price for the next tick
                      step.sqrtPriceNextX96 = TickMath.getSqrtRatioAtTick(step.tickNext);
                      // compute values to swap to the target tick, price limit, or point where input/output amount is exhausted
                      (state.sqrtPriceX96, step.amountIn, step.amountOut, step.feeAmount) = SwapMath.computeSwapStep(
                          state.sqrtPriceX96,
                          (zeroForOne ? step.sqrtPriceNextX96 < sqrtPriceLimitX96 : step.sqrtPriceNextX96 > sqrtPriceLimitX96)
                              ? sqrtPriceLimitX96
                              : step.sqrtPriceNextX96,
                          state.liquidity,
                          state.amountSpecifiedRemaining,
                          fee
                      );
                      if (exactInput) {
                          state.amountSpecifiedRemaining -= (step.amountIn + step.feeAmount).toInt256();
                          state.amountCalculated = state.amountCalculated.sub(step.amountOut.toInt256());
                      } else {
                          state.amountSpecifiedRemaining += step.amountOut.toInt256();
                          state.amountCalculated = state.amountCalculated.add((step.amountIn + step.feeAmount).toInt256());
                      }
                      // if the protocol fee is on, calculate how much is owed, decrement feeAmount, and increment protocolFee
                      if (cache.feeProtocol > 0) {
                          uint256 delta = step.feeAmount / cache.feeProtocol;
                          step.feeAmount -= delta;
                          state.protocolFee += uint128(delta);
                      }
                      // update global fee tracker
                      if (state.liquidity > 0)
                          state.feeGrowthGlobalX128 += FullMath.mulDiv(step.feeAmount, FixedPoint128.Q128, state.liquidity);
                      // shift tick if we reached the next price
                      if (state.sqrtPriceX96 == step.sqrtPriceNextX96) {
                          // if the tick is initialized, run the tick transition
                          if (step.initialized) {
                              // check for the placeholder value, which we replace with the actual value the first time the swap
                              // crosses an initialized tick
                              if (!cache.computedLatestObservation) {
                                  (cache.tickCumulative, cache.secondsPerLiquidityCumulativeX128) = observations.observeSingle(
                                      cache.blockTimestamp,
                                      0,
                                      slot0Start.tick,
                                      slot0Start.observationIndex,
                                      cache.liquidityStart,
                                      slot0Start.observationCardinality
                                  );
                                  cache.computedLatestObservation = true;
                              }
                              int128 liquidityNet =
                                  ticks.cross(
                                      step.tickNext,
                                      (zeroForOne ? state.feeGrowthGlobalX128 : feeGrowthGlobal0X128),
                                      (zeroForOne ? feeGrowthGlobal1X128 : state.feeGrowthGlobalX128),
                                      cache.secondsPerLiquidityCumulativeX128,
                                      cache.tickCumulative,
                                      cache.blockTimestamp
                                  );
                              // if we're moving leftward, we interpret liquidityNet as the opposite sign
                              // safe because liquidityNet cannot be type(int128).min
                              if (zeroForOne) liquidityNet = -liquidityNet;
                              state.liquidity = LiquidityMath.addDelta(state.liquidity, liquidityNet);
                          }
                          state.tick = zeroForOne ? step.tickNext - 1 : step.tickNext;
                      } else if (state.sqrtPriceX96 != step.sqrtPriceStartX96) {
                          // recompute unless we're on a lower tick boundary (i.e. already transitioned ticks), and haven't moved
                          state.tick = TickMath.getTickAtSqrtRatio(state.sqrtPriceX96);
                      }
                  }
                  // update tick and write an oracle entry if the tick change
                  if (state.tick != slot0Start.tick) {
                      (uint16 observationIndex, uint16 observationCardinality) =
                          observations.write(
                              slot0Start.observationIndex,
                              cache.blockTimestamp,
                              slot0Start.tick,
                              cache.liquidityStart,
                              slot0Start.observationCardinality,
                              slot0Start.observationCardinalityNext
                          );
                      (slot0.sqrtPriceX96, slot0.tick, slot0.observationIndex, slot0.observationCardinality) = (
                          state.sqrtPriceX96,
                          state.tick,
                          observationIndex,
                          observationCardinality
                      );
                  } else {
                      // otherwise just update the price
                      slot0.sqrtPriceX96 = state.sqrtPriceX96;
                  }
                  // update liquidity if it changed
                  if (cache.liquidityStart != state.liquidity) liquidity = state.liquidity;
                  // update fee growth global and, if necessary, protocol fees
                  // overflow is acceptable, protocol has to withdraw before it hits type(uint128).max fees
                  if (zeroForOne) {
                      feeGrowthGlobal0X128 = state.feeGrowthGlobalX128;
                      if (state.protocolFee > 0) protocolFees.token0 += state.protocolFee;
                  } else {
                      feeGrowthGlobal1X128 = state.feeGrowthGlobalX128;
                      if (state.protocolFee > 0) protocolFees.token1 += state.protocolFee;
                  }
                  (amount0, amount1) = zeroForOne == exactInput
                      ? (amountSpecified - state.amountSpecifiedRemaining, state.amountCalculated)
                      : (state.amountCalculated, amountSpecified - state.amountSpecifiedRemaining);
                  // do the transfers and collect payment
                  if (zeroForOne) {
                      if (amount1 < 0) TransferHelper.safeTransfer(token1, recipient, uint256(-amount1));
                      uint256 balance0Before = balance0();
                      IUniswapV3SwapCallback(msg.sender).uniswapV3SwapCallback(amount0, amount1, data);
                      require(balance0Before.add(uint256(amount0)) <= balance0(), 'IIA');
                  } else {
                      if (amount0 < 0) TransferHelper.safeTransfer(token0, recipient, uint256(-amount0));
                      uint256 balance1Before = balance1();
                      IUniswapV3SwapCallback(msg.sender).uniswapV3SwapCallback(amount0, amount1, data);
                      require(balance1Before.add(uint256(amount1)) <= balance1(), 'IIA');
                  }
                  emit Swap(msg.sender, recipient, amount0, amount1, state.sqrtPriceX96, state.liquidity, state.tick);
                  slot0.unlocked = true;
              }
              /// @inheritdoc IUniswapV3PoolActions
              function flash(
                  address recipient,
                  uint256 amount0,
                  uint256 amount1,
                  bytes calldata data
              ) external override lock noDelegateCall {
                  uint128 _liquidity = liquidity;
                  require(_liquidity > 0, 'L');
                  uint256 fee0 = FullMath.mulDivRoundingUp(amount0, fee, 1e6);
                  uint256 fee1 = FullMath.mulDivRoundingUp(amount1, fee, 1e6);
                  uint256 balance0Before = balance0();
                  uint256 balance1Before = balance1();
                  if (amount0 > 0) TransferHelper.safeTransfer(token0, recipient, amount0);
                  if (amount1 > 0) TransferHelper.safeTransfer(token1, recipient, amount1);
                  IUniswapV3FlashCallback(msg.sender).uniswapV3FlashCallback(fee0, fee1, data);
                  uint256 balance0After = balance0();
                  uint256 balance1After = balance1();
                  require(balance0Before.add(fee0) <= balance0After, 'F0');
                  require(balance1Before.add(fee1) <= balance1After, 'F1');
                  // sub is safe because we know balanceAfter is gt balanceBefore by at least fee
                  uint256 paid0 = balance0After - balance0Before;
                  uint256 paid1 = balance1After - balance1Before;
                  if (paid0 > 0) {
                      uint8 feeProtocol0 = slot0.feeProtocol % 16;
                      uint256 fees0 = feeProtocol0 == 0 ? 0 : paid0 / feeProtocol0;
                      if (uint128(fees0) > 0) protocolFees.token0 += uint128(fees0);
                      feeGrowthGlobal0X128 += FullMath.mulDiv(paid0 - fees0, FixedPoint128.Q128, _liquidity);
                  }
                  if (paid1 > 0) {
                      uint8 feeProtocol1 = slot0.feeProtocol >> 4;
                      uint256 fees1 = feeProtocol1 == 0 ? 0 : paid1 / feeProtocol1;
                      if (uint128(fees1) > 0) protocolFees.token1 += uint128(fees1);
                      feeGrowthGlobal1X128 += FullMath.mulDiv(paid1 - fees1, FixedPoint128.Q128, _liquidity);
                  }
                  emit Flash(msg.sender, recipient, amount0, amount1, paid0, paid1);
              }
              /// @inheritdoc IUniswapV3PoolOwnerActions
              function setFeeProtocol(uint8 feeProtocol0, uint8 feeProtocol1) external override lock onlyFactoryOwner {
                  require(
                      (feeProtocol0 == 0 || (feeProtocol0 >= 4 && feeProtocol0 <= 10)) &&
                          (feeProtocol1 == 0 || (feeProtocol1 >= 4 && feeProtocol1 <= 10))
                  );
                  uint8 feeProtocolOld = slot0.feeProtocol;
                  slot0.feeProtocol = feeProtocol0 + (feeProtocol1 << 4);
                  emit SetFeeProtocol(feeProtocolOld % 16, feeProtocolOld >> 4, feeProtocol0, feeProtocol1);
              }
              /// @inheritdoc IUniswapV3PoolOwnerActions
              function collectProtocol(
                  address recipient,
                  uint128 amount0Requested,
                  uint128 amount1Requested
              ) external override lock onlyFactoryOwner returns (uint128 amount0, uint128 amount1) {
                  amount0 = amount0Requested > protocolFees.token0 ? protocolFees.token0 : amount0Requested;
                  amount1 = amount1Requested > protocolFees.token1 ? protocolFees.token1 : amount1Requested;
                  if (amount0 > 0) {
                      if (amount0 == protocolFees.token0) amount0--; // ensure that the slot is not cleared, for gas savings
                      protocolFees.token0 -= amount0;
                      TransferHelper.safeTransfer(token0, recipient, amount0);
                  }
                  if (amount1 > 0) {
                      if (amount1 == protocolFees.token1) amount1--; // ensure that the slot is not cleared, for gas savings
                      protocolFees.token1 -= amount1;
                      TransferHelper.safeTransfer(token1, recipient, amount1);
                  }
                  emit CollectProtocol(msg.sender, recipient, amount0, amount1);
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          import './pool/IUniswapV3PoolImmutables.sol';
          import './pool/IUniswapV3PoolState.sol';
          import './pool/IUniswapV3PoolDerivedState.sol';
          import './pool/IUniswapV3PoolActions.sol';
          import './pool/IUniswapV3PoolOwnerActions.sol';
          import './pool/IUniswapV3PoolEvents.sol';
          /// @title The interface for a Uniswap V3 Pool
          /// @notice A Uniswap pool facilitates swapping and automated market making between any two assets that strictly conform
          /// to the ERC20 specification
          /// @dev The pool interface is broken up into many smaller pieces
          interface IUniswapV3Pool is
              IUniswapV3PoolImmutables,
              IUniswapV3PoolState,
              IUniswapV3PoolDerivedState,
              IUniswapV3PoolActions,
              IUniswapV3PoolOwnerActions,
              IUniswapV3PoolEvents
          {
          }
          // SPDX-License-Identifier: BUSL-1.1
          pragma solidity =0.7.6;
          /// @title Prevents delegatecall to a contract
          /// @notice Base contract that provides a modifier for preventing delegatecall to methods in a child contract
          abstract contract NoDelegateCall {
              /// @dev The original address of this contract
              address private immutable original;
              constructor() {
                  // Immutables are computed in the init code of the contract, and then inlined into the deployed bytecode.
                  // In other words, this variable won't change when it's checked at runtime.
                  original = address(this);
              }
              /// @dev Private method is used instead of inlining into modifier because modifiers are copied into each method,
              ///     and the use of immutable means the address bytes are copied in every place the modifier is used.
              function checkNotDelegateCall() private view {
                  require(address(this) == original);
              }
              /// @notice Prevents delegatecall into the modified method
              modifier noDelegateCall() {
                  checkNotDelegateCall();
                  _;
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.7.0;
          /// @title Optimized overflow and underflow safe math operations
          /// @notice Contains methods for doing math operations that revert on overflow or underflow for minimal gas cost
          library LowGasSafeMath {
              /// @notice Returns x + y, reverts if sum overflows uint256
              /// @param x The augend
              /// @param y The addend
              /// @return z The sum of x and y
              function add(uint256 x, uint256 y) internal pure returns (uint256 z) {
                  require((z = x + y) >= x);
              }
              /// @notice Returns x - y, reverts if underflows
              /// @param x The minuend
              /// @param y The subtrahend
              /// @return z The difference of x and y
              function sub(uint256 x, uint256 y) internal pure returns (uint256 z) {
                  require((z = x - y) <= x);
              }
              /// @notice Returns x * y, reverts if overflows
              /// @param x The multiplicand
              /// @param y The multiplier
              /// @return z The product of x and y
              function mul(uint256 x, uint256 y) internal pure returns (uint256 z) {
                  require(x == 0 || (z = x * y) / x == y);
              }
              /// @notice Returns x + y, reverts if overflows or underflows
              /// @param x The augend
              /// @param y The addend
              /// @return z The sum of x and y
              function add(int256 x, int256 y) internal pure returns (int256 z) {
                  require((z = x + y) >= x == (y >= 0));
              }
              /// @notice Returns x - y, reverts if overflows or underflows
              /// @param x The minuend
              /// @param y The subtrahend
              /// @return z The difference of x and y
              function sub(int256 x, int256 y) internal pure returns (int256 z) {
                  require((z = x - y) <= x == (y >= 0));
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Safe casting methods
          /// @notice Contains methods for safely casting between types
          library SafeCast {
              /// @notice Cast a uint256 to a uint160, revert on overflow
              /// @param y The uint256 to be downcasted
              /// @return z The downcasted integer, now type uint160
              function toUint160(uint256 y) internal pure returns (uint160 z) {
                  require((z = uint160(y)) == y);
              }
              /// @notice Cast a int256 to a int128, revert on overflow or underflow
              /// @param y The int256 to be downcasted
              /// @return z The downcasted integer, now type int128
              function toInt128(int256 y) internal pure returns (int128 z) {
                  require((z = int128(y)) == y);
              }
              /// @notice Cast a uint256 to a int256, revert on overflow
              /// @param y The uint256 to be casted
              /// @return z The casted integer, now type int256
              function toInt256(uint256 y) internal pure returns (int256 z) {
                  require(y < 2**255);
                  z = int256(y);
              }
          }
          // SPDX-License-Identifier: BUSL-1.1
          pragma solidity >=0.5.0;
          import './LowGasSafeMath.sol';
          import './SafeCast.sol';
          import './TickMath.sol';
          import './LiquidityMath.sol';
          /// @title Tick
          /// @notice Contains functions for managing tick processes and relevant calculations
          library Tick {
              using LowGasSafeMath for int256;
              using SafeCast for int256;
              // info stored for each initialized individual tick
              struct Info {
                  // the total position liquidity that references this tick
                  uint128 liquidityGross;
                  // amount of net liquidity added (subtracted) when tick is crossed from left to right (right to left),
                  int128 liquidityNet;
                  // fee growth per unit of liquidity on the _other_ side of this tick (relative to the current tick)
                  // only has relative meaning, not absolute — the value depends on when the tick is initialized
                  uint256 feeGrowthOutside0X128;
                  uint256 feeGrowthOutside1X128;
                  // the cumulative tick value on the other side of the tick
                  int56 tickCumulativeOutside;
                  // the seconds per unit of liquidity on the _other_ side of this tick (relative to the current tick)
                  // only has relative meaning, not absolute — the value depends on when the tick is initialized
                  uint160 secondsPerLiquidityOutsideX128;
                  // the seconds spent on the other side of the tick (relative to the current tick)
                  // only has relative meaning, not absolute — the value depends on when the tick is initialized
                  uint32 secondsOutside;
                  // true iff the tick is initialized, i.e. the value is exactly equivalent to the expression liquidityGross != 0
                  // these 8 bits are set to prevent fresh sstores when crossing newly initialized ticks
                  bool initialized;
              }
              /// @notice Derives max liquidity per tick from given tick spacing
              /// @dev Executed within the pool constructor
              /// @param tickSpacing The amount of required tick separation, realized in multiples of `tickSpacing`
              ///     e.g., a tickSpacing of 3 requires ticks to be initialized every 3rd tick i.e., ..., -6, -3, 0, 3, 6, ...
              /// @return The max liquidity per tick
              function tickSpacingToMaxLiquidityPerTick(int24 tickSpacing) internal pure returns (uint128) {
                  int24 minTick = (TickMath.MIN_TICK / tickSpacing) * tickSpacing;
                  int24 maxTick = (TickMath.MAX_TICK / tickSpacing) * tickSpacing;
                  uint24 numTicks = uint24((maxTick - minTick) / tickSpacing) + 1;
                  return type(uint128).max / numTicks;
              }
              /// @notice Retrieves fee growth data
              /// @param self The mapping containing all tick information for initialized ticks
              /// @param tickLower The lower tick boundary of the position
              /// @param tickUpper The upper tick boundary of the position
              /// @param tickCurrent The current tick
              /// @param feeGrowthGlobal0X128 The all-time global fee growth, per unit of liquidity, in token0
              /// @param feeGrowthGlobal1X128 The all-time global fee growth, per unit of liquidity, in token1
              /// @return feeGrowthInside0X128 The all-time fee growth in token0, per unit of liquidity, inside the position's tick boundaries
              /// @return feeGrowthInside1X128 The all-time fee growth in token1, per unit of liquidity, inside the position's tick boundaries
              function getFeeGrowthInside(
                  mapping(int24 => Tick.Info) storage self,
                  int24 tickLower,
                  int24 tickUpper,
                  int24 tickCurrent,
                  uint256 feeGrowthGlobal0X128,
                  uint256 feeGrowthGlobal1X128
              ) internal view returns (uint256 feeGrowthInside0X128, uint256 feeGrowthInside1X128) {
                  Info storage lower = self[tickLower];
                  Info storage upper = self[tickUpper];
                  // calculate fee growth below
                  uint256 feeGrowthBelow0X128;
                  uint256 feeGrowthBelow1X128;
                  if (tickCurrent >= tickLower) {
                      feeGrowthBelow0X128 = lower.feeGrowthOutside0X128;
                      feeGrowthBelow1X128 = lower.feeGrowthOutside1X128;
                  } else {
                      feeGrowthBelow0X128 = feeGrowthGlobal0X128 - lower.feeGrowthOutside0X128;
                      feeGrowthBelow1X128 = feeGrowthGlobal1X128 - lower.feeGrowthOutside1X128;
                  }
                  // calculate fee growth above
                  uint256 feeGrowthAbove0X128;
                  uint256 feeGrowthAbove1X128;
                  if (tickCurrent < tickUpper) {
                      feeGrowthAbove0X128 = upper.feeGrowthOutside0X128;
                      feeGrowthAbove1X128 = upper.feeGrowthOutside1X128;
                  } else {
                      feeGrowthAbove0X128 = feeGrowthGlobal0X128 - upper.feeGrowthOutside0X128;
                      feeGrowthAbove1X128 = feeGrowthGlobal1X128 - upper.feeGrowthOutside1X128;
                  }
                  feeGrowthInside0X128 = feeGrowthGlobal0X128 - feeGrowthBelow0X128 - feeGrowthAbove0X128;
                  feeGrowthInside1X128 = feeGrowthGlobal1X128 - feeGrowthBelow1X128 - feeGrowthAbove1X128;
              }
              /// @notice Updates a tick and returns true if the tick was flipped from initialized to uninitialized, or vice versa
              /// @param self The mapping containing all tick information for initialized ticks
              /// @param tick The tick that will be updated
              /// @param tickCurrent The current tick
              /// @param liquidityDelta A new amount of liquidity to be added (subtracted) when tick is crossed from left to right (right to left)
              /// @param feeGrowthGlobal0X128 The all-time global fee growth, per unit of liquidity, in token0
              /// @param feeGrowthGlobal1X128 The all-time global fee growth, per unit of liquidity, in token1
              /// @param secondsPerLiquidityCumulativeX128 The all-time seconds per max(1, liquidity) of the pool
              /// @param time The current block timestamp cast to a uint32
              /// @param upper true for updating a position's upper tick, or false for updating a position's lower tick
              /// @param maxLiquidity The maximum liquidity allocation for a single tick
              /// @return flipped Whether the tick was flipped from initialized to uninitialized, or vice versa
              function update(
                  mapping(int24 => Tick.Info) storage self,
                  int24 tick,
                  int24 tickCurrent,
                  int128 liquidityDelta,
                  uint256 feeGrowthGlobal0X128,
                  uint256 feeGrowthGlobal1X128,
                  uint160 secondsPerLiquidityCumulativeX128,
                  int56 tickCumulative,
                  uint32 time,
                  bool upper,
                  uint128 maxLiquidity
              ) internal returns (bool flipped) {
                  Tick.Info storage info = self[tick];
                  uint128 liquidityGrossBefore = info.liquidityGross;
                  uint128 liquidityGrossAfter = LiquidityMath.addDelta(liquidityGrossBefore, liquidityDelta);
                  require(liquidityGrossAfter <= maxLiquidity, 'LO');
                  flipped = (liquidityGrossAfter == 0) != (liquidityGrossBefore == 0);
                  if (liquidityGrossBefore == 0) {
                      // by convention, we assume that all growth before a tick was initialized happened _below_ the tick
                      if (tick <= tickCurrent) {
                          info.feeGrowthOutside0X128 = feeGrowthGlobal0X128;
                          info.feeGrowthOutside1X128 = feeGrowthGlobal1X128;
                          info.secondsPerLiquidityOutsideX128 = secondsPerLiquidityCumulativeX128;
                          info.tickCumulativeOutside = tickCumulative;
                          info.secondsOutside = time;
                      }
                      info.initialized = true;
                  }
                  info.liquidityGross = liquidityGrossAfter;
                  // when the lower (upper) tick is crossed left to right (right to left), liquidity must be added (removed)
                  info.liquidityNet = upper
                      ? int256(info.liquidityNet).sub(liquidityDelta).toInt128()
                      : int256(info.liquidityNet).add(liquidityDelta).toInt128();
              }
              /// @notice Clears tick data
              /// @param self The mapping containing all initialized tick information for initialized ticks
              /// @param tick The tick that will be cleared
              function clear(mapping(int24 => Tick.Info) storage self, int24 tick) internal {
                  delete self[tick];
              }
              /// @notice Transitions to next tick as needed by price movement
              /// @param self The mapping containing all tick information for initialized ticks
              /// @param tick The destination tick of the transition
              /// @param feeGrowthGlobal0X128 The all-time global fee growth, per unit of liquidity, in token0
              /// @param feeGrowthGlobal1X128 The all-time global fee growth, per unit of liquidity, in token1
              /// @param secondsPerLiquidityCumulativeX128 The current seconds per liquidity
              /// @param time The current block.timestamp
              /// @return liquidityNet The amount of liquidity added (subtracted) when tick is crossed from left to right (right to left)
              function cross(
                  mapping(int24 => Tick.Info) storage self,
                  int24 tick,
                  uint256 feeGrowthGlobal0X128,
                  uint256 feeGrowthGlobal1X128,
                  uint160 secondsPerLiquidityCumulativeX128,
                  int56 tickCumulative,
                  uint32 time
              ) internal returns (int128 liquidityNet) {
                  Tick.Info storage info = self[tick];
                  info.feeGrowthOutside0X128 = feeGrowthGlobal0X128 - info.feeGrowthOutside0X128;
                  info.feeGrowthOutside1X128 = feeGrowthGlobal1X128 - info.feeGrowthOutside1X128;
                  info.secondsPerLiquidityOutsideX128 = secondsPerLiquidityCumulativeX128 - info.secondsPerLiquidityOutsideX128;
                  info.tickCumulativeOutside = tickCumulative - info.tickCumulativeOutside;
                  info.secondsOutside = time - info.secondsOutside;
                  liquidityNet = info.liquidityNet;
              }
          }
          // SPDX-License-Identifier: BUSL-1.1
          pragma solidity >=0.5.0;
          import './BitMath.sol';
          /// @title Packed tick initialized state library
          /// @notice Stores a packed mapping of tick index to its initialized state
          /// @dev The mapping uses int16 for keys since ticks are represented as int24 and there are 256 (2^8) values per word.
          library TickBitmap {
              /// @notice Computes the position in the mapping where the initialized bit for a tick lives
              /// @param tick The tick for which to compute the position
              /// @return wordPos The key in the mapping containing the word in which the bit is stored
              /// @return bitPos The bit position in the word where the flag is stored
              function position(int24 tick) private pure returns (int16 wordPos, uint8 bitPos) {
                  wordPos = int16(tick >> 8);
                  bitPos = uint8(tick % 256);
              }
              /// @notice Flips the initialized state for a given tick from false to true, or vice versa
              /// @param self The mapping in which to flip the tick
              /// @param tick The tick to flip
              /// @param tickSpacing The spacing between usable ticks
              function flipTick(
                  mapping(int16 => uint256) storage self,
                  int24 tick,
                  int24 tickSpacing
              ) internal {
                  require(tick % tickSpacing == 0); // ensure that the tick is spaced
                  (int16 wordPos, uint8 bitPos) = position(tick / tickSpacing);
                  uint256 mask = 1 << bitPos;
                  self[wordPos] ^= mask;
              }
              /// @notice Returns the next initialized tick contained in the same word (or adjacent word) as the tick that is either
              /// to the left (less than or equal to) or right (greater than) of the given tick
              /// @param self The mapping in which to compute the next initialized tick
              /// @param tick The starting tick
              /// @param tickSpacing The spacing between usable ticks
              /// @param lte Whether to search for the next initialized tick to the left (less than or equal to the starting tick)
              /// @return next The next initialized or uninitialized tick up to 256 ticks away from the current tick
              /// @return initialized Whether the next tick is initialized, as the function only searches within up to 256 ticks
              function nextInitializedTickWithinOneWord(
                  mapping(int16 => uint256) storage self,
                  int24 tick,
                  int24 tickSpacing,
                  bool lte
              ) internal view returns (int24 next, bool initialized) {
                  int24 compressed = tick / tickSpacing;
                  if (tick < 0 && tick % tickSpacing != 0) compressed--; // round towards negative infinity
                  if (lte) {
                      (int16 wordPos, uint8 bitPos) = position(compressed);
                      // all the 1s at or to the right of the current bitPos
                      uint256 mask = (1 << bitPos) - 1 + (1 << bitPos);
                      uint256 masked = self[wordPos] & mask;
                      // if there are no initialized ticks to the right of or at the current tick, return rightmost in the word
                      initialized = masked != 0;
                      // overflow/underflow is possible, but prevented externally by limiting both tickSpacing and tick
                      next = initialized
                          ? (compressed - int24(bitPos - BitMath.mostSignificantBit(masked))) * tickSpacing
                          : (compressed - int24(bitPos)) * tickSpacing;
                  } else {
                      // start from the word of the next tick, since the current tick state doesn't matter
                      (int16 wordPos, uint8 bitPos) = position(compressed + 1);
                      // all the 1s at or to the left of the bitPos
                      uint256 mask = ~((1 << bitPos) - 1);
                      uint256 masked = self[wordPos] & mask;
                      // if there are no initialized ticks to the left of the current tick, return leftmost in the word
                      initialized = masked != 0;
                      // overflow/underflow is possible, but prevented externally by limiting both tickSpacing and tick
                      next = initialized
                          ? (compressed + 1 + int24(BitMath.leastSignificantBit(masked) - bitPos)) * tickSpacing
                          : (compressed + 1 + int24(type(uint8).max - bitPos)) * tickSpacing;
                  }
              }
          }
          // SPDX-License-Identifier: BUSL-1.1
          pragma solidity >=0.5.0;
          import './FullMath.sol';
          import './FixedPoint128.sol';
          import './LiquidityMath.sol';
          /// @title Position
          /// @notice Positions represent an owner address' liquidity between a lower and upper tick boundary
          /// @dev Positions store additional state for tracking fees owed to the position
          library Position {
              // info stored for each user's position
              struct Info {
                  // the amount of liquidity owned by this position
                  uint128 liquidity;
                  // fee growth per unit of liquidity as of the last update to liquidity or fees owed
                  uint256 feeGrowthInside0LastX128;
                  uint256 feeGrowthInside1LastX128;
                  // the fees owed to the position owner in token0/token1
                  uint128 tokensOwed0;
                  uint128 tokensOwed1;
              }
              /// @notice Returns the Info struct of a position, given an owner and position boundaries
              /// @param self The mapping containing all user positions
              /// @param owner The address of the position owner
              /// @param tickLower The lower tick boundary of the position
              /// @param tickUpper The upper tick boundary of the position
              /// @return position The position info struct of the given owners' position
              function get(
                  mapping(bytes32 => Info) storage self,
                  address owner,
                  int24 tickLower,
                  int24 tickUpper
              ) internal view returns (Position.Info storage position) {
                  position = self[keccak256(abi.encodePacked(owner, tickLower, tickUpper))];
              }
              /// @notice Credits accumulated fees to a user's position
              /// @param self The individual position to update
              /// @param liquidityDelta The change in pool liquidity as a result of the position update
              /// @param feeGrowthInside0X128 The all-time fee growth in token0, per unit of liquidity, inside the position's tick boundaries
              /// @param feeGrowthInside1X128 The all-time fee growth in token1, per unit of liquidity, inside the position's tick boundaries
              function update(
                  Info storage self,
                  int128 liquidityDelta,
                  uint256 feeGrowthInside0X128,
                  uint256 feeGrowthInside1X128
              ) internal {
                  Info memory _self = self;
                  uint128 liquidityNext;
                  if (liquidityDelta == 0) {
                      require(_self.liquidity > 0, 'NP'); // disallow pokes for 0 liquidity positions
                      liquidityNext = _self.liquidity;
                  } else {
                      liquidityNext = LiquidityMath.addDelta(_self.liquidity, liquidityDelta);
                  }
                  // calculate accumulated fees
                  uint128 tokensOwed0 =
                      uint128(
                          FullMath.mulDiv(
                              feeGrowthInside0X128 - _self.feeGrowthInside0LastX128,
                              _self.liquidity,
                              FixedPoint128.Q128
                          )
                      );
                  uint128 tokensOwed1 =
                      uint128(
                          FullMath.mulDiv(
                              feeGrowthInside1X128 - _self.feeGrowthInside1LastX128,
                              _self.liquidity,
                              FixedPoint128.Q128
                          )
                      );
                  // update the position
                  if (liquidityDelta != 0) self.liquidity = liquidityNext;
                  self.feeGrowthInside0LastX128 = feeGrowthInside0X128;
                  self.feeGrowthInside1LastX128 = feeGrowthInside1X128;
                  if (tokensOwed0 > 0 || tokensOwed1 > 0) {
                      // overflow is acceptable, have to withdraw before you hit type(uint128).max fees
                      self.tokensOwed0 += tokensOwed0;
                      self.tokensOwed1 += tokensOwed1;
                  }
              }
          }
          // SPDX-License-Identifier: BUSL-1.1
          pragma solidity >=0.5.0;
          /// @title Oracle
          /// @notice Provides price and liquidity data useful for a wide variety of system designs
          /// @dev Instances of stored oracle data, "observations", are collected in the oracle array
          /// Every pool is initialized with an oracle array length of 1. Anyone can pay the SSTOREs to increase the
          /// maximum length of the oracle array. New slots will be added when the array is fully populated.
          /// Observations are overwritten when the full length of the oracle array is populated.
          /// The most recent observation is available, independent of the length of the oracle array, by passing 0 to observe()
          library Oracle {
              struct Observation {
                  // the block timestamp of the observation
                  uint32 blockTimestamp;
                  // the tick accumulator, i.e. tick * time elapsed since the pool was first initialized
                  int56 tickCumulative;
                  // the seconds per liquidity, i.e. seconds elapsed / max(1, liquidity) since the pool was first initialized
                  uint160 secondsPerLiquidityCumulativeX128;
                  // whether or not the observation is initialized
                  bool initialized;
              }
              /// @notice Transforms a previous observation into a new observation, given the passage of time and the current tick and liquidity values
              /// @dev blockTimestamp _must_ be chronologically equal to or greater than last.blockTimestamp, safe for 0 or 1 overflows
              /// @param last The specified observation to be transformed
              /// @param blockTimestamp The timestamp of the new observation
              /// @param tick The active tick at the time of the new observation
              /// @param liquidity The total in-range liquidity at the time of the new observation
              /// @return Observation The newly populated observation
              function transform(
                  Observation memory last,
                  uint32 blockTimestamp,
                  int24 tick,
                  uint128 liquidity
              ) private pure returns (Observation memory) {
                  uint32 delta = blockTimestamp - last.blockTimestamp;
                  return
                      Observation({
                          blockTimestamp: blockTimestamp,
                          tickCumulative: last.tickCumulative + int56(tick) * delta,
                          secondsPerLiquidityCumulativeX128: last.secondsPerLiquidityCumulativeX128 +
                              ((uint160(delta) << 128) / (liquidity > 0 ? liquidity : 1)),
                          initialized: true
                      });
              }
              /// @notice Initialize the oracle array by writing the first slot. Called once for the lifecycle of the observations array
              /// @param self The stored oracle array
              /// @param time The time of the oracle initialization, via block.timestamp truncated to uint32
              /// @return cardinality The number of populated elements in the oracle array
              /// @return cardinalityNext The new length of the oracle array, independent of population
              function initialize(Observation[65535] storage self, uint32 time)
                  internal
                  returns (uint16 cardinality, uint16 cardinalityNext)
              {
                  self[0] = Observation({
                      blockTimestamp: time,
                      tickCumulative: 0,
                      secondsPerLiquidityCumulativeX128: 0,
                      initialized: true
                  });
                  return (1, 1);
              }
              /// @notice Writes an oracle observation to the array
              /// @dev Writable at most once per block. Index represents the most recently written element. cardinality and index must be tracked externally.
              /// If the index is at the end of the allowable array length (according to cardinality), and the next cardinality
              /// is greater than the current one, cardinality may be increased. This restriction is created to preserve ordering.
              /// @param self The stored oracle array
              /// @param index The index of the observation that was most recently written to the observations array
              /// @param blockTimestamp The timestamp of the new observation
              /// @param tick The active tick at the time of the new observation
              /// @param liquidity The total in-range liquidity at the time of the new observation
              /// @param cardinality The number of populated elements in the oracle array
              /// @param cardinalityNext The new length of the oracle array, independent of population
              /// @return indexUpdated The new index of the most recently written element in the oracle array
              /// @return cardinalityUpdated The new cardinality of the oracle array
              function write(
                  Observation[65535] storage self,
                  uint16 index,
                  uint32 blockTimestamp,
                  int24 tick,
                  uint128 liquidity,
                  uint16 cardinality,
                  uint16 cardinalityNext
              ) internal returns (uint16 indexUpdated, uint16 cardinalityUpdated) {
                  Observation memory last = self[index];
                  // early return if we've already written an observation this block
                  if (last.blockTimestamp == blockTimestamp) return (index, cardinality);
                  // if the conditions are right, we can bump the cardinality
                  if (cardinalityNext > cardinality && index == (cardinality - 1)) {
                      cardinalityUpdated = cardinalityNext;
                  } else {
                      cardinalityUpdated = cardinality;
                  }
                  indexUpdated = (index + 1) % cardinalityUpdated;
                  self[indexUpdated] = transform(last, blockTimestamp, tick, liquidity);
              }
              /// @notice Prepares the oracle array to store up to `next` observations
              /// @param self The stored oracle array
              /// @param current The current next cardinality of the oracle array
              /// @param next The proposed next cardinality which will be populated in the oracle array
              /// @return next The next cardinality which will be populated in the oracle array
              function grow(
                  Observation[65535] storage self,
                  uint16 current,
                  uint16 next
              ) internal returns (uint16) {
                  require(current > 0, 'I');
                  // no-op if the passed next value isn't greater than the current next value
                  if (next <= current) return current;
                  // store in each slot to prevent fresh SSTOREs in swaps
                  // this data will not be used because the initialized boolean is still false
                  for (uint16 i = current; i < next; i++) self[i].blockTimestamp = 1;
                  return next;
              }
              /// @notice comparator for 32-bit timestamps
              /// @dev safe for 0 or 1 overflows, a and b _must_ be chronologically before or equal to time
              /// @param time A timestamp truncated to 32 bits
              /// @param a A comparison timestamp from which to determine the relative position of `time`
              /// @param b From which to determine the relative position of `time`
              /// @return bool Whether `a` is chronologically <= `b`
              function lte(
                  uint32 time,
                  uint32 a,
                  uint32 b
              ) private pure returns (bool) {
                  // if there hasn't been overflow, no need to adjust
                  if (a <= time && b <= time) return a <= b;
                  uint256 aAdjusted = a > time ? a : a + 2**32;
                  uint256 bAdjusted = b > time ? b : b + 2**32;
                  return aAdjusted <= bAdjusted;
              }
              /// @notice Fetches the observations beforeOrAt and atOrAfter a target, i.e. where [beforeOrAt, atOrAfter] is satisfied.
              /// The result may be the same observation, or adjacent observations.
              /// @dev The answer must be contained in the array, used when the target is located within the stored observation
              /// boundaries: older than the most recent observation and younger, or the same age as, the oldest observation
              /// @param self The stored oracle array
              /// @param time The current block.timestamp
              /// @param target The timestamp at which the reserved observation should be for
              /// @param index The index of the observation that was most recently written to the observations array
              /// @param cardinality The number of populated elements in the oracle array
              /// @return beforeOrAt The observation recorded before, or at, the target
              /// @return atOrAfter The observation recorded at, or after, the target
              function binarySearch(
                  Observation[65535] storage self,
                  uint32 time,
                  uint32 target,
                  uint16 index,
                  uint16 cardinality
              ) private view returns (Observation memory beforeOrAt, Observation memory atOrAfter) {
                  uint256 l = (index + 1) % cardinality; // oldest observation
                  uint256 r = l + cardinality - 1; // newest observation
                  uint256 i;
                  while (true) {
                      i = (l + r) / 2;
                      beforeOrAt = self[i % cardinality];
                      // we've landed on an uninitialized tick, keep searching higher (more recently)
                      if (!beforeOrAt.initialized) {
                          l = i + 1;
                          continue;
                      }
                      atOrAfter = self[(i + 1) % cardinality];
                      bool targetAtOrAfter = lte(time, beforeOrAt.blockTimestamp, target);
                      // check if we've found the answer!
                      if (targetAtOrAfter && lte(time, target, atOrAfter.blockTimestamp)) break;
                      if (!targetAtOrAfter) r = i - 1;
                      else l = i + 1;
                  }
              }
              /// @notice Fetches the observations beforeOrAt and atOrAfter a given target, i.e. where [beforeOrAt, atOrAfter] is satisfied
              /// @dev Assumes there is at least 1 initialized observation.
              /// Used by observeSingle() to compute the counterfactual accumulator values as of a given block timestamp.
              /// @param self The stored oracle array
              /// @param time The current block.timestamp
              /// @param target The timestamp at which the reserved observation should be for
              /// @param tick The active tick at the time of the returned or simulated observation
              /// @param index The index of the observation that was most recently written to the observations array
              /// @param liquidity The total pool liquidity at the time of the call
              /// @param cardinality The number of populated elements in the oracle array
              /// @return beforeOrAt The observation which occurred at, or before, the given timestamp
              /// @return atOrAfter The observation which occurred at, or after, the given timestamp
              function getSurroundingObservations(
                  Observation[65535] storage self,
                  uint32 time,
                  uint32 target,
                  int24 tick,
                  uint16 index,
                  uint128 liquidity,
                  uint16 cardinality
              ) private view returns (Observation memory beforeOrAt, Observation memory atOrAfter) {
                  // optimistically set before to the newest observation
                  beforeOrAt = self[index];
                  // if the target is chronologically at or after the newest observation, we can early return
                  if (lte(time, beforeOrAt.blockTimestamp, target)) {
                      if (beforeOrAt.blockTimestamp == target) {
                          // if newest observation equals target, we're in the same block, so we can ignore atOrAfter
                          return (beforeOrAt, atOrAfter);
                      } else {
                          // otherwise, we need to transform
                          return (beforeOrAt, transform(beforeOrAt, target, tick, liquidity));
                      }
                  }
                  // now, set before to the oldest observation
                  beforeOrAt = self[(index + 1) % cardinality];
                  if (!beforeOrAt.initialized) beforeOrAt = self[0];
                  // ensure that the target is chronologically at or after the oldest observation
                  require(lte(time, beforeOrAt.blockTimestamp, target), 'OLD');
                  // if we've reached this point, we have to binary search
                  return binarySearch(self, time, target, index, cardinality);
              }
              /// @dev Reverts if an observation at or before the desired observation timestamp does not exist.
              /// 0 may be passed as `secondsAgo' to return the current cumulative values.
              /// If called with a timestamp falling between two observations, returns the counterfactual accumulator values
              /// at exactly the timestamp between the two observations.
              /// @param self The stored oracle array
              /// @param time The current block timestamp
              /// @param secondsAgo The amount of time to look back, in seconds, at which point to return an observation
              /// @param tick The current tick
              /// @param index The index of the observation that was most recently written to the observations array
              /// @param liquidity The current in-range pool liquidity
              /// @param cardinality The number of populated elements in the oracle array
              /// @return tickCumulative The tick * time elapsed since the pool was first initialized, as of `secondsAgo`
              /// @return secondsPerLiquidityCumulativeX128 The time elapsed / max(1, liquidity) since the pool was first initialized, as of `secondsAgo`
              function observeSingle(
                  Observation[65535] storage self,
                  uint32 time,
                  uint32 secondsAgo,
                  int24 tick,
                  uint16 index,
                  uint128 liquidity,
                  uint16 cardinality
              ) internal view returns (int56 tickCumulative, uint160 secondsPerLiquidityCumulativeX128) {
                  if (secondsAgo == 0) {
                      Observation memory last = self[index];
                      if (last.blockTimestamp != time) last = transform(last, time, tick, liquidity);
                      return (last.tickCumulative, last.secondsPerLiquidityCumulativeX128);
                  }
                  uint32 target = time - secondsAgo;
                  (Observation memory beforeOrAt, Observation memory atOrAfter) =
                      getSurroundingObservations(self, time, target, tick, index, liquidity, cardinality);
                  if (target == beforeOrAt.blockTimestamp) {
                      // we're at the left boundary
                      return (beforeOrAt.tickCumulative, beforeOrAt.secondsPerLiquidityCumulativeX128);
                  } else if (target == atOrAfter.blockTimestamp) {
                      // we're at the right boundary
                      return (atOrAfter.tickCumulative, atOrAfter.secondsPerLiquidityCumulativeX128);
                  } else {
                      // we're in the middle
                      uint32 observationTimeDelta = atOrAfter.blockTimestamp - beforeOrAt.blockTimestamp;
                      uint32 targetDelta = target - beforeOrAt.blockTimestamp;
                      return (
                          beforeOrAt.tickCumulative +
                              ((atOrAfter.tickCumulative - beforeOrAt.tickCumulative) / observationTimeDelta) *
                              targetDelta,
                          beforeOrAt.secondsPerLiquidityCumulativeX128 +
                              uint160(
                                  (uint256(
                                      atOrAfter.secondsPerLiquidityCumulativeX128 - beforeOrAt.secondsPerLiquidityCumulativeX128
                                  ) * targetDelta) / observationTimeDelta
                              )
                      );
                  }
              }
              /// @notice Returns the accumulator values as of each time seconds ago from the given time in the array of `secondsAgos`
              /// @dev Reverts if `secondsAgos` > oldest observation
              /// @param self The stored oracle array
              /// @param time The current block.timestamp
              /// @param secondsAgos Each amount of time to look back, in seconds, at which point to return an observation
              /// @param tick The current tick
              /// @param index The index of the observation that was most recently written to the observations array
              /// @param liquidity The current in-range pool liquidity
              /// @param cardinality The number of populated elements in the oracle array
              /// @return tickCumulatives The tick * time elapsed since the pool was first initialized, as of each `secondsAgo`
              /// @return secondsPerLiquidityCumulativeX128s The cumulative seconds / max(1, liquidity) since the pool was first initialized, as of each `secondsAgo`
              function observe(
                  Observation[65535] storage self,
                  uint32 time,
                  uint32[] memory secondsAgos,
                  int24 tick,
                  uint16 index,
                  uint128 liquidity,
                  uint16 cardinality
              ) internal view returns (int56[] memory tickCumulatives, uint160[] memory secondsPerLiquidityCumulativeX128s) {
                  require(cardinality > 0, 'I');
                  tickCumulatives = new int56[](secondsAgos.length);
                  secondsPerLiquidityCumulativeX128s = new uint160[](secondsAgos.length);
                  for (uint256 i = 0; i < secondsAgos.length; i++) {
                      (tickCumulatives[i], secondsPerLiquidityCumulativeX128s[i]) = observeSingle(
                          self,
                          time,
                          secondsAgos[i],
                          tick,
                          index,
                          liquidity,
                          cardinality
                      );
                  }
              }
          }
          // SPDX-License-Identifier: MIT
          pragma solidity >=0.4.0;
          /// @title Contains 512-bit math functions
          /// @notice Facilitates multiplication and division that can have overflow of an intermediate value without any loss of precision
          /// @dev Handles "phantom overflow" i.e., allows multiplication and division where an intermediate value overflows 256 bits
          library FullMath {
              /// @notice Calculates floor(a×b÷denominator) with full precision. Throws if result overflows a uint256 or denominator == 0
              /// @param a The multiplicand
              /// @param b The multiplier
              /// @param denominator The divisor
              /// @return result The 256-bit result
              /// @dev Credit to Remco Bloemen under MIT license https://xn--2-umb.com/21/muldiv
              function mulDiv(
                  uint256 a,
                  uint256 b,
                  uint256 denominator
              ) internal pure returns (uint256 result) {
                  // 512-bit multiply [prod1 prod0] = a * b
                  // Compute the product mod 2**256 and mod 2**256 - 1
                  // then use the Chinese Remainder Theorem to reconstruct
                  // the 512 bit result. The result is stored in two 256
                  // variables such that product = prod1 * 2**256 + prod0
                  uint256 prod0; // Least significant 256 bits of the product
                  uint256 prod1; // Most significant 256 bits of the product
                  assembly {
                      let mm := mulmod(a, b, not(0))
                      prod0 := mul(a, b)
                      prod1 := sub(sub(mm, prod0), lt(mm, prod0))
                  }
                  // Handle non-overflow cases, 256 by 256 division
                  if (prod1 == 0) {
                      require(denominator > 0);
                      assembly {
                          result := div(prod0, denominator)
                      }
                      return result;
                  }
                  // Make sure the result is less than 2**256.
                  // Also prevents denominator == 0
                  require(denominator > prod1);
                  ///////////////////////////////////////////////
                  // 512 by 256 division.
                  ///////////////////////////////////////////////
                  // Make division exact by subtracting the remainder from [prod1 prod0]
                  // Compute remainder using mulmod
                  uint256 remainder;
                  assembly {
                      remainder := mulmod(a, b, denominator)
                  }
                  // Subtract 256 bit number from 512 bit number
                  assembly {
                      prod1 := sub(prod1, gt(remainder, prod0))
                      prod0 := sub(prod0, remainder)
                  }
                  // Factor powers of two out of denominator
                  // Compute largest power of two divisor of denominator.
                  // Always >= 1.
                  uint256 twos = -denominator & denominator;
                  // Divide denominator by power of two
                  assembly {
                      denominator := div(denominator, twos)
                  }
                  // Divide [prod1 prod0] by the factors of two
                  assembly {
                      prod0 := div(prod0, twos)
                  }
                  // Shift in bits from prod1 into prod0. For this we need
                  // to flip `twos` such that it is 2**256 / twos.
                  // If twos is zero, then it becomes one
                  assembly {
                      twos := add(div(sub(0, twos), twos), 1)
                  }
                  prod0 |= prod1 * twos;
                  // Invert denominator mod 2**256
                  // Now that denominator is an odd number, it has an inverse
                  // modulo 2**256 such that denominator * inv = 1 mod 2**256.
                  // Compute the inverse by starting with a seed that is correct
                  // correct for four bits. That is, denominator * inv = 1 mod 2**4
                  uint256 inv = (3 * denominator) ^ 2;
                  // Now use Newton-Raphson iteration to improve the precision.
                  // Thanks to Hensel's lifting lemma, this also works in modular
                  // arithmetic, doubling the correct bits in each step.
                  inv *= 2 - denominator * inv; // inverse mod 2**8
                  inv *= 2 - denominator * inv; // inverse mod 2**16
                  inv *= 2 - denominator * inv; // inverse mod 2**32
                  inv *= 2 - denominator * inv; // inverse mod 2**64
                  inv *= 2 - denominator * inv; // inverse mod 2**128
                  inv *= 2 - denominator * inv; // inverse mod 2**256
                  // Because the division is now exact we can divide by multiplying
                  // with the modular inverse of denominator. This will give us the
                  // correct result modulo 2**256. Since the precoditions guarantee
                  // that the outcome is less than 2**256, this is the final result.
                  // We don't need to compute the high bits of the result and prod1
                  // is no longer required.
                  result = prod0 * inv;
                  return result;
              }
              /// @notice Calculates ceil(a×b÷denominator) with full precision. Throws if result overflows a uint256 or denominator == 0
              /// @param a The multiplicand
              /// @param b The multiplier
              /// @param denominator The divisor
              /// @return result The 256-bit result
              function mulDivRoundingUp(
                  uint256 a,
                  uint256 b,
                  uint256 denominator
              ) internal pure returns (uint256 result) {
                  result = mulDiv(a, b, denominator);
                  if (mulmod(a, b, denominator) > 0) {
                      require(result < type(uint256).max);
                      result++;
                  }
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.4.0;
          /// @title FixedPoint128
          /// @notice A library for handling binary fixed point numbers, see https://en.wikipedia.org/wiki/Q_(number_format)
          library FixedPoint128 {
              uint256 internal constant Q128 = 0x100000000000000000000000000000000;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.6.0;
          import '../interfaces/IERC20Minimal.sol';
          /// @title TransferHelper
          /// @notice Contains helper methods for interacting with ERC20 tokens that do not consistently return true/false
          library TransferHelper {
              /// @notice Transfers tokens from msg.sender to a recipient
              /// @dev Calls transfer on token contract, errors with TF if transfer fails
              /// @param token The contract address of the token which will be transferred
              /// @param to The recipient of the transfer
              /// @param value The value of the transfer
              function safeTransfer(
                  address token,
                  address to,
                  uint256 value
              ) internal {
                  (bool success, bytes memory data) =
                      token.call(abi.encodeWithSelector(IERC20Minimal.transfer.selector, to, value));
                  require(success && (data.length == 0 || abi.decode(data, (bool))), 'TF');
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Math library for computing sqrt prices from ticks and vice versa
          /// @notice Computes sqrt price for ticks of size 1.0001, i.e. sqrt(1.0001^tick) as fixed point Q64.96 numbers. Supports
          /// prices between 2**-128 and 2**128
          library TickMath {
              /// @dev The minimum tick that may be passed to #getSqrtRatioAtTick computed from log base 1.0001 of 2**-128
              int24 internal constant MIN_TICK = -887272;
              /// @dev The maximum tick that may be passed to #getSqrtRatioAtTick computed from log base 1.0001 of 2**128
              int24 internal constant MAX_TICK = -MIN_TICK;
              /// @dev The minimum value that can be returned from #getSqrtRatioAtTick. Equivalent to getSqrtRatioAtTick(MIN_TICK)
              uint160 internal constant MIN_SQRT_RATIO = 4295128739;
              /// @dev The maximum value that can be returned from #getSqrtRatioAtTick. Equivalent to getSqrtRatioAtTick(MAX_TICK)
              uint160 internal constant MAX_SQRT_RATIO = 1461446703485210103287273052203988822378723970342;
              /// @notice Calculates sqrt(1.0001^tick) * 2^96
              /// @dev Throws if |tick| > max tick
              /// @param tick The input tick for the above formula
              /// @return sqrtPriceX96 A Fixed point Q64.96 number representing the sqrt of the ratio of the two assets (token1/token0)
              /// at the given tick
              function getSqrtRatioAtTick(int24 tick) internal pure returns (uint160 sqrtPriceX96) {
                  uint256 absTick = tick < 0 ? uint256(-int256(tick)) : uint256(int256(tick));
                  require(absTick <= uint256(MAX_TICK), 'T');
                  uint256 ratio = absTick & 0x1 != 0 ? 0xfffcb933bd6fad37aa2d162d1a594001 : 0x100000000000000000000000000000000;
                  if (absTick & 0x2 != 0) ratio = (ratio * 0xfff97272373d413259a46990580e213a) >> 128;
                  if (absTick & 0x4 != 0) ratio = (ratio * 0xfff2e50f5f656932ef12357cf3c7fdcc) >> 128;
                  if (absTick & 0x8 != 0) ratio = (ratio * 0xffe5caca7e10e4e61c3624eaa0941cd0) >> 128;
                  if (absTick & 0x10 != 0) ratio = (ratio * 0xffcb9843d60f6159c9db58835c926644) >> 128;
                  if (absTick & 0x20 != 0) ratio = (ratio * 0xff973b41fa98c081472e6896dfb254c0) >> 128;
                  if (absTick & 0x40 != 0) ratio = (ratio * 0xff2ea16466c96a3843ec78b326b52861) >> 128;
                  if (absTick & 0x80 != 0) ratio = (ratio * 0xfe5dee046a99a2a811c461f1969c3053) >> 128;
                  if (absTick & 0x100 != 0) ratio = (ratio * 0xfcbe86c7900a88aedcffc83b479aa3a4) >> 128;
                  if (absTick & 0x200 != 0) ratio = (ratio * 0xf987a7253ac413176f2b074cf7815e54) >> 128;
                  if (absTick & 0x400 != 0) ratio = (ratio * 0xf3392b0822b70005940c7a398e4b70f3) >> 128;
                  if (absTick & 0x800 != 0) ratio = (ratio * 0xe7159475a2c29b7443b29c7fa6e889d9) >> 128;
                  if (absTick & 0x1000 != 0) ratio = (ratio * 0xd097f3bdfd2022b8845ad8f792aa5825) >> 128;
                  if (absTick & 0x2000 != 0) ratio = (ratio * 0xa9f746462d870fdf8a65dc1f90e061e5) >> 128;
                  if (absTick & 0x4000 != 0) ratio = (ratio * 0x70d869a156d2a1b890bb3df62baf32f7) >> 128;
                  if (absTick & 0x8000 != 0) ratio = (ratio * 0x31be135f97d08fd981231505542fcfa6) >> 128;
                  if (absTick & 0x10000 != 0) ratio = (ratio * 0x9aa508b5b7a84e1c677de54f3e99bc9) >> 128;
                  if (absTick & 0x20000 != 0) ratio = (ratio * 0x5d6af8dedb81196699c329225ee604) >> 128;
                  if (absTick & 0x40000 != 0) ratio = (ratio * 0x2216e584f5fa1ea926041bedfe98) >> 128;
                  if (absTick & 0x80000 != 0) ratio = (ratio * 0x48a170391f7dc42444e8fa2) >> 128;
                  if (tick > 0) ratio = type(uint256).max / ratio;
                  // this divides by 1<<32 rounding up to go from a Q128.128 to a Q128.96.
                  // we then downcast because we know the result always fits within 160 bits due to our tick input constraint
                  // we round up in the division so getTickAtSqrtRatio of the output price is always consistent
                  sqrtPriceX96 = uint160((ratio >> 32) + (ratio % (1 << 32) == 0 ? 0 : 1));
              }
              /// @notice Calculates the greatest tick value such that getRatioAtTick(tick) <= ratio
              /// @dev Throws in case sqrtPriceX96 < MIN_SQRT_RATIO, as MIN_SQRT_RATIO is the lowest value getRatioAtTick may
              /// ever return.
              /// @param sqrtPriceX96 The sqrt ratio for which to compute the tick as a Q64.96
              /// @return tick The greatest tick for which the ratio is less than or equal to the input ratio
              function getTickAtSqrtRatio(uint160 sqrtPriceX96) internal pure returns (int24 tick) {
                  // second inequality must be < because the price can never reach the price at the max tick
                  require(sqrtPriceX96 >= MIN_SQRT_RATIO && sqrtPriceX96 < MAX_SQRT_RATIO, 'R');
                  uint256 ratio = uint256(sqrtPriceX96) << 32;
                  uint256 r = ratio;
                  uint256 msb = 0;
                  assembly {
                      let f := shl(7, gt(r, 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(6, gt(r, 0xFFFFFFFFFFFFFFFF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(5, gt(r, 0xFFFFFFFF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(4, gt(r, 0xFFFF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(3, gt(r, 0xFF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(2, gt(r, 0xF))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := shl(1, gt(r, 0x3))
                      msb := or(msb, f)
                      r := shr(f, r)
                  }
                  assembly {
                      let f := gt(r, 0x1)
                      msb := or(msb, f)
                  }
                  if (msb >= 128) r = ratio >> (msb - 127);
                  else r = ratio << (127 - msb);
                  int256 log_2 = (int256(msb) - 128) << 64;
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(63, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(62, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(61, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(60, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(59, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(58, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(57, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(56, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(55, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(54, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(53, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(52, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(51, f))
                      r := shr(f, r)
                  }
                  assembly {
                      r := shr(127, mul(r, r))
                      let f := shr(128, r)
                      log_2 := or(log_2, shl(50, f))
                  }
                  int256 log_sqrt10001 = log_2 * 255738958999603826347141; // 128.128 number
                  int24 tickLow = int24((log_sqrt10001 - 3402992956809132418596140100660247210) >> 128);
                  int24 tickHi = int24((log_sqrt10001 + 291339464771989622907027621153398088495) >> 128);
                  tick = tickLow == tickHi ? tickLow : getSqrtRatioAtTick(tickHi) <= sqrtPriceX96 ? tickHi : tickLow;
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Math library for liquidity
          library LiquidityMath {
              /// @notice Add a signed liquidity delta to liquidity and revert if it overflows or underflows
              /// @param x The liquidity before change
              /// @param y The delta by which liquidity should be changed
              /// @return z The liquidity delta
              function addDelta(uint128 x, int128 y) internal pure returns (uint128 z) {
                  if (y < 0) {
                      require((z = x - uint128(-y)) < x, 'LS');
                  } else {
                      require((z = x + uint128(y)) >= x, 'LA');
                  }
              }
          }
          // SPDX-License-Identifier: BUSL-1.1
          pragma solidity >=0.5.0;
          import './LowGasSafeMath.sol';
          import './SafeCast.sol';
          import './FullMath.sol';
          import './UnsafeMath.sol';
          import './FixedPoint96.sol';
          /// @title Functions based on Q64.96 sqrt price and liquidity
          /// @notice Contains the math that uses square root of price as a Q64.96 and liquidity to compute deltas
          library SqrtPriceMath {
              using LowGasSafeMath for uint256;
              using SafeCast for uint256;
              /// @notice Gets the next sqrt price given a delta of token0
              /// @dev Always rounds up, because in the exact output case (increasing price) we need to move the price at least
              /// far enough to get the desired output amount, and in the exact input case (decreasing price) we need to move the
              /// price less in order to not send too much output.
              /// The most precise formula for this is liquidity * sqrtPX96 / (liquidity +- amount * sqrtPX96),
              /// if this is impossible because of overflow, we calculate liquidity / (liquidity / sqrtPX96 +- amount).
              /// @param sqrtPX96 The starting price, i.e. before accounting for the token0 delta
              /// @param liquidity The amount of usable liquidity
              /// @param amount How much of token0 to add or remove from virtual reserves
              /// @param add Whether to add or remove the amount of token0
              /// @return The price after adding or removing amount, depending on add
              function getNextSqrtPriceFromAmount0RoundingUp(
                  uint160 sqrtPX96,
                  uint128 liquidity,
                  uint256 amount,
                  bool add
              ) internal pure returns (uint160) {
                  // we short circuit amount == 0 because the result is otherwise not guaranteed to equal the input price
                  if (amount == 0) return sqrtPX96;
                  uint256 numerator1 = uint256(liquidity) << FixedPoint96.RESOLUTION;
                  if (add) {
                      uint256 product;
                      if ((product = amount * sqrtPX96) / amount == sqrtPX96) {
                          uint256 denominator = numerator1 + product;
                          if (denominator >= numerator1)
                              // always fits in 160 bits
                              return uint160(FullMath.mulDivRoundingUp(numerator1, sqrtPX96, denominator));
                      }
                      return uint160(UnsafeMath.divRoundingUp(numerator1, (numerator1 / sqrtPX96).add(amount)));
                  } else {
                      uint256 product;
                      // if the product overflows, we know the denominator underflows
                      // in addition, we must check that the denominator does not underflow
                      require((product = amount * sqrtPX96) / amount == sqrtPX96 && numerator1 > product);
                      uint256 denominator = numerator1 - product;
                      return FullMath.mulDivRoundingUp(numerator1, sqrtPX96, denominator).toUint160();
                  }
              }
              /// @notice Gets the next sqrt price given a delta of token1
              /// @dev Always rounds down, because in the exact output case (decreasing price) we need to move the price at least
              /// far enough to get the desired output amount, and in the exact input case (increasing price) we need to move the
              /// price less in order to not send too much output.
              /// The formula we compute is within <1 wei of the lossless version: sqrtPX96 +- amount / liquidity
              /// @param sqrtPX96 The starting price, i.e., before accounting for the token1 delta
              /// @param liquidity The amount of usable liquidity
              /// @param amount How much of token1 to add, or remove, from virtual reserves
              /// @param add Whether to add, or remove, the amount of token1
              /// @return The price after adding or removing `amount`
              function getNextSqrtPriceFromAmount1RoundingDown(
                  uint160 sqrtPX96,
                  uint128 liquidity,
                  uint256 amount,
                  bool add
              ) internal pure returns (uint160) {
                  // if we're adding (subtracting), rounding down requires rounding the quotient down (up)
                  // in both cases, avoid a mulDiv for most inputs
                  if (add) {
                      uint256 quotient =
                          (
                              amount <= type(uint160).max
                                  ? (amount << FixedPoint96.RESOLUTION) / liquidity
                                  : FullMath.mulDiv(amount, FixedPoint96.Q96, liquidity)
                          );
                      return uint256(sqrtPX96).add(quotient).toUint160();
                  } else {
                      uint256 quotient =
                          (
                              amount <= type(uint160).max
                                  ? UnsafeMath.divRoundingUp(amount << FixedPoint96.RESOLUTION, liquidity)
                                  : FullMath.mulDivRoundingUp(amount, FixedPoint96.Q96, liquidity)
                          );
                      require(sqrtPX96 > quotient);
                      // always fits 160 bits
                      return uint160(sqrtPX96 - quotient);
                  }
              }
              /// @notice Gets the next sqrt price given an input amount of token0 or token1
              /// @dev Throws if price or liquidity are 0, or if the next price is out of bounds
              /// @param sqrtPX96 The starting price, i.e., before accounting for the input amount
              /// @param liquidity The amount of usable liquidity
              /// @param amountIn How much of token0, or token1, is being swapped in
              /// @param zeroForOne Whether the amount in is token0 or token1
              /// @return sqrtQX96 The price after adding the input amount to token0 or token1
              function getNextSqrtPriceFromInput(
                  uint160 sqrtPX96,
                  uint128 liquidity,
                  uint256 amountIn,
                  bool zeroForOne
              ) internal pure returns (uint160 sqrtQX96) {
                  require(sqrtPX96 > 0);
                  require(liquidity > 0);
                  // round to make sure that we don't pass the target price
                  return
                      zeroForOne
                          ? getNextSqrtPriceFromAmount0RoundingUp(sqrtPX96, liquidity, amountIn, true)
                          : getNextSqrtPriceFromAmount1RoundingDown(sqrtPX96, liquidity, amountIn, true);
              }
              /// @notice Gets the next sqrt price given an output amount of token0 or token1
              /// @dev Throws if price or liquidity are 0 or the next price is out of bounds
              /// @param sqrtPX96 The starting price before accounting for the output amount
              /// @param liquidity The amount of usable liquidity
              /// @param amountOut How much of token0, or token1, is being swapped out
              /// @param zeroForOne Whether the amount out is token0 or token1
              /// @return sqrtQX96 The price after removing the output amount of token0 or token1
              function getNextSqrtPriceFromOutput(
                  uint160 sqrtPX96,
                  uint128 liquidity,
                  uint256 amountOut,
                  bool zeroForOne
              ) internal pure returns (uint160 sqrtQX96) {
                  require(sqrtPX96 > 0);
                  require(liquidity > 0);
                  // round to make sure that we pass the target price
                  return
                      zeroForOne
                          ? getNextSqrtPriceFromAmount1RoundingDown(sqrtPX96, liquidity, amountOut, false)
                          : getNextSqrtPriceFromAmount0RoundingUp(sqrtPX96, liquidity, amountOut, false);
              }
              /// @notice Gets the amount0 delta between two prices
              /// @dev Calculates liquidity / sqrt(lower) - liquidity / sqrt(upper),
              /// i.e. liquidity * (sqrt(upper) - sqrt(lower)) / (sqrt(upper) * sqrt(lower))
              /// @param sqrtRatioAX96 A sqrt price
              /// @param sqrtRatioBX96 Another sqrt price
              /// @param liquidity The amount of usable liquidity
              /// @param roundUp Whether to round the amount up or down
              /// @return amount0 Amount of token0 required to cover a position of size liquidity between the two passed prices
              function getAmount0Delta(
                  uint160 sqrtRatioAX96,
                  uint160 sqrtRatioBX96,
                  uint128 liquidity,
                  bool roundUp
              ) internal pure returns (uint256 amount0) {
                  if (sqrtRatioAX96 > sqrtRatioBX96) (sqrtRatioAX96, sqrtRatioBX96) = (sqrtRatioBX96, sqrtRatioAX96);
                  uint256 numerator1 = uint256(liquidity) << FixedPoint96.RESOLUTION;
                  uint256 numerator2 = sqrtRatioBX96 - sqrtRatioAX96;
                  require(sqrtRatioAX96 > 0);
                  return
                      roundUp
                          ? UnsafeMath.divRoundingUp(
                              FullMath.mulDivRoundingUp(numerator1, numerator2, sqrtRatioBX96),
                              sqrtRatioAX96
                          )
                          : FullMath.mulDiv(numerator1, numerator2, sqrtRatioBX96) / sqrtRatioAX96;
              }
              /// @notice Gets the amount1 delta between two prices
              /// @dev Calculates liquidity * (sqrt(upper) - sqrt(lower))
              /// @param sqrtRatioAX96 A sqrt price
              /// @param sqrtRatioBX96 Another sqrt price
              /// @param liquidity The amount of usable liquidity
              /// @param roundUp Whether to round the amount up, or down
              /// @return amount1 Amount of token1 required to cover a position of size liquidity between the two passed prices
              function getAmount1Delta(
                  uint160 sqrtRatioAX96,
                  uint160 sqrtRatioBX96,
                  uint128 liquidity,
                  bool roundUp
              ) internal pure returns (uint256 amount1) {
                  if (sqrtRatioAX96 > sqrtRatioBX96) (sqrtRatioAX96, sqrtRatioBX96) = (sqrtRatioBX96, sqrtRatioAX96);
                  return
                      roundUp
                          ? FullMath.mulDivRoundingUp(liquidity, sqrtRatioBX96 - sqrtRatioAX96, FixedPoint96.Q96)
                          : FullMath.mulDiv(liquidity, sqrtRatioBX96 - sqrtRatioAX96, FixedPoint96.Q96);
              }
              /// @notice Helper that gets signed token0 delta
              /// @param sqrtRatioAX96 A sqrt price
              /// @param sqrtRatioBX96 Another sqrt price
              /// @param liquidity The change in liquidity for which to compute the amount0 delta
              /// @return amount0 Amount of token0 corresponding to the passed liquidityDelta between the two prices
              function getAmount0Delta(
                  uint160 sqrtRatioAX96,
                  uint160 sqrtRatioBX96,
                  int128 liquidity
              ) internal pure returns (int256 amount0) {
                  return
                      liquidity < 0
                          ? -getAmount0Delta(sqrtRatioAX96, sqrtRatioBX96, uint128(-liquidity), false).toInt256()
                          : getAmount0Delta(sqrtRatioAX96, sqrtRatioBX96, uint128(liquidity), true).toInt256();
              }
              /// @notice Helper that gets signed token1 delta
              /// @param sqrtRatioAX96 A sqrt price
              /// @param sqrtRatioBX96 Another sqrt price
              /// @param liquidity The change in liquidity for which to compute the amount1 delta
              /// @return amount1 Amount of token1 corresponding to the passed liquidityDelta between the two prices
              function getAmount1Delta(
                  uint160 sqrtRatioAX96,
                  uint160 sqrtRatioBX96,
                  int128 liquidity
              ) internal pure returns (int256 amount1) {
                  return
                      liquidity < 0
                          ? -getAmount1Delta(sqrtRatioAX96, sqrtRatioBX96, uint128(-liquidity), false).toInt256()
                          : getAmount1Delta(sqrtRatioAX96, sqrtRatioBX96, uint128(liquidity), true).toInt256();
              }
          }
          // SPDX-License-Identifier: BUSL-1.1
          pragma solidity >=0.5.0;
          import './FullMath.sol';
          import './SqrtPriceMath.sol';
          /// @title Computes the result of a swap within ticks
          /// @notice Contains methods for computing the result of a swap within a single tick price range, i.e., a single tick.
          library SwapMath {
              /// @notice Computes the result of swapping some amount in, or amount out, given the parameters of the swap
              /// @dev The fee, plus the amount in, will never exceed the amount remaining if the swap's `amountSpecified` is positive
              /// @param sqrtRatioCurrentX96 The current sqrt price of the pool
              /// @param sqrtRatioTargetX96 The price that cannot be exceeded, from which the direction of the swap is inferred
              /// @param liquidity The usable liquidity
              /// @param amountRemaining How much input or output amount is remaining to be swapped in/out
              /// @param feePips The fee taken from the input amount, expressed in hundredths of a bip
              /// @return sqrtRatioNextX96 The price after swapping the amount in/out, not to exceed the price target
              /// @return amountIn The amount to be swapped in, of either token0 or token1, based on the direction of the swap
              /// @return amountOut The amount to be received, of either token0 or token1, based on the direction of the swap
              /// @return feeAmount The amount of input that will be taken as a fee
              function computeSwapStep(
                  uint160 sqrtRatioCurrentX96,
                  uint160 sqrtRatioTargetX96,
                  uint128 liquidity,
                  int256 amountRemaining,
                  uint24 feePips
              )
                  internal
                  pure
                  returns (
                      uint160 sqrtRatioNextX96,
                      uint256 amountIn,
                      uint256 amountOut,
                      uint256 feeAmount
                  )
              {
                  bool zeroForOne = sqrtRatioCurrentX96 >= sqrtRatioTargetX96;
                  bool exactIn = amountRemaining >= 0;
                  if (exactIn) {
                      uint256 amountRemainingLessFee = FullMath.mulDiv(uint256(amountRemaining), 1e6 - feePips, 1e6);
                      amountIn = zeroForOne
                          ? SqrtPriceMath.getAmount0Delta(sqrtRatioTargetX96, sqrtRatioCurrentX96, liquidity, true)
                          : SqrtPriceMath.getAmount1Delta(sqrtRatioCurrentX96, sqrtRatioTargetX96, liquidity, true);
                      if (amountRemainingLessFee >= amountIn) sqrtRatioNextX96 = sqrtRatioTargetX96;
                      else
                          sqrtRatioNextX96 = SqrtPriceMath.getNextSqrtPriceFromInput(
                              sqrtRatioCurrentX96,
                              liquidity,
                              amountRemainingLessFee,
                              zeroForOne
                          );
                  } else {
                      amountOut = zeroForOne
                          ? SqrtPriceMath.getAmount1Delta(sqrtRatioTargetX96, sqrtRatioCurrentX96, liquidity, false)
                          : SqrtPriceMath.getAmount0Delta(sqrtRatioCurrentX96, sqrtRatioTargetX96, liquidity, false);
                      if (uint256(-amountRemaining) >= amountOut) sqrtRatioNextX96 = sqrtRatioTargetX96;
                      else
                          sqrtRatioNextX96 = SqrtPriceMath.getNextSqrtPriceFromOutput(
                              sqrtRatioCurrentX96,
                              liquidity,
                              uint256(-amountRemaining),
                              zeroForOne
                          );
                  }
                  bool max = sqrtRatioTargetX96 == sqrtRatioNextX96;
                  // get the input/output amounts
                  if (zeroForOne) {
                      amountIn = max && exactIn
                          ? amountIn
                          : SqrtPriceMath.getAmount0Delta(sqrtRatioNextX96, sqrtRatioCurrentX96, liquidity, true);
                      amountOut = max && !exactIn
                          ? amountOut
                          : SqrtPriceMath.getAmount1Delta(sqrtRatioNextX96, sqrtRatioCurrentX96, liquidity, false);
                  } else {
                      amountIn = max && exactIn
                          ? amountIn
                          : SqrtPriceMath.getAmount1Delta(sqrtRatioCurrentX96, sqrtRatioNextX96, liquidity, true);
                      amountOut = max && !exactIn
                          ? amountOut
                          : SqrtPriceMath.getAmount0Delta(sqrtRatioCurrentX96, sqrtRatioNextX96, liquidity, false);
                  }
                  // cap the output amount to not exceed the remaining output amount
                  if (!exactIn && amountOut > uint256(-amountRemaining)) {
                      amountOut = uint256(-amountRemaining);
                  }
                  if (exactIn && sqrtRatioNextX96 != sqrtRatioTargetX96) {
                      // we didn't reach the target, so take the remainder of the maximum input as fee
                      feeAmount = uint256(amountRemaining) - amountIn;
                  } else {
                      feeAmount = FullMath.mulDivRoundingUp(amountIn, feePips, 1e6 - feePips);
                  }
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title An interface for a contract that is capable of deploying Uniswap V3 Pools
          /// @notice A contract that constructs a pool must implement this to pass arguments to the pool
          /// @dev This is used to avoid having constructor arguments in the pool contract, which results in the init code hash
          /// of the pool being constant allowing the CREATE2 address of the pool to be cheaply computed on-chain
          interface IUniswapV3PoolDeployer {
              /// @notice Get the parameters to be used in constructing the pool, set transiently during pool creation.
              /// @dev Called by the pool constructor to fetch the parameters of the pool
              /// Returns factory The factory address
              /// Returns token0 The first token of the pool by address sort order
              /// Returns token1 The second token of the pool by address sort order
              /// Returns fee The fee collected upon every swap in the pool, denominated in hundredths of a bip
              /// Returns tickSpacing The minimum number of ticks between initialized ticks
              function parameters()
                  external
                  view
                  returns (
                      address factory,
                      address token0,
                      address token1,
                      uint24 fee,
                      int24 tickSpacing
                  );
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title The interface for the Uniswap V3 Factory
          /// @notice The Uniswap V3 Factory facilitates creation of Uniswap V3 pools and control over the protocol fees
          interface IUniswapV3Factory {
              /// @notice Emitted when the owner of the factory is changed
              /// @param oldOwner The owner before the owner was changed
              /// @param newOwner The owner after the owner was changed
              event OwnerChanged(address indexed oldOwner, address indexed newOwner);
              /// @notice Emitted when a pool is created
              /// @param token0 The first token of the pool by address sort order
              /// @param token1 The second token of the pool by address sort order
              /// @param fee The fee collected upon every swap in the pool, denominated in hundredths of a bip
              /// @param tickSpacing The minimum number of ticks between initialized ticks
              /// @param pool The address of the created pool
              event PoolCreated(
                  address indexed token0,
                  address indexed token1,
                  uint24 indexed fee,
                  int24 tickSpacing,
                  address pool
              );
              /// @notice Emitted when a new fee amount is enabled for pool creation via the factory
              /// @param fee The enabled fee, denominated in hundredths of a bip
              /// @param tickSpacing The minimum number of ticks between initialized ticks for pools created with the given fee
              event FeeAmountEnabled(uint24 indexed fee, int24 indexed tickSpacing);
              /// @notice Returns the current owner of the factory
              /// @dev Can be changed by the current owner via setOwner
              /// @return The address of the factory owner
              function owner() external view returns (address);
              /// @notice Returns the tick spacing for a given fee amount, if enabled, or 0 if not enabled
              /// @dev A fee amount can never be removed, so this value should be hard coded or cached in the calling context
              /// @param fee The enabled fee, denominated in hundredths of a bip. Returns 0 in case of unenabled fee
              /// @return The tick spacing
              function feeAmountTickSpacing(uint24 fee) external view returns (int24);
              /// @notice Returns the pool address for a given pair of tokens and a fee, or address 0 if it does not exist
              /// @dev tokenA and tokenB may be passed in either token0/token1 or token1/token0 order
              /// @param tokenA The contract address of either token0 or token1
              /// @param tokenB The contract address of the other token
              /// @param fee The fee collected upon every swap in the pool, denominated in hundredths of a bip
              /// @return pool The pool address
              function getPool(
                  address tokenA,
                  address tokenB,
                  uint24 fee
              ) external view returns (address pool);
              /// @notice Creates a pool for the given two tokens and fee
              /// @param tokenA One of the two tokens in the desired pool
              /// @param tokenB The other of the two tokens in the desired pool
              /// @param fee The desired fee for the pool
              /// @dev tokenA and tokenB may be passed in either order: token0/token1 or token1/token0. tickSpacing is retrieved
              /// from the fee. The call will revert if the pool already exists, the fee is invalid, or the token arguments
              /// are invalid.
              /// @return pool The address of the newly created pool
              function createPool(
                  address tokenA,
                  address tokenB,
                  uint24 fee
              ) external returns (address pool);
              /// @notice Updates the owner of the factory
              /// @dev Must be called by the current owner
              /// @param _owner The new owner of the factory
              function setOwner(address _owner) external;
              /// @notice Enables a fee amount with the given tickSpacing
              /// @dev Fee amounts may never be removed once enabled
              /// @param fee The fee amount to enable, denominated in hundredths of a bip (i.e. 1e-6)
              /// @param tickSpacing The spacing between ticks to be enforced for all pools created with the given fee amount
              function enableFeeAmount(uint24 fee, int24 tickSpacing) external;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Minimal ERC20 interface for Uniswap
          /// @notice Contains a subset of the full ERC20 interface that is used in Uniswap V3
          interface IERC20Minimal {
              /// @notice Returns the balance of a token
              /// @param account The account for which to look up the number of tokens it has, i.e. its balance
              /// @return The number of tokens held by the account
              function balanceOf(address account) external view returns (uint256);
              /// @notice Transfers the amount of token from the `msg.sender` to the recipient
              /// @param recipient The account that will receive the amount transferred
              /// @param amount The number of tokens to send from the sender to the recipient
              /// @return Returns true for a successful transfer, false for an unsuccessful transfer
              function transfer(address recipient, uint256 amount) external returns (bool);
              /// @notice Returns the current allowance given to a spender by an owner
              /// @param owner The account of the token owner
              /// @param spender The account of the token spender
              /// @return The current allowance granted by `owner` to `spender`
              function allowance(address owner, address spender) external view returns (uint256);
              /// @notice Sets the allowance of a spender from the `msg.sender` to the value `amount`
              /// @param spender The account which will be allowed to spend a given amount of the owners tokens
              /// @param amount The amount of tokens allowed to be used by `spender`
              /// @return Returns true for a successful approval, false for unsuccessful
              function approve(address spender, uint256 amount) external returns (bool);
              /// @notice Transfers `amount` tokens from `sender` to `recipient` up to the allowance given to the `msg.sender`
              /// @param sender The account from which the transfer will be initiated
              /// @param recipient The recipient of the transfer
              /// @param amount The amount of the transfer
              /// @return Returns true for a successful transfer, false for unsuccessful
              function transferFrom(
                  address sender,
                  address recipient,
                  uint256 amount
              ) external returns (bool);
              /// @notice Event emitted when tokens are transferred from one address to another, either via `#transfer` or `#transferFrom`.
              /// @param from The account from which the tokens were sent, i.e. the balance decreased
              /// @param to The account to which the tokens were sent, i.e. the balance increased
              /// @param value The amount of tokens that were transferred
              event Transfer(address indexed from, address indexed to, uint256 value);
              /// @notice Event emitted when the approval amount for the spender of a given owner's tokens changes.
              /// @param owner The account that approved spending of its tokens
              /// @param spender The account for which the spending allowance was modified
              /// @param value The new allowance from the owner to the spender
              event Approval(address indexed owner, address indexed spender, uint256 value);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Callback for IUniswapV3PoolActions#mint
          /// @notice Any contract that calls IUniswapV3PoolActions#mint must implement this interface
          interface IUniswapV3MintCallback {
              /// @notice Called to `msg.sender` after minting liquidity to a position from IUniswapV3Pool#mint.
              /// @dev In the implementation you must pay the pool tokens owed for the minted liquidity.
              /// The caller of this method must be checked to be a UniswapV3Pool deployed by the canonical UniswapV3Factory.
              /// @param amount0Owed The amount of token0 due to the pool for the minted liquidity
              /// @param amount1Owed The amount of token1 due to the pool for the minted liquidity
              /// @param data Any data passed through by the caller via the IUniswapV3PoolActions#mint call
              function uniswapV3MintCallback(
                  uint256 amount0Owed,
                  uint256 amount1Owed,
                  bytes calldata data
              ) external;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Callback for IUniswapV3PoolActions#swap
          /// @notice Any contract that calls IUniswapV3PoolActions#swap must implement this interface
          interface IUniswapV3SwapCallback {
              /// @notice Called to `msg.sender` after executing a swap via IUniswapV3Pool#swap.
              /// @dev In the implementation you must pay the pool tokens owed for the swap.
              /// The caller of this method must be checked to be a UniswapV3Pool deployed by the canonical UniswapV3Factory.
              /// amount0Delta and amount1Delta can both be 0 if no tokens were swapped.
              /// @param amount0Delta The amount of token0 that was sent (negative) or must be received (positive) by the pool by
              /// the end of the swap. If positive, the callback must send that amount of token0 to the pool.
              /// @param amount1Delta The amount of token1 that was sent (negative) or must be received (positive) by the pool by
              /// the end of the swap. If positive, the callback must send that amount of token1 to the pool.
              /// @param data Any data passed through by the caller via the IUniswapV3PoolActions#swap call
              function uniswapV3SwapCallback(
                  int256 amount0Delta,
                  int256 amount1Delta,
                  bytes calldata data
              ) external;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Callback for IUniswapV3PoolActions#flash
          /// @notice Any contract that calls IUniswapV3PoolActions#flash must implement this interface
          interface IUniswapV3FlashCallback {
              /// @notice Called to `msg.sender` after transferring to the recipient from IUniswapV3Pool#flash.
              /// @dev In the implementation you must repay the pool the tokens sent by flash plus the computed fee amounts.
              /// The caller of this method must be checked to be a UniswapV3Pool deployed by the canonical UniswapV3Factory.
              /// @param fee0 The fee amount in token0 due to the pool by the end of the flash
              /// @param fee1 The fee amount in token1 due to the pool by the end of the flash
              /// @param data Any data passed through by the caller via the IUniswapV3PoolActions#flash call
              function uniswapV3FlashCallback(
                  uint256 fee0,
                  uint256 fee1,
                  bytes calldata data
              ) external;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Pool state that never changes
          /// @notice These parameters are fixed for a pool forever, i.e., the methods will always return the same values
          interface IUniswapV3PoolImmutables {
              /// @notice The contract that deployed the pool, which must adhere to the IUniswapV3Factory interface
              /// @return The contract address
              function factory() external view returns (address);
              /// @notice The first of the two tokens of the pool, sorted by address
              /// @return The token contract address
              function token0() external view returns (address);
              /// @notice The second of the two tokens of the pool, sorted by address
              /// @return The token contract address
              function token1() external view returns (address);
              /// @notice The pool's fee in hundredths of a bip, i.e. 1e-6
              /// @return The fee
              function fee() external view returns (uint24);
              /// @notice The pool tick spacing
              /// @dev Ticks can only be used at multiples of this value, minimum of 1 and always positive
              /// e.g.: a tickSpacing of 3 means ticks can be initialized every 3rd tick, i.e., ..., -6, -3, 0, 3, 6, ...
              /// This value is an int24 to avoid casting even though it is always positive.
              /// @return The tick spacing
              function tickSpacing() external view returns (int24);
              /// @notice The maximum amount of position liquidity that can use any tick in the range
              /// @dev This parameter is enforced per tick to prevent liquidity from overflowing a uint128 at any point, and
              /// also prevents out-of-range liquidity from being used to prevent adding in-range liquidity to a pool
              /// @return The max amount of liquidity per tick
              function maxLiquidityPerTick() external view returns (uint128);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Pool state that can change
          /// @notice These methods compose the pool's state, and can change with any frequency including multiple times
          /// per transaction
          interface IUniswapV3PoolState {
              /// @notice The 0th storage slot in the pool stores many values, and is exposed as a single method to save gas
              /// when accessed externally.
              /// @return sqrtPriceX96 The current price of the pool as a sqrt(token1/token0) Q64.96 value
              /// tick The current tick of the pool, i.e. according to the last tick transition that was run.
              /// This value may not always be equal to SqrtTickMath.getTickAtSqrtRatio(sqrtPriceX96) if the price is on a tick
              /// boundary.
              /// observationIndex The index of the last oracle observation that was written,
              /// observationCardinality The current maximum number of observations stored in the pool,
              /// observationCardinalityNext The next maximum number of observations, to be updated when the observation.
              /// feeProtocol The protocol fee for both tokens of the pool.
              /// Encoded as two 4 bit values, where the protocol fee of token1 is shifted 4 bits and the protocol fee of token0
              /// is the lower 4 bits. Used as the denominator of a fraction of the swap fee, e.g. 4 means 1/4th of the swap fee.
              /// unlocked Whether the pool is currently locked to reentrancy
              function slot0()
                  external
                  view
                  returns (
                      uint160 sqrtPriceX96,
                      int24 tick,
                      uint16 observationIndex,
                      uint16 observationCardinality,
                      uint16 observationCardinalityNext,
                      uint8 feeProtocol,
                      bool unlocked
                  );
              /// @notice The fee growth as a Q128.128 fees of token0 collected per unit of liquidity for the entire life of the pool
              /// @dev This value can overflow the uint256
              function feeGrowthGlobal0X128() external view returns (uint256);
              /// @notice The fee growth as a Q128.128 fees of token1 collected per unit of liquidity for the entire life of the pool
              /// @dev This value can overflow the uint256
              function feeGrowthGlobal1X128() external view returns (uint256);
              /// @notice The amounts of token0 and token1 that are owed to the protocol
              /// @dev Protocol fees will never exceed uint128 max in either token
              function protocolFees() external view returns (uint128 token0, uint128 token1);
              /// @notice The currently in range liquidity available to the pool
              /// @dev This value has no relationship to the total liquidity across all ticks
              function liquidity() external view returns (uint128);
              /// @notice Look up information about a specific tick in the pool
              /// @param tick The tick to look up
              /// @return liquidityGross the total amount of position liquidity that uses the pool either as tick lower or
              /// tick upper,
              /// liquidityNet how much liquidity changes when the pool price crosses the tick,
              /// feeGrowthOutside0X128 the fee growth on the other side of the tick from the current tick in token0,
              /// feeGrowthOutside1X128 the fee growth on the other side of the tick from the current tick in token1,
              /// tickCumulativeOutside the cumulative tick value on the other side of the tick from the current tick
              /// secondsPerLiquidityOutsideX128 the seconds spent per liquidity on the other side of the tick from the current tick,
              /// secondsOutside the seconds spent on the other side of the tick from the current tick,
              /// initialized Set to true if the tick is initialized, i.e. liquidityGross is greater than 0, otherwise equal to false.
              /// Outside values can only be used if the tick is initialized, i.e. if liquidityGross is greater than 0.
              /// In addition, these values are only relative and must be used only in comparison to previous snapshots for
              /// a specific position.
              function ticks(int24 tick)
                  external
                  view
                  returns (
                      uint128 liquidityGross,
                      int128 liquidityNet,
                      uint256 feeGrowthOutside0X128,
                      uint256 feeGrowthOutside1X128,
                      int56 tickCumulativeOutside,
                      uint160 secondsPerLiquidityOutsideX128,
                      uint32 secondsOutside,
                      bool initialized
                  );
              /// @notice Returns 256 packed tick initialized boolean values. See TickBitmap for more information
              function tickBitmap(int16 wordPosition) external view returns (uint256);
              /// @notice Returns the information about a position by the position's key
              /// @param key The position's key is a hash of a preimage composed by the owner, tickLower and tickUpper
              /// @return _liquidity The amount of liquidity in the position,
              /// Returns feeGrowthInside0LastX128 fee growth of token0 inside the tick range as of the last mint/burn/poke,
              /// Returns feeGrowthInside1LastX128 fee growth of token1 inside the tick range as of the last mint/burn/poke,
              /// Returns tokensOwed0 the computed amount of token0 owed to the position as of the last mint/burn/poke,
              /// Returns tokensOwed1 the computed amount of token1 owed to the position as of the last mint/burn/poke
              function positions(bytes32 key)
                  external
                  view
                  returns (
                      uint128 _liquidity,
                      uint256 feeGrowthInside0LastX128,
                      uint256 feeGrowthInside1LastX128,
                      uint128 tokensOwed0,
                      uint128 tokensOwed1
                  );
              /// @notice Returns data about a specific observation index
              /// @param index The element of the observations array to fetch
              /// @dev You most likely want to use #observe() instead of this method to get an observation as of some amount of time
              /// ago, rather than at a specific index in the array.
              /// @return blockTimestamp The timestamp of the observation,
              /// Returns tickCumulative the tick multiplied by seconds elapsed for the life of the pool as of the observation timestamp,
              /// Returns secondsPerLiquidityCumulativeX128 the seconds per in range liquidity for the life of the pool as of the observation timestamp,
              /// Returns initialized whether the observation has been initialized and the values are safe to use
              function observations(uint256 index)
                  external
                  view
                  returns (
                      uint32 blockTimestamp,
                      int56 tickCumulative,
                      uint160 secondsPerLiquidityCumulativeX128,
                      bool initialized
                  );
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Pool state that is not stored
          /// @notice Contains view functions to provide information about the pool that is computed rather than stored on the
          /// blockchain. The functions here may have variable gas costs.
          interface IUniswapV3PoolDerivedState {
              /// @notice Returns the cumulative tick and liquidity as of each timestamp `secondsAgo` from the current block timestamp
              /// @dev To get a time weighted average tick or liquidity-in-range, you must call this with two values, one representing
              /// the beginning of the period and another for the end of the period. E.g., to get the last hour time-weighted average tick,
              /// you must call it with secondsAgos = [3600, 0].
              /// @dev The time weighted average tick represents the geometric time weighted average price of the pool, in
              /// log base sqrt(1.0001) of token1 / token0. The TickMath library can be used to go from a tick value to a ratio.
              /// @param secondsAgos From how long ago each cumulative tick and liquidity value should be returned
              /// @return tickCumulatives Cumulative tick values as of each `secondsAgos` from the current block timestamp
              /// @return secondsPerLiquidityCumulativeX128s Cumulative seconds per liquidity-in-range value as of each `secondsAgos` from the current block
              /// timestamp
              function observe(uint32[] calldata secondsAgos)
                  external
                  view
                  returns (int56[] memory tickCumulatives, uint160[] memory secondsPerLiquidityCumulativeX128s);
              /// @notice Returns a snapshot of the tick cumulative, seconds per liquidity and seconds inside a tick range
              /// @dev Snapshots must only be compared to other snapshots, taken over a period for which a position existed.
              /// I.e., snapshots cannot be compared if a position is not held for the entire period between when the first
              /// snapshot is taken and the second snapshot is taken.
              /// @param tickLower The lower tick of the range
              /// @param tickUpper The upper tick of the range
              /// @return tickCumulativeInside The snapshot of the tick accumulator for the range
              /// @return secondsPerLiquidityInsideX128 The snapshot of seconds per liquidity for the range
              /// @return secondsInside The snapshot of seconds per liquidity for the range
              function snapshotCumulativesInside(int24 tickLower, int24 tickUpper)
                  external
                  view
                  returns (
                      int56 tickCumulativeInside,
                      uint160 secondsPerLiquidityInsideX128,
                      uint32 secondsInside
                  );
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Permissionless pool actions
          /// @notice Contains pool methods that can be called by anyone
          interface IUniswapV3PoolActions {
              /// @notice Sets the initial price for the pool
              /// @dev Price is represented as a sqrt(amountToken1/amountToken0) Q64.96 value
              /// @param sqrtPriceX96 the initial sqrt price of the pool as a Q64.96
              function initialize(uint160 sqrtPriceX96) external;
              /// @notice Adds liquidity for the given recipient/tickLower/tickUpper position
              /// @dev The caller of this method receives a callback in the form of IUniswapV3MintCallback#uniswapV3MintCallback
              /// in which they must pay any token0 or token1 owed for the liquidity. The amount of token0/token1 due depends
              /// on tickLower, tickUpper, the amount of liquidity, and the current price.
              /// @param recipient The address for which the liquidity will be created
              /// @param tickLower The lower tick of the position in which to add liquidity
              /// @param tickUpper The upper tick of the position in which to add liquidity
              /// @param amount The amount of liquidity to mint
              /// @param data Any data that should be passed through to the callback
              /// @return amount0 The amount of token0 that was paid to mint the given amount of liquidity. Matches the value in the callback
              /// @return amount1 The amount of token1 that was paid to mint the given amount of liquidity. Matches the value in the callback
              function mint(
                  address recipient,
                  int24 tickLower,
                  int24 tickUpper,
                  uint128 amount,
                  bytes calldata data
              ) external returns (uint256 amount0, uint256 amount1);
              /// @notice Collects tokens owed to a position
              /// @dev Does not recompute fees earned, which must be done either via mint or burn of any amount of liquidity.
              /// Collect must be called by the position owner. To withdraw only token0 or only token1, amount0Requested or
              /// amount1Requested may be set to zero. To withdraw all tokens owed, caller may pass any value greater than the
              /// actual tokens owed, e.g. type(uint128).max. Tokens owed may be from accumulated swap fees or burned liquidity.
              /// @param recipient The address which should receive the fees collected
              /// @param tickLower The lower tick of the position for which to collect fees
              /// @param tickUpper The upper tick of the position for which to collect fees
              /// @param amount0Requested How much token0 should be withdrawn from the fees owed
              /// @param amount1Requested How much token1 should be withdrawn from the fees owed
              /// @return amount0 The amount of fees collected in token0
              /// @return amount1 The amount of fees collected in token1
              function collect(
                  address recipient,
                  int24 tickLower,
                  int24 tickUpper,
                  uint128 amount0Requested,
                  uint128 amount1Requested
              ) external returns (uint128 amount0, uint128 amount1);
              /// @notice Burn liquidity from the sender and account tokens owed for the liquidity to the position
              /// @dev Can be used to trigger a recalculation of fees owed to a position by calling with an amount of 0
              /// @dev Fees must be collected separately via a call to #collect
              /// @param tickLower The lower tick of the position for which to burn liquidity
              /// @param tickUpper The upper tick of the position for which to burn liquidity
              /// @param amount How much liquidity to burn
              /// @return amount0 The amount of token0 sent to the recipient
              /// @return amount1 The amount of token1 sent to the recipient
              function burn(
                  int24 tickLower,
                  int24 tickUpper,
                  uint128 amount
              ) external returns (uint256 amount0, uint256 amount1);
              /// @notice Swap token0 for token1, or token1 for token0
              /// @dev The caller of this method receives a callback in the form of IUniswapV3SwapCallback#uniswapV3SwapCallback
              /// @param recipient The address to receive the output of the swap
              /// @param zeroForOne The direction of the swap, true for token0 to token1, false for token1 to token0
              /// @param amountSpecified The amount of the swap, which implicitly configures the swap as exact input (positive), or exact output (negative)
              /// @param sqrtPriceLimitX96 The Q64.96 sqrt price limit. If zero for one, the price cannot be less than this
              /// value after the swap. If one for zero, the price cannot be greater than this value after the swap
              /// @param data Any data to be passed through to the callback
              /// @return amount0 The delta of the balance of token0 of the pool, exact when negative, minimum when positive
              /// @return amount1 The delta of the balance of token1 of the pool, exact when negative, minimum when positive
              function swap(
                  address recipient,
                  bool zeroForOne,
                  int256 amountSpecified,
                  uint160 sqrtPriceLimitX96,
                  bytes calldata data
              ) external returns (int256 amount0, int256 amount1);
              /// @notice Receive token0 and/or token1 and pay it back, plus a fee, in the callback
              /// @dev The caller of this method receives a callback in the form of IUniswapV3FlashCallback#uniswapV3FlashCallback
              /// @dev Can be used to donate underlying tokens pro-rata to currently in-range liquidity providers by calling
              /// with 0 amount{0,1} and sending the donation amount(s) from the callback
              /// @param recipient The address which will receive the token0 and token1 amounts
              /// @param amount0 The amount of token0 to send
              /// @param amount1 The amount of token1 to send
              /// @param data Any data to be passed through to the callback
              function flash(
                  address recipient,
                  uint256 amount0,
                  uint256 amount1,
                  bytes calldata data
              ) external;
              /// @notice Increase the maximum number of price and liquidity observations that this pool will store
              /// @dev This method is no-op if the pool already has an observationCardinalityNext greater than or equal to
              /// the input observationCardinalityNext.
              /// @param observationCardinalityNext The desired minimum number of observations for the pool to store
              function increaseObservationCardinalityNext(uint16 observationCardinalityNext) external;
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Permissioned pool actions
          /// @notice Contains pool methods that may only be called by the factory owner
          interface IUniswapV3PoolOwnerActions {
              /// @notice Set the denominator of the protocol's % share of the fees
              /// @param feeProtocol0 new protocol fee for token0 of the pool
              /// @param feeProtocol1 new protocol fee for token1 of the pool
              function setFeeProtocol(uint8 feeProtocol0, uint8 feeProtocol1) external;
              /// @notice Collect the protocol fee accrued to the pool
              /// @param recipient The address to which collected protocol fees should be sent
              /// @param amount0Requested The maximum amount of token0 to send, can be 0 to collect fees in only token1
              /// @param amount1Requested The maximum amount of token1 to send, can be 0 to collect fees in only token0
              /// @return amount0 The protocol fee collected in token0
              /// @return amount1 The protocol fee collected in token1
              function collectProtocol(
                  address recipient,
                  uint128 amount0Requested,
                  uint128 amount1Requested
              ) external returns (uint128 amount0, uint128 amount1);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Events emitted by a pool
          /// @notice Contains all events emitted by the pool
          interface IUniswapV3PoolEvents {
              /// @notice Emitted exactly once by a pool when #initialize is first called on the pool
              /// @dev Mint/Burn/Swap cannot be emitted by the pool before Initialize
              /// @param sqrtPriceX96 The initial sqrt price of the pool, as a Q64.96
              /// @param tick The initial tick of the pool, i.e. log base 1.0001 of the starting price of the pool
              event Initialize(uint160 sqrtPriceX96, int24 tick);
              /// @notice Emitted when liquidity is minted for a given position
              /// @param sender The address that minted the liquidity
              /// @param owner The owner of the position and recipient of any minted liquidity
              /// @param tickLower The lower tick of the position
              /// @param tickUpper The upper tick of the position
              /// @param amount The amount of liquidity minted to the position range
              /// @param amount0 How much token0 was required for the minted liquidity
              /// @param amount1 How much token1 was required for the minted liquidity
              event Mint(
                  address sender,
                  address indexed owner,
                  int24 indexed tickLower,
                  int24 indexed tickUpper,
                  uint128 amount,
                  uint256 amount0,
                  uint256 amount1
              );
              /// @notice Emitted when fees are collected by the owner of a position
              /// @dev Collect events may be emitted with zero amount0 and amount1 when the caller chooses not to collect fees
              /// @param owner The owner of the position for which fees are collected
              /// @param tickLower The lower tick of the position
              /// @param tickUpper The upper tick of the position
              /// @param amount0 The amount of token0 fees collected
              /// @param amount1 The amount of token1 fees collected
              event Collect(
                  address indexed owner,
                  address recipient,
                  int24 indexed tickLower,
                  int24 indexed tickUpper,
                  uint128 amount0,
                  uint128 amount1
              );
              /// @notice Emitted when a position's liquidity is removed
              /// @dev Does not withdraw any fees earned by the liquidity position, which must be withdrawn via #collect
              /// @param owner The owner of the position for which liquidity is removed
              /// @param tickLower The lower tick of the position
              /// @param tickUpper The upper tick of the position
              /// @param amount The amount of liquidity to remove
              /// @param amount0 The amount of token0 withdrawn
              /// @param amount1 The amount of token1 withdrawn
              event Burn(
                  address indexed owner,
                  int24 indexed tickLower,
                  int24 indexed tickUpper,
                  uint128 amount,
                  uint256 amount0,
                  uint256 amount1
              );
              /// @notice Emitted by the pool for any swaps between token0 and token1
              /// @param sender The address that initiated the swap call, and that received the callback
              /// @param recipient The address that received the output of the swap
              /// @param amount0 The delta of the token0 balance of the pool
              /// @param amount1 The delta of the token1 balance of the pool
              /// @param sqrtPriceX96 The sqrt(price) of the pool after the swap, as a Q64.96
              /// @param liquidity The liquidity of the pool after the swap
              /// @param tick The log base 1.0001 of price of the pool after the swap
              event Swap(
                  address indexed sender,
                  address indexed recipient,
                  int256 amount0,
                  int256 amount1,
                  uint160 sqrtPriceX96,
                  uint128 liquidity,
                  int24 tick
              );
              /// @notice Emitted by the pool for any flashes of token0/token1
              /// @param sender The address that initiated the swap call, and that received the callback
              /// @param recipient The address that received the tokens from flash
              /// @param amount0 The amount of token0 that was flashed
              /// @param amount1 The amount of token1 that was flashed
              /// @param paid0 The amount of token0 paid for the flash, which can exceed the amount0 plus the fee
              /// @param paid1 The amount of token1 paid for the flash, which can exceed the amount1 plus the fee
              event Flash(
                  address indexed sender,
                  address indexed recipient,
                  uint256 amount0,
                  uint256 amount1,
                  uint256 paid0,
                  uint256 paid1
              );
              /// @notice Emitted by the pool for increases to the number of observations that can be stored
              /// @dev observationCardinalityNext is not the observation cardinality until an observation is written at the index
              /// just before a mint/swap/burn.
              /// @param observationCardinalityNextOld The previous value of the next observation cardinality
              /// @param observationCardinalityNextNew The updated value of the next observation cardinality
              event IncreaseObservationCardinalityNext(
                  uint16 observationCardinalityNextOld,
                  uint16 observationCardinalityNextNew
              );
              /// @notice Emitted when the protocol fee is changed by the pool
              /// @param feeProtocol0Old The previous value of the token0 protocol fee
              /// @param feeProtocol1Old The previous value of the token1 protocol fee
              /// @param feeProtocol0New The updated value of the token0 protocol fee
              /// @param feeProtocol1New The updated value of the token1 protocol fee
              event SetFeeProtocol(uint8 feeProtocol0Old, uint8 feeProtocol1Old, uint8 feeProtocol0New, uint8 feeProtocol1New);
              /// @notice Emitted when the collected protocol fees are withdrawn by the factory owner
              /// @param sender The address that collects the protocol fees
              /// @param recipient The address that receives the collected protocol fees
              /// @param amount0 The amount of token0 protocol fees that is withdrawn
              /// @param amount0 The amount of token1 protocol fees that is withdrawn
              event CollectProtocol(address indexed sender, address indexed recipient, uint128 amount0, uint128 amount1);
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title BitMath
          /// @dev This library provides functionality for computing bit properties of an unsigned integer
          library BitMath {
              /// @notice Returns the index of the most significant bit of the number,
              ///     where the least significant bit is at index 0 and the most significant bit is at index 255
              /// @dev The function satisfies the property:
              ///     x >= 2**mostSignificantBit(x) and x < 2**(mostSignificantBit(x)+1)
              /// @param x the value for which to compute the most significant bit, must be greater than 0
              /// @return r the index of the most significant bit
              function mostSignificantBit(uint256 x) internal pure returns (uint8 r) {
                  require(x > 0);
                  if (x >= 0x100000000000000000000000000000000) {
                      x >>= 128;
                      r += 128;
                  }
                  if (x >= 0x10000000000000000) {
                      x >>= 64;
                      r += 64;
                  }
                  if (x >= 0x100000000) {
                      x >>= 32;
                      r += 32;
                  }
                  if (x >= 0x10000) {
                      x >>= 16;
                      r += 16;
                  }
                  if (x >= 0x100) {
                      x >>= 8;
                      r += 8;
                  }
                  if (x >= 0x10) {
                      x >>= 4;
                      r += 4;
                  }
                  if (x >= 0x4) {
                      x >>= 2;
                      r += 2;
                  }
                  if (x >= 0x2) r += 1;
              }
              /// @notice Returns the index of the least significant bit of the number,
              ///     where the least significant bit is at index 0 and the most significant bit is at index 255
              /// @dev The function satisfies the property:
              ///     (x & 2**leastSignificantBit(x)) != 0 and (x & (2**(leastSignificantBit(x)) - 1)) == 0)
              /// @param x the value for which to compute the least significant bit, must be greater than 0
              /// @return r the index of the least significant bit
              function leastSignificantBit(uint256 x) internal pure returns (uint8 r) {
                  require(x > 0);
                  r = 255;
                  if (x & type(uint128).max > 0) {
                      r -= 128;
                  } else {
                      x >>= 128;
                  }
                  if (x & type(uint64).max > 0) {
                      r -= 64;
                  } else {
                      x >>= 64;
                  }
                  if (x & type(uint32).max > 0) {
                      r -= 32;
                  } else {
                      x >>= 32;
                  }
                  if (x & type(uint16).max > 0) {
                      r -= 16;
                  } else {
                      x >>= 16;
                  }
                  if (x & type(uint8).max > 0) {
                      r -= 8;
                  } else {
                      x >>= 8;
                  }
                  if (x & 0xf > 0) {
                      r -= 4;
                  } else {
                      x >>= 4;
                  }
                  if (x & 0x3 > 0) {
                      r -= 2;
                  } else {
                      x >>= 2;
                  }
                  if (x & 0x1 > 0) r -= 1;
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.5.0;
          /// @title Math functions that do not check inputs or outputs
          /// @notice Contains methods that perform common math functions but do not do any overflow or underflow checks
          library UnsafeMath {
              /// @notice Returns ceil(x / y)
              /// @dev division by 0 has unspecified behavior, and must be checked externally
              /// @param x The dividend
              /// @param y The divisor
              /// @return z The quotient, ceil(x / y)
              function divRoundingUp(uint256 x, uint256 y) internal pure returns (uint256 z) {
                  assembly {
                      z := add(div(x, y), gt(mod(x, y), 0))
                  }
              }
          }
          // SPDX-License-Identifier: GPL-2.0-or-later
          pragma solidity >=0.4.0;
          /// @title FixedPoint96
          /// @notice A library for handling binary fixed point numbers, see https://en.wikipedia.org/wiki/Q_(number_format)
          /// @dev Used in SqrtPriceMath.sol
          library FixedPoint96 {
              uint8 internal constant RESOLUTION = 96;
              uint256 internal constant Q96 = 0x1000000000000000000000000;
          }
          

          File 4 of 5: WETH9
          // Copyright (C) 2015, 2016, 2017 Dapphub
          
          // This program is free software: you can redistribute it and/or modify
          // it under the terms of the GNU General Public License as published by
          // the Free Software Foundation, either version 3 of the License, or
          // (at your option) any later version.
          
          // This program is distributed in the hope that it will be useful,
          // but WITHOUT ANY WARRANTY; without even the implied warranty of
          // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
          // GNU General Public License for more details.
          
          // You should have received a copy of the GNU General Public License
          // along with this program.  If not, see <http://www.gnu.org/licenses/>.
          
          pragma solidity ^0.4.18;
          
          contract WETH9 {
              string public name     = "Wrapped Ether";
              string public symbol   = "WETH";
              uint8  public decimals = 18;
          
              event  Approval(address indexed src, address indexed guy, uint wad);
              event  Transfer(address indexed src, address indexed dst, uint wad);
              event  Deposit(address indexed dst, uint wad);
              event  Withdrawal(address indexed src, uint wad);
          
              mapping (address => uint)                       public  balanceOf;
              mapping (address => mapping (address => uint))  public  allowance;
          
              function() public payable {
                  deposit();
              }
              function deposit() public payable {
                  balanceOf[msg.sender] += msg.value;
                  Deposit(msg.sender, msg.value);
              }
              function withdraw(uint wad) public {
                  require(balanceOf[msg.sender] >= wad);
                  balanceOf[msg.sender] -= wad;
                  msg.sender.transfer(wad);
                  Withdrawal(msg.sender, wad);
              }
          
              function totalSupply() public view returns (uint) {
                  return this.balance;
              }
          
              function approve(address guy, uint wad) public returns (bool) {
                  allowance[msg.sender][guy] = wad;
                  Approval(msg.sender, guy, wad);
                  return true;
              }
          
              function transfer(address dst, uint wad) public returns (bool) {
                  return transferFrom(msg.sender, dst, wad);
              }
          
              function transferFrom(address src, address dst, uint wad)
                  public
                  returns (bool)
              {
                  require(balanceOf[src] >= wad);
          
                  if (src != msg.sender && allowance[src][msg.sender] != uint(-1)) {
                      require(allowance[src][msg.sender] >= wad);
                      allowance[src][msg.sender] -= wad;
                  }
          
                  balanceOf[src] -= wad;
                  balanceOf[dst] += wad;
          
                  Transfer(src, dst, wad);
          
                  return true;
              }
          }
          
          
          /*
                              GNU GENERAL PUBLIC LICENSE
                                 Version 3, 29 June 2007
          
           Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
           Everyone is permitted to copy and distribute verbatim copies
           of this license document, but changing it is not allowed.
          
                                      Preamble
          
            The GNU General Public License is a free, copyleft license for
          software and other kinds of works.
          
            The licenses for most software and other practical works are designed
          to take away your freedom to share and change the works.  By contrast,
          the GNU General Public License is intended to guarantee your freedom to
          share and change all versions of a program--to make sure it remains free
          software for all its users.  We, the Free Software Foundation, use the
          GNU General Public License for most of our software; it applies also to
          any other work released this way by its authors.  You can apply it to
          your programs, too.
          
            When we speak of free software, we are referring to freedom, not
          price.  Our General Public Licenses are designed to make sure that you
          have the freedom to distribute copies of free software (and charge for
          them if you wish), that you receive source code or can get it if you
          want it, that you can change the software or use pieces of it in new
          free programs, and that you know you can do these things.
          
            To protect your rights, we need to prevent others from denying you
          these rights or asking you to surrender the rights.  Therefore, you have
          certain responsibilities if you distribute copies of the software, or if
          you modify it: responsibilities to respect the freedom of others.
          
            For example, if you distribute copies of such a program, whether
          gratis or for a fee, you must pass on to the recipients the same
          freedoms that you received.  You must make sure that they, too, receive
          or can get the source code.  And you must show them these terms so they
          know their rights.
          
            Developers that use the GNU GPL protect your rights with two steps:
          (1) assert copyright on the software, and (2) offer you this License
          giving you legal permission to copy, distribute and/or modify it.
          
            For the developers' and authors' protection, the GPL clearly explains
          that there is no warranty for this free software.  For both users' and
          authors' sake, the GPL requires that modified versions be marked as
          changed, so that their problems will not be attributed erroneously to
          authors of previous versions.
          
            Some devices are designed to deny users access to install or run
          modified versions of the software inside them, although the manufacturer
          can do so.  This is fundamentally incompatible with the aim of
          protecting users' freedom to change the software.  The systematic
          pattern of such abuse occurs in the area of products for individuals to
          use, which is precisely where it is most unacceptable.  Therefore, we
          have designed this version of the GPL to prohibit the practice for those
          products.  If such problems arise substantially in other domains, we
          stand ready to extend this provision to those domains in future versions
          of the GPL, as needed to protect the freedom of users.
          
            Finally, every program is threatened constantly by software patents.
          States should not allow patents to restrict development and use of
          software on general-purpose computers, but in those that do, we wish to
          avoid the special danger that patents applied to a free program could
          make it effectively proprietary.  To prevent this, the GPL assures that
          patents cannot be used to render the program non-free.
          
            The precise terms and conditions for copying, distribution and
          modification follow.
          
                                 TERMS AND CONDITIONS
          
            0. Definitions.
          
            "This License" refers to version 3 of the GNU General Public License.
          
            "Copyright" also means copyright-like laws that apply to other kinds of
          works, such as semiconductor masks.
          
            "The Program" refers to any copyrightable work licensed under this
          License.  Each licensee is addressed as "you".  "Licensees" and
          "recipients" may be individuals or organizations.
          
            To "modify" a work means to copy from or adapt all or part of the work
          in a fashion requiring copyright permission, other than the making of an
          exact copy.  The resulting work is called a "modified version" of the
          earlier work or a work "based on" the earlier work.
          
            A "covered work" means either the unmodified Program or a work based
          on the Program.
          
            To "propagate" a work means to do anything with it that, without
          permission, would make you directly or secondarily liable for
          infringement under applicable copyright law, except executing it on a
          computer or modifying a private copy.  Propagation includes copying,
          distribution (with or without modification), making available to the
          public, and in some countries other activities as well.
          
            To "convey" a work means any kind of propagation that enables other
          parties to make or receive copies.  Mere interaction with a user through
          a computer network, with no transfer of a copy, is not conveying.
          
            An interactive user interface displays "Appropriate Legal Notices"
          to the extent that it includes a convenient and prominently visible
          feature that (1) displays an appropriate copyright notice, and (2)
          tells the user that there is no warranty for the work (except to the
          extent that warranties are provided), that licensees may convey the
          work under this License, and how to view a copy of this License.  If
          the interface presents a list of user commands or options, such as a
          menu, a prominent item in the list meets this criterion.
          
            1. Source Code.
          
            The "source code" for a work means the preferred form of the work
          for making modifications to it.  "Object code" means any non-source
          form of a work.
          
            A "Standard Interface" means an interface that either is an official
          standard defined by a recognized standards body, or, in the case of
          interfaces specified for a particular programming language, one that
          is widely used among developers working in that language.
          
            The "System Libraries" of an executable work include anything, other
          than the work as a whole, that (a) is included in the normal form of
          packaging a Major Component, but which is not part of that Major
          Component, and (b) serves only to enable use of the work with that
          Major Component, or to implement a Standard Interface for which an
          implementation is available to the public in source code form.  A
          "Major Component", in this context, means a major essential component
          (kernel, window system, and so on) of the specific operating system
          (if any) on which the executable work runs, or a compiler used to
          produce the work, or an object code interpreter used to run it.
          
            The "Corresponding Source" for a work in object code form means all
          the source code needed to generate, install, and (for an executable
          work) run the object code and to modify the work, including scripts to
          control those activities.  However, it does not include the work's
          System Libraries, or general-purpose tools or generally available free
          programs which are used unmodified in performing those activities but
          which are not part of the work.  For example, Corresponding Source
          includes interface definition files associated with source files for
          the work, and the source code for shared libraries and dynamically
          linked subprograms that the work is specifically designed to require,
          such as by intimate data communication or control flow between those
          subprograms and other parts of the work.
          
            The Corresponding Source need not include anything that users
          can regenerate automatically from other parts of the Corresponding
          Source.
          
            The Corresponding Source for a work in source code form is that
          same work.
          
            2. Basic Permissions.
          
            All rights granted under this License are granted for the term of
          copyright on the Program, and are irrevocable provided the stated
          conditions are met.  This License explicitly affirms your unlimited
          permission to run the unmodified Program.  The output from running a
          covered work is covered by this License only if the output, given its
          content, constitutes a covered work.  This License acknowledges your
          rights of fair use or other equivalent, as provided by copyright law.
          
            You may make, run and propagate covered works that you do not
          convey, without conditions so long as your license otherwise remains
          in force.  You may convey covered works to others for the sole purpose
          of having them make modifications exclusively for you, or provide you
          with facilities for running those works, provided that you comply with
          the terms of this License in conveying all material for which you do
          not control copyright.  Those thus making or running the covered works
          for you must do so exclusively on your behalf, under your direction
          and control, on terms that prohibit them from making any copies of
          your copyrighted material outside their relationship with you.
          
            Conveying under any other circumstances is permitted solely under
          the conditions stated below.  Sublicensing is not allowed; section 10
          makes it unnecessary.
          
            3. Protecting Users' Legal Rights From Anti-Circumvention Law.
          
            No covered work shall be deemed part of an effective technological
          measure under any applicable law fulfilling obligations under article
          11 of the WIPO copyright treaty adopted on 20 December 1996, or
          similar laws prohibiting or restricting circumvention of such
          measures.
          
            When you convey a covered work, you waive any legal power to forbid
          circumvention of technological measures to the extent such circumvention
          is effected by exercising rights under this License with respect to
          the covered work, and you disclaim any intention to limit operation or
          modification of the work as a means of enforcing, against the work's
          users, your or third parties' legal rights to forbid circumvention of
          technological measures.
          
            4. Conveying Verbatim Copies.
          
            You may convey verbatim copies of the Program's source code as you
          receive it, in any medium, provided that you conspicuously and
          appropriately publish on each copy an appropriate copyright notice;
          keep intact all notices stating that this License and any
          non-permissive terms added in accord with section 7 apply to the code;
          keep intact all notices of the absence of any warranty; and give all
          recipients a copy of this License along with the Program.
          
            You may charge any price or no price for each copy that you convey,
          and you may offer support or warranty protection for a fee.
          
            5. Conveying Modified Source Versions.
          
            You may convey a work based on the Program, or the modifications to
          produce it from the Program, in the form of source code under the
          terms of section 4, provided that you also meet all of these conditions:
          
              a) The work must carry prominent notices stating that you modified
              it, and giving a relevant date.
          
              b) The work must carry prominent notices stating that it is
              released under this License and any conditions added under section
              7.  This requirement modifies the requirement in section 4 to
              "keep intact all notices".
          
              c) You must license the entire work, as a whole, under this
              License to anyone who comes into possession of a copy.  This
              License will therefore apply, along with any applicable section 7
              additional terms, to the whole of the work, and all its parts,
              regardless of how they are packaged.  This License gives no
              permission to license the work in any other way, but it does not
              invalidate such permission if you have separately received it.
          
              d) If the work has interactive user interfaces, each must display
              Appropriate Legal Notices; however, if the Program has interactive
              interfaces that do not display Appropriate Legal Notices, your
              work need not make them do so.
          
            A compilation of a covered work with other separate and independent
          works, which are not by their nature extensions of the covered work,
          and which are not combined with it such as to form a larger program,
          in or on a volume of a storage or distribution medium, is called an
          "aggregate" if the compilation and its resulting copyright are not
          used to limit the access or legal rights of the compilation's users
          beyond what the individual works permit.  Inclusion of a covered work
          in an aggregate does not cause this License to apply to the other
          parts of the aggregate.
          
            6. Conveying Non-Source Forms.
          
            You may convey a covered work in object code form under the terms
          of sections 4 and 5, provided that you also convey the
          machine-readable Corresponding Source under the terms of this License,
          in one of these ways:
          
              a) Convey the object code in, or embodied in, a physical product
              (including a physical distribution medium), accompanied by the
              Corresponding Source fixed on a durable physical medium
              customarily used for software interchange.
          
              b) Convey the object code in, or embodied in, a physical product
              (including a physical distribution medium), accompanied by a
              written offer, valid for at least three years and valid for as
              long as you offer spare parts or customer support for that product
              model, to give anyone who possesses the object code either (1) a
              copy of the Corresponding Source for all the software in the
              product that is covered by this License, on a durable physical
              medium customarily used for software interchange, for a price no
              more than your reasonable cost of physically performing this
              conveying of source, or (2) access to copy the
              Corresponding Source from a network server at no charge.
          
              c) Convey individual copies of the object code with a copy of the
              written offer to provide the Corresponding Source.  This
              alternative is allowed only occasionally and noncommercially, and
              only if you received the object code with such an offer, in accord
              with subsection 6b.
          
              d) Convey the object code by offering access from a designated
              place (gratis or for a charge), and offer equivalent access to the
              Corresponding Source in the same way through the same place at no
              further charge.  You need not require recipients to copy the
              Corresponding Source along with the object code.  If the place to
              copy the object code is a network server, the Corresponding Source
              may be on a different server (operated by you or a third party)
              that supports equivalent copying facilities, provided you maintain
              clear directions next to the object code saying where to find the
              Corresponding Source.  Regardless of what server hosts the
              Corresponding Source, you remain obligated to ensure that it is
              available for as long as needed to satisfy these requirements.
          
              e) Convey the object code using peer-to-peer transmission, provided
              you inform other peers where the object code and Corresponding
              Source of the work are being offered to the general public at no
              charge under subsection 6d.
          
            A separable portion of the object code, whose source code is excluded
          from the Corresponding Source as a System Library, need not be
          included in conveying the object code work.
          
            A "User Product" is either (1) a "consumer product", which means any
          tangible personal property which is normally used for personal, family,
          or household purposes, or (2) anything designed or sold for incorporation
          into a dwelling.  In determining whether a product is a consumer product,
          doubtful cases shall be resolved in favor of coverage.  For a particular
          product received by a particular user, "normally used" refers to a
          typical or common use of that class of product, regardless of the status
          of the particular user or of the way in which the particular user
          actually uses, or expects or is expected to use, the product.  A product
          is a consumer product regardless of whether the product has substantial
          commercial, industrial or non-consumer uses, unless such uses represent
          the only significant mode of use of the product.
          
            "Installation Information" for a User Product means any methods,
          procedures, authorization keys, or other information required to install
          and execute modified versions of a covered work in that User Product from
          a modified version of its Corresponding Source.  The information must
          suffice to ensure that the continued functioning of the modified object
          code is in no case prevented or interfered with solely because
          modification has been made.
          
            If you convey an object code work under this section in, or with, or
          specifically for use in, a User Product, and the conveying occurs as
          part of a transaction in which the right of possession and use of the
          User Product is transferred to the recipient in perpetuity or for a
          fixed term (regardless of how the transaction is characterized), the
          Corresponding Source conveyed under this section must be accompanied
          by the Installation Information.  But this requirement does not apply
          if neither you nor any third party retains the ability to install
          modified object code on the User Product (for example, the work has
          been installed in ROM).
          
            The requirement to provide Installation Information does not include a
          requirement to continue to provide support service, warranty, or updates
          for a work that has been modified or installed by the recipient, or for
          the User Product in which it has been modified or installed.  Access to a
          network may be denied when the modification itself materially and
          adversely affects the operation of the network or violates the rules and
          protocols for communication across the network.
          
            Corresponding Source conveyed, and Installation Information provided,
          in accord with this section must be in a format that is publicly
          documented (and with an implementation available to the public in
          source code form), and must require no special password or key for
          unpacking, reading or copying.
          
            7. Additional Terms.
          
            "Additional permissions" are terms that supplement the terms of this
          License by making exceptions from one or more of its conditions.
          Additional permissions that are applicable to the entire Program shall
          be treated as though they were included in this License, to the extent
          that they are valid under applicable law.  If additional permissions
          apply only to part of the Program, that part may be used separately
          under those permissions, but the entire Program remains governed by
          this License without regard to the additional permissions.
          
            When you convey a copy of a covered work, you may at your option
          remove any additional permissions from that copy, or from any part of
          it.  (Additional permissions may be written to require their own
          removal in certain cases when you modify the work.)  You may place
          additional permissions on material, added by you to a covered work,
          for which you have or can give appropriate copyright permission.
          
            Notwithstanding any other provision of this License, for material you
          add to a covered work, you may (if authorized by the copyright holders of
          that material) supplement the terms of this License with terms:
          
              a) Disclaiming warranty or limiting liability differently from the
              terms of sections 15 and 16 of this License; or
          
              b) Requiring preservation of specified reasonable legal notices or
              author attributions in that material or in the Appropriate Legal
              Notices displayed by works containing it; or
          
              c) Prohibiting misrepresentation of the origin of that material, or
              requiring that modified versions of such material be marked in
              reasonable ways as different from the original version; or
          
              d) Limiting the use for publicity purposes of names of licensors or
              authors of the material; or
          
              e) Declining to grant rights under trademark law for use of some
              trade names, trademarks, or service marks; or
          
              f) Requiring indemnification of licensors and authors of that
              material by anyone who conveys the material (or modified versions of
              it) with contractual assumptions of liability to the recipient, for
              any liability that these contractual assumptions directly impose on
              those licensors and authors.
          
            All other non-permissive additional terms are considered "further
          restrictions" within the meaning of section 10.  If the Program as you
          received it, or any part of it, contains a notice stating that it is
          governed by this License along with a term that is a further
          restriction, you may remove that term.  If a license document contains
          a further restriction but permits relicensing or conveying under this
          License, you may add to a covered work material governed by the terms
          of that license document, provided that the further restriction does
          not survive such relicensing or conveying.
          
            If you add terms to a covered work in accord with this section, you
          must place, in the relevant source files, a statement of the
          additional terms that apply to those files, or a notice indicating
          where to find the applicable terms.
          
            Additional terms, permissive or non-permissive, may be stated in the
          form of a separately written license, or stated as exceptions;
          the above requirements apply either way.
          
            8. Termination.
          
            You may not propagate or modify a covered work except as expressly
          provided under this License.  Any attempt otherwise to propagate or
          modify it is void, and will automatically terminate your rights under
          this License (including any patent licenses granted under the third
          paragraph of section 11).
          
            However, if you cease all violation of this License, then your
          license from a particular copyright holder is reinstated (a)
          provisionally, unless and until the copyright holder explicitly and
          finally terminates your license, and (b) permanently, if the copyright
          holder fails to notify you of the violation by some reasonable means
          prior to 60 days after the cessation.
          
            Moreover, your license from a particular copyright holder is
          reinstated permanently if the copyright holder notifies you of the
          violation by some reasonable means, this is the first time you have
          received notice of violation of this License (for any work) from that
          copyright holder, and you cure the violation prior to 30 days after
          your receipt of the notice.
          
            Termination of your rights under this section does not terminate the
          licenses of parties who have received copies or rights from you under
          this License.  If your rights have been terminated and not permanently
          reinstated, you do not qualify to receive new licenses for the same
          material under section 10.
          
            9. Acceptance Not Required for Having Copies.
          
            You are not required to accept this License in order to receive or
          run a copy of the Program.  Ancillary propagation of a covered work
          occurring solely as a consequence of using peer-to-peer transmission
          to receive a copy likewise does not require acceptance.  However,
          nothing other than this License grants you permission to propagate or
          modify any covered work.  These actions infringe copyright if you do
          not accept this License.  Therefore, by modifying or propagating a
          covered work, you indicate your acceptance of this License to do so.
          
            10. Automatic Licensing of Downstream Recipients.
          
            Each time you convey a covered work, the recipient automatically
          receives a license from the original licensors, to run, modify and
          propagate that work, subject to this License.  You are not responsible
          for enforcing compliance by third parties with this License.
          
            An "entity transaction" is a transaction transferring control of an
          organization, or substantially all assets of one, or subdividing an
          organization, or merging organizations.  If propagation of a covered
          work results from an entity transaction, each party to that
          transaction who receives a copy of the work also receives whatever
          licenses to the work the party's predecessor in interest had or could
          give under the previous paragraph, plus a right to possession of the
          Corresponding Source of the work from the predecessor in interest, if
          the predecessor has it or can get it with reasonable efforts.
          
            You may not impose any further restrictions on the exercise of the
          rights granted or affirmed under this License.  For example, you may
          not impose a license fee, royalty, or other charge for exercise of
          rights granted under this License, and you may not initiate litigation
          (including a cross-claim or counterclaim in a lawsuit) alleging that
          any patent claim is infringed by making, using, selling, offering for
          sale, or importing the Program or any portion of it.
          
            11. Patents.
          
            A "contributor" is a copyright holder who authorizes use under this
          License of the Program or a work on which the Program is based.  The
          work thus licensed is called the contributor's "contributor version".
          
            A contributor's "essential patent claims" are all patent claims
          owned or controlled by the contributor, whether already acquired or
          hereafter acquired, that would be infringed by some manner, permitted
          by this License, of making, using, or selling its contributor version,
          but do not include claims that would be infringed only as a
          consequence of further modification of the contributor version.  For
          purposes of this definition, "control" includes the right to grant
          patent sublicenses in a manner consistent with the requirements of
          this License.
          
            Each contributor grants you a non-exclusive, worldwide, royalty-free
          patent license under the contributor's essential patent claims, to
          make, use, sell, offer for sale, import and otherwise run, modify and
          propagate the contents of its contributor version.
          
            In the following three paragraphs, a "patent license" is any express
          agreement or commitment, however denominated, not to enforce a patent
          (such as an express permission to practice a patent or covenant not to
          sue for patent infringement).  To "grant" such a patent license to a
          party means to make such an agreement or commitment not to enforce a
          patent against the party.
          
            If you convey a covered work, knowingly relying on a patent license,
          and the Corresponding Source of the work is not available for anyone
          to copy, free of charge and under the terms of this License, through a
          publicly available network server or other readily accessible means,
          then you must either (1) cause the Corresponding Source to be so
          available, or (2) arrange to deprive yourself of the benefit of the
          patent license for this particular work, or (3) arrange, in a manner
          consistent with the requirements of this License, to extend the patent
          license to downstream recipients.  "Knowingly relying" means you have
          actual knowledge that, but for the patent license, your conveying the
          covered work in a country, or your recipient's use of the covered work
          in a country, would infringe one or more identifiable patents in that
          country that you have reason to believe are valid.
          
            If, pursuant to or in connection with a single transaction or
          arrangement, you convey, or propagate by procuring conveyance of, a
          covered work, and grant a patent license to some of the parties
          receiving the covered work authorizing them to use, propagate, modify
          or convey a specific copy of the covered work, then the patent license
          you grant is automatically extended to all recipients of the covered
          work and works based on it.
          
            A patent license is "discriminatory" if it does not include within
          the scope of its coverage, prohibits the exercise of, or is
          conditioned on the non-exercise of one or more of the rights that are
          specifically granted under this License.  You may not convey a covered
          work if you are a party to an arrangement with a third party that is
          in the business of distributing software, under which you make payment
          to the third party based on the extent of your activity of conveying
          the work, and under which the third party grants, to any of the
          parties who would receive the covered work from you, a discriminatory
          patent license (a) in connection with copies of the covered work
          conveyed by you (or copies made from those copies), or (b) primarily
          for and in connection with specific products or compilations that
          contain the covered work, unless you entered into that arrangement,
          or that patent license was granted, prior to 28 March 2007.
          
            Nothing in this License shall be construed as excluding or limiting
          any implied license or other defenses to infringement that may
          otherwise be available to you under applicable patent law.
          
            12. No Surrender of Others' Freedom.
          
            If conditions are imposed on you (whether by court order, agreement or
          otherwise) that contradict the conditions of this License, they do not
          excuse you from the conditions of this License.  If you cannot convey a
          covered work so as to satisfy simultaneously your obligations under this
          License and any other pertinent obligations, then as a consequence you may
          not convey it at all.  For example, if you agree to terms that obligate you
          to collect a royalty for further conveying from those to whom you convey
          the Program, the only way you could satisfy both those terms and this
          License would be to refrain entirely from conveying the Program.
          
            13. Use with the GNU Affero General Public License.
          
            Notwithstanding any other provision of this License, you have
          permission to link or combine any covered work with a work licensed
          under version 3 of the GNU Affero General Public License into a single
          combined work, and to convey the resulting work.  The terms of this
          License will continue to apply to the part which is the covered work,
          but the special requirements of the GNU Affero General Public License,
          section 13, concerning interaction through a network will apply to the
          combination as such.
          
            14. Revised Versions of this License.
          
            The Free Software Foundation may publish revised and/or new versions of
          the GNU General Public License from time to time.  Such new versions will
          be similar in spirit to the present version, but may differ in detail to
          address new problems or concerns.
          
            Each version is given a distinguishing version number.  If the
          Program specifies that a certain numbered version of the GNU General
          Public License "or any later version" applies to it, you have the
          option of following the terms and conditions either of that numbered
          version or of any later version published by the Free Software
          Foundation.  If the Program does not specify a version number of the
          GNU General Public License, you may choose any version ever published
          by the Free Software Foundation.
          
            If the Program specifies that a proxy can decide which future
          versions of the GNU General Public License can be used, that proxy's
          public statement of acceptance of a version permanently authorizes you
          to choose that version for the Program.
          
            Later license versions may give you additional or different
          permissions.  However, no additional obligations are imposed on any
          author or copyright holder as a result of your choosing to follow a
          later version.
          
            15. Disclaimer of Warranty.
          
            THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
          APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
          HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
          OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
          THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
          PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
          IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
          ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
          
            16. Limitation of Liability.
          
            IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
          WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
          THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
          GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
          USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
          DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
          PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
          EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
          SUCH DAMAGES.
          
            17. Interpretation of Sections 15 and 16.
          
            If the disclaimer of warranty and limitation of liability provided
          above cannot be given local legal effect according to their terms,
          reviewing courts shall apply local law that most closely approximates
          an absolute waiver of all civil liability in connection with the
          Program, unless a warranty or assumption of liability accompanies a
          copy of the Program in return for a fee.
          
                               END OF TERMS AND CONDITIONS
          
                      How to Apply These Terms to Your New Programs
          
            If you develop a new program, and you want it to be of the greatest
          possible use to the public, the best way to achieve this is to make it
          free software which everyone can redistribute and change under these terms.
          
            To do so, attach the following notices to the program.  It is safest
          to attach them to the start of each source file to most effectively
          state the exclusion of warranty; and each file should have at least
          the "copyright" line and a pointer to where the full notice is found.
          
              <one line to give the program's name and a brief idea of what it does.>
              Copyright (C) <year>  <name of author>
          
              This program is free software: you can redistribute it and/or modify
              it under the terms of the GNU General Public License as published by
              the Free Software Foundation, either version 3 of the License, or
              (at your option) any later version.
          
              This program is distributed in the hope that it will be useful,
              but WITHOUT ANY WARRANTY; without even the implied warranty of
              MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
              GNU General Public License for more details.
          
              You should have received a copy of the GNU General Public License
              along with this program.  If not, see <http://www.gnu.org/licenses/>.
          
          Also add information on how to contact you by electronic and paper mail.
          
            If the program does terminal interaction, make it output a short
          notice like this when it starts in an interactive mode:
          
              <program>  Copyright (C) <year>  <name of author>
              This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
              This is free software, and you are welcome to redistribute it
              under certain conditions; type `show c' for details.
          
          The hypothetical commands `show w' and `show c' should show the appropriate
          parts of the General Public License.  Of course, your program's commands
          might be different; for a GUI interface, you would use an "about box".
          
            You should also get your employer (if you work as a programmer) or school,
          if any, to sign a "copyright disclaimer" for the program, if necessary.
          For more information on this, and how to apply and follow the GNU GPL, see
          <http://www.gnu.org/licenses/>.
          
            The GNU General Public License does not permit incorporating your program
          into proprietary programs.  If your program is a subroutine library, you
          may consider it more useful to permit linking proprietary applications with
          the library.  If this is what you want to do, use the GNU Lesser General
          Public License instead of this License.  But first, please read
          <http://www.gnu.org/philosophy/why-not-lgpl.html>.
          
          */

          File 5 of 5: NetVRk
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (access/AccessControl.sol)
          pragma solidity ^0.8.0;
          import "./IAccessControlUpgradeable.sol";
          import "../utils/ContextUpgradeable.sol";
          import "../utils/StringsUpgradeable.sol";
          import "../utils/introspection/ERC165Upgradeable.sol";
          import {Initializable} from "../proxy/utils/Initializable.sol";
          /**
           * @dev Contract module that allows children to implement role-based access
           * control mechanisms. This is a lightweight version that doesn't allow enumerating role
           * members except through off-chain means by accessing the contract event logs. Some
           * applications may benefit from on-chain enumerability, for those cases see
           * {AccessControlEnumerable}.
           *
           * Roles are referred to by their `bytes32` identifier. These should be exposed
           * in the external API and be unique. The best way to achieve this is by
           * using `public constant` hash digests:
           *
           * ```solidity
           * bytes32 public constant MY_ROLE = keccak256("MY_ROLE");
           * ```
           *
           * Roles can be used to represent a set of permissions. To restrict access to a
           * function call, use {hasRole}:
           *
           * ```solidity
           * function foo() public {
           *     require(hasRole(MY_ROLE, msg.sender));
           *     ...
           * }
           * ```
           *
           * Roles can be granted and revoked dynamically via the {grantRole} and
           * {revokeRole} functions. Each role has an associated admin role, and only
           * accounts that have a role's admin role can call {grantRole} and {revokeRole}.
           *
           * By default, the admin role for all roles is `DEFAULT_ADMIN_ROLE`, which means
           * that only accounts with this role will be able to grant or revoke other
           * roles. More complex role relationships can be created by using
           * {_setRoleAdmin}.
           *
           * WARNING: The `DEFAULT_ADMIN_ROLE` is also its own admin: it has permission to
           * grant and revoke this role. Extra precautions should be taken to secure
           * accounts that have been granted it. We recommend using {AccessControlDefaultAdminRules}
           * to enforce additional security measures for this role.
           */
          abstract contract AccessControlUpgradeable is Initializable, ContextUpgradeable, IAccessControlUpgradeable, ERC165Upgradeable {
              struct RoleData {
                  mapping(address => bool) members;
                  bytes32 adminRole;
              }
              mapping(bytes32 => RoleData) private _roles;
              bytes32 public constant DEFAULT_ADMIN_ROLE = 0x00;
              /**
               * @dev Modifier that checks that an account has a specific role. Reverts
               * with a standardized message including the required role.
               *
               * The format of the revert reason is given by the following regular expression:
               *
               *  /^AccessControl: account (0x[0-9a-f]{40}) is missing role (0x[0-9a-f]{64})$/
               *
               * _Available since v4.1._
               */
              modifier onlyRole(bytes32 role) {
                  _checkRole(role);
                  _;
              }
              function __AccessControl_init() internal onlyInitializing {
              }
              function __AccessControl_init_unchained() internal onlyInitializing {
              }
              /**
               * @dev See {IERC165-supportsInterface}.
               */
              function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
                  return interfaceId == type(IAccessControlUpgradeable).interfaceId || super.supportsInterface(interfaceId);
              }
              /**
               * @dev Returns `true` if `account` has been granted `role`.
               */
              function hasRole(bytes32 role, address account) public view virtual override returns (bool) {
                  return _roles[role].members[account];
              }
              /**
               * @dev Revert with a standard message if `_msgSender()` is missing `role`.
               * Overriding this function changes the behavior of the {onlyRole} modifier.
               *
               * Format of the revert message is described in {_checkRole}.
               *
               * _Available since v4.6._
               */
              function _checkRole(bytes32 role) internal view virtual {
                  _checkRole(role, _msgSender());
              }
              /**
               * @dev Revert with a standard message if `account` is missing `role`.
               *
               * The format of the revert reason is given by the following regular expression:
               *
               *  /^AccessControl: account (0x[0-9a-f]{40}) is missing role (0x[0-9a-f]{64})$/
               */
              function _checkRole(bytes32 role, address account) internal view virtual {
                  if (!hasRole(role, account)) {
                      revert(
                          string(
                              abi.encodePacked(
                                  "AccessControl: account ",
                                  StringsUpgradeable.toHexString(account),
                                  " is missing role ",
                                  StringsUpgradeable.toHexString(uint256(role), 32)
                              )
                          )
                      );
                  }
              }
              /**
               * @dev Returns the admin role that controls `role`. See {grantRole} and
               * {revokeRole}.
               *
               * To change a role's admin, use {_setRoleAdmin}.
               */
              function getRoleAdmin(bytes32 role) public view virtual override returns (bytes32) {
                  return _roles[role].adminRole;
              }
              /**
               * @dev Grants `role` to `account`.
               *
               * If `account` had not been already granted `role`, emits a {RoleGranted}
               * event.
               *
               * Requirements:
               *
               * - the caller must have ``role``'s admin role.
               *
               * May emit a {RoleGranted} event.
               */
              function grantRole(bytes32 role, address account) public virtual override onlyRole(getRoleAdmin(role)) {
                  _grantRole(role, account);
              }
              /**
               * @dev Revokes `role` from `account`.
               *
               * If `account` had been granted `role`, emits a {RoleRevoked} event.
               *
               * Requirements:
               *
               * - the caller must have ``role``'s admin role.
               *
               * May emit a {RoleRevoked} event.
               */
              function revokeRole(bytes32 role, address account) public virtual override onlyRole(getRoleAdmin(role)) {
                  _revokeRole(role, account);
              }
              /**
               * @dev Revokes `role` from the calling account.
               *
               * Roles are often managed via {grantRole} and {revokeRole}: this function's
               * purpose is to provide a mechanism for accounts to lose their privileges
               * if they are compromised (such as when a trusted device is misplaced).
               *
               * If the calling account had been revoked `role`, emits a {RoleRevoked}
               * event.
               *
               * Requirements:
               *
               * - the caller must be `account`.
               *
               * May emit a {RoleRevoked} event.
               */
              function renounceRole(bytes32 role, address account) public virtual override {
                  require(account == _msgSender(), "AccessControl: can only renounce roles for self");
                  _revokeRole(role, account);
              }
              /**
               * @dev Grants `role` to `account`.
               *
               * If `account` had not been already granted `role`, emits a {RoleGranted}
               * event. Note that unlike {grantRole}, this function doesn't perform any
               * checks on the calling account.
               *
               * May emit a {RoleGranted} event.
               *
               * [WARNING]
               * ====
               * This function should only be called from the constructor when setting
               * up the initial roles for the system.
               *
               * Using this function in any other way is effectively circumventing the admin
               * system imposed by {AccessControl}.
               * ====
               *
               * NOTE: This function is deprecated in favor of {_grantRole}.
               */
              function _setupRole(bytes32 role, address account) internal virtual {
                  _grantRole(role, account);
              }
              /**
               * @dev Sets `adminRole` as ``role``'s admin role.
               *
               * Emits a {RoleAdminChanged} event.
               */
              function _setRoleAdmin(bytes32 role, bytes32 adminRole) internal virtual {
                  bytes32 previousAdminRole = getRoleAdmin(role);
                  _roles[role].adminRole = adminRole;
                  emit RoleAdminChanged(role, previousAdminRole, adminRole);
              }
              /**
               * @dev Grants `role` to `account`.
               *
               * Internal function without access restriction.
               *
               * May emit a {RoleGranted} event.
               */
              function _grantRole(bytes32 role, address account) internal virtual {
                  if (!hasRole(role, account)) {
                      _roles[role].members[account] = true;
                      emit RoleGranted(role, account, _msgSender());
                  }
              }
              /**
               * @dev Revokes `role` from `account`.
               *
               * Internal function without access restriction.
               *
               * May emit a {RoleRevoked} event.
               */
              function _revokeRole(bytes32 role, address account) internal virtual {
                  if (hasRole(role, account)) {
                      _roles[role].members[account] = false;
                      emit RoleRevoked(role, account, _msgSender());
                  }
              }
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[49] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts v4.4.1 (access/IAccessControl.sol)
          pragma solidity ^0.8.0;
          /**
           * @dev External interface of AccessControl declared to support ERC165 detection.
           */
          interface IAccessControlUpgradeable {
              /**
               * @dev Emitted when `newAdminRole` is set as ``role``'s admin role, replacing `previousAdminRole`
               *
               * `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite
               * {RoleAdminChanged} not being emitted signaling this.
               *
               * _Available since v3.1._
               */
              event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole);
              /**
               * @dev Emitted when `account` is granted `role`.
               *
               * `sender` is the account that originated the contract call, an admin role
               * bearer except when using {AccessControl-_setupRole}.
               */
              event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender);
              /**
               * @dev Emitted when `account` is revoked `role`.
               *
               * `sender` is the account that originated the contract call:
               *   - if using `revokeRole`, it is the admin role bearer
               *   - if using `renounceRole`, it is the role bearer (i.e. `account`)
               */
              event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender);
              /**
               * @dev Returns `true` if `account` has been granted `role`.
               */
              function hasRole(bytes32 role, address account) external view returns (bool);
              /**
               * @dev Returns the admin role that controls `role`. See {grantRole} and
               * {revokeRole}.
               *
               * To change a role's admin, use {AccessControl-_setRoleAdmin}.
               */
              function getRoleAdmin(bytes32 role) external view returns (bytes32);
              /**
               * @dev Grants `role` to `account`.
               *
               * If `account` had not been already granted `role`, emits a {RoleGranted}
               * event.
               *
               * Requirements:
               *
               * - the caller must have ``role``'s admin role.
               */
              function grantRole(bytes32 role, address account) external;
              /**
               * @dev Revokes `role` from `account`.
               *
               * If `account` had been granted `role`, emits a {RoleRevoked} event.
               *
               * Requirements:
               *
               * - the caller must have ``role``'s admin role.
               */
              function revokeRole(bytes32 role, address account) external;
              /**
               * @dev Revokes `role` from the calling account.
               *
               * Roles are often managed via {grantRole} and {revokeRole}: this function's
               * purpose is to provide a mechanism for accounts to lose their privileges
               * if they are compromised (such as when a trusted device is misplaced).
               *
               * If the calling account had been granted `role`, emits a {RoleRevoked}
               * event.
               *
               * Requirements:
               *
               * - the caller must be `account`.
               */
              function renounceRole(bytes32 role, address account) external;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.5.0) (interfaces/draft-IERC1822.sol)
          pragma solidity ^0.8.0;
          /**
           * @dev ERC1822: Universal Upgradeable Proxy Standard (UUPS) documents a method for upgradeability through a simplified
           * proxy whose upgrades are fully controlled by the current implementation.
           */
          interface IERC1822ProxiableUpgradeable {
              /**
               * @dev Returns the storage slot that the proxiable contract assumes is being used to store the implementation
               * address.
               *
               * IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks
               * bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this
               * function revert if invoked through a proxy.
               */
              function proxiableUUID() external view returns (bytes32);
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (interfaces/IERC1967.sol)
          pragma solidity ^0.8.0;
          /**
           * @dev ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC.
           *
           * _Available since v4.8.3._
           */
          interface IERC1967Upgradeable {
              /**
               * @dev Emitted when the implementation is upgraded.
               */
              event Upgraded(address indexed implementation);
              /**
               * @dev Emitted when the admin account has changed.
               */
              event AdminChanged(address previousAdmin, address newAdmin);
              /**
               * @dev Emitted when the beacon is changed.
               */
              event BeaconUpgraded(address indexed beacon);
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (interfaces/IERC5267.sol)
          pragma solidity ^0.8.0;
          interface IERC5267Upgradeable {
              /**
               * @dev MAY be emitted to signal that the domain could have changed.
               */
              event EIP712DomainChanged();
              /**
               * @dev returns the fields and values that describe the domain separator used by this contract for EIP-712
               * signature.
               */
              function eip712Domain()
                  external
                  view
                  returns (
                      bytes1 fields,
                      string memory name,
                      string memory version,
                      uint256 chainId,
                      address verifyingContract,
                      bytes32 salt,
                      uint256[] memory extensions
                  );
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts v4.4.1 (proxy/beacon/IBeacon.sol)
          pragma solidity ^0.8.0;
          /**
           * @dev This is the interface that {BeaconProxy} expects of its beacon.
           */
          interface IBeaconUpgradeable {
              /**
               * @dev Must return an address that can be used as a delegate call target.
               *
               * {BeaconProxy} will check that this address is a contract.
               */
              function implementation() external view returns (address);
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (proxy/ERC1967/ERC1967Upgrade.sol)
          pragma solidity ^0.8.2;
          import "../beacon/IBeaconUpgradeable.sol";
          import "../../interfaces/IERC1967Upgradeable.sol";
          import "../../interfaces/draft-IERC1822Upgradeable.sol";
          import "../../utils/AddressUpgradeable.sol";
          import "../../utils/StorageSlotUpgradeable.sol";
          import {Initializable} from "../utils/Initializable.sol";
          /**
           * @dev This abstract contract provides getters and event emitting update functions for
           * https://eips.ethereum.org/EIPS/eip-1967[EIP1967] slots.
           *
           * _Available since v4.1._
           */
          abstract contract ERC1967UpgradeUpgradeable is Initializable, IERC1967Upgradeable {
              // This is the keccak-256 hash of "eip1967.proxy.rollback" subtracted by 1
              bytes32 private constant _ROLLBACK_SLOT = 0x4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd9143;
              /**
               * @dev Storage slot with the address of the current implementation.
               * This is the keccak-256 hash of "eip1967.proxy.implementation" subtracted by 1, and is
               * validated in the constructor.
               */
              bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;
              function __ERC1967Upgrade_init() internal onlyInitializing {
              }
              function __ERC1967Upgrade_init_unchained() internal onlyInitializing {
              }
              /**
               * @dev Returns the current implementation address.
               */
              function _getImplementation() internal view returns (address) {
                  return StorageSlotUpgradeable.getAddressSlot(_IMPLEMENTATION_SLOT).value;
              }
              /**
               * @dev Stores a new address in the EIP1967 implementation slot.
               */
              function _setImplementation(address newImplementation) private {
                  require(AddressUpgradeable.isContract(newImplementation), "ERC1967: new implementation is not a contract");
                  StorageSlotUpgradeable.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;
              }
              /**
               * @dev Perform implementation upgrade
               *
               * Emits an {Upgraded} event.
               */
              function _upgradeTo(address newImplementation) internal {
                  _setImplementation(newImplementation);
                  emit Upgraded(newImplementation);
              }
              /**
               * @dev Perform implementation upgrade with additional setup call.
               *
               * Emits an {Upgraded} event.
               */
              function _upgradeToAndCall(address newImplementation, bytes memory data, bool forceCall) internal {
                  _upgradeTo(newImplementation);
                  if (data.length > 0 || forceCall) {
                      AddressUpgradeable.functionDelegateCall(newImplementation, data);
                  }
              }
              /**
               * @dev Perform implementation upgrade with security checks for UUPS proxies, and additional setup call.
               *
               * Emits an {Upgraded} event.
               */
              function _upgradeToAndCallUUPS(address newImplementation, bytes memory data, bool forceCall) internal {
                  // Upgrades from old implementations will perform a rollback test. This test requires the new
                  // implementation to upgrade back to the old, non-ERC1822 compliant, implementation. Removing
                  // this special case will break upgrade paths from old UUPS implementation to new ones.
                  if (StorageSlotUpgradeable.getBooleanSlot(_ROLLBACK_SLOT).value) {
                      _setImplementation(newImplementation);
                  } else {
                      try IERC1822ProxiableUpgradeable(newImplementation).proxiableUUID() returns (bytes32 slot) {
                          require(slot == _IMPLEMENTATION_SLOT, "ERC1967Upgrade: unsupported proxiableUUID");
                      } catch {
                          revert("ERC1967Upgrade: new implementation is not UUPS");
                      }
                      _upgradeToAndCall(newImplementation, data, forceCall);
                  }
              }
              /**
               * @dev Storage slot with the admin of the contract.
               * This is the keccak-256 hash of "eip1967.proxy.admin" subtracted by 1, and is
               * validated in the constructor.
               */
              bytes32 internal constant _ADMIN_SLOT = 0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103;
              /**
               * @dev Returns the current admin.
               */
              function _getAdmin() internal view returns (address) {
                  return StorageSlotUpgradeable.getAddressSlot(_ADMIN_SLOT).value;
              }
              /**
               * @dev Stores a new address in the EIP1967 admin slot.
               */
              function _setAdmin(address newAdmin) private {
                  require(newAdmin != address(0), "ERC1967: new admin is the zero address");
                  StorageSlotUpgradeable.getAddressSlot(_ADMIN_SLOT).value = newAdmin;
              }
              /**
               * @dev Changes the admin of the proxy.
               *
               * Emits an {AdminChanged} event.
               */
              function _changeAdmin(address newAdmin) internal {
                  emit AdminChanged(_getAdmin(), newAdmin);
                  _setAdmin(newAdmin);
              }
              /**
               * @dev The storage slot of the UpgradeableBeacon contract which defines the implementation for this proxy.
               * This is bytes32(uint256(keccak256('eip1967.proxy.beacon')) - 1)) and is validated in the constructor.
               */
              bytes32 internal constant _BEACON_SLOT = 0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50;
              /**
               * @dev Returns the current beacon.
               */
              function _getBeacon() internal view returns (address) {
                  return StorageSlotUpgradeable.getAddressSlot(_BEACON_SLOT).value;
              }
              /**
               * @dev Stores a new beacon in the EIP1967 beacon slot.
               */
              function _setBeacon(address newBeacon) private {
                  require(AddressUpgradeable.isContract(newBeacon), "ERC1967: new beacon is not a contract");
                  require(
                      AddressUpgradeable.isContract(IBeaconUpgradeable(newBeacon).implementation()),
                      "ERC1967: beacon implementation is not a contract"
                  );
                  StorageSlotUpgradeable.getAddressSlot(_BEACON_SLOT).value = newBeacon;
              }
              /**
               * @dev Perform beacon upgrade with additional setup call. Note: This upgrades the address of the beacon, it does
               * not upgrade the implementation contained in the beacon (see {UpgradeableBeacon-_setImplementation} for that).
               *
               * Emits a {BeaconUpgraded} event.
               */
              function _upgradeBeaconToAndCall(address newBeacon, bytes memory data, bool forceCall) internal {
                  _setBeacon(newBeacon);
                  emit BeaconUpgraded(newBeacon);
                  if (data.length > 0 || forceCall) {
                      AddressUpgradeable.functionDelegateCall(IBeaconUpgradeable(newBeacon).implementation(), data);
                  }
              }
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[50] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)
          pragma solidity ^0.8.2;
          import "../../utils/AddressUpgradeable.sol";
          /**
           * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed
           * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an
           * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer
           * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.
           *
           * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be
           * reused. This mechanism prevents re-execution of each "step" but allows the creation of new initialization steps in
           * case an upgrade adds a module that needs to be initialized.
           *
           * For example:
           *
           * [.hljs-theme-light.nopadding]
           * ```solidity
           * contract MyToken is ERC20Upgradeable {
           *     function initialize() initializer public {
           *         __ERC20_init("MyToken", "MTK");
           *     }
           * }
           *
           * contract MyTokenV2 is MyToken, ERC20PermitUpgradeable {
           *     function initializeV2() reinitializer(2) public {
           *         __ERC20Permit_init("MyToken");
           *     }
           * }
           * ```
           *
           * TIP: To avoid leaving the proxy in an uninitialized state, the initializer function should be called as early as
           * possible by providing the encoded function call as the `_data` argument to {ERC1967Proxy-constructor}.
           *
           * CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure
           * that all initializers are idempotent. This is not verified automatically as constructors are by Solidity.
           *
           * [CAUTION]
           * ====
           * Avoid leaving a contract uninitialized.
           *
           * An uninitialized contract can be taken over by an attacker. This applies to both a proxy and its implementation
           * contract, which may impact the proxy. To prevent the implementation contract from being used, you should invoke
           * the {_disableInitializers} function in the constructor to automatically lock it when it is deployed:
           *
           * [.hljs-theme-light.nopadding]
           * ```
           * /// @custom:oz-upgrades-unsafe-allow constructor
           * constructor() {
           *     _disableInitializers();
           * }
           * ```
           * ====
           */
          abstract contract Initializable {
              /**
               * @dev Indicates that the contract has been initialized.
               * @custom:oz-retyped-from bool
               */
              uint8 private _initialized;
              /**
               * @dev Indicates that the contract is in the process of being initialized.
               */
              bool private _initializing;
              /**
               * @dev Triggered when the contract has been initialized or reinitialized.
               */
              event Initialized(uint8 version);
              /**
               * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,
               * `onlyInitializing` functions can be used to initialize parent contracts.
               *
               * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a
               * constructor.
               *
               * Emits an {Initialized} event.
               */
              modifier initializer() {
                  bool isTopLevelCall = !_initializing;
                  require(
                      (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),
                      "Initializable: contract is already initialized"
                  );
                  _initialized = 1;
                  if (isTopLevelCall) {
                      _initializing = true;
                  }
                  _;
                  if (isTopLevelCall) {
                      _initializing = false;
                      emit Initialized(1);
                  }
              }
              /**
               * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the
               * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be
               * used to initialize parent contracts.
               *
               * A reinitializer may be used after the original initialization step. This is essential to configure modules that
               * are added through upgrades and that require initialization.
               *
               * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`
               * cannot be nested. If one is invoked in the context of another, execution will revert.
               *
               * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in
               * a contract, executing them in the right order is up to the developer or operator.
               *
               * WARNING: setting the version to 255 will prevent any future reinitialization.
               *
               * Emits an {Initialized} event.
               */
              modifier reinitializer(uint8 version) {
                  require(!_initializing && _initialized < version, "Initializable: contract is already initialized");
                  _initialized = version;
                  _initializing = true;
                  _;
                  _initializing = false;
                  emit Initialized(version);
              }
              /**
               * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the
               * {initializer} and {reinitializer} modifiers, directly or indirectly.
               */
              modifier onlyInitializing() {
                  require(_initializing, "Initializable: contract is not initializing");
                  _;
              }
              /**
               * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.
               * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized
               * to any version. It is recommended to use this to lock implementation contracts that are designed to be called
               * through proxies.
               *
               * Emits an {Initialized} event the first time it is successfully executed.
               */
              function _disableInitializers() internal virtual {
                  require(!_initializing, "Initializable: contract is initializing");
                  if (_initialized != type(uint8).max) {
                      _initialized = type(uint8).max;
                      emit Initialized(type(uint8).max);
                  }
              }
              /**
               * @dev Returns the highest version that has been initialized. See {reinitializer}.
               */
              function _getInitializedVersion() internal view returns (uint8) {
                  return _initialized;
              }
              /**
               * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.
               */
              function _isInitializing() internal view returns (bool) {
                  return _initializing;
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/UUPSUpgradeable.sol)
          pragma solidity ^0.8.0;
          import "../../interfaces/draft-IERC1822Upgradeable.sol";
          import "../ERC1967/ERC1967UpgradeUpgradeable.sol";
          import {Initializable} from "./Initializable.sol";
          /**
           * @dev An upgradeability mechanism designed for UUPS proxies. The functions included here can perform an upgrade of an
           * {ERC1967Proxy}, when this contract is set as the implementation behind such a proxy.
           *
           * A security mechanism ensures that an upgrade does not turn off upgradeability accidentally, although this risk is
           * reinstated if the upgrade retains upgradeability but removes the security mechanism, e.g. by replacing
           * `UUPSUpgradeable` with a custom implementation of upgrades.
           *
           * The {_authorizeUpgrade} function must be overridden to include access restriction to the upgrade mechanism.
           *
           * _Available since v4.1._
           */
          abstract contract UUPSUpgradeable is Initializable, IERC1822ProxiableUpgradeable, ERC1967UpgradeUpgradeable {
              /// @custom:oz-upgrades-unsafe-allow state-variable-immutable state-variable-assignment
              address private immutable __self = address(this);
              /**
               * @dev Check that the execution is being performed through a delegatecall call and that the execution context is
               * a proxy contract with an implementation (as defined in ERC1967) pointing to self. This should only be the case
               * for UUPS and transparent proxies that are using the current contract as their implementation. Execution of a
               * function through ERC1167 minimal proxies (clones) would not normally pass this test, but is not guaranteed to
               * fail.
               */
              modifier onlyProxy() {
                  require(address(this) != __self, "Function must be called through delegatecall");
                  require(_getImplementation() == __self, "Function must be called through active proxy");
                  _;
              }
              /**
               * @dev Check that the execution is not being performed through a delegate call. This allows a function to be
               * callable on the implementing contract but not through proxies.
               */
              modifier notDelegated() {
                  require(address(this) == __self, "UUPSUpgradeable: must not be called through delegatecall");
                  _;
              }
              function __UUPSUpgradeable_init() internal onlyInitializing {
              }
              function __UUPSUpgradeable_init_unchained() internal onlyInitializing {
              }
              /**
               * @dev Implementation of the ERC1822 {proxiableUUID} function. This returns the storage slot used by the
               * implementation. It is used to validate the implementation's compatibility when performing an upgrade.
               *
               * IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks
               * bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this
               * function revert if invoked through a proxy. This is guaranteed by the `notDelegated` modifier.
               */
              function proxiableUUID() external view virtual override notDelegated returns (bytes32) {
                  return _IMPLEMENTATION_SLOT;
              }
              /**
               * @dev Upgrade the implementation of the proxy to `newImplementation`.
               *
               * Calls {_authorizeUpgrade}.
               *
               * Emits an {Upgraded} event.
               *
               * @custom:oz-upgrades-unsafe-allow-reachable delegatecall
               */
              function upgradeTo(address newImplementation) public virtual onlyProxy {
                  _authorizeUpgrade(newImplementation);
                  _upgradeToAndCallUUPS(newImplementation, new bytes(0), false);
              }
              /**
               * @dev Upgrade the implementation of the proxy to `newImplementation`, and subsequently execute the function call
               * encoded in `data`.
               *
               * Calls {_authorizeUpgrade}.
               *
               * Emits an {Upgraded} event.
               *
               * @custom:oz-upgrades-unsafe-allow-reachable delegatecall
               */
              function upgradeToAndCall(address newImplementation, bytes memory data) public payable virtual onlyProxy {
                  _authorizeUpgrade(newImplementation);
                  _upgradeToAndCallUUPS(newImplementation, data, true);
              }
              /**
               * @dev Function that should revert when `msg.sender` is not authorized to upgrade the contract. Called by
               * {upgradeTo} and {upgradeToAndCall}.
               *
               * Normally, this function will use an xref:access.adoc[access control] modifier such as {Ownable-onlyOwner}.
               *
               * ```solidity
               * function _authorizeUpgrade(address) internal override onlyOwner {}
               * ```
               */
              function _authorizeUpgrade(address newImplementation) internal virtual;
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[50] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)
          pragma solidity ^0.8.0;
          import "../utils/ContextUpgradeable.sol";
          import {Initializable} from "../proxy/utils/Initializable.sol";
          /**
           * @dev Contract module which allows children to implement an emergency stop
           * mechanism that can be triggered by an authorized account.
           *
           * This module is used through inheritance. It will make available the
           * modifiers `whenNotPaused` and `whenPaused`, which can be applied to
           * the functions of your contract. Note that they will not be pausable by
           * simply including this module, only once the modifiers are put in place.
           */
          abstract contract PausableUpgradeable is Initializable, ContextUpgradeable {
              /**
               * @dev Emitted when the pause is triggered by `account`.
               */
              event Paused(address account);
              /**
               * @dev Emitted when the pause is lifted by `account`.
               */
              event Unpaused(address account);
              bool private _paused;
              /**
               * @dev Initializes the contract in unpaused state.
               */
              function __Pausable_init() internal onlyInitializing {
                  __Pausable_init_unchained();
              }
              function __Pausable_init_unchained() internal onlyInitializing {
                  _paused = false;
              }
              /**
               * @dev Modifier to make a function callable only when the contract is not paused.
               *
               * Requirements:
               *
               * - The contract must not be paused.
               */
              modifier whenNotPaused() {
                  _requireNotPaused();
                  _;
              }
              /**
               * @dev Modifier to make a function callable only when the contract is paused.
               *
               * Requirements:
               *
               * - The contract must be paused.
               */
              modifier whenPaused() {
                  _requirePaused();
                  _;
              }
              /**
               * @dev Returns true if the contract is paused, and false otherwise.
               */
              function paused() public view virtual returns (bool) {
                  return _paused;
              }
              /**
               * @dev Throws if the contract is paused.
               */
              function _requireNotPaused() internal view virtual {
                  require(!paused(), "Pausable: paused");
              }
              /**
               * @dev Throws if the contract is not paused.
               */
              function _requirePaused() internal view virtual {
                  require(paused(), "Pausable: not paused");
              }
              /**
               * @dev Triggers stopped state.
               *
               * Requirements:
               *
               * - The contract must not be paused.
               */
              function _pause() internal virtual whenNotPaused {
                  _paused = true;
                  emit Paused(_msgSender());
              }
              /**
               * @dev Returns to normal state.
               *
               * Requirements:
               *
               * - The contract must be paused.
               */
              function _unpause() internal virtual whenPaused {
                  _paused = false;
                  emit Unpaused(_msgSender());
              }
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[49] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (security/ReentrancyGuard.sol)
          pragma solidity ^0.8.0;
          import {Initializable} from "../proxy/utils/Initializable.sol";
          /**
           * @dev Contract module that helps prevent reentrant calls to a function.
           *
           * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
           * available, which can be applied to functions to make sure there are no nested
           * (reentrant) calls to them.
           *
           * Note that because there is a single `nonReentrant` guard, functions marked as
           * `nonReentrant` may not call one another. This can be worked around by making
           * those functions `private`, and then adding `external` `nonReentrant` entry
           * points to them.
           *
           * TIP: If you would like to learn more about reentrancy and alternative ways
           * to protect against it, check out our blog post
           * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
           */
          abstract contract ReentrancyGuardUpgradeable is Initializable {
              // Booleans are more expensive than uint256 or any type that takes up a full
              // word because each write operation emits an extra SLOAD to first read the
              // slot's contents, replace the bits taken up by the boolean, and then write
              // back. This is the compiler's defense against contract upgrades and
              // pointer aliasing, and it cannot be disabled.
              // The values being non-zero value makes deployment a bit more expensive,
              // but in exchange the refund on every call to nonReentrant will be lower in
              // amount. Since refunds are capped to a percentage of the total
              // transaction's gas, it is best to keep them low in cases like this one, to
              // increase the likelihood of the full refund coming into effect.
              uint256 private constant _NOT_ENTERED = 1;
              uint256 private constant _ENTERED = 2;
              uint256 private _status;
              function __ReentrancyGuard_init() internal onlyInitializing {
                  __ReentrancyGuard_init_unchained();
              }
              function __ReentrancyGuard_init_unchained() internal onlyInitializing {
                  _status = _NOT_ENTERED;
              }
              /**
               * @dev Prevents a contract from calling itself, directly or indirectly.
               * Calling a `nonReentrant` function from another `nonReentrant`
               * function is not supported. It is possible to prevent this from happening
               * by making the `nonReentrant` function external, and making it call a
               * `private` function that does the actual work.
               */
              modifier nonReentrant() {
                  _nonReentrantBefore();
                  _;
                  _nonReentrantAfter();
              }
              function _nonReentrantBefore() private {
                  // On the first call to nonReentrant, _status will be _NOT_ENTERED
                  require(_status != _ENTERED, "ReentrancyGuard: reentrant call");
                  // Any calls to nonReentrant after this point will fail
                  _status = _ENTERED;
              }
              function _nonReentrantAfter() private {
                  // By storing the original value once again, a refund is triggered (see
                  // https://eips.ethereum.org/EIPS/eip-2200)
                  _status = _NOT_ENTERED;
              }
              /**
               * @dev Returns true if the reentrancy guard is currently set to "entered", which indicates there is a
               * `nonReentrant` function in the call stack.
               */
              function _reentrancyGuardEntered() internal view returns (bool) {
                  return _status == _ENTERED;
              }
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[49] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)
          pragma solidity ^0.8.0;
          import "./IERC20Upgradeable.sol";
          import "./extensions/IERC20MetadataUpgradeable.sol";
          import "../../utils/ContextUpgradeable.sol";
          import {Initializable} from "../../proxy/utils/Initializable.sol";
          /**
           * @dev Implementation of the {IERC20} interface.
           *
           * This implementation is agnostic to the way tokens are created. This means
           * that a supply mechanism has to be added in a derived contract using {_mint}.
           * For a generic mechanism see {ERC20PresetMinterPauser}.
           *
           * TIP: For a detailed writeup see our guide
           * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How
           * to implement supply mechanisms].
           *
           * The default value of {decimals} is 18. To change this, you should override
           * this function so it returns a different value.
           *
           * We have followed general OpenZeppelin Contracts guidelines: functions revert
           * instead returning `false` on failure. This behavior is nonetheless
           * conventional and does not conflict with the expectations of ERC20
           * applications.
           *
           * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
           * This allows applications to reconstruct the allowance for all accounts just
           * by listening to said events. Other implementations of the EIP may not emit
           * these events, as it isn't required by the specification.
           *
           * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
           * functions have been added to mitigate the well-known issues around setting
           * allowances. See {IERC20-approve}.
           */
          contract ERC20Upgradeable is Initializable, ContextUpgradeable, IERC20Upgradeable, IERC20MetadataUpgradeable {
              mapping(address => uint256) private _balances;
              mapping(address => mapping(address => uint256)) private _allowances;
              uint256 private _totalSupply;
              string private _name;
              string private _symbol;
              /**
               * @dev Sets the values for {name} and {symbol}.
               *
               * All two of these values are immutable: they can only be set once during
               * construction.
               */
              function __ERC20_init(string memory name_, string memory symbol_) internal onlyInitializing {
                  __ERC20_init_unchained(name_, symbol_);
              }
              function __ERC20_init_unchained(string memory name_, string memory symbol_) internal onlyInitializing {
                  _name = name_;
                  _symbol = symbol_;
              }
              /**
               * @dev Returns the name of the token.
               */
              function name() public view virtual override returns (string memory) {
                  return _name;
              }
              /**
               * @dev Returns the symbol of the token, usually a shorter version of the
               * name.
               */
              function symbol() public view virtual override returns (string memory) {
                  return _symbol;
              }
              /**
               * @dev Returns the number of decimals used to get its user representation.
               * For example, if `decimals` equals `2`, a balance of `505` tokens should
               * be displayed to a user as `5.05` (`505 / 10 ** 2`).
               *
               * Tokens usually opt for a value of 18, imitating the relationship between
               * Ether and Wei. This is the default value returned by this function, unless
               * it's overridden.
               *
               * NOTE: This information is only used for _display_ purposes: it in
               * no way affects any of the arithmetic of the contract, including
               * {IERC20-balanceOf} and {IERC20-transfer}.
               */
              function decimals() public view virtual override returns (uint8) {
                  return 18;
              }
              /**
               * @dev See {IERC20-totalSupply}.
               */
              function totalSupply() public view virtual override returns (uint256) {
                  return _totalSupply;
              }
              /**
               * @dev See {IERC20-balanceOf}.
               */
              function balanceOf(address account) public view virtual override returns (uint256) {
                  return _balances[account];
              }
              /**
               * @dev See {IERC20-transfer}.
               *
               * Requirements:
               *
               * - `to` cannot be the zero address.
               * - the caller must have a balance of at least `amount`.
               */
              function transfer(address to, uint256 amount) public virtual override returns (bool) {
                  address owner = _msgSender();
                  _transfer(owner, to, amount);
                  return true;
              }
              /**
               * @dev See {IERC20-allowance}.
               */
              function allowance(address owner, address spender) public view virtual override returns (uint256) {
                  return _allowances[owner][spender];
              }
              /**
               * @dev See {IERC20-approve}.
               *
               * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on
               * `transferFrom`. This is semantically equivalent to an infinite approval.
               *
               * Requirements:
               *
               * - `spender` cannot be the zero address.
               */
              function approve(address spender, uint256 amount) public virtual override returns (bool) {
                  address owner = _msgSender();
                  _approve(owner, spender, amount);
                  return true;
              }
              /**
               * @dev See {IERC20-transferFrom}.
               *
               * Emits an {Approval} event indicating the updated allowance. This is not
               * required by the EIP. See the note at the beginning of {ERC20}.
               *
               * NOTE: Does not update the allowance if the current allowance
               * is the maximum `uint256`.
               *
               * Requirements:
               *
               * - `from` and `to` cannot be the zero address.
               * - `from` must have a balance of at least `amount`.
               * - the caller must have allowance for ``from``'s tokens of at least
               * `amount`.
               */
              function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {
                  address spender = _msgSender();
                  _spendAllowance(from, spender, amount);
                  _transfer(from, to, amount);
                  return true;
              }
              /**
               * @dev Atomically increases the allowance granted to `spender` by the caller.
               *
               * This is an alternative to {approve} that can be used as a mitigation for
               * problems described in {IERC20-approve}.
               *
               * Emits an {Approval} event indicating the updated allowance.
               *
               * Requirements:
               *
               * - `spender` cannot be the zero address.
               */
              function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
                  address owner = _msgSender();
                  _approve(owner, spender, allowance(owner, spender) + addedValue);
                  return true;
              }
              /**
               * @dev Atomically decreases the allowance granted to `spender` by the caller.
               *
               * This is an alternative to {approve} that can be used as a mitigation for
               * problems described in {IERC20-approve}.
               *
               * Emits an {Approval} event indicating the updated allowance.
               *
               * Requirements:
               *
               * - `spender` cannot be the zero address.
               * - `spender` must have allowance for the caller of at least
               * `subtractedValue`.
               */
              function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
                  address owner = _msgSender();
                  uint256 currentAllowance = allowance(owner, spender);
                  require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
                  unchecked {
                      _approve(owner, spender, currentAllowance - subtractedValue);
                  }
                  return true;
              }
              /**
               * @dev Moves `amount` of tokens from `from` to `to`.
               *
               * This internal function is equivalent to {transfer}, and can be used to
               * e.g. implement automatic token fees, slashing mechanisms, etc.
               *
               * Emits a {Transfer} event.
               *
               * Requirements:
               *
               * - `from` cannot be the zero address.
               * - `to` cannot be the zero address.
               * - `from` must have a balance of at least `amount`.
               */
              function _transfer(address from, address to, uint256 amount) internal virtual {
                  require(from != address(0), "ERC20: transfer from the zero address");
                  require(to != address(0), "ERC20: transfer to the zero address");
                  _beforeTokenTransfer(from, to, amount);
                  uint256 fromBalance = _balances[from];
                  require(fromBalance >= amount, "ERC20: transfer amount exceeds balance");
                  unchecked {
                      _balances[from] = fromBalance - amount;
                      // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by
                      // decrementing then incrementing.
                      _balances[to] += amount;
                  }
                  emit Transfer(from, to, amount);
                  _afterTokenTransfer(from, to, amount);
              }
              /** @dev Creates `amount` tokens and assigns them to `account`, increasing
               * the total supply.
               *
               * Emits a {Transfer} event with `from` set to the zero address.
               *
               * Requirements:
               *
               * - `account` cannot be the zero address.
               */
              function _mint(address account, uint256 amount) internal virtual {
                  require(account != address(0), "ERC20: mint to the zero address");
                  _beforeTokenTransfer(address(0), account, amount);
                  _totalSupply += amount;
                  unchecked {
                      // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.
                      _balances[account] += amount;
                  }
                  emit Transfer(address(0), account, amount);
                  _afterTokenTransfer(address(0), account, amount);
              }
              /**
               * @dev Destroys `amount` tokens from `account`, reducing the
               * total supply.
               *
               * Emits a {Transfer} event with `to` set to the zero address.
               *
               * Requirements:
               *
               * - `account` cannot be the zero address.
               * - `account` must have at least `amount` tokens.
               */
              function _burn(address account, uint256 amount) internal virtual {
                  require(account != address(0), "ERC20: burn from the zero address");
                  _beforeTokenTransfer(account, address(0), amount);
                  uint256 accountBalance = _balances[account];
                  require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
                  unchecked {
                      _balances[account] = accountBalance - amount;
                      // Overflow not possible: amount <= accountBalance <= totalSupply.
                      _totalSupply -= amount;
                  }
                  emit Transfer(account, address(0), amount);
                  _afterTokenTransfer(account, address(0), amount);
              }
              /**
               * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
               *
               * This internal function is equivalent to `approve`, and can be used to
               * e.g. set automatic allowances for certain subsystems, etc.
               *
               * Emits an {Approval} event.
               *
               * Requirements:
               *
               * - `owner` cannot be the zero address.
               * - `spender` cannot be the zero address.
               */
              function _approve(address owner, address spender, uint256 amount) internal virtual {
                  require(owner != address(0), "ERC20: approve from the zero address");
                  require(spender != address(0), "ERC20: approve to the zero address");
                  _allowances[owner][spender] = amount;
                  emit Approval(owner, spender, amount);
              }
              /**
               * @dev Updates `owner` s allowance for `spender` based on spent `amount`.
               *
               * Does not update the allowance amount in case of infinite allowance.
               * Revert if not enough allowance is available.
               *
               * Might emit an {Approval} event.
               */
              function _spendAllowance(address owner, address spender, uint256 amount) internal virtual {
                  uint256 currentAllowance = allowance(owner, spender);
                  if (currentAllowance != type(uint256).max) {
                      require(currentAllowance >= amount, "ERC20: insufficient allowance");
                      unchecked {
                          _approve(owner, spender, currentAllowance - amount);
                      }
                  }
              }
              /**
               * @dev Hook that is called before any transfer of tokens. This includes
               * minting and burning.
               *
               * Calling conditions:
               *
               * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
               * will be transferred to `to`.
               * - when `from` is zero, `amount` tokens will be minted for `to`.
               * - when `to` is zero, `amount` of ``from``'s tokens will be burned.
               * - `from` and `to` are never both zero.
               *
               * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
               */
              function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual {}
              /**
               * @dev Hook that is called after any transfer of tokens. This includes
               * minting and burning.
               *
               * Calling conditions:
               *
               * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
               * has been transferred to `to`.
               * - when `from` is zero, `amount` tokens have been minted for `to`.
               * - when `to` is zero, `amount` of ``from``'s tokens have been burned.
               * - `from` and `to` are never both zero.
               *
               * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
               */
              function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {}
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[45] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.5.0) (token/ERC20/extensions/ERC20Burnable.sol)
          pragma solidity ^0.8.0;
          import "../ERC20Upgradeable.sol";
          import "../../../utils/ContextUpgradeable.sol";
          import {Initializable} from "../../../proxy/utils/Initializable.sol";
          /**
           * @dev Extension of {ERC20} that allows token holders to destroy both their own
           * tokens and those that they have an allowance for, in a way that can be
           * recognized off-chain (via event analysis).
           */
          abstract contract ERC20BurnableUpgradeable is Initializable, ContextUpgradeable, ERC20Upgradeable {
              function __ERC20Burnable_init() internal onlyInitializing {
              }
              function __ERC20Burnable_init_unchained() internal onlyInitializing {
              }
              /**
               * @dev Destroys `amount` tokens from the caller.
               *
               * See {ERC20-_burn}.
               */
              function burn(uint256 amount) public virtual {
                  _burn(_msgSender(), amount);
              }
              /**
               * @dev Destroys `amount` tokens from `account`, deducting from the caller's
               * allowance.
               *
               * See {ERC20-_burn} and {ERC20-allowance}.
               *
               * Requirements:
               *
               * - the caller must have allowance for ``accounts``'s tokens of at least
               * `amount`.
               */
              function burnFrom(address account, uint256 amount) public virtual {
                  _spendAllowance(account, _msgSender(), amount);
                  _burn(account, amount);
              }
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[50] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/extensions/ERC20Pausable.sol)
          pragma solidity ^0.8.0;
          import "../ERC20Upgradeable.sol";
          import "../../../security/PausableUpgradeable.sol";
          import {Initializable} from "../../../proxy/utils/Initializable.sol";
          /**
           * @dev ERC20 token with pausable token transfers, minting and burning.
           *
           * Useful for scenarios such as preventing trades until the end of an evaluation
           * period, or having an emergency switch for freezing all token transfers in the
           * event of a large bug.
           *
           * IMPORTANT: This contract does not include public pause and unpause functions. In
           * addition to inheriting this contract, you must define both functions, invoking the
           * {Pausable-_pause} and {Pausable-_unpause} internal functions, with appropriate
           * access control, e.g. using {AccessControl} or {Ownable}. Not doing so will
           * make the contract unpausable.
           */
          abstract contract ERC20PausableUpgradeable is Initializable, ERC20Upgradeable, PausableUpgradeable {
              function __ERC20Pausable_init() internal onlyInitializing {
                  __Pausable_init_unchained();
              }
              function __ERC20Pausable_init_unchained() internal onlyInitializing {
              }
              /**
               * @dev See {ERC20-_beforeTokenTransfer}.
               *
               * Requirements:
               *
               * - the contract must not be paused.
               */
              function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual override {
                  super._beforeTokenTransfer(from, to, amount);
                  require(!paused(), "ERC20Pausable: token transfer while paused");
              }
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[50] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/ERC20Permit.sol)
          pragma solidity ^0.8.0;
          import "./IERC20PermitUpgradeable.sol";
          import "../ERC20Upgradeable.sol";
          import "../../../utils/cryptography/ECDSAUpgradeable.sol";
          import "../../../utils/cryptography/EIP712Upgradeable.sol";
          import "../../../utils/CountersUpgradeable.sol";
          import {Initializable} from "../../../proxy/utils/Initializable.sol";
          /**
           * @dev Implementation of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
           * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
           *
           * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
           * presenting a message signed by the account. By not relying on `{IERC20-approve}`, the token holder account doesn't
           * need to send a transaction, and thus is not required to hold Ether at all.
           *
           * _Available since v3.4._
           *
           * @custom:storage-size 51
           */
          abstract contract ERC20PermitUpgradeable is Initializable, ERC20Upgradeable, IERC20PermitUpgradeable, EIP712Upgradeable {
              using CountersUpgradeable for CountersUpgradeable.Counter;
              mapping(address => CountersUpgradeable.Counter) private _nonces;
              // solhint-disable-next-line var-name-mixedcase
              bytes32 private constant _PERMIT_TYPEHASH =
                  keccak256("Permit(address owner,address spender,uint256 value,uint256 nonce,uint256 deadline)");
              /**
               * @dev In previous versions `_PERMIT_TYPEHASH` was declared as `immutable`.
               * However, to ensure consistency with the upgradeable transpiler, we will continue
               * to reserve a slot.
               * @custom:oz-renamed-from _PERMIT_TYPEHASH
               */
              // solhint-disable-next-line var-name-mixedcase
              bytes32 private _PERMIT_TYPEHASH_DEPRECATED_SLOT;
              /**
               * @dev Initializes the {EIP712} domain separator using the `name` parameter, and setting `version` to `"1"`.
               *
               * It's a good idea to use the same `name` that is defined as the ERC20 token name.
               */
              function __ERC20Permit_init(string memory name) internal onlyInitializing {
                  __EIP712_init_unchained(name, "1");
              }
              function __ERC20Permit_init_unchained(string memory) internal onlyInitializing {}
              /**
               * @inheritdoc IERC20PermitUpgradeable
               */
              function permit(
                  address owner,
                  address spender,
                  uint256 value,
                  uint256 deadline,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) public virtual override {
                  require(block.timestamp <= deadline, "ERC20Permit: expired deadline");
                  bytes32 structHash = keccak256(abi.encode(_PERMIT_TYPEHASH, owner, spender, value, _useNonce(owner), deadline));
                  bytes32 hash = _hashTypedDataV4(structHash);
                  address signer = ECDSAUpgradeable.recover(hash, v, r, s);
                  require(signer == owner, "ERC20Permit: invalid signature");
                  _approve(owner, spender, value);
              }
              /**
               * @inheritdoc IERC20PermitUpgradeable
               */
              function nonces(address owner) public view virtual override returns (uint256) {
                  return _nonces[owner].current();
              }
              /**
               * @inheritdoc IERC20PermitUpgradeable
               */
              // solhint-disable-next-line func-name-mixedcase
              function DOMAIN_SEPARATOR() external view override returns (bytes32) {
                  return _domainSeparatorV4();
              }
              /**
               * @dev "Consume a nonce": return the current value and increment.
               *
               * _Available since v4.1._
               */
              function _useNonce(address owner) internal virtual returns (uint256 current) {
                  CountersUpgradeable.Counter storage nonce = _nonces[owner];
                  current = nonce.current();
                  nonce.increment();
              }
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[49] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)
          pragma solidity ^0.8.0;
          import "../IERC20Upgradeable.sol";
          /**
           * @dev Interface for the optional metadata functions from the ERC20 standard.
           *
           * _Available since v4.1._
           */
          interface IERC20MetadataUpgradeable is IERC20Upgradeable {
              /**
               * @dev Returns the name of the token.
               */
              function name() external view returns (string memory);
              /**
               * @dev Returns the symbol of the token.
               */
              function symbol() external view returns (string memory);
              /**
               * @dev Returns the decimals places of the token.
               */
              function decimals() external view returns (uint8);
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/IERC20Permit.sol)
          pragma solidity ^0.8.0;
          /**
           * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
           * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
           *
           * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
           * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't
           * need to send a transaction, and thus is not required to hold Ether at all.
           *
           * ==== Security Considerations
           *
           * There are two important considerations concerning the use of `permit`. The first is that a valid permit signature
           * expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be
           * considered as an intention to spend the allowance in any specific way. The second is that because permits have
           * built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should
           * take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be
           * generally recommended is:
           *
           * ```solidity
           * function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {
           *     try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}
           *     doThing(..., value);
           * }
           *
           * function doThing(..., uint256 value) public {
           *     token.safeTransferFrom(msg.sender, address(this), value);
           *     ...
           * }
           * ```
           *
           * Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of
           * `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also
           * {SafeERC20-safeTransferFrom}).
           *
           * Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so
           * contracts should have entry points that don't rely on permit.
           */
          interface IERC20PermitUpgradeable {
              /**
               * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,
               * given ``owner``'s signed approval.
               *
               * IMPORTANT: The same issues {IERC20-approve} has related to transaction
               * ordering also apply here.
               *
               * Emits an {Approval} event.
               *
               * Requirements:
               *
               * - `spender` cannot be the zero address.
               * - `deadline` must be a timestamp in the future.
               * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`
               * over the EIP712-formatted function arguments.
               * - the signature must use ``owner``'s current nonce (see {nonces}).
               *
               * For more information on the signature format, see the
               * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP
               * section].
               *
               * CAUTION: See Security Considerations above.
               */
              function permit(
                  address owner,
                  address spender,
                  uint256 value,
                  uint256 deadline,
                  uint8 v,
                  bytes32 r,
                  bytes32 s
              ) external;
              /**
               * @dev Returns the current nonce for `owner`. This value must be
               * included whenever a signature is generated for {permit}.
               *
               * Every successful call to {permit} increases ``owner``'s nonce by one. This
               * prevents a signature from being used multiple times.
               */
              function nonces(address owner) external view returns (uint256);
              /**
               * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.
               */
              // solhint-disable-next-line func-name-mixedcase
              function DOMAIN_SEPARATOR() external view returns (bytes32);
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)
          pragma solidity ^0.8.0;
          /**
           * @dev Interface of the ERC20 standard as defined in the EIP.
           */
          interface IERC20Upgradeable {
              /**
               * @dev Emitted when `value` tokens are moved from one account (`from`) to
               * another (`to`).
               *
               * Note that `value` may be zero.
               */
              event Transfer(address indexed from, address indexed to, uint256 value);
              /**
               * @dev Emitted when the allowance of a `spender` for an `owner` is set by
               * a call to {approve}. `value` is the new allowance.
               */
              event Approval(address indexed owner, address indexed spender, uint256 value);
              /**
               * @dev Returns the amount of tokens in existence.
               */
              function totalSupply() external view returns (uint256);
              /**
               * @dev Returns the amount of tokens owned by `account`.
               */
              function balanceOf(address account) external view returns (uint256);
              /**
               * @dev Moves `amount` tokens from the caller's account to `to`.
               *
               * Returns a boolean value indicating whether the operation succeeded.
               *
               * Emits a {Transfer} event.
               */
              function transfer(address to, uint256 amount) external returns (bool);
              /**
               * @dev Returns the remaining number of tokens that `spender` will be
               * allowed to spend on behalf of `owner` through {transferFrom}. This is
               * zero by default.
               *
               * This value changes when {approve} or {transferFrom} are called.
               */
              function allowance(address owner, address spender) external view returns (uint256);
              /**
               * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
               *
               * Returns a boolean value indicating whether the operation succeeded.
               *
               * IMPORTANT: Beware that changing an allowance with this method brings the risk
               * that someone may use both the old and the new allowance by unfortunate
               * transaction ordering. One possible solution to mitigate this race
               * condition is to first reduce the spender's allowance to 0 and set the
               * desired value afterwards:
               * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
               *
               * Emits an {Approval} event.
               */
              function approve(address spender, uint256 amount) external returns (bool);
              /**
               * @dev Moves `amount` tokens from `from` to `to` using the
               * allowance mechanism. `amount` is then deducted from the caller's
               * allowance.
               *
               * Returns a boolean value indicating whether the operation succeeded.
               *
               * Emits a {Transfer} event.
               */
              function transferFrom(address from, address to, uint256 amount) external returns (bool);
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)
          pragma solidity ^0.8.1;
          /**
           * @dev Collection of functions related to the address type
           */
          library AddressUpgradeable {
              /**
               * @dev Returns true if `account` is a contract.
               *
               * [IMPORTANT]
               * ====
               * It is unsafe to assume that an address for which this function returns
               * false is an externally-owned account (EOA) and not a contract.
               *
               * Among others, `isContract` will return false for the following
               * types of addresses:
               *
               *  - an externally-owned account
               *  - a contract in construction
               *  - an address where a contract will be created
               *  - an address where a contract lived, but was destroyed
               *
               * Furthermore, `isContract` will also return true if the target contract within
               * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,
               * which only has an effect at the end of a transaction.
               * ====
               *
               * [IMPORTANT]
               * ====
               * You shouldn't rely on `isContract` to protect against flash loan attacks!
               *
               * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
               * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
               * constructor.
               * ====
               */
              function isContract(address account) internal view returns (bool) {
                  // This method relies on extcodesize/address.code.length, which returns 0
                  // for contracts in construction, since the code is only stored at the end
                  // of the constructor execution.
                  return account.code.length > 0;
              }
              /**
               * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
               * `recipient`, forwarding all available gas and reverting on errors.
               *
               * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
               * of certain opcodes, possibly making contracts go over the 2300 gas limit
               * imposed by `transfer`, making them unable to receive funds via
               * `transfer`. {sendValue} removes this limitation.
               *
               * https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].
               *
               * IMPORTANT: because control is transferred to `recipient`, care must be
               * taken to not create reentrancy vulnerabilities. Consider using
               * {ReentrancyGuard} or the
               * https://solidity.readthedocs.io/en/v0.8.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
               */
              function sendValue(address payable recipient, uint256 amount) internal {
                  require(address(this).balance >= amount, "Address: insufficient balance");
                  (bool success, ) = recipient.call{value: amount}("");
                  require(success, "Address: unable to send value, recipient may have reverted");
              }
              /**
               * @dev Performs a Solidity function call using a low level `call`. A
               * plain `call` is an unsafe replacement for a function call: use this
               * function instead.
               *
               * If `target` reverts with a revert reason, it is bubbled up by this
               * function (like regular Solidity function calls).
               *
               * Returns the raw returned data. To convert to the expected return value,
               * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
               *
               * Requirements:
               *
               * - `target` must be a contract.
               * - calling `target` with `data` must not revert.
               *
               * _Available since v3.1._
               */
              function functionCall(address target, bytes memory data) internal returns (bytes memory) {
                  return functionCallWithValue(target, data, 0, "Address: low-level call failed");
              }
              /**
               * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
               * `errorMessage` as a fallback revert reason when `target` reverts.
               *
               * _Available since v3.1._
               */
              function functionCall(
                  address target,
                  bytes memory data,
                  string memory errorMessage
              ) internal returns (bytes memory) {
                  return functionCallWithValue(target, data, 0, errorMessage);
              }
              /**
               * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
               * but also transferring `value` wei to `target`.
               *
               * Requirements:
               *
               * - the calling contract must have an ETH balance of at least `value`.
               * - the called Solidity function must be `payable`.
               *
               * _Available since v3.1._
               */
              function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
                  return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
              }
              /**
               * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
               * with `errorMessage` as a fallback revert reason when `target` reverts.
               *
               * _Available since v3.1._
               */
              function functionCallWithValue(
                  address target,
                  bytes memory data,
                  uint256 value,
                  string memory errorMessage
              ) internal returns (bytes memory) {
                  require(address(this).balance >= value, "Address: insufficient balance for call");
                  (bool success, bytes memory returndata) = target.call{value: value}(data);
                  return verifyCallResultFromTarget(target, success, returndata, errorMessage);
              }
              /**
               * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
               * but performing a static call.
               *
               * _Available since v3.3._
               */
              function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
                  return functionStaticCall(target, data, "Address: low-level static call failed");
              }
              /**
               * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
               * but performing a static call.
               *
               * _Available since v3.3._
               */
              function functionStaticCall(
                  address target,
                  bytes memory data,
                  string memory errorMessage
              ) internal view returns (bytes memory) {
                  (bool success, bytes memory returndata) = target.staticcall(data);
                  return verifyCallResultFromTarget(target, success, returndata, errorMessage);
              }
              /**
               * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
               * but performing a delegate call.
               *
               * _Available since v3.4._
               */
              function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
                  return functionDelegateCall(target, data, "Address: low-level delegate call failed");
              }
              /**
               * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
               * but performing a delegate call.
               *
               * _Available since v3.4._
               */
              function functionDelegateCall(
                  address target,
                  bytes memory data,
                  string memory errorMessage
              ) internal returns (bytes memory) {
                  (bool success, bytes memory returndata) = target.delegatecall(data);
                  return verifyCallResultFromTarget(target, success, returndata, errorMessage);
              }
              /**
               * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
               * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
               *
               * _Available since v4.8._
               */
              function verifyCallResultFromTarget(
                  address target,
                  bool success,
                  bytes memory returndata,
                  string memory errorMessage
              ) internal view returns (bytes memory) {
                  if (success) {
                      if (returndata.length == 0) {
                          // only check isContract if the call was successful and the return data is empty
                          // otherwise we already know that it was a contract
                          require(isContract(target), "Address: call to non-contract");
                      }
                      return returndata;
                  } else {
                      _revert(returndata, errorMessage);
                  }
              }
              /**
               * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
               * revert reason or using the provided one.
               *
               * _Available since v4.3._
               */
              function verifyCallResult(
                  bool success,
                  bytes memory returndata,
                  string memory errorMessage
              ) internal pure returns (bytes memory) {
                  if (success) {
                      return returndata;
                  } else {
                      _revert(returndata, errorMessage);
                  }
              }
              function _revert(bytes memory returndata, string memory errorMessage) private pure {
                  // Look for revert reason and bubble it up if present
                  if (returndata.length > 0) {
                      // The easiest way to bubble the revert reason is using memory via assembly
                      /// @solidity memory-safe-assembly
                      assembly {
                          let returndata_size := mload(returndata)
                          revert(add(32, returndata), returndata_size)
                      }
                  } else {
                      revert(errorMessage);
                  }
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)
          pragma solidity ^0.8.0;
          import {Initializable} from "../proxy/utils/Initializable.sol";
          /**
           * @dev Provides information about the current execution context, including the
           * sender of the transaction and its data. While these are generally available
           * via msg.sender and msg.data, they should not be accessed in such a direct
           * manner, since when dealing with meta-transactions the account sending and
           * paying for execution may not be the actual sender (as far as an application
           * is concerned).
           *
           * This contract is only required for intermediate, library-like contracts.
           */
          abstract contract ContextUpgradeable is Initializable {
              function __Context_init() internal onlyInitializing {
              }
              function __Context_init_unchained() internal onlyInitializing {
              }
              function _msgSender() internal view virtual returns (address) {
                  return msg.sender;
              }
              function _msgData() internal view virtual returns (bytes calldata) {
                  return msg.data;
              }
              function _contextSuffixLength() internal view virtual returns (uint256) {
                  return 0;
              }
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[50] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts v4.4.1 (utils/Counters.sol)
          pragma solidity ^0.8.0;
          /**
           * @title Counters
           * @author Matt Condon (@shrugs)
           * @dev Provides counters that can only be incremented, decremented or reset. This can be used e.g. to track the number
           * of elements in a mapping, issuing ERC721 ids, or counting request ids.
           *
           * Include with `using Counters for Counters.Counter;`
           */
          library CountersUpgradeable {
              struct Counter {
                  // This variable should never be directly accessed by users of the library: interactions must be restricted to
                  // the library's function. As of Solidity v0.5.2, this cannot be enforced, though there is a proposal to add
                  // this feature: see https://github.com/ethereum/solidity/issues/4637
                  uint256 _value; // default: 0
              }
              function current(Counter storage counter) internal view returns (uint256) {
                  return counter._value;
              }
              function increment(Counter storage counter) internal {
                  unchecked {
                      counter._value += 1;
                  }
              }
              function decrement(Counter storage counter) internal {
                  uint256 value = counter._value;
                  require(value > 0, "Counter: decrement overflow");
                  unchecked {
                      counter._value = value - 1;
                  }
              }
              function reset(Counter storage counter) internal {
                  counter._value = 0;
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/ECDSA.sol)
          pragma solidity ^0.8.0;
          import "../StringsUpgradeable.sol";
          /**
           * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.
           *
           * These functions can be used to verify that a message was signed by the holder
           * of the private keys of a given address.
           */
          library ECDSAUpgradeable {
              enum RecoverError {
                  NoError,
                  InvalidSignature,
                  InvalidSignatureLength,
                  InvalidSignatureS,
                  InvalidSignatureV // Deprecated in v4.8
              }
              function _throwError(RecoverError error) private pure {
                  if (error == RecoverError.NoError) {
                      return; // no error: do nothing
                  } else if (error == RecoverError.InvalidSignature) {
                      revert("ECDSA: invalid signature");
                  } else if (error == RecoverError.InvalidSignatureLength) {
                      revert("ECDSA: invalid signature length");
                  } else if (error == RecoverError.InvalidSignatureS) {
                      revert("ECDSA: invalid signature 's' value");
                  }
              }
              /**
               * @dev Returns the address that signed a hashed message (`hash`) with
               * `signature` or error string. This address can then be used for verification purposes.
               *
               * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:
               * this function rejects them by requiring the `s` value to be in the lower
               * half order, and the `v` value to be either 27 or 28.
               *
               * IMPORTANT: `hash` _must_ be the result of a hash operation for the
               * verification to be secure: it is possible to craft signatures that
               * recover to arbitrary addresses for non-hashed data. A safe way to ensure
               * this is by receiving a hash of the original message (which may otherwise
               * be too long), and then calling {toEthSignedMessageHash} on it.
               *
               * Documentation for signature generation:
               * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]
               * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]
               *
               * _Available since v4.3._
               */
              function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) {
                  if (signature.length == 65) {
                      bytes32 r;
                      bytes32 s;
                      uint8 v;
                      // ecrecover takes the signature parameters, and the only way to get them
                      // currently is to use assembly.
                      /// @solidity memory-safe-assembly
                      assembly {
                          r := mload(add(signature, 0x20))
                          s := mload(add(signature, 0x40))
                          v := byte(0, mload(add(signature, 0x60)))
                      }
                      return tryRecover(hash, v, r, s);
                  } else {
                      return (address(0), RecoverError.InvalidSignatureLength);
                  }
              }
              /**
               * @dev Returns the address that signed a hashed message (`hash`) with
               * `signature`. This address can then be used for verification purposes.
               *
               * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:
               * this function rejects them by requiring the `s` value to be in the lower
               * half order, and the `v` value to be either 27 or 28.
               *
               * IMPORTANT: `hash` _must_ be the result of a hash operation for the
               * verification to be secure: it is possible to craft signatures that
               * recover to arbitrary addresses for non-hashed data. A safe way to ensure
               * this is by receiving a hash of the original message (which may otherwise
               * be too long), and then calling {toEthSignedMessageHash} on it.
               */
              function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {
                  (address recovered, RecoverError error) = tryRecover(hash, signature);
                  _throwError(error);
                  return recovered;
              }
              /**
               * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.
               *
               * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]
               *
               * _Available since v4.3._
               */
              function tryRecover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address, RecoverError) {
                  bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff);
                  uint8 v = uint8((uint256(vs) >> 255) + 27);
                  return tryRecover(hash, v, r, s);
              }
              /**
               * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.
               *
               * _Available since v4.2._
               */
              function recover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address) {
                  (address recovered, RecoverError error) = tryRecover(hash, r, vs);
                  _throwError(error);
                  return recovered;
              }
              /**
               * @dev Overload of {ECDSA-tryRecover} that receives the `v`,
               * `r` and `s` signature fields separately.
               *
               * _Available since v4.3._
               */
              function tryRecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address, RecoverError) {
                  // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature
                  // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines
                  // the valid range for s in (301): 0 < s < secp256k1n ÷ 2 + 1, and for v in (302): v ∈ {27, 28}. Most
                  // signatures from current libraries generate a unique signature with an s-value in the lower half order.
                  //
                  // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value
                  // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or
                  // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept
                  // these malleable signatures as well.
                  if (uint256(s) > 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0) {
                      return (address(0), RecoverError.InvalidSignatureS);
                  }
                  // If the signature is valid (and not malleable), return the signer address
                  address signer = ecrecover(hash, v, r, s);
                  if (signer == address(0)) {
                      return (address(0), RecoverError.InvalidSignature);
                  }
                  return (signer, RecoverError.NoError);
              }
              /**
               * @dev Overload of {ECDSA-recover} that receives the `v`,
               * `r` and `s` signature fields separately.
               */
              function recover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address) {
                  (address recovered, RecoverError error) = tryRecover(hash, v, r, s);
                  _throwError(error);
                  return recovered;
              }
              /**
               * @dev Returns an Ethereum Signed Message, created from a `hash`. This
               * produces hash corresponding to the one signed with the
               * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]
               * JSON-RPC method as part of EIP-191.
               *
               * See {recover}.
               */
              function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32 message) {
                  // 32 is the length in bytes of hash,
                  // enforced by the type signature above
                  /// @solidity memory-safe-assembly
                  assembly {
                      mstore(0x00, "\\x19Ethereum Signed Message:\
          32")
                      mstore(0x1c, hash)
                      message := keccak256(0x00, 0x3c)
                  }
              }
              /**
               * @dev Returns an Ethereum Signed Message, created from `s`. This
               * produces hash corresponding to the one signed with the
               * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]
               * JSON-RPC method as part of EIP-191.
               *
               * See {recover}.
               */
              function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) {
                  return keccak256(abi.encodePacked("\\x19Ethereum Signed Message:\
          ", StringsUpgradeable.toString(s.length), s));
              }
              /**
               * @dev Returns an Ethereum Signed Typed Data, created from a
               * `domainSeparator` and a `structHash`. This produces hash corresponding
               * to the one signed with the
               * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]
               * JSON-RPC method as part of EIP-712.
               *
               * See {recover}.
               */
              function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32 data) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      let ptr := mload(0x40)
                      mstore(ptr, "\\x19\\x01")
                      mstore(add(ptr, 0x02), domainSeparator)
                      mstore(add(ptr, 0x22), structHash)
                      data := keccak256(ptr, 0x42)
                  }
              }
              /**
               * @dev Returns an Ethereum Signed Data with intended validator, created from a
               * `validator` and `data` according to the version 0 of EIP-191.
               *
               * See {recover}.
               */
              function toDataWithIntendedValidatorHash(address validator, bytes memory data) internal pure returns (bytes32) {
                  return keccak256(abi.encodePacked("\\x19\\x00", validator, data));
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/EIP712.sol)
          pragma solidity ^0.8.8;
          import "./ECDSAUpgradeable.sol";
          import "../../interfaces/IERC5267Upgradeable.sol";
          import {Initializable} from "../../proxy/utils/Initializable.sol";
          /**
           * @dev https://eips.ethereum.org/EIPS/eip-712[EIP 712] is a standard for hashing and signing of typed structured data.
           *
           * The encoding specified in the EIP is very generic, and such a generic implementation in Solidity is not feasible,
           * thus this contract does not implement the encoding itself. Protocols need to implement the type-specific encoding
           * they need in their contracts using a combination of `abi.encode` and `keccak256`.
           *
           * This contract implements the EIP 712 domain separator ({_domainSeparatorV4}) that is used as part of the encoding
           * scheme, and the final step of the encoding to obtain the message digest that is then signed via ECDSA
           * ({_hashTypedDataV4}).
           *
           * The implementation of the domain separator was designed to be as efficient as possible while still properly updating
           * the chain id to protect against replay attacks on an eventual fork of the chain.
           *
           * NOTE: This contract implements the version of the encoding known as "v4", as implemented by the JSON RPC method
           * https://docs.metamask.io/guide/signing-data.html[`eth_signTypedDataV4` in MetaMask].
           *
           * NOTE: In the upgradeable version of this contract, the cached values will correspond to the address, and the domain
           * separator of the implementation contract. This will cause the `_domainSeparatorV4` function to always rebuild the
           * separator from the immutable values, which is cheaper than accessing a cached version in cold storage.
           *
           * _Available since v3.4._
           *
           * @custom:storage-size 52
           */
          abstract contract EIP712Upgradeable is Initializable, IERC5267Upgradeable {
              bytes32 private constant _TYPE_HASH =
                  keccak256("EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)");
              /// @custom:oz-renamed-from _HASHED_NAME
              bytes32 private _hashedName;
              /// @custom:oz-renamed-from _HASHED_VERSION
              bytes32 private _hashedVersion;
              string private _name;
              string private _version;
              /**
               * @dev Initializes the domain separator and parameter caches.
               *
               * The meaning of `name` and `version` is specified in
               * https://eips.ethereum.org/EIPS/eip-712#definition-of-domainseparator[EIP 712]:
               *
               * - `name`: the user readable name of the signing domain, i.e. the name of the DApp or the protocol.
               * - `version`: the current major version of the signing domain.
               *
               * NOTE: These parameters cannot be changed except through a xref:learn::upgrading-smart-contracts.adoc[smart
               * contract upgrade].
               */
              function __EIP712_init(string memory name, string memory version) internal onlyInitializing {
                  __EIP712_init_unchained(name, version);
              }
              function __EIP712_init_unchained(string memory name, string memory version) internal onlyInitializing {
                  _name = name;
                  _version = version;
                  // Reset prior values in storage if upgrading
                  _hashedName = 0;
                  _hashedVersion = 0;
              }
              /**
               * @dev Returns the domain separator for the current chain.
               */
              function _domainSeparatorV4() internal view returns (bytes32) {
                  return _buildDomainSeparator();
              }
              function _buildDomainSeparator() private view returns (bytes32) {
                  return keccak256(abi.encode(_TYPE_HASH, _EIP712NameHash(), _EIP712VersionHash(), block.chainid, address(this)));
              }
              /**
               * @dev Given an already https://eips.ethereum.org/EIPS/eip-712#definition-of-hashstruct[hashed struct], this
               * function returns the hash of the fully encoded EIP712 message for this domain.
               *
               * This hash can be used together with {ECDSA-recover} to obtain the signer of a message. For example:
               *
               * ```solidity
               * bytes32 digest = _hashTypedDataV4(keccak256(abi.encode(
               *     keccak256("Mail(address to,string contents)"),
               *     mailTo,
               *     keccak256(bytes(mailContents))
               * )));
               * address signer = ECDSA.recover(digest, signature);
               * ```
               */
              function _hashTypedDataV4(bytes32 structHash) internal view virtual returns (bytes32) {
                  return ECDSAUpgradeable.toTypedDataHash(_domainSeparatorV4(), structHash);
              }
              /**
               * @dev See {EIP-5267}.
               *
               * _Available since v4.9._
               */
              function eip712Domain()
                  public
                  view
                  virtual
                  override
                  returns (
                      bytes1 fields,
                      string memory name,
                      string memory version,
                      uint256 chainId,
                      address verifyingContract,
                      bytes32 salt,
                      uint256[] memory extensions
                  )
              {
                  // If the hashed name and version in storage are non-zero, the contract hasn't been properly initialized
                  // and the EIP712 domain is not reliable, as it will be missing name and version.
                  require(_hashedName == 0 && _hashedVersion == 0, "EIP712: Uninitialized");
                  return (
                      hex"0f", // 01111
                      _EIP712Name(),
                      _EIP712Version(),
                      block.chainid,
                      address(this),
                      bytes32(0),
                      new uint256[](0)
                  );
              }
              /**
               * @dev The name parameter for the EIP712 domain.
               *
               * NOTE: This function reads from storage by default, but can be redefined to return a constant value if gas costs
               * are a concern.
               */
              function _EIP712Name() internal virtual view returns (string memory) {
                  return _name;
              }
              /**
               * @dev The version parameter for the EIP712 domain.
               *
               * NOTE: This function reads from storage by default, but can be redefined to return a constant value if gas costs
               * are a concern.
               */
              function _EIP712Version() internal virtual view returns (string memory) {
                  return _version;
              }
              /**
               * @dev The hash of the name parameter for the EIP712 domain.
               *
               * NOTE: In previous versions this function was virtual. In this version you should override `_EIP712Name` instead.
               */
              function _EIP712NameHash() internal view returns (bytes32) {
                  string memory name = _EIP712Name();
                  if (bytes(name).length > 0) {
                      return keccak256(bytes(name));
                  } else {
                      // If the name is empty, the contract may have been upgraded without initializing the new storage.
                      // We return the name hash in storage if non-zero, otherwise we assume the name is empty by design.
                      bytes32 hashedName = _hashedName;
                      if (hashedName != 0) {
                          return hashedName;
                      } else {
                          return keccak256("");
                      }
                  }
              }
              /**
               * @dev The hash of the version parameter for the EIP712 domain.
               *
               * NOTE: In previous versions this function was virtual. In this version you should override `_EIP712Version` instead.
               */
              function _EIP712VersionHash() internal view returns (bytes32) {
                  string memory version = _EIP712Version();
                  if (bytes(version).length > 0) {
                      return keccak256(bytes(version));
                  } else {
                      // If the version is empty, the contract may have been upgraded without initializing the new storage.
                      // We return the version hash in storage if non-zero, otherwise we assume the version is empty by design.
                      bytes32 hashedVersion = _hashedVersion;
                      if (hashedVersion != 0) {
                          return hashedVersion;
                      } else {
                          return keccak256("");
                      }
                  }
              }
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[48] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)
          pragma solidity ^0.8.0;
          import "./IERC165Upgradeable.sol";
          import {Initializable} from "../../proxy/utils/Initializable.sol";
          /**
           * @dev Implementation of the {IERC165} interface.
           *
           * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
           * for the additional interface id that will be supported. For example:
           *
           * ```solidity
           * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
           *     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
           * }
           * ```
           *
           * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
           */
          abstract contract ERC165Upgradeable is Initializable, IERC165Upgradeable {
              function __ERC165_init() internal onlyInitializing {
              }
              function __ERC165_init_unchained() internal onlyInitializing {
              }
              /**
               * @dev See {IERC165-supportsInterface}.
               */
              function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
                  return interfaceId == type(IERC165Upgradeable).interfaceId;
              }
              /**
               * @dev This empty reserved space is put in place to allow future versions to add new
               * variables without shifting down storage in the inheritance chain.
               * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
               */
              uint256[50] private __gap;
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)
          pragma solidity ^0.8.0;
          /**
           * @dev Interface of the ERC165 standard, as defined in the
           * https://eips.ethereum.org/EIPS/eip-165[EIP].
           *
           * Implementers can declare support of contract interfaces, which can then be
           * queried by others ({ERC165Checker}).
           *
           * For an implementation, see {ERC165}.
           */
          interface IERC165Upgradeable {
              /**
               * @dev Returns true if this contract implements the interface defined by
               * `interfaceId`. See the corresponding
               * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
               * to learn more about how these ids are created.
               *
               * This function call must use less than 30 000 gas.
               */
              function supportsInterface(bytes4 interfaceId) external view returns (bool);
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)
          pragma solidity ^0.8.0;
          /**
           * @dev Standard math utilities missing in the Solidity language.
           */
          library MathUpgradeable {
              enum Rounding {
                  Down, // Toward negative infinity
                  Up, // Toward infinity
                  Zero // Toward zero
              }
              /**
               * @dev Returns the largest of two numbers.
               */
              function max(uint256 a, uint256 b) internal pure returns (uint256) {
                  return a > b ? a : b;
              }
              /**
               * @dev Returns the smallest of two numbers.
               */
              function min(uint256 a, uint256 b) internal pure returns (uint256) {
                  return a < b ? a : b;
              }
              /**
               * @dev Returns the average of two numbers. The result is rounded towards
               * zero.
               */
              function average(uint256 a, uint256 b) internal pure returns (uint256) {
                  // (a + b) / 2 can overflow.
                  return (a & b) + (a ^ b) / 2;
              }
              /**
               * @dev Returns the ceiling of the division of two numbers.
               *
               * This differs from standard division with `/` in that it rounds up instead
               * of rounding down.
               */
              function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {
                  // (a + b - 1) / b can overflow on addition, so we distribute.
                  return a == 0 ? 0 : (a - 1) / b + 1;
              }
              /**
               * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0
               * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)
               * with further edits by Uniswap Labs also under MIT license.
               */
              function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {
                  unchecked {
                      // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use
                      // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256
                      // variables such that product = prod1 * 2^256 + prod0.
                      uint256 prod0; // Least significant 256 bits of the product
                      uint256 prod1; // Most significant 256 bits of the product
                      assembly {
                          let mm := mulmod(x, y, not(0))
                          prod0 := mul(x, y)
                          prod1 := sub(sub(mm, prod0), lt(mm, prod0))
                      }
                      // Handle non-overflow cases, 256 by 256 division.
                      if (prod1 == 0) {
                          // Solidity will revert if denominator == 0, unlike the div opcode on its own.
                          // The surrounding unchecked block does not change this fact.
                          // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.
                          return prod0 / denominator;
                      }
                      // Make sure the result is less than 2^256. Also prevents denominator == 0.
                      require(denominator > prod1, "Math: mulDiv overflow");
                      ///////////////////////////////////////////////
                      // 512 by 256 division.
                      ///////////////////////////////////////////////
                      // Make division exact by subtracting the remainder from [prod1 prod0].
                      uint256 remainder;
                      assembly {
                          // Compute remainder using mulmod.
                          remainder := mulmod(x, y, denominator)
                          // Subtract 256 bit number from 512 bit number.
                          prod1 := sub(prod1, gt(remainder, prod0))
                          prod0 := sub(prod0, remainder)
                      }
                      // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.
                      // See https://cs.stackexchange.com/q/138556/92363.
                      // Does not overflow because the denominator cannot be zero at this stage in the function.
                      uint256 twos = denominator & (~denominator + 1);
                      assembly {
                          // Divide denominator by twos.
                          denominator := div(denominator, twos)
                          // Divide [prod1 prod0] by twos.
                          prod0 := div(prod0, twos)
                          // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.
                          twos := add(div(sub(0, twos), twos), 1)
                      }
                      // Shift in bits from prod1 into prod0.
                      prod0 |= prod1 * twos;
                      // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such
                      // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for
                      // four bits. That is, denominator * inv = 1 mod 2^4.
                      uint256 inverse = (3 * denominator) ^ 2;
                      // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works
                      // in modular arithmetic, doubling the correct bits in each step.
                      inverse *= 2 - denominator * inverse; // inverse mod 2^8
                      inverse *= 2 - denominator * inverse; // inverse mod 2^16
                      inverse *= 2 - denominator * inverse; // inverse mod 2^32
                      inverse *= 2 - denominator * inverse; // inverse mod 2^64
                      inverse *= 2 - denominator * inverse; // inverse mod 2^128
                      inverse *= 2 - denominator * inverse; // inverse mod 2^256
                      // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.
                      // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is
                      // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1
                      // is no longer required.
                      result = prod0 * inverse;
                      return result;
                  }
              }
              /**
               * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.
               */
              function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {
                  uint256 result = mulDiv(x, y, denominator);
                  if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {
                      result += 1;
                  }
                  return result;
              }
              /**
               * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.
               *
               * Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11).
               */
              function sqrt(uint256 a) internal pure returns (uint256) {
                  if (a == 0) {
                      return 0;
                  }
                  // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.
                  //
                  // We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have
                  // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.
                  //
                  // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`
                  // → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`
                  // → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`
                  //
                  // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.
                  uint256 result = 1 << (log2(a) >> 1);
                  // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,
                  // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at
                  // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision
                  // into the expected uint128 result.
                  unchecked {
                      result = (result + a / result) >> 1;
                      result = (result + a / result) >> 1;
                      result = (result + a / result) >> 1;
                      result = (result + a / result) >> 1;
                      result = (result + a / result) >> 1;
                      result = (result + a / result) >> 1;
                      result = (result + a / result) >> 1;
                      return min(result, a / result);
                  }
              }
              /**
               * @notice Calculates sqrt(a), following the selected rounding direction.
               */
              function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {
                  unchecked {
                      uint256 result = sqrt(a);
                      return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);
                  }
              }
              /**
               * @dev Return the log in base 2, rounded down, of a positive value.
               * Returns 0 if given 0.
               */
              function log2(uint256 value) internal pure returns (uint256) {
                  uint256 result = 0;
                  unchecked {
                      if (value >> 128 > 0) {
                          value >>= 128;
                          result += 128;
                      }
                      if (value >> 64 > 0) {
                          value >>= 64;
                          result += 64;
                      }
                      if (value >> 32 > 0) {
                          value >>= 32;
                          result += 32;
                      }
                      if (value >> 16 > 0) {
                          value >>= 16;
                          result += 16;
                      }
                      if (value >> 8 > 0) {
                          value >>= 8;
                          result += 8;
                      }
                      if (value >> 4 > 0) {
                          value >>= 4;
                          result += 4;
                      }
                      if (value >> 2 > 0) {
                          value >>= 2;
                          result += 2;
                      }
                      if (value >> 1 > 0) {
                          result += 1;
                      }
                  }
                  return result;
              }
              /**
               * @dev Return the log in base 2, following the selected rounding direction, of a positive value.
               * Returns 0 if given 0.
               */
              function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {
                  unchecked {
                      uint256 result = log2(value);
                      return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);
                  }
              }
              /**
               * @dev Return the log in base 10, rounded down, of a positive value.
               * Returns 0 if given 0.
               */
              function log10(uint256 value) internal pure returns (uint256) {
                  uint256 result = 0;
                  unchecked {
                      if (value >= 10 ** 64) {
                          value /= 10 ** 64;
                          result += 64;
                      }
                      if (value >= 10 ** 32) {
                          value /= 10 ** 32;
                          result += 32;
                      }
                      if (value >= 10 ** 16) {
                          value /= 10 ** 16;
                          result += 16;
                      }
                      if (value >= 10 ** 8) {
                          value /= 10 ** 8;
                          result += 8;
                      }
                      if (value >= 10 ** 4) {
                          value /= 10 ** 4;
                          result += 4;
                      }
                      if (value >= 10 ** 2) {
                          value /= 10 ** 2;
                          result += 2;
                      }
                      if (value >= 10 ** 1) {
                          result += 1;
                      }
                  }
                  return result;
              }
              /**
               * @dev Return the log in base 10, following the selected rounding direction, of a positive value.
               * Returns 0 if given 0.
               */
              function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {
                  unchecked {
                      uint256 result = log10(value);
                      return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);
                  }
              }
              /**
               * @dev Return the log in base 256, rounded down, of a positive value.
               * Returns 0 if given 0.
               *
               * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.
               */
              function log256(uint256 value) internal pure returns (uint256) {
                  uint256 result = 0;
                  unchecked {
                      if (value >> 128 > 0) {
                          value >>= 128;
                          result += 16;
                      }
                      if (value >> 64 > 0) {
                          value >>= 64;
                          result += 8;
                      }
                      if (value >> 32 > 0) {
                          value >>= 32;
                          result += 4;
                      }
                      if (value >> 16 > 0) {
                          value >>= 16;
                          result += 2;
                      }
                      if (value >> 8 > 0) {
                          result += 1;
                      }
                  }
                  return result;
              }
              /**
               * @dev Return the log in base 256, following the selected rounding direction, of a positive value.
               * Returns 0 if given 0.
               */
              function log256(uint256 value, Rounding rounding) internal pure returns (uint256) {
                  unchecked {
                      uint256 result = log256(value);
                      return result + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);
                  }
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)
          pragma solidity ^0.8.0;
          /**
           * @dev Standard signed math utilities missing in the Solidity language.
           */
          library SignedMathUpgradeable {
              /**
               * @dev Returns the largest of two signed numbers.
               */
              function max(int256 a, int256 b) internal pure returns (int256) {
                  return a > b ? a : b;
              }
              /**
               * @dev Returns the smallest of two signed numbers.
               */
              function min(int256 a, int256 b) internal pure returns (int256) {
                  return a < b ? a : b;
              }
              /**
               * @dev Returns the average of two signed numbers without overflow.
               * The result is rounded towards zero.
               */
              function average(int256 a, int256 b) internal pure returns (int256) {
                  // Formula from the book "Hacker's Delight"
                  int256 x = (a & b) + ((a ^ b) >> 1);
                  return x + (int256(uint256(x) >> 255) & (a ^ b));
              }
              /**
               * @dev Returns the absolute unsigned value of a signed value.
               */
              function abs(int256 n) internal pure returns (uint256) {
                  unchecked {
                      // must be unchecked in order to support `n = type(int256).min`
                      return uint256(n >= 0 ? n : -n);
                  }
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (utils/StorageSlot.sol)
          // This file was procedurally generated from scripts/generate/templates/StorageSlot.js.
          pragma solidity ^0.8.0;
          /**
           * @dev Library for reading and writing primitive types to specific storage slots.
           *
           * Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts.
           * This library helps with reading and writing to such slots without the need for inline assembly.
           *
           * The functions in this library return Slot structs that contain a `value` member that can be used to read or write.
           *
           * Example usage to set ERC1967 implementation slot:
           * ```solidity
           * contract ERC1967 {
           *     bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;
           *
           *     function _getImplementation() internal view returns (address) {
           *         return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value;
           *     }
           *
           *     function _setImplementation(address newImplementation) internal {
           *         require(Address.isContract(newImplementation), "ERC1967: new implementation is not a contract");
           *         StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;
           *     }
           * }
           * ```
           *
           * _Available since v4.1 for `address`, `bool`, `bytes32`, `uint256`._
           * _Available since v4.9 for `string`, `bytes`._
           */
          library StorageSlotUpgradeable {
              struct AddressSlot {
                  address value;
              }
              struct BooleanSlot {
                  bool value;
              }
              struct Bytes32Slot {
                  bytes32 value;
              }
              struct Uint256Slot {
                  uint256 value;
              }
              struct StringSlot {
                  string value;
              }
              struct BytesSlot {
                  bytes value;
              }
              /**
               * @dev Returns an `AddressSlot` with member `value` located at `slot`.
               */
              function getAddressSlot(bytes32 slot) internal pure returns (AddressSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `BooleanSlot` with member `value` located at `slot`.
               */
              function getBooleanSlot(bytes32 slot) internal pure returns (BooleanSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `Bytes32Slot` with member `value` located at `slot`.
               */
              function getBytes32Slot(bytes32 slot) internal pure returns (Bytes32Slot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `Uint256Slot` with member `value` located at `slot`.
               */
              function getUint256Slot(bytes32 slot) internal pure returns (Uint256Slot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `StringSlot` with member `value` located at `slot`.
               */
              function getStringSlot(bytes32 slot) internal pure returns (StringSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `StringSlot` representation of the string storage pointer `store`.
               */
              function getStringSlot(string storage store) internal pure returns (StringSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := store.slot
                  }
              }
              /**
               * @dev Returns an `BytesSlot` with member `value` located at `slot`.
               */
              function getBytesSlot(bytes32 slot) internal pure returns (BytesSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := slot
                  }
              }
              /**
               * @dev Returns an `BytesSlot` representation of the bytes storage pointer `store`.
               */
              function getBytesSlot(bytes storage store) internal pure returns (BytesSlot storage r) {
                  /// @solidity memory-safe-assembly
                  assembly {
                      r.slot := store.slot
                  }
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (utils/Strings.sol)
          pragma solidity ^0.8.0;
          import "./math/MathUpgradeable.sol";
          import "./math/SignedMathUpgradeable.sol";
          /**
           * @dev String operations.
           */
          library StringsUpgradeable {
              bytes16 private constant _SYMBOLS = "0123456789abcdef";
              uint8 private constant _ADDRESS_LENGTH = 20;
              /**
               * @dev Converts a `uint256` to its ASCII `string` decimal representation.
               */
              function toString(uint256 value) internal pure returns (string memory) {
                  unchecked {
                      uint256 length = MathUpgradeable.log10(value) + 1;
                      string memory buffer = new string(length);
                      uint256 ptr;
                      /// @solidity memory-safe-assembly
                      assembly {
                          ptr := add(buffer, add(32, length))
                      }
                      while (true) {
                          ptr--;
                          /// @solidity memory-safe-assembly
                          assembly {
                              mstore8(ptr, byte(mod(value, 10), _SYMBOLS))
                          }
                          value /= 10;
                          if (value == 0) break;
                      }
                      return buffer;
                  }
              }
              /**
               * @dev Converts a `int256` to its ASCII `string` decimal representation.
               */
              function toString(int256 value) internal pure returns (string memory) {
                  return string(abi.encodePacked(value < 0 ? "-" : "", toString(SignedMathUpgradeable.abs(value))));
              }
              /**
               * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
               */
              function toHexString(uint256 value) internal pure returns (string memory) {
                  unchecked {
                      return toHexString(value, MathUpgradeable.log256(value) + 1);
                  }
              }
              /**
               * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
               */
              function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
                  bytes memory buffer = new bytes(2 * length + 2);
                  buffer[0] = "0";
                  buffer[1] = "x";
                  for (uint256 i = 2 * length + 1; i > 1; --i) {
                      buffer[i] = _SYMBOLS[value & 0xf];
                      value >>= 4;
                  }
                  require(value == 0, "Strings: hex length insufficient");
                  return string(buffer);
              }
              /**
               * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.
               */
              function toHexString(address addr) internal pure returns (string memory) {
                  return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);
              }
              /**
               * @dev Returns true if the two strings are equal.
               */
              function equal(string memory a, string memory b) internal pure returns (bool) {
                  return keccak256(bytes(a)) == keccak256(bytes(b));
              }
          }
          // SPDX-License-Identifier: MIT
          // OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)
          pragma solidity ^0.8.0;
          /**
           * @dev Interface of the ERC20 standard as defined in the EIP.
           */
          interface IERC20 {
              /**
               * @dev Emitted when `value` tokens are moved from one account (`from`) to
               * another (`to`).
               *
               * Note that `value` may be zero.
               */
              event Transfer(address indexed from, address indexed to, uint256 value);
              /**
               * @dev Emitted when the allowance of a `spender` for an `owner` is set by
               * a call to {approve}. `value` is the new allowance.
               */
              event Approval(address indexed owner, address indexed spender, uint256 value);
              /**
               * @dev Returns the amount of tokens in existence.
               */
              function totalSupply() external view returns (uint256);
              /**
               * @dev Returns the amount of tokens owned by `account`.
               */
              function balanceOf(address account) external view returns (uint256);
              /**
               * @dev Moves `amount` tokens from the caller's account to `to`.
               *
               * Returns a boolean value indicating whether the operation succeeded.
               *
               * Emits a {Transfer} event.
               */
              function transfer(address to, uint256 amount) external returns (bool);
              /**
               * @dev Returns the remaining number of tokens that `spender` will be
               * allowed to spend on behalf of `owner` through {transferFrom}. This is
               * zero by default.
               *
               * This value changes when {approve} or {transferFrom} are called.
               */
              function allowance(address owner, address spender) external view returns (uint256);
              /**
               * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
               *
               * Returns a boolean value indicating whether the operation succeeded.
               *
               * IMPORTANT: Beware that changing an allowance with this method brings the risk
               * that someone may use both the old and the new allowance by unfortunate
               * transaction ordering. One possible solution to mitigate this race
               * condition is to first reduce the spender's allowance to 0 and set the
               * desired value afterwards:
               * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
               *
               * Emits an {Approval} event.
               */
              function approve(address spender, uint256 amount) external returns (bool);
              /**
               * @dev Moves `amount` tokens from `from` to `to` using the
               * allowance mechanism. `amount` is then deducted from the caller's
               * allowance.
               *
               * Returns a boolean value indicating whether the operation succeeded.
               *
               * Emits a {Transfer} event.
               */
              function transferFrom(address from, address to, uint256 amount) external returns (bool);
          }
          // SPDX-License-Identifier: MIT
          pragma solidity ^0.8.20;
          import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
          import "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol";
          import "@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20BurnableUpgradeable.sol";
          import "@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20PausableUpgradeable.sol";
          import "@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol";
          import "@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20PermitUpgradeable.sol";
          import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
          import "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol";
          import "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol";
          contract NetVRk is
              Initializable,
              ERC20Upgradeable,
              ERC20BurnableUpgradeable,
              ERC20PausableUpgradeable,
              AccessControlUpgradeable,
              ERC20PermitUpgradeable,
              ReentrancyGuardUpgradeable,
              UUPSUpgradeable
          {
              mapping(address => bool) public isBlocked;
              bytes32 public constant MANAGER_ROLE = keccak256("MANAGER_ROLE");
              bytes32 public constant UPGRADER_ROLE = keccak256("UPGRADER_ROLE");
              event AddressBlocked(address indexed addr);
              event AddressUnblocked(address indexed addr);
              event StuckTokenWithdrawn(
                  address indexed token,
                  address indexed to,
                  uint256 amount
              );
              /// @custom:oz-upgrades-unsafe-allow constructor
              constructor() {
                  _disableInitializers();
              }
              function initialize(
                  address owner,
                  address manager,
                  address upgrader
              ) external initializer {
                  __ERC20_init("NetVRk", "NETVR");
                  __ERC20Burnable_init();
                  __ERC20Pausable_init();
                  __AccessControl_init();
                  __ERC20Permit_init("NetVRk");
                  __UUPSUpgradeable_init();
                  __ReentrancyGuard_init();
                  _grantRole(DEFAULT_ADMIN_ROLE, owner);
                  _grantRole(MANAGER_ROLE, manager);
                  _grantRole(UPGRADER_ROLE, upgrader);
                  _mint(owner, 100000000 * 10 ** decimals());
              }
              function pause() external onlyRole(MANAGER_ROLE) {
                  _pause();
              }
              function unpause() external onlyRole(MANAGER_ROLE) {
                  _unpause();
              }
              /**
               * @notice  Function used to block an address in case of breach
               */
              function blockAddress(
                  address addressToBlock
              ) external onlyRole(MANAGER_ROLE) {
                  isBlocked[addressToBlock] = true;
                  emit AddressBlocked(addressToBlock);
              }
              /**
               * @notice  Function used to unblock an address in case of false block
               */
              function unblockAddress(
                  address addressToUnblock
              ) external onlyRole(MANAGER_ROLE) {
                  isBlocked[addressToUnblock] = false;
                  emit AddressUnblocked(addressToUnblock);
              }
              /**
               * @notice  Function for withdraw of accidentally stuck tokens on contract
               */
              function withdrawTokenIfStuck(
                  address token,
                  address beneficiary,
                  uint256 amount
              ) external nonReentrant onlyRole(MANAGER_ROLE) {
                  require(
                      IERC20(token).balanceOf(address(this)) >= amount,
                      "NOT_ENOUGH_TOKENS"
                  );
                  IERC20(token).transfer(beneficiary, amount);
                  emit StuckTokenWithdrawn(token, beneficiary, amount);
              }
              function _authorizeUpgrade(
                  address newImplementation
              ) internal override onlyRole(UPGRADER_ROLE) {}
              // The following functions are overrides required by Solidity.
              function _beforeTokenTransfer(
                  address from,
                  address to,
                  uint256 value
              ) internal override(ERC20Upgradeable, ERC20PausableUpgradeable) {
                  super._beforeTokenTransfer(from, to, value);
                  require(!paused(), "TOKEN_PAUSED.");
                  require(!isBlocked[from], "SENDER_BLOCKED");
                  require(!isBlocked[to], "RECEIVER_BLOCKED");
              }
          }