More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 666 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Claim From Vault... | 20107489 | 162 days ago | IN | 0 ETH | 0.00231379 | ||||
Claim From Vault... | 20105475 | 163 days ago | IN | 0 ETH | 0.00379046 | ||||
Claim From Vault... | 20099651 | 164 days ago | IN | 0 ETH | 0.00398913 | ||||
Claim From Vault... | 20097462 | 164 days ago | IN | 0 ETH | 0.00277007 | ||||
Claim From Vault... | 20093409 | 164 days ago | IN | 0 ETH | 0.00367699 | ||||
Deposit From U F... | 20028556 | 174 days ago | IN | 0 ETH | 0.02756521 | ||||
Claim From Vault... | 20026067 | 174 days ago | IN | 0 ETH | 0.0221677 | ||||
Claim From Vault... | 20020717 | 175 days ago | IN | 0 ETH | 0.01236023 | ||||
Claim From Vault... | 19963109 | 183 days ago | IN | 0 ETH | 0.0184159 | ||||
Claim From Vault... | 19953234 | 184 days ago | IN | 0 ETH | 0.00307655 | ||||
Claim From Vault... | 19947352 | 185 days ago | IN | 0 ETH | 0.00471795 | ||||
Claim From Vault... | 19946110 | 185 days ago | IN | 0 ETH | 0.00496038 | ||||
Claim From Vault... | 19945229 | 185 days ago | IN | 0 ETH | 0.00414049 | ||||
Claim From Vault... | 19942418 | 186 days ago | IN | 0 ETH | 0.00658461 | ||||
Claim From Vault... | 19942359 | 186 days ago | IN | 0 ETH | 0.00567074 | ||||
Claim From Vault... | 19938753 | 186 days ago | IN | 0 ETH | 0.00685341 | ||||
Claim From Vault... | 19929676 | 187 days ago | IN | 0 ETH | 0.00459126 | ||||
Claim From Vault... | 19918933 | 189 days ago | IN | 0 ETH | 0.02693501 | ||||
Claim From Vault... | 19918929 | 189 days ago | IN | 0 ETH | 0.03318326 | ||||
Deposit From U F... | 19892525 | 193 days ago | IN | 0 ETH | 0.0029658 | ||||
Deposit From Fxs | 19885979 | 193 days ago | IN | 0 ETH | 0.00254116 | ||||
Deposit From Fxs | 19858144 | 197 days ago | IN | 0 ETH | 0.00312211 | ||||
Deposit From Fxs | 19852806 | 198 days ago | IN | 0 ETH | 0.00225629 | ||||
Claim From Vault... | 19849159 | 199 days ago | IN | 0 ETH | 0.00221907 | ||||
Claim From Vault... | 19821831 | 202 days ago | IN | 0 ETH | 0.00397559 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
20107700 | 162 days ago | 0.0112549 ETH | ||||
20107700 | 162 days ago | 0.0112549 ETH | ||||
20107489 | 162 days ago | 0.02333421 ETH | ||||
20107489 | 162 days ago | 0.02333421 ETH | ||||
20105475 | 163 days ago | 0.01228142 ETH | ||||
20105475 | 163 days ago | 0.01228142 ETH | ||||
20099651 | 164 days ago | 2.38758954 ETH | ||||
20099651 | 164 days ago | 2.38758954 ETH | ||||
20093409 | 164 days ago | 0.04524563 ETH | ||||
20093409 | 164 days ago | 0.04524563 ETH | ||||
20026067 | 174 days ago | 0.58193513 ETH | ||||
20026067 | 174 days ago | 0.58193513 ETH | ||||
20020717 | 175 days ago | 0.11033214 ETH | ||||
20020717 | 175 days ago | 0.11033214 ETH | ||||
19963109 | 183 days ago | 0.57143355 ETH | ||||
19963109 | 183 days ago | 0.57143355 ETH | ||||
19953234 | 184 days ago | 0.30043398 ETH | ||||
19953234 | 184 days ago | 0.30043398 ETH | ||||
19947352 | 185 days ago | 0.24824061 ETH | ||||
19947352 | 185 days ago | 0.24824061 ETH | ||||
19946110 | 185 days ago | 0.40791467 ETH | ||||
19946110 | 185 days ago | 0.40791467 ETH | ||||
19945229 | 185 days ago | 0.39957992 ETH | ||||
19945229 | 185 days ago | 0.39957992 ETH | ||||
19942418 | 186 days ago | 0.28032662 ETH |
Loading...
Loading
Contract Name:
stkCvxFxsZaps
Compiler Version
v0.8.9+commit.e5eed63a
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; import "Ownable.sol"; import "SafeERC20.sol"; import "ERC20.sol"; import "StrategyBase.sol"; import "IGenericVault.sol"; import "IUniV2Router.sol"; import "ICurveTriCrypto.sol"; import "ICVXLocker.sol"; contract stkCvxFxsZaps is Ownable, stkCvxFxsStrategyBase { using SafeERC20 for IERC20; address public immutable vault; address private constant UNION_FXS = 0xF964b0E3FfdeA659c44a5a52bc0B82A24b89CE0E; address private constant CONVEX_LOCKER = 0x72a19342e8F1838460eBFCCEf09F6585e32db86E; address private constant TRICRYPTO = 0xD51a44d3FaE010294C616388b506AcdA1bfAAE46; ICurveTriCrypto triCryptoSwap = ICurveTriCrypto(TRICRYPTO); ICVXLocker locker = ICVXLocker(CONVEX_LOCKER); constructor(address _vault) { vault = _vault; } /// @notice Change the default swap option for eth -> fxs /// @param _newOption - the new option to use function setSwapOption(SwapOption _newOption) external onlyOwner { SwapOption _oldOption = swapOption; swapOption = _newOption; emit OptionChanged(_oldOption, swapOption); } /// @notice Set approvals for the contracts used when swapping & staking function setApprovals() external { IERC20(CVX_TOKEN).safeApprove(CURVE_CVX_ETH_POOL, 0); IERC20(CVX_TOKEN).safeApprove(CURVE_CVX_ETH_POOL, type(uint256).max); IERC20(FXS_TOKEN).safeApprove(CURVE_CVXFXS_FXS_POOL, 0); IERC20(FXS_TOKEN).safeApprove(CURVE_CVXFXS_FXS_POOL, type(uint256).max); IERC20(FXS_TOKEN).safeApprove(CURVE_FXS_ETH_POOL, 0); IERC20(FXS_TOKEN).safeApprove(CURVE_FXS_ETH_POOL, type(uint256).max); IERC20(FXS_TOKEN).safeApprove(FXS_DEPOSIT, 0); IERC20(FXS_TOKEN).safeApprove(FXS_DEPOSIT, type(uint256).max); IERC20(FXS_TOKEN).safeApprove(UNISWAP_ROUTER, 0); IERC20(FXS_TOKEN).safeApprove(UNISWAP_ROUTER, type(uint256).max); IERC20(FRAX_TOKEN).safeApprove(UNISWAP_ROUTER, 0); IERC20(FRAX_TOKEN).safeApprove(UNISWAP_ROUTER, type(uint256).max); IERC20(FXS_TOKEN).safeApprove(UNIV3_ROUTER, 0); IERC20(FXS_TOKEN).safeApprove(UNIV3_ROUTER, type(uint256).max); IERC20(FRAX_TOKEN).safeApprove(UNIV3_ROUTER, 0); IERC20(FRAX_TOKEN).safeApprove(UNIV3_ROUTER, type(uint256).max); IERC20(CVXFXS_TOKEN).safeApprove(CURVE_CVXFXS_FXS_POOL, 0); IERC20(CVXFXS_TOKEN).safeApprove( CURVE_CVXFXS_FXS_POOL, type(uint256).max ); IERC20(CVXFXS_TOKEN).safeApprove(vault, 0); IERC20(CVXFXS_TOKEN).safeApprove(vault, type(uint256).max); IERC20(USDC_TOKEN).safeApprove(UNIV3_ROUTER, 0); IERC20(USDC_TOKEN).safeApprove(UNIV3_ROUTER, type(uint256).max); IERC20(CVX_TOKEN).safeApprove(CONVEX_LOCKER, 0); IERC20(CVX_TOKEN).safeApprove(CONVEX_LOCKER, type(uint256).max); IERC20(FRAX_TOKEN).safeApprove(CURVE_FRAX_USDC_POOL, 0); IERC20(FRAX_TOKEN).safeApprove(CURVE_FRAX_USDC_POOL, type(uint256).max); IERC20(USDC_TOKEN).safeApprove(CURVE_FRAX_USDC_POOL, 0); IERC20(USDC_TOKEN).safeApprove(CURVE_FRAX_USDC_POOL, type(uint256).max); IERC20(CRV_TOKEN).safeApprove(CURVE_CRV_ETH_POOL, 0); IERC20(CRV_TOKEN).safeApprove(CURVE_CRV_ETH_POOL, type(uint256).max); IERC20(CVXFXS_TOKEN).safeApprove(CURVE_CVXFXS_FXS_POOL, 0); IERC20(CVXFXS_TOKEN).safeApprove( CURVE_CVXFXS_FXS_POOL, type(uint256).max ); } /// @notice Deposit from FXS /// @param amount - the amount of FXS to deposit /// @param minAmountOut - min amount of cvxFXS tokens expected /// @param to - address to stake on behalf of /// @param lock - whether to lock or swap to cvxFXS function depositFromFxs( uint256 amount, uint256 minAmountOut, address to, bool lock ) external notToZeroAddress(to) { IERC20(FXS_TOKEN).safeTransferFrom(msg.sender, address(this), amount); _deposit(amount, minAmountOut, to, lock); } /// @notice Deposit from legacy uFXS /// @param amount - the amount of uFXS to deposit /// @param minAmountOut - min amount of cvxFXS tokens expected /// @param to - address to stake on behalf of function depositFromUFxs( uint256 amount, uint256 minAmountOut, address to ) external notToZeroAddress(to) { address uFxs = UNION_FXS; IERC20(uFxs).safeTransferFrom(msg.sender, address(this), amount); IGenericVault(uFxs).withdrawAll(address(this)); cvxFxsFxsSwap.remove_liquidity_one_coin( IERC20(CURVE_CVXFXS_FXS_LP_TOKEN).balanceOf(address(this)), 1, minAmountOut, false, address(this) ); IGenericVault(vault).depositAll(to); } function _deposit( uint256 amount, uint256 minAmountOut, address to, bool lock ) internal { if (lock) { ICvxFxsDeposit(FXS_DEPOSIT).deposit(amount, true); } else { cvxFxsFxsSwap.exchange_underlying(0, 1, amount, minAmountOut); } IGenericVault(vault).depositAll(to); } /// @notice Deposit into the pounder from ETH /// @param minAmountOut - min amount of lp tokens expected /// @param to - address to stake on behalf of /// @param lock - whether to lock or swap to cvxFXS function depositFromEth( uint256 minAmountOut, address to, bool lock ) external payable notToZeroAddress(to) { require(msg.value > 0, "cheap"); _depositFromEth(msg.value, minAmountOut, to, lock); } /// @notice Internal function to deposit ETH to the pounder /// @param amount - amount of ETH /// @param minAmountOut - min amount of lp tokens expected /// @param to - address to stake on behalf of /// @param lock - whether to lock or swap to cvxFXS function _depositFromEth( uint256 amount, uint256 minAmountOut, address to, bool lock ) internal { uint256 fxsBalance = _swapEthForFxs(amount, swapOption); _deposit(fxsBalance, minAmountOut, to, lock); } /// @notice Deposit into the pounder from any token via Uni interface /// @notice Use at your own risk /// @dev Zap contract needs approval for spending of inputToken /// @param amount - min amount of input token /// @param minAmountOut - min amount of cvxCRV expected /// @param router - address of the router to use. e.g. 0xd9e1cE17f2641f24aE83637ab66a2cca9C378B9F for Sushi /// @param inputToken - address of the token to swap from, needs to have an ETH pair on router used /// @param to - address to stake on behalf of /// @param lock - whether to lock or swap to cvxFXS function depositViaUniV2EthPair( uint256 amount, uint256 minAmountOut, address router, address inputToken, address to, bool lock ) external notToZeroAddress(to) { require(router != address(0)); IERC20(inputToken).safeTransferFrom(msg.sender, address(this), amount); address[] memory _path = new address[](2); _path[0] = inputToken; _path[1] = WETH_TOKEN; IERC20(inputToken).safeApprove(router, 0); IERC20(inputToken).safeApprove(router, amount); IUniV2Router(router).swapExactTokensForETH( amount, 1, _path, address(this), block.timestamp + 1 ); _depositFromEth(address(this).balance, minAmountOut, to, lock); } /// @notice Swap cvxFXS to FXS /// @param amount - amount to withdraw /// @param minAmountOut - minimum amount of LP tokens expected /// @return amount of underlying withdrawn function _cvxFxsToFxs(uint256 amount, uint256 minAmountOut) internal returns (uint256) { return cvxFxsFxsSwap.exchange_underlying(1, 0, amount, minAmountOut); } /// @notice Retrieves a user's vault shares and withdraw all /// @param amount - amount of shares to retrieve /// @return amount of underlying withdrawn function _claimAndWithdraw(uint256 amount, uint256 minAmountOut) internal returns (uint256) { IERC20(vault).safeTransferFrom(msg.sender, address(this), amount); uint256 _cvxFxsAmount = IGenericVault(vault).withdrawAll(address(this)); return _cvxFxsToFxs(_cvxFxsAmount, minAmountOut); } /// @notice Claim as FXS /// @param amount - amount to withdraw /// @param minAmountOut - minimum amount of underlying tokens expected /// @param to - address to send withdrawn underlying to /// @return amount of underlying withdrawn function claimFromVaultAsFxs( uint256 amount, uint256 minAmountOut, address to ) public notToZeroAddress(to) returns (uint256) { uint256 _fxsAmount = _claimAndWithdraw(amount, minAmountOut); IERC20(FXS_TOKEN).safeTransfer(to, _fxsAmount); return _fxsAmount; } /// @notice Claim as native ETH /// @param amount - amount to withdraw /// @param minAmountOut - minimum amount of ETH expected /// @param to - address to send ETH to /// @return amount of ETH withdrawn function claimFromVaultAsEth( uint256 amount, uint256 minAmountOut, address to ) public notToZeroAddress(to) returns (uint256) { uint256 _ethAmount = _claimAsEth(amount); require(_ethAmount >= minAmountOut, "Slippage"); (bool success, ) = to.call{value: _ethAmount}(""); require(success, "ETH transfer failed"); return _ethAmount; } /// @notice Withdraw as native ETH (internal) /// @param amount - amount to withdraw /// @return amount of ETH withdrawn function _claimAsEth(uint256 amount) public returns (uint256) { uint256 _fxsAmount = _claimAndWithdraw(amount, 0); return _swapFxsForEth(_fxsAmount, swapOption); } /// @notice Claim to any token via a univ2 router /// @notice Use at your own risk /// @param amount - amount of uFXS to unstake /// @param minAmountOut - min amount of output token expected /// @param router - address of the router to use. e.g. 0xd9e1cE17f2641f24aE83637ab66a2cca9C378B9F for Sushi /// @param outputToken - address of the token to swap to /// @param to - address of the final recipient of the swapped tokens function claimFromVaultViaUniV2EthPair( uint256 amount, uint256 minAmountOut, address router, address outputToken, address to ) public notToZeroAddress(to) { require(router != address(0)); _claimAsEth(amount); address[] memory _path = new address[](2); _path[0] = WETH_TOKEN; _path[1] = outputToken; IUniV2Router(router).swapExactETHForTokens{ value: address(this).balance }(minAmountOut, _path, to, block.timestamp + 1); } /// @notice Claim as USDT via Tricrypto /// @param amount - the amount of uFXS to unstake /// @param minAmountOut - the min expected amount of USDT to receive /// @param to - the adress that will receive the USDT /// @return amount of USDT obtained function claimFromVaultAsUsdt( uint256 amount, uint256 minAmountOut, address to ) public notToZeroAddress(to) returns (uint256) { uint256 _ethAmount = _claimAsEth(amount); _swapEthToUsdt(_ethAmount, minAmountOut); uint256 _usdtAmount = IERC20(USDT_TOKEN).balanceOf(address(this)); IERC20(USDT_TOKEN).safeTransfer(to, _usdtAmount); return _usdtAmount; } /// @notice swap ETH to USDT via Curve's tricrypto /// @param amount - the amount of ETH to swap /// @param minAmountOut - the minimum amount expected function _swapEthToUsdt(uint256 amount, uint256 minAmountOut) internal { triCryptoSwap.exchange{value: amount}( 2, // ETH 0, // USDT amount, minAmountOut, true ); } /// @notice Claim as CVX via CurveCVX /// @param amount - the amount of uFXS to unstake /// @param minAmountOut - the min expected amount of USDT to receive /// @param to - the adress that will receive the CVX /// @param lock - whether to lock the CVX or not /// @return amount of CVX obtained function claimFromVaultAsCvx( uint256 amount, uint256 minAmountOut, address to, bool lock ) public notToZeroAddress(to) returns (uint256) { uint256 _ethAmount = _claimAsEth(amount); uint256 _cvxAmount = _swapEthToCvx(_ethAmount, minAmountOut); if (lock) { locker.lock(to, _cvxAmount, 0); } else { IERC20(CVX_TOKEN).safeTransfer(to, _cvxAmount); } return _cvxAmount; } modifier notToZeroAddress(address _to) { require(_to != address(0), "Invalid address!"); _; } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "Context.sol"; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor () { address msgSender = _msgSender(); _owner = msgSender; emit OwnershipTransferred(address(0), msgSender); } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { require(owner() == _msgSender(), "Ownable: caller is not the owner"); _; } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { emit OwnershipTransferred(_owner, address(0)); _owner = address(0); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); emit OwnershipTransferred(_owner, newOwner); _owner = newOwner; } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /* * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691 return msg.data; } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "IERC20.sol"; import "Address.sol"; /** * @title SafeERC20 * @dev Wrappers around ERC20 operations that throw on failure (when the token * contract returns false). Tokens that return no value (and instead revert or * throw on failure) are also supported, non-reverting calls are assumed to be * successful. * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract, * which allows you to call the safe operations as `token.safeTransfer(...)`, etc. */ library SafeERC20 { using Address for address; function safeTransfer(IERC20 token, address to, uint256 value) internal { _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value)); } function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal { _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value)); } /** * @dev Deprecated. This function has issues similar to the ones found in * {IERC20-approve}, and its usage is discouraged. * * Whenever possible, use {safeIncreaseAllowance} and * {safeDecreaseAllowance} instead. */ function safeApprove(IERC20 token, address spender, uint256 value) internal { // safeApprove should only be called when setting an initial allowance, // or when resetting it to zero. To increase and decrease it, use // 'safeIncreaseAllowance' and 'safeDecreaseAllowance' // solhint-disable-next-line max-line-length require((value == 0) || (token.allowance(address(this), spender) == 0), "SafeERC20: approve from non-zero to non-zero allowance" ); _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value)); } function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal { uint256 newAllowance = token.allowance(address(this), spender) + value; _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } function safeDecreaseAllowance(IERC20 token, address spender, uint256 value) internal { unchecked { uint256 oldAllowance = token.allowance(address(this), spender); require(oldAllowance >= value, "SafeERC20: decreased allowance below zero"); uint256 newAllowance = oldAllowance - value; _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } } /** * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement * on the return value: the return value is optional (but if data is returned, it must not be false). * @param token The token targeted by the call. * @param data The call data (encoded using abi.encode or one of its variants). */ function _callOptionalReturn(IERC20 token, bytes memory data) private { // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since // we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that // the target address contains contract code and also asserts for success in the low-level call. bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed"); if (returndata.length > 0) { // Return data is optional // solhint-disable-next-line max-line-length require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed"); } } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.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.8.0; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize, which returns 0 for contracts in // construction, since the code is only stored at the end of the // constructor execution. uint256 size; // solhint-disable-next-line no-inline-assembly assembly { size := extcodesize(account) } return size > 0; } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); // solhint-disable-next-line avoid-low-level-calls, avoid-call-value (bool success, ) = recipient.call{ value: amount }(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain`call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) { return functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue(address target, bytes memory data, uint256 value, string memory errorMessage) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); require(isContract(target), "Address: call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.call{ value: value }(data); return _verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { return functionStaticCall(target, data, "Address: low-level static call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data, string memory errorMessage) internal view returns (bytes memory) { require(isContract(target), "Address: static call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.staticcall(data); return _verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.delegatecall(data); return _verifyCallResult(success, returndata, errorMessage); } function _verifyCallResult(bool success, bytes memory returndata, string memory errorMessage) private pure returns(bytes memory) { if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly // solhint-disable-next-line no-inline-assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "IERC20.sol"; import "IERC20Metadata.sol"; import "Context.sol"; /** * @dev Implementation of the {IERC20} interface. * * This implementation is agnostic to the way tokens are created. This means * that a supply mechanism has to be added in a derived contract using {_mint}. * For a generic mechanism see {ERC20PresetMinterPauser}. * * TIP: For a detailed writeup see our guide * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How * to implement supply mechanisms]. * * We have followed general OpenZeppelin guidelines: functions revert instead * of returning `false` on failure. This behavior is nonetheless conventional * and does not conflict with the expectations of ERC20 applications. * * Additionally, an {Approval} event is emitted on calls to {transferFrom}. * This allows applications to reconstruct the allowance for all accounts just * by listening to said events. Other implementations of the EIP may not emit * these events, as it isn't required by the specification. * * Finally, the non-standard {decreaseAllowance} and {increaseAllowance} * functions have been added to mitigate the well-known issues around setting * allowances. See {IERC20-approve}. */ contract ERC20 is Context, IERC20, IERC20Metadata { mapping (address => uint256) private _balances; mapping (address => mapping (address => uint256)) private _allowances; uint256 private _totalSupply; string private _name; string private _symbol; /** * @dev Sets the values for {name} and {symbol}. * * The defaut value of {decimals} is 18. To select a different value for * {decimals} you should overload it. * * All two of these values are immutable: they can only be set once during * construction. */ constructor (string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; } /** * @dev Returns the name of the token. */ function name() public view virtual override returns (string memory) { return _name; } /** * @dev Returns the symbol of the token, usually a shorter version of the * name. */ function symbol() public view virtual override returns (string memory) { return _symbol; } /** * @dev Returns the number of decimals used to get its user representation. * For example, if `decimals` equals `2`, a balance of `505` tokens should * be displayed to a user as `5,05` (`505 / 10 ** 2`). * * Tokens usually opt for a value of 18, imitating the relationship between * Ether and Wei. This is the value {ERC20} uses, unless this function is * overridden; * * NOTE: This information is only used for _display_ purposes: it in * no way affects any of the arithmetic of the contract, including * {IERC20-balanceOf} and {IERC20-transfer}. */ function decimals() public view virtual override returns (uint8) { return 18; } /** * @dev See {IERC20-totalSupply}. */ function totalSupply() public view virtual override returns (uint256) { return _totalSupply; } /** * @dev See {IERC20-balanceOf}. */ function balanceOf(address account) public view virtual override returns (uint256) { return _balances[account]; } /** * @dev See {IERC20-transfer}. * * Requirements: * * - `recipient` cannot be the zero address. * - the caller must have a balance of at least `amount`. */ function transfer(address recipient, uint256 amount) public virtual override returns (bool) { _transfer(_msgSender(), recipient, amount); return true; } /** * @dev See {IERC20-allowance}. */ function allowance(address owner, address spender) public view virtual override returns (uint256) { return _allowances[owner][spender]; } /** * @dev See {IERC20-approve}. * * Requirements: * * - `spender` cannot be the zero address. */ function approve(address spender, uint256 amount) public virtual override returns (bool) { _approve(_msgSender(), spender, amount); return true; } /** * @dev See {IERC20-transferFrom}. * * Emits an {Approval} event indicating the updated allowance. This is not * required by the EIP. See the note at the beginning of {ERC20}. * * Requirements: * * - `sender` and `recipient` cannot be the zero address. * - `sender` must have a balance of at least `amount`. * - the caller must have allowance for ``sender``'s tokens of at least * `amount`. */ function transferFrom(address sender, address recipient, uint256 amount) public virtual override returns (bool) { _transfer(sender, recipient, amount); uint256 currentAllowance = _allowances[sender][_msgSender()]; require(currentAllowance >= amount, "ERC20: transfer amount exceeds allowance"); _approve(sender, _msgSender(), currentAllowance - amount); return true; } /** * @dev Atomically increases the allowance granted to `spender` by the caller. * * This is an alternative to {approve} that can be used as a mitigation for * problems described in {IERC20-approve}. * * Emits an {Approval} event indicating the updated allowance. * * Requirements: * * - `spender` cannot be the zero address. */ function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) { _approve(_msgSender(), spender, _allowances[_msgSender()][spender] + addedValue); return true; } /** * @dev Atomically decreases the allowance granted to `spender` by the caller. * * This is an alternative to {approve} that can be used as a mitigation for * problems described in {IERC20-approve}. * * Emits an {Approval} event indicating the updated allowance. * * Requirements: * * - `spender` cannot be the zero address. * - `spender` must have allowance for the caller of at least * `subtractedValue`. */ function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) { uint256 currentAllowance = _allowances[_msgSender()][spender]; require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero"); _approve(_msgSender(), spender, currentAllowance - subtractedValue); return true; } /** * @dev Moves tokens `amount` from `sender` to `recipient`. * * This is internal function is equivalent to {transfer}, and can be used to * e.g. implement automatic token fees, slashing mechanisms, etc. * * Emits a {Transfer} event. * * Requirements: * * - `sender` cannot be the zero address. * - `recipient` cannot be the zero address. * - `sender` must have a balance of at least `amount`. */ function _transfer(address sender, address recipient, uint256 amount) internal virtual { require(sender != address(0), "ERC20: transfer from the zero address"); require(recipient != address(0), "ERC20: transfer to the zero address"); _beforeTokenTransfer(sender, recipient, amount); uint256 senderBalance = _balances[sender]; require(senderBalance >= amount, "ERC20: transfer amount exceeds balance"); _balances[sender] = senderBalance - amount; _balances[recipient] += amount; emit Transfer(sender, recipient, amount); } /** @dev Creates `amount` tokens and assigns them to `account`, increasing * the total supply. * * Emits a {Transfer} event with `from` set to the zero address. * * Requirements: * * - `to` cannot be the zero address. */ function _mint(address account, uint256 amount) internal virtual { require(account != address(0), "ERC20: mint to the zero address"); _beforeTokenTransfer(address(0), account, amount); _totalSupply += amount; _balances[account] += amount; emit Transfer(address(0), account, amount); } /** * @dev Destroys `amount` tokens from `account`, reducing the * total supply. * * Emits a {Transfer} event with `to` set to the zero address. * * Requirements: * * - `account` cannot be the zero address. * - `account` must have at least `amount` tokens. */ function _burn(address account, uint256 amount) internal virtual { require(account != address(0), "ERC20: burn from the zero address"); _beforeTokenTransfer(account, address(0), amount); uint256 accountBalance = _balances[account]; require(accountBalance >= amount, "ERC20: burn amount exceeds balance"); _balances[account] = accountBalance - amount; _totalSupply -= amount; emit Transfer(account, address(0), amount); } /** * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens. * * This internal function is equivalent to `approve`, and can be used to * e.g. set automatic allowances for certain subsystems, etc. * * Emits an {Approval} event. * * Requirements: * * - `owner` cannot be the zero address. * - `spender` cannot be the zero address. */ function _approve(address owner, address spender, uint256 amount) internal virtual { require(owner != address(0), "ERC20: approve from the zero address"); require(spender != address(0), "ERC20: approve to the zero address"); _allowances[owner][spender] = amount; emit Approval(owner, spender, amount); } /** * @dev Hook that is called before any transfer of tokens. This includes * minting and burning. * * Calling conditions: * * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens * will be to transferred to `to`. * - when `from` is zero, `amount` tokens will be minted for `to`. * - when `to` is zero, `amount` of ``from``'s tokens will be burned. * - `from` and `to` are never both zero. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual { } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "IERC20.sol"; /** * @dev Interface for the optional metadata functions from the ERC20 standard. * * _Available since v4.1._ */ interface IERC20Metadata is IERC20 { /** * @dev Returns the name of the token. */ function name() external view returns (string memory); /** * @dev Returns the symbol of the token. */ function symbol() external view returns (string memory); /** * @dev Returns the decimals places of the token. */ function decimals() external view returns (uint8); }
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; import "ICurveV2Pool.sol"; import "ICurvePool.sol"; import "ICurveFactoryPool.sol"; import "IBasicRewards.sol"; import "IWETH.sol"; import "IUniV3Router.sol"; import "IUniV2Router.sol"; import "ICvxFxsDeposit.sol"; contract stkCvxFxsStrategyBase { address public constant FXS_DEPOSIT = 0x8f55d7c21bDFf1A51AFAa60f3De7590222A3181e; address public constant CURVE_CRV_ETH_POOL = 0x8301AE4fc9c624d1D396cbDAa1ed877821D7C511; address public constant CURVE_CVX_ETH_POOL = 0xB576491F1E6e5E62f1d8F26062Ee822B40B0E0d4; address public constant CURVE_FXS_ETH_POOL = 0x941Eb6F616114e4Ecaa85377945EA306002612FE; address public constant CURVE_CVXFXS_FXS_POOL = 0xd658A338613198204DCa1143Ac3F01A722b5d94A; address public constant CURVE_FRAX_USDC_POOL = 0xDcEF968d416a41Cdac0ED8702fAC8128A64241A2; address public constant UNISWAP_ROUTER = 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D; address public constant UNIV3_ROUTER = 0xE592427A0AEce92De3Edee1F18E0157C05861564; address public constant CRV_TOKEN = 0xD533a949740bb3306d119CC777fa900bA034cd52; address public constant CVXFXS_TOKEN = 0xFEEf77d3f69374f66429C91d732A244f074bdf74; address public constant FXS_TOKEN = 0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0; address public constant CVX_TOKEN = 0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B; address public constant WETH_TOKEN = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2; address public constant CURVE_CVXFXS_FXS_LP_TOKEN = 0xF3A43307DcAFa93275993862Aae628fCB50dC768; address public constant USDT_TOKEN = 0xdAC17F958D2ee523a2206206994597C13D831ec7; address public constant USDC_TOKEN = 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48; address public constant FRAX_TOKEN = 0x853d955aCEf822Db058eb8505911ED77F175b99e; uint256 public constant CRVETH_ETH_INDEX = 0; uint256 public constant CRVETH_CRV_INDEX = 1; uint256 public constant CVXETH_ETH_INDEX = 0; uint256 public constant CVXETH_CVX_INDEX = 1; // The swap strategy to use when going eth -> fxs enum SwapOption { Curve, Uniswap, Unistables, UniCurve1 } SwapOption public swapOption = SwapOption.UniCurve1; event OptionChanged(SwapOption oldOption, SwapOption newOption); ICvxFxsDeposit cvxFxsDeposit = ICvxFxsDeposit(FXS_DEPOSIT); ICurveV2Pool cvxEthSwap = ICurveV2Pool(CURVE_CVX_ETH_POOL); ICurveV2Pool crvEthSwap = ICurveV2Pool(CURVE_CRV_ETH_POOL); ICurveV2Pool fxsEthSwap = ICurveV2Pool(CURVE_FXS_ETH_POOL); ICurveV2Pool cvxFxsFxsSwap = ICurveV2Pool(CURVE_CVXFXS_FXS_POOL); ICurvePool fraxUsdcSwap = ICurvePool(CURVE_FRAX_USDC_POOL); /// @notice Swap CRV for native ETH on Curve /// @param amount - amount to swap /// @return amount of ETH obtained after the swap function _swapCrvToEth(uint256 amount) internal returns (uint256) { return _crvToEth(amount, 0); } /// @notice Swap CRV for native ETH on Curve /// @param amount - amount to swap /// @param minAmountOut - minimum expected amount of output tokens /// @return amount of ETH obtained after the swap function _swapCrvToEth(uint256 amount, uint256 minAmountOut) internal returns (uint256) { return _crvToEth(amount, minAmountOut); } /// @notice Swap CRV for native ETH on Curve /// @param amount - amount to swap /// @param minAmountOut - minimum expected amount of output tokens /// @return amount of ETH obtained after the swap function _crvToEth(uint256 amount, uint256 minAmountOut) internal returns (uint256) { return crvEthSwap.exchange_underlying{value: 0}( CRVETH_CRV_INDEX, CRVETH_ETH_INDEX, amount, minAmountOut ); } /// @notice Swap native ETH for CRV on Curve /// @param amount - amount to swap /// @return amount of CRV obtained after the swap function _swapEthToCrv(uint256 amount) internal returns (uint256) { return _ethToCrv(amount, 0); } /// @notice Swap native ETH for CRV on Curve /// @param amount - amount to swap /// @param minAmountOut - minimum expected amount of output tokens /// @return amount of CRV obtained after the swap function _swapEthToCrv(uint256 amount, uint256 minAmountOut) internal returns (uint256) { return _ethToCrv(amount, minAmountOut); } /// @notice Swap native ETH for CRV on Curve /// @param amount - amount to swap /// @param minAmountOut - minimum expected amount of output tokens /// @return amount of CRV obtained after the swap function _ethToCrv(uint256 amount, uint256 minAmountOut) internal returns (uint256) { return crvEthSwap.exchange_underlying{value: amount}( CRVETH_ETH_INDEX, CRVETH_CRV_INDEX, amount, minAmountOut ); } /// @notice Swap native ETH for CVX on Curve /// @param amount - amount to swap /// @return amount of CVX obtained after the swap function _swapEthToCvx(uint256 amount) internal returns (uint256) { return _ethToCvx(amount, 0); } /// @notice Swap native ETH for CVX on Curve /// @param amount - amount to swap /// @param minAmountOut - minimum expected amount of output tokens /// @return amount of CVX obtained after the swap function _swapEthToCvx(uint256 amount, uint256 minAmountOut) internal returns (uint256) { return _ethToCvx(amount, minAmountOut); } /// @notice Swap CVX for native ETH on Curve /// @param amount - amount to swap /// @return amount of ETH obtained after the swap function _swapCvxToEth(uint256 amount) internal returns (uint256) { return _cvxToEth(amount, 0); } /// @notice Swap CVX for native ETH on Curve /// @param amount - amount to swap /// @param minAmountOut - minimum expected amount of output tokens /// @return amount of ETH obtained after the swap function _swapCvxToEth(uint256 amount, uint256 minAmountOut) internal returns (uint256) { return _cvxToEth(amount, minAmountOut); } /// @notice Swap native ETH for CVX on Curve /// @param amount - amount to swap /// @param minAmountOut - minimum expected amount of output tokens /// @return amount of CVX obtained after the swap function _ethToCvx(uint256 amount, uint256 minAmountOut) internal returns (uint256) { return cvxEthSwap.exchange_underlying{value: amount}( CVXETH_ETH_INDEX, CVXETH_CVX_INDEX, amount, minAmountOut ); } /// @notice Swap native CVX for ETH on Curve /// @param amount - amount to swap /// @param minAmountOut - minimum expected amount of output tokens /// @return amount of ETH obtained after the swap function _cvxToEth(uint256 amount, uint256 minAmountOut) internal returns (uint256) { return cvxEthSwap.exchange_underlying{value: 0}( 1, 0, amount, minAmountOut ); } /// @notice Swap native ETH for FXS via different routes /// @param _ethAmount - amount to swap /// @param _option - the option to use when swapping /// @return amount of FXS obtained after the swap function _swapEthForFxs(uint256 _ethAmount, SwapOption _option) internal returns (uint256) { return _swapEthFxs(_ethAmount, _option, true); } /// @notice Swap FXS for native ETH via different routes /// @param _fxsAmount - amount to swap /// @param _option - the option to use when swapping /// @return amount of ETH obtained after the swap function _swapFxsForEth(uint256 _fxsAmount, SwapOption _option) internal returns (uint256) { return _swapEthFxs(_fxsAmount, _option, false); } /// @notice Swap ETH<->FXS on Curve /// @param _amount - amount to swap /// @param _ethToFxs - whether to swap from eth to fxs or the inverse /// @return amount of token obtained after the swap function _curveEthFxsSwap(uint256 _amount, bool _ethToFxs) internal returns (uint256) { return fxsEthSwap.exchange_underlying{value: _ethToFxs ? _amount : 0}( _ethToFxs ? 0 : 1, _ethToFxs ? 1 : 0, _amount, 0 ); } /// @notice Swap ETH<->FXS on UniV3 FXSETH pool /// @param _amount - amount to swap /// @param _ethToFxs - whether to swap from eth to fxs or the inverse /// @return amount of token obtained after the swap function _uniV3EthFxsSwap(uint256 _amount, bool _ethToFxs) internal returns (uint256) { IUniV3Router.ExactInputSingleParams memory _params = IUniV3Router .ExactInputSingleParams( _ethToFxs ? WETH_TOKEN : FXS_TOKEN, _ethToFxs ? FXS_TOKEN : WETH_TOKEN, 10000, address(this), block.timestamp + 1, _amount, 1, 0 ); uint256 _receivedAmount = IUniV3Router(UNIV3_ROUTER).exactInputSingle{ value: _ethToFxs ? _amount : 0 }(_params); if (!_ethToFxs) { IWETH(WETH_TOKEN).withdraw(_receivedAmount); } return _receivedAmount; } /// @notice Swap ETH->FXS on UniV3 via stable pair /// @param _amount - amount to swap /// @return amount of token obtained after the swap function _uniStableEthToFxsSwap(uint256 _amount) internal returns (uint256) { uint24 fee = 500; IUniV3Router.ExactInputParams memory _params = IUniV3Router .ExactInputParams( abi.encodePacked(WETH_TOKEN, fee, USDC_TOKEN, fee, FRAX_TOKEN), address(this), block.timestamp + 1, _amount, 0 ); uint256 _fraxAmount = IUniV3Router(UNIV3_ROUTER).exactInput{ value: _amount }(_params); address[] memory _path = new address[](2); _path[0] = FRAX_TOKEN; _path[1] = FXS_TOKEN; uint256[] memory amounts = IUniV2Router(UNISWAP_ROUTER) .swapExactTokensForTokens( _fraxAmount, 1, _path, address(this), block.timestamp + 1 ); return amounts[1]; } /// @notice Swap FXS->ETH on UniV3 via stable pair /// @param _amount - amount to swap /// @return amount of token obtained after the swap function _uniStableFxsToEthSwap(uint256 _amount) internal returns (uint256) { address[] memory _path = new address[](2); _path[0] = FXS_TOKEN; _path[1] = FRAX_TOKEN; uint256[] memory amounts = IUniV2Router(UNISWAP_ROUTER) .swapExactTokensForTokens( _amount, 1, _path, address(this), block.timestamp + 1 ); uint256 _fraxAmount = amounts[1]; uint24 fee = 500; IUniV3Router.ExactInputParams memory _params = IUniV3Router .ExactInputParams( abi.encodePacked(FRAX_TOKEN, fee, USDC_TOKEN, fee, WETH_TOKEN), address(this), block.timestamp + 1, _fraxAmount, 0 ); uint256 _ethAmount = IUniV3Router(UNIV3_ROUTER).exactInput{value: 0}( _params ); IWETH(WETH_TOKEN).withdraw(_ethAmount); return _ethAmount; } /// @notice Swap FXS->ETH on a mix of UniV2, UniV3 & Curve /// @param _amount - amount to swap /// @return amount of token obtained after the swap function _uniCurve1FxsToEthSwap(uint256 _amount) internal returns (uint256) { address[] memory _path = new address[](2); _path[0] = FXS_TOKEN; _path[1] = FRAX_TOKEN; uint256[] memory amounts = IUniV2Router(UNISWAP_ROUTER) .swapExactTokensForTokens( _amount, 1, _path, address(this), block.timestamp + 1 ); uint256 _fraxAmount = amounts[1]; // Swap FRAX for USDC on Curve uint256 _usdcAmount = fraxUsdcSwap.exchange(0, 1, _fraxAmount, 0); // USDC to ETH on UniV3 uint24 fee = 500; IUniV3Router.ExactInputParams memory _params = IUniV3Router .ExactInputParams( abi.encodePacked(USDC_TOKEN, fee, WETH_TOKEN), address(this), block.timestamp + 1, _usdcAmount, 0 ); uint256 _ethAmount = IUniV3Router(UNIV3_ROUTER).exactInput{value: 0}( _params ); IWETH(WETH_TOKEN).withdraw(_ethAmount); return _ethAmount; } /// @notice Swap ETH->FXS on a mix of UniV2, UniV3 & Curve /// @param _amount - amount to swap /// @return amount of token obtained after the swap function _uniCurve1EthToFxsSwap(uint256 _amount) internal returns (uint256) { uint24 fee = 500; IUniV3Router.ExactInputParams memory _params = IUniV3Router .ExactInputParams( abi.encodePacked(WETH_TOKEN, fee, USDC_TOKEN), address(this), block.timestamp + 1, _amount, 0 ); uint256 _usdcAmount = IUniV3Router(UNIV3_ROUTER).exactInput{ value: _amount }(_params); // Swap USDC for FRAX on Curve uint256 _fraxAmount = fraxUsdcSwap.exchange(1, 0, _usdcAmount, 0); address[] memory _path = new address[](2); _path[0] = FRAX_TOKEN; _path[1] = FXS_TOKEN; uint256[] memory amounts = IUniV2Router(UNISWAP_ROUTER) .swapExactTokensForTokens( _fraxAmount, 1, _path, address(this), block.timestamp + 1 ); return amounts[1]; } /// @notice Swap native ETH for FXS via different routes /// @param _amount - amount to swap /// @param _option - the option to use when swapping /// @param _ethToFxs - whether to swap from eth to fxs or the inverse /// @return amount of token obtained after the swap function _swapEthFxs( uint256 _amount, SwapOption _option, bool _ethToFxs ) internal returns (uint256) { if (_option == SwapOption.Curve) { return _curveEthFxsSwap(_amount, _ethToFxs); } else if (_option == SwapOption.Uniswap) { return _uniV3EthFxsSwap(_amount, _ethToFxs); } else if (_option == SwapOption.UniCurve1) { return _ethToFxs ? _uniCurve1EthToFxsSwap(_amount) : _uniCurve1FxsToEthSwap(_amount); } else { return _ethToFxs ? _uniStableEthToFxsSwap(_amount) : _uniStableFxsToEthSwap(_amount); } } receive() external payable {} }
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; interface ICurveV2Pool { function get_dy( uint256 i, uint256 j, uint256 dx ) external view returns (uint256); function calc_token_amount(uint256[2] calldata amounts) external view returns (uint256); function exchange_underlying( uint256 i, uint256 j, uint256 dx, uint256 min_dy ) external payable returns (uint256); function add_liquidity(uint256[2] calldata amounts, uint256 min_mint_amount) external returns (uint256); function lp_price() external view returns (uint256); function exchange( uint256 i, uint256 j, uint256 dx, uint256 min_dy ) external payable returns (uint256); function exchange( uint256 i, uint256 j, uint256 dx, uint256 min_dy, bool use_eth ) external payable returns (uint256); function exchange( uint256 i, uint256 j, uint256 dx, uint256 min_dy, bool use_eth, address receiver ) external payable returns (uint256); function price_oracle() external view returns (uint256); function remove_liquidity_one_coin( uint256 token_amount, uint256 i, uint256 min_amount, bool use_eth, address receiver ) external returns (uint256); }
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; interface ICurvePool { function remove_liquidity_one_coin( uint256 token_amount, int128 i, uint256 min_amount ) external; function calc_withdraw_one_coin(uint256 _token_amount, int128 i) external view returns (uint256); function exchange( int128 i, int128 j, uint256 dx, uint256 min_dy ) external returns (uint256); function get_dy( int128 i, int128 j, uint256 dx ) external view returns (uint256); function get_virtual_price() external view returns (uint256); }
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; interface ICurveFactoryPool { function get_dy( int128 i, int128 j, uint256 dx ) external view returns (uint256); function get_balances() external view returns (uint256[2] memory); function add_liquidity( uint256[2] memory _amounts, uint256 _min_mint_amount, address _receiver ) external returns (uint256); function exchange( int128 i, int128 j, uint256 _dx, uint256 _min_dy, address _receiver ) external returns (uint256); }
// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.9; interface IBasicRewards { function stakeFor(address, uint256) external returns (bool); function balanceOf(address) external view returns (uint256); function earned(address) external view returns (uint256); function withdrawAll(bool) external returns (bool); function withdraw(uint256, bool) external returns (bool); function withdrawAndUnwrap(uint256 amount, bool claim) external returns (bool); function getReward() external returns (bool); function stake(uint256) external returns (bool); function extraRewards(uint256) external view returns (address); function exit() external returns (bool); }
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; interface IWETH { function deposit() external payable; function transfer(address to, uint256 value) external returns (bool); function withdraw(uint256) external; }
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; interface IUniV3Router { struct ExactInputSingleParams { address tokenIn; address tokenOut; uint24 fee; address recipient; uint256 deadline; uint256 amountIn; uint256 amountOutMinimum; uint160 sqrtPriceLimitX96; } function exactInputSingle(ExactInputSingleParams calldata params) external payable returns (uint256 amountOut); struct ExactInputParams { bytes path; address recipient; uint256 deadline; uint256 amountIn; uint256 amountOutMinimum; } function exactInput(ExactInputParams calldata params) external payable returns (uint256 amountOut); }
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; interface IUniV2Router { function swapExactTokensForETH( uint256 amountIn, uint256 amountOutMin, address[] calldata path, address to, uint256 deadline ) external payable returns (uint256[] memory amounts); function swapExactETHForTokens( uint256 amountOutMin, address[] calldata path, address to, uint256 deadline ) external payable returns (uint256[] memory amounts); function swapExactTokensForTokens( uint256 amountIn, uint256 amountOutMin, address[] calldata path, address to, uint256 deadline ) external returns (uint256[] memory amounts); function getAmountsOut(uint256 amountIn, address[] memory path) external view returns (uint256[] memory amounts); }
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; interface ICvxFxsDeposit { function deposit(uint256, bool) external; }
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; interface IGenericVault { function withdraw(address _to, uint256 _shares) external returns (uint256 withdrawn); function withdrawAll(address _to) external returns (uint256 withdrawn); function depositAll(address _to) external returns (uint256 _shares); function deposit(address _to, uint256 _amount) external returns (uint256 _shares); function harvest() external; function balanceOfUnderlying(address user) external view returns (uint256 amount); function totalUnderlying() external view returns (uint256 total); function totalSupply() external view returns (uint256 total); function underlying() external view returns (address); function strategy() external view returns (address); function platform() external view returns (address); function setPlatform(address _platform) external; function setPlatformFee(uint256 _fee) external; function setCallIncentive(uint256 _incentive) external; function setWithdrawalPenalty(uint256 _penalty) external; function setApprovals() external; function callIncentive() external view returns (uint256); function withdrawalPenalty() external view returns (uint256); function platformFee() external view returns (uint256); function balanceOf(address owner) external view returns (uint256); function allowance(address owner, address spender) external view returns (uint256); function approve(address spender, uint256 value) external returns (bool); function transfer(address to, uint256 value) external returns (bool); function transferFrom( address from, address to, uint256 value ) external returns (bool); }
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; interface ICurveTriCrypto { function exchange( uint256 i, uint256 j, uint256 dx, uint256 min_dy, bool use_eth ) external payable; function get_dy( uint256 i, uint256 j, uint256 dx ) external view returns (uint256); function price_oracle(uint256 k) external view returns (uint256); }
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; interface ICVXLocker { function lock( address _account, uint256 _amount, uint256 _spendRatio ) external; function balances(address _user) external view returns ( uint112 locked, uint112 boosted, uint32 nextUnlockIndex ); }
{ "evmVersion": "istanbul", "optimizer": { "enabled": true, "runs": 200 }, "libraries": { "StrategyZaps.sol": {} }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"_vault","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"enum stkCvxFxsStrategyBase.SwapOption","name":"oldOption","type":"uint8"},{"indexed":false,"internalType":"enum stkCvxFxsStrategyBase.SwapOption","name":"newOption","type":"uint8"}],"name":"OptionChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"CRVETH_CRV_INDEX","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CRVETH_ETH_INDEX","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CRV_TOKEN","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CURVE_CRV_ETH_POOL","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CURVE_CVXFXS_FXS_LP_TOKEN","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CURVE_CVXFXS_FXS_POOL","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CURVE_CVX_ETH_POOL","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CURVE_FRAX_USDC_POOL","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CURVE_FXS_ETH_POOL","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CVXETH_CVX_INDEX","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CVXETH_ETH_INDEX","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CVXFXS_TOKEN","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"CVX_TOKEN","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"FRAX_TOKEN","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"FXS_DEPOSIT","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"FXS_TOKEN","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"UNISWAP_ROUTER","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"UNIV3_ROUTER","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"USDC_TOKEN","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"USDT_TOKEN","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"WETH_TOKEN","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"_claimAsEth","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint256","name":"minAmountOut","type":"uint256"},{"internalType":"address","name":"to","type":"address"},{"internalType":"bool","name":"lock","type":"bool"}],"name":"claimFromVaultAsCvx","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint256","name":"minAmountOut","type":"uint256"},{"internalType":"address","name":"to","type":"address"}],"name":"claimFromVaultAsEth","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint256","name":"minAmountOut","type":"uint256"},{"internalType":"address","name":"to","type":"address"}],"name":"claimFromVaultAsFxs","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint256","name":"minAmountOut","type":"uint256"},{"internalType":"address","name":"to","type":"address"}],"name":"claimFromVaultAsUsdt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint256","name":"minAmountOut","type":"uint256"},{"internalType":"address","name":"router","type":"address"},{"internalType":"address","name":"outputToken","type":"address"},{"internalType":"address","name":"to","type":"address"}],"name":"claimFromVaultViaUniV2EthPair","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"minAmountOut","type":"uint256"},{"internalType":"address","name":"to","type":"address"},{"internalType":"bool","name":"lock","type":"bool"}],"name":"depositFromEth","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint256","name":"minAmountOut","type":"uint256"},{"internalType":"address","name":"to","type":"address"},{"internalType":"bool","name":"lock","type":"bool"}],"name":"depositFromFxs","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint256","name":"minAmountOut","type":"uint256"},{"internalType":"address","name":"to","type":"address"}],"name":"depositFromUFxs","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint256","name":"minAmountOut","type":"uint256"},{"internalType":"address","name":"router","type":"address"},{"internalType":"address","name":"inputToken","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"bool","name":"lock","type":"bool"}],"name":"depositViaUniV2EthPair","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"setApprovals","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"enum stkCvxFxsStrategyBase.SwapOption","name":"_newOption","type":"uint8"}],"name":"setSwapOption","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapOption","outputs":[{"internalType":"enum stkCvxFxsStrategyBase.SwapOption","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"vault","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
60a0604052600080546003919060ff60a01b1916600160a01b830217905550600180546001600160a01b0319908116738f55d7c21bdff1a51afaa60f3de7590222a3181e1790915560028054821673b576491f1e6e5e62f1d8f26062ee822b40b0e0d4179055600380548216738301ae4fc9c624d1d396cbdaa1ed877821d7c51117905560048054821673941eb6f616114e4ecaa85377945ea306002612fe17905560058054821673d658a338613198204dca1143ac3f01a722b5d94a17905560068054821673dcef968d416a41cdac0ed8702fac8128a64241a217905560078054821673d51a44d3fae010294c616388b506acda1bfaae46179055600880549091167372a19342e8f1838460ebfccef09f6585e32db86e1790553480156200012757600080fd5b5060405162003a2838038062003a288339810160408190526200014a916200019d565b600080546001600160a01b031916339081178255604051909182917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3506001600160a01b0316608052620001cf565b600060208284031215620001b057600080fd5b81516001600160a01b0381168114620001c857600080fd5b9392505050565b608051613813620002156000396000818161072301528181610a30015281816110fb0152818161113b01528181611b0701528181611b920152611bd201526138136000f3fe6080604052600436106102295760003560e01c80638702ca5c11610123578063c3883d8d116100ab578063f2fde38b1161006f578063f2fde38b14610696578063f3bb2ca1146106b6578063fa569274146106d6578063fb341ae0146106fe578063fbfa77cf1461071157600080fd5b8063c3883d8d146105d6578063d8264920146105fe578063dbc199d714610626578063e6484ea614610646578063f1d5253e1461066e57600080fd5b8063961deefe116100f2578063961deefe146105385780639f0b5fe414610560578063ab6e25cd146102c4578063aee26b1814610588578063b741e504146105a857600080fd5b80638702ca5c146104c55780638757b15b146104e55780638da5cb5b146104fa5780638e2c439b1461051857600080fd5b806359e409a8116101b15780636acabc2e116101755780636acabc2e146103b95780636d4099e414610446578063715018a614610468578063775491dc1461047d57806377b330c91461049d57600080fd5b806359e409a81461039957806360c3a38c146103b9578063657428a3146103ce5780636611d121146103f65780636a1dfd861461041e57600080fd5b80631ebb2139116101f85780631ebb2139146102e7578063311e23af146103095780633138e19a1461032957806337d277d414610349578063571715b71461037157600080fd5b80630960b7fa14610235578063101a76591461027a5780631090a74c1461029c5780631857b308146102c457600080fd5b3661023057005b600080fd5b34801561024157600080fd5b5061025d734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b81565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561028657600080fd5b5061029a6102953660046131a3565b610745565b005b3480156102a857600080fd5b5061025d73dcef968d416a41cdac0ed8702fac8128a64241a281565b3480156102d057600080fd5b506102d9600081565b604051908152602001610271565b3480156102f357600080fd5b5061025d6000805160206137be83398151915281565b34801561031557600080fd5b506102d96103243660046131eb565b6107a2565b34801561033557600080fd5b506102d9610344366004613204565b6107d2565b34801561035557600080fd5b5061025d73c02aaa39b223fe8d0a0e5c4f27ead9083c756cc281565b34801561037d57600080fd5b5061025d73e592427a0aece92de3edee1f18e0157c0586156481565b3480156103a557600080fd5b5061029a6103b4366004613204565b61082b565b3480156103c557600080fd5b506102d9600181565b3480156103da57600080fd5b5061025d73d533a949740bb3306d119cc777fa900ba034cd5281565b34801561040257600080fd5b5061025d73941eb6f616114e4ecaa85377945ea306002612fe81565b34801561042a57600080fd5b5061025d73f3a43307dcafa93275993862aae628fcb50dc76881565b34801561045257600080fd5b5061025d60008051602061379e83398151915281565b34801561047457600080fd5b5061029a610ab4565b34801561048957600080fd5b506102d9610498366004613204565b610b28565b3480156104a957600080fd5b5061025d73dac17f958d2ee523a2206206994597c13d831ec781565b3480156104d157600080fd5b5061029a6104e0366004613239565b610c18565b3480156104f157600080fd5b5061029a610d84565b34801561050657600080fd5b506000546001600160a01b031661025d565b34801561052457600080fd5b5061029a610533366004613290565b6113ce565b34801561054457600080fd5b5061025d73b576491f1e6e5e62f1d8f26062ee822b40b0e0d481565b34801561056c57600080fd5b5061025d73feef77d3f69374f66429c91d732a244f074bdf7481565b34801561059457600080fd5b5061029a6105a33660046132b1565b611477565b3480156105b457600080fd5b506000546105c990600160a01b900460ff1681565b6040516102719190613353565b3480156105e257600080fd5b5061025d73d658a338613198204dca1143ac3f01a722b5d94a81565b34801561060a57600080fd5b5061025d737a250d5630b4cf539739df2c5dacb4c659f2488d81565b34801561063257600080fd5b506102d9610641366004613204565b61161c565b34801561065257600080fd5b5061025d738f55d7c21bdff1a51afaa60f3de7590222a3181e81565b34801561067a57600080fd5b5061025d738301ae4fc9c624d1d396cbdaa1ed877821d7c51181565b3480156106a257600080fd5b5061029a6106b1366004613361565b611730565b3480156106c257600080fd5b506102d96106d13660046131a3565b61181a565b3480156106e257600080fd5b5061025d73a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4881565b61029a61070c36600461337c565b611900565b34801561071d57600080fd5b5061025d7f000000000000000000000000000000000000000000000000000000000000000081565b816001600160a01b0381166107755760405162461bcd60e51b815260040161076c906133bc565b60405180910390fd5b61078f60008051602061379e833981519152333088611971565b61079b858585856119dc565b5050505050565b6000806107b0836000611b83565b90506107cb81600060149054906101000a900460ff16611c6c565b9392505050565b6000816001600160a01b0381166107fb5760405162461bcd60e51b815260040161076c906133bc565b60006108078686611b83565b905061082260008051602061379e8339815191528583611c7a565b95945050505050565b806001600160a01b0381166108525760405162461bcd60e51b815260040161076c906133bc565b73f964b0e3ffdea659c44a5a52bc0b82a24b89ce0e61087381333088611971565b604051630fa09e6360e41b81523060048201526001600160a01b0382169063fa09e63090602401602060405180830381600087803b1580156108b457600080fd5b505af11580156108c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec91906133e6565b506005546040516370a0823160e01b81523060048201526001600160a01b03909116906307329bcd9073f3a43307dcafa93275993862aae628fcb50dc768906370a082319060240160206040518083038186803b15801561094c57600080fd5b505afa158015610960573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061098491906133e6565b6040516001600160e01b031960e084901b168152600481019190915260016024820152604481018790526000606482015230608482015260a401602060405180830381600087803b1580156109d857600080fd5b505af11580156109ec573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a1091906133e6565b50604051639f0d5f2760e01b81526001600160a01b0384811660048301527f00000000000000000000000000000000000000000000000000000000000000001690639f0d5f2790602401602060405180830381600087803b158015610a7457600080fd5b505af1158015610a88573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aac91906133e6565b505050505050565b6000546001600160a01b03163314610ade5760405162461bcd60e51b815260040161076c906133ff565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000816001600160a01b038116610b515760405162461bcd60e51b815260040161076c906133bc565b6000610b5c866107a2565b9050610b688186611caf565b6040516370a0823160e01b815230600482015260009073dac17f958d2ee523a2206206994597c13d831ec7906370a082319060240160206040518083038186803b158015610bb557600080fd5b505afa158015610bc9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bed91906133e6565b9050610c0e73dac17f958d2ee523a2206206994597c13d831ec78683611c7a565b9695505050505050565b806001600160a01b038116610c3f5760405162461bcd60e51b815260040161076c906133bc565b6001600160a01b038416610c5257600080fd5b610c5b866107a2565b5060408051600280825260608201835260009260208301908036833701905050905073c02aaa39b223fe8d0a0e5c4f27ead9083c756cc281600081518110610ca557610ca561344a565b60200260200101906001600160a01b031690816001600160a01b0316815250508381600181518110610cd957610cd961344a565b6001600160a01b0392831660209182029290920101528516637ff36ab547888487610d05426001613460565b6040518663ffffffff1660e01b8152600401610d2494939291906134ca565b6000604051808303818588803b158015610d3d57600080fd5b505af1158015610d51573d6000803e3d6000fd5b50505050506040513d6000823e601f3d908101601f19168201604052610d7a91908101906134ff565b5050505050505050565b610db8734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b73b576491f1e6e5e62f1d8f26062ee822b40b0e0d46000611d2f565b610ded734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b73b576491f1e6e5e62f1d8f26062ee822b40b0e0d4600019611d2f565b610e1b60008051602061379e83398151915273d658a338613198204dca1143ac3f01a722b5d94a6000611d2f565b610e4a60008051602061379e83398151915273d658a338613198204dca1143ac3f01a722b5d94a600019611d2f565b610e7860008051602061379e83398151915273941eb6f616114e4ecaa85377945ea306002612fe6000611d2f565b610ea760008051602061379e83398151915273941eb6f616114e4ecaa85377945ea306002612fe600019611d2f565b610ed560008051602061379e833981519152738f55d7c21bdff1a51afaa60f3de7590222a3181e6000611d2f565b610f0460008051602061379e833981519152738f55d7c21bdff1a51afaa60f3de7590222a3181e600019611d2f565b610f3260008051602061379e833981519152737a250d5630b4cf539739df2c5dacb4c659f2488d6000611d2f565b610f6160008051602061379e833981519152737a250d5630b4cf539739df2c5dacb4c659f2488d600019611d2f565b610f8f6000805160206137be833981519152737a250d5630b4cf539739df2c5dacb4c659f2488d6000611d2f565b610fbe6000805160206137be833981519152737a250d5630b4cf539739df2c5dacb4c659f2488d600019611d2f565b610fec60008051602061379e83398151915273e592427a0aece92de3edee1f18e0157c058615646000611d2f565b61101b60008051602061379e83398151915273e592427a0aece92de3edee1f18e0157c05861564600019611d2f565b6110496000805160206137be83398151915273e592427a0aece92de3edee1f18e0157c058615646000611d2f565b6110786000805160206137be83398151915273e592427a0aece92de3edee1f18e0157c05861564600019611d2f565b6110ac73feef77d3f69374f66429c91d732a244f074bdf7473d658a338613198204dca1143ac3f01a722b5d94a6000611d2f565b6110e173feef77d3f69374f66429c91d732a244f074bdf7473d658a338613198204dca1143ac3f01a722b5d94a600019611d2f565b61112173feef77d3f69374f66429c91d732a244f074bdf747f00000000000000000000000000000000000000000000000000000000000000006000611d2f565b61116273feef77d3f69374f66429c91d732a244f074bdf747f0000000000000000000000000000000000000000000000000000000000000000600019611d2f565b61119673a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4873e592427a0aece92de3edee1f18e0157c058615646000611d2f565b6111cb73a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4873e592427a0aece92de3edee1f18e0157c05861564600019611d2f565b6111ff734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b7372a19342e8f1838460ebfccef09f6585e32db86e6000611d2f565b611234734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b7372a19342e8f1838460ebfccef09f6585e32db86e600019611d2f565b6112626000805160206137be83398151915273dcef968d416a41cdac0ed8702fac8128a64241a26000611d2f565b6112916000805160206137be83398151915273dcef968d416a41cdac0ed8702fac8128a64241a2600019611d2f565b6112c573a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4873dcef968d416a41cdac0ed8702fac8128a64241a26000611d2f565b6112fa73a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4873dcef968d416a41cdac0ed8702fac8128a64241a2600019611d2f565b61132e73d533a949740bb3306d119cc777fa900ba034cd52738301ae4fc9c624d1d396cbdaa1ed877821d7c5116000611d2f565b61136373d533a949740bb3306d119cc777fa900ba034cd52738301ae4fc9c624d1d396cbdaa1ed877821d7c511600019611d2f565b61139773feef77d3f69374f66429c91d732a244f074bdf7473d658a338613198204dca1143ac3f01a722b5d94a6000611d2f565b6113cc73feef77d3f69374f66429c91d732a244f074bdf7473d658a338613198204dca1143ac3f01a722b5d94a600019611d2f565b565b6000546001600160a01b031633146113f85760405162461bcd60e51b815260040161076c906133ff565b60008054600160a01b80820460ff16928492909160ff60a01b19909116908360038111156114285761142861331b565b02179055506000546040517fd5e9f1e4666d61af9e28c7bf8af3e4be37fd85f7c8a3689ac58c1b081dc141639161146b918491600160a01b900460ff16906135bd565b60405180910390a15050565b816001600160a01b03811661149e5760405162461bcd60e51b815260040161076c906133bc565b6001600160a01b0385166114b157600080fd5b6114c66001600160a01b03851633308a611971565b60408051600280825260608201835260009260208301908036833701905050905084816000815181106114fb576114fb61344a565b60200260200101906001600160a01b031690816001600160a01b03168152505073c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2816001815181106115435761154361344a565b6001600160a01b039283166020918202929092010152611567908616876000611d2f565b61157b6001600160a01b038616878a611d2f565b6001600160a01b0386166318cbafe589600184306115994284613460565b6040518663ffffffff1660e01b81526004016115b99594939291906135d8565b600060405180830381600087803b1580156115d357600080fd5b505af11580156115e7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261160f91908101906134ff565b50610d7a47888686611e53565b6000816001600160a01b0381166116455760405162461bcd60e51b815260040161076c906133bc565b6000611650866107a2565b90508481101561168d5760405162461bcd60e51b8152602060048201526008602482015267536c69707061676560c01b604482015260640161076c565b6000846001600160a01b03168260405160006040518083038185875af1925050503d80600081146116da576040519150601f19603f3d011682016040523d82523d6000602084013e6116df565b606091505b50509050806117265760405162461bcd60e51b8152602060048201526013602482015272115512081d1c985b9cd9995c8819985a5b1959606a1b604482015260640161076c565b5095945050505050565b6000546001600160a01b0316331461175a5760405162461bcd60e51b815260040161076c906133ff565b6001600160a01b0381166117bf5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161076c565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b6000826001600160a01b0381166118435760405162461bcd60e51b815260040161076c906133bc565b600061184e876107a2565b9050600061185c8288611e7a565b905084156118d65760085460405163e2ab691d60e01b81526001600160a01b03888116600483015260248201849052600060448301529091169063e2ab691d90606401600060405180830381600087803b1580156118b957600080fd5b505af11580156118cd573d6000803e3d6000fd5b505050506118f5565b6118f5734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b8783611c7a565b979650505050505050565b816001600160a01b0381166119275760405162461bcd60e51b815260040161076c906133bc565b6000341161195f5760405162461bcd60e51b8152602060048201526005602482015264063686561760dc1b604482015260640161076c565b61196b34858585611e53565b50505050565b6040516001600160a01b038085166024830152831660448201526064810182905261196b9085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152611e86565b8015611a5357604051639a40832160e01b81526004810185905260016024820152738f55d7c21bdff1a51afaa60f3de7590222a3181e90639a40832190604401600060405180830381600087803b158015611a3657600080fd5b505af1158015611a4a573d6000803e3d6000fd5b50505050611ae8565b6005546040516365b2489b60e01b8152600060048201526001602482015260448101869052606481018590526001600160a01b03909116906365b2489b90608401602060405180830381600087803b158015611aae57600080fd5b505af1158015611ac2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ae691906133e6565b505b604051639f0d5f2760e01b81526001600160a01b0383811660048301527f00000000000000000000000000000000000000000000000000000000000000001690639f0d5f2790602401602060405180830381600087803b158015611b4b57600080fd5b505af1158015611b5f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061079b91906133e6565b6000611bba6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016333086611971565b604051630fa09e6360e41b81523060048201526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063fa09e63090602401602060405180830381600087803b158015611c1e57600080fd5b505af1158015611c32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c5691906133e6565b9050611c628184611f58565b9150505b92915050565b60006107cb83836000611fec565b6040516001600160a01b038316602482015260448101829052611caa90849063a9059cbb60e01b906064016119a5565b505050565b60075460405163394747c560e01b815260026004820152600060248201526044810184905260648101839052600160848201526001600160a01b039091169063394747c590849060a4016000604051808303818588803b158015611d1257600080fd5b505af1158015611d26573d6000803e3d6000fd5b50505050505050565b801580611db85750604051636eb1769f60e11b81523060048201526001600160a01b03838116602483015284169063dd62ed3e9060440160206040518083038186803b158015611d7e57600080fd5b505afa158015611d92573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611db691906133e6565b155b611e235760405162461bcd60e51b815260206004820152603660248201527f5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f60448201527520746f206e6f6e2d7a65726f20616c6c6f77616e636560501b606482015260840161076c565b6040516001600160a01b038316602482015260448101829052611caa90849063095ea7b360e01b906064016119a5565b60008054611e6c908690600160a01b900460ff16612089565b905061079b818585856119dc565b60006107cb8383612097565b6000611edb826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661212e9092919063ffffffff16565b805190915015611caa5780806020019051810190611ef99190613614565b611caa5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161076c565b6005546040516365b2489b60e01b8152600160048201526000602482018190526044820185905260648201849052916001600160a01b0316906365b2489b90608401602060405180830381600087803b158015611fb457600080fd5b505af1158015611fc8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107cb91906133e6565b6000808360038111156120015761200161331b565b1415612018576120118483612145565b90506107cb565b600183600381111561202c5761202c61331b565b141561203c5761201184836121c0565b60038360038111156120505761205061331b565b1415612072578161206957612064846123e7565b612011565b61201184612772565b816120805761206484612a8f565b61201184612d91565b60006107cb83836001611fec565b6002546040516365b2489b60e01b8152600060048201819052600160248301526044820185905260648201849052916001600160a01b0316906365b2489b9085906084015b6020604051808303818588803b1580156120f557600080fd5b505af1158015612109573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906107cb91906133e6565b606061213d8484600085613025565b949350505050565b6004546000906001600160a01b03166365b2489b83612165576000612167565b845b84612173576001612176565b60005b85612182576000612185565b60015b6040516001600160e01b031960e086901b16815260ff92831660048201529116602482015260448101879052600060648201526084016120dc565b600080604051806101000160405280846121e85760008051602061379e8339815191526121fe565b73c02aaa39b223fe8d0a0e5c4f27ead9083c756cc25b6001600160a01b031681526020018461222b5773c02aaa39b223fe8d0a0e5c4f27ead9083c756cc261223b565b60008051602061379e8339815191525b6001600160a01b031681526127106020820152306040820152606001612262426001613460565b815260208101869052600160408201526000606090910181905290915073e592427a0aece92de3edee1f18e0157c0586156463414bf389856122a55760006122a7565b865b6040805160e084811b6001600160e01b031916825287516001600160a01b0390811660048401526020890151811660248401529288015162ffffff1660448301526060880151831660648301526080880151608483015260a088015160a483015260c088015160c483015287015190911660e4820152610104016020604051808303818588803b15801561233a57600080fd5b505af115801561234e573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061237391906133e6565b905083611c6257604051632e1a7d4d60e01b81526004810182905273c02aaa39b223fe8d0a0e5c4f27ead9083c756cc290632e1a7d4d90602401600060405180830381600087803b1580156123c757600080fd5b505af11580156123db573d6000803e3d6000fd5b50505050949350505050565b6040805160028082526060820183526000928392919060208301908036833701905050905060008051602061379e8339815191528160008151811061242e5761242e61344a565b60200260200101906001600160a01b031690816001600160a01b0316815250506000805160206137be833981519152816001815181106124705761247061344a565b6001600160a01b03909216602092830291909101909101526000737a250d5630b4cf539739df2c5dacb4c659f2488d6338ed173985600185306124b34284613460565b6040518663ffffffff1660e01b81526004016124d39594939291906135d8565b600060405180830381600087803b1580156124ed57600080fd5b505af1158015612501573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261252991908101906134ff565b90506000816001815181106125405761254061344a565b6020908102919091010151600654604051630f7c084960e21b81526000600482018190526001602483015260448201849052606482018190529293506001600160a01b0390911690633df0212490608401602060405180830381600087803b1580156125ab57600080fd5b505af11580156125bf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125e391906133e6565b6040805160a081019091529091506101f4906000908061263073a0b86991c6218b36c1d19d4a2e9eb0ce3606eb488573c02aaa39b223fe8d0a0e5c4f27ead9083c756cc260c08501613631565b60408051601f1981840301815291815290825230602083015201612655426001613460565b815260200184815260200160008152509050600073e592427a0aece92de3edee1f18e0157c058615646001600160a01b031663c04b8d596000846040518363ffffffff1660e01b81526004016126ab91906136c4565b6020604051808303818588803b1580156126c457600080fd5b505af11580156126d8573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906126fd91906133e6565b604051632e1a7d4d60e01b81526004810182905290915073c02aaa39b223fe8d0a0e5c4f27ead9083c756cc290632e1a7d4d90602401600060405180830381600087803b15801561274d57600080fd5b505af1158015612761573d6000803e3d6000fd5b50929b9a5050505050505050505050565b6040805160a081019091526000906101f4908290806127be73c02aaa39b223fe8d0a0e5c4f27ead9083c756cc28573a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4860c08501613631565b60408051601f19818403018152918152908252306020830152016127e3426001613460565b815260200185815260200160008152509050600073e592427a0aece92de3edee1f18e0157c058615646001600160a01b031663c04b8d5986846040518363ffffffff1660e01b815260040161283891906136c4565b6020604051808303818588803b15801561285157600080fd5b505af1158015612865573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061288a91906133e6565b600654604051630f7c084960e21b81526001600482015260006024820181905260448201849052606482018190529293506001600160a01b0390911690633df0212490608401602060405180830381600087803b1580156128ea57600080fd5b505af11580156128fe573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061292291906133e6565b60408051600280825260608201835292935060009290916020830190803683370190505090506000805160206137be8339815191528160008151811061296a5761296a61344a565b60200260200101906001600160a01b031690816001600160a01b03168152505060008051602061379e833981519152816001815181106129ac576129ac61344a565b6001600160a01b03909216602092830291909101909101526000737a250d5630b4cf539739df2c5dacb4c659f2488d6338ed173984600185306129ef4284613460565b6040518663ffffffff1660e01b8152600401612a0f9594939291906135d8565b600060405180830381600087803b158015612a2957600080fd5b505af1158015612a3d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612a6591908101906134ff565b905080600181518110612a7a57612a7a61344a565b60200260200101519650505050505050919050565b6040805160028082526060820183526000928392919060208301908036833701905050905060008051602061379e83398151915281600081518110612ad657612ad661344a565b60200260200101906001600160a01b031690816001600160a01b0316815250506000805160206137be83398151915281600181518110612b1857612b1861344a565b6001600160a01b03909216602092830291909101909101526000737a250d5630b4cf539739df2c5dacb4c659f2488d6338ed17398560018530612b5b4284613460565b6040518663ffffffff1660e01b8152600401612b7b9594939291906135d8565b600060405180830381600087803b158015612b9557600080fd5b505af1158015612ba9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612bd191908101906134ff565b9050600081600181518110612be857612be861344a565b60209081029190910101516040805160a081019091529091506101f49060009080612c506000805160206137be8339815191528573a0b86991c6218b36c1d19d4a2e9eb0ce3606eb488173c02aaa39b223fe8d0a0e5c4f27ead9083c756cc260c0870161371c565b60408051601f1981840301815291815290825230602083015201612c75426001613460565b815260200184815260200160008152509050600073e592427a0aece92de3edee1f18e0157c058615646001600160a01b031663c04b8d596000846040518363ffffffff1660e01b8152600401612ccb91906136c4565b6020604051808303818588803b158015612ce457600080fd5b505af1158015612cf8573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612d1d91906133e6565b604051632e1a7d4d60e01b81526004810182905290915073c02aaa39b223fe8d0a0e5c4f27ead9083c756cc290632e1a7d4d90602401600060405180830381600087803b158015612d6d57600080fd5b505af1158015612d81573d6000803e3d6000fd5b50929a9950505050505050505050565b6040805160a081019091526000906101f490829080612ded73c02aaa39b223fe8d0a0e5c4f27ead9083c756cc28573a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48816000805160206137be83398151915260c0870161371c565b60408051601f1981840301815291815290825230602083015201612e12426001613460565b815260200185815260200160008152509050600073e592427a0aece92de3edee1f18e0157c058615646001600160a01b031663c04b8d5986846040518363ffffffff1660e01b8152600401612e6791906136c4565b6020604051808303818588803b158015612e8057600080fd5b505af1158015612e94573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612eb991906133e6565b60408051600280825260608201835292935060009290916020830190803683370190505090506000805160206137be83398151915281600081518110612f0157612f0161344a565b60200260200101906001600160a01b031690816001600160a01b03168152505060008051602061379e83398151915281600181518110612f4357612f4361344a565b6001600160a01b03909216602092830291909101909101526000737a250d5630b4cf539739df2c5dacb4c659f2488d6338ed17398460018530612f864284613460565b6040518663ffffffff1660e01b8152600401612fa69594939291906135d8565b600060405180830381600087803b158015612fc057600080fd5b505af1158015612fd4573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612ffc91908101906134ff565b9050806001815181106130115761301161344a565b602002602001015195505050505050919050565b6060824710156130865760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b606482015260840161076c565b843b6130d45760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161076c565b600080866001600160a01b031685876040516130f0919061376e565b60006040518083038185875af1925050503d806000811461312d576040519150601f19603f3d011682016040523d82523d6000602084013e613132565b606091505b50915091506118f58282866060831561314c5750816107cb565b82511561315c5782518084602001fd5b8160405162461bcd60e51b815260040161076c919061378a565b80356001600160a01b038116811461318d57600080fd5b919050565b80151581146131a057600080fd5b50565b600080600080608085870312156131b957600080fd5b84359350602085013592506131d060408601613176565b915060608501356131e081613192565b939692955090935050565b6000602082840312156131fd57600080fd5b5035919050565b60008060006060848603121561321957600080fd5b833592506020840135915061323060408501613176565b90509250925092565b600080600080600060a0868803121561325157600080fd5b853594506020860135935061326860408701613176565b925061327660608701613176565b915061328460808701613176565b90509295509295909350565b6000602082840312156132a257600080fd5b8135600481106107cb57600080fd5b60008060008060008060c087890312156132ca57600080fd5b86359550602087013594506132e160408801613176565b93506132ef60608801613176565b92506132fd60808801613176565b915060a087013561330d81613192565b809150509295509295509295565b634e487b7160e01b600052602160045260246000fd5b6004811061334f57634e487b7160e01b600052602160045260246000fd5b9052565b60208101611c668284613331565b60006020828403121561337357600080fd5b6107cb82613176565b60008060006060848603121561339157600080fd5b833592506133a160208501613176565b915060408401356133b181613192565b809150509250925092565b60208082526010908201526f496e76616c696420616464726573732160801b604082015260600190565b6000602082840312156133f857600080fd5b5051919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b6000821982111561348157634e487b7160e01b600052601160045260246000fd5b500190565b600081518084526020808501945080840160005b838110156134bf5781516001600160a01b03168752958201959082019060010161349a565b509495945050505050565b8481526080602082015260006134e36080830186613486565b6001600160a01b03949094166040830152506060015292915050565b6000602080838503121561351257600080fd5b825167ffffffffffffffff8082111561352a57600080fd5b818501915085601f83011261353e57600080fd5b81518181111561355057613550613434565b8060051b604051601f19603f8301168101818110858211171561357557613575613434565b60405291825284820192508381018501918883111561359357600080fd5b938501935b828510156135b157845184529385019392850192613598565b98975050505050505050565b604081016135cb8285613331565b6107cb6020830184613331565b85815284602082015260a0604082015260006135f760a0830186613486565b6001600160a01b0394909416606083015250608001529392505050565b60006020828403121561362657600080fd5b81516107cb81613192565b606093841b6bffffffffffffffffffffffff19908116825260e89390931b6001600160e81b0319166014820152921b166017820152602b0190565b60005b8381101561368757818101518382015260200161366f565b8381111561196b5750506000910152565b600081518084526136b081602086016020860161366c565b601f01601f19169290920160200192915050565b602081526000825160a060208401526136e060c0840182613698565b905060018060a01b0360208501511660408401526040840151606084015260608401516080840152608084015160a08401528091505092915050565b6bffffffffffffffffffffffff19606096871b811682526001600160e81b031960e896871b8116601484015294871b811660178301529290941b909216602b840152921b909116602e82015260420190565b6000825161378081846020870161366c565b9190910192915050565b6020815260006107cb602083018461369856fe0000000000000000000000003432b6a60d23ca0dfca7761b7ab56459d9c964d0000000000000000000000000853d955acef822db058eb8505911ed77f175b99ea2646970667358221220a754870e220046b50eadd8f77c99b682b7180816175804d9bb6e59d720fda5b564736f6c634300080900330000000000000000000000003a886455e5b33300a31c5e77bac01e76c0c7b29c
Deployed Bytecode
0x6080604052600436106102295760003560e01c80638702ca5c11610123578063c3883d8d116100ab578063f2fde38b1161006f578063f2fde38b14610696578063f3bb2ca1146106b6578063fa569274146106d6578063fb341ae0146106fe578063fbfa77cf1461071157600080fd5b8063c3883d8d146105d6578063d8264920146105fe578063dbc199d714610626578063e6484ea614610646578063f1d5253e1461066e57600080fd5b8063961deefe116100f2578063961deefe146105385780639f0b5fe414610560578063ab6e25cd146102c4578063aee26b1814610588578063b741e504146105a857600080fd5b80638702ca5c146104c55780638757b15b146104e55780638da5cb5b146104fa5780638e2c439b1461051857600080fd5b806359e409a8116101b15780636acabc2e116101755780636acabc2e146103b95780636d4099e414610446578063715018a614610468578063775491dc1461047d57806377b330c91461049d57600080fd5b806359e409a81461039957806360c3a38c146103b9578063657428a3146103ce5780636611d121146103f65780636a1dfd861461041e57600080fd5b80631ebb2139116101f85780631ebb2139146102e7578063311e23af146103095780633138e19a1461032957806337d277d414610349578063571715b71461037157600080fd5b80630960b7fa14610235578063101a76591461027a5780631090a74c1461029c5780631857b308146102c457600080fd5b3661023057005b600080fd5b34801561024157600080fd5b5061025d734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b81565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561028657600080fd5b5061029a6102953660046131a3565b610745565b005b3480156102a857600080fd5b5061025d73dcef968d416a41cdac0ed8702fac8128a64241a281565b3480156102d057600080fd5b506102d9600081565b604051908152602001610271565b3480156102f357600080fd5b5061025d6000805160206137be83398151915281565b34801561031557600080fd5b506102d96103243660046131eb565b6107a2565b34801561033557600080fd5b506102d9610344366004613204565b6107d2565b34801561035557600080fd5b5061025d73c02aaa39b223fe8d0a0e5c4f27ead9083c756cc281565b34801561037d57600080fd5b5061025d73e592427a0aece92de3edee1f18e0157c0586156481565b3480156103a557600080fd5b5061029a6103b4366004613204565b61082b565b3480156103c557600080fd5b506102d9600181565b3480156103da57600080fd5b5061025d73d533a949740bb3306d119cc777fa900ba034cd5281565b34801561040257600080fd5b5061025d73941eb6f616114e4ecaa85377945ea306002612fe81565b34801561042a57600080fd5b5061025d73f3a43307dcafa93275993862aae628fcb50dc76881565b34801561045257600080fd5b5061025d60008051602061379e83398151915281565b34801561047457600080fd5b5061029a610ab4565b34801561048957600080fd5b506102d9610498366004613204565b610b28565b3480156104a957600080fd5b5061025d73dac17f958d2ee523a2206206994597c13d831ec781565b3480156104d157600080fd5b5061029a6104e0366004613239565b610c18565b3480156104f157600080fd5b5061029a610d84565b34801561050657600080fd5b506000546001600160a01b031661025d565b34801561052457600080fd5b5061029a610533366004613290565b6113ce565b34801561054457600080fd5b5061025d73b576491f1e6e5e62f1d8f26062ee822b40b0e0d481565b34801561056c57600080fd5b5061025d73feef77d3f69374f66429c91d732a244f074bdf7481565b34801561059457600080fd5b5061029a6105a33660046132b1565b611477565b3480156105b457600080fd5b506000546105c990600160a01b900460ff1681565b6040516102719190613353565b3480156105e257600080fd5b5061025d73d658a338613198204dca1143ac3f01a722b5d94a81565b34801561060a57600080fd5b5061025d737a250d5630b4cf539739df2c5dacb4c659f2488d81565b34801561063257600080fd5b506102d9610641366004613204565b61161c565b34801561065257600080fd5b5061025d738f55d7c21bdff1a51afaa60f3de7590222a3181e81565b34801561067a57600080fd5b5061025d738301ae4fc9c624d1d396cbdaa1ed877821d7c51181565b3480156106a257600080fd5b5061029a6106b1366004613361565b611730565b3480156106c257600080fd5b506102d96106d13660046131a3565b61181a565b3480156106e257600080fd5b5061025d73a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4881565b61029a61070c36600461337c565b611900565b34801561071d57600080fd5b5061025d7f0000000000000000000000003a886455e5b33300a31c5e77bac01e76c0c7b29c81565b816001600160a01b0381166107755760405162461bcd60e51b815260040161076c906133bc565b60405180910390fd5b61078f60008051602061379e833981519152333088611971565b61079b858585856119dc565b5050505050565b6000806107b0836000611b83565b90506107cb81600060149054906101000a900460ff16611c6c565b9392505050565b6000816001600160a01b0381166107fb5760405162461bcd60e51b815260040161076c906133bc565b60006108078686611b83565b905061082260008051602061379e8339815191528583611c7a565b95945050505050565b806001600160a01b0381166108525760405162461bcd60e51b815260040161076c906133bc565b73f964b0e3ffdea659c44a5a52bc0b82a24b89ce0e61087381333088611971565b604051630fa09e6360e41b81523060048201526001600160a01b0382169063fa09e63090602401602060405180830381600087803b1580156108b457600080fd5b505af11580156108c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec91906133e6565b506005546040516370a0823160e01b81523060048201526001600160a01b03909116906307329bcd9073f3a43307dcafa93275993862aae628fcb50dc768906370a082319060240160206040518083038186803b15801561094c57600080fd5b505afa158015610960573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061098491906133e6565b6040516001600160e01b031960e084901b168152600481019190915260016024820152604481018790526000606482015230608482015260a401602060405180830381600087803b1580156109d857600080fd5b505af11580156109ec573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a1091906133e6565b50604051639f0d5f2760e01b81526001600160a01b0384811660048301527f0000000000000000000000003a886455e5b33300a31c5e77bac01e76c0c7b29c1690639f0d5f2790602401602060405180830381600087803b158015610a7457600080fd5b505af1158015610a88573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aac91906133e6565b505050505050565b6000546001600160a01b03163314610ade5760405162461bcd60e51b815260040161076c906133ff565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000816001600160a01b038116610b515760405162461bcd60e51b815260040161076c906133bc565b6000610b5c866107a2565b9050610b688186611caf565b6040516370a0823160e01b815230600482015260009073dac17f958d2ee523a2206206994597c13d831ec7906370a082319060240160206040518083038186803b158015610bb557600080fd5b505afa158015610bc9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bed91906133e6565b9050610c0e73dac17f958d2ee523a2206206994597c13d831ec78683611c7a565b9695505050505050565b806001600160a01b038116610c3f5760405162461bcd60e51b815260040161076c906133bc565b6001600160a01b038416610c5257600080fd5b610c5b866107a2565b5060408051600280825260608201835260009260208301908036833701905050905073c02aaa39b223fe8d0a0e5c4f27ead9083c756cc281600081518110610ca557610ca561344a565b60200260200101906001600160a01b031690816001600160a01b0316815250508381600181518110610cd957610cd961344a565b6001600160a01b0392831660209182029290920101528516637ff36ab547888487610d05426001613460565b6040518663ffffffff1660e01b8152600401610d2494939291906134ca565b6000604051808303818588803b158015610d3d57600080fd5b505af1158015610d51573d6000803e3d6000fd5b50505050506040513d6000823e601f3d908101601f19168201604052610d7a91908101906134ff565b5050505050505050565b610db8734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b73b576491f1e6e5e62f1d8f26062ee822b40b0e0d46000611d2f565b610ded734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b73b576491f1e6e5e62f1d8f26062ee822b40b0e0d4600019611d2f565b610e1b60008051602061379e83398151915273d658a338613198204dca1143ac3f01a722b5d94a6000611d2f565b610e4a60008051602061379e83398151915273d658a338613198204dca1143ac3f01a722b5d94a600019611d2f565b610e7860008051602061379e83398151915273941eb6f616114e4ecaa85377945ea306002612fe6000611d2f565b610ea760008051602061379e83398151915273941eb6f616114e4ecaa85377945ea306002612fe600019611d2f565b610ed560008051602061379e833981519152738f55d7c21bdff1a51afaa60f3de7590222a3181e6000611d2f565b610f0460008051602061379e833981519152738f55d7c21bdff1a51afaa60f3de7590222a3181e600019611d2f565b610f3260008051602061379e833981519152737a250d5630b4cf539739df2c5dacb4c659f2488d6000611d2f565b610f6160008051602061379e833981519152737a250d5630b4cf539739df2c5dacb4c659f2488d600019611d2f565b610f8f6000805160206137be833981519152737a250d5630b4cf539739df2c5dacb4c659f2488d6000611d2f565b610fbe6000805160206137be833981519152737a250d5630b4cf539739df2c5dacb4c659f2488d600019611d2f565b610fec60008051602061379e83398151915273e592427a0aece92de3edee1f18e0157c058615646000611d2f565b61101b60008051602061379e83398151915273e592427a0aece92de3edee1f18e0157c05861564600019611d2f565b6110496000805160206137be83398151915273e592427a0aece92de3edee1f18e0157c058615646000611d2f565b6110786000805160206137be83398151915273e592427a0aece92de3edee1f18e0157c05861564600019611d2f565b6110ac73feef77d3f69374f66429c91d732a244f074bdf7473d658a338613198204dca1143ac3f01a722b5d94a6000611d2f565b6110e173feef77d3f69374f66429c91d732a244f074bdf7473d658a338613198204dca1143ac3f01a722b5d94a600019611d2f565b61112173feef77d3f69374f66429c91d732a244f074bdf747f0000000000000000000000003a886455e5b33300a31c5e77bac01e76c0c7b29c6000611d2f565b61116273feef77d3f69374f66429c91d732a244f074bdf747f0000000000000000000000003a886455e5b33300a31c5e77bac01e76c0c7b29c600019611d2f565b61119673a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4873e592427a0aece92de3edee1f18e0157c058615646000611d2f565b6111cb73a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4873e592427a0aece92de3edee1f18e0157c05861564600019611d2f565b6111ff734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b7372a19342e8f1838460ebfccef09f6585e32db86e6000611d2f565b611234734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b7372a19342e8f1838460ebfccef09f6585e32db86e600019611d2f565b6112626000805160206137be83398151915273dcef968d416a41cdac0ed8702fac8128a64241a26000611d2f565b6112916000805160206137be83398151915273dcef968d416a41cdac0ed8702fac8128a64241a2600019611d2f565b6112c573a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4873dcef968d416a41cdac0ed8702fac8128a64241a26000611d2f565b6112fa73a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4873dcef968d416a41cdac0ed8702fac8128a64241a2600019611d2f565b61132e73d533a949740bb3306d119cc777fa900ba034cd52738301ae4fc9c624d1d396cbdaa1ed877821d7c5116000611d2f565b61136373d533a949740bb3306d119cc777fa900ba034cd52738301ae4fc9c624d1d396cbdaa1ed877821d7c511600019611d2f565b61139773feef77d3f69374f66429c91d732a244f074bdf7473d658a338613198204dca1143ac3f01a722b5d94a6000611d2f565b6113cc73feef77d3f69374f66429c91d732a244f074bdf7473d658a338613198204dca1143ac3f01a722b5d94a600019611d2f565b565b6000546001600160a01b031633146113f85760405162461bcd60e51b815260040161076c906133ff565b60008054600160a01b80820460ff16928492909160ff60a01b19909116908360038111156114285761142861331b565b02179055506000546040517fd5e9f1e4666d61af9e28c7bf8af3e4be37fd85f7c8a3689ac58c1b081dc141639161146b918491600160a01b900460ff16906135bd565b60405180910390a15050565b816001600160a01b03811661149e5760405162461bcd60e51b815260040161076c906133bc565b6001600160a01b0385166114b157600080fd5b6114c66001600160a01b03851633308a611971565b60408051600280825260608201835260009260208301908036833701905050905084816000815181106114fb576114fb61344a565b60200260200101906001600160a01b031690816001600160a01b03168152505073c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2816001815181106115435761154361344a565b6001600160a01b039283166020918202929092010152611567908616876000611d2f565b61157b6001600160a01b038616878a611d2f565b6001600160a01b0386166318cbafe589600184306115994284613460565b6040518663ffffffff1660e01b81526004016115b99594939291906135d8565b600060405180830381600087803b1580156115d357600080fd5b505af11580156115e7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261160f91908101906134ff565b50610d7a47888686611e53565b6000816001600160a01b0381166116455760405162461bcd60e51b815260040161076c906133bc565b6000611650866107a2565b90508481101561168d5760405162461bcd60e51b8152602060048201526008602482015267536c69707061676560c01b604482015260640161076c565b6000846001600160a01b03168260405160006040518083038185875af1925050503d80600081146116da576040519150601f19603f3d011682016040523d82523d6000602084013e6116df565b606091505b50509050806117265760405162461bcd60e51b8152602060048201526013602482015272115512081d1c985b9cd9995c8819985a5b1959606a1b604482015260640161076c565b5095945050505050565b6000546001600160a01b0316331461175a5760405162461bcd60e51b815260040161076c906133ff565b6001600160a01b0381166117bf5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161076c565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b6000826001600160a01b0381166118435760405162461bcd60e51b815260040161076c906133bc565b600061184e876107a2565b9050600061185c8288611e7a565b905084156118d65760085460405163e2ab691d60e01b81526001600160a01b03888116600483015260248201849052600060448301529091169063e2ab691d90606401600060405180830381600087803b1580156118b957600080fd5b505af11580156118cd573d6000803e3d6000fd5b505050506118f5565b6118f5734e3fbd56cd56c3e72c1403e103b45db9da5b9d2b8783611c7a565b979650505050505050565b816001600160a01b0381166119275760405162461bcd60e51b815260040161076c906133bc565b6000341161195f5760405162461bcd60e51b8152602060048201526005602482015264063686561760dc1b604482015260640161076c565b61196b34858585611e53565b50505050565b6040516001600160a01b038085166024830152831660448201526064810182905261196b9085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152611e86565b8015611a5357604051639a40832160e01b81526004810185905260016024820152738f55d7c21bdff1a51afaa60f3de7590222a3181e90639a40832190604401600060405180830381600087803b158015611a3657600080fd5b505af1158015611a4a573d6000803e3d6000fd5b50505050611ae8565b6005546040516365b2489b60e01b8152600060048201526001602482015260448101869052606481018590526001600160a01b03909116906365b2489b90608401602060405180830381600087803b158015611aae57600080fd5b505af1158015611ac2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ae691906133e6565b505b604051639f0d5f2760e01b81526001600160a01b0383811660048301527f0000000000000000000000003a886455e5b33300a31c5e77bac01e76c0c7b29c1690639f0d5f2790602401602060405180830381600087803b158015611b4b57600080fd5b505af1158015611b5f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061079b91906133e6565b6000611bba6001600160a01b037f0000000000000000000000003a886455e5b33300a31c5e77bac01e76c0c7b29c16333086611971565b604051630fa09e6360e41b81523060048201526000907f0000000000000000000000003a886455e5b33300a31c5e77bac01e76c0c7b29c6001600160a01b03169063fa09e63090602401602060405180830381600087803b158015611c1e57600080fd5b505af1158015611c32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c5691906133e6565b9050611c628184611f58565b9150505b92915050565b60006107cb83836000611fec565b6040516001600160a01b038316602482015260448101829052611caa90849063a9059cbb60e01b906064016119a5565b505050565b60075460405163394747c560e01b815260026004820152600060248201526044810184905260648101839052600160848201526001600160a01b039091169063394747c590849060a4016000604051808303818588803b158015611d1257600080fd5b505af1158015611d26573d6000803e3d6000fd5b50505050505050565b801580611db85750604051636eb1769f60e11b81523060048201526001600160a01b03838116602483015284169063dd62ed3e9060440160206040518083038186803b158015611d7e57600080fd5b505afa158015611d92573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611db691906133e6565b155b611e235760405162461bcd60e51b815260206004820152603660248201527f5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f60448201527520746f206e6f6e2d7a65726f20616c6c6f77616e636560501b606482015260840161076c565b6040516001600160a01b038316602482015260448101829052611caa90849063095ea7b360e01b906064016119a5565b60008054611e6c908690600160a01b900460ff16612089565b905061079b818585856119dc565b60006107cb8383612097565b6000611edb826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661212e9092919063ffffffff16565b805190915015611caa5780806020019051810190611ef99190613614565b611caa5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161076c565b6005546040516365b2489b60e01b8152600160048201526000602482018190526044820185905260648201849052916001600160a01b0316906365b2489b90608401602060405180830381600087803b158015611fb457600080fd5b505af1158015611fc8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107cb91906133e6565b6000808360038111156120015761200161331b565b1415612018576120118483612145565b90506107cb565b600183600381111561202c5761202c61331b565b141561203c5761201184836121c0565b60038360038111156120505761205061331b565b1415612072578161206957612064846123e7565b612011565b61201184612772565b816120805761206484612a8f565b61201184612d91565b60006107cb83836001611fec565b6002546040516365b2489b60e01b8152600060048201819052600160248301526044820185905260648201849052916001600160a01b0316906365b2489b9085906084015b6020604051808303818588803b1580156120f557600080fd5b505af1158015612109573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906107cb91906133e6565b606061213d8484600085613025565b949350505050565b6004546000906001600160a01b03166365b2489b83612165576000612167565b845b84612173576001612176565b60005b85612182576000612185565b60015b6040516001600160e01b031960e086901b16815260ff92831660048201529116602482015260448101879052600060648201526084016120dc565b600080604051806101000160405280846121e85760008051602061379e8339815191526121fe565b73c02aaa39b223fe8d0a0e5c4f27ead9083c756cc25b6001600160a01b031681526020018461222b5773c02aaa39b223fe8d0a0e5c4f27ead9083c756cc261223b565b60008051602061379e8339815191525b6001600160a01b031681526127106020820152306040820152606001612262426001613460565b815260208101869052600160408201526000606090910181905290915073e592427a0aece92de3edee1f18e0157c0586156463414bf389856122a55760006122a7565b865b6040805160e084811b6001600160e01b031916825287516001600160a01b0390811660048401526020890151811660248401529288015162ffffff1660448301526060880151831660648301526080880151608483015260a088015160a483015260c088015160c483015287015190911660e4820152610104016020604051808303818588803b15801561233a57600080fd5b505af115801561234e573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061237391906133e6565b905083611c6257604051632e1a7d4d60e01b81526004810182905273c02aaa39b223fe8d0a0e5c4f27ead9083c756cc290632e1a7d4d90602401600060405180830381600087803b1580156123c757600080fd5b505af11580156123db573d6000803e3d6000fd5b50505050949350505050565b6040805160028082526060820183526000928392919060208301908036833701905050905060008051602061379e8339815191528160008151811061242e5761242e61344a565b60200260200101906001600160a01b031690816001600160a01b0316815250506000805160206137be833981519152816001815181106124705761247061344a565b6001600160a01b03909216602092830291909101909101526000737a250d5630b4cf539739df2c5dacb4c659f2488d6338ed173985600185306124b34284613460565b6040518663ffffffff1660e01b81526004016124d39594939291906135d8565b600060405180830381600087803b1580156124ed57600080fd5b505af1158015612501573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261252991908101906134ff565b90506000816001815181106125405761254061344a565b6020908102919091010151600654604051630f7c084960e21b81526000600482018190526001602483015260448201849052606482018190529293506001600160a01b0390911690633df0212490608401602060405180830381600087803b1580156125ab57600080fd5b505af11580156125bf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125e391906133e6565b6040805160a081019091529091506101f4906000908061263073a0b86991c6218b36c1d19d4a2e9eb0ce3606eb488573c02aaa39b223fe8d0a0e5c4f27ead9083c756cc260c08501613631565b60408051601f1981840301815291815290825230602083015201612655426001613460565b815260200184815260200160008152509050600073e592427a0aece92de3edee1f18e0157c058615646001600160a01b031663c04b8d596000846040518363ffffffff1660e01b81526004016126ab91906136c4565b6020604051808303818588803b1580156126c457600080fd5b505af11580156126d8573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906126fd91906133e6565b604051632e1a7d4d60e01b81526004810182905290915073c02aaa39b223fe8d0a0e5c4f27ead9083c756cc290632e1a7d4d90602401600060405180830381600087803b15801561274d57600080fd5b505af1158015612761573d6000803e3d6000fd5b50929b9a5050505050505050505050565b6040805160a081019091526000906101f4908290806127be73c02aaa39b223fe8d0a0e5c4f27ead9083c756cc28573a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4860c08501613631565b60408051601f19818403018152918152908252306020830152016127e3426001613460565b815260200185815260200160008152509050600073e592427a0aece92de3edee1f18e0157c058615646001600160a01b031663c04b8d5986846040518363ffffffff1660e01b815260040161283891906136c4565b6020604051808303818588803b15801561285157600080fd5b505af1158015612865573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061288a91906133e6565b600654604051630f7c084960e21b81526001600482015260006024820181905260448201849052606482018190529293506001600160a01b0390911690633df0212490608401602060405180830381600087803b1580156128ea57600080fd5b505af11580156128fe573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061292291906133e6565b60408051600280825260608201835292935060009290916020830190803683370190505090506000805160206137be8339815191528160008151811061296a5761296a61344a565b60200260200101906001600160a01b031690816001600160a01b03168152505060008051602061379e833981519152816001815181106129ac576129ac61344a565b6001600160a01b03909216602092830291909101909101526000737a250d5630b4cf539739df2c5dacb4c659f2488d6338ed173984600185306129ef4284613460565b6040518663ffffffff1660e01b8152600401612a0f9594939291906135d8565b600060405180830381600087803b158015612a2957600080fd5b505af1158015612a3d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612a6591908101906134ff565b905080600181518110612a7a57612a7a61344a565b60200260200101519650505050505050919050565b6040805160028082526060820183526000928392919060208301908036833701905050905060008051602061379e83398151915281600081518110612ad657612ad661344a565b60200260200101906001600160a01b031690816001600160a01b0316815250506000805160206137be83398151915281600181518110612b1857612b1861344a565b6001600160a01b03909216602092830291909101909101526000737a250d5630b4cf539739df2c5dacb4c659f2488d6338ed17398560018530612b5b4284613460565b6040518663ffffffff1660e01b8152600401612b7b9594939291906135d8565b600060405180830381600087803b158015612b9557600080fd5b505af1158015612ba9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612bd191908101906134ff565b9050600081600181518110612be857612be861344a565b60209081029190910101516040805160a081019091529091506101f49060009080612c506000805160206137be8339815191528573a0b86991c6218b36c1d19d4a2e9eb0ce3606eb488173c02aaa39b223fe8d0a0e5c4f27ead9083c756cc260c0870161371c565b60408051601f1981840301815291815290825230602083015201612c75426001613460565b815260200184815260200160008152509050600073e592427a0aece92de3edee1f18e0157c058615646001600160a01b031663c04b8d596000846040518363ffffffff1660e01b8152600401612ccb91906136c4565b6020604051808303818588803b158015612ce457600080fd5b505af1158015612cf8573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612d1d91906133e6565b604051632e1a7d4d60e01b81526004810182905290915073c02aaa39b223fe8d0a0e5c4f27ead9083c756cc290632e1a7d4d90602401600060405180830381600087803b158015612d6d57600080fd5b505af1158015612d81573d6000803e3d6000fd5b50929a9950505050505050505050565b6040805160a081019091526000906101f490829080612ded73c02aaa39b223fe8d0a0e5c4f27ead9083c756cc28573a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48816000805160206137be83398151915260c0870161371c565b60408051601f1981840301815291815290825230602083015201612e12426001613460565b815260200185815260200160008152509050600073e592427a0aece92de3edee1f18e0157c058615646001600160a01b031663c04b8d5986846040518363ffffffff1660e01b8152600401612e6791906136c4565b6020604051808303818588803b158015612e8057600080fd5b505af1158015612e94573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612eb991906133e6565b60408051600280825260608201835292935060009290916020830190803683370190505090506000805160206137be83398151915281600081518110612f0157612f0161344a565b60200260200101906001600160a01b031690816001600160a01b03168152505060008051602061379e83398151915281600181518110612f4357612f4361344a565b6001600160a01b03909216602092830291909101909101526000737a250d5630b4cf539739df2c5dacb4c659f2488d6338ed17398460018530612f864284613460565b6040518663ffffffff1660e01b8152600401612fa69594939291906135d8565b600060405180830381600087803b158015612fc057600080fd5b505af1158015612fd4573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612ffc91908101906134ff565b9050806001815181106130115761301161344a565b602002602001015195505050505050919050565b6060824710156130865760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b606482015260840161076c565b843b6130d45760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161076c565b600080866001600160a01b031685876040516130f0919061376e565b60006040518083038185875af1925050503d806000811461312d576040519150601f19603f3d011682016040523d82523d6000602084013e613132565b606091505b50915091506118f58282866060831561314c5750816107cb565b82511561315c5782518084602001fd5b8160405162461bcd60e51b815260040161076c919061378a565b80356001600160a01b038116811461318d57600080fd5b919050565b80151581146131a057600080fd5b50565b600080600080608085870312156131b957600080fd5b84359350602085013592506131d060408601613176565b915060608501356131e081613192565b939692955090935050565b6000602082840312156131fd57600080fd5b5035919050565b60008060006060848603121561321957600080fd5b833592506020840135915061323060408501613176565b90509250925092565b600080600080600060a0868803121561325157600080fd5b853594506020860135935061326860408701613176565b925061327660608701613176565b915061328460808701613176565b90509295509295909350565b6000602082840312156132a257600080fd5b8135600481106107cb57600080fd5b60008060008060008060c087890312156132ca57600080fd5b86359550602087013594506132e160408801613176565b93506132ef60608801613176565b92506132fd60808801613176565b915060a087013561330d81613192565b809150509295509295509295565b634e487b7160e01b600052602160045260246000fd5b6004811061334f57634e487b7160e01b600052602160045260246000fd5b9052565b60208101611c668284613331565b60006020828403121561337357600080fd5b6107cb82613176565b60008060006060848603121561339157600080fd5b833592506133a160208501613176565b915060408401356133b181613192565b809150509250925092565b60208082526010908201526f496e76616c696420616464726573732160801b604082015260600190565b6000602082840312156133f857600080fd5b5051919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b6000821982111561348157634e487b7160e01b600052601160045260246000fd5b500190565b600081518084526020808501945080840160005b838110156134bf5781516001600160a01b03168752958201959082019060010161349a565b509495945050505050565b8481526080602082015260006134e36080830186613486565b6001600160a01b03949094166040830152506060015292915050565b6000602080838503121561351257600080fd5b825167ffffffffffffffff8082111561352a57600080fd5b818501915085601f83011261353e57600080fd5b81518181111561355057613550613434565b8060051b604051601f19603f8301168101818110858211171561357557613575613434565b60405291825284820192508381018501918883111561359357600080fd5b938501935b828510156135b157845184529385019392850192613598565b98975050505050505050565b604081016135cb8285613331565b6107cb6020830184613331565b85815284602082015260a0604082015260006135f760a0830186613486565b6001600160a01b0394909416606083015250608001529392505050565b60006020828403121561362657600080fd5b81516107cb81613192565b606093841b6bffffffffffffffffffffffff19908116825260e89390931b6001600160e81b0319166014820152921b166017820152602b0190565b60005b8381101561368757818101518382015260200161366f565b8381111561196b5750506000910152565b600081518084526136b081602086016020860161366c565b601f01601f19169290920160200192915050565b602081526000825160a060208401526136e060c0840182613698565b905060018060a01b0360208501511660408401526040840151606084015260608401516080840152608084015160a08401528091505092915050565b6bffffffffffffffffffffffff19606096871b811682526001600160e81b031960e896871b8116601484015294871b811660178301529290941b909216602b840152921b909116602e82015260420190565b6000825161378081846020870161366c565b9190910192915050565b6020815260006107cb602083018461369856fe0000000000000000000000003432b6a60d23ca0dfca7761b7ab56459d9c964d0000000000000000000000000853d955acef822db058eb8505911ed77f175b99ea2646970667358221220a754870e220046b50eadd8f77c99b682b7180816175804d9bb6e59d720fda5b564736f6c63430008090033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000003a886455e5b33300a31c5e77bac01e76c0c7b29c
-----Decoded View---------------
Arg [0] : _vault (address): 0x3a886455E5B33300a31c5e77bAc01E76c0C7B29C
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000003a886455e5b33300a31c5e77bac01e76c0c7b29c
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.