Latest 25 from a total of 3,453 transactions
| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Multicall | 8237264 | 509 days ago | IN | 0 ETH | 0.00000004 | ||||
| Multicall | 8237219 | 509 days ago | IN | 0 ETH | 0.00000004 | ||||
| Multicall | 8181465 | 511 days ago | IN | 0 ETH | 0 | ||||
| Multicall | 8013793 | 515 days ago | IN | 0 ETH | 0.00001738 | ||||
| Multicall | 7750909 | 521 days ago | IN | 0.000002 ETH | 0.00000371 | ||||
| Multicall | 7750893 | 521 days ago | IN | 0.000005 ETH | 0.00000998 | ||||
| Multicall | 7750875 | 521 days ago | IN | 0.00001 ETH | 0.00000288 | ||||
| Multicall | 7720917 | 521 days ago | IN | 0.00084404 ETH | 0.00000488 | ||||
| Multicall | 7677006 | 522 days ago | IN | 0 ETH | 0.00000384 | ||||
| Multicall | 7676963 | 522 days ago | IN | 0 ETH | 0.00000399 | ||||
| Multicall | 7595443 | 524 days ago | IN | 0 ETH | 0.00000168 | ||||
| Multicall | 7576851 | 525 days ago | IN | 0 ETH | 0.00000136 | ||||
| Multicall | 7550909 | 525 days ago | IN | 0 ETH | 0.00000126 | ||||
| Multicall | 7550813 | 525 days ago | IN | 0.00007544 ETH | 0.00000292 | ||||
| Multicall | 7550668 | 525 days ago | IN | 0.00030793 ETH | 0.00000205 | ||||
| Multicall | 7547330 | 525 days ago | IN | 0 ETH | 0.00000121 | ||||
| Multicall | 7534419 | 526 days ago | IN | 0 ETH | 0.00000166 | ||||
| Multicall | 7511404 | 526 days ago | IN | 0 ETH | 0.00000091 | ||||
| Multicall | 7510131 | 526 days ago | IN | 0 ETH | 0.0000005 | ||||
| Multicall | 7449233 | 528 days ago | IN | 0 ETH | 0.00000071 | ||||
| Multicall | 7448924 | 528 days ago | IN | 0.01 ETH | 0.00000105 | ||||
| Multicall | 7426293 | 528 days ago | IN | 0 ETH | 0.0000008 | ||||
| Multicall | 7406985 | 529 days ago | IN | 0 ETH | 0.00000083 | ||||
| Multicall | 7340266 | 530 days ago | IN | 0 ETH | 0.00000075 | ||||
| Multicall | 7322241 | 531 days ago | IN | 0 ETH | 0.00000074 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 8237264 | 509 days ago | 0.0016084 ETH | ||||
| 8237264 | 509 days ago | 0.0016084 ETH | ||||
| 8237219 | 509 days ago | 0.00160526 ETH | ||||
| 8237219 | 509 days ago | 0.00160526 ETH | ||||
| 8013793 | 515 days ago | 0.00000635 ETH | ||||
| 8013793 | 515 days ago | 0.00000635 ETH | ||||
| 7750909 | 521 days ago | 0.000002 ETH | ||||
| 7750893 | 521 days ago | 0.00000025 ETH | ||||
| 7750893 | 521 days ago | 0.00000475 ETH | ||||
| 7750875 | 521 days ago | 0.00001 ETH | ||||
| 7720917 | 521 days ago | 0.00025321 ETH | ||||
| 7720917 | 521 days ago | 0.00059083 ETH | ||||
| 7677006 | 522 days ago | 0.00052535 ETH | ||||
| 7677006 | 522 days ago | 0.00052535 ETH | ||||
| 7676963 | 522 days ago | 0.00045558 ETH | ||||
| 7676963 | 522 days ago | 0.00045558 ETH | ||||
| 7550813 | 525 days ago | 0.00007544 ETH | ||||
| 7550668 | 525 days ago | 0.00030793 ETH | ||||
| 7534419 | 526 days ago | 0.00053928 ETH | ||||
| 7534419 | 526 days ago | 0.00053928 ETH | ||||
| 7511404 | 526 days ago | 0.00596588 ETH | ||||
| 7511404 | 526 days ago | 0.00596588 ETH | ||||
| 7510131 | 526 days ago | 0.01556359 ETH | ||||
| 7510131 | 526 days ago | 0.01556359 ETH | ||||
| 7449233 | 528 days ago | 0.01068839 ETH |
Cross-Chain Transactions
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Name:
SmartRouter
Compiler Version
v0.7.6+commit.7338295f
Optimization Enabled:
Yes with 10 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity =0.7.6;
pragma abicoder v2;
import '@pancakeswap/v3-periphery/contracts/base/SelfPermit.sol';
import '@pancakeswap/v3-periphery/contracts/base/PeripheryImmutableState.sol';
import './interfaces/ISmartRouter.sol';
import './DackieGas.sol';
import './V2SwapRouter.sol';
import './V3SwapRouter.sol';
import './base/ApproveAndCall.sol';
import './base/MulticallExtended.sol';
/// @title Dackie Smart Router
contract SmartRouter is ISmartRouter, V2SwapRouter, V3SwapRouter, ApproveAndCall, MulticallExtended, SelfPermit, DackieGas {
constructor(
address _factoryV2,
address _deployer,
address _factoryV3,
address _positionManager,
address _stableFactory,
address _stableInfo,
address _WETH9
) ImmutableState(_factoryV2, _positionManager) PeripheryImmutableState(_deployer, _factoryV3, _WETH9) DackieGas(msg.sender) {
}
}// 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: 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: 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.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;
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: 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;
/**
* @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 ReentrancyGuard {
// 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;
constructor () {
_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 make it call a
* `private` function that does the actual work.
*/
modifier nonReentrant() {
// On the first call to nonReentrant, _notEntered will be true
require(_status != _ENTERED, "ReentrancyGuard: reentrant call");
// Any calls to nonReentrant after this point will fail
_status = _ENTERED;
_;
// By storing the original value once again, a refund is triggered (see
// https://eips.ethereum.org/EIPS/eip-2200)
_status = _NOT_ENTERED;
}
}// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;
/// @title Callback for IDackieV3PoolActions#swap
/// @notice Any contract that calls IDackieV3PoolActions#swap must implement this interface
interface IDackieV3SwapCallback {
/// @notice Called to `msg.sender` after executing a swap via IDackieV3Pool#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 DackieV3Pool deployed by the canonical DackieV3Factory.
/// 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 IDackieV3PoolActions#swap call
function pancakeV3SwapCallback(
int256 amount0Delta,
int256 amount1Delta,
bytes calldata data
) external;
}// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;
import './pool/IDackieV3PoolImmutables.sol';
import './pool/IDackieV3PoolState.sol';
import './pool/IDackieV3PoolDerivedState.sol';
import './pool/IDackieV3PoolActions.sol';
import './pool/IDackieV3PoolOwnerActions.sol';
import './pool/IDackieV3PoolEvents.sol';
/// @title The interface for a DackieSwap V3 Pool
/// @notice A DackieSwap 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 IDackieV3Pool is
IDackieV3PoolImmutables,
IDackieV3PoolState,
IDackieV3PoolDerivedState,
IDackieV3PoolActions,
IDackieV3PoolOwnerActions,
IDackieV3PoolEvents
{
}// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;
interface IDackieV3PoolActions {
function initialize(uint160 sqrtPriceX96) external;
function mint(
address recipient,
int24 tickLower,
int24 tickUpper,
uint128 amount,
bytes calldata data
) external returns (uint256 amount0, uint256 amount1);
function collect(
address recipient,
int24 tickLower,
int24 tickUpper,
uint128 amount0Requested,
uint128 amount1Requested
) external returns (uint128 amount0, uint128 amount1);
function burn(
int24 tickLower,
int24 tickUpper,
uint128 amount
) external returns (uint256 amount0, uint256 amount1);
function swap(
address recipient,
bool zeroForOne,
int256 amountSpecified,
uint160 sqrtPriceLimitX96,
bytes calldata data
) external returns (int256 amount0, int256 amount1);
function increaseObservationCardinalityNext(uint16 observationCardinalityNext) external;
}// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;
interface IDackieV3PoolDerivedState {
function observe(uint32[] calldata secondsAgos)
external
view
returns (int56[] memory tickCumulatives, uint160[] memory secondsPerLiquidityCumulativeX128s);
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;
interface IDackieV3PoolEvents {
event Initialize(uint160 sqrtPriceX96, int24 tick);
event Mint(
address sender,
address indexed owner,
int24 indexed tickLower,
int24 indexed tickUpper,
uint128 amount,
uint256 amount0,
uint256 amount1
);
event Collect(
address indexed owner,
address recipient,
int24 indexed tickLower,
int24 indexed tickUpper,
uint128 amount0,
uint128 amount1
);
event Burn(
address indexed owner,
int24 indexed tickLower,
int24 indexed tickUpper,
uint128 amount,
uint256 amount0,
uint256 amount1
);
event Swap(
address indexed sender,
address indexed recipient,
int256 amount0,
int256 amount1,
uint160 sqrtPriceX96,
uint128 liquidity,
int24 tick,
uint128 protocolFeesToken0,
uint128 protocolFeesToken1
);
event IncreaseObservationCardinalityNext(
uint16 observationCardinalityNextOld,
uint16 observationCardinalityNextNew
);
event SetFeeProtocol(
uint32 feeProtocol0Old,
uint32 feeProtocol1Old,
uint32 feeProtocol0New,
uint32 feeProtocol1New
);
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;
interface IDackieV3PoolImmutables {
function factory() external view returns (address);
function token0() external view returns (address);
function token1() external view returns (address);
function fee() external view returns (uint24);
function tickSpacing() external view returns (int24);
function maxLiquidityPerTick() external view returns (uint128);
}// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;
interface IDackieV3PoolOwnerActions {
function setFeeProtocol(uint32 feeProtocol0, uint32 feeProtocol1) external;
function collectProtocol(
address recipient,
uint128 amount0Requested,
uint128 amount1Requested
) external returns (uint128 amount0, uint128 amount1);
function claimYieldAll(address recipient, uint256 _wethA, uint256 _usdbA)
external
returns (uint256 wethB, uint256 usdbB, uint256 gas);
}// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;
interface IDackieV3PoolState {
function slot0()
external
view
returns (
uint160 sqrtPriceX96,
int24 tick,
uint16 observationIndex,
uint16 observationCardinality,
uint16 observationCardinalityNext,
uint32 feeProtocol,
bool unlocked
);
function feeGrowthGlobal0X128() external view returns (uint256);
function feeGrowthGlobal1X128() external view returns (uint256);
function protocolFees() external view returns (uint128 token0, uint128 token1);
function liquidity() external view returns (uint128);
function ticks(int24 tick)
external
view
returns (
uint128 liquidityGross,
int128 liquidityNet,
uint256 feeGrowthOutside0X128,
uint256 feeGrowthOutside1X128,
int56 tickCumulativeOutside,
uint160 secondsPerLiquidityOutsideX128,
uint32 secondsOutside,
bool initialized
);
function tickBitmap(int16 wordPosition) external view returns (uint256);
function positions(bytes32 key)
external
view
returns (
uint128 _liquidity,
uint256 feeGrowthInside0LastX128,
uint256 feeGrowthInside1LastX128,
uint128 tokensOwed0,
uint128 tokensOwed1
);
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.4.0 <0.8.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.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: GPL-2.0-or-later
pragma solidity >=0.5.0 <0.8.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.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.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 '../interfaces/IPeripheryImmutableState.sol';
/// @title Immutable state
/// @notice Immutable state used by periphery contracts
abstract contract PeripheryImmutableState is IPeripheryImmutableState {
/// @inheritdoc IPeripheryImmutableState
address public immutable override deployer;
/// @inheritdoc IPeripheryImmutableState
address public immutable override factory;
/// @inheritdoc IPeripheryImmutableState
address public immutable override WETH9;
constructor(address _deployer, address _factory, address _WETH9) {
deployer = _deployer;
factory = _factory;
WETH9 = _WETH9;
}
}// 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 '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@pancakeswap/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.6;
import './BlockTimestamp.sol';
abstract contract PeripheryValidation is BlockTimestamp {
modifier checkDeadline(uint256 deadline) {
require(_blockTimestamp() <= deadline, 'Transaction too old');
_;
}
}// 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.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.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.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: 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.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 DackieSwap 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: 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 DackieSwap V3 deployer
function deployer() external view returns (address);
/// @return Returns the address of the DackieSwap 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;
/// @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. And in DackieSwap Router, this would be called
/// at the very end of swap
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 './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.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;
/// @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 /* * @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.5.0 <0.8.0;
import '@pancakeswap/v3-core/contracts/libraries/FullMath.sol';
import '@pancakeswap/v3-core/contracts/libraries/TickMath.sol';
import '@pancakeswap/v3-core/contracts/interfaces/IDackieV3Pool.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 DackieSwap 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) =
IDackieV3Pool(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 DackieSwap 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, , , ) = IDackieV3Pool(pool).slot0();
require(observationCardinality > 0, 'NI');
(uint32 observationTimestamp, , , bool initialized) =
IDackieV3Pool(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, , , ) = IDackieV3Pool(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 DackieSwap 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, , , ) = IDackieV3Pool(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, ) =
IDackieV3Pool(pool).observations(observationIndex);
if (observationTimestamp != uint32(block.timestamp)) {
return (tick, IDackieV3Pool(pool).liquidity());
}
uint256 prevIndex = (uint256(observationIndex) + observationCardinality - 1) % observationCardinality;
(
uint32 prevObservationTimestamp,
int56 prevTickCumulative,
uint160 prevSecondsPerLiquidityCumulativeX128,
bool prevInitialized
) = IDackieV3Pool(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--;
}
/// @notice Returns the "synthetic" tick which represents the price of the first entry in `tokens` in terms of the last
/// @dev Useful for calculating relative prices along routes.
/// @dev There must be one tick for each pairwise set of tokens.
/// @param tokens The token contract addresses
/// @param ticks The ticks, representing the price of each token pair in `tokens`
/// @return syntheticTick The synthetic tick, representing the relative price of the outermost tokens in `tokens`
function getChainedPrice(address[] memory tokens, int24[] memory ticks)
internal
pure
returns (int256 syntheticTick)
{
require(tokens.length - 1 == ticks.length, 'DL');
for (uint256 i = 1; i <= ticks.length; i++) {
// check the tokens for address sort order, then accumulate the
// ticks into the running synthetic tick, ensuring that intermediate tokens "cancel out"
tokens[i - 1] < tokens[i] ? syntheticTick += ticks[i - 1] : syntheticTick -= ticks[i - 1];
}
}
}// 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 = 0x9173e4373ab542649f2f059b10eaab2181ad82cc2e70cf51cf9d9fa8a144a2af;
/// @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 deployer The DackieSwap V3 deployer contract address
/// @param key The PoolKey
/// @return pool The contract address of the V3 pool
function computeAddress(address deployer, PoolKey memory key) internal pure returns (address pool) {
require(key.token0 < key.token1);
pool = address(
uint256(
keccak256(
abi.encodePacked(
hex'ff',
deployer,
keccak256(abi.encode(key.token0, key.token1, key.fee)),
POOL_INIT_CODE_HASH
)
)
)
);
}
}// 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');
}
}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.7.6;
pragma abicoder v2;
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@pancakeswap/v3-periphery/contracts/interfaces/INonfungiblePositionManager.sol';
import '../interfaces/IApproveAndCall.sol';
import './ImmutableState.sol';
/// @title Approve and Call
/// @notice Allows callers to approve the DackieSwap 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;
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.6;
pragma abicoder v2;
import '@pancakeswap/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: GPL-2.0-or-later
pragma solidity =0.7.6;
pragma abicoder v2;
import '../interfaces/IOracleSlippage.sol';
import '@pancakeswap/v3-periphery/contracts/base/PeripheryImmutableState.sol';
import '@pancakeswap/v3-periphery/contracts/base/BlockTimestamp.sol';
import '@pancakeswap/v3-periphery/contracts/libraries/Path.sol';
import '@pancakeswap/v3-periphery/contracts/libraries/PoolAddress.sol';
import '@pancakeswap/v3-core/contracts/interfaces/IDackieV3Pool.sol';
import '@pancakeswap/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(IDackieV3Pool 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);
// 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);
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 (IDackieV3Pool pool) {
pool = IDackieV3Pool(PoolAddress.computeAddress(deployer, 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();
IDackieV3Pool 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, , , , , ) = IDackieV3Pool(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);
}
/// @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);
}
}// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.7.5;
import '@pancakeswap/v3-periphery/contracts/base/PeripheryPayments.sol';
import '@pancakeswap/v3-periphery/contracts/libraries/TransferHelper.sol';
import '../interfaces/IPeripheryPaymentsExtended.sol';
abstract contract PeripheryPaymentsExtended is IPeripheryPaymentsExtended, PeripheryPayments {
/**
/// @inheritdoc IPeripheryPaymentsExtended
function unwrapWETH(uint256 amount, address to) external payable override {
uint256 balance = IWETH9(WETH9).balanceOf(msg.sender);
require(balance >= amount);
TransferHelper.safeTransferFrom(WETH9, msg.sender, address(this), amount);
IWETH9(WETH9).withdraw(amount);
TransferHelper.safeTransferETH(to, amount);
}
*/
/// @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 '@pancakeswap/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;
import '@pancakeswap/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 "./interfaces/IBlast.sol";
import "./interfaces/IDackieGas.sol";
contract DackieGas is IDackieGas {
IBlast public constant BLAST = IBlast(0x4300000000000000000000000000000000000002);
address public manager;
modifier onlyManager() {
require(msg.sender == manager, "FORBIDDEN");
_;
}
constructor(address _manager) {
BLAST.configureClaimableGas();
manager = _manager;
}
function claimGas(address _recipient, uint256 _minClaimRateBips)
external
override
onlyManager
returns (uint256 amount)
{
if (_minClaimRateBips == 0) {
amount = BLAST.claimMaxGas(address(this), _recipient);
} else {
amount = BLAST.claimGasAtMinClaimRate(address(this), _recipient, _minClaimRateBips);
}
emit ClaimGas(_recipient, amount);
}
function setManager(address _manager) external override onlyManager {
manager = _manager;
}
}// 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.5.0;
interface IBlast {
enum YieldMode {
AUTOMATIC,
VOID,
CLAIMABLE
}
enum GasMode {
VOID,
CLAIMABLE
}
// configure
function configureContract(address contractAddress, YieldMode _yield, GasMode gasMode, address governor) external;
function configure(YieldMode _yield, GasMode gasMode, address governor) external;
// base configuration options
function configureClaimableYield() external;
function configureClaimableYieldOnBehalf(address contractAddress) external;
function configureAutomaticYield() external;
function configureAutomaticYieldOnBehalf(address contractAddress) external;
function configureVoidYield() external;
function configureVoidYieldOnBehalf(address contractAddress) external;
function configureClaimableGas() external;
function configureClaimableGasOnBehalf(address contractAddress) external;
function configureVoidGas() external;
function configureVoidGasOnBehalf(address contractAddress) external;
function configureGovernor(address _governor) external;
function configureGovernorOnBehalf(address _newGovernor, address contractAddress) external;
// claim yield
function claimYield(address contractAddress, address recipientOfYield, uint256 amount) external returns (uint256);
function claimAllYield(address contractAddress, address recipientOfYield) external returns (uint256);
// claim gas
function claimAllGas(address contractAddress, address recipientOfGas) external returns (uint256);
function claimGasAtMinClaimRate(address contractAddress, address recipientOfGas, uint256 minClaimRateBips)
external
returns (uint256);
function claimMaxGas(address contractAddress, address recipientOfGas) external returns (uint256);
function claimGas(address contractAddress, address recipientOfGas, uint256 gasToClaim, uint256 gasSecondsToConsume)
external
returns (uint256);
// read functions
function readClaimableYield(address contractAddress) external view returns (uint256);
function readYieldConfiguration(address contractAddress) external view returns (uint8);
function readGasParams(address contractAddress)
external
view
returns (uint256 etherSeconds, uint256 etherBalance, uint256 lastUpdated, GasMode);
}// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;
interface IDackieGas {
event ClaimGas(address indexed recipient, uint256 amount);
function claimGas(address _recipient, uint256 _minClaimRateBips) external returns (uint256 amount);
function setManager(address _manager) 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 IImmutableState {
/// @return Returns the address of the DackieSwap V2 factory
function factoryV2() external view returns (address);
/// @return Returns the address of DackieSwap V3 NFT position manager
function positionManager() external view returns (address);
}// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.7.5;
pragma abicoder v2;
import '@pancakeswap/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.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.5;
import '@pancakeswap/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 {
// function unwrapWETH(uint256 amount, address to) 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;
}// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.7.5;
import '@pancakeswap/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;
pragma abicoder v2;
import '@pancakeswap/v3-periphery/contracts/interfaces/ISelfPermit.sol';
import './IV2SwapRouter.sol';
import './IV3SwapRouter.sol';
import './IApproveAndCall.sol';
import './IMulticallExtended.sol';
/// @title Router token swapping functionality
interface ISmartRouter is IV2SwapRouter, IV3SwapRouter, IApproveAndCall, IMulticallExtended, ISelfPermit {
}// SPDX-License-Identifier: MIT
pragma solidity =0.7.6;
pragma abicoder v2;
interface IStableSwapFactory {
struct StableSwapPairInfo {
address swapContract;
address token0;
address token1;
address LPContract;
}
struct StableSwapThreePoolPairInfo {
address swapContract;
address token0;
address token1;
address token2;
address LPContract;
}
// solium-disable-next-line mixedcase
function pairLength() external view returns (uint256);
function getPairInfo(address _tokenA, address _tokenB)
external
view
returns (StableSwapPairInfo memory info);
function getThreePoolPairInfo(address _tokenA, address _tokenB)
external
view
returns (StableSwapThreePoolPairInfo memory info);
}// SPDX-License-Identifier: MIT
pragma solidity =0.7.6;
pragma abicoder v2;
interface IStableSwapInfo {
function get_dx(
address _swap,
uint256 i,
uint256 j,
uint256 dy,
uint256 max_dx
) external view returns (uint256);
}// 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 DackieSwap 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 '@pancakeswap/v3-core/contracts/interfaces/callback/IDackieV3SwapCallback.sol';
/// @title Router token swapping functionality
/// @notice Functions for swapping tokens via DackieSwap V3
interface IV3SwapRouter is IDackieV3SwapCallback {
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;
/// @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.7.6;
pragma abicoder v2;
import '../interfaces/IStableSwapFactory.sol';
import '../interfaces/IStableSwapInfo.sol';
import '@uniswap/v2-core/contracts/interfaces/IUniswapV2Pair.sol';
import '@pancakeswap/v3-core/contracts/libraries/LowGasSafeMath.sol';
import '@pancakeswap/v3-core/contracts/interfaces/IDackieV3Pool.sol';
library SmartRouterHelper {
using LowGasSafeMath for uint256;
/************************************************** Stable **************************************************/
// get the pool info in stable swap
function getStableInfo(
address stableSwapFactory,
address input,
address output,
uint256 flag
) public view returns (uint256 i, uint256 j, address swapContract) {
if (flag == 2) {
IStableSwapFactory.StableSwapPairInfo memory info = IStableSwapFactory(stableSwapFactory).getPairInfo(input, output);
i = input == info.token0 ? 0 : 1;
j = (i == 0) ? 1 : 0;
swapContract = info.swapContract;
} else if (flag == 3) {
IStableSwapFactory.StableSwapThreePoolPairInfo memory info = IStableSwapFactory(stableSwapFactory).getThreePoolPairInfo(input, output);
if (input == info.token0) i = 0;
else if (input == info.token1) i = 1;
else if (input == info.token2) i = 2;
if (output == info.token0) j = 0;
else if (output == info.token1) j = 1;
else if (output == info.token2) j = 2;
swapContract = info.swapContract;
}
require(swapContract != address(0), "getStableInfo: invalid pool address");
}
function getStableAmountsIn(
address stableSwapFactory,
address stableSwapInfo,
address[] memory path,
uint256[] memory flag,
uint256 amountOut
) public view returns (uint256[] memory amounts) {
uint256 length = path.length;
require(length >= 2, "getStableAmountsIn: incorrect length");
amounts = new uint256[](length);
amounts[length - 1] = amountOut;
for (uint256 i = length - 1; i > 0; i--) {
uint256 last = i - 1;
(uint256 k, uint256 j, address swapContract) = getStableInfo(stableSwapFactory, path[last], path[i], flag[last]);
amounts[last] = IStableSwapInfo(stableSwapInfo).get_dx(swapContract, k, j, amounts[i], type(uint256).max);
}
}
/************************************************** V2 **************************************************/
// bytes32 internal constant V2_INIT_CODE_HASH = 0xd0d4c4cd0848c93cb4fd1f498d7013ee6bfb25783ea21593d5834f5d250ece66; // BSC TESTNET
// bytes32 internal constant V2_INIT_CODE_HASH = 0x00fb7f630766e6a796048ea87d01acd3068e8ff67d078148a3fa3f4a84f69bd5; // BSC
// bytes32 internal constant V2_INIT_CODE_HASH = 0x57224589c67f3f30a6b0d7a1b54cf3153ab84563bc609ef41dfb34f8b2974d2d; // ETH, GOERLI
// bytes32 internal constant V2_INIT_CODE_HASH = 0xd0d4c4cd0848c93cb4fd1f498d7013ee6bfb25783ea21593d5834f5d250ece66;
// bytes32 internal constant V2_INIT_CODE_HASH = 0xe80bb86adfc9209945e26b6a50a483d380fad28658771ed839b3d52611dfa6c9; // BASE_GOERLI
// bytes32 internal constant V2_INIT_CODE_HASH = 0xaaaacde43ad77b69fcbcdc68ccb757c3c634ad20e330a951b4a267f1180c6520; // BASE
// bytes32 internal constant V2_INIT_CODE_HASH = 0x6583f40d4a27d36b2f66ec686363a3fc9a3b0f4d748e788cd6e8e2773e4ee898; // VICTION TESTNET, X1 TESTNET
// bytes32 internal constant V2_INIT_CODE_HASH = 0xb8e3b4f97a10fdc389a606790ec048f42cfb14efadf0e04011adfff8c9ed1ea1; // BLAST TESTNET
bytes32 internal constant V2_INIT_CODE_HASH = 0x08b78b4ee8893b0d52edf9be019ea4e261e38b8eb1e0d7be8940645e8f95aa28; // BLAST MAINNET
// returns sorted token addresses, used to handle return values from pairs sorted in this order
function sortTokens(address tokenA, address tokenB) public 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
) public 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)),
V2_INIT_CODE_HASH
)
)
)
);
}
// fetches and sorts the reserves for a pair
function getReserves(
address factory,
address tokenA,
address tokenB
) public 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
) public pure returns (uint256 amountOut) {
require(amountIn > 0, 'INSUFFICIENT_INPUT_AMOUNT');
require(reserveIn > 0 && reserveOut > 0);
uint256 amountInWithFee = amountIn.mul(9975);
uint256 numerator = amountInWithFee.mul(reserveOut);
uint256 denominator = reserveIn.mul(10000).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
) public pure returns (uint256 amountIn) {
require(amountOut > 0, 'INSUFFICIENT_OUTPUT_AMOUNT');
require(reserveIn > 0 && reserveOut > 0);
uint256 numerator = reserveIn.mul(amountOut).mul(10000);
uint256 denominator = reserveOut.sub(amountOut).mul(9975);
amountIn = (numerator / denominator).add(1);
}
// performs chained getAmountIn calculations on any number of pairs
function getAmountsIn(
address factory,
uint256 amountOut,
address[] memory path
) public 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);
}
}
/************************************************** V3 **************************************************/
bytes32 internal constant V3_INIT_CODE_HASH = 0x9173e4373ab542649f2f059b10eaab2181ad82cc2e70cf51cf9d9fa8a144a2af;
/// @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
) public 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 deployer and PoolKey
/// @param deployer The DackieSwap V3 deployer contract address
/// @param key The PoolKey
/// @return pool The contract address of the V3 pool
function computeAddress(address deployer, PoolKey memory key) public pure returns (address pool) {
require(key.token0 < key.token1);
pool = address(
uint256(
keccak256(
abi.encodePacked(
hex'ff',
deployer,
keccak256(abi.encode(key.token0, key.token1, key.fee)),
V3_INIT_CODE_HASH
)
)
)
);
}
/// @dev Returns the pool for the given token pair and fee. The pool contract may or may not exist.
function getPool(
address deployer,
address tokenA,
address tokenB,
uint24 fee
) public pure returns (IDackieV3Pool) {
return IDackieV3Pool(computeAddress(deployer, getPoolKey(tokenA, tokenB, fee)));
}
/// @notice Returns the address of a valid DackieSwap V3 Pool
/// @param deployer The contract address of the DackieSwap V3 deployer
/// @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 deployer,
address tokenA,
address tokenB,
uint24 fee
) public view returns (IDackieV3Pool pool) {
return verifyCallback(deployer, getPoolKey(tokenA, tokenB, fee));
}
/// @notice Returns the address of a valid DackieSwap V3 Pool
/// @param deployer The contract address of the DackieSwap V3 deployer
/// @param poolKey The identifying key of the V3 pool
/// @return pool The V3 pool contract address
function verifyCallback(address deployer, PoolKey memory poolKey)
public
view
returns (IDackieV3Pool pool)
{
pool = IDackieV3Pool(computeAddress(deployer, poolKey));
require(msg.sender == address(pool));
}
}// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity =0.7.6;
pragma abicoder v2;
import '@pancakeswap/v3-core/contracts/libraries/LowGasSafeMath.sol';
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/utils/ReentrancyGuard.sol';
import './interfaces/IV2SwapRouter.sol';
import './base/ImmutableState.sol';
import './base/PeripheryPaymentsWithFeeExtended.sol';
import './libraries/Constants.sol';
import './libraries/SmartRouterHelper.sol';
/// @title DackieSwap V2 Swap Router
/// @notice Router for stateless execution of swaps against DackieSwap V2
abstract contract V2SwapRouter is IV2SwapRouter, ImmutableState, PeripheryPaymentsWithFeeExtended, ReentrancyGuard {
using LowGasSafeMath for uint256;
// supports fee-on-transfer tokens
// requires the initial amount to have already been sent to the first pair
// `refundETH` should be called at very end of all swaps
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, ) = SmartRouterHelper.sortTokens(input, output);
IUniswapV2Pair pair = IUniswapV2Pair(SmartRouterHelper.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 = SmartRouterHelper.getAmountOut(amountInput, reserveInput, reserveOutput);
}
(uint256 amount0Out, uint256 amount1Out) =
input == token0 ? (uint256(0), amountOutput) : (amountOutput, uint256(0));
address to = i < path.length - 2 ? SmartRouterHelper.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 nonReentrant returns (uint256 amountOut) {
IERC20 srcToken = IERC20(path[0]);
IERC20 dstToken = IERC20(path[path.length - 1]);
// 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 = srcToken.balanceOf(address(this));
}
pay(
address(srcToken),
hasAlreadyPaid ? address(this) : msg.sender,
SmartRouterHelper.pairFor(factoryV2, address(srcToken), 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 = dstToken.balanceOf(to);
_swap(path, to);
amountOut = dstToken.balanceOf(to).sub(balanceBefore);
require(amountOut >= amountOutMin);
}
/// @inheritdoc IV2SwapRouter
function swapTokensForExactTokens(
uint256 amountOut,
uint256 amountInMax,
address[] calldata path,
address to
) external payable override nonReentrant returns (uint256 amountIn) {
address srcToken = path[0];
amountIn = SmartRouterHelper.getAmountsIn(factoryV2, amountOut, path)[0];
require(amountIn <= amountInMax);
pay(srcToken, msg.sender, SmartRouterHelper.pairFor(factoryV2, srcToken, 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 '@pancakeswap/v3-core/contracts/libraries/SafeCast.sol';
import '@pancakeswap/v3-core/contracts/libraries/TickMath.sol';
import '@pancakeswap/v3-periphery/contracts/libraries/Path.sol';
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
import '@openzeppelin/contracts/utils/ReentrancyGuard.sol';
import './interfaces/IV3SwapRouter.sol';
import './base/PeripheryPaymentsWithFeeExtended.sol';
import './base/OracleSlippage.sol';
import './libraries/Constants.sol';
import './libraries/SmartRouterHelper.sol';
/// @title DackieSwap V3 Swap Router
/// @notice Router for stateless execution of swaps against DackieSwap V3
abstract contract V3SwapRouter is IV3SwapRouter, PeripheryPaymentsWithFeeExtended, OracleSlippage, ReentrancyGuard {
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;
struct SwapCallbackData {
bytes path;
address payer;
}
/// @inheritdoc IDackieV3SwapCallback
function pancakeV3SwapCallback(
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();
SmartRouterHelper.verifyCallback(deployer, 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
/// @notice `refundETH` should be called at very end of all swaps
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) =
SmartRouterHelper.getPool(deployer, 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
nonReentrant
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);
}
/// @inheritdoc IV3SwapRouter
function exactInput(ExactInputParams memory params) external payable nonReentrant 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);
}
/// @dev Performs a single exact output swap
/// @notice `refundETH` should be called at very end of all swaps
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) =
SmartRouterHelper.getPool(deployer, 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
nonReentrant
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);
// 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 nonReentrant returns (uint256 amountIn) {
exactOutputInternal(
params.amountOut,
params.recipient,
0,
SwapCallbackData({path: params.path, payer: msg.sender})
);
amountIn = amountInCached;
require(amountIn <= params.amountInMaximum);
amountInCached = DEFAULT_AMOUNT_IN_CACHED;
}
}{
"optimizer": {
"enabled": true,
"runs": 10
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"libraries": {
"contracts/libraries/SmartRouterHelper.sol": {
"SmartRouterHelper": "0xc4dfd83800942d4e3cda9b20d4167eac05cd9874"
}
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"_factoryV2","type":"address"},{"internalType":"address","name":"_deployer","type":"address"},{"internalType":"address","name":"_factoryV3","type":"address"},{"internalType":"address","name":"_positionManager","type":"address"},{"internalType":"address","name":"_stableFactory","type":"address"},{"internalType":"address","name":"_stableInfo","type":"address"},{"internalType":"address","name":"_WETH9","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"recipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"ClaimGas","type":"event"},{"inputs":[],"name":"BLAST","outputs":[{"internalType":"contract IBlast","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"WETH9","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"approveMax","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"approveMaxMinusOne","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"approveZeroThenMax","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"approveZeroThenMaxMinusOne","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"bytes","name":"data","type":"bytes"}],"name":"callPositionManager","outputs":[{"internalType":"bytes","name":"result","type":"bytes"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"bytes[]","name":"paths","type":"bytes[]"},{"internalType":"uint128[]","name":"amounts","type":"uint128[]"},{"internalType":"uint24","name":"maximumTickDivergence","type":"uint24"},{"internalType":"uint32","name":"secondsAgo","type":"uint32"}],"name":"checkOracleSlippage","outputs":[],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"path","type":"bytes"},{"internalType":"uint24","name":"maximumTickDivergence","type":"uint24"},{"internalType":"uint32","name":"secondsAgo","type":"uint32"}],"name":"checkOracleSlippage","outputs":[],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"},{"internalType":"uint256","name":"_minClaimRateBips","type":"uint256"}],"name":"claimGas","outputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"deployer","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"internalType":"bytes","name":"path","type":"bytes"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amountIn","type":"uint256"},{"internalType":"uint256","name":"amountOutMinimum","type":"uint256"}],"internalType":"struct IV3SwapRouter.ExactInputParams","name":"params","type":"tuple"}],"name":"exactInput","outputs":[{"internalType":"uint256","name":"amountOut","type":"uint256"}],"stateMutability":"payable","type":"function"},{"inputs":[{"components":[{"internalType":"address","name":"tokenIn","type":"address"},{"internalType":"address","name":"tokenOut","type":"address"},{"internalType":"uint24","name":"fee","type":"uint24"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amountIn","type":"uint256"},{"internalType":"uint256","name":"amountOutMinimum","type":"uint256"},{"internalType":"uint160","name":"sqrtPriceLimitX96","type":"uint160"}],"internalType":"struct IV3SwapRouter.ExactInputSingleParams","name":"params","type":"tuple"}],"name":"exactInputSingle","outputs":[{"internalType":"uint256","name":"amountOut","type":"uint256"}],"stateMutability":"payable","type":"function"},{"inputs":[{"components":[{"internalType":"bytes","name":"path","type":"bytes"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amountOut","type":"uint256"},{"internalType":"uint256","name":"amountInMaximum","type":"uint256"}],"internalType":"struct IV3SwapRouter.ExactOutputParams","name":"params","type":"tuple"}],"name":"exactOutput","outputs":[{"internalType":"uint256","name":"amountIn","type":"uint256"}],"stateMutability":"payable","type":"function"},{"inputs":[{"components":[{"internalType":"address","name":"tokenIn","type":"address"},{"internalType":"address","name":"tokenOut","type":"address"},{"internalType":"uint24","name":"fee","type":"uint24"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amountOut","type":"uint256"},{"internalType":"uint256","name":"amountInMaximum","type":"uint256"},{"internalType":"uint160","name":"sqrtPriceLimitX96","type":"uint160"}],"internalType":"struct IV3SwapRouter.ExactOutputSingleParams","name":"params","type":"tuple"}],"name":"exactOutputSingle","outputs":[{"internalType":"uint256","name":"amountIn","type":"uint256"}],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"factory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"factoryV2","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"getApprovalType","outputs":[{"internalType":"enum IApproveAndCall.ApprovalType","name":"","type":"uint8"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"address","name":"token0","type":"address"},{"internalType":"address","name":"token1","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"uint256","name":"amount0Min","type":"uint256"},{"internalType":"uint256","name":"amount1Min","type":"uint256"}],"internalType":"struct IApproveAndCall.IncreaseLiquidityParams","name":"params","type":"tuple"}],"name":"increaseLiquidity","outputs":[{"internalType":"bytes","name":"result","type":"bytes"}],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"manager","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"internalType":"address","name":"token0","type":"address"},{"internalType":"address","name":"token1","type":"address"},{"internalType":"uint24","name":"fee","type":"uint24"},{"internalType":"int24","name":"tickLower","type":"int24"},{"internalType":"int24","name":"tickUpper","type":"int24"},{"internalType":"uint256","name":"amount0Min","type":"uint256"},{"internalType":"uint256","name":"amount1Min","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"internalType":"struct IApproveAndCall.MintParams","name":"params","type":"tuple"}],"name":"mint","outputs":[{"internalType":"bytes","name":"result","type":"bytes"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"previousBlockhash","type":"bytes32"},{"internalType":"bytes[]","name":"data","type":"bytes[]"}],"name":"multicall","outputs":[{"internalType":"bytes[]","name":"","type":"bytes[]"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"bytes[]","name":"data","type":"bytes[]"}],"name":"multicall","outputs":[{"internalType":"bytes[]","name":"","type":"bytes[]"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"bytes[]","name":"data","type":"bytes[]"}],"name":"multicall","outputs":[{"internalType":"bytes[]","name":"results","type":"bytes[]"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"int256","name":"amount0Delta","type":"int256"},{"internalType":"int256","name":"amount1Delta","type":"int256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"pancakeV3SwapCallback","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"positionManager","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"pull","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"refundETH","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"selfPermit","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"nonce","type":"uint256"},{"internalType":"uint256","name":"expiry","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"selfPermitAllowed","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"nonce","type":"uint256"},{"internalType":"uint256","name":"expiry","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"selfPermitAllowedIfNecessary","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"selfPermitIfNecessary","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"_manager","type":"address"}],"name":"setManager","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountIn","type":"uint256"},{"internalType":"uint256","name":"amountOutMin","type":"uint256"},{"internalType":"address[]","name":"path","type":"address[]"},{"internalType":"address","name":"to","type":"address"}],"name":"swapExactTokensForTokens","outputs":[{"internalType":"uint256","name":"amountOut","type":"uint256"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountOut","type":"uint256"},{"internalType":"uint256","name":"amountInMax","type":"uint256"},{"internalType":"address[]","name":"path","type":"address[]"},{"internalType":"address","name":"to","type":"address"}],"name":"swapTokensForExactTokens","outputs":[{"internalType":"uint256","name":"amountIn","type":"uint256"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"amountMinimum","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"name":"sweepToken","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"amountMinimum","type":"uint256"}],"name":"sweepToken","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"amountMinimum","type":"uint256"},{"internalType":"uint256","name":"feeBips","type":"uint256"},{"internalType":"address","name":"feeRecipient","type":"address"}],"name":"sweepTokenWithFee","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"amountMinimum","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"feeBips","type":"uint256"},{"internalType":"address","name":"feeRecipient","type":"address"}],"name":"sweepTokenWithFee","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountMinimum","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"name":"unwrapWETH9","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountMinimum","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"feeBips","type":"uint256"},{"internalType":"address","name":"feeRecipient","type":"address"}],"name":"unwrapWETH9WithFee","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amountMinimum","type":"uint256"},{"internalType":"uint256","name":"feeBips","type":"uint256"},{"internalType":"address","name":"feeRecipient","type":"address"}],"name":"unwrapWETH9WithFee","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"value","type":"uint256"}],"name":"wrapETH","outputs":[],"stateMutability":"payable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
6101206040526000196001553480156200001857600080fd5b5060405162005654380380620056548339810160408190526200003b9162000125565b6001600160601b0319606088811b821660805285811b821660a05287811b821660c05286811b821660e05282901b16610100526001600090815560408051634e606c4760e01b81529051339273430000000000000000000000000000000000000292634e606c47926004808301939282900301818387803b158015620000c057600080fd5b505af1158015620000d5573d6000803e3d6000fd5b5050600280546001600160a01b0319166001600160a01b03949094169390931790925550620001b9975050505050505050565b80516001600160a01b03811681146200012057600080fd5b919050565b600080600080600080600060e0888a03121562000140578283fd5b6200014b8862000108565b96506200015b6020890162000108565b95506200016b6040890162000108565b94506200017b6060890162000108565b93506200018b6080890162000108565b92506200019b60a0890162000108565b9150620001ab60c0890162000108565b905092959891949750929550565b60805160601c60a05160601c60c05160601c60e05160601c6101005160601c6153e362000271600039806102005280610ba452806114fa52806115e552806116725280611880528061196b5280612a5b5280612aa15280612b15525080611f1d525080610ccf5280611fba52806124dd52806126f85280613bc85250806118355280611c2b5280611ff152806130b3525080610ec35280610f89528061129a52806118115280612cf45280612f5c52506153e36000f3fe6080604052600436106101f05760003560e01c806304e45aaf1461026557806305bafd921461028e57806309b81346146102ae57806311ed56c9146102c157806312210e8a146102e15780631c58db4f146102e95780631f0464d1146102fc57806323a69e751461031c5780633068c5541461033c57806342712a671461034f5780634659a49414610362578063472b43f314610375578063481c6a751461038857806349404b7c146103aa5780634aa4a4fc146103bd5780635023b4df146103d2578063571ac8b0146103e55780635ae401dc146103f8578063639d71a91461040b57806368e0d4e11461041e578063791b98bc1461043357806397d75776146104485780639b2c0a371461045d578063a4a78f0c14610470578063ab3fdd5014610483578063ac9650d814610496578063b3a2af13146104a9578063b858183f146104bc578063c2e3140a146104cf578063c45a0155146104e2578063cab372ce146104f7578063d0ebdbe71461050a578063d4ef38de1461052a578063d5f394881461053d578063dee00f3514610552578063df2ab5bb1461057f578063e0e189a014610592578063e90a182f146105a5578063efdeed8e146105b8578063f100b205146105d8578063f25801a7146105eb578063f2d5d56b1461060b578063f3995c671461061e57610260565b3661026057336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461025e576040805162461bcd60e51b81526020600482015260096024820152684e6f7420574554483960b81b604482015290519081900360640190fd5b005b600080fd5b610278610273366004614a9b565b610631565b6040516102859190615230565b60405180910390f35b34801561029a57600080fd5b506102786102a93660046144da565b61079d565b6102786102bc366004614b35565b610948565b6102d46102cf366004614b8e565b610a2d565b60405161028591906150cb565b61025e610b90565b61025e6102f7366004614d10565b610ba2565b61030f61030a366004614805565b610c19565b604051610285919061506b565b34801561032857600080fd5b5061025e610337366004614913565b610c73565b61025e61034a3660046145a4565b610e10565b61027861035d366004614dcf565b610e23565b61025e6103703660046145ed565b6110bc565b610278610383366004614dcf565b61114a565b34801561039457600080fd5b5061039d6114e7565b6040516102859190614f2a565b61025e6103b8366004614d40565b6114f6565b3480156103c957600080fd5b5061039d611670565b6102786103e0366004614b6c565b611694565b61025e6103f3366004614462565b61178e565b61030f610406366004614805565b6117a6565b61025e610419366004614462565b6117fb565b34801561042a57600080fd5b5061039d61180f565b34801561043f57600080fd5b5061039d611833565b34801561045457600080fd5b5061039d611857565b61025e61046b366004614d64565b611862565b61025e61047e3660046145ed565b611a2c565b61025e610491366004614462565b611abd565b61030f6104a436600461464d565b611add565b6102d46104b736600461484e565b611c25565b6102786104ca3660046149f6565b611cdc565b61025e6104dd3660046145ed565b611e8c565b3480156104ee57600080fd5b5061039d611f1b565b61025e610505366004614462565b611ad1565b34801561051657600080fd5b5061025e610525366004614462565b611f3f565b61025e610538366004614da2565b611fac565b34801561054957600080fd5b5061039d611fb8565b34801561055e57600080fd5b5061057261056d3660046144da565b611fdc565b60405161028591906150de565b61025e61058d366004614505565b612104565b61025e6105a0366004614546565b6121dc565b61025e6105b33660046144da565b612303565b3480156105c457600080fd5b5061025e6105d336600461468c565b612312565b6102d46105e6366004614b7d565b612337565b3480156105f757600080fd5b5061025e610606366004614880565b6123b9565b61025e6106193660046144da565b6123dd565b61025e61062c3660046145ed565b6123e9565b600060026000541415610679576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b600260009081556080830151610710575081516040516370a0823160e01b81526001916001600160a01b0316906370a08231906106ba903090600401614f2a565b60206040518083038186803b1580156106d257600080fd5b505afa1580156106e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061070a9190614d28565b60808401525b61077f836080015184606001518560c001516040518060400160405280886000015189604001518a6020015160405160200161074e93929190614ec8565b60405160208183030381529060405281526020018661076d573361076f565b305b6001600160a01b0316905261245b565b91508260a0015182101561079257600080fd5b506001600055919050565b6002546000906001600160a01b031633146107eb576040805162461bcd60e51b81526020600482015260096024820152682327a92124a22222a760b91b604482015290519081900360640190fd5b81610878576040805163662aa11d60e01b81523060048201526001600160a01b038516602482015290516002604360981b019163662aa11d9160448083019260209291908290030181600087803b15801561084557600080fd5b505af1158015610859573d6000803e3d6000fd5b505050506040513d602081101561086f57600080fd5b50519050610903565b60408051630951888f60e01b81523060048201526001600160a01b03851660248201526044810184905290516002604360981b0191630951888f9160648083019260209291908290030181600087803b1580156108d457600080fd5b505af11580156108e8573d6000803e3d6000fd5b505050506040513d60208110156108fe57600080fd5b505190505b6040805182815290516001600160a01b038516917f5eadc4013530f38d8b7709b47915d0cef30eee941dad69669a5b45e0686879fa919081900360200190a292915050565b600060026000541415610990576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b6002600055610a07604083018035906109ac9060208601614462565b60408051808201909152600090806109c48880615286565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050509082525033602090910152612676565b50506001546060820135811115610a1d57600080fd5b6000196001908155600055919050565b604080516101608101909152606090610b8890634418b22b60e11b9080610a576020870187614462565b6001600160a01b03168152602001856020016020810190610a789190614462565b6001600160a01b03168152602001610a966060870160408801614cf6565b62ffffff168152602001610ab060808701606088016148d4565b60020b8152602001610ac860a08701608088016148d4565b60020b8152602090810190610ae890610ae390880188614462565b6128ba565b8152602001610b03866020016020810190610ae39190614462565b815260a0860135602082015260c08601356040820152606001610b2d610100870160e08801614462565b6001600160a01b03168152602001600019815250604051602401610b519190615136565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152611c25565b90505b919050565b4715610ba057610ba03347612939565b565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db0826040518263ffffffff1660e01b81526004016000604051808303818588803b158015610bfd57600080fd5b505af1158015610c11573d6000803e3d6000fd5b505050505050565b60608380600143034014610c60576040805162461bcd60e51b8152602060048201526009602482015268084d8dec6d6d0c2e6d60bb1b604482015290519081900360640190fd5b610c6a8484611add565b95945050505050565b6000841380610c825750600083135b610c8b57600080fd5b6000610c9982840184614ba0565b90506000806000610cad8460000151612a28565b92509250925073c4dfd83800942d4e3cda9b20d4167eac05cd9874638bdb19257f00000000000000000000000000000000000000000000000000000000000000008585856040518563ffffffff1660e01b8152600401610d109493929190614f7b565b60206040518083038186803b158015610d2857600080fd5b505af4158015610d3c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d609190614485565b5060008060008a13610d8757846001600160a01b0316846001600160a01b03161089610d9e565b836001600160a01b0316856001600160a01b0316108a5b915091508115610dbd57610db88587602001513384612a59565b610e04565b8551610dc890612be9565b15610ded578551610dd890612bf1565b8652610de78133600089612676565b50610e04565b80600181905550610e048487602001513384612a59565b50505050505050505050565b610e1d84843385856121dc565b50505050565b600060026000541415610e6b576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b6002600090815584848281610e7c57fe5b9050602002016020810190610e919190614462565b604051630c90945960e11b815290915073c4dfd83800942d4e3cda9b20d4167eac05cd98749063192128b290610ef1907f0000000000000000000000000000000000000000000000000000000000000000908b908a908a90600401615008565b60006040518083038186803b158015610f0957600080fd5b505af4158015610f1d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610f45919081019061475c565b600081518110610f5157fe5b6020026020010151915085821115610f6857600080fd5b61103f813373c4dfd83800942d4e3cda9b20d4167eac05cd9874636d91c0e27f0000000000000000000000000000000000000000000000000000000000000000868b8b6001818110610fb657fe5b9050602002016020810190610fcb9190614462565b6040518463ffffffff1660e01b8152600401610fe993929190614f58565b60206040518083038186803b15801561100157600080fd5b505af4158015611015573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110399190614485565b85612a59565b6001600160a01b038316600114156110595733925061106f565b6001600160a01b0383166002141561106f573092505b6110ad858580806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250879250612c08915050565b50600160005595945050505050565b604080516323f2ebc360e21b815233600482015230602482015260448101879052606481018690526001608482015260ff851660a482015260c4810184905260e4810183905290516001600160a01b03881691638fcbaf0c9161010480830192600092919082900301818387803b15801561113657600080fd5b505af1158015610e04573d6000803e3d6000fd5b600060026000541415611192576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b60026000908155848482816111a357fe5b90506020020160208101906111b89190614462565b90506000858560001981018181106111cc57fe5b90506020020160208101906111e19190614462565b905060008861126d57506040516370a0823160e01b81526001906001600160a01b038416906370a082319061121a903090600401614f2a565b60206040518083038186803b15801561123257600080fd5b505afa158015611246573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061126a9190614d28565b98505b611350838261127c573361127e565b305b73c4dfd83800942d4e3cda9b20d4167eac05cd9874636d91c0e27f0000000000000000000000000000000000000000000000000000000000000000888d8d60018181106112c757fe5b90506020020160208101906112dc9190614462565b6040518463ffffffff1660e01b81526004016112fa93929190614f58565b60206040518083038186803b15801561131257600080fd5b505af4158015611326573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061134a9190614485565b8c612a59565b6001600160a01b0385166001141561136a57339450611380565b6001600160a01b03851660021415611380573094505b6040516370a0823160e01b81526000906001600160a01b038416906370a08231906113af908990600401614f2a565b60206040518083038186803b1580156113c757600080fd5b505afa1580156113db573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113ff9190614d28565b905061143f8888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508a9250612c08915050565b6114c581846001600160a01b03166370a08231896040518263ffffffff1660e01b815260040161146f9190614f2a565b60206040518083038186803b15801561148757600080fd5b505afa15801561149b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114bf9190614d28565b9061308a565b9450888510156114d457600080fd5b5050600160005550909695505050505050565b6002546001600160a01b031681565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561156557600080fd5b505afa158015611579573d6000803e3d6000fd5b505050506040513d602081101561158f57600080fd5b50519050828110156115dd576040805162461bcd60e51b8152602060048201526012602482015271496e73756666696369656e7420574554483960701b604482015290519081900360640190fd5b801561166b577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e1a7d4d826040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b15801561164957600080fd5b505af115801561165d573d6000803e3d6000fd5b5050505061166b8282612939565b505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b6000600260005414156116dc576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b600260005561177b608083018035906116f89060608601614462565b61170860e0860160c08701614462565b60405180604001604052808760200160208101906117269190614462565b61173660608a0160408b01614cf6565b61174360208b018b614462565b60405160200161175593929190614ec8565b6040516020818303038152906040528152602001336001600160a01b0316815250612676565b90508160a00135811115610a1d57600080fd5b61179a8160001961309a565b6117a357600080fd5b50565b606083806117b261318e565b1115610c60576040805162461bcd60e51b8152602060048201526013602482015272151c985b9cd858dd1a5bdb881d1bdbc81bdb19606a1b604482015290519081900360640190fd5b61180681600061309a565b61178e57600080fd5b7f000000000000000000000000000000000000000000000000000000000000000081565b7f000000000000000000000000000000000000000000000000000000000000000081565b6002604360981b0181565b600082118015611873575060648211155b61187c57600080fd5b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b1580156118eb57600080fd5b505afa1580156118ff573d6000803e3d6000fd5b505050506040513d602081101561191557600080fd5b5051905084811015611963576040805162461bcd60e51b8152602060048201526012602482015271496e73756666696369656e7420574554483960701b604482015290519081900360640190fd5b8015611a25577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e1a7d4d826040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b1580156119cf57600080fd5b505af11580156119e3573d6000803e3d6000fd5b5050505060006127106119ff858461319290919063ffffffff16565b81611a0657fe5b0490508015611a1957611a198382612939565b610c1185828403612939565b5050505050565b60408051636eb1769f60e11b81523360048201523060248201529051600019916001600160a01b0389169163dd62ed3e91604480820192602092909190829003018186803b158015611a7d57600080fd5b505afa158015611a91573d6000803e3d6000fd5b505050506040513d6020811015611aa757600080fd5b50511015610c1157610c118686868686866110bc565b611ac881600061309a565b611ad157600080fd5b61179a8160011961309a565b6060816001600160401b0381118015611af557600080fd5b50604051908082528060200260200182016040528015611b2957816020015b6060815260200190600190039081611b145790505b50905060005b82811015611c1e5760008030868685818110611b4757fe5b9050602002810190611b599190615286565b604051611b67929190614efe565b600060405180830381855af49150503d8060008114611ba2576040519150601f19603f3d011682016040523d82523d6000602084013e611ba7565b606091505b509150915081611bfc57604481511015611bc057600080fd5b60048101905080806020019051810190611bda919061498d565b60405162461bcd60e51b8152600401611bf391906150cb565b60405180910390fd5b80848481518110611c0957fe5b60209081029190910101525050600101611b2f565b5092915050565b606060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031683604051611c619190614f0e565b6000604051808303816000865af19150503d8060008114611c9e576040519150601f19603f3d011682016040523d82523d6000602084013e611ca3565b606091505b509250905080611cd657604482511015611cbc57600080fd5b60048201915081806020019051810190611bda919061498d565b50919050565b600060026000541415611d24576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b600260009081556040830151611dcf57600190506000611d478460000151612a28565b50506040516370a0823160e01b81529091506001600160a01b038216906370a0823190611d78903090600401614f2a565b60206040518083038186803b158015611d9057600080fd5b505afa158015611da4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dc89190614d28565b6040850152505b600081611ddc5733611dde565b305b90505b6000611df08560000151612be9565b9050611e3c856040015182611e09578660200151611e0b565b305b60006040518060400160405280611e258b600001516131b6565b8152602001876001600160a01b031681525061245b565b60408601528015611e5c578451309250611e5590612bf1565b8552611e69565b8460400151935050611e6f565b50611de1565b8360600151831015611e8057600080fd5b50506001600055919050565b60408051636eb1769f60e11b8152336004820152306024820152905186916001600160a01b0389169163dd62ed3e91604480820192602092909190829003018186803b158015611edb57600080fd5b505afa158015611eef573d6000803e3d6000fd5b505050506040513d6020811015611f0557600080fd5b50511015610c1157610c118686868686866123e9565b7f000000000000000000000000000000000000000000000000000000000000000081565b6002546001600160a01b03163314611f8a576040805162461bcd60e51b81526020600482015260096024820152682327a92124a22222a760b91b604482015290519081900360640190fd5b600280546001600160a01b0319166001600160a01b0392909216919091179055565b61166b83338484611862565b7f000000000000000000000000000000000000000000000000000000000000000081565b600081836001600160a01b031663dd62ed3e307f00000000000000000000000000000000000000000000000000000000000000006040518363ffffffff1660e01b815260040161202d929190614f3e565b60206040518083038186803b15801561204557600080fd5b505afa158015612059573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061207d9190614d28565b1061208a575060006120fe565b6120968360001961309a565b156120a3575060016120fe565b6120af8360011961309a565b156120bc575060026120fe565b6120c783600061309a565b6120d057600080fd5b6120dc8360001961309a565b156120e9575060036120fe565b6120f58360011961309a565b15610260575060045b92915050565b6000836001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561215357600080fd5b505afa158015612167573d6000803e3d6000fd5b505050506040513d602081101561217d57600080fd5b50519050828110156121cb576040805162461bcd60e51b815260206004820152601260248201527124b739bab33334b1b4b2b73a103a37b5b2b760711b604482015290519081900360640190fd5b8015610e1d57610e1d8483836131c5565b6000821180156121ed575060648211155b6121f657600080fd5b6000856001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561224557600080fd5b505afa158015612259573d6000803e3d6000fd5b505050506040513d602081101561226f57600080fd5b50519050848110156122bd576040805162461bcd60e51b815260206004820152601260248201527124b739bab33334b1b4b2b73a103a37b5b2b760711b604482015290519081900360640190fd5b8015610c115760006127106122d28386613192565b816122d957fe5b04905080156122ed576122ed8784836131c5565b6122fa87868385036131c5565b50505050505050565b61230e828233612104565b5050565b60008061232086868561330c565b915091508362ffffff1681830312610c1157600080fd5b6060610b8863219f5d1760e01b6040518060c001604052808560400135815260200161236f866000016020810190610ae39190614462565b815260200161238a866020016020810190610ae39190614462565b81526020018560600135815260200185608001358152602001600019815250604051602401610b5191906150f2565b6000806123c68584613502565b915091508362ffffff1681830312611a2557600080fd5b61230e823330846136d9565b6040805163d505accf60e01b8152336004820152306024820152604481018790526064810186905260ff8516608482015260a4810184905260c4810183905290516001600160a01b0388169163d505accf9160e480830192600092919082900301818387803b15801561113657600080fd5b60006001600160a01b038416600114156124775733935061248d565b6001600160a01b0384166002141561248d573093505b600080600061249f8560000151612a28565b9250925092506000826001600160a01b0316846001600160a01b031610905060008073c4dfd83800942d4e3cda9b20d4167eac05cd9874634e6c8ed87f00000000000000000000000000000000000000000000000000000000000000008888886040518563ffffffff1660e01b815260040161251e9493929190614f7b565b60206040518083038186803b15801561253657600080fd5b505af415801561254a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061256e9190614485565b6001600160a01b031663128acb088b856125878f613829565b6001600160a01b038e161561259c578d6125c2565b876125bb5773fffd8963efd1fc6a506488495d951d5263988d256125c2565b6401000276a45b8d6040516020016125d391906151e4565b6040516020818303038152906040526040518663ffffffff1660e01b8152600401612602959493929190614fa9565b6040805180830381600087803b15801561261b57600080fd5b505af115801561262f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061265391906148f0565b91509150826126625781612664565b805b6000039b9a5050505050505050505050565b60006001600160a01b03841660011415612692573393506126a8565b6001600160a01b038416600214156126a8573093505b60008060006126ba8560000151612a28565b9250925092506000836001600160a01b0316836001600160a01b031610905060008073c4dfd83800942d4e3cda9b20d4167eac05cd9874634e6c8ed87f00000000000000000000000000000000000000000000000000000000000000008789886040518563ffffffff1660e01b81526004016127399493929190614f7b565b60206040518083038186803b15801561275157600080fd5b505af4158015612765573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127899190614485565b6001600160a01b031663128acb088b856127a28f613829565b6000036001600160a01b038e16156127ba578d6127e0565b876127d95773fffd8963efd1fc6a506488495d951d5263988d256127e0565b6401000276a45b8d6040516020016127f191906151e4565b6040516020818303038152906040526040518663ffffffff1660e01b8152600401612820959493929190614fa9565b6040805180830381600087803b15801561283957600080fd5b505af115801561284d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061287191906148f0565b9150915060008361288657818360000361288c565b82826000035b90985090506001600160a01b038a166128ab578b81146128ab57600080fd5b50505050505050949350505050565b6040516370a0823160e01b81526000906001600160a01b038316906370a08231906128e9903090600401614f2a565b60206040518083038186803b15801561290157600080fd5b505afa158015612915573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b889190614d28565b604080516000808252602082019092526001600160a01b0384169083906040518082805190602001908083835b602083106129855780518252601f199092019160209182019101612966565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d80600081146129e7576040519150601f19603f3d011682016040523d82523d6000602084013e6129ec565b606091505b505090508061166b576040805162461bcd60e51b815260206004820152600360248201526253544560e81b604482015290519081900360640190fd5b60008080612a36848261383f565b9250612a438460146138ef565b9050612a5084601761383f565b91509193909250565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316846001600160a01b0316148015612a9a5750804710155b15612bbc577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db0826040518263ffffffff1660e01b81526004016000604051808303818588803b158015612afa57600080fd5b505af1158015612b0e573d6000803e3d6000fd5b50505050507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663a9059cbb83836040518363ffffffff1660e01b815260040180836001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015612b8a57600080fd5b505af1158015612b9e573d6000803e3d6000fd5b505050506040513d6020811015612bb457600080fd5b50610e1d9050565b6001600160a01b038316301415612bdd57612bd88483836131c5565b610e1d565b610e1d848484846136d9565b516042111590565b8051606090610b8890839060179060161901613996565b60005b600183510381101561166b57600080848381518110612c2657fe5b6020026020010151858460010181518110612c3d57fe5b602002602001015191509150600073c4dfd83800942d4e3cda9b20d4167eac05cd987463544caa5684846040518363ffffffff1660e01b8152600401612c84929190614f3e565b604080518083038186803b158015612c9b57600080fd5b505af4158015612caf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cd391906144a1565b509050600073c4dfd83800942d4e3cda9b20d4167eac05cd9874636d91c0e27f000000000000000000000000000000000000000000000000000000000000000086866040518463ffffffff1660e01b8152600401612d3393929190614f58565b60206040518083038186803b158015612d4b57600080fd5b505af4158015612d5f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d839190614485565b9050600080600080846001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b158015612dc457600080fd5b505afa158015612dd8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612dfc9190614c2f565b506001600160701b031691506001600160701b03169150600080876001600160a01b03168a6001600160a01b031614612e36578284612e39565b83835b91509150612e6d828b6001600160a01b03166370a082318a6040518263ffffffff1660e01b815260040161146f9190614f2a565b604051630153543560e21b815290965073c4dfd83800942d4e3cda9b20d4167eac05cd98749063054d50d490612eab90899086908690600401615270565b60206040518083038186803b158015612ec357600080fd5b505af4158015612ed7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612efb9190614d28565b945050505050600080856001600160a01b0316886001600160a01b031614612f2557826000612f29565b6000835b91509150600060028c51038a10612f40578a613001565b73c4dfd83800942d4e3cda9b20d4167eac05cd9874636d91c0e27f00000000000000000000000000000000000000000000000000000000000000008a8f8e60020181518110612f8b57fe5b60200260200101516040518463ffffffff1660e01b8152600401612fb193929190614f58565b60206040518083038186803b158015612fc957600080fd5b505af4158015612fdd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130019190614485565b6040805160008152602081019182905263022c0d9f60e01b9091529091506001600160a01b0387169063022c0d9f906130439086908690869060248101615239565b600060405180830381600087803b15801561305d57600080fd5b505af1158015613071573d6000803e3d6000fd5b50506001909b019a50612c0b9950505050505050505050565b808203828111156120fe57600080fd5b6000806000846001600160a01b031663095ea7b360e01b7f0000000000000000000000000000000000000000000000000000000000000000866040516024016130e4929190614fef565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516131229190614f0e565b6000604051808303816000865af19150503d806000811461315f576040519150601f19603f3d011682016040523d82523d6000602084013e613164565b606091505b5091509150818015610c6a575080511580610c6a575080806020019051810190610c6a91906147eb565b4290565b60008215806131ad575050818102818382816131aa57fe5b04145b6120fe57600080fd5b6060610b88826000602b613996565b604080516001600160a01b038481166024830152604480830185905283518084039091018152606490920183526020820180516001600160e01b031663a9059cbb60e01b1781529251825160009485949389169392918291908083835b602083106132415780518252601f199092019160209182019101613222565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d80600081146132a3576040519150601f19603f3d011682016040523d82523d6000602084013e6132a8565b606091505b50915091508180156132d65750805115806132d657508080602001905160208110156132d357600080fd5b50515b611a25576040805162461bcd60e51b815260206004820152600260248201526114d560f21b604482015290519081900360640190fd5b600080835185511461331d57600080fd5b600085516001600160401b038111801561333657600080fd5b5060405190808252806020026020018201604052801561337057816020015b61335d6142b5565b8152602001906001900390816133555790505b509050600086516001600160401b038111801561338c57600080fd5b506040519080825280602002602001820160405280156133c657816020015b6133b36142b5565b8152602001906001900390816133ab5790505b50905060005b87518110156134db576000806133f58a84815181106133e757fe5b602002602001015189613502565b9150915061340282613ae7565b85848151811061340e57fe5b60200260200101516000019060020b908160020b8152505061342f81613ae7565b84848151811061343b57fe5b60200260200101516000019060020b908160020b8152505088838151811061345f57fe5b602002602001015185848151811061347357fe5b6020026020010151602001906001600160801b031690816001600160801b0316815250508883815181106134a357fe5b60200260200101518484815181106134b757fe5b6020908102919091018101516001600160801b0390921691015250506001016133cc565b506134e582613af8565b60020b93506134f381613af8565b60020b92505050935093915050565b60008060008061351186613bb4565b90506000805b828110156136ba57600080600061352d8b612a28565b9250925092506000613540848484613bc1565b905060008063ffffffff8d166135695761355983613bff565b600291820b9350900b90506135fe565b613573838e613e16565b8160020b91505080925050826001600160a01b0316633850c7bd6040518163ffffffff1660e01b815260040160e06040518083038186803b1580156135b757600080fd5b505afa1580156135cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135ef9190614c6a565b50505060029290920b93505050505b6001890387141561362557846001600160a01b0316866001600160a01b0316109950613634565b61362e8e612bf1565b9d508597505b60008715806136875750866001600160a01b0316896001600160a01b03161061367157866001600160a01b0316866001600160a01b031610613687565b856001600160a01b0316876001600160a01b0316105b9050801561369c579b82019b9a81019a6136a7565b828d039c50818c039b505b5050600190950194506135179350505050565b50826136cf5760001985029450600019840293505b5050509250929050565b604080516001600160a01b0385811660248301528481166044830152606480830185905283518084039091018152608490920183526020820180516001600160e01b03166323b872dd60e01b178152925182516000948594938a169392918291908083835b6020831061375d5780518252601f19909201916020918201910161373e565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d80600081146137bf576040519150601f19603f3d011682016040523d82523d6000602084013e6137c4565b606091505b50915091508180156137f25750805115806137f257508080602001905160208110156137ef57600080fd5b50515b610c11576040805162461bcd60e51b815260206004820152600360248201526229aa2360e91b604482015290519081900360640190fd5b6000600160ff1b821061383b57600080fd5b5090565b60008182601401101561388e576040805162461bcd60e51b8152602060048201526012602482015271746f416464726573735f6f766572666c6f7760701b604482015290519081900360640190fd5b81601401835110156138df576040805162461bcd60e51b8152602060048201526015602482015274746f416464726573735f6f75744f66426f756e647360581b604482015290519081900360640190fd5b500160200151600160601b900490565b60008182600301101561393d576040805162461bcd60e51b8152602060048201526011602482015270746f55696e7432345f6f766572666c6f7760781b604482015290519081900360640190fd5b816003018351101561398d576040805162461bcd60e51b8152602060048201526014602482015273746f55696e7432345f6f75744f66426f756e647360601b604482015290519081900360640190fd5b50016003015190565b60608182601f0110156139e1576040805162461bcd60e51b815260206004820152600e60248201526d736c6963655f6f766572666c6f7760901b604482015290519081900360640190fd5b828284011015613a29576040805162461bcd60e51b815260206004820152600e60248201526d736c6963655f6f766572666c6f7760901b604482015290519081900360640190fd5b81830184511015613a75576040805162461bcd60e51b8152602060048201526011602482015270736c6963655f6f75744f66426f756e647360781b604482015290519081900360640190fd5b606082158015613a945760405191506000825260208201604052613ade565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015613acd578051835260209283019201613ab5565b5050858452601f01601f1916604052505b50949350505050565b80600281900b8114610b8b57600080fd5b6000806000805b8451811015613b7b57848181518110613b1457fe5b6020026020010151602001516001600160801b0316858281518110613b3557fe5b60200260200101516000015160020b0283019250848181518110613b5557fe5b6020026020010151602001516001600160801b0316820191508080600101915050613aff565b50808281613b8557fe5b059250600082128015613ba05750808281613b9c57fe5b0715155b15613bad57600019909201915b5050919050565b5160176013199091010490565b6000613bf77f0000000000000000000000000000000000000000000000000000000000000000613bf2868686614180565b6141d6565b949350505050565b600080600080846001600160a01b0316633850c7bd6040518163ffffffff1660e01b815260040160e06040518083038186803b158015613c3e57600080fd5b505afa158015613c52573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613c769190614c6a565b50939750919550935050600161ffff8416119150613c95905057600080fd5b600080866001600160a01b031663252c09d7856040518263ffffffff1660e01b8152600401613cc49190615221565b60806040518083038186803b158015613cdc57600080fd5b505afa158015613cf0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613d149190614e29565b505091509150613d2261318e565b63ffffffff168263ffffffff1614613d3c57849550613e0d565b60008361ffff1660018561ffff168761ffff16010381613d5857fe5b06905060008060008a6001600160a01b031663252c09d7856040518263ffffffff1660e01b8152600401613d8c9190615230565b60806040518083038186803b158015613da457600080fd5b505afa158015613db8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ddc9190614e29565b9350509250925080613ded57600080fd5b82860363ffffffff811683870360060b81613e0457fe5b059a5050505050505b50505050915091565b60008063ffffffff8316613e56576040805162461bcd60e51b8152602060048201526002602482015261042560f41b604482015290519081900360640190fd5b6040805160028082526060820183526000926020830190803683370190505090508381600081518110613e8557fe5b602002602001019063ffffffff16908163ffffffff1681525050600081600181518110613eae57fe5b63ffffffff90921660209283029190910182015260405163883bdbfd60e01b81526004810182815283516024830152835160009384936001600160a01b038b169363883bdbfd9388939192839260449091019185820191028083838b5b83811015613f23578181015183820152602001613f0b565b505050509050019250505060006040518083038186803b158015613f4657600080fd5b505afa158015613f5a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040908152811015613f8357600080fd5b8101908080516040519392919084600160201b821115613fa257600080fd5b908301906020820185811115613fb757600080fd5b82518660208202830111600160201b82111715613fd357600080fd5b82525081516020918201928201910280838360005b83811015614000578181015183820152602001613fe8565b5050505090500160405260200180516040519392919084600160201b82111561402857600080fd5b90830190602082018581111561403d57600080fd5b82518660208202830111600160201b8211171561405957600080fd5b82525081516020918201928201910280838360005b8381101561408657818101518382015260200161406e565b50505050905001604052505050915091506000826000815181106140a657fe5b6020026020010151836001815181106140bb57fe5b60200260200101510390506000826000815181106140d557fe5b6020026020010151836001815181106140ea57fe5b60200260200101510390508763ffffffff168260060b8161410757fe5b05965060008260060b12801561413157508763ffffffff168260060b8161412a57fe5b0760060b15155b1561413e57600019909601955b63ffffffff88166001600160a01b0302600160201b600160c01b03602083901b166001600160c01b0382168161417057fe5b0496505050505050509250929050565b6141886142cc565b826001600160a01b0316846001600160a01b031611156141a6579192915b50604080516060810182526001600160a01b03948516815292909316602083015262ffffff169181019190915290565b600081602001516001600160a01b031682600001516001600160a01b0316106141fe57600080fd5b50805160208083015160409384015184516001600160a01b0394851681850152939091168385015262ffffff166060808401919091528351808403820181526080840185528051908301206001600160f81b031960a085015294901b6001600160601b03191660a183015260b58201939093527f9173e4373ab542649f2f059b10eaab2181ad82cc2e70cf51cf9d9fa8a144a2af60d5808301919091528251808303909101815260f5909101909152805191012090565b604080518082019091526000808252602082015290565b604080516060810182526000808252602082018190529181019190915290565b8035610b8b81615357565b60008083601f840112614308578182fd5b5081356001600160401b0381111561431e578182fd5b602083019150836020808302850101111561433857600080fd5b9250929050565b600082601f83011261434f578081fd5b8135602061436461435f836152ed565b6152ca565b8281528181019085830183850287018401881015614380578586fd5b855b858110156143b25781356001600160801b03811681146143a0578788fd5b84529284019290840190600101614382565b5090979650505050505050565b80518015158114610b8b57600080fd5b600082601f8301126143df578081fd5b81356143ed61435f8261530a565b818152846020838601011115614401578283fd5b816020850160208301379081016020019190915292915050565b80516001600160701b0381168114610b8b57600080fd5b805161ffff81168114610b8b57600080fd5b803562ffffff81168114610b8b57600080fd5b8035610b8b8161537b565b600060208284031215614473578081fd5b813561447e81615357565b9392505050565b600060208284031215614496578081fd5b815161447e81615357565b600080604083850312156144b3578081fd5b82516144be81615357565b60208401519092506144cf81615357565b809150509250929050565b600080604083850312156144ec578182fd5b82356144f781615357565b946020939093013593505050565b600080600060608486031215614519578081fd5b833561452481615357565b925060208401359150604084013561453b81615357565b809150509250925092565b600080600080600060a0868803121561455d578283fd5b853561456881615357565b945060208601359350604086013561457f81615357565b925060608601359150608086013561459681615357565b809150509295509295909350565b600080600080608085870312156145b9578182fd5b84356145c481615357565b9350602085013592506040850135915060608501356145e281615357565b939692955090935050565b60008060008060008060c08789031215614605578384fd5b863561461081615357565b95506020870135945060408701359350606087013560ff81168114614633578182fd5b9598949750929560808101359460a0909101359350915050565b6000806020838503121561465f578182fd5b82356001600160401b03811115614674578283fd5b614680858286016142f7565b90969095509350505050565b600080600080608085870312156146a1578182fd5b84356001600160401b03808211156146b7578384fd5b818701915087601f8301126146ca578384fd5b813560206146da61435f836152ed565b82815281810190858301885b8581101561470f576146fd8e8684358b01016143cf565b845292840192908401906001016146e6565b50909950505088013592505080821115614727578384fd5b506147348782880161433f565b93505061474360408601614444565b915061475160608601614457565b905092959194509250565b6000602080838503121561476e578182fd5b82516001600160401b03811115614783578283fd5b8301601f81018513614793578283fd5b80516147a161435f826152ed565b81815283810190838501858402850186018910156147bd578687fd5b8694505b838510156147df5780518352600194909401939185019185016147c1565b50979650505050505050565b6000602082840312156147fc578081fd5b61447e826143bf565b600080600060408486031215614819578081fd5b8335925060208401356001600160401b03811115614835578182fd5b614841868287016142f7565b9497909650939450505050565b60006020828403121561485f578081fd5b81356001600160401b03811115614874578182fd5b613bf7848285016143cf565b600080600060608486031215614894578081fd5b83356001600160401b038111156148a9578182fd5b6148b5868287016143cf565b9350506148c460208501614444565b9150604084013561453b8161537b565b6000602082840312156148e5578081fd5b813561447e8161536c565b60008060408385031215614902578182fd5b505080516020909101519092909150565b60008060008060608587031215614928578182fd5b843593506020850135925060408501356001600160401b038082111561494c578384fd5b818701915087601f83011261495f578384fd5b81358181111561496d578485fd5b88602082850101111561497e578485fd5b95989497505060200194505050565b60006020828403121561499e578081fd5b81516001600160401b038111156149b3578182fd5b8201601f810184136149c3578182fd5b80516149d161435f8261530a565b8181528560208385010111156149e5578384fd5b610c6a82602083016020860161532b565b600060208284031215614a07578081fd5b81356001600160401b0380821115614a1d578283fd5b9083019060808286031215614a30578283fd5b604051608081018181108382111715614a4557fe5b604052823582811115614a56578485fd5b614a62878286016143cf565b82525060208301359150614a7582615357565b816020820152604083013560408201526060830135606082015280935050505092915050565b600060e08284031215614aac578081fd5b60405160e081016001600160401b0381118282101715614ac857fe5b604052614ad4836142ec565b8152614ae2602084016142ec565b6020820152614af360408401614444565b6040820152614b04606084016142ec565b60608201526080830135608082015260a083013560a0820152614b2960c084016142ec565b60c08201529392505050565b600060208284031215614b46578081fd5b81356001600160401b03811115614b5b578182fd5b82016080818503121561447e578182fd5b600060e08284031215611cd6578081fd5b600060a08284031215611cd6578081fd5b60006101008284031215611cd6578081fd5b600060208284031215614bb1578081fd5b81356001600160401b0380821115614bc7578283fd5b9083019060408286031215614bda578283fd5b604051604081018181108382111715614bef57fe5b604052823582811115614c00578485fd5b614c0c878286016143cf565b82525060208301359250614c1f83615357565b6020810192909252509392505050565b600080600060608486031215614c43578081fd5b614c4c8461441b565b9250614c5a6020850161441b565b9150604084015161453b8161537b565b600080600080600080600060e0888a031215614c84578485fd5b8751614c8f81615357565b6020890151909750614ca08161536c565b9550614cae60408901614432565b9450614cbc60608901614432565b9350614cca60808901614432565b925060a0880151614cda8161537b565b9150614ce860c089016143bf565b905092959891949750929550565b600060208284031215614d07578081fd5b61447e82614444565b600060208284031215614d21578081fd5b5035919050565b600060208284031215614d39578081fd5b5051919050565b60008060408385031215614d52578182fd5b8235915060208301356144cf81615357565b60008060008060808587031215614d79578182fd5b843593506020850135614d8b81615357565b92506040850135915060608501356145e281615357565b600080600060608486031215614db6578081fd5b8335925060208401359150604084013561453b81615357565b600080600080600060808688031215614de6578283fd5b853594506020860135935060408601356001600160401b03811115614e09578384fd5b614e15888289016142f7565b909450925050606086013561459681615357565b60008060008060808587031215614e3e578182fd5b8451614e498161537b565b8094505060208501518060060b8114614e60578283fd5b6040860151909350614e7181615357565b9150614751606086016143bf565b6001600160a01b03169052565b60008151808452614ea481602086016020860161532b565b601f01601f19169290920160200192915050565b60020b9052565b62ffffff169052565b606093841b6001600160601b0319908116825260e89390931b6001600160e81b0319166014820152921b166017820152602b0190565b6000828483379101908152919050565b60008251614f2081846020870161532b565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b0392831681529116602082015260400190565b6001600160a01b0393841681529183166020830152909116604082015260600190565b6001600160a01b03948516815292841660208401529216604082015262ffffff909116606082015260800190565b6001600160a01b0386811682528515156020830152604082018590528316606082015260a060808201819052600090614fe490830184614e8c565b979650505050505050565b6001600160a01b03929092168252602082015260400190565b6001600160a01b03858116825260208083018690526060604084018190528301849052600091859160808501845b8781101561505d57843561504981615357565b841682529382019390820190600101615036565b509998505050505050505050565b6000602080830181845280855180835260408601915060408482028701019250838701855b828110156150be57603f198886030184526150ac858351614e8c565b94509285019290850190600101615090565b5092979650505050505050565b60006020825261447e6020830184614e8c565b60208101600583106150ec57fe5b91905290565b600060c082019050825182526020830151602083015260408301516040830152606083015160608301526080830151608083015260a083015160a083015292915050565b60006101608201905061514a828451614e7f565b602083015161515c6020840182614e7f565b50604083015161516f6040840182614ebf565b5060608301516151826060840182614eb8565b5060808301516151956080840182614eb8565b5060a083015160a083015260c083015160c083015260e083015160e0830152610100808401518184015250610120808401516151d382850182614e7f565b505061014092830151919092015290565b6000602082528251604060208401526152006060840182614e8c565b602094909401516001600160a01b0316604093909301929092525090919050565b61ffff91909116815260200190565b90815260200190565b600085825284602083015260018060a01b0384166040830152608060608301526152666080830184614e8c565b9695505050505050565b9283526020830191909152604082015260600190565b6000808335601e1984360301811261529c578283fd5b8301803591506001600160401b038211156152b5578283fd5b60200191503681900382131561433857600080fd5b6040518181016001600160401b03811182821017156152e557fe5b604052919050565b60006001600160401b0382111561530057fe5b5060209081020190565b60006001600160401b0382111561531d57fe5b50601f01601f191660200190565b60005b8381101561534657818101518382015260200161532e565b83811115610e1d5750506000910152565b6001600160a01b03811681146117a357600080fd5b8060020b81146117a357600080fd5b63ffffffff811681146117a357600080fdfe5265656e7472616e637947756172643a207265656e7472616e742063616c6c00a2646970667358221220298fcce485a28ca0697156aba7d8c72efb155dcb7f21659cf62326e6ea8a6f3f64736f6c63430007060033000000000000000000000000f5190e64db4cbf7ee5e72b55cc5b2297e20264c20000000000000000000000006510e68561f04c1d111e616750dac2a063ff5055000000000000000000000000d1575b2e0c82fba9eddc3de9c9aaf923afa670cc000000000000000000000000f2890e09d21a30873ab04aa6e790ae1d78d83b6d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004300000000000000000000000000000000000004
Deployed Bytecode
0x6080604052600436106101f05760003560e01c806304e45aaf1461026557806305bafd921461028e57806309b81346146102ae57806311ed56c9146102c157806312210e8a146102e15780631c58db4f146102e95780631f0464d1146102fc57806323a69e751461031c5780633068c5541461033c57806342712a671461034f5780634659a49414610362578063472b43f314610375578063481c6a751461038857806349404b7c146103aa5780634aa4a4fc146103bd5780635023b4df146103d2578063571ac8b0146103e55780635ae401dc146103f8578063639d71a91461040b57806368e0d4e11461041e578063791b98bc1461043357806397d75776146104485780639b2c0a371461045d578063a4a78f0c14610470578063ab3fdd5014610483578063ac9650d814610496578063b3a2af13146104a9578063b858183f146104bc578063c2e3140a146104cf578063c45a0155146104e2578063cab372ce146104f7578063d0ebdbe71461050a578063d4ef38de1461052a578063d5f394881461053d578063dee00f3514610552578063df2ab5bb1461057f578063e0e189a014610592578063e90a182f146105a5578063efdeed8e146105b8578063f100b205146105d8578063f25801a7146105eb578063f2d5d56b1461060b578063f3995c671461061e57610260565b3661026057336001600160a01b037f0000000000000000000000004300000000000000000000000000000000000004161461025e576040805162461bcd60e51b81526020600482015260096024820152684e6f7420574554483960b81b604482015290519081900360640190fd5b005b600080fd5b610278610273366004614a9b565b610631565b6040516102859190615230565b60405180910390f35b34801561029a57600080fd5b506102786102a93660046144da565b61079d565b6102786102bc366004614b35565b610948565b6102d46102cf366004614b8e565b610a2d565b60405161028591906150cb565b61025e610b90565b61025e6102f7366004614d10565b610ba2565b61030f61030a366004614805565b610c19565b604051610285919061506b565b34801561032857600080fd5b5061025e610337366004614913565b610c73565b61025e61034a3660046145a4565b610e10565b61027861035d366004614dcf565b610e23565b61025e6103703660046145ed565b6110bc565b610278610383366004614dcf565b61114a565b34801561039457600080fd5b5061039d6114e7565b6040516102859190614f2a565b61025e6103b8366004614d40565b6114f6565b3480156103c957600080fd5b5061039d611670565b6102786103e0366004614b6c565b611694565b61025e6103f3366004614462565b61178e565b61030f610406366004614805565b6117a6565b61025e610419366004614462565b6117fb565b34801561042a57600080fd5b5061039d61180f565b34801561043f57600080fd5b5061039d611833565b34801561045457600080fd5b5061039d611857565b61025e61046b366004614d64565b611862565b61025e61047e3660046145ed565b611a2c565b61025e610491366004614462565b611abd565b61030f6104a436600461464d565b611add565b6102d46104b736600461484e565b611c25565b6102786104ca3660046149f6565b611cdc565b61025e6104dd3660046145ed565b611e8c565b3480156104ee57600080fd5b5061039d611f1b565b61025e610505366004614462565b611ad1565b34801561051657600080fd5b5061025e610525366004614462565b611f3f565b61025e610538366004614da2565b611fac565b34801561054957600080fd5b5061039d611fb8565b34801561055e57600080fd5b5061057261056d3660046144da565b611fdc565b60405161028591906150de565b61025e61058d366004614505565b612104565b61025e6105a0366004614546565b6121dc565b61025e6105b33660046144da565b612303565b3480156105c457600080fd5b5061025e6105d336600461468c565b612312565b6102d46105e6366004614b7d565b612337565b3480156105f757600080fd5b5061025e610606366004614880565b6123b9565b61025e6106193660046144da565b6123dd565b61025e61062c3660046145ed565b6123e9565b600060026000541415610679576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b600260009081556080830151610710575081516040516370a0823160e01b81526001916001600160a01b0316906370a08231906106ba903090600401614f2a565b60206040518083038186803b1580156106d257600080fd5b505afa1580156106e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061070a9190614d28565b60808401525b61077f836080015184606001518560c001516040518060400160405280886000015189604001518a6020015160405160200161074e93929190614ec8565b60405160208183030381529060405281526020018661076d573361076f565b305b6001600160a01b0316905261245b565b91508260a0015182101561079257600080fd5b506001600055919050565b6002546000906001600160a01b031633146107eb576040805162461bcd60e51b81526020600482015260096024820152682327a92124a22222a760b91b604482015290519081900360640190fd5b81610878576040805163662aa11d60e01b81523060048201526001600160a01b038516602482015290516002604360981b019163662aa11d9160448083019260209291908290030181600087803b15801561084557600080fd5b505af1158015610859573d6000803e3d6000fd5b505050506040513d602081101561086f57600080fd5b50519050610903565b60408051630951888f60e01b81523060048201526001600160a01b03851660248201526044810184905290516002604360981b0191630951888f9160648083019260209291908290030181600087803b1580156108d457600080fd5b505af11580156108e8573d6000803e3d6000fd5b505050506040513d60208110156108fe57600080fd5b505190505b6040805182815290516001600160a01b038516917f5eadc4013530f38d8b7709b47915d0cef30eee941dad69669a5b45e0686879fa919081900360200190a292915050565b600060026000541415610990576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b6002600055610a07604083018035906109ac9060208601614462565b60408051808201909152600090806109c48880615286565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050509082525033602090910152612676565b50506001546060820135811115610a1d57600080fd5b6000196001908155600055919050565b604080516101608101909152606090610b8890634418b22b60e11b9080610a576020870187614462565b6001600160a01b03168152602001856020016020810190610a789190614462565b6001600160a01b03168152602001610a966060870160408801614cf6565b62ffffff168152602001610ab060808701606088016148d4565b60020b8152602001610ac860a08701608088016148d4565b60020b8152602090810190610ae890610ae390880188614462565b6128ba565b8152602001610b03866020016020810190610ae39190614462565b815260a0860135602082015260c08601356040820152606001610b2d610100870160e08801614462565b6001600160a01b03168152602001600019815250604051602401610b519190615136565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152611c25565b90505b919050565b4715610ba057610ba03347612939565b565b7f00000000000000000000000043000000000000000000000000000000000000046001600160a01b031663d0e30db0826040518263ffffffff1660e01b81526004016000604051808303818588803b158015610bfd57600080fd5b505af1158015610c11573d6000803e3d6000fd5b505050505050565b60608380600143034014610c60576040805162461bcd60e51b8152602060048201526009602482015268084d8dec6d6d0c2e6d60bb1b604482015290519081900360640190fd5b610c6a8484611add565b95945050505050565b6000841380610c825750600083135b610c8b57600080fd5b6000610c9982840184614ba0565b90506000806000610cad8460000151612a28565b92509250925073c4dfd83800942d4e3cda9b20d4167eac05cd9874638bdb19257f0000000000000000000000006510e68561f04c1d111e616750dac2a063ff50558585856040518563ffffffff1660e01b8152600401610d109493929190614f7b565b60206040518083038186803b158015610d2857600080fd5b505af4158015610d3c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d609190614485565b5060008060008a13610d8757846001600160a01b0316846001600160a01b03161089610d9e565b836001600160a01b0316856001600160a01b0316108a5b915091508115610dbd57610db88587602001513384612a59565b610e04565b8551610dc890612be9565b15610ded578551610dd890612bf1565b8652610de78133600089612676565b50610e04565b80600181905550610e048487602001513384612a59565b50505050505050505050565b610e1d84843385856121dc565b50505050565b600060026000541415610e6b576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b6002600090815584848281610e7c57fe5b9050602002016020810190610e919190614462565b604051630c90945960e11b815290915073c4dfd83800942d4e3cda9b20d4167eac05cd98749063192128b290610ef1907f000000000000000000000000f5190e64db4cbf7ee5e72b55cc5b2297e20264c2908b908a908a90600401615008565b60006040518083038186803b158015610f0957600080fd5b505af4158015610f1d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610f45919081019061475c565b600081518110610f5157fe5b6020026020010151915085821115610f6857600080fd5b61103f813373c4dfd83800942d4e3cda9b20d4167eac05cd9874636d91c0e27f000000000000000000000000f5190e64db4cbf7ee5e72b55cc5b2297e20264c2868b8b6001818110610fb657fe5b9050602002016020810190610fcb9190614462565b6040518463ffffffff1660e01b8152600401610fe993929190614f58565b60206040518083038186803b15801561100157600080fd5b505af4158015611015573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110399190614485565b85612a59565b6001600160a01b038316600114156110595733925061106f565b6001600160a01b0383166002141561106f573092505b6110ad858580806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250879250612c08915050565b50600160005595945050505050565b604080516323f2ebc360e21b815233600482015230602482015260448101879052606481018690526001608482015260ff851660a482015260c4810184905260e4810183905290516001600160a01b03881691638fcbaf0c9161010480830192600092919082900301818387803b15801561113657600080fd5b505af1158015610e04573d6000803e3d6000fd5b600060026000541415611192576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b60026000908155848482816111a357fe5b90506020020160208101906111b89190614462565b90506000858560001981018181106111cc57fe5b90506020020160208101906111e19190614462565b905060008861126d57506040516370a0823160e01b81526001906001600160a01b038416906370a082319061121a903090600401614f2a565b60206040518083038186803b15801561123257600080fd5b505afa158015611246573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061126a9190614d28565b98505b611350838261127c573361127e565b305b73c4dfd83800942d4e3cda9b20d4167eac05cd9874636d91c0e27f000000000000000000000000f5190e64db4cbf7ee5e72b55cc5b2297e20264c2888d8d60018181106112c757fe5b90506020020160208101906112dc9190614462565b6040518463ffffffff1660e01b81526004016112fa93929190614f58565b60206040518083038186803b15801561131257600080fd5b505af4158015611326573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061134a9190614485565b8c612a59565b6001600160a01b0385166001141561136a57339450611380565b6001600160a01b03851660021415611380573094505b6040516370a0823160e01b81526000906001600160a01b038416906370a08231906113af908990600401614f2a565b60206040518083038186803b1580156113c757600080fd5b505afa1580156113db573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113ff9190614d28565b905061143f8888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508a9250612c08915050565b6114c581846001600160a01b03166370a08231896040518263ffffffff1660e01b815260040161146f9190614f2a565b60206040518083038186803b15801561148757600080fd5b505afa15801561149b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114bf9190614d28565b9061308a565b9450888510156114d457600080fd5b5050600160005550909695505050505050565b6002546001600160a01b031681565b60007f00000000000000000000000043000000000000000000000000000000000000046001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561156557600080fd5b505afa158015611579573d6000803e3d6000fd5b505050506040513d602081101561158f57600080fd5b50519050828110156115dd576040805162461bcd60e51b8152602060048201526012602482015271496e73756666696369656e7420574554483960701b604482015290519081900360640190fd5b801561166b577f00000000000000000000000043000000000000000000000000000000000000046001600160a01b0316632e1a7d4d826040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b15801561164957600080fd5b505af115801561165d573d6000803e3d6000fd5b5050505061166b8282612939565b505050565b7f000000000000000000000000430000000000000000000000000000000000000481565b6000600260005414156116dc576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b600260005561177b608083018035906116f89060608601614462565b61170860e0860160c08701614462565b60405180604001604052808760200160208101906117269190614462565b61173660608a0160408b01614cf6565b61174360208b018b614462565b60405160200161175593929190614ec8565b6040516020818303038152906040528152602001336001600160a01b0316815250612676565b90508160a00135811115610a1d57600080fd5b61179a8160001961309a565b6117a357600080fd5b50565b606083806117b261318e565b1115610c60576040805162461bcd60e51b8152602060048201526013602482015272151c985b9cd858dd1a5bdb881d1bdbc81bdb19606a1b604482015290519081900360640190fd5b61180681600061309a565b61178e57600080fd5b7f000000000000000000000000f5190e64db4cbf7ee5e72b55cc5b2297e20264c281565b7f000000000000000000000000f2890e09d21a30873ab04aa6e790ae1d78d83b6d81565b6002604360981b0181565b600082118015611873575060648211155b61187c57600080fd5b60007f00000000000000000000000043000000000000000000000000000000000000046001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b1580156118eb57600080fd5b505afa1580156118ff573d6000803e3d6000fd5b505050506040513d602081101561191557600080fd5b5051905084811015611963576040805162461bcd60e51b8152602060048201526012602482015271496e73756666696369656e7420574554483960701b604482015290519081900360640190fd5b8015611a25577f00000000000000000000000043000000000000000000000000000000000000046001600160a01b0316632e1a7d4d826040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b1580156119cf57600080fd5b505af11580156119e3573d6000803e3d6000fd5b5050505060006127106119ff858461319290919063ffffffff16565b81611a0657fe5b0490508015611a1957611a198382612939565b610c1185828403612939565b5050505050565b60408051636eb1769f60e11b81523360048201523060248201529051600019916001600160a01b0389169163dd62ed3e91604480820192602092909190829003018186803b158015611a7d57600080fd5b505afa158015611a91573d6000803e3d6000fd5b505050506040513d6020811015611aa757600080fd5b50511015610c1157610c118686868686866110bc565b611ac881600061309a565b611ad157600080fd5b61179a8160011961309a565b6060816001600160401b0381118015611af557600080fd5b50604051908082528060200260200182016040528015611b2957816020015b6060815260200190600190039081611b145790505b50905060005b82811015611c1e5760008030868685818110611b4757fe5b9050602002810190611b599190615286565b604051611b67929190614efe565b600060405180830381855af49150503d8060008114611ba2576040519150601f19603f3d011682016040523d82523d6000602084013e611ba7565b606091505b509150915081611bfc57604481511015611bc057600080fd5b60048101905080806020019051810190611bda919061498d565b60405162461bcd60e51b8152600401611bf391906150cb565b60405180910390fd5b80848481518110611c0957fe5b60209081029190910101525050600101611b2f565b5092915050565b606060007f000000000000000000000000f2890e09d21a30873ab04aa6e790ae1d78d83b6d6001600160a01b031683604051611c619190614f0e565b6000604051808303816000865af19150503d8060008114611c9e576040519150601f19603f3d011682016040523d82523d6000602084013e611ca3565b606091505b509250905080611cd657604482511015611cbc57600080fd5b60048201915081806020019051810190611bda919061498d565b50919050565b600060026000541415611d24576040805162461bcd60e51b815260206004820152601f602482015260008051602061538e833981519152604482015290519081900360640190fd5b600260009081556040830151611dcf57600190506000611d478460000151612a28565b50506040516370a0823160e01b81529091506001600160a01b038216906370a0823190611d78903090600401614f2a565b60206040518083038186803b158015611d9057600080fd5b505afa158015611da4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dc89190614d28565b6040850152505b600081611ddc5733611dde565b305b90505b6000611df08560000151612be9565b9050611e3c856040015182611e09578660200151611e0b565b305b60006040518060400160405280611e258b600001516131b6565b8152602001876001600160a01b031681525061245b565b60408601528015611e5c578451309250611e5590612bf1565b8552611e69565b8460400151935050611e6f565b50611de1565b8360600151831015611e8057600080fd5b50506001600055919050565b60408051636eb1769f60e11b8152336004820152306024820152905186916001600160a01b0389169163dd62ed3e91604480820192602092909190829003018186803b158015611edb57600080fd5b505afa158015611eef573d6000803e3d6000fd5b505050506040513d6020811015611f0557600080fd5b50511015610c1157610c118686868686866123e9565b7f000000000000000000000000d1575b2e0c82fba9eddc3de9c9aaf923afa670cc81565b6002546001600160a01b03163314611f8a576040805162461bcd60e51b81526020600482015260096024820152682327a92124a22222a760b91b604482015290519081900360640190fd5b600280546001600160a01b0319166001600160a01b0392909216919091179055565b61166b83338484611862565b7f0000000000000000000000006510e68561f04c1d111e616750dac2a063ff505581565b600081836001600160a01b031663dd62ed3e307f000000000000000000000000f2890e09d21a30873ab04aa6e790ae1d78d83b6d6040518363ffffffff1660e01b815260040161202d929190614f3e565b60206040518083038186803b15801561204557600080fd5b505afa158015612059573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061207d9190614d28565b1061208a575060006120fe565b6120968360001961309a565b156120a3575060016120fe565b6120af8360011961309a565b156120bc575060026120fe565b6120c783600061309a565b6120d057600080fd5b6120dc8360001961309a565b156120e9575060036120fe565b6120f58360011961309a565b15610260575060045b92915050565b6000836001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561215357600080fd5b505afa158015612167573d6000803e3d6000fd5b505050506040513d602081101561217d57600080fd5b50519050828110156121cb576040805162461bcd60e51b815260206004820152601260248201527124b739bab33334b1b4b2b73a103a37b5b2b760711b604482015290519081900360640190fd5b8015610e1d57610e1d8483836131c5565b6000821180156121ed575060648211155b6121f657600080fd5b6000856001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561224557600080fd5b505afa158015612259573d6000803e3d6000fd5b505050506040513d602081101561226f57600080fd5b50519050848110156122bd576040805162461bcd60e51b815260206004820152601260248201527124b739bab33334b1b4b2b73a103a37b5b2b760711b604482015290519081900360640190fd5b8015610c115760006127106122d28386613192565b816122d957fe5b04905080156122ed576122ed8784836131c5565b6122fa87868385036131c5565b50505050505050565b61230e828233612104565b5050565b60008061232086868561330c565b915091508362ffffff1681830312610c1157600080fd5b6060610b8863219f5d1760e01b6040518060c001604052808560400135815260200161236f866000016020810190610ae39190614462565b815260200161238a866020016020810190610ae39190614462565b81526020018560600135815260200185608001358152602001600019815250604051602401610b5191906150f2565b6000806123c68584613502565b915091508362ffffff1681830312611a2557600080fd5b61230e823330846136d9565b6040805163d505accf60e01b8152336004820152306024820152604481018790526064810186905260ff8516608482015260a4810184905260c4810183905290516001600160a01b0388169163d505accf9160e480830192600092919082900301818387803b15801561113657600080fd5b60006001600160a01b038416600114156124775733935061248d565b6001600160a01b0384166002141561248d573093505b600080600061249f8560000151612a28565b9250925092506000826001600160a01b0316846001600160a01b031610905060008073c4dfd83800942d4e3cda9b20d4167eac05cd9874634e6c8ed87f0000000000000000000000006510e68561f04c1d111e616750dac2a063ff50558888886040518563ffffffff1660e01b815260040161251e9493929190614f7b565b60206040518083038186803b15801561253657600080fd5b505af415801561254a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061256e9190614485565b6001600160a01b031663128acb088b856125878f613829565b6001600160a01b038e161561259c578d6125c2565b876125bb5773fffd8963efd1fc6a506488495d951d5263988d256125c2565b6401000276a45b8d6040516020016125d391906151e4565b6040516020818303038152906040526040518663ffffffff1660e01b8152600401612602959493929190614fa9565b6040805180830381600087803b15801561261b57600080fd5b505af115801561262f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061265391906148f0565b91509150826126625781612664565b805b6000039b9a5050505050505050505050565b60006001600160a01b03841660011415612692573393506126a8565b6001600160a01b038416600214156126a8573093505b60008060006126ba8560000151612a28565b9250925092506000836001600160a01b0316836001600160a01b031610905060008073c4dfd83800942d4e3cda9b20d4167eac05cd9874634e6c8ed87f0000000000000000000000006510e68561f04c1d111e616750dac2a063ff50558789886040518563ffffffff1660e01b81526004016127399493929190614f7b565b60206040518083038186803b15801561275157600080fd5b505af4158015612765573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127899190614485565b6001600160a01b031663128acb088b856127a28f613829565b6000036001600160a01b038e16156127ba578d6127e0565b876127d95773fffd8963efd1fc6a506488495d951d5263988d256127e0565b6401000276a45b8d6040516020016127f191906151e4565b6040516020818303038152906040526040518663ffffffff1660e01b8152600401612820959493929190614fa9565b6040805180830381600087803b15801561283957600080fd5b505af115801561284d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061287191906148f0565b9150915060008361288657818360000361288c565b82826000035b90985090506001600160a01b038a166128ab578b81146128ab57600080fd5b50505050505050949350505050565b6040516370a0823160e01b81526000906001600160a01b038316906370a08231906128e9903090600401614f2a565b60206040518083038186803b15801561290157600080fd5b505afa158015612915573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b889190614d28565b604080516000808252602082019092526001600160a01b0384169083906040518082805190602001908083835b602083106129855780518252601f199092019160209182019101612966565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d80600081146129e7576040519150601f19603f3d011682016040523d82523d6000602084013e6129ec565b606091505b505090508061166b576040805162461bcd60e51b815260206004820152600360248201526253544560e81b604482015290519081900360640190fd5b60008080612a36848261383f565b9250612a438460146138ef565b9050612a5084601761383f565b91509193909250565b7f00000000000000000000000043000000000000000000000000000000000000046001600160a01b0316846001600160a01b0316148015612a9a5750804710155b15612bbc577f00000000000000000000000043000000000000000000000000000000000000046001600160a01b031663d0e30db0826040518263ffffffff1660e01b81526004016000604051808303818588803b158015612afa57600080fd5b505af1158015612b0e573d6000803e3d6000fd5b50505050507f00000000000000000000000043000000000000000000000000000000000000046001600160a01b031663a9059cbb83836040518363ffffffff1660e01b815260040180836001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015612b8a57600080fd5b505af1158015612b9e573d6000803e3d6000fd5b505050506040513d6020811015612bb457600080fd5b50610e1d9050565b6001600160a01b038316301415612bdd57612bd88483836131c5565b610e1d565b610e1d848484846136d9565b516042111590565b8051606090610b8890839060179060161901613996565b60005b600183510381101561166b57600080848381518110612c2657fe5b6020026020010151858460010181518110612c3d57fe5b602002602001015191509150600073c4dfd83800942d4e3cda9b20d4167eac05cd987463544caa5684846040518363ffffffff1660e01b8152600401612c84929190614f3e565b604080518083038186803b158015612c9b57600080fd5b505af4158015612caf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cd391906144a1565b509050600073c4dfd83800942d4e3cda9b20d4167eac05cd9874636d91c0e27f000000000000000000000000f5190e64db4cbf7ee5e72b55cc5b2297e20264c286866040518463ffffffff1660e01b8152600401612d3393929190614f58565b60206040518083038186803b158015612d4b57600080fd5b505af4158015612d5f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d839190614485565b9050600080600080846001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b158015612dc457600080fd5b505afa158015612dd8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612dfc9190614c2f565b506001600160701b031691506001600160701b03169150600080876001600160a01b03168a6001600160a01b031614612e36578284612e39565b83835b91509150612e6d828b6001600160a01b03166370a082318a6040518263ffffffff1660e01b815260040161146f9190614f2a565b604051630153543560e21b815290965073c4dfd83800942d4e3cda9b20d4167eac05cd98749063054d50d490612eab90899086908690600401615270565b60206040518083038186803b158015612ec357600080fd5b505af4158015612ed7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612efb9190614d28565b945050505050600080856001600160a01b0316886001600160a01b031614612f2557826000612f29565b6000835b91509150600060028c51038a10612f40578a613001565b73c4dfd83800942d4e3cda9b20d4167eac05cd9874636d91c0e27f000000000000000000000000f5190e64db4cbf7ee5e72b55cc5b2297e20264c28a8f8e60020181518110612f8b57fe5b60200260200101516040518463ffffffff1660e01b8152600401612fb193929190614f58565b60206040518083038186803b158015612fc957600080fd5b505af4158015612fdd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130019190614485565b6040805160008152602081019182905263022c0d9f60e01b9091529091506001600160a01b0387169063022c0d9f906130439086908690869060248101615239565b600060405180830381600087803b15801561305d57600080fd5b505af1158015613071573d6000803e3d6000fd5b50506001909b019a50612c0b9950505050505050505050565b808203828111156120fe57600080fd5b6000806000846001600160a01b031663095ea7b360e01b7f000000000000000000000000f2890e09d21a30873ab04aa6e790ae1d78d83b6d866040516024016130e4929190614fef565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516131229190614f0e565b6000604051808303816000865af19150503d806000811461315f576040519150601f19603f3d011682016040523d82523d6000602084013e613164565b606091505b5091509150818015610c6a575080511580610c6a575080806020019051810190610c6a91906147eb565b4290565b60008215806131ad575050818102818382816131aa57fe5b04145b6120fe57600080fd5b6060610b88826000602b613996565b604080516001600160a01b038481166024830152604480830185905283518084039091018152606490920183526020820180516001600160e01b031663a9059cbb60e01b1781529251825160009485949389169392918291908083835b602083106132415780518252601f199092019160209182019101613222565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d80600081146132a3576040519150601f19603f3d011682016040523d82523d6000602084013e6132a8565b606091505b50915091508180156132d65750805115806132d657508080602001905160208110156132d357600080fd5b50515b611a25576040805162461bcd60e51b815260206004820152600260248201526114d560f21b604482015290519081900360640190fd5b600080835185511461331d57600080fd5b600085516001600160401b038111801561333657600080fd5b5060405190808252806020026020018201604052801561337057816020015b61335d6142b5565b8152602001906001900390816133555790505b509050600086516001600160401b038111801561338c57600080fd5b506040519080825280602002602001820160405280156133c657816020015b6133b36142b5565b8152602001906001900390816133ab5790505b50905060005b87518110156134db576000806133f58a84815181106133e757fe5b602002602001015189613502565b9150915061340282613ae7565b85848151811061340e57fe5b60200260200101516000019060020b908160020b8152505061342f81613ae7565b84848151811061343b57fe5b60200260200101516000019060020b908160020b8152505088838151811061345f57fe5b602002602001015185848151811061347357fe5b6020026020010151602001906001600160801b031690816001600160801b0316815250508883815181106134a357fe5b60200260200101518484815181106134b757fe5b6020908102919091018101516001600160801b0390921691015250506001016133cc565b506134e582613af8565b60020b93506134f381613af8565b60020b92505050935093915050565b60008060008061351186613bb4565b90506000805b828110156136ba57600080600061352d8b612a28565b9250925092506000613540848484613bc1565b905060008063ffffffff8d166135695761355983613bff565b600291820b9350900b90506135fe565b613573838e613e16565b8160020b91505080925050826001600160a01b0316633850c7bd6040518163ffffffff1660e01b815260040160e06040518083038186803b1580156135b757600080fd5b505afa1580156135cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135ef9190614c6a565b50505060029290920b93505050505b6001890387141561362557846001600160a01b0316866001600160a01b0316109950613634565b61362e8e612bf1565b9d508597505b60008715806136875750866001600160a01b0316896001600160a01b03161061367157866001600160a01b0316866001600160a01b031610613687565b856001600160a01b0316876001600160a01b0316105b9050801561369c579b82019b9a81019a6136a7565b828d039c50818c039b505b5050600190950194506135179350505050565b50826136cf5760001985029450600019840293505b5050509250929050565b604080516001600160a01b0385811660248301528481166044830152606480830185905283518084039091018152608490920183526020820180516001600160e01b03166323b872dd60e01b178152925182516000948594938a169392918291908083835b6020831061375d5780518252601f19909201916020918201910161373e565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d80600081146137bf576040519150601f19603f3d011682016040523d82523d6000602084013e6137c4565b606091505b50915091508180156137f25750805115806137f257508080602001905160208110156137ef57600080fd5b50515b610c11576040805162461bcd60e51b815260206004820152600360248201526229aa2360e91b604482015290519081900360640190fd5b6000600160ff1b821061383b57600080fd5b5090565b60008182601401101561388e576040805162461bcd60e51b8152602060048201526012602482015271746f416464726573735f6f766572666c6f7760701b604482015290519081900360640190fd5b81601401835110156138df576040805162461bcd60e51b8152602060048201526015602482015274746f416464726573735f6f75744f66426f756e647360581b604482015290519081900360640190fd5b500160200151600160601b900490565b60008182600301101561393d576040805162461bcd60e51b8152602060048201526011602482015270746f55696e7432345f6f766572666c6f7760781b604482015290519081900360640190fd5b816003018351101561398d576040805162461bcd60e51b8152602060048201526014602482015273746f55696e7432345f6f75744f66426f756e647360601b604482015290519081900360640190fd5b50016003015190565b60608182601f0110156139e1576040805162461bcd60e51b815260206004820152600e60248201526d736c6963655f6f766572666c6f7760901b604482015290519081900360640190fd5b828284011015613a29576040805162461bcd60e51b815260206004820152600e60248201526d736c6963655f6f766572666c6f7760901b604482015290519081900360640190fd5b81830184511015613a75576040805162461bcd60e51b8152602060048201526011602482015270736c6963655f6f75744f66426f756e647360781b604482015290519081900360640190fd5b606082158015613a945760405191506000825260208201604052613ade565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015613acd578051835260209283019201613ab5565b5050858452601f01601f1916604052505b50949350505050565b80600281900b8114610b8b57600080fd5b6000806000805b8451811015613b7b57848181518110613b1457fe5b6020026020010151602001516001600160801b0316858281518110613b3557fe5b60200260200101516000015160020b0283019250848181518110613b5557fe5b6020026020010151602001516001600160801b0316820191508080600101915050613aff565b50808281613b8557fe5b059250600082128015613ba05750808281613b9c57fe5b0715155b15613bad57600019909201915b5050919050565b5160176013199091010490565b6000613bf77f0000000000000000000000006510e68561f04c1d111e616750dac2a063ff5055613bf2868686614180565b6141d6565b949350505050565b600080600080846001600160a01b0316633850c7bd6040518163ffffffff1660e01b815260040160e06040518083038186803b158015613c3e57600080fd5b505afa158015613c52573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613c769190614c6a565b50939750919550935050600161ffff8416119150613c95905057600080fd5b600080866001600160a01b031663252c09d7856040518263ffffffff1660e01b8152600401613cc49190615221565b60806040518083038186803b158015613cdc57600080fd5b505afa158015613cf0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613d149190614e29565b505091509150613d2261318e565b63ffffffff168263ffffffff1614613d3c57849550613e0d565b60008361ffff1660018561ffff168761ffff16010381613d5857fe5b06905060008060008a6001600160a01b031663252c09d7856040518263ffffffff1660e01b8152600401613d8c9190615230565b60806040518083038186803b158015613da457600080fd5b505afa158015613db8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ddc9190614e29565b9350509250925080613ded57600080fd5b82860363ffffffff811683870360060b81613e0457fe5b059a5050505050505b50505050915091565b60008063ffffffff8316613e56576040805162461bcd60e51b8152602060048201526002602482015261042560f41b604482015290519081900360640190fd5b6040805160028082526060820183526000926020830190803683370190505090508381600081518110613e8557fe5b602002602001019063ffffffff16908163ffffffff1681525050600081600181518110613eae57fe5b63ffffffff90921660209283029190910182015260405163883bdbfd60e01b81526004810182815283516024830152835160009384936001600160a01b038b169363883bdbfd9388939192839260449091019185820191028083838b5b83811015613f23578181015183820152602001613f0b565b505050509050019250505060006040518083038186803b158015613f4657600080fd5b505afa158015613f5a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040908152811015613f8357600080fd5b8101908080516040519392919084600160201b821115613fa257600080fd5b908301906020820185811115613fb757600080fd5b82518660208202830111600160201b82111715613fd357600080fd5b82525081516020918201928201910280838360005b83811015614000578181015183820152602001613fe8565b5050505090500160405260200180516040519392919084600160201b82111561402857600080fd5b90830190602082018581111561403d57600080fd5b82518660208202830111600160201b8211171561405957600080fd5b82525081516020918201928201910280838360005b8381101561408657818101518382015260200161406e565b50505050905001604052505050915091506000826000815181106140a657fe5b6020026020010151836001815181106140bb57fe5b60200260200101510390506000826000815181106140d557fe5b6020026020010151836001815181106140ea57fe5b60200260200101510390508763ffffffff168260060b8161410757fe5b05965060008260060b12801561413157508763ffffffff168260060b8161412a57fe5b0760060b15155b1561413e57600019909601955b63ffffffff88166001600160a01b0302600160201b600160c01b03602083901b166001600160c01b0382168161417057fe5b0496505050505050509250929050565b6141886142cc565b826001600160a01b0316846001600160a01b031611156141a6579192915b50604080516060810182526001600160a01b03948516815292909316602083015262ffffff169181019190915290565b600081602001516001600160a01b031682600001516001600160a01b0316106141fe57600080fd5b50805160208083015160409384015184516001600160a01b0394851681850152939091168385015262ffffff166060808401919091528351808403820181526080840185528051908301206001600160f81b031960a085015294901b6001600160601b03191660a183015260b58201939093527f9173e4373ab542649f2f059b10eaab2181ad82cc2e70cf51cf9d9fa8a144a2af60d5808301919091528251808303909101815260f5909101909152805191012090565b604080518082019091526000808252602082015290565b604080516060810182526000808252602082018190529181019190915290565b8035610b8b81615357565b60008083601f840112614308578182fd5b5081356001600160401b0381111561431e578182fd5b602083019150836020808302850101111561433857600080fd5b9250929050565b600082601f83011261434f578081fd5b8135602061436461435f836152ed565b6152ca565b8281528181019085830183850287018401881015614380578586fd5b855b858110156143b25781356001600160801b03811681146143a0578788fd5b84529284019290840190600101614382565b5090979650505050505050565b80518015158114610b8b57600080fd5b600082601f8301126143df578081fd5b81356143ed61435f8261530a565b818152846020838601011115614401578283fd5b816020850160208301379081016020019190915292915050565b80516001600160701b0381168114610b8b57600080fd5b805161ffff81168114610b8b57600080fd5b803562ffffff81168114610b8b57600080fd5b8035610b8b8161537b565b600060208284031215614473578081fd5b813561447e81615357565b9392505050565b600060208284031215614496578081fd5b815161447e81615357565b600080604083850312156144b3578081fd5b82516144be81615357565b60208401519092506144cf81615357565b809150509250929050565b600080604083850312156144ec578182fd5b82356144f781615357565b946020939093013593505050565b600080600060608486031215614519578081fd5b833561452481615357565b925060208401359150604084013561453b81615357565b809150509250925092565b600080600080600060a0868803121561455d578283fd5b853561456881615357565b945060208601359350604086013561457f81615357565b925060608601359150608086013561459681615357565b809150509295509295909350565b600080600080608085870312156145b9578182fd5b84356145c481615357565b9350602085013592506040850135915060608501356145e281615357565b939692955090935050565b60008060008060008060c08789031215614605578384fd5b863561461081615357565b95506020870135945060408701359350606087013560ff81168114614633578182fd5b9598949750929560808101359460a0909101359350915050565b6000806020838503121561465f578182fd5b82356001600160401b03811115614674578283fd5b614680858286016142f7565b90969095509350505050565b600080600080608085870312156146a1578182fd5b84356001600160401b03808211156146b7578384fd5b818701915087601f8301126146ca578384fd5b813560206146da61435f836152ed565b82815281810190858301885b8581101561470f576146fd8e8684358b01016143cf565b845292840192908401906001016146e6565b50909950505088013592505080821115614727578384fd5b506147348782880161433f565b93505061474360408601614444565b915061475160608601614457565b905092959194509250565b6000602080838503121561476e578182fd5b82516001600160401b03811115614783578283fd5b8301601f81018513614793578283fd5b80516147a161435f826152ed565b81815283810190838501858402850186018910156147bd578687fd5b8694505b838510156147df5780518352600194909401939185019185016147c1565b50979650505050505050565b6000602082840312156147fc578081fd5b61447e826143bf565b600080600060408486031215614819578081fd5b8335925060208401356001600160401b03811115614835578182fd5b614841868287016142f7565b9497909650939450505050565b60006020828403121561485f578081fd5b81356001600160401b03811115614874578182fd5b613bf7848285016143cf565b600080600060608486031215614894578081fd5b83356001600160401b038111156148a9578182fd5b6148b5868287016143cf565b9350506148c460208501614444565b9150604084013561453b8161537b565b6000602082840312156148e5578081fd5b813561447e8161536c565b60008060408385031215614902578182fd5b505080516020909101519092909150565b60008060008060608587031215614928578182fd5b843593506020850135925060408501356001600160401b038082111561494c578384fd5b818701915087601f83011261495f578384fd5b81358181111561496d578485fd5b88602082850101111561497e578485fd5b95989497505060200194505050565b60006020828403121561499e578081fd5b81516001600160401b038111156149b3578182fd5b8201601f810184136149c3578182fd5b80516149d161435f8261530a565b8181528560208385010111156149e5578384fd5b610c6a82602083016020860161532b565b600060208284031215614a07578081fd5b81356001600160401b0380821115614a1d578283fd5b9083019060808286031215614a30578283fd5b604051608081018181108382111715614a4557fe5b604052823582811115614a56578485fd5b614a62878286016143cf565b82525060208301359150614a7582615357565b816020820152604083013560408201526060830135606082015280935050505092915050565b600060e08284031215614aac578081fd5b60405160e081016001600160401b0381118282101715614ac857fe5b604052614ad4836142ec565b8152614ae2602084016142ec565b6020820152614af360408401614444565b6040820152614b04606084016142ec565b60608201526080830135608082015260a083013560a0820152614b2960c084016142ec565b60c08201529392505050565b600060208284031215614b46578081fd5b81356001600160401b03811115614b5b578182fd5b82016080818503121561447e578182fd5b600060e08284031215611cd6578081fd5b600060a08284031215611cd6578081fd5b60006101008284031215611cd6578081fd5b600060208284031215614bb1578081fd5b81356001600160401b0380821115614bc7578283fd5b9083019060408286031215614bda578283fd5b604051604081018181108382111715614bef57fe5b604052823582811115614c00578485fd5b614c0c878286016143cf565b82525060208301359250614c1f83615357565b6020810192909252509392505050565b600080600060608486031215614c43578081fd5b614c4c8461441b565b9250614c5a6020850161441b565b9150604084015161453b8161537b565b600080600080600080600060e0888a031215614c84578485fd5b8751614c8f81615357565b6020890151909750614ca08161536c565b9550614cae60408901614432565b9450614cbc60608901614432565b9350614cca60808901614432565b925060a0880151614cda8161537b565b9150614ce860c089016143bf565b905092959891949750929550565b600060208284031215614d07578081fd5b61447e82614444565b600060208284031215614d21578081fd5b5035919050565b600060208284031215614d39578081fd5b5051919050565b60008060408385031215614d52578182fd5b8235915060208301356144cf81615357565b60008060008060808587031215614d79578182fd5b843593506020850135614d8b81615357565b92506040850135915060608501356145e281615357565b600080600060608486031215614db6578081fd5b8335925060208401359150604084013561453b81615357565b600080600080600060808688031215614de6578283fd5b853594506020860135935060408601356001600160401b03811115614e09578384fd5b614e15888289016142f7565b909450925050606086013561459681615357565b60008060008060808587031215614e3e578182fd5b8451614e498161537b565b8094505060208501518060060b8114614e60578283fd5b6040860151909350614e7181615357565b9150614751606086016143bf565b6001600160a01b03169052565b60008151808452614ea481602086016020860161532b565b601f01601f19169290920160200192915050565b60020b9052565b62ffffff169052565b606093841b6001600160601b0319908116825260e89390931b6001600160e81b0319166014820152921b166017820152602b0190565b6000828483379101908152919050565b60008251614f2081846020870161532b565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b0392831681529116602082015260400190565b6001600160a01b0393841681529183166020830152909116604082015260600190565b6001600160a01b03948516815292841660208401529216604082015262ffffff909116606082015260800190565b6001600160a01b0386811682528515156020830152604082018590528316606082015260a060808201819052600090614fe490830184614e8c565b979650505050505050565b6001600160a01b03929092168252602082015260400190565b6001600160a01b03858116825260208083018690526060604084018190528301849052600091859160808501845b8781101561505d57843561504981615357565b841682529382019390820190600101615036565b509998505050505050505050565b6000602080830181845280855180835260408601915060408482028701019250838701855b828110156150be57603f198886030184526150ac858351614e8c565b94509285019290850190600101615090565b5092979650505050505050565b60006020825261447e6020830184614e8c565b60208101600583106150ec57fe5b91905290565b600060c082019050825182526020830151602083015260408301516040830152606083015160608301526080830151608083015260a083015160a083015292915050565b60006101608201905061514a828451614e7f565b602083015161515c6020840182614e7f565b50604083015161516f6040840182614ebf565b5060608301516151826060840182614eb8565b5060808301516151956080840182614eb8565b5060a083015160a083015260c083015160c083015260e083015160e0830152610100808401518184015250610120808401516151d382850182614e7f565b505061014092830151919092015290565b6000602082528251604060208401526152006060840182614e8c565b602094909401516001600160a01b0316604093909301929092525090919050565b61ffff91909116815260200190565b90815260200190565b600085825284602083015260018060a01b0384166040830152608060608301526152666080830184614e8c565b9695505050505050565b9283526020830191909152604082015260600190565b6000808335601e1984360301811261529c578283fd5b8301803591506001600160401b038211156152b5578283fd5b60200191503681900382131561433857600080fd5b6040518181016001600160401b03811182821017156152e557fe5b604052919050565b60006001600160401b0382111561530057fe5b5060209081020190565b60006001600160401b0382111561531d57fe5b50601f01601f191660200190565b60005b8381101561534657818101518382015260200161532e565b83811115610e1d5750506000910152565b6001600160a01b03811681146117a357600080fd5b8060020b81146117a357600080fd5b63ffffffff811681146117a357600080fdfe5265656e7472616e637947756172643a207265656e7472616e742063616c6c00a2646970667358221220298fcce485a28ca0697156aba7d8c72efb155dcb7f21659cf62326e6ea8a6f3f64736f6c63430007060033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000f5190e64db4cbf7ee5e72b55cc5b2297e20264c20000000000000000000000006510e68561f04c1d111e616750dac2a063ff5055000000000000000000000000d1575b2e0c82fba9eddc3de9c9aaf923afa670cc000000000000000000000000f2890e09d21a30873ab04aa6e790ae1d78d83b6d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004300000000000000000000000000000000000004
-----Decoded View---------------
Arg [0] : _factoryV2 (address): 0xF5190E64dB4cbf7ee5E72B55cC5b2297e20264c2
Arg [1] : _deployer (address): 0x6510E68561F04C1d111e616750DaC2a063FF5055
Arg [2] : _factoryV3 (address): 0xd1575B2e0C82fba9Eddc3de9c9AAF923AFA670cC
Arg [3] : _positionManager (address): 0xf2890e09D21a30873AB04AA6E790AE1d78d83B6d
Arg [4] : _stableFactory (address): 0x0000000000000000000000000000000000000000
Arg [5] : _stableInfo (address): 0x0000000000000000000000000000000000000000
Arg [6] : _WETH9 (address): 0x4300000000000000000000000000000000000004
-----Encoded View---------------
7 Constructor Arguments found :
Arg [0] : 000000000000000000000000f5190e64db4cbf7ee5e72b55cc5b2297e20264c2
Arg [1] : 0000000000000000000000006510e68561f04c1d111e616750dac2a063ff5055
Arg [2] : 000000000000000000000000d1575b2e0c82fba9eddc3de9c9aaf923afa670cc
Arg [3] : 000000000000000000000000f2890e09d21a30873ab04aa6e790ae1d78d83b6d
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [5] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [6] : 0000000000000000000000004300000000000000000000000000000000000004
Loading...
Loading
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Token Allocations
ETH
100.00%
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| BLAST | 100.00% | $2,934.9 | 0.000000000000000001 | <$0.000001 |
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.