Source Code
Overview
ETH Balance
ETH Value
$0.00Latest 25 from a total of 597 transactions
| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Harvest | 28264819 | 12 hrs ago | IN | 0 ETH | 0.00010025 | ||||
| Harvest | 28230517 | 33 hrs ago | IN | 0 ETH | 0.00009945 | ||||
| Harvest | 28194280 | 2 days ago | IN | 0 ETH | 0.00009937 | ||||
| Harvest | 28156078 | 3 days ago | IN | 0 ETH | 0.0001001 | ||||
| Harvest | 28117986 | 4 days ago | IN | 0 ETH | 0.00009818 | ||||
| Harvest | 28079860 | 4 days ago | IN | 0 ETH | 0.00008934 | ||||
| Harvest | 28041513 | 5 days ago | IN | 0 ETH | 0.00008499 | ||||
| Harvest | 28003026 | 6 days ago | IN | 0 ETH | 0.00008785 | ||||
| Harvest | 27965399 | 7 days ago | IN | 0 ETH | 0.00008711 | ||||
| Harvest | 27927219 | 8 days ago | IN | 0 ETH | 0.00008802 | ||||
| Harvest | 27889760 | 9 days ago | IN | 0 ETH | 0.00008739 | ||||
| Harvest | 27851249 | 10 days ago | IN | 0 ETH | 0.00008934 | ||||
| Harvest | 27812810 | 11 days ago | IN | 0 ETH | 0.00008898 | ||||
| Harvest | 27775077 | 12 days ago | IN | 0 ETH | 0.00009026 | ||||
| Harvest | 27736570 | 12 days ago | IN | 0 ETH | 0.00008733 | ||||
| Harvest | 27698258 | 13 days ago | IN | 0 ETH | 0.00008748 | ||||
| Harvest | 27659746 | 14 days ago | IN | 0 ETH | 0.00008442 | ||||
| Harvest | 27621278 | 15 days ago | IN | 0 ETH | 0.00008749 | ||||
| Harvest | 27583783 | 16 days ago | IN | 0 ETH | 0.00008534 | ||||
| Harvest | 27545220 | 17 days ago | IN | 0 ETH | 0.00008761 | ||||
| Harvest | 27507415 | 18 days ago | IN | 0 ETH | 0.00008817 | ||||
| Harvest | 27470084 | 19 days ago | IN | 0 ETH | 0.00008775 | ||||
| Harvest | 27433430 | 20 days ago | IN | 0 ETH | 0.00008789 | ||||
| Harvest | 27398833 | 21 days ago | IN | 0 ETH | 0.00008527 | ||||
| Harvest | 27364980 | 21 days ago | IN | 0 ETH | 0.0000873 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 28268690 | 9 hrs ago | 0 ETH | ||||
| 28268690 | 9 hrs ago | 0 ETH | ||||
| 28268098 | 10 hrs ago | 0 ETH | ||||
| 28268098 | 10 hrs ago | 0 ETH | ||||
| 28267361 | 10 hrs ago | 0 ETH | ||||
| 28267361 | 10 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH | ||||
| 28264819 | 12 hrs ago | 0 ETH |
Cross-Chain Transactions
Loading...
Loading
Contract Name:
StrategyLynexIchi
Compiler Version
v0.8.19+commit.7dd6d404
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
import "@openzeppelin-4/contracts/token/ERC20/utils/SafeERC20.sol";
import "../../interfaces/ichi/IIchiDepositHelper.sol";
import "../../interfaces/beefy/IBeefySwapper.sol";
import "../../interfaces/lynex/ILynexRewardPool.sol";
import "../../interfaces/common/IERC20Extended.sol";
import "../Common/StratFeeManagerInitializable.sol";
import "../../utils/GasFeeThrottler.sol";
interface IFlashPool {
function swap(uint256 amount0, uint256 amount1, address to, bytes calldata data) external;
}
interface IOptionsToken {
function exercise(uint256 amount, uint256 maxPaymentAmount, address to, uint256 deadline) external;
function getDiscountedPrice(uint256 amount) external view returns (uint256);
}
interface IPairFactory {
function stableFee() external view returns (uint256);
}
contract StrategyLynexIchi is StratFeeManagerInitializable {
using SafeERC20 for IERC20;
// Tokens used
address public constant native = 0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f;
address public constant output = 0x1a51b19CE03dbE0Cb44C1528E34a7EDD7771E9Af;
address public constant otoken = 0x63349BA5E1F71252eCD56E8F950D1A518B400b60;
address public constant paymentToken = 0x176211869cA2b568f2A7D4EE941E073a821EE1ff;
address public constant flashPool = 0xa4477d98e519D4c1d66aEf4EfDF7cBEb84f4f778;
address public constant ichiDepositHelper = 0x57C9d919AEA56171506cfb62B60ce76be0A079DF;
address public constant vaultDeployer = 0x75178e0a2829B73E3AE4C21eE64F4B684085392a;
address public constant pairFactory = 0xBc7695Fd00E3b32D08124b7a4287493aEE99f9ee;
address public want;
address public depositToken;
address[] public rewards;
// Third party contracts
address public rewardPool;
bool public harvestOnDeposit;
bool private flashOn;
uint256 public lastHarvest;
event StratHarvest(address indexed harvester, uint256 wantHarvested, uint256 tvl);
event Deposit(uint256 tvl);
event Withdraw(uint256 tvl);
event ChargedFees(uint256 callFees, uint256 beefyFees, uint256 strategistFees);
function initialize(
address _want,
address _rewardPool,
address _depositToken,
CommonAddresses calldata _commonAddresses
) public initializer {
__StratFeeManager_init(_commonAddresses);
want = _want;
rewardPool = _rewardPool;
depositToken = _depositToken;
rewards.push(otoken);
_giveAllowances();
}
// puts the funds to work
function deposit() public whenNotPaused {
uint256 wantBal = IERC20(want).balanceOf(address(this));
if (wantBal > 0) {
ILynexRewardPool(rewardPool).deposit(wantBal);
emit Deposit(balanceOf());
}
}
function withdraw(uint256 _amount) external {
require(msg.sender == vault, "!vault");
uint256 wantBal = IERC20(want).balanceOf(address(this));
if (wantBal < _amount) {
ILynexRewardPool(rewardPool).withdraw(_amount - wantBal);
wantBal = IERC20(want).balanceOf(address(this));
}
if (wantBal > _amount) {
wantBal = _amount;
}
if (tx.origin != owner() && !paused()) {
uint256 withdrawalFeeAmount = wantBal * withdrawalFee / WITHDRAWAL_MAX;
wantBal = wantBal - withdrawalFeeAmount;
}
IERC20(want).safeTransfer(vault, wantBal);
emit Withdraw(balanceOf());
}
function beforeDeposit() external virtual override {
if (harvestOnDeposit) {
require(msg.sender == vault, "!vault");
_harvest(tx.origin);
}
}
function harvest() external virtual {
_harvest(tx.origin);
}
function harvest(address callFeeRecipient) external virtual {
_harvest(callFeeRecipient);
}
// compounds earnings and charges performance fee
function _harvest(address callFeeRecipient) internal whenNotPaused {
ILynexRewardPool(rewardPool).getReward(address(this), rewards);
_swapRewards();
if (IERC20(native).balanceOf(address(this)) > 0) {
chargeFees(callFeeRecipient);
addLiquidity();
uint256 wantHarvested = balanceOfWant();
deposit();
lastHarvest = block.timestamp;
emit StratHarvest(msg.sender, wantHarvested, balanceOf());
}
}
function _swapRewards() internal {
uint256 outputBal = IERC20(otoken).balanceOf(address(this));
if (outputBal > 0) flashExercise(outputBal);
for (uint i; i < rewards.length; ++i) {
address reward = rewards[i];
uint256 rewardBal = IERC20(reward).balanceOf(address(this));
if (rewardBal > 0) IBeefySwapper(unirouter).swap(reward, native, rewardBal);
}
}
function hook(address sender, uint256 amount0, uint256, bytes memory) external {
require(sender == address(this), "wrong sender");
require(msg.sender == flashPool, "!flashPool");
require(flashOn, "!flashOn");
uint256 oTokenBal = IERC20(otoken).balanceOf(address(this));
IOptionsToken(otoken).exercise(oTokenBal, amount0, address(this), block.timestamp);
uint256 outputTokenBal = IERC20(output).balanceOf(address(this));
IBeefySwapper(unirouter).swap(output, paymentToken, outputTokenBal);
uint256 debt = amount0 + getTotalFlashFee(amount0);
IERC20(paymentToken).safeTransfer(flashPool, debt);
uint256 paymentTokenBal = IERC20(paymentToken).balanceOf(address(this));
IBeefySwapper(unirouter).swap(paymentToken, native, paymentTokenBal);
flashOn = false;
}
function getTotalFlashFee(uint256 _paymentTokenNeeded) private view returns (uint256) {
uint256 stableFee = IPairFactory(pairFactory).stableFee();
return _paymentTokenNeeded * stableFee / (10000 - stableFee);
}
function flashExercise(uint256 _amount) internal {
uint256 amountNeeded = IOptionsToken(otoken).getDiscountedPrice(_amount);
flashOn = true;
IFlashPool(flashPool).swap(amountNeeded, 0, address(this), "Beefy");
}
// performance fees
function chargeFees(address callFeeRecipient) internal {
IFeeConfig.FeeCategory memory fees = getFees();
uint256 nativeBal = IERC20(native).balanceOf(address(this)) * fees.total / DIVISOR;
uint256 callFeeAmount = nativeBal * fees.call / DIVISOR;
IERC20(native).safeTransfer(callFeeRecipient, callFeeAmount);
uint256 beefyFeeAmount = nativeBal * fees.beefy / DIVISOR;
IERC20(native).safeTransfer(beefyFeeRecipient, beefyFeeAmount);
uint256 strategistFeeAmount = nativeBal * fees.strategist / DIVISOR;
IERC20(native).safeTransfer(strategist, strategistFeeAmount);
emit ChargedFees(callFeeAmount, beefyFeeAmount, strategistFeeAmount);
}
// Adds liquidity to AMM and gets more LP tokens.
function addLiquidity() internal {
if (depositToken != native) {
uint256 nativeBal = IERC20(native).balanceOf(address(this));
IBeefySwapper(unirouter).swap(native, depositToken, nativeBal);
}
uint256 depositTokenBal = IERC20(depositToken).balanceOf(address(this));
IIchiDepositHelper(ichiDepositHelper).forwardDepositToICHIVault(
want, vaultDeployer, depositToken, depositTokenBal, 0, address(this)
);
}
// calculate the total underlaying 'want' held by the strat.
function balanceOf() public view returns (uint256) {
return balanceOfWant() + balanceOfPool();
}
// it calculates how much 'want' this contract holds.
function balanceOfWant() public view returns (uint256) {
return IERC20(want).balanceOf(address(this));
}
// it calculates how much 'want' the strategy has working in the farm.
function balanceOfPool() public view returns (uint256) {
return ILynexRewardPool(rewardPool).balanceOf(address(this));
}
// returns rewards unharvested
function rewardsAvailable() public pure returns (uint256) {
return 0;
}
// native reward amount for calling harvest
function callReward() public pure returns (uint256) {
return 0;
}
function setHarvestOnDeposit(bool _harvestOnDeposit) external onlyManager {
harvestOnDeposit = _harvestOnDeposit;
if (harvestOnDeposit) {
setWithdrawalFee(0);
} else {
setWithdrawalFee(10);
}
}
// called as part of strat migration. Sends all the available funds back to the vault.
function retireStrat() external {
require(msg.sender == vault, "!vault");
if (balanceOfPool() > 0) {
if (ILynexRewardPool(rewardPool).emergency()) ILynexRewardPool(rewardPool).emergencyWithdraw();
else ILynexRewardPool(rewardPool).withdraw(balanceOfPool());
}
uint256 wantBal = IERC20(want).balanceOf(address(this));
IERC20(want).transfer(vault, wantBal);
}
// pauses deposits and withdraws all funds from third party systems.
function panic() public onlyManager {
pause();
if (ILynexRewardPool(rewardPool).emergency()) ILynexRewardPool(rewardPool).emergencyWithdraw();
else ILynexRewardPool(rewardPool).withdraw(balanceOfPool());
}
function pause() public onlyManager {
_pause();
_removeAllowances();
}
function unpause() external onlyManager {
_unpause();
_giveAllowances();
deposit();
}
function addReward(address _reward) external onlyManager {
require(_reward != want, "reward=want");
rewards.push(_reward);
if (!paused()) IERC20(_reward).approve(unirouter, type(uint).max);
}
function resetReward() external onlyManager {
for (uint i; i < rewards.length; ++i) {
IERC20(rewards[i]).approve(unirouter, 0);
}
delete rewards;
rewards.push(otoken);
}
function _giveAllowances() internal {
IERC20(want).approve(rewardPool, type(uint).max);
IERC20(output).approve(unirouter, type(uint).max);
IERC20(native).approve(unirouter, type(uint).max);
IERC20(paymentToken).approve(unirouter, type(uint).max);
IERC20(paymentToken).approve(otoken, type(uint).max);
IERC20(depositToken).safeApprove(ichiDepositHelper, type(uint).max);
for (uint i; i < rewards.length; ++i) {
IERC20(rewards[i]).approve(unirouter, type(uint).max);
}
}
function _removeAllowances() internal {
IERC20(want).approve(rewardPool, 0);
IERC20(output).approve(unirouter, 0);
IERC20(native).approve(unirouter, 0);
IERC20(paymentToken).approve(unirouter, 0);
IERC20(paymentToken).approve(otoken, 0);
IERC20(depositToken).safeApprove(ichiDepositHelper, 0);
for (uint i; i < rewards.length; ++i) {
IERC20(rewards[i]).approve(unirouter, 0);
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/draft-IERC20Permit.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
* https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
*
* Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
* presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't
* need to send a transaction, and thus is not required to hold Ether at all.
*/
interface IERC20Permit {
/**
* @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,
* given ``owner``'s signed approval.
*
* IMPORTANT: The same issues {IERC20-approve} has related to transaction
* ordering also apply here.
*
* Emits an {Approval} event.
*
* Requirements:
*
* - `spender` cannot be the zero address.
* - `deadline` must be a timestamp in the future.
* - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`
* over the EIP712-formatted function arguments.
* - the signature must use ``owner``'s current nonce (see {nonces}).
*
* For more information on the signature format, see the
* https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP
* section].
*/
function permit(
address owner,
address spender,
uint256 value,
uint256 deadline,
uint8 v,
bytes32 r,
bytes32 s
) external;
/**
* @dev Returns the current nonce for `owner`. This value must be
* included whenever a signature is generated for {permit}.
*
* Every successful call to {permit} increases ``owner``'s nonce by one. This
* prevents a signature from being used multiple times.
*/
function nonces(address owner) external view returns (uint256);
/**
* @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.
*/
// solhint-disable-next-line func-name-mixedcase
function DOMAIN_SEPARATOR() external view returns (bytes32);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(address indexed owner, address indexed spender, uint256 value);
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `to`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address to, uint256 amount) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address owner, address spender) external view returns (uint256);
/**
* @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 amount) external returns (bool);
/**
* @dev Moves `amount` tokens from `from` to `to` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(
address from,
address to,
uint256 amount
) external returns (bool);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC20/utils/SafeERC20.sol)
pragma solidity ^0.8.0;
import "../IERC20.sol";
import "../extensions/draft-IERC20Permit.sol";
import "../../../utils/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'
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));
}
}
function safePermit(
IERC20Permit token,
address owner,
address spender,
uint256 value,
uint256 deadline,
uint8 v,
bytes32 r,
bytes32 s
) internal {
uint256 nonceBefore = token.nonces(owner);
token.permit(owner, spender, value, deadline, v, r, s);
uint256 nonceAfter = token.nonces(owner);
require(nonceAfter == nonceBefore + 1, "SafeERC20: permit did not succeed");
}
/**
* @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
require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (utils/Address.sol)
pragma solidity ^0.8.1;
/**
* @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
* ====
*
* [IMPORTANT]
* ====
* You shouldn't rely on `isContract` to protect against flash loan attacks!
*
* Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
* like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
* constructor.
* ====
*/
function isContract(address account) internal view returns (bool) {
// This method relies on extcodesize/address.code.length, which returns 0
// for contracts in construction, since the code is only stored at the end
// of the constructor execution.
return account.code.length > 0;
}
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://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");
(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");
(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");
(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");
(bool success, bytes memory returndata) = target.delegatecall(data);
return verifyCallResult(success, returndata, errorMessage);
}
/**
* @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
* revert reason using the provided one.
*
* _Available since v4.3._
*/
function verifyCallResult(
bool success,
bytes memory returndata,
string memory errorMessage
) internal pure returns (bytes memory) {
if (success) {
return returndata;
} else {
// Look for revert reason and bubble it up if present
if (returndata.length > 0) {
// The easiest way to bubble the revert reason is using memory via assembly
/// @solidity memory-safe-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/ContextUpgradeable.sol";
import "../proxy/utils/Initializable.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 OwnableUpgradeable is Initializable, ContextUpgradeable {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
function __Ownable_init() internal onlyInitializing {
__Ownable_init_unchained();
}
function __Ownable_init_unchained() internal onlyInitializing {
_transferOwnership(_msgSender());
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
_checkOwner();
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if the sender is not the owner.
*/
function _checkOwner() internal view virtual {
require(owner() == _msgSender(), "Ownable: caller is not the owner");
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby disabling any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_transferOwnership(address(0));
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(newOwner != address(0), "Ownable: new owner is the zero address");
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
/**
* @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[49] private __gap;
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)
pragma solidity ^0.8.2;
import "../../utils/AddressUpgradeable.sol";
/**
* @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed
* behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an
* external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer
* function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.
*
* The initialization functions use a version number. Once a version number is used, it is consumed and cannot be
* reused. This mechanism prevents re-execution of each "step" but allows the creation of new initialization steps in
* case an upgrade adds a module that needs to be initialized.
*
* For example:
*
* [.hljs-theme-light.nopadding]
* ```solidity
* contract MyToken is ERC20Upgradeable {
* function initialize() initializer public {
* __ERC20_init("MyToken", "MTK");
* }
* }
*
* contract MyTokenV2 is MyToken, ERC20PermitUpgradeable {
* function initializeV2() reinitializer(2) public {
* __ERC20Permit_init("MyToken");
* }
* }
* ```
*
* TIP: To avoid leaving the proxy in an uninitialized state, the initializer function should be called as early as
* possible by providing the encoded function call as the `_data` argument to {ERC1967Proxy-constructor}.
*
* CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure
* that all initializers are idempotent. This is not verified automatically as constructors are by Solidity.
*
* [CAUTION]
* ====
* Avoid leaving a contract uninitialized.
*
* An uninitialized contract can be taken over by an attacker. This applies to both a proxy and its implementation
* contract, which may impact the proxy. To prevent the implementation contract from being used, you should invoke
* the {_disableInitializers} function in the constructor to automatically lock it when it is deployed:
*
* [.hljs-theme-light.nopadding]
* ```
* /// @custom:oz-upgrades-unsafe-allow constructor
* constructor() {
* _disableInitializers();
* }
* ```
* ====
*/
abstract contract Initializable {
/**
* @dev Indicates that the contract has been initialized.
* @custom:oz-retyped-from bool
*/
uint8 private _initialized;
/**
* @dev Indicates that the contract is in the process of being initialized.
*/
bool private _initializing;
/**
* @dev Triggered when the contract has been initialized or reinitialized.
*/
event Initialized(uint8 version);
/**
* @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,
* `onlyInitializing` functions can be used to initialize parent contracts.
*
* Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a
* constructor.
*
* Emits an {Initialized} event.
*/
modifier initializer() {
bool isTopLevelCall = !_initializing;
require(
(isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),
"Initializable: contract is already initialized"
);
_initialized = 1;
if (isTopLevelCall) {
_initializing = true;
}
_;
if (isTopLevelCall) {
_initializing = false;
emit Initialized(1);
}
}
/**
* @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the
* contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be
* used to initialize parent contracts.
*
* A reinitializer may be used after the original initialization step. This is essential to configure modules that
* are added through upgrades and that require initialization.
*
* When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`
* cannot be nested. If one is invoked in the context of another, execution will revert.
*
* Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in
* a contract, executing them in the right order is up to the developer or operator.
*
* WARNING: setting the version to 255 will prevent any future reinitialization.
*
* Emits an {Initialized} event.
*/
modifier reinitializer(uint8 version) {
require(!_initializing && _initialized < version, "Initializable: contract is already initialized");
_initialized = version;
_initializing = true;
_;
_initializing = false;
emit Initialized(version);
}
/**
* @dev Modifier to protect an initialization function so that it can only be invoked by functions with the
* {initializer} and {reinitializer} modifiers, directly or indirectly.
*/
modifier onlyInitializing() {
require(_initializing, "Initializable: contract is not initializing");
_;
}
/**
* @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.
* Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized
* to any version. It is recommended to use this to lock implementation contracts that are designed to be called
* through proxies.
*
* Emits an {Initialized} event the first time it is successfully executed.
*/
function _disableInitializers() internal virtual {
require(!_initializing, "Initializable: contract is initializing");
if (_initialized != type(uint8).max) {
_initialized = type(uint8).max;
emit Initialized(type(uint8).max);
}
}
/**
* @dev Returns the highest version that has been initialized. See {reinitializer}.
*/
function _getInitializedVersion() internal view returns (uint8) {
return _initialized;
}
/**
* @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.
*/
function _isInitializing() internal view returns (bool) {
return _initializing;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)
pragma solidity ^0.8.0;
import "../utils/ContextUpgradeable.sol";
import "../proxy/utils/Initializable.sol";
/**
* @dev Contract module which allows children to implement an emergency stop
* mechanism that can be triggered by an authorized account.
*
* This module is used through inheritance. It will make available the
* modifiers `whenNotPaused` and `whenPaused`, which can be applied to
* the functions of your contract. Note that they will not be pausable by
* simply including this module, only once the modifiers are put in place.
*/
abstract contract PausableUpgradeable is Initializable, ContextUpgradeable {
/**
* @dev Emitted when the pause is triggered by `account`.
*/
event Paused(address account);
/**
* @dev Emitted when the pause is lifted by `account`.
*/
event Unpaused(address account);
bool private _paused;
/**
* @dev Initializes the contract in unpaused state.
*/
function __Pausable_init() internal onlyInitializing {
__Pausable_init_unchained();
}
function __Pausable_init_unchained() internal onlyInitializing {
_paused = false;
}
/**
* @dev Modifier to make a function callable only when the contract is not paused.
*
* Requirements:
*
* - The contract must not be paused.
*/
modifier whenNotPaused() {
_requireNotPaused();
_;
}
/**
* @dev Modifier to make a function callable only when the contract is paused.
*
* Requirements:
*
* - The contract must be paused.
*/
modifier whenPaused() {
_requirePaused();
_;
}
/**
* @dev Returns true if the contract is paused, and false otherwise.
*/
function paused() public view virtual returns (bool) {
return _paused;
}
/**
* @dev Throws if the contract is paused.
*/
function _requireNotPaused() internal view virtual {
require(!paused(), "Pausable: paused");
}
/**
* @dev Throws if the contract is not paused.
*/
function _requirePaused() internal view virtual {
require(paused(), "Pausable: not paused");
}
/**
* @dev Triggers stopped state.
*
* Requirements:
*
* - The contract must not be paused.
*/
function _pause() internal virtual whenNotPaused {
_paused = true;
emit Paused(_msgSender());
}
/**
* @dev Returns to normal state.
*
* Requirements:
*
* - The contract must be paused.
*/
function _unpause() internal virtual whenPaused {
_paused = false;
emit Unpaused(_msgSender());
}
/**
* @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[49] private __gap;
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)
pragma solidity ^0.8.1;
/**
* @dev Collection of functions related to the address type
*/
library AddressUpgradeable {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
* false is an externally-owned account (EOA) and not a contract.
*
* Among others, `isContract` will return false for the following
* types of addresses:
*
* - an externally-owned account
* - a contract in construction
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
*
* Furthermore, `isContract` will also return true if the target contract within
* the same transaction is already scheduled for destruction by `SELFDESTRUCT`,
* which only has an effect at the end of a transaction.
* ====
*
* [IMPORTANT]
* ====
* You shouldn't rely on `isContract` to protect against flash loan attacks!
*
* Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
* like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
* constructor.
* ====
*/
function isContract(address account) internal view returns (bool) {
// This method relies on extcodesize/address.code.length, which returns 0
// for contracts in construction, since the code is only stored at the end
// of the constructor execution.
return account.code.length > 0;
}
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].
*
* IMPORTANT: because control is transferred to `recipient`, care must be
* taken to not create reentrancy vulnerabilities. Consider using
* {ReentrancyGuard} or the
* https://solidity.readthedocs.io/en/v0.8.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");
(bool success, ) = recipient.call{value: amount}("");
require(success, "Address: unable to send value, recipient may have reverted");
}
/**
* @dev Performs a Solidity function call using a low level `call`. A
* plain `call` is an unsafe replacement for a function call: use this
* function instead.
*
* If `target` reverts with a revert reason, it is bubbled up by this
* function (like regular Solidity function calls).
*
* Returns the raw returned data. To convert to the expected return value,
* use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
*
* Requirements:
*
* - `target` must be a contract.
* - calling `target` with `data` must not revert.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0, "Address: low-level call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
* `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but also transferring `value` wei to `target`.
*
* Requirements:
*
* - the calling contract must have an ETH balance of at least `value`.
* - the called Solidity function must be `payable`.
*
* _Available since v3.1._
*/
function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
}
/**
* @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
* with `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCallWithValue(
address target,
bytes memory data,
uint256 value,
string memory errorMessage
) internal returns (bytes memory) {
require(address(this).balance >= value, "Address: insufficient balance for call");
(bool success, bytes memory returndata) = target.call{value: value}(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
return functionStaticCall(target, data, "Address: low-level static call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(
address target,
bytes memory data,
string memory errorMessage
) internal view returns (bytes memory) {
(bool success, bytes memory returndata) = target.staticcall(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
return functionDelegateCall(target, data, "Address: low-level delegate call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
(bool success, bytes memory returndata) = target.delegatecall(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
* the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
*
* _Available since v4.8._
*/
function verifyCallResultFromTarget(
address target,
bool success,
bytes memory returndata,
string memory errorMessage
) internal view returns (bytes memory) {
if (success) {
if (returndata.length == 0) {
// only check isContract if the call was successful and the return data is empty
// otherwise we already know that it was a contract
require(isContract(target), "Address: call to non-contract");
}
return returndata;
} else {
_revert(returndata, errorMessage);
}
}
/**
* @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
* revert reason or using the provided one.
*
* _Available since v4.3._
*/
function verifyCallResult(
bool success,
bytes memory returndata,
string memory errorMessage
) internal pure returns (bytes memory) {
if (success) {
return returndata;
} else {
_revert(returndata, errorMessage);
}
}
function _revert(bytes memory returndata, string memory errorMessage) private pure {
// Look for revert reason and bubble it up if present
if (returndata.length > 0) {
// The easiest way to bubble the revert reason is using memory via assembly
/// @solidity memory-safe-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
import "../proxy/utils/Initializable.sol";
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract ContextUpgradeable is Initializable {
function __Context_init() internal onlyInitializing {
}
function __Context_init_unchained() internal onlyInitializing {
}
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
/**
* @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[50] private __gap;
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IBeefySwapper {
function swap(
address fromToken,
address toToken,
uint256 amountIn
) external returns (uint256 amountOut);
function swap(
address fromToken,
address toToken,
uint256 amountIn,
uint256 minAmountOut
) external returns (uint256 amountOut);
function getAmountOut(
address _fromToken,
address _toToken,
uint256 _amountIn
) external view returns (uint256 amountOut);
struct SwapInfo {
address router;
bytes data;
uint256 amountIndex;
uint256 minIndex;
int8 minAmountSign;
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IERC20Extended {
function symbol() external view returns (string memory);
function decimals() external view returns (uint);
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IFeeConfig {
struct FeeCategory {
uint256 total;
uint256 beefy;
uint256 call;
uint256 strategist;
string label;
bool active;
}
struct AllFees {
FeeCategory performance;
uint256 deposit;
uint256 withdraw;
}
function getFees(address strategy) external view returns (FeeCategory memory);
function stratFeeId(address strategy) external view returns (uint256);
function setStratFeeId(uint256 feeId) external;
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IIchiDepositHelper {
function forwardDepositToICHIVault(address _vault, address _deployer, address _token, uint256 _amount, uint256 _minAmountOut, address _to) external;
}// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.9.0;
interface ILynexRewardPool {
function deposit(uint256 amount) external;
function stake(uint256 amount) external;
function withdraw(uint256 amount) external;
function earned(address account) external view returns (uint256);
function getReward() external;
function getReward(address account, address[] memory rewards) external;
function balanceOf(address account) external view returns (uint256);
function stakingToken() external view returns (address);
function rewardsToken() external view returns (address);
function emergency() external view returns (bool);
function emergencyWithdraw() external;
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol";
import "../../interfaces/common/IFeeConfig.sol";
contract StratFeeManagerInitializable is OwnableUpgradeable, PausableUpgradeable {
struct CommonAddresses {
address vault;
address unirouter;
address keeper;
address strategist;
address beefyFeeRecipient;
address beefyFeeConfig;
}
// common addresses for the strategy
address public vault;
address public unirouter;
address public keeper;
address public strategist;
address public beefyFeeRecipient;
IFeeConfig public beefyFeeConfig;
uint256 constant DIVISOR = 1 ether;
uint256 constant public WITHDRAWAL_FEE_CAP = 50;
uint256 constant public WITHDRAWAL_MAX = 10000;
uint256 internal withdrawalFee;
event SetStratFeeId(uint256 feeId);
event SetWithdrawalFee(uint256 withdrawalFee);
event SetVault(address vault);
event SetUnirouter(address unirouter);
event SetKeeper(address keeper);
event SetStrategist(address strategist);
event SetBeefyFeeRecipient(address beefyFeeRecipient);
event SetBeefyFeeConfig(address beefyFeeConfig);
function __StratFeeManager_init(CommonAddresses calldata _commonAddresses) internal onlyInitializing {
__Ownable_init();
__Pausable_init();
vault = _commonAddresses.vault;
unirouter = _commonAddresses.unirouter;
keeper = _commonAddresses.keeper;
strategist = _commonAddresses.strategist;
beefyFeeRecipient = _commonAddresses.beefyFeeRecipient;
beefyFeeConfig = IFeeConfig(_commonAddresses.beefyFeeConfig);
withdrawalFee = 10;
}
// checks that caller is either owner or keeper.
modifier onlyManager() {
_checkManager();
_;
}
function _checkManager() internal view {
require(msg.sender == owner() || msg.sender == keeper, "!manager");
}
// fetch fees from config contract
function getFees() internal view returns (IFeeConfig.FeeCategory memory) {
return beefyFeeConfig.getFees(address(this));
}
// fetch fees from config contract and dynamic deposit/withdraw fees
function getAllFees() external view returns (IFeeConfig.AllFees memory) {
return IFeeConfig.AllFees(getFees(), depositFee(), withdrawFee());
}
function getStratFeeId() external view returns (uint256) {
return beefyFeeConfig.stratFeeId(address(this));
}
function setStratFeeId(uint256 _feeId) external onlyManager {
beefyFeeConfig.setStratFeeId(_feeId);
emit SetStratFeeId(_feeId);
}
// adjust withdrawal fee
function setWithdrawalFee(uint256 _fee) public onlyManager {
require(_fee <= WITHDRAWAL_FEE_CAP, "!cap");
withdrawalFee = _fee;
emit SetWithdrawalFee(_fee);
}
// set new vault (only for strategy upgrades)
function setVault(address _vault) external onlyOwner {
vault = _vault;
emit SetVault(_vault);
}
// set new unirouter
function setUnirouter(address _unirouter) external onlyOwner {
unirouter = _unirouter;
emit SetUnirouter(_unirouter);
}
// set new keeper to manage strat
function setKeeper(address _keeper) external onlyManager {
keeper = _keeper;
emit SetKeeper(_keeper);
}
// set new strategist address to receive strat fees
function setStrategist(address _strategist) external {
require(msg.sender == strategist, "!strategist");
strategist = _strategist;
emit SetStrategist(_strategist);
}
// set new beefy fee address to receive beefy fees
function setBeefyFeeRecipient(address _beefyFeeRecipient) external onlyOwner {
beefyFeeRecipient = _beefyFeeRecipient;
emit SetBeefyFeeRecipient(_beefyFeeRecipient);
}
// set new fee config address to fetch fees
function setBeefyFeeConfig(address _beefyFeeConfig) external onlyOwner {
beefyFeeConfig = IFeeConfig(_beefyFeeConfig);
emit SetBeefyFeeConfig(_beefyFeeConfig);
}
function depositFee() public virtual view returns (uint256) {
return 0;
}
function withdrawFee() public virtual view returns (uint256) {
return paused() ? 0 : withdrawalFee;
}
function beforeDeposit() external virtual {}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin-4/contracts/utils/Address.sol";
import "./IGasPrice.sol";
contract GasFeeThrottler {
bool public shouldGasThrottle = true;
address public gasprice = address(0xA43509661141F254F54D9A326E8Ec851A0b95307);
modifier gasThrottle() {
if (shouldGasThrottle && Address.isContract(gasprice)) {
require(tx.gasprice <= IGasPrice(gasprice).maxGasPrice(), "gas is too high!");
}
_;
}
}// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.9.0;
interface IGasPrice {
function maxGasPrice() external returns (uint);
}{
"optimizer": {
"enabled": true,
"runs": 200
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"libraries": {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"callFees","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"beefyFees","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"strategistFees","type":"uint256"}],"name":"ChargedFees","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tvl","type":"uint256"}],"name":"Deposit","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","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"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"beefyFeeConfig","type":"address"}],"name":"SetBeefyFeeConfig","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"beefyFeeRecipient","type":"address"}],"name":"SetBeefyFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"keeper","type":"address"}],"name":"SetKeeper","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"feeId","type":"uint256"}],"name":"SetStratFeeId","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"strategist","type":"address"}],"name":"SetStrategist","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"unirouter","type":"address"}],"name":"SetUnirouter","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"vault","type":"address"}],"name":"SetVault","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"withdrawalFee","type":"uint256"}],"name":"SetWithdrawalFee","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"harvester","type":"address"},{"indexed":false,"internalType":"uint256","name":"wantHarvested","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tvl","type":"uint256"}],"name":"StratHarvest","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tvl","type":"uint256"}],"name":"Withdraw","type":"event"},{"inputs":[],"name":"WITHDRAWAL_FEE_CAP","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"WITHDRAWAL_MAX","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_reward","type":"address"}],"name":"addReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"balanceOfPool","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"balanceOfWant","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"beefyFeeConfig","outputs":[{"internalType":"contract IFeeConfig","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"beefyFeeRecipient","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"beforeDeposit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"callReward","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"deposit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"depositFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"depositToken","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"flashPool","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getAllFees","outputs":[{"components":[{"components":[{"internalType":"uint256","name":"total","type":"uint256"},{"internalType":"uint256","name":"beefy","type":"uint256"},{"internalType":"uint256","name":"call","type":"uint256"},{"internalType":"uint256","name":"strategist","type":"uint256"},{"internalType":"string","name":"label","type":"string"},{"internalType":"bool","name":"active","type":"bool"}],"internalType":"struct IFeeConfig.FeeCategory","name":"performance","type":"tuple"},{"internalType":"uint256","name":"deposit","type":"uint256"},{"internalType":"uint256","name":"withdraw","type":"uint256"}],"internalType":"struct IFeeConfig.AllFees","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getStratFeeId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"callFeeRecipient","type":"address"}],"name":"harvest","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"harvest","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"harvestOnDeposit","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"uint256","name":"amount0","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"hook","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"ichiDepositHelper","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_want","type":"address"},{"internalType":"address","name":"_rewardPool","type":"address"},{"internalType":"address","name":"_depositToken","type":"address"},{"components":[{"internalType":"address","name":"vault","type":"address"},{"internalType":"address","name":"unirouter","type":"address"},{"internalType":"address","name":"keeper","type":"address"},{"internalType":"address","name":"strategist","type":"address"},{"internalType":"address","name":"beefyFeeRecipient","type":"address"},{"internalType":"address","name":"beefyFeeConfig","type":"address"}],"internalType":"struct StratFeeManagerInitializable.CommonAddresses","name":"_commonAddresses","type":"tuple"}],"name":"initialize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"keeper","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lastHarvest","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"native","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"otoken","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"output","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pairFactory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"panic","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"paymentToken","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"resetReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"retireStrat","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"rewardPool","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"rewards","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"rewardsAvailable","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"_beefyFeeConfig","type":"address"}],"name":"setBeefyFeeConfig","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_beefyFeeRecipient","type":"address"}],"name":"setBeefyFeeRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_harvestOnDeposit","type":"bool"}],"name":"setHarvestOnDeposit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_keeper","type":"address"}],"name":"setKeeper","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_feeId","type":"uint256"}],"name":"setStratFeeId","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_strategist","type":"address"}],"name":"setStrategist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_unirouter","type":"address"}],"name":"setUnirouter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_vault","type":"address"}],"name":"setVault","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"}],"name":"setWithdrawalFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"strategist","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unirouter","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"vault","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"vaultDeployer","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"want","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdrawFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"}]Contract Creation Code
608060405234801561001057600080fd5b50613ba9806100206000396000f3fe608060405234801561001057600080fd5b50600436106103835760003560e01c80638912cb8b116101de578063c1a3d44c1161010f578063e7a7250a116100ad578063f2fde38b1161007c578063f2fde38b14610703578063f301af4214610716578063fb61778714610729578063fbfa77cf1461073157600080fd5b8063e7a7250a14610521578063e941fa78146106d7578063f1a392da146106df578063f20eaeb8146106e857600080fd5b8063d0e30db0116100e9578063d0e30db014610699578063d92f3d73146106a1578063dfbdc437146106b4578063e14f870d146106bc57600080fd5b8063c1a3d44c1461066b578063c7b9d53014610673578063c89039c51461068657600080fd5b80639c9b2e211161017c578063ac1e502511610156578063ac1e502514610615578063aced166114610628578063ae8ecf581461063b578063b20feaaf1461065657600080fd5b80639c9b2e21146105d4578063a68833e5146105e7578063aa7f0ceb146105fa57600080fd5b80638e145459116101b85780638e145459146105935780638f72cb00146105a657806397fd323d146105215780639a7bff79146105c157600080fd5b80638912cb8b146105665780638cfc02501461057a5780638da5cb5b1461058257600080fd5b80634641257d116102b857806366666aa911610256578063715018a611610230578063715018a61461053b578063722713f714610543578063748747e61461054b5780638456cb591461055e57600080fd5b806366666aa91461050e57806367a52793146105215780636817031b1461052857600080fd5b806354518b1a1161029257806354518b1a146104de57806355c64ce1146104e7578063573fef0a146104ef5780635c975abb146104f757600080fd5b80634641257d146104bb5780634700d305146104c35780634746fb55146104cb57600080fd5b8063257ae0de116103255780632f17e030116102ff5780632f17e0301461046a5780633013ce29146104855780633e55f932146104a05780633f4ba83a146104b357600080fd5b8063257ae0de1461043157806327b6f901146104445780632e1a7d4d1461045757600080fd5b8063115880861161036157806311588086146103c357806311b0b42d146103de5780631f1fcd511461040b5780631fe4a6861461041e57600080fd5b80630e5c011e146103885780630e8fbb5a1461039d578063106fdbd0146103b0575b600080fd5b61039b61039636600461358d565b610744565b005b61039b6103ab3660046135b6565b610750565b61039b6103be36600461358d565b610793565b6103cb6107f0565b6040519081526020015b60405180910390f35b6103f3600080516020613b5483398151915281565b6040516001600160a01b0390911681526020016103d5565b609e546103f3906001600160a01b031681565b609a546103f3906001600160a01b031681565b6098546103f3906001600160a01b031681565b61039b6104523660046135d3565b610863565b61039b610465366004613632565b610a12565b6103f37375178e0a2829b73e3ae4c21ee64f4b684085392a81565b6103f373176211869ca2b568f2a7d4ee941e073a821ee1ff81565b61039b6104ae366004613632565b610c43565b61039b610cda565b61039b610cfc565b61039b610d05565b609c546103f3906001600160a01b031681565b6103cb61271081565b61039b610e4c565b61039b610f68565b60655460ff165b60405190151581526020016103d5565b60a1546103f3906001600160a01b031681565b60006103cb565b61039b61053636600461358d565b610fa4565b61039b610ffa565b6103cb61100c565b61039b61055936600461358d565b611028565b61039b61107e565b60a1546104fe90600160a01b900460ff1681565b6103cb611096565b6033546001600160a01b03166103f3565b609b546103f3906001600160a01b031681565b6103f37357c9d919aea56171506cfb62b60ce76be0a079df81565b61039b6105cf3660046136e3565b6110c7565b61039b6105e236600461358d565b61151c565b61039b6105f536600461358d565b611642565b6103f373a4477d98e519d4c1d66aef4efdf7cbeb84f4f77881565b61039b610623366004613632565b611698565b6099546103f3906001600160a01b031681565b6103f37363349ba5e1f71252ecd56e8f950d1a518b400b6081565b61065e61170f565b6040516103d591906137d7565b6103cb611745565b61039b61068136600461358d565b611776565b609f546103f3906001600160a01b031681565b61039b61180c565b61039b6106af36600461358d565b61191e565b6103cb603281565b6103f373bc7695fd00e3b32d08124b7a4287493aee99f9ee81565b6103cb611974565b6103cb60a25481565b6103f3731a51b19ce03dbe0cb44c1528e34a7edd7771e9af81565b61039b61071136600461358d565b611993565b6103f3610724366004613632565b611a09565b61039b611a33565b6097546103f3906001600160a01b031681565b61074d81611c65565b50565b610758611dc0565b60a1805460ff60a01b1916600160a01b8315158102919091179182905560ff910416156107895761074d6000611698565b61074d600a611698565b61079b611e1a565b609c80546001600160a01b0319166001600160a01b0383169081179091556040519081527f91e28ce4210d103c13c5174847e463b836900f8dc63e9d9b42a4255169d19529906020015b60405180910390a150565b60a1546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a08231906024015b602060405180830381865afa15801561083a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085e9190613854565b905090565b600054610100900460ff16158080156108835750600054600160ff909116105b8061089d5750303b15801561089d575060005460ff166001145b6109055760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b6000805460ff191660011790558015610928576000805461ff0019166101001790555b61093182611e74565b609e80546001600160a01b038088166001600160a01b03199283161790925560a18054878416908316179055609f80549286169282169290921790915560a080546001810182556000919091527f78fdc8d422c49ced035a9edf18d00d3c6a8d81df210f3e5e448e045e77b41e880180549091167363349ba5e1f71252ecd56e8f950d1a518b400b601790556109c5611fd0565b8015610a0b576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b6097546001600160a01b03163314610a3c5760405162461bcd60e51b81526004016108fc9061386d565b609e546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa158015610a85573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aa99190613854565b905081811015610b8d5760a1546001600160a01b0316632e1a7d4d610ace83856138a3565b6040518263ffffffff1660e01b8152600401610aec91815260200190565b600060405180830381600087803b158015610b0657600080fd5b505af1158015610b1a573d6000803e3d6000fd5b5050609e546040516370a0823160e01b81523060048201526001600160a01b0390911692506370a082319150602401602060405180830381865afa158015610b66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b8a9190613854565b90505b81811115610b985750805b6033546001600160a01b03163214801590610bb6575060655460ff16155b15610be8576000612710609d5483610bce91906138bc565b610bd891906138d3565b9050610be481836138a3565b9150505b609754609e54610c05916001600160a01b03918216911683612359565b7f5b6b431d4476a211bb7d41c20d1aab9ae2321deee0d20be3d9fc9b1093fa6e3d610c2e61100c565b60405190815260200160405180910390a15050565b610c4b611dc0565b609c54604051631f2afc9960e11b8152600481018390526001600160a01b0390911690633e55f93290602401600060405180830381600087803b158015610c9157600080fd5b505af1158015610ca5573d6000803e3d6000fd5b505050507f9163810ee1e29168d4ce900e48a333fb8fbd3fd070d2bef67f6d4db0846a469f816040516107e591815260200190565b610ce2611dc0565b610cea6123b4565b610cf2611fd0565b610cfa61180c565b565b610cfa32611c65565b610d0d611dc0565b610d1561107e565b60a160009054906101000a90046001600160a01b03166001600160a01b031663caa6fea46040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d68573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8c9190613900565b15610dfb5760a160009054906101000a90046001600160a01b03166001600160a01b031663db2e21bc6040518163ffffffff1660e01b8152600401600060405180830381600087803b158015610de157600080fd5b505af1158015610df5573d6000803e3d6000fd5b50505050565b60a1546001600160a01b0316632e1a7d4d610e146107f0565b6040518263ffffffff1660e01b8152600401610e3291815260200190565b600060405180830381600087803b158015610de157600080fd5b610e54611dc0565b60005b60a054811015610f035760a08181548110610e7457610e7461391d565b600091825260208220015460985460405163095ea7b360e01b81526001600160a01b039283169363095ea7b393610eaf931691600401613933565b6020604051808303816000875af1158015610ece573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ef29190613900565b50610efc8161394c565b9050610e57565b50610f1060a060006134e0565b60a080546001810182556000919091527f78fdc8d422c49ced035a9edf18d00d3c6a8d81df210f3e5e448e045e77b41e880180546001600160a01b0319167363349ba5e1f71252ecd56e8f950d1a518b400b60179055565b60a154600160a01b900460ff1615610cfa576097546001600160a01b03163314610cfc5760405162461bcd60e51b81526004016108fc9061386d565b610fac611e1a565b609780546001600160a01b0319166001600160a01b0383169081179091556040519081527fd459c7242e23d490831b5676a611c4342d899d28f342d89ae80793e56a930f30906020016107e5565b611002611e1a565b610cfa6000612406565b60006110166107f0565b61101e611745565b61085e9190613965565b611030611dc0565b609980546001600160a01b0319166001600160a01b0383169081179091556040519081527fefb5cfa1a8690c124332ab93324539c5c9c4be03f28aeb8be86f2d8a0c9fb99b906020016107e5565b611086611dc0565b61108e612458565b610cfa612495565b609c54604051636788231160e11b81523060048201526000916001600160a01b03169063cf1046229060240161081d565b6001600160a01b038416301461110e5760405162461bcd60e51b815260206004820152600c60248201526b3bb937b7339039b2b73232b960a11b60448201526064016108fc565b3373a4477d98e519d4c1d66aef4efdf7cbeb84f4f7781461115e5760405162461bcd60e51b815260206004820152600a60248201526908599b185cda141bdbdb60b21b60448201526064016108fc565b60a154600160a81b900460ff166111a25760405162461bcd60e51b815260206004820152600860248201526710b33630b9b427b760c11b60448201526064016108fc565b6040516370a0823160e01b81523060048201526000907363349ba5e1f71252ecd56e8f950d1a518b400b60906370a0823190602401602060405180830381865afa1580156111f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112189190613854565b6040516350ea861d60e11b815260048101829052602481018690523060448201524260648201529091507363349ba5e1f71252ecd56e8f950d1a518b400b609063a1d50c3a90608401600060405180830381600087803b15801561127b57600080fd5b505af115801561128f573d6000803e3d6000fd5b50506040516370a0823160e01b815230600482015260009250731a51b19ce03dbe0cb44c1528e34a7edd7771e9af91506370a0823190602401602060405180830381865afa1580156112e5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113099190613854565b609854604051630df791e560e41b81529192506001600160a01b03169063df791e509061136690731a51b19ce03dbe0cb44c1528e34a7edd7771e9af9073176211869ca2b568f2a7d4ee941e073a821ee1ff908690600401613978565b6020604051808303816000875af1158015611385573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113a99190613854565b5060006113b586612812565b6113bf9087613965565b90506113f473176211869ca2b568f2a7d4ee941e073a821ee1ff73a4477d98e519d4c1d66aef4efdf7cbeb84f4f77883612359565b6040516370a0823160e01b815230600482015260009073176211869ca2b568f2a7d4ee941e073a821ee1ff906370a0823190602401602060405180830381865afa158015611446573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061146a9190613854565b609854604051630df791e560e41b81529192506001600160a01b03169063df791e50906114c19073176211869ca2b568f2a7d4ee941e073a821ee1ff90600080516020613b54833981519152908690600401613978565b6020604051808303816000875af11580156114e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115049190613854565b505060a1805460ff60a81b1916905550505050505050565b611524611dc0565b609e546001600160a01b03908116908216036115705760405162461bcd60e51b815260206004820152600b60248201526a1c995dd85c990f5dd85b9d60aa1b60448201526064016108fc565b60a080546001810182556000919091527f78fdc8d422c49ced035a9edf18d00d3c6a8d81df210f3e5e448e045e77b41e880180546001600160a01b0319166001600160a01b03831617905560655460ff1661074d5760985460405163095ea7b360e01b81526001600160a01b038381169263095ea7b3926115fb929091169060001990600401613933565b6020604051808303816000875af115801561161a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061163e9190613900565b5050565b61164a611e1a565b609b80546001600160a01b0319166001600160a01b0383169081179091556040519081527f8041329bf7057543a2c2ff4e4071d1d488a31f82ed44e169b5cd2f04f5e3ac85906020016107e5565b6116a0611dc0565b60328111156116da5760405162461bcd60e51b81526004016108fc906020808252600490820152630216361760e41b604082015260600190565b609d8190556040518181527f3aa4413905e8f015896ec5880bdde24088ccb19b578f9fcf6800354d5320d4af906020016107e5565b6117176134fe565b604051806060016040528061172a6128b4565b81526020016000815260200161173e611974565b9052919050565b609e546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a082319060240161081d565b609a546001600160a01b031633146117be5760405162461bcd60e51b815260206004820152600b60248201526a085cdd1c985d1959da5cdd60aa1b60448201526064016108fc565b609a80546001600160a01b0319166001600160a01b0383169081179091556040519081527f46d58e3fa07bf19b1d27240f0e286b27e9f7c1b0d88933333fe833b60eec5412906020016107e5565b61181461295f565b609e546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa15801561185d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118819190613854565b9050801561074d5760a15460405163b6b55f2560e01b8152600481018390526001600160a01b039091169063b6b55f2590602401600060405180830381600087803b1580156118cf57600080fd5b505af11580156118e3573d6000803e3d6000fd5b505050507f4d6ce1e535dbade1c23defba91e23b8f791ce5edc0cc320257a2b364e4e3842661191061100c565b6040519081526020016107e5565b611926611e1a565b609880546001600160a01b0319166001600160a01b0383169081179091556040519081527f5ca6e64c4522e68e154aa9372f2c5969cd37d9640e59f66953dc472f54ee86fa906020016107e5565b600061198260655460ff1690565b61198d5750609d5490565b50600090565b61199b611e1a565b6001600160a01b038116611a005760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108fc565b61074d81612406565b60a08181548110611a1957600080fd5b6000918252602090912001546001600160a01b0316905081565b6097546001600160a01b03163314611a5d5760405162461bcd60e51b81526004016108fc9061386d565b6000611a676107f0565b1115611bc05760a160009054906101000a90046001600160a01b03166001600160a01b031663caa6fea46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ac0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ae49190613900565b15611b565760a160009054906101000a90046001600160a01b03166001600160a01b031663db2e21bc6040518163ffffffff1660e01b8152600401600060405180830381600087803b158015611b3957600080fd5b505af1158015611b4d573d6000803e3d6000fd5b50505050611bc0565b60a1546001600160a01b0316632e1a7d4d611b6f6107f0565b6040518263ffffffff1660e01b8152600401611b8d91815260200190565b600060405180830381600087803b158015611ba757600080fd5b505af1158015611bbb573d6000803e3d6000fd5b505050505b609e546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa158015611c09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c2d9190613854565b609e5460975460405163a9059cbb60e01b81529293506001600160a01b039182169263a9059cbb926115fb9216908590600401613933565b611c6d61295f565b60a1546040516331279d3d60e01b81526001600160a01b03909116906331279d3d90611ca090309060a09060040161399c565b600060405180830381600087803b158015611cba57600080fd5b505af1158015611cce573d6000803e3d6000fd5b50505050611cda6129a5565b6040516370a0823160e01b8152306004820152600090600080516020613b54833981519152906370a0823190602401602060405180830381865afa158015611d26573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d4a9190613854565b111561074d57611d5981612b67565b611d61612d2c565b6000611d6b611745565b9050611d7561180c565b4260a255337f9bc239f1724cacfb88cb1d66a2dc437467699b68a8c90d7b63110cf4b6f9241082611da461100c565b6040805192835260208301919091520160405180910390a25050565b6033546001600160a01b0316331480611de357506099546001600160a01b031633145b610cfa5760405162461bcd60e51b815260206004820152600860248201526710b6b0b730b3b2b960c11b60448201526064016108fc565b6033546001600160a01b03163314610cfa5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016108fc565b600054610100900460ff16611e9b5760405162461bcd60e51b81526004016108fc906139fb565b611ea3612f60565b611eab612f8f565b611eb8602082018261358d565b609780546001600160a01b0319166001600160a01b0392909216919091179055611ee8604082016020830161358d565b609880546001600160a01b0319166001600160a01b0392909216919091179055611f18606082016040830161358d565b609980546001600160a01b0319166001600160a01b0392909216919091179055611f48608082016060830161358d565b609a80546001600160a01b0319166001600160a01b0392909216919091179055611f7860a082016080830161358d565b609b80546001600160a01b0319166001600160a01b0392909216919091179055611fa860c0820160a0830161358d565b609c80546001600160a01b0319166001600160a01b039290921691909117905550600a609d55565b609e5460a15460405163095ea7b360e01b81526001600160a01b039283169263095ea7b3926120089291169060001990600401613933565b6020604051808303816000875af1158015612027573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061204b9190613900565b5060985460405163095ea7b360e01b8152731a51b19ce03dbe0cb44c1528e34a7edd7771e9af9163095ea7b391612092916001600160a01b03169060001990600401613933565b6020604051808303816000875af11580156120b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120d59190613900565b5060985460405163095ea7b360e01b8152600080516020613b548339815191529163095ea7b391612116916001600160a01b03169060001990600401613933565b6020604051808303816000875af1158015612135573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121599190613900565b5060985460405163095ea7b360e01b815273176211869ca2b568f2a7d4ee941e073a821ee1ff9163095ea7b3916121a0916001600160a01b03169060001990600401613933565b6020604051808303816000875af11580156121bf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121e39190613900565b5060405163095ea7b360e01b815273176211869ca2b568f2a7d4ee941e073a821ee1ff9063095ea7b390612233907363349ba5e1f71252ecd56e8f950d1a518b400b609060001990600401613933565b6020604051808303816000875af1158015612252573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122769190613900565b50609f546122a4906001600160a01b03167357c9d919aea56171506cfb62b60ce76be0a079df600019612fbe565b60005b60a05481101561074d5760a081815481106122c4576122c461391d565b60009182526020909120015460985460405163095ea7b360e01b81526001600160a01b039283169263095ea7b3926123059291169060001990600401613933565b6020604051808303816000875af1158015612324573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123489190613900565b506123528161394c565b90506122a7565b6123af8363a9059cbb60e01b8484604051602401612378929190613933565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526130c2565b505050565b6123bc613194565b6065805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b61246061295f565b6065805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586123e93390565b609e5460a15460405163095ea7b360e01b81526001600160a01b039283169263095ea7b3926124cc92911690600090600401613933565b6020604051808303816000875af11580156124eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061250f9190613900565b5060985460405163095ea7b360e01b8152731a51b19ce03dbe0cb44c1528e34a7edd7771e9af9163095ea7b391612555916001600160a01b031690600090600401613933565b6020604051808303816000875af1158015612574573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125989190613900565b5060985460405163095ea7b360e01b8152600080516020613b548339815191529163095ea7b3916125d8916001600160a01b031690600090600401613933565b6020604051808303816000875af11580156125f7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061261b9190613900565b5060985460405163095ea7b360e01b815273176211869ca2b568f2a7d4ee941e073a821ee1ff9163095ea7b391612661916001600160a01b031690600090600401613933565b6020604051808303816000875af1158015612680573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126a49190613900565b5060405163095ea7b360e01b815273176211869ca2b568f2a7d4ee941e073a821ee1ff9063095ea7b3906126f3907363349ba5e1f71252ecd56e8f950d1a518b400b6090600090600401613933565b6020604051808303816000875af1158015612712573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127369190613900565b50609f54612763906001600160a01b03167357c9d919aea56171506cfb62b60ce76be0a079df6000612fbe565b60005b60a05481101561074d5760a081815481106127835761278361391d565b600091825260208220015460985460405163095ea7b360e01b81526001600160a01b039283169363095ea7b3936127be931691600401613933565b6020604051808303816000875af11580156127dd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128019190613900565b5061280b8161394c565b9050612766565b60008073bc7695fd00e3b32d08124b7a4287493aee99f9ee6001600160a01b03166340bbd7756040518163ffffffff1660e01b8152600401602060405180830381865afa158015612867573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061288b9190613854565b9050612899816127106138a3565b6128a382856138bc565b6128ad91906138d3565b9392505050565b6128ef6040518060c0016040528060008152602001600081526020016000815260200160008152602001606081526020016000151581525090565b609c54604051639af608c960e01b81523060048201526001600160a01b0390911690639af608c990602401600060405180830381865afa158015612937573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261085e9190810190613a46565b60655460ff1615610cfa5760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016108fc565b6040516370a0823160e01b81523060048201526000907363349ba5e1f71252ecd56e8f950d1a518b400b60906370a0823190602401602060405180830381865afa1580156129f7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a1b9190613854565b90508015612a2c57612a2c816131dd565b60005b60a05481101561163e57600060a08281548110612a4e57612a4e61391d565b60009182526020822001546040516370a0823160e01b81523060048201526001600160a01b03909116925082906370a0823190602401602060405180830381865afa158015612aa1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ac59190613854565b90508015612b5457609854604051630df791e560e41b81526001600160a01b039091169063df791e5090612b0f908590600080516020613b54833981519152908690600401613978565b6020604051808303816000875af1158015612b2e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b529190613854565b505b505080612b609061394c565b9050612a2f565b6000612b716128b4565b80516040516370a0823160e01b8152306004820152919250600091670de0b6b3a76400009190600080516020613b54833981519152906370a0823190602401602060405180830381865afa158015612bcd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bf19190613854565b612bfb91906138bc565b612c0591906138d3565b90506000670de0b6b3a7640000836040015183612c2291906138bc565b612c2c91906138d3565b9050612c47600080516020613b548339815191528583612359565b6000670de0b6b3a7640000846020015184612c6291906138bc565b612c6c91906138d3565b609b54909150612c9590600080516020613b54833981519152906001600160a01b031683612359565b6000670de0b6b3a7640000856060015185612cb091906138bc565b612cba91906138d3565b609a54909150612ce390600080516020613b54833981519152906001600160a01b031683612359565b60408051848152602081018490529081018290527fd255b592c7f268a73e534da5219a60ff911b4cf6daae21c7d20527dd657bd99a9060600160405180910390a1505050505050565b609f546001600160a01b0316600080516020613b5483398151915214612e4b576040516370a0823160e01b8152306004820152600090600080516020613b54833981519152906370a0823190602401602060405180830381865afa158015612d98573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612dbc9190613854565b609854609f54604051630df791e560e41b81529293506001600160a01b039182169263df791e5092612e0592600080516020613b54833981519152929116908690600401613978565b6020604051808303816000875af1158015612e24573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e489190613854565b50505b609f546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa158015612e94573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eb89190613854565b609e54609f54604051635d123e3f60e01b81526001600160a01b0392831660048201527375178e0a2829b73e3ae4c21ee64f4b684085392a60248201529116604482015260648101829052600060848201523060a48201529091507357c9d919aea56171506cfb62b60ce76be0a079df90635d123e3f9060c401600060405180830381600087803b158015612f4c57600080fd5b505af1158015610a0b573d6000803e3d6000fd5b600054610100900460ff16612f875760405162461bcd60e51b81526004016108fc906139fb565b610cfa6132fc565b600054610100900460ff16612fb65760405162461bcd60e51b81526004016108fc906139fb565b610cfa61332c565b8015806130385750604051636eb1769f60e11b81523060048201526001600160a01b03838116602483015284169063dd62ed3e90604401602060405180830381865afa158015613012573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130369190613854565b155b6130a35760405162461bcd60e51b815260206004820152603660248201527f5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f60448201527520746f206e6f6e2d7a65726f20616c6c6f77616e636560501b60648201526084016108fc565b6123af8363095ea7b360e01b8484604051602401612378929190613933565b6000613117826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661335f9092919063ffffffff16565b8051909150156123af57808060200190518101906131359190613900565b6123af5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016108fc565b60655460ff16610cfa5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016108fc565b6040516319ce656f60e11b8152600481018290526000907363349ba5e1f71252ecd56e8f950d1a518b400b609063339ccade90602401602060405180830381865afa158015613230573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906132549190613854565b60a1805460ff60a81b1916600160a81b17905560405163022c0d9f60e01b81526004810182905260006024820152306044820152608060648201526005608482015264426565667960d81b60a482015290915073a4477d98e519d4c1d66aef4efdf7cbeb84f4f7789063022c0d9f9060c401600060405180830381600087803b1580156132e057600080fd5b505af11580156132f4573d6000803e3d6000fd5b505050505050565b600054610100900460ff166133235760405162461bcd60e51b81526004016108fc906139fb565b610cfa33612406565b600054610100900460ff166133535760405162461bcd60e51b81526004016108fc906139fb565b6065805460ff19169055565b606061336e8484600085613376565b949350505050565b6060824710156133d75760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016108fc565b6001600160a01b0385163b61342e5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016108fc565b600080866001600160a01b0316858760405161344a9190613b24565b60006040518083038185875af1925050503d8060008114613487576040519150601f19603f3d011682016040523d82523d6000602084013e61348c565b606091505b509150915061349c8282866134a7565b979650505050505050565b606083156134b65750816128ad565b8251156134c65782518084602001fd5b8160405162461bcd60e51b81526004016108fc9190613b40565b508054600082559060005260206000209081019061074d9190613558565b60405180606001604052806135446040518060c0016040528060008152602001600081526020016000815260200160008152602001606081526020016000151581525090565b815260200160008152602001600081525090565b5b8082111561356d5760008155600101613559565b5090565b80356001600160a01b038116811461358857600080fd5b919050565b60006020828403121561359f57600080fd5b6128ad82613571565b801515811461074d57600080fd5b6000602082840312156135c857600080fd5b81356128ad816135a8565b6000806000808486036101208112156135eb57600080fd5b6135f486613571565b945061360260208701613571565b935061361060408701613571565b925060c0605f198201121561362457600080fd5b509295919450926060019150565b60006020828403121561364457600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60405160c0810167ffffffffffffffff811182821017156136845761368461364b565b60405290565b604051601f8201601f1916810167ffffffffffffffff811182821017156136b3576136b361364b565b604052919050565b600067ffffffffffffffff8211156136d5576136d561364b565b50601f01601f191660200190565b600080600080608085870312156136f957600080fd5b61370285613571565b93506020850135925060408501359150606085013567ffffffffffffffff81111561372c57600080fd5b8501601f8101871361373d57600080fd5b803561375061374b826136bb565b61368a565b81815288602083850101111561376557600080fd5b8160208401602083013760006020838301015280935050505092959194509250565b60005b838110156137a257818101518382015260200161378a565b50506000910152565b600081518084526137c3816020860160208601613787565b601f01601f19169290920160200192915050565b60208152600082516060602084015280516080840152602081015160a0840152604081015160c0840152606081015160e0840152608081015160c06101008501526138266101408501826137ab565b905060a082015115156101208501526020850151604085015260408501516060850152809250505092915050565b60006020828403121561386657600080fd5b5051919050565b602080825260069082015265085d985d5b1d60d21b604082015260600190565b634e487b7160e01b600052601160045260246000fd5b818103818111156138b6576138b661388d565b92915050565b80820281158282048414176138b6576138b661388d565b6000826138f057634e487b7160e01b600052601260045260246000fd5b500490565b8051613588816135a8565b60006020828403121561391257600080fd5b81516128ad816135a8565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b03929092168252602082015260400190565b60006001820161395e5761395e61388d565b5060010190565b808201808211156138b6576138b661388d565b6001600160a01b039384168152919092166020820152604081019190915260600190565b60006040820160018060a01b03808616845260206040818601528286548085526060870191508760005282600020945060005b818110156139ed5785548516835260019586019592840192016139cf565b509098975050505050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b60006020808385031215613a5957600080fd5b825167ffffffffffffffff80821115613a7157600080fd5b9084019060c08287031215613a8557600080fd5b613a8d613661565b8251815283830151848201526040830151604082015260608301516060820152608083015182811115613abf57600080fd5b83019150601f82018713613ad257600080fd5b8151613ae061374b826136bb565b8181528886838601011115613af457600080fd5b613b0382878301888701613787565b608083015250613b1560a084016138f5565b60a08201529695505050505050565b60008251613b36818460208701613787565b9190910192915050565b6020815260006128ad60208301846137ab56fe000000000000000000000000e5d7c2a44ffddf6b295a15c148167daaaf5cf34fa264697066735822122081770d894f7431d56503f4bdfcb5a08496d9fecf73ac825c9a062034b47f5e8464736f6c63430008130033
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106103835760003560e01c80638912cb8b116101de578063c1a3d44c1161010f578063e7a7250a116100ad578063f2fde38b1161007c578063f2fde38b14610703578063f301af4214610716578063fb61778714610729578063fbfa77cf1461073157600080fd5b8063e7a7250a14610521578063e941fa78146106d7578063f1a392da146106df578063f20eaeb8146106e857600080fd5b8063d0e30db0116100e9578063d0e30db014610699578063d92f3d73146106a1578063dfbdc437146106b4578063e14f870d146106bc57600080fd5b8063c1a3d44c1461066b578063c7b9d53014610673578063c89039c51461068657600080fd5b80639c9b2e211161017c578063ac1e502511610156578063ac1e502514610615578063aced166114610628578063ae8ecf581461063b578063b20feaaf1461065657600080fd5b80639c9b2e21146105d4578063a68833e5146105e7578063aa7f0ceb146105fa57600080fd5b80638e145459116101b85780638e145459146105935780638f72cb00146105a657806397fd323d146105215780639a7bff79146105c157600080fd5b80638912cb8b146105665780638cfc02501461057a5780638da5cb5b1461058257600080fd5b80634641257d116102b857806366666aa911610256578063715018a611610230578063715018a61461053b578063722713f714610543578063748747e61461054b5780638456cb591461055e57600080fd5b806366666aa91461050e57806367a52793146105215780636817031b1461052857600080fd5b806354518b1a1161029257806354518b1a146104de57806355c64ce1146104e7578063573fef0a146104ef5780635c975abb146104f757600080fd5b80634641257d146104bb5780634700d305146104c35780634746fb55146104cb57600080fd5b8063257ae0de116103255780632f17e030116102ff5780632f17e0301461046a5780633013ce29146104855780633e55f932146104a05780633f4ba83a146104b357600080fd5b8063257ae0de1461043157806327b6f901146104445780632e1a7d4d1461045757600080fd5b8063115880861161036157806311588086146103c357806311b0b42d146103de5780631f1fcd511461040b5780631fe4a6861461041e57600080fd5b80630e5c011e146103885780630e8fbb5a1461039d578063106fdbd0146103b0575b600080fd5b61039b61039636600461358d565b610744565b005b61039b6103ab3660046135b6565b610750565b61039b6103be36600461358d565b610793565b6103cb6107f0565b6040519081526020015b60405180910390f35b6103f3600080516020613b5483398151915281565b6040516001600160a01b0390911681526020016103d5565b609e546103f3906001600160a01b031681565b609a546103f3906001600160a01b031681565b6098546103f3906001600160a01b031681565b61039b6104523660046135d3565b610863565b61039b610465366004613632565b610a12565b6103f37375178e0a2829b73e3ae4c21ee64f4b684085392a81565b6103f373176211869ca2b568f2a7d4ee941e073a821ee1ff81565b61039b6104ae366004613632565b610c43565b61039b610cda565b61039b610cfc565b61039b610d05565b609c546103f3906001600160a01b031681565b6103cb61271081565b61039b610e4c565b61039b610f68565b60655460ff165b60405190151581526020016103d5565b60a1546103f3906001600160a01b031681565b60006103cb565b61039b61053636600461358d565b610fa4565b61039b610ffa565b6103cb61100c565b61039b61055936600461358d565b611028565b61039b61107e565b60a1546104fe90600160a01b900460ff1681565b6103cb611096565b6033546001600160a01b03166103f3565b609b546103f3906001600160a01b031681565b6103f37357c9d919aea56171506cfb62b60ce76be0a079df81565b61039b6105cf3660046136e3565b6110c7565b61039b6105e236600461358d565b61151c565b61039b6105f536600461358d565b611642565b6103f373a4477d98e519d4c1d66aef4efdf7cbeb84f4f77881565b61039b610623366004613632565b611698565b6099546103f3906001600160a01b031681565b6103f37363349ba5e1f71252ecd56e8f950d1a518b400b6081565b61065e61170f565b6040516103d591906137d7565b6103cb611745565b61039b61068136600461358d565b611776565b609f546103f3906001600160a01b031681565b61039b61180c565b61039b6106af36600461358d565b61191e565b6103cb603281565b6103f373bc7695fd00e3b32d08124b7a4287493aee99f9ee81565b6103cb611974565b6103cb60a25481565b6103f3731a51b19ce03dbe0cb44c1528e34a7edd7771e9af81565b61039b61071136600461358d565b611993565b6103f3610724366004613632565b611a09565b61039b611a33565b6097546103f3906001600160a01b031681565b61074d81611c65565b50565b610758611dc0565b60a1805460ff60a01b1916600160a01b8315158102919091179182905560ff910416156107895761074d6000611698565b61074d600a611698565b61079b611e1a565b609c80546001600160a01b0319166001600160a01b0383169081179091556040519081527f91e28ce4210d103c13c5174847e463b836900f8dc63e9d9b42a4255169d19529906020015b60405180910390a150565b60a1546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a08231906024015b602060405180830381865afa15801561083a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085e9190613854565b905090565b600054610100900460ff16158080156108835750600054600160ff909116105b8061089d5750303b15801561089d575060005460ff166001145b6109055760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b6000805460ff191660011790558015610928576000805461ff0019166101001790555b61093182611e74565b609e80546001600160a01b038088166001600160a01b03199283161790925560a18054878416908316179055609f80549286169282169290921790915560a080546001810182556000919091527f78fdc8d422c49ced035a9edf18d00d3c6a8d81df210f3e5e448e045e77b41e880180549091167363349ba5e1f71252ecd56e8f950d1a518b400b601790556109c5611fd0565b8015610a0b576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505050565b6097546001600160a01b03163314610a3c5760405162461bcd60e51b81526004016108fc9061386d565b609e546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa158015610a85573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aa99190613854565b905081811015610b8d5760a1546001600160a01b0316632e1a7d4d610ace83856138a3565b6040518263ffffffff1660e01b8152600401610aec91815260200190565b600060405180830381600087803b158015610b0657600080fd5b505af1158015610b1a573d6000803e3d6000fd5b5050609e546040516370a0823160e01b81523060048201526001600160a01b0390911692506370a082319150602401602060405180830381865afa158015610b66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b8a9190613854565b90505b81811115610b985750805b6033546001600160a01b03163214801590610bb6575060655460ff16155b15610be8576000612710609d5483610bce91906138bc565b610bd891906138d3565b9050610be481836138a3565b9150505b609754609e54610c05916001600160a01b03918216911683612359565b7f5b6b431d4476a211bb7d41c20d1aab9ae2321deee0d20be3d9fc9b1093fa6e3d610c2e61100c565b60405190815260200160405180910390a15050565b610c4b611dc0565b609c54604051631f2afc9960e11b8152600481018390526001600160a01b0390911690633e55f93290602401600060405180830381600087803b158015610c9157600080fd5b505af1158015610ca5573d6000803e3d6000fd5b505050507f9163810ee1e29168d4ce900e48a333fb8fbd3fd070d2bef67f6d4db0846a469f816040516107e591815260200190565b610ce2611dc0565b610cea6123b4565b610cf2611fd0565b610cfa61180c565b565b610cfa32611c65565b610d0d611dc0565b610d1561107e565b60a160009054906101000a90046001600160a01b03166001600160a01b031663caa6fea46040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d68573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8c9190613900565b15610dfb5760a160009054906101000a90046001600160a01b03166001600160a01b031663db2e21bc6040518163ffffffff1660e01b8152600401600060405180830381600087803b158015610de157600080fd5b505af1158015610df5573d6000803e3d6000fd5b50505050565b60a1546001600160a01b0316632e1a7d4d610e146107f0565b6040518263ffffffff1660e01b8152600401610e3291815260200190565b600060405180830381600087803b158015610de157600080fd5b610e54611dc0565b60005b60a054811015610f035760a08181548110610e7457610e7461391d565b600091825260208220015460985460405163095ea7b360e01b81526001600160a01b039283169363095ea7b393610eaf931691600401613933565b6020604051808303816000875af1158015610ece573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ef29190613900565b50610efc8161394c565b9050610e57565b50610f1060a060006134e0565b60a080546001810182556000919091527f78fdc8d422c49ced035a9edf18d00d3c6a8d81df210f3e5e448e045e77b41e880180546001600160a01b0319167363349ba5e1f71252ecd56e8f950d1a518b400b60179055565b60a154600160a01b900460ff1615610cfa576097546001600160a01b03163314610cfc5760405162461bcd60e51b81526004016108fc9061386d565b610fac611e1a565b609780546001600160a01b0319166001600160a01b0383169081179091556040519081527fd459c7242e23d490831b5676a611c4342d899d28f342d89ae80793e56a930f30906020016107e5565b611002611e1a565b610cfa6000612406565b60006110166107f0565b61101e611745565b61085e9190613965565b611030611dc0565b609980546001600160a01b0319166001600160a01b0383169081179091556040519081527fefb5cfa1a8690c124332ab93324539c5c9c4be03f28aeb8be86f2d8a0c9fb99b906020016107e5565b611086611dc0565b61108e612458565b610cfa612495565b609c54604051636788231160e11b81523060048201526000916001600160a01b03169063cf1046229060240161081d565b6001600160a01b038416301461110e5760405162461bcd60e51b815260206004820152600c60248201526b3bb937b7339039b2b73232b960a11b60448201526064016108fc565b3373a4477d98e519d4c1d66aef4efdf7cbeb84f4f7781461115e5760405162461bcd60e51b815260206004820152600a60248201526908599b185cda141bdbdb60b21b60448201526064016108fc565b60a154600160a81b900460ff166111a25760405162461bcd60e51b815260206004820152600860248201526710b33630b9b427b760c11b60448201526064016108fc565b6040516370a0823160e01b81523060048201526000907363349ba5e1f71252ecd56e8f950d1a518b400b60906370a0823190602401602060405180830381865afa1580156111f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112189190613854565b6040516350ea861d60e11b815260048101829052602481018690523060448201524260648201529091507363349ba5e1f71252ecd56e8f950d1a518b400b609063a1d50c3a90608401600060405180830381600087803b15801561127b57600080fd5b505af115801561128f573d6000803e3d6000fd5b50506040516370a0823160e01b815230600482015260009250731a51b19ce03dbe0cb44c1528e34a7edd7771e9af91506370a0823190602401602060405180830381865afa1580156112e5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113099190613854565b609854604051630df791e560e41b81529192506001600160a01b03169063df791e509061136690731a51b19ce03dbe0cb44c1528e34a7edd7771e9af9073176211869ca2b568f2a7d4ee941e073a821ee1ff908690600401613978565b6020604051808303816000875af1158015611385573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113a99190613854565b5060006113b586612812565b6113bf9087613965565b90506113f473176211869ca2b568f2a7d4ee941e073a821ee1ff73a4477d98e519d4c1d66aef4efdf7cbeb84f4f77883612359565b6040516370a0823160e01b815230600482015260009073176211869ca2b568f2a7d4ee941e073a821ee1ff906370a0823190602401602060405180830381865afa158015611446573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061146a9190613854565b609854604051630df791e560e41b81529192506001600160a01b03169063df791e50906114c19073176211869ca2b568f2a7d4ee941e073a821ee1ff90600080516020613b54833981519152908690600401613978565b6020604051808303816000875af11580156114e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115049190613854565b505060a1805460ff60a81b1916905550505050505050565b611524611dc0565b609e546001600160a01b03908116908216036115705760405162461bcd60e51b815260206004820152600b60248201526a1c995dd85c990f5dd85b9d60aa1b60448201526064016108fc565b60a080546001810182556000919091527f78fdc8d422c49ced035a9edf18d00d3c6a8d81df210f3e5e448e045e77b41e880180546001600160a01b0319166001600160a01b03831617905560655460ff1661074d5760985460405163095ea7b360e01b81526001600160a01b038381169263095ea7b3926115fb929091169060001990600401613933565b6020604051808303816000875af115801561161a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061163e9190613900565b5050565b61164a611e1a565b609b80546001600160a01b0319166001600160a01b0383169081179091556040519081527f8041329bf7057543a2c2ff4e4071d1d488a31f82ed44e169b5cd2f04f5e3ac85906020016107e5565b6116a0611dc0565b60328111156116da5760405162461bcd60e51b81526004016108fc906020808252600490820152630216361760e41b604082015260600190565b609d8190556040518181527f3aa4413905e8f015896ec5880bdde24088ccb19b578f9fcf6800354d5320d4af906020016107e5565b6117176134fe565b604051806060016040528061172a6128b4565b81526020016000815260200161173e611974565b9052919050565b609e546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a082319060240161081d565b609a546001600160a01b031633146117be5760405162461bcd60e51b815260206004820152600b60248201526a085cdd1c985d1959da5cdd60aa1b60448201526064016108fc565b609a80546001600160a01b0319166001600160a01b0383169081179091556040519081527f46d58e3fa07bf19b1d27240f0e286b27e9f7c1b0d88933333fe833b60eec5412906020016107e5565b61181461295f565b609e546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa15801561185d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118819190613854565b9050801561074d5760a15460405163b6b55f2560e01b8152600481018390526001600160a01b039091169063b6b55f2590602401600060405180830381600087803b1580156118cf57600080fd5b505af11580156118e3573d6000803e3d6000fd5b505050507f4d6ce1e535dbade1c23defba91e23b8f791ce5edc0cc320257a2b364e4e3842661191061100c565b6040519081526020016107e5565b611926611e1a565b609880546001600160a01b0319166001600160a01b0383169081179091556040519081527f5ca6e64c4522e68e154aa9372f2c5969cd37d9640e59f66953dc472f54ee86fa906020016107e5565b600061198260655460ff1690565b61198d5750609d5490565b50600090565b61199b611e1a565b6001600160a01b038116611a005760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108fc565b61074d81612406565b60a08181548110611a1957600080fd5b6000918252602090912001546001600160a01b0316905081565b6097546001600160a01b03163314611a5d5760405162461bcd60e51b81526004016108fc9061386d565b6000611a676107f0565b1115611bc05760a160009054906101000a90046001600160a01b03166001600160a01b031663caa6fea46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ac0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ae49190613900565b15611b565760a160009054906101000a90046001600160a01b03166001600160a01b031663db2e21bc6040518163ffffffff1660e01b8152600401600060405180830381600087803b158015611b3957600080fd5b505af1158015611b4d573d6000803e3d6000fd5b50505050611bc0565b60a1546001600160a01b0316632e1a7d4d611b6f6107f0565b6040518263ffffffff1660e01b8152600401611b8d91815260200190565b600060405180830381600087803b158015611ba757600080fd5b505af1158015611bbb573d6000803e3d6000fd5b505050505b609e546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa158015611c09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c2d9190613854565b609e5460975460405163a9059cbb60e01b81529293506001600160a01b039182169263a9059cbb926115fb9216908590600401613933565b611c6d61295f565b60a1546040516331279d3d60e01b81526001600160a01b03909116906331279d3d90611ca090309060a09060040161399c565b600060405180830381600087803b158015611cba57600080fd5b505af1158015611cce573d6000803e3d6000fd5b50505050611cda6129a5565b6040516370a0823160e01b8152306004820152600090600080516020613b54833981519152906370a0823190602401602060405180830381865afa158015611d26573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d4a9190613854565b111561074d57611d5981612b67565b611d61612d2c565b6000611d6b611745565b9050611d7561180c565b4260a255337f9bc239f1724cacfb88cb1d66a2dc437467699b68a8c90d7b63110cf4b6f9241082611da461100c565b6040805192835260208301919091520160405180910390a25050565b6033546001600160a01b0316331480611de357506099546001600160a01b031633145b610cfa5760405162461bcd60e51b815260206004820152600860248201526710b6b0b730b3b2b960c11b60448201526064016108fc565b6033546001600160a01b03163314610cfa5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016108fc565b600054610100900460ff16611e9b5760405162461bcd60e51b81526004016108fc906139fb565b611ea3612f60565b611eab612f8f565b611eb8602082018261358d565b609780546001600160a01b0319166001600160a01b0392909216919091179055611ee8604082016020830161358d565b609880546001600160a01b0319166001600160a01b0392909216919091179055611f18606082016040830161358d565b609980546001600160a01b0319166001600160a01b0392909216919091179055611f48608082016060830161358d565b609a80546001600160a01b0319166001600160a01b0392909216919091179055611f7860a082016080830161358d565b609b80546001600160a01b0319166001600160a01b0392909216919091179055611fa860c0820160a0830161358d565b609c80546001600160a01b0319166001600160a01b039290921691909117905550600a609d55565b609e5460a15460405163095ea7b360e01b81526001600160a01b039283169263095ea7b3926120089291169060001990600401613933565b6020604051808303816000875af1158015612027573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061204b9190613900565b5060985460405163095ea7b360e01b8152731a51b19ce03dbe0cb44c1528e34a7edd7771e9af9163095ea7b391612092916001600160a01b03169060001990600401613933565b6020604051808303816000875af11580156120b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120d59190613900565b5060985460405163095ea7b360e01b8152600080516020613b548339815191529163095ea7b391612116916001600160a01b03169060001990600401613933565b6020604051808303816000875af1158015612135573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121599190613900565b5060985460405163095ea7b360e01b815273176211869ca2b568f2a7d4ee941e073a821ee1ff9163095ea7b3916121a0916001600160a01b03169060001990600401613933565b6020604051808303816000875af11580156121bf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121e39190613900565b5060405163095ea7b360e01b815273176211869ca2b568f2a7d4ee941e073a821ee1ff9063095ea7b390612233907363349ba5e1f71252ecd56e8f950d1a518b400b609060001990600401613933565b6020604051808303816000875af1158015612252573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122769190613900565b50609f546122a4906001600160a01b03167357c9d919aea56171506cfb62b60ce76be0a079df600019612fbe565b60005b60a05481101561074d5760a081815481106122c4576122c461391d565b60009182526020909120015460985460405163095ea7b360e01b81526001600160a01b039283169263095ea7b3926123059291169060001990600401613933565b6020604051808303816000875af1158015612324573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123489190613900565b506123528161394c565b90506122a7565b6123af8363a9059cbb60e01b8484604051602401612378929190613933565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526130c2565b505050565b6123bc613194565b6065805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b61246061295f565b6065805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586123e93390565b609e5460a15460405163095ea7b360e01b81526001600160a01b039283169263095ea7b3926124cc92911690600090600401613933565b6020604051808303816000875af11580156124eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061250f9190613900565b5060985460405163095ea7b360e01b8152731a51b19ce03dbe0cb44c1528e34a7edd7771e9af9163095ea7b391612555916001600160a01b031690600090600401613933565b6020604051808303816000875af1158015612574573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125989190613900565b5060985460405163095ea7b360e01b8152600080516020613b548339815191529163095ea7b3916125d8916001600160a01b031690600090600401613933565b6020604051808303816000875af11580156125f7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061261b9190613900565b5060985460405163095ea7b360e01b815273176211869ca2b568f2a7d4ee941e073a821ee1ff9163095ea7b391612661916001600160a01b031690600090600401613933565b6020604051808303816000875af1158015612680573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126a49190613900565b5060405163095ea7b360e01b815273176211869ca2b568f2a7d4ee941e073a821ee1ff9063095ea7b3906126f3907363349ba5e1f71252ecd56e8f950d1a518b400b6090600090600401613933565b6020604051808303816000875af1158015612712573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127369190613900565b50609f54612763906001600160a01b03167357c9d919aea56171506cfb62b60ce76be0a079df6000612fbe565b60005b60a05481101561074d5760a081815481106127835761278361391d565b600091825260208220015460985460405163095ea7b360e01b81526001600160a01b039283169363095ea7b3936127be931691600401613933565b6020604051808303816000875af11580156127dd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128019190613900565b5061280b8161394c565b9050612766565b60008073bc7695fd00e3b32d08124b7a4287493aee99f9ee6001600160a01b03166340bbd7756040518163ffffffff1660e01b8152600401602060405180830381865afa158015612867573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061288b9190613854565b9050612899816127106138a3565b6128a382856138bc565b6128ad91906138d3565b9392505050565b6128ef6040518060c0016040528060008152602001600081526020016000815260200160008152602001606081526020016000151581525090565b609c54604051639af608c960e01b81523060048201526001600160a01b0390911690639af608c990602401600060405180830381865afa158015612937573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261085e9190810190613a46565b60655460ff1615610cfa5760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016108fc565b6040516370a0823160e01b81523060048201526000907363349ba5e1f71252ecd56e8f950d1a518b400b60906370a0823190602401602060405180830381865afa1580156129f7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a1b9190613854565b90508015612a2c57612a2c816131dd565b60005b60a05481101561163e57600060a08281548110612a4e57612a4e61391d565b60009182526020822001546040516370a0823160e01b81523060048201526001600160a01b03909116925082906370a0823190602401602060405180830381865afa158015612aa1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ac59190613854565b90508015612b5457609854604051630df791e560e41b81526001600160a01b039091169063df791e5090612b0f908590600080516020613b54833981519152908690600401613978565b6020604051808303816000875af1158015612b2e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b529190613854565b505b505080612b609061394c565b9050612a2f565b6000612b716128b4565b80516040516370a0823160e01b8152306004820152919250600091670de0b6b3a76400009190600080516020613b54833981519152906370a0823190602401602060405180830381865afa158015612bcd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bf19190613854565b612bfb91906138bc565b612c0591906138d3565b90506000670de0b6b3a7640000836040015183612c2291906138bc565b612c2c91906138d3565b9050612c47600080516020613b548339815191528583612359565b6000670de0b6b3a7640000846020015184612c6291906138bc565b612c6c91906138d3565b609b54909150612c9590600080516020613b54833981519152906001600160a01b031683612359565b6000670de0b6b3a7640000856060015185612cb091906138bc565b612cba91906138d3565b609a54909150612ce390600080516020613b54833981519152906001600160a01b031683612359565b60408051848152602081018490529081018290527fd255b592c7f268a73e534da5219a60ff911b4cf6daae21c7d20527dd657bd99a9060600160405180910390a1505050505050565b609f546001600160a01b0316600080516020613b5483398151915214612e4b576040516370a0823160e01b8152306004820152600090600080516020613b54833981519152906370a0823190602401602060405180830381865afa158015612d98573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612dbc9190613854565b609854609f54604051630df791e560e41b81529293506001600160a01b039182169263df791e5092612e0592600080516020613b54833981519152929116908690600401613978565b6020604051808303816000875af1158015612e24573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e489190613854565b50505b609f546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa158015612e94573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eb89190613854565b609e54609f54604051635d123e3f60e01b81526001600160a01b0392831660048201527375178e0a2829b73e3ae4c21ee64f4b684085392a60248201529116604482015260648101829052600060848201523060a48201529091507357c9d919aea56171506cfb62b60ce76be0a079df90635d123e3f9060c401600060405180830381600087803b158015612f4c57600080fd5b505af1158015610a0b573d6000803e3d6000fd5b600054610100900460ff16612f875760405162461bcd60e51b81526004016108fc906139fb565b610cfa6132fc565b600054610100900460ff16612fb65760405162461bcd60e51b81526004016108fc906139fb565b610cfa61332c565b8015806130385750604051636eb1769f60e11b81523060048201526001600160a01b03838116602483015284169063dd62ed3e90604401602060405180830381865afa158015613012573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130369190613854565b155b6130a35760405162461bcd60e51b815260206004820152603660248201527f5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f60448201527520746f206e6f6e2d7a65726f20616c6c6f77616e636560501b60648201526084016108fc565b6123af8363095ea7b360e01b8484604051602401612378929190613933565b6000613117826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661335f9092919063ffffffff16565b8051909150156123af57808060200190518101906131359190613900565b6123af5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016108fc565b60655460ff16610cfa5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016108fc565b6040516319ce656f60e11b8152600481018290526000907363349ba5e1f71252ecd56e8f950d1a518b400b609063339ccade90602401602060405180830381865afa158015613230573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906132549190613854565b60a1805460ff60a81b1916600160a81b17905560405163022c0d9f60e01b81526004810182905260006024820152306044820152608060648201526005608482015264426565667960d81b60a482015290915073a4477d98e519d4c1d66aef4efdf7cbeb84f4f7789063022c0d9f9060c401600060405180830381600087803b1580156132e057600080fd5b505af11580156132f4573d6000803e3d6000fd5b505050505050565b600054610100900460ff166133235760405162461bcd60e51b81526004016108fc906139fb565b610cfa33612406565b600054610100900460ff166133535760405162461bcd60e51b81526004016108fc906139fb565b6065805460ff19169055565b606061336e8484600085613376565b949350505050565b6060824710156133d75760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016108fc565b6001600160a01b0385163b61342e5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016108fc565b600080866001600160a01b0316858760405161344a9190613b24565b60006040518083038185875af1925050503d8060008114613487576040519150601f19603f3d011682016040523d82523d6000602084013e61348c565b606091505b509150915061349c8282866134a7565b979650505050505050565b606083156134b65750816128ad565b8251156134c65782518084602001fd5b8160405162461bcd60e51b81526004016108fc9190613b40565b508054600082559060005260206000209081019061074d9190613558565b60405180606001604052806135446040518060c0016040528060008152602001600081526020016000815260200160008152602001606081526020016000151581525090565b815260200160008152602001600081525090565b5b8082111561356d5760008155600101613559565b5090565b80356001600160a01b038116811461358857600080fd5b919050565b60006020828403121561359f57600080fd5b6128ad82613571565b801515811461074d57600080fd5b6000602082840312156135c857600080fd5b81356128ad816135a8565b6000806000808486036101208112156135eb57600080fd5b6135f486613571565b945061360260208701613571565b935061361060408701613571565b925060c0605f198201121561362457600080fd5b509295919450926060019150565b60006020828403121561364457600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60405160c0810167ffffffffffffffff811182821017156136845761368461364b565b60405290565b604051601f8201601f1916810167ffffffffffffffff811182821017156136b3576136b361364b565b604052919050565b600067ffffffffffffffff8211156136d5576136d561364b565b50601f01601f191660200190565b600080600080608085870312156136f957600080fd5b61370285613571565b93506020850135925060408501359150606085013567ffffffffffffffff81111561372c57600080fd5b8501601f8101871361373d57600080fd5b803561375061374b826136bb565b61368a565b81815288602083850101111561376557600080fd5b8160208401602083013760006020838301015280935050505092959194509250565b60005b838110156137a257818101518382015260200161378a565b50506000910152565b600081518084526137c3816020860160208601613787565b601f01601f19169290920160200192915050565b60208152600082516060602084015280516080840152602081015160a0840152604081015160c0840152606081015160e0840152608081015160c06101008501526138266101408501826137ab565b905060a082015115156101208501526020850151604085015260408501516060850152809250505092915050565b60006020828403121561386657600080fd5b5051919050565b602080825260069082015265085d985d5b1d60d21b604082015260600190565b634e487b7160e01b600052601160045260246000fd5b818103818111156138b6576138b661388d565b92915050565b80820281158282048414176138b6576138b661388d565b6000826138f057634e487b7160e01b600052601260045260246000fd5b500490565b8051613588816135a8565b60006020828403121561391257600080fd5b81516128ad816135a8565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b03929092168252602082015260400190565b60006001820161395e5761395e61388d565b5060010190565b808201808211156138b6576138b661388d565b6001600160a01b039384168152919092166020820152604081019190915260600190565b60006040820160018060a01b03808616845260206040818601528286548085526060870191508760005282600020945060005b818110156139ed5785548516835260019586019592840192016139cf565b509098975050505050505050565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b60006020808385031215613a5957600080fd5b825167ffffffffffffffff80821115613a7157600080fd5b9084019060c08287031215613a8557600080fd5b613a8d613661565b8251815283830151848201526040830151604082015260608301516060820152608083015182811115613abf57600080fd5b83019150601f82018713613ad257600080fd5b8151613ae061374b826136bb565b8181528886838601011115613af457600080fd5b613b0382878301888701613787565b608083015250613b1560a084016138f5565b60a08201529695505050505050565b60008251613b36818460208701613787565b9190910192915050565b6020815260006128ad60208301846137ab56fe000000000000000000000000e5d7c2a44ffddf6b295a15c148167daaaf5cf34fa264697066735822122081770d894f7431d56503f4bdfcb5a08496d9fecf73ac825c9a062034b47f5e8464736f6c63430008130033
Loading...
Loading
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.