FTM Price: $1.02 (-3.52%)
Gas: 111 GWei

Contract

0x6F8eBcb5f5E97b5f291A7Da7828E442E7bb887e5
 

Overview

FTM Balance

Fantom LogoFantom LogoFantom Logo0 FTM

FTM Value

$0.00

Sponsored

Transaction Hash
Method
Block
From
To
Value
Withdraw298268172022-02-03 0:04:10784 days ago1643846650IN
0x6F8eBcb5...E7bb887e5
0 FTM0.04522016218.4085
Withdraw293174342022-01-28 20:52:55789 days ago1643403175IN
0x6F8eBcb5...E7bb887e5
0 FTM0.08221221369.0055
Withdraw292486262022-01-28 3:57:07790 days ago1643342227IN
0x6F8eBcb5...E7bb887e5
0 FTM0.09597787430.792
Withdraw290280992022-01-25 18:37:40792 days ago1643135860IN
0x6F8eBcb5...E7bb887e5
0 FTM0.10842332486.6528
Withdraw289342992022-01-24 18:40:46793 days ago1643049646IN
0x6F8eBcb5...E7bb887e5
0 FTM0.086495931,088.4784
Withdraw289342952022-01-24 18:40:42793 days ago1643049642IN
0x6F8eBcb5...E7bb887e5
0 FTM0.273207671,030.9568
Withdraw289212942022-01-24 15:12:38793 days ago1643037158IN
0x6F8eBcb5...E7bb887e5
0 FTM0.20695672737.112
Deposit287863202022-01-23 4:16:24795 days ago1642911384IN
0x6F8eBcb5...E7bb887e5
0 FTM0.09230733391.093
Withdraw287856992022-01-23 4:08:03795 days ago1642910883IN
0x6F8eBcb5...E7bb887e5
0 FTM0.12077311431.3264
Withdraw287201542022-01-22 11:22:42795 days ago1642850562IN
0x6F8eBcb5...E7bb887e5
0 FTM0.466302731,759.6064
Withdraw286799052022-01-21 23:56:55796 days ago1642809415IN
0x6F8eBcb5...E7bb887e5
0 FTM0.621262,500
Withdraw286673032022-01-21 19:19:16796 days ago1642792756IN
0x6F8eBcb5...E7bb887e5
0 FTM0.09145641391.6696
Withdraw286666282022-01-21 19:10:22796 days ago1642792222IN
0x6F8eBcb5...E7bb887e5
0 FTM0.1030303387.9781
Deposit286561762022-01-21 16:32:07796 days ago1642782727IN
0x6F8eBcb5...E7bb887e5
0 FTM0.10484926393.0634
Withdraw286559062022-01-21 16:28:29796 days ago1642782509IN
0x6F8eBcb5...E7bb887e5
0 FTM0.11639133466.9344
Withdraw286504632022-01-21 15:00:38796 days ago1642777238IN
0x6F8eBcb5...E7bb887e5
0 FTM0.20978163747.208
Deposit286026122022-01-21 2:58:48797 days ago1642733928IN
0x6F8eBcb5...E7bb887e5
0 FTM0.15730936597.2352
Withdraw285872552022-01-20 23:05:31797 days ago1642719931IN
0x6F8eBcb5...E7bb887e5
0 FTM0.21825301934.6864
Withdraw285817192022-01-20 21:28:35797 days ago1642714115IN
0x6F8eBcb5...E7bb887e5
0 FTM0.07894654335.1313
Withdraw285708632022-01-20 18:55:29797 days ago1642704929IN
0x6F8eBcb5...E7bb887e5
0 FTM0.07516467283.636
Deposit285655742022-01-20 17:45:30797 days ago1642700730IN
0x6F8eBcb5...E7bb887e5
0 FTM0.08212641326.2234
Withdraw285629072022-01-20 17:10:47797 days ago1642698647IN
0x6F8eBcb5...E7bb887e5
0 FTM0.0993765375
Withdraw285626422022-01-20 17:07:22797 days ago1642698442IN
0x6F8eBcb5...E7bb887e5
0 FTM0.03863368366.3697
Withdraw285587772022-01-20 16:15:50797 days ago1642695350IN
0x6F8eBcb5...E7bb887e5
0 FTM0.1590024600
Deposit285564522022-01-20 15:43:50797 days ago1642693430IN
0x6F8eBcb5...E7bb887e5
0 FTM0.15304433581.2016
View all transactions

Latest 1 internal transaction

Parent Txn Hash Block From To Value
283863112022-01-18 23:28:26799 days ago1642548506  Contract Creation0 FTM
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
ElevenGrowthVault

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
Yes with 51 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at ftmscan.com on 2022-01-18
*/

// SPDX-License-Identifier: MIT

// Eleven.finance vault erc20

pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;

/*
 * @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 GSN meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address payable) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes memory) {
        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
        return msg.data;
    }
}



/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns the amount of tokens owned by `account`.
     */
    function balanceOf(address account) external view returns (uint256);

    /**
     * @dev Moves `amount` tokens from the caller's account to `recipient`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address recipient, uint256 amount) external returns (bool);

    /**
     * @dev Returns the remaining number of tokens that `spender` will be
     * allowed to spend on behalf of `owner` through {transferFrom}. This is
     * zero by default.
     *
     * This value changes when {approve} or {transferFrom} are called.
     */
    function allowance(address owner, address spender) external view returns (uint256);

    /**
     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * IMPORTANT: Beware that changing an allowance with this method brings the risk
     * that someone may use both the old and the new allowance by unfortunate
     * transaction ordering. One possible solution to mitigate this race
     * condition is to first reduce the spender's allowance to 0 and set the
     * desired value afterwards:
     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
     *
     * Emits an {Approval} event.
     */
    function approve(address spender, uint256 amount) external returns (bool);

    /**
     * @dev Moves `amount` tokens from `sender` to `recipient` using the
     * allowance mechanism. `amount` is then deducted from the caller's
     * allowance.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);

    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

    /**
     * @dev Emitted when the allowance of a `spender` for an `owner` is set by
     * a call to {approve}. `value` is the new allowance.
     */
    event Approval(address indexed owner, address indexed spender, uint256 value);
}



/**
 * @dev Wrappers over Solidity's arithmetic operations with added overflow
 * checks.
 *
 * Arithmetic operations in Solidity wrap on overflow. This can easily result
 * in bugs, because programmers usually assume that an overflow raises an
 * error, which is the standard behavior in high level programming languages.
 * `SafeMath` restores this intuition by reverting the transaction when an
 * operation overflows.
 *
 * Using this library instead of the unchecked operations eliminates an entire
 * class of bugs, so it's recommended to use it always.
 */
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");

        return c;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        return sub(a, b, "SafeMath: subtraction overflow");
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b <= a, errorMessage);
        uint256 c = a - b;

        return c;
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
        // benefit is lost if 'b' is also tested.
        // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
        if (a == 0) {
            return 0;
        }

        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");

        return c;
    }

    /**
     * @dev Returns the integer division of two unsigned integers. Reverts on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return div(a, b, "SafeMath: division by zero");
    }

    /**
     * @dev Returns the integer division of two unsigned integers. Reverts with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        uint256 c = a / b;
        // assert(a == b * c + a % b); // There is no case in which this doesn't hold

        return c;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * Reverts when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
        return mod(a, b, "SafeMath: modulo by zero");
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * Reverts with custom message when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b != 0, errorMessage);
        return a % b;
    }
}



/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies in extcodesize, which returns 0 for contracts in
        // construction, since the code is only stored at the end of the
        // constructor execution.

        uint256 size;
        // solhint-disable-next-line no-inline-assembly
        assembly { size := extcodesize(account) }
        return size > 0;
    }

    /**
     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
     * `recipient`, forwarding all available gas and reverting on errors.
     *
     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
     * of certain opcodes, possibly making contracts go over the 2300 gas limit
     * imposed by `transfer`, making them unable to receive funds via
     * `transfer`. {sendValue} removes this limitation.
     *
     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
     *
     * IMPORTANT: because control is transferred to `recipient`, care must be
     * taken to not create reentrancy vulnerabilities. Consider using
     * {ReentrancyGuard} or the
     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
     */
    function sendValue(address payable recipient, uint256 amount) internal {
        require(address(this).balance >= amount, "Address: insufficient balance");

        // solhint-disable-next-line avoid-low-level-calls, avoid-call-value
        (bool success, ) = recipient.call{ value: amount }("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

    /**
     * @dev Performs a Solidity function call using a low level `call`. A
     * plain`call` is an unsafe replacement for a function call: use this
     * function instead.
     *
     * If `target` reverts with a revert reason, it is bubbled up by this
     * function (like regular Solidity function calls).
     *
     * Returns the raw returned data. To convert to the expected return value,
     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
     *
     * Requirements:
     *
     * - `target` must be a contract.
     * - calling `target` with `data` must not revert.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
      return functionCall(target, data, "Address: low-level call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
     * `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) {
        return _functionCallWithValue(target, data, 0, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but also transferring `value` wei to `target`.
     *
     * Requirements:
     *
     * - the calling contract must have an ETH balance of at least `value`.
     * - the called Solidity function must be `payable`.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
    }

    /**
     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
     * with `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(address target, bytes memory data, uint256 value, string memory errorMessage) internal returns (bytes memory) {
        require(address(this).balance >= value, "Address: insufficient balance for call");
        return _functionCallWithValue(target, data, value, errorMessage);
    }

    function _functionCallWithValue(address target, bytes memory data, uint256 weiValue, string memory errorMessage) private returns (bytes memory) {
        require(isContract(target), "Address: call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.call{ value: weiValue }(data);
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                // solhint-disable-next-line no-inline-assembly
                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}







/**
 * @dev Implementation of the {IERC20} interface.
 *
 * This implementation is agnostic to the way tokens are created. This means
 * that a supply mechanism has to be added in a derived contract using {_mint}.
 * For a generic mechanism see {ERC20PresetMinter0r}.
 *
 * TIP: For a detailed writeup see our guide
 * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * We have followed general OpenZeppelin guidelines: functions revert instead
 * of returning `false` on failure. This behavior is nonetheless conventional
 * and does not conflict with the expectations of ERC20 applications.
 *
 * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
 * This allows applications to reconstruct the allowance for all accounts just
 * by listening to said events. Other implementations of the EIP may not emit
 * these events, as it isn't required by the specification.
 *
 * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
 * functions have been added to mitigate the well-known issues around setting
 * allowances. See {IERC20-approve}.
 */
contract ERC20 is Context, IERC20 {
    using SafeMath for uint256;
    using Address for address;

    mapping (address => uint256) private _balances;

    mapping (address => mapping (address => uint256)) private _allowances;

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;
    uint8 private _decimals;

    /**
     * @dev Sets the values for {name} and {symbol}, initializes {decimals} with
     * a default value of 18.
     *
     * To select a different value for {decimals}, use {_setupDecimals}.
     *
     * All three of these values are immutable: they can only be set once during
     * construction.
     */
    constructor (string memory name, string memory symbol) public {
        _name = name;
        _symbol = symbol;
        _decimals = 18;
    }

    /**
     * @dev Returns the name of the token.
     */
    function name() public view returns (string memory) {
        return _name;
    }

    /**
     * @dev Returns the symbol of the token, usually a shorter version of the
     * name.
     */
    function symbol() public view returns (string memory) {
        return _symbol;
    }

    /**
     * @dev Returns the number of decimals used to get its user representation.
     * For example, if `decimals` equals `2`, a balance of `505` tokens should
     * be displayed to a user as `5,05` (`505 / 10 ** 2`).
     *
     * Tokens usually opt for a value of 18, imitating the relationship between
     * Ether and Wei. This is the value {ERC20} uses, unless {_setupDecimals} is
     * called.
     *
     * NOTE: This information is only used for _display_ purposes: it in
     * no way affects any of the arithmetic of the contract, including
     * {IERC20-balanceOf} and {IERC20-transfer}.
     */
    function decimals() public view returns (uint8) {
        return _decimals;
    }

    /**
     * @dev See {IERC20-totalSupply}.
     */
    function totalSupply() public view override returns (uint256) {
        return _totalSupply;
    }

    /**
     * @dev See {IERC20-balanceOf}.
     */
    function balanceOf(address account) public view override returns (uint256) {
        return _balances[account];
    }

    /**
     * @dev See {IERC20-transfer}.
     *
     * Requirements:
     *
     * - `recipient` cannot be the zero address.
     * - the caller must have a balance of at least `amount`.
     */
    function transfer(address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer(_msgSender(), recipient, amount);
        return true;
    }

    /**
     * @dev See {IERC20-allowance}.
     */
    function allowance(address owner, address spender) public view virtual override returns (uint256) {
        return _allowances[owner][spender];
    }

    /**
     * @dev See {IERC20-approve}.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        _approve(_msgSender(), spender, amount);
        return true;
    }

    /**
     * @dev See {IERC20-transferFrom}.
     *
     * Emits an {Approval} event indicating the updated allowance. This is not
     * required by the EIP. See the note at the beginning of {ERC20};
     *
     * Requirements:
     * - `sender` and `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     * - the caller must have allowance for ``sender``'s tokens of at least
     * `amount`.
     */
    function transferFrom(address sender, address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer(sender, recipient, amount);
        _approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance"));
        return true;
    }

    /**
     * @dev Atomically increases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][spender].add(addedValue));
        return true;
    }

    /**
     * @dev Atomically decreases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `spender` must have allowance for the caller of at least
     * `subtractedValue`.
     */
    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][spender].sub(subtractedValue, "ERC20: decreased allowance below zero"));
        return true;
    }

    /**
     * @dev Moves tokens `amount` from `sender` to `recipient`.
     *
     * This is internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     *
     * Emits a {Transfer} event.
     *
     * Requirements:
     *
     * - `sender` cannot be the zero address.
     * - `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     */
    function _transfer(address sender, address recipient, uint256 amount) internal virtual {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(sender, recipient, amount);

        _balances[sender] = _balances[sender].sub(amount, "ERC20: transfer amount exceeds balance");
        _balances[recipient] = _balances[recipient].add(amount);
        emit Transfer(sender, recipient, amount);
    }

    /** @dev Creates `amount` tokens and assigns them to `account`, increasing
     * the total supply.
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * Requirements
     *
     * - `to` cannot be the zero address.
     */
    function _mint(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: mint to the zero address");

        _beforeTokenTransfer(address(0), account, amount);

        _totalSupply = _totalSupply.add(amount);
        _balances[account] = _balances[account].add(amount);
        emit Transfer(address(0), account, amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, reducing the
     * total supply.
     *
     * Emits a {Transfer} event with `to` set to the zero address.
     *
     * Requirements
     *
     * - `account` cannot be the zero address.
     * - `account` must have at least `amount` tokens.
     */
    function _burn(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: burn from the zero address");

        _beforeTokenTransfer(account, address(0), amount);

        _balances[account] = _balances[account].sub(amount, "ERC20: burn amount exceeds balance");
        _totalSupply = _totalSupply.sub(amount);
        emit Transfer(account, address(0), amount);
    }

    /**
     * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
     *
     * This internal function is equivalent to `approve`, and can be used to
     * e.g. set automatic allowances for certain subsystems, etc.
     *
     * Emits an {Approval} event.
     *
     * Requirements:
     *
     * - `owner` cannot be the zero address.
     * - `spender` cannot be the zero address.
     */
    function _approve(address owner, address spender, uint256 amount) internal virtual {
        require(owner != address(0), "ERC20: approve from the zero address");
        require(spender != address(0), "ERC20: approve to the zero address");

        _allowances[owner][spender] = amount;
        emit Approval(owner, spender, amount);
    }

    /**
     * @dev Sets {decimals} to a value other than the default one of 18.
     *
     * WARNING: This function should only be called from the constructor. Most
     * applications that interact with token contracts will not expect
     * {decimals} to ever change, and may work incorrectly if it does.
     */
    function _setupDecimals(uint8 decimals_) internal {
        _decimals = decimals_;
    }

    /**
     * @dev Hook that is called before any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * will be to transferred to `to`.
     * - when `from` is zero, `amount` tokens will be minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens will be burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual { }
}






/**
 * @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 SafeMath for uint256;
    using Address for address;

    function safeTransfer(IERC20 token, address to, uint256 value) internal {
        _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
    }

    function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal {
        _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));
    }

    /**
     * @dev Deprecated. This function has issues similar to the ones found in
     * {IERC20-approve}, and its usage is discouraged.
     *
     * Whenever possible, use {safeIncreaseAllowance} and
     * {safeDecreaseAllowance} instead.
     */
    function safeApprove(IERC20 token, address spender, uint256 value) internal {
        // safeApprove should only be called when setting an initial allowance,
        // or when resetting it to zero. To increase and decrease it, use
        // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
        // solhint-disable-next-line max-line-length
        require((value == 0) || (token.allowance(address(this), spender) == 0),
            "SafeERC20: approve from non-zero to non-zero allowance"
        );
        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));
    }

    function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal {
        uint256 newAllowance = token.allowance(address(this), spender).add(value);
        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
    }

    function safeDecreaseAllowance(IERC20 token, address spender, uint256 value) internal {
        uint256 newAllowance = token.allowance(address(this), spender).sub(value, "SafeERC20: decreased allowance below zero");
        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
    }

    /**
     * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
     * on the return value: the return value is optional (but if data is returned, it must not be false).
     * @param token The token targeted by the call.
     * @param data The call data (encoded using abi.encode or one of its variants).
     */
    function _callOptionalReturn(IERC20 token, bytes memory data) private {
        // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
        // we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that
        // the target address contains contract code and also asserts for success in the low-level call.

        bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed");
        if (returndata.length > 0) { // Return data is optional
            // solhint-disable-next-line max-line-length
            require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
        }
    }
}



/**
 * @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.
 */
contract Ownable is Context {
    address private _owner;

    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor () internal {
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), msgSender);
    }

    /**
     * @dev Returns the address of the current owner.
     */
    function owner() public view returns (address) {
        return _owner;
    }

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        require(_owner == _msgSender(), "Ownable: caller is not the owner");
        _;
    }

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions anymore. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby removing any functionality that is only available to the owner.
     */
    function renounceOwnership() public virtual onlyOwner {
        emit OwnershipTransferred(_owner, address(0));
        _owner = address(0);
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        emit OwnershipTransferred(_owner, newOwner);
        _owner = newOwner;
    }
}



interface IStrategy {
    function deposit() external;
    function withdraw(uint256) external;
    function balanceOf() external view returns (uint256);
    function retireStrat() external;
}



/**
 * @dev Implementation of a vault to deposit funds for yield optimizing.
 * This is the contract that receives funds and that users interface with.
 * The yield optimizing strategy itself is implemented in a separate 'Strategy.sol' contract.
 */
contract ElevenGrowthVault is ERC20, Ownable {
    using SafeERC20 for IERC20;
    using Address for address;                
    using SafeMath for uint256;

    struct StratCandidate {
        address implementation;
        uint proposedTime;
    }

    // The last proposed strategy to switch to.
    StratCandidate public stratCandidate; 
    // The strategy currently in use by the vault.
    address public strategy;
    // The token the vault accepts and looks to maximize.
    IERC20 public token;
    // The minimum time it has to pass before a strat candidate can be approved.
    uint256 public approvalDelay;

    event NewStratCandidate(address implementation);
    event UpgradeStrat(address implementation);

    /**
     * @dev Sets the value of {token} to the token that the vault will
     * hold as underlying value. It initializes the vault's own '11' token.
     * This token is minted when someone does a deposit. It is burned in order
     * to withdraw the corresponding portion of the underlying assets.
     */
    constructor(string memory name__, string memory symbol__, address _lpToken) public ERC20(name__, symbol__) {
        token = IERC20(_lpToken);
    }

    bool canDo = true;

    function setStrategy(address _strategy) external onlyOwner{
        require(canDo == true, "can't do");
        strategy = _strategy;
        canDo = false;
    }

    function changeApprovalDelay(uint _time) public onlyOwner{
        require(approvalDelay < 7 days, "too much time");
        require(_time > approvalDelay, "approval delay can only increase");
        approvalDelay = _time;
    }
    
    function balance() public view returns (uint) {
        return token.balanceOf(address(this)).add(IStrategy(strategy).balanceOf());
    }

    /**
     * @dev Custom logic in here for how much the vault allows to be borrowed.
     * We return 100% of tokens for now. Under certain conditions we might
     * want to keep some of the system funds at hand in the vault, instead
     * of putting them to work.
     */
     
    function available() public view returns (uint256) {
        return token.balanceOf(address(this));
    }

    /**
     * @dev Function for various UIs to display the current value of one of our yield tokens.
     * Returns an uint256 with 18 decimals of how much underlying asset one vault share represents.
     */
    function getPricePerFullShare() public view returns (uint256) {
        return balance().mul(1e18).div(totalSupply());
    }

    /**
     * @dev A helper function to call deposit() with all the sender's funds.
     */
    function depositAll() external {
        deposit(token.balanceOf(msg.sender));
    }

    /**
     * @dev The entrypoint of funds into the system. People deposit with this function
     * into the vault. The vault is then in charge of sending funds into the strategy.
     */
    function deposit(uint _amount) public {
        uint256 _pool = balance();
        uint256 _before = token.balanceOf(address(this));
        token.safeTransferFrom(msg.sender, address(this), _amount);
        uint256 _after = token.balanceOf(address(this));
        _amount = _after.sub(_before); // Additional check for deflationary tokens
        uint256 shares = 0;
        if (totalSupply() == 0) {
            shares = _amount;
        } else {
            shares = (_amount.mul(totalSupply())).div(_pool);
        }
        _mint(msg.sender, shares);

        earn();
    }

    /**
     * @dev Function to send funds into the strategy and put them to work. It's primarily called
     * by the vault's deposit() function.
     */
    function earn() public {
        uint _bal = available();
        token.safeTransfer(strategy, _bal);
        IStrategy(strategy).deposit();
    }

    /**
     * @dev A helper function to call withdraw() with all the sender's funds.
     */
    function withdrawAll() external {
        withdraw(balanceOf(msg.sender));
    }

    /**
     * @dev Function to exit the system. The vault will withdraw the required tokens
     * from the strategy and pay up the token holder. A proportional number of IOU
     * tokens are burned in the process.
     */
    function withdraw(uint256 _shares) public {
        uint256 r = (balance().mul(_shares)).div(totalSupply());
        _burn(msg.sender, _shares);

        uint b = token.balanceOf(address(this));
        if (b < r) {
            uint _withdraw = r.sub(b);
            IStrategy(strategy).withdraw(_withdraw);
            uint _after = token.balanceOf(address(this));
            uint _diff = _after.sub(b);
            if (_diff < _withdraw) {
                r = b.add(_diff);
            }
        }

        token.safeTransfer(msg.sender, r);
    }

    /** 
     * @dev Sets the candidate for the new strat to use with this vault.
     * @param _implementation The address of the candidate strategy.  
     */
    function proposeStrat(address _implementation) public onlyOwner {
        stratCandidate = StratCandidate({ 
            implementation: _implementation,
            proposedTime: block.timestamp
         });

        emit NewStratCandidate(_implementation);
    }

    /** 
     * @dev It switches the active strat for the strat candidate. After upgrading, the 
     * candidate implementation is set to the 0x00 address, and proposedTime to a time 
     * happening in +100 years for safety. 
     */

    function upgradeStrat() public onlyOwner {
        require(stratCandidate.implementation != address(0), "There is no candidate");
        require(stratCandidate.proposedTime.add(approvalDelay) < block.timestamp, "Delay has not passed");
        
        emit UpgradeStrat(stratCandidate.implementation);

        IStrategy(strategy).retireStrat();
        strategy = stratCandidate.implementation;
        stratCandidate.implementation = address(0);
        stratCandidate.proposedTime = 5000000000;
        
        earn();
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"name__","type":"string"},{"internalType":"string","name":"symbol__","type":"string"},{"internalType":"address","name":"_lpToken","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"implementation","type":"address"}],"name":"NewStratCandidate","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":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"implementation","type":"address"}],"name":"UpgradeStrat","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"approvalDelay","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"available","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"balance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_time","type":"uint256"}],"name":"changeApprovalDelay","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"deposit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"depositAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"earn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getPricePerFullShare","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_implementation","type":"address"}],"name":"proposeStrat","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_strategy","type":"address"}],"name":"setStrategy","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"stratCandidate","outputs":[{"internalType":"address","name":"implementation","type":"address"},{"internalType":"uint256","name":"proposedTime","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"strategy","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"upgradeStrat","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_shares","type":"uint256"}],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdrawAll","outputs":[],"stateMutability":"nonpayable","type":"function"}]

6080604052600b805460ff191660011790553480156200001e57600080fd5b506040516200216438038062002164833981016040819052620000419162000252565b8251839083906200005a9060039060208501906200010f565b508051620000709060049060208401906200010f565b50506005805460ff191660121790555060006200008c6200010b565b60058054610100600160a81b0319166101006001600160a01b03841690810291909117909155604051919250906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350600980546001600160a01b0319166001600160a01b039290921691909117905550620002db9050565b3390565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200015257805160ff191683800117855562000182565b8280016001018555821562000182579182015b828111156200018257825182559160200191906001019062000165565b506200019092915062000194565b5090565b5b8082111562000190576000815560010162000195565b600082601f830112620001bc578081fd5b81516001600160401b0380821115620001d3578283fd5b6040516020601f8401601f1916820181018381118382101715620001f5578586fd5b806040525081945083825286818588010111156200021257600080fd5b600092505b8383101562000236578583018101518284018201529182019162000217565b83831115620002485760008185840101525b5050505092915050565b60008060006060848603121562000267578283fd5b83516001600160401b03808211156200027e578485fd5b6200028c87838801620001ab565b94506020860151915080821115620002a2578384fd5b50620002b186828701620001ab565b604086015190935090506001600160a01b0381168114620002d0578182fd5b809150509250925092565b611e7980620002eb6000396000f3fe608060405234801561001057600080fd5b506004361061017a5760003560e01c8063853828b6116100d4578063853828b61461029c5780638da5cb5b146102a457806395d89b41146102b9578063a457c2d7146102c1578063a8c62e76146102d4578063a9059cbb146102dc578063b69ef8a8146102ef578063b6b55f25146102f7578063d389800f1461030a578063dd62ed3e14610312578063de5f626814610325578063e2d1e75c1461032d578063e668524414610335578063f2fde38b1461033d578063fc0c546a146103505761017a565b806306fdde031461017f578063095ea7b31461019d57806318160ddd146101bd57806323b872dd146101d25780632650a613146101e55780632e1a7d4d146101fa578063313ce5671461020d57806333a100ca14610222578063395093511461023557806348a0d754146102485780635b12ff9b1461025057806370a0823114610263578063715018a61461027657806376dfabb81461027e57806377c7b8fc14610294575b600080fd5b610187610358565b604051610194919061192d565b60405180910390f35b6101b06101ab36600461183b565b6103ee565b6040516101949190611922565b6101c561040c565b6040516101949190611d33565b6101b06101e03660046117fb565b610412565b6101f86101f3366004611885565b610499565b005b6101f8610208366004611885565b610526565b610215610719565b6040516101949190611d3c565b6101f86102303660046117ac565b610722565b6101b061024336600461183b565b6107af565b6101c56107fd565b6101f861025e3660046117ac565b610883565b6101c56102713660046117ac565b61092b565b6101f8610946565b6102866109d0565b604051610194929190611909565b6101c56109e5565b6101f8610a06565b6102ac610a14565b60405161019491906118d1565b610187610a28565b6101b06102cf36600461183b565b610a89565b6102ac610af1565b6101b06102ea36600461183b565b610b00565b6101c5610b14565b6101f8610305366004611885565b610c25565b6101f8610da6565b6101c56103203660046117c7565b610e34565b6101f8610e5f565b6101c5610ee1565b6101f8610ee7565b6101f861034b3660046117ac565b61105b565b6102ac611122565b60038054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156103e45780601f106103b9576101008083540402835291602001916103e4565b820191906000526020600020905b8154815290600101906020018083116103c757829003601f168201915b5050505050905090565b60006104026103fb611131565b8484611135565b5060015b92915050565b60025490565b600061041f8484846111e9565b61048f8461042b611131565b61048a85604051806060016040528060288152602001611dd7602891396001600160a01b038a16600090815260016020526040812090610469611131565b6001600160a01b0316815260208101919091526040016000205491906112ec565b611135565b5060019392505050565b6104a1611131565b60055461010090046001600160a01b039081169116146104dc5760405162461bcd60e51b81526004016104d390611b26565b60405180910390fd5b62093a80600a54106105005760405162461bcd60e51b81526004016104d390611be1565b600a5481116105215760405162461bcd60e51b81526004016104d390611a60565b600a55565b600061054b61053361040c565b6105458461053f610b14565b90611318565b90611359565b90506105573383611398565b6009546040516370a0823160e01b81526000916001600160a01b0316906370a08231906105889030906004016118d1565b60206040518083038186803b1580156105a057600080fd5b505afa1580156105b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105d8919061189d565b9050818110156106fd5760006105ee8383611468565b600854604051632e1a7d4d60e01b81529192506001600160a01b031690632e1a7d4d9061061f908490600401611d33565b600060405180830381600087803b15801561063957600080fd5b505af115801561064d573d6000803e3d6000fd5b50506009546040516370a0823160e01b8152600093506001600160a01b0390911691506370a08231906106849030906004016118d1565b60206040518083038186803b15801561069c57600080fd5b505afa1580156106b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d4919061189d565b905060006106e28285611468565b9050828110156106f9576106f684826114aa565b94505b5050505b600954610714906001600160a01b031633846114cf565b505050565b60055460ff1690565b61072a611131565b60055461010090046001600160a01b0390811691161461075c5760405162461bcd60e51b81526004016104d390611b26565b600b5460ff1615156001146107835760405162461bcd60e51b81526004016104d390611a95565b600880546001600160a01b0319166001600160a01b0392909216919091179055600b805460ff19169055565b60006104026107bc611131565b8461048a85600160006107cd611131565b6001600160a01b03908116825260208083019390935260409182016000908120918c1681529252902054906114aa565b6009546040516370a0823160e01b81526000916001600160a01b0316906370a082319061082e9030906004016118d1565b60206040518083038186803b15801561084657600080fd5b505afa15801561085a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061087e919061189d565b905090565b61088b611131565b60055461010090046001600160a01b039081169116146108bd5760405162461bcd60e51b81526004016104d390611b26565b6040805180820182526001600160a01b038316808252426020909201829052600680546001600160a01b0319169091179055600755517f1aae2ec5647db56da2d513de40528ba3565c6057525637050660c4323bbac7df906109209083906118d1565b60405180910390a150565b6001600160a01b031660009081526020819052604090205490565b61094e611131565b60055461010090046001600160a01b039081169116146109805760405162461bcd60e51b81526004016104d390611b26565b60055460405160009161010090046001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a360058054610100600160a81b0319169055565b6006546007546001600160a01b039091169082565b600061087e6109f261040c565b610545670de0b6b3a764000061053f610b14565b610a126102083361092b565b565b60055461010090046001600160a01b031690565b60048054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156103e45780601f106103b9576101008083540402835291602001916103e4565b6000610402610a96611131565b8461048a85604051806060016040528060258152602001611e1f6025913960016000610ac0611131565b6001600160a01b03908116825260208083019390935260409182016000908120918d168152925290205491906112ec565b6008546001600160a01b031681565b6000610402610b0d611131565b84846111e9565b600061087e600860009054906101000a90046001600160a01b03166001600160a01b031663722713f76040518163ffffffff1660e01b815260040160206040518083038186803b158015610b6757600080fd5b505afa158015610b7b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9f919061189d565b6009546040516370a0823160e01b81526001600160a01b03909116906370a0823190610bcf9030906004016118d1565b60206040518083038186803b158015610be757600080fd5b505afa158015610bfb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c1f919061189d565b906114aa565b6000610c2f610b14565b6009546040516370a0823160e01b81529192506000916001600160a01b03909116906370a0823190610c659030906004016118d1565b60206040518083038186803b158015610c7d57600080fd5b505afa158015610c91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb5919061189d565b600954909150610cd0906001600160a01b0316333086611525565b6009546040516370a0823160e01b81526000916001600160a01b0316906370a0823190610d019030906004016118d1565b60206040518083038186803b158015610d1957600080fd5b505afa158015610d2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d51919061189d565b9050610d5d8183611468565b93506000610d6961040c565b610d74575083610d8d565b610d8a84610545610d8361040c565b8890611318565b90505b610d97338261154c565b610d9f610da6565b5050505050565b6000610db06107fd565b600854600954919250610dd0916001600160a01b039081169116836114cf565b600860009054906101000a90046001600160a01b03166001600160a01b031663d0e30db06040518163ffffffff1660e01b8152600401600060405180830381600087803b158015610e2057600080fd5b505af1158015610d9f573d6000803e3d6000fd5b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6009546040516370a0823160e01b8152610a12916001600160a01b0316906370a0823190610e919033906004016118d1565b60206040518083038186803b158015610ea957600080fd5b505afa158015610ebd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610305919061189d565b600a5481565b610eef611131565b60055461010090046001600160a01b03908116911614610f215760405162461bcd60e51b81526004016104d390611b26565b6006546001600160a01b0316610f495760405162461bcd60e51b81526004016104d390611c08565b600a546007544291610f5b91906114aa565b10610f785760405162461bcd60e51b81526004016104d390611ab7565b6006546040517f7f37d440e85aba7fbf641c4bda5ca4ef669a80bffaacde2aa8d9feb1b048c82c91610fb5916001600160a01b03909116906118d1565b60405180910390a1600860009054906101000a90046001600160a01b03166001600160a01b031663fb6177876040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561100d57600080fd5b505af1158015611021573d6000803e3d6000fd5b505060068054600880546001600160a01b03199081166001600160a01b03841617909155169055505064012a05f200600755610a12610da6565b611063611131565b60055461010090046001600160a01b039081169116146110955760405162461bcd60e51b81526004016104d390611b26565b6001600160a01b0381166110bb5760405162461bcd60e51b81526004016104d3906119a3565b6005546040516001600160a01b0380841692610100900416907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600580546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b6009546001600160a01b031681565b3390565b6001600160a01b03831661115b5760405162461bcd60e51b81526004016104d390611c37565b6001600160a01b0382166111815760405162461bcd60e51b81526004016104d3906119e9565b6001600160a01b0380841660008181526001602090815260408083209487168084529490915290819020849055517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925906111dc908590611d33565b60405180910390a3505050565b6001600160a01b03831661120f5760405162461bcd60e51b81526004016104d390611b9c565b6001600160a01b0382166112355760405162461bcd60e51b81526004016104d390611960565b611240838383610714565b61127d81604051806060016040528060268152602001611db1602691396001600160a01b03861660009081526020819052604090205491906112ec565b6001600160a01b0380851660009081526020819052604080822093909355908416815220546112ac90826114aa565b6001600160a01b038084166000818152602081905260409081902093909355915190851690600080516020611dff833981519152906111dc908590611d33565b600081848411156113105760405162461bcd60e51b81526004016104d3919061192d565b505050900390565b60008261132757506000610406565b8282028284828161133457fe5b04146113525760405162461bcd60e51b81526004016104d390611ae5565b9392505050565b600061135283836040518060400160405280601a815260200179536166654d6174683a206469766973696f6e206279207a65726f60301b8152506115ee565b6001600160a01b0382166113be5760405162461bcd60e51b81526004016104d390611b5b565b6113ca82600083610714565b61140781604051806060016040528060228152602001611d8f602291396001600160a01b03851660009081526020819052604090205491906112ec565b6001600160a01b03831660009081526020819052604090205560025461142d9082611468565b6002556040516000906001600160a01b03841690600080516020611dff8339815191529061145c908590611d33565b60405180910390a35050565b600061135283836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506112ec565b6000828201838110156113525760405162461bcd60e51b81526004016104d390611a2b565b6107148363a9059cbb60e01b84846040516024016114ee929190611909565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152611625565b611546846323b872dd60e01b8585856040516024016114ee939291906118e5565b50505050565b6001600160a01b0382166115725760405162461bcd60e51b81526004016104d390611cfc565b61157e60008383610714565b60025461158b90826114aa565b6002556001600160a01b0382166000908152602081905260409020546115b190826114aa565b6001600160a01b038316600081815260208190526040808220939093559151909190600080516020611dff8339815191529061145c908590611d33565b6000818361160f5760405162461bcd60e51b81526004016104d3919061192d565b50600083858161161b57fe5b0495945050505050565b606061167a826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166116b49092919063ffffffff16565b80519091501561071457808060200190518101906116989190611865565b6107145760405162461bcd60e51b81526004016104d390611cb2565b60606116c384846000856116cb565b949350505050565b60606116d68561178f565b6116f25760405162461bcd60e51b81526004016104d390611c7b565b60006060866001600160a01b0316858760405161170f91906118b5565b60006040518083038185875af1925050503d806000811461174c576040519150601f19603f3d011682016040523d82523d6000602084013e611751565b606091505b509150915081156117655791506116c39050565b8051156117755780518082602001fd5b8360405162461bcd60e51b81526004016104d3919061192d565b3b151590565b80356001600160a01b038116811461040657600080fd5b6000602082840312156117bd578081fd5b6113528383611795565b600080604083850312156117d9578081fd5b6117e38484611795565b91506117f28460208501611795565b90509250929050565b60008060006060848603121561180f578081fd5b833561181a81611d76565b9250602084013561182a81611d76565b929592945050506040919091013590565b6000806040838503121561184d578182fd5b6118578484611795565b946020939093013593505050565b600060208284031215611876578081fd5b81518015158114611352578182fd5b600060208284031215611896578081fd5b5035919050565b6000602082840312156118ae578081fd5b5051919050565b600082516118c7818460208701611d4a565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b039384168152919092166020820152604081019190915260600190565b6001600160a01b03929092168252602082015260400190565b901515815260200190565b600060208252825180602084015261194c816040850160208701611d4a565b601f01601f19169190910160400192915050565b60208082526023908201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260408201526265737360e81b606082015260800190565b60208082526026908201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160408201526564647265737360d01b606082015260800190565b60208082526022908201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604082015261737360f01b606082015260800190565b6020808252601b908201527a536166654d6174683a206164646974696f6e206f766572666c6f7760281b604082015260600190565b6020808252818101527f617070726f76616c2064656c61792063616e206f6e6c7920696e637265617365604082015260600190565b60208082526008908201526763616e277420646f60c01b604082015260600190565b60208082526014908201527311195b185e481a185cc81b9bdd081c185cdcd95960621b604082015260600190565b60208082526021908201527f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f6040820152607760f81b606082015260800190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526021908201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736040820152607360f81b606082015260800190565b60208082526025908201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604082015264647265737360d81b606082015260800190565b6020808252600d908201526c746f6f206d7563682074696d6560981b604082015260600190565b6020808252601590820152745468657265206973206e6f2063616e64696461746560581b604082015260600190565b60208082526024908201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646040820152637265737360e01b606082015260800190565b6020808252601d908201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604082015260600190565b6020808252602a908201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6040820152691bdd081cdd58d8d9595960b21b606082015260800190565b6020808252601f908201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604082015260600190565b90815260200190565b60ff91909116815260200190565b60005b83811015611d65578181015183820152602001611d4d565b838111156115465750506000910152565b6001600160a01b0381168114611d8b57600080fd5b5056fe45524332303a206275726e20616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa26469706673582212202777eeafe0394bd506de4032202dfaa42e622c7040aceae3dad10b3050b4e75264736f6c634300060c0033000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000021be370d5312f44cb42ce377bc9b8a0cef1a4c83000000000000000000000000000000000000000000000000000000000000000631315746544d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000631315746544d0000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061017a5760003560e01c8063853828b6116100d4578063853828b61461029c5780638da5cb5b146102a457806395d89b41146102b9578063a457c2d7146102c1578063a8c62e76146102d4578063a9059cbb146102dc578063b69ef8a8146102ef578063b6b55f25146102f7578063d389800f1461030a578063dd62ed3e14610312578063de5f626814610325578063e2d1e75c1461032d578063e668524414610335578063f2fde38b1461033d578063fc0c546a146103505761017a565b806306fdde031461017f578063095ea7b31461019d57806318160ddd146101bd57806323b872dd146101d25780632650a613146101e55780632e1a7d4d146101fa578063313ce5671461020d57806333a100ca14610222578063395093511461023557806348a0d754146102485780635b12ff9b1461025057806370a0823114610263578063715018a61461027657806376dfabb81461027e57806377c7b8fc14610294575b600080fd5b610187610358565b604051610194919061192d565b60405180910390f35b6101b06101ab36600461183b565b6103ee565b6040516101949190611922565b6101c561040c565b6040516101949190611d33565b6101b06101e03660046117fb565b610412565b6101f86101f3366004611885565b610499565b005b6101f8610208366004611885565b610526565b610215610719565b6040516101949190611d3c565b6101f86102303660046117ac565b610722565b6101b061024336600461183b565b6107af565b6101c56107fd565b6101f861025e3660046117ac565b610883565b6101c56102713660046117ac565b61092b565b6101f8610946565b6102866109d0565b604051610194929190611909565b6101c56109e5565b6101f8610a06565b6102ac610a14565b60405161019491906118d1565b610187610a28565b6101b06102cf36600461183b565b610a89565b6102ac610af1565b6101b06102ea36600461183b565b610b00565b6101c5610b14565b6101f8610305366004611885565b610c25565b6101f8610da6565b6101c56103203660046117c7565b610e34565b6101f8610e5f565b6101c5610ee1565b6101f8610ee7565b6101f861034b3660046117ac565b61105b565b6102ac611122565b60038054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156103e45780601f106103b9576101008083540402835291602001916103e4565b820191906000526020600020905b8154815290600101906020018083116103c757829003601f168201915b5050505050905090565b60006104026103fb611131565b8484611135565b5060015b92915050565b60025490565b600061041f8484846111e9565b61048f8461042b611131565b61048a85604051806060016040528060288152602001611dd7602891396001600160a01b038a16600090815260016020526040812090610469611131565b6001600160a01b0316815260208101919091526040016000205491906112ec565b611135565b5060019392505050565b6104a1611131565b60055461010090046001600160a01b039081169116146104dc5760405162461bcd60e51b81526004016104d390611b26565b60405180910390fd5b62093a80600a54106105005760405162461bcd60e51b81526004016104d390611be1565b600a5481116105215760405162461bcd60e51b81526004016104d390611a60565b600a55565b600061054b61053361040c565b6105458461053f610b14565b90611318565b90611359565b90506105573383611398565b6009546040516370a0823160e01b81526000916001600160a01b0316906370a08231906105889030906004016118d1565b60206040518083038186803b1580156105a057600080fd5b505afa1580156105b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105d8919061189d565b9050818110156106fd5760006105ee8383611468565b600854604051632e1a7d4d60e01b81529192506001600160a01b031690632e1a7d4d9061061f908490600401611d33565b600060405180830381600087803b15801561063957600080fd5b505af115801561064d573d6000803e3d6000fd5b50506009546040516370a0823160e01b8152600093506001600160a01b0390911691506370a08231906106849030906004016118d1565b60206040518083038186803b15801561069c57600080fd5b505afa1580156106b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d4919061189d565b905060006106e28285611468565b9050828110156106f9576106f684826114aa565b94505b5050505b600954610714906001600160a01b031633846114cf565b505050565b60055460ff1690565b61072a611131565b60055461010090046001600160a01b0390811691161461075c5760405162461bcd60e51b81526004016104d390611b26565b600b5460ff1615156001146107835760405162461bcd60e51b81526004016104d390611a95565b600880546001600160a01b0319166001600160a01b0392909216919091179055600b805460ff19169055565b60006104026107bc611131565b8461048a85600160006107cd611131565b6001600160a01b03908116825260208083019390935260409182016000908120918c1681529252902054906114aa565b6009546040516370a0823160e01b81526000916001600160a01b0316906370a082319061082e9030906004016118d1565b60206040518083038186803b15801561084657600080fd5b505afa15801561085a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061087e919061189d565b905090565b61088b611131565b60055461010090046001600160a01b039081169116146108bd5760405162461bcd60e51b81526004016104d390611b26565b6040805180820182526001600160a01b038316808252426020909201829052600680546001600160a01b0319169091179055600755517f1aae2ec5647db56da2d513de40528ba3565c6057525637050660c4323bbac7df906109209083906118d1565b60405180910390a150565b6001600160a01b031660009081526020819052604090205490565b61094e611131565b60055461010090046001600160a01b039081169116146109805760405162461bcd60e51b81526004016104d390611b26565b60055460405160009161010090046001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a360058054610100600160a81b0319169055565b6006546007546001600160a01b039091169082565b600061087e6109f261040c565b610545670de0b6b3a764000061053f610b14565b610a126102083361092b565b565b60055461010090046001600160a01b031690565b60048054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156103e45780601f106103b9576101008083540402835291602001916103e4565b6000610402610a96611131565b8461048a85604051806060016040528060258152602001611e1f6025913960016000610ac0611131565b6001600160a01b03908116825260208083019390935260409182016000908120918d168152925290205491906112ec565b6008546001600160a01b031681565b6000610402610b0d611131565b84846111e9565b600061087e600860009054906101000a90046001600160a01b03166001600160a01b031663722713f76040518163ffffffff1660e01b815260040160206040518083038186803b158015610b6757600080fd5b505afa158015610b7b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9f919061189d565b6009546040516370a0823160e01b81526001600160a01b03909116906370a0823190610bcf9030906004016118d1565b60206040518083038186803b158015610be757600080fd5b505afa158015610bfb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c1f919061189d565b906114aa565b6000610c2f610b14565b6009546040516370a0823160e01b81529192506000916001600160a01b03909116906370a0823190610c659030906004016118d1565b60206040518083038186803b158015610c7d57600080fd5b505afa158015610c91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb5919061189d565b600954909150610cd0906001600160a01b0316333086611525565b6009546040516370a0823160e01b81526000916001600160a01b0316906370a0823190610d019030906004016118d1565b60206040518083038186803b158015610d1957600080fd5b505afa158015610d2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d51919061189d565b9050610d5d8183611468565b93506000610d6961040c565b610d74575083610d8d565b610d8a84610545610d8361040c565b8890611318565b90505b610d97338261154c565b610d9f610da6565b5050505050565b6000610db06107fd565b600854600954919250610dd0916001600160a01b039081169116836114cf565b600860009054906101000a90046001600160a01b03166001600160a01b031663d0e30db06040518163ffffffff1660e01b8152600401600060405180830381600087803b158015610e2057600080fd5b505af1158015610d9f573d6000803e3d6000fd5b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6009546040516370a0823160e01b8152610a12916001600160a01b0316906370a0823190610e919033906004016118d1565b60206040518083038186803b158015610ea957600080fd5b505afa158015610ebd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610305919061189d565b600a5481565b610eef611131565b60055461010090046001600160a01b03908116911614610f215760405162461bcd60e51b81526004016104d390611b26565b6006546001600160a01b0316610f495760405162461bcd60e51b81526004016104d390611c08565b600a546007544291610f5b91906114aa565b10610f785760405162461bcd60e51b81526004016104d390611ab7565b6006546040517f7f37d440e85aba7fbf641c4bda5ca4ef669a80bffaacde2aa8d9feb1b048c82c91610fb5916001600160a01b03909116906118d1565b60405180910390a1600860009054906101000a90046001600160a01b03166001600160a01b031663fb6177876040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561100d57600080fd5b505af1158015611021573d6000803e3d6000fd5b505060068054600880546001600160a01b03199081166001600160a01b03841617909155169055505064012a05f200600755610a12610da6565b611063611131565b60055461010090046001600160a01b039081169116146110955760405162461bcd60e51b81526004016104d390611b26565b6001600160a01b0381166110bb5760405162461bcd60e51b81526004016104d3906119a3565b6005546040516001600160a01b0380841692610100900416907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600580546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b6009546001600160a01b031681565b3390565b6001600160a01b03831661115b5760405162461bcd60e51b81526004016104d390611c37565b6001600160a01b0382166111815760405162461bcd60e51b81526004016104d3906119e9565b6001600160a01b0380841660008181526001602090815260408083209487168084529490915290819020849055517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925906111dc908590611d33565b60405180910390a3505050565b6001600160a01b03831661120f5760405162461bcd60e51b81526004016104d390611b9c565b6001600160a01b0382166112355760405162461bcd60e51b81526004016104d390611960565b611240838383610714565b61127d81604051806060016040528060268152602001611db1602691396001600160a01b03861660009081526020819052604090205491906112ec565b6001600160a01b0380851660009081526020819052604080822093909355908416815220546112ac90826114aa565b6001600160a01b038084166000818152602081905260409081902093909355915190851690600080516020611dff833981519152906111dc908590611d33565b600081848411156113105760405162461bcd60e51b81526004016104d3919061192d565b505050900390565b60008261132757506000610406565b8282028284828161133457fe5b04146113525760405162461bcd60e51b81526004016104d390611ae5565b9392505050565b600061135283836040518060400160405280601a815260200179536166654d6174683a206469766973696f6e206279207a65726f60301b8152506115ee565b6001600160a01b0382166113be5760405162461bcd60e51b81526004016104d390611b5b565b6113ca82600083610714565b61140781604051806060016040528060228152602001611d8f602291396001600160a01b03851660009081526020819052604090205491906112ec565b6001600160a01b03831660009081526020819052604090205560025461142d9082611468565b6002556040516000906001600160a01b03841690600080516020611dff8339815191529061145c908590611d33565b60405180910390a35050565b600061135283836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506112ec565b6000828201838110156113525760405162461bcd60e51b81526004016104d390611a2b565b6107148363a9059cbb60e01b84846040516024016114ee929190611909565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152611625565b611546846323b872dd60e01b8585856040516024016114ee939291906118e5565b50505050565b6001600160a01b0382166115725760405162461bcd60e51b81526004016104d390611cfc565b61157e60008383610714565b60025461158b90826114aa565b6002556001600160a01b0382166000908152602081905260409020546115b190826114aa565b6001600160a01b038316600081815260208190526040808220939093559151909190600080516020611dff8339815191529061145c908590611d33565b6000818361160f5760405162461bcd60e51b81526004016104d3919061192d565b50600083858161161b57fe5b0495945050505050565b606061167a826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166116b49092919063ffffffff16565b80519091501561071457808060200190518101906116989190611865565b6107145760405162461bcd60e51b81526004016104d390611cb2565b60606116c384846000856116cb565b949350505050565b60606116d68561178f565b6116f25760405162461bcd60e51b81526004016104d390611c7b565b60006060866001600160a01b0316858760405161170f91906118b5565b60006040518083038185875af1925050503d806000811461174c576040519150601f19603f3d011682016040523d82523d6000602084013e611751565b606091505b509150915081156117655791506116c39050565b8051156117755780518082602001fd5b8360405162461bcd60e51b81526004016104d3919061192d565b3b151590565b80356001600160a01b038116811461040657600080fd5b6000602082840312156117bd578081fd5b6113528383611795565b600080604083850312156117d9578081fd5b6117e38484611795565b91506117f28460208501611795565b90509250929050565b60008060006060848603121561180f578081fd5b833561181a81611d76565b9250602084013561182a81611d76565b929592945050506040919091013590565b6000806040838503121561184d578182fd5b6118578484611795565b946020939093013593505050565b600060208284031215611876578081fd5b81518015158114611352578182fd5b600060208284031215611896578081fd5b5035919050565b6000602082840312156118ae578081fd5b5051919050565b600082516118c7818460208701611d4a565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b039384168152919092166020820152604081019190915260600190565b6001600160a01b03929092168252602082015260400190565b901515815260200190565b600060208252825180602084015261194c816040850160208701611d4a565b601f01601f19169190910160400192915050565b60208082526023908201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260408201526265737360e81b606082015260800190565b60208082526026908201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160408201526564647265737360d01b606082015260800190565b60208082526022908201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604082015261737360f01b606082015260800190565b6020808252601b908201527a536166654d6174683a206164646974696f6e206f766572666c6f7760281b604082015260600190565b6020808252818101527f617070726f76616c2064656c61792063616e206f6e6c7920696e637265617365604082015260600190565b60208082526008908201526763616e277420646f60c01b604082015260600190565b60208082526014908201527311195b185e481a185cc81b9bdd081c185cdcd95960621b604082015260600190565b60208082526021908201527f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f6040820152607760f81b606082015260800190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526021908201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736040820152607360f81b606082015260800190565b60208082526025908201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604082015264647265737360d81b606082015260800190565b6020808252600d908201526c746f6f206d7563682074696d6560981b604082015260600190565b6020808252601590820152745468657265206973206e6f2063616e64696461746560581b604082015260600190565b60208082526024908201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646040820152637265737360e01b606082015260800190565b6020808252601d908201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604082015260600190565b6020808252602a908201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6040820152691bdd081cdd58d8d9595960b21b606082015260800190565b6020808252601f908201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604082015260600190565b90815260200190565b60ff91909116815260200190565b60005b83811015611d65578181015183820152602001611d4d565b838111156115465750506000910152565b6001600160a01b0381168114611d8b57600080fd5b5056fe45524332303a206275726e20616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa26469706673582212202777eeafe0394bd506de4032202dfaa42e622c7040aceae3dad10b3050b4e75264736f6c634300060c0033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000021be370d5312f44cb42ce377bc9b8a0cef1a4c83000000000000000000000000000000000000000000000000000000000000000631315746544d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000631315746544d0000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : name__ (string): 11WFTM
Arg [1] : symbol__ (string): 11WFTM
Arg [2] : _lpToken (address): 0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83

-----Encoded View---------------
7 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000060
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000a0
Arg [2] : 00000000000000000000000021be370d5312f44cb42ce377bc9b8a0cef1a4c83
Arg [3] : 0000000000000000000000000000000000000000000000000000000000000006
Arg [4] : 31315746544d0000000000000000000000000000000000000000000000000000
Arg [5] : 0000000000000000000000000000000000000000000000000000000000000006
Arg [6] : 31315746544d0000000000000000000000000000000000000000000000000000


Deployed Bytecode Sourcemap

32244:6100:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17115:83;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19221:169;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;18190:100::-;;;:::i;:::-;;;;;;;:::i;19864:321::-;;;;;;:::i;:::-;;:::i;33672:233::-;;;;;;:::i;:::-;;:::i;:::-;;36537:566;;;;;;:::i;:::-;;:::i;18042:83::-;;;:::i;:::-;;;;;;;:::i;33498:166::-;;;;;;:::i;:::-;;:::i;20594:218::-;;;;;;:::i;:::-;;:::i;34354:107::-;;;:::i;37276:271::-;;;;;;:::i;:::-;;:::i;18353:119::-;;;;;;:::i;:::-;;:::i;31226:148::-;;;:::i;32560:36::-;;;:::i;:::-;;;;;;;;:::i;34683:126::-;;;:::i;36217:82::-;;;:::i;30584:79::-;;;:::i;:::-;;;;;;;:::i;17317:87::-;;;:::i;21315:269::-;;;;;;:::i;:::-;;:::i;32656:23::-;;;:::i;18685:175::-;;;;;;:::i;:::-;;:::i;33917:139::-;;;:::i;35201:594::-;;;;;;:::i;:::-;;:::i;35962:150::-;;;:::i;18923:151::-;;;;;;:::i;:::-;;:::i;34913:86::-;;;:::i;32853:28::-;;;:::i;37799:542::-;;;:::i;31529:244::-;;;;;;:::i;:::-;;:::i;32745:19::-;;;:::i;17115:83::-;17185:5;17178:12;;;;;;;;-1:-1:-1;;17178:12:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17152:13;;17178:12;;17185:5;;17178:12;;17185:5;17178:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17115:83;:::o;19221:169::-;19304:4;19321:39;19330:12;:10;:12::i;:::-;19344:7;19353:6;19321:8;:39::i;:::-;-1:-1:-1;19378:4:0;19221:169;;;;;:::o;18190:100::-;18270:12;;18190:100;:::o;19864:321::-;19970:4;19987:36;19997:6;20005:9;20016:6;19987:9;:36::i;:::-;20034:121;20043:6;20051:12;:10;:12::i;:::-;20065:89;20103:6;20065:89;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;20065:19:0;;;;;;:11;:19;;;;;;20085:12;:10;:12::i;:::-;-1:-1:-1;;;;;20065:33:0;;;;;;;;;;;;-1:-1:-1;20065:33:0;;;:89;:37;:89::i;:::-;20034:8;:121::i;:::-;-1:-1:-1;20173:4:0;19864:321;;;;;:::o;33672:233::-;30806:12;:10;:12::i;:::-;30796:6;;;;;-1:-1:-1;;;;;30796:6:0;;;:22;;;30788:67;;;;-1:-1:-1;;;30788:67:0;;;;;;;:::i;:::-;;;;;;;;;33764:6:::1;33748:13;;:22;33740:48;;;;-1:-1:-1::0;;;33740:48:0::1;;;;;;;:::i;:::-;33815:13;;33807:5;:21;33799:66;;;;-1:-1:-1::0;;;33799:66:0::1;;;;;;;:::i;:::-;33876:13;:21:::0;33672:233::o;36537:566::-;36590:9;36602:43;36631:13;:11;:13::i;:::-;36603:22;36617:7;36603:9;:7;:9::i;:::-;:13;;:22::i;:::-;36602:28;;:43::i;:::-;36590:55;;36656:26;36662:10;36674:7;36656:5;:26::i;:::-;36704:5;;:30;;-1:-1:-1;;;36704:30:0;;36695:6;;-1:-1:-1;;;;;36704:5:0;;:15;;:30;;36728:4;;36704:30;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;36695:39;;36753:1;36749;:5;36745:305;;;36771:14;36788:8;:1;36794;36788:5;:8::i;:::-;36821;;36811:39;;-1:-1:-1;;;36811:39:0;;36771:25;;-1:-1:-1;;;;;;36821:8:0;;36811:28;;:39;;36771:25;;36811:39;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;36879:5:0;;:30;;-1:-1:-1;;;36879:30:0;;36865:11;;-1:-1:-1;;;;;;36879:5:0;;;;-1:-1:-1;36879:15:0;;:30;;36903:4;;36879:30;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;36865:44;-1:-1:-1;36924:10:0;36937:13;36865:44;36948:1;36937:10;:13::i;:::-;36924:26;;36977:9;36969:5;:17;36965:74;;;37011:12;:1;37017:5;37011;:12::i;:::-;37007:16;;36965:74;36745:305;;;;37062:5;;:33;;-1:-1:-1;;;;;37062:5:0;37081:10;37093:1;37062:18;:33::i;:::-;36537:566;;;:::o;18042:83::-;18108:9;;;;18042:83;:::o;33498:166::-;30806:12;:10;:12::i;:::-;30796:6;;;;;-1:-1:-1;;;;;30796:6:0;;;:22;;;30788:67;;;;-1:-1:-1;;;30788:67:0;;;;;;;:::i;:::-;33575:5:::1;::::0;::::1;;:13;;:5:::0;:13:::1;33567:34;;;;-1:-1:-1::0;;;33567:34:0::1;;;;;;;:::i;:::-;33612:8;:20:::0;;-1:-1:-1;;;;;;33612:20:0::1;-1:-1:-1::0;;;;;33612:20:0;;;::::1;::::0;;;::::1;::::0;;33643:5:::1;:13:::0;;-1:-1:-1;;33643:13:0::1;::::0;;33498:166::o;20594:218::-;20682:4;20699:83;20708:12;:10;:12::i;:::-;20722:7;20731:50;20770:10;20731:11;:25;20743:12;:10;:12::i;:::-;-1:-1:-1;;;;;20731:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;20731:25:0;;;:34;;;;;;;;;;;:38;:50::i;34354:107::-;34423:5;;:30;;-1:-1:-1;;;34423:30:0;;34396:7;;-1:-1:-1;;;;;34423:5:0;;:15;;:30;;34447:4;;34423:30;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;34416:37;;34354:107;:::o;37276:271::-;30806:12;:10;:12::i;:::-;30796:6;;;;;-1:-1:-1;;;;;30796:6:0;;;:22;;;30788:67;;;;-1:-1:-1;;;30788:67:0;;;;;;;:::i;:::-;37368:119:::1;::::0;;;;::::1;::::0;;-1:-1:-1;;;;;37368:119:0;::::1;::::0;;;37459:15:::1;37368:119;::::0;;::::1;::::0;;;37351:14:::1;:136:::0;;-1:-1:-1;;;;;;37351:136:0::1;::::0;;::::1;::::0;;;;37505:34;::::1;::::0;::::1;::::0;37415:15;;37505:34:::1;:::i;:::-;;;;;;;;37276:271:::0;:::o;18353:119::-;-1:-1:-1;;;;;18446:18:0;18419:7;18446:18;;;;;;;;;;;;18353:119::o;31226:148::-;30806:12;:10;:12::i;:::-;30796:6;;;;;-1:-1:-1;;;;;30796:6:0;;;:22;;;30788:67;;;;-1:-1:-1;;;30788:67:0;;;;;;;:::i;:::-;31317:6:::1;::::0;31296:40:::1;::::0;31333:1:::1;::::0;31317:6:::1;::::0;::::1;-1:-1:-1::0;;;;;31317:6:0::1;::::0;31296:40:::1;::::0;31333:1;;31296:40:::1;31347:6;:19:::0;;-1:-1:-1;;;;;;31347:19:0::1;::::0;;31226:148::o;32560:36::-;;;;;-1:-1:-1;;;;;32560:36:0;;;;;:::o;34683:126::-;34736:7;34763:38;34787:13;:11;:13::i;:::-;34763:19;34777:4;34763:9;:7;:9::i;36217:82::-;36260:31;36269:21;36279:10;36269:9;:21::i;36260:31::-;36217:82::o;30584:79::-;30649:6;;;;;-1:-1:-1;;;;;30649:6:0;;30584:79::o;17317:87::-;17389:7;17382:14;;;;;;;;-1:-1:-1;;17382:14:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17356:13;;17382:14;;17389:7;;17382:14;;17389:7;17382:14;;;;;;;;;;;;;;;;;;;;;;;;21315:269;21408:4;21425:129;21434:12;:10;:12::i;:::-;21448:7;21457:96;21496:15;21457:96;;;;;;;;;;;;;;;;;:11;:25;21469:12;:10;:12::i;:::-;-1:-1:-1;;;;;21457:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;21457:25:0;;;:34;;;;;;;;;;;:96;:38;:96::i;32656:23::-;;;-1:-1:-1;;;;;32656:23:0;;:::o;18685:175::-;18771:4;18788:42;18798:12;:10;:12::i;:::-;18812:9;18823:6;18788:9;:42::i;33917:139::-;33957:4;33981:67;34026:8;;;;;;;;;-1:-1:-1;;;;;34026:8:0;-1:-1:-1;;;;;34016:29:0;;:31;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;33981:5;;:30;;-1:-1:-1;;;33981:30:0;;-1:-1:-1;;;;;33981:5:0;;;;:15;;:30;;34005:4;;33981:30;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:34;;:67::i;35201:594::-;35250:13;35266:9;:7;:9::i;:::-;35304:5;;:30;;-1:-1:-1;;;35304:30:0;;35250:25;;-1:-1:-1;35286:15:0;;-1:-1:-1;;;;;35304:5:0;;;;:15;;:30;;35328:4;;35304:30;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;35345:5;;35286:48;;-1:-1:-1;35345:58:0;;-1:-1:-1;;;;;35345:5:0;35368:10;35388:4;35395:7;35345:22;:58::i;:::-;35431:5;;:30;;-1:-1:-1;;;35431:30:0;;35414:14;;-1:-1:-1;;;;;35431:5:0;;:15;;:30;;35455:4;;35431:30;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;35414:47;-1:-1:-1;35482:19:0;35414:47;35493:7;35482:10;:19::i;:::-;35472:29;;35556:14;35589:13;:11;:13::i;:::-;35585:148;;-1:-1:-1;35633:7:0;35585:148;;;35682:39;35715:5;35683:26;35695:13;:11;:13::i;:::-;35683:7;;:11;:26::i;35682:39::-;35673:48;;35585:148;35743:25;35749:10;35761:6;35743:5;:25::i;:::-;35781:6;:4;:6::i;:::-;35201:594;;;;;:::o;35962:150::-;35996:9;36008:11;:9;:11::i;:::-;36049:8;;36030:5;;35996:23;;-1:-1:-1;36030:34:0;;-1:-1:-1;;;;;36030:5:0;;;;36049:8;35996:23;36030:18;:34::i;:::-;36085:8;;;;;;;;;-1:-1:-1;;;;;36085:8:0;-1:-1:-1;;;;;36075:27:0;;:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18923:151;-1:-1:-1;;;;;19039:18:0;;;19012:7;19039:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;18923:151::o;34913:86::-;34963:5;;:27;;-1:-1:-1;;;34963:27:0;;34955:36;;-1:-1:-1;;;;;34963:5:0;;:15;;:27;;34979:10;;34963:27;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;32853:28::-;;;;:::o;37799:542::-;30806:12;:10;:12::i;:::-;30796:6;;;;;-1:-1:-1;;;;;30796:6:0;;;:22;;;30788:67;;;;-1:-1:-1;;;30788:67:0;;;;;;;:::i;:::-;37859:14:::1;:29:::0;-1:-1:-1;;;;;37859:29:0::1;37851:77;;;;-1:-1:-1::0;;;37851:77:0::1;;;;;;;:::i;:::-;37979:13;::::0;37947:27;;37996:15:::1;::::0;37947:46:::1;::::0;:27;:31:::1;:46::i;:::-;:64;37939:97;;;;-1:-1:-1::0;;;37939:97:0::1;;;;;;;:::i;:::-;38075:14;:29:::0;38062:43:::1;::::0;::::1;::::0;::::1;::::0;-1:-1:-1;;;;;38075:29:0;;::::1;::::0;38062:43:::1;:::i;:::-;;;;;;;;38128:8;;;;;;;;;-1:-1:-1::0;;;;;38128:8:0::1;-1:-1:-1::0;;;;;38118:31:0::1;;:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;-1:-1:-1::0;;38173:14:0::1;:29:::0;;38162:8:::1;:40:::0;;-1:-1:-1;;;;;;38162:40:0;;::::1;-1:-1:-1::0;;;;;38173:29:0;::::1;38162:40;::::0;;;38213:42:::1;::::0;;-1:-1:-1;;38296:10:0::1;38266:27:::0;:40;38327:6:::1;:4;:6::i;31529:244::-:0;30806:12;:10;:12::i;:::-;30796:6;;;;;-1:-1:-1;;;;;30796:6:0;;;:22;;;30788:67;;;;-1:-1:-1;;;30788:67:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;31618:22:0;::::1;31610:73;;;;-1:-1:-1::0;;;31610:73:0::1;;;;;;;:::i;:::-;31720:6;::::0;31699:38:::1;::::0;-1:-1:-1;;;;;31699:38:0;;::::1;::::0;31720:6:::1;::::0;::::1;;::::0;31699:38:::1;::::0;;;::::1;31748:6;:17:::0;;-1:-1:-1;;;;;31748:17:0;;::::1;;;-1:-1:-1::0;;;;;;31748:17:0;;::::1;::::0;;;::::1;::::0;;31529:244::o;32745:19::-;;;-1:-1:-1;;;;;32745:19:0;;:::o;673:106::-;761:10;673:106;:::o;24460:346::-;-1:-1:-1;;;;;24562:19:0;;24554:68;;;;-1:-1:-1;;;24554:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;24641:21:0;;24633:68;;;;-1:-1:-1;;;24633:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;24714:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;;:36;;;24766:32;;;;;24744:6;;24766:32;:::i;:::-;;;;;;;;24460:346;;;:::o;22074:539::-;-1:-1:-1;;;;;22180:20:0;;22172:70;;;;-1:-1:-1;;;22172:70:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;22261:23:0;;22253:71;;;;-1:-1:-1;;;22253:71:0;;;;;;;:::i;:::-;22337:47;22358:6;22366:9;22377:6;22337:20;:47::i;:::-;22417:71;22439:6;22417:71;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;22417:17:0;;:9;:17;;;;;;;;;;;;:71;:21;:71::i;:::-;-1:-1:-1;;;;;22397:17:0;;;:9;:17;;;;;;;;;;;:91;;;;22522:20;;;;;;;:32;;22547:6;22522:24;:32::i;:::-;-1:-1:-1;;;;;22499:20:0;;;:9;:20;;;;;;;;;;;;:55;;;;22570:35;;;;;;-1:-1:-1;;;;;;;;;;;22570:35:0;;;22598:6;;22570:35;:::i;5491:192::-;5577:7;5613:12;5605:6;;;;5597:29;;;;-1:-1:-1;;;5597:29:0;;;;;;;;:::i;:::-;-1:-1:-1;;;5649:5:0;;;5491:192::o;5942:471::-;6000:7;6245:6;6241:47;;-1:-1:-1;6275:1:0;6268:8;;6241:47;6312:5;;;6316:1;6312;:5;:1;6336:5;;;;;:10;6328:56;;;;-1:-1:-1;;;6328:56:0;;;;;;;:::i;:::-;6404:1;5942:471;-1:-1:-1;;;5942:471:0:o;6889:132::-;6947:7;6974:39;6978:1;6981;6974:39;;;;;;;;;;;;;-1:-1:-1;;;6974:39:0;;;:3;:39::i;23604:418::-;-1:-1:-1;;;;;23688:21:0;;23680:67;;;;-1:-1:-1;;;23680:67:0;;;;;;;:::i;:::-;23760:49;23781:7;23798:1;23802:6;23760:20;:49::i;:::-;23843:68;23866:6;23843:68;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;23843:18:0;;:9;:18;;;;;;;;;;;;:68;:22;:68::i;:::-;-1:-1:-1;;;;;23822:18:0;;:9;:18;;;;;;;;;;:89;23937:12;;:24;;23954:6;23937:16;:24::i;:::-;23922:12;:39;23977:37;;24003:1;;-1:-1:-1;;;;;23977:37:0;;;-1:-1:-1;;;;;;;;;;;23977:37:0;;;24007:6;;23977:37;:::i;:::-;;;;;;;;23604:418;;:::o;5052:136::-;5110:7;5137:43;5141:1;5144;5137:43;;;;;;;;;;;;;;;;;:3;:43::i;4588:181::-;4646:7;4678:5;;;4702:6;;;;4694:46;;;;-1:-1:-1;;;4694:46:0;;;;;;;:::i;26499:177::-;26582:86;26602:5;26632:23;;;26657:2;26661:5;26609:58;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;26609:58:0;;;;;;;;;;;;;;-1:-1:-1;;;;;26609:58:0;-1:-1:-1;;;;;;26609:58:0;;;;;;;;;;26582:19;:86::i;26684:205::-;26785:96;26805:5;26835:27;;;26864:4;26870:2;26874:5;26812:68;;;;;;;;;;:::i;26785:96::-;26684:205;;;;:::o;22894:378::-;-1:-1:-1;;;;;22978:21:0;;22970:65;;;;-1:-1:-1;;;22970:65:0;;;;;;;:::i;:::-;23048:49;23077:1;23081:7;23090:6;23048:20;:49::i;:::-;23125:12;;:24;;23142:6;23125:16;:24::i;:::-;23110:12;:39;-1:-1:-1;;;;;23181:18:0;;:9;:18;;;;;;;;;;;:30;;23204:6;23181:22;:30::i;:::-;-1:-1:-1;;;;;23160:18:0;;:9;:18;;;;;;;;;;;:51;;;;23227:37;;23160:18;;:9;-1:-1:-1;;;;;;;;;;;23227:37:0;;;23257:6;;23227:37;:::i;7517:278::-;7603:7;7638:12;7631:5;7623:28;;;;-1:-1:-1;;;7623:28:0;;;;;;;;:::i;:::-;;7662:9;7678:1;7674;:5;;;;;;;7517:278;-1:-1:-1;;;;;7517:278:0:o;28804:761::-;29228:23;29254:69;29282:4;29254:69;;;;;;;;;;;;;;;;;29262:5;-1:-1:-1;;;;;29254:27:0;;;:69;;;;;:::i;:::-;29338:17;;29228:95;;-1:-1:-1;29338:21:0;29334:224;;29480:10;29469:30;;;;;;;;;;;;:::i;:::-;29461:85;;;;-1:-1:-1;;;29461:85:0;;;;;;;:::i;12651:196::-;12754:12;12786:53;12809:6;12817:4;12823:1;12826:12;12786:22;:53::i;:::-;12779:60;12651:196;-1:-1:-1;;;;12651:196:0:o;14028:979::-;14158:12;14191:18;14202:6;14191:10;:18::i;:::-;14183:60;;;;-1:-1:-1;;;14183:60:0;;;;;;;:::i;:::-;14317:12;14331:23;14358:6;-1:-1:-1;;;;;14358:11:0;14378:8;14389:4;14358:36;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14316:78;;;;14409:7;14405:595;;;14440:10;-1:-1:-1;14433:17:0;;-1:-1:-1;14433:17:0;14405:595;14554:17;;:21;14550:439;;14817:10;14811:17;14878:15;14865:10;14861:2;14857:19;14850:44;14765:148;14960:12;14953:20;;-1:-1:-1;;;14953:20:0;;;;;;;;:::i;9733:422::-;10100:20;10139:8;;;9733:422::o;5:130:-1:-;72:20;;-1:-1;;;;;21175:54;;22510:35;;22500:2;;22559:1;;22549:12;555:241;;659:2;647:9;638:7;634:23;630:32;627:2;;;-1:-1;;665:12;627:2;727:53;772:7;748:22;727:53;:::i;803:366::-;;;924:2;912:9;903:7;899:23;895:32;892:2;;;-1:-1;;930:12;892:2;992:53;1037:7;1013:22;992:53;:::i;:::-;982:63;;1100:53;1145:7;1082:2;1125:9;1121:22;1100:53;:::i;:::-;1090:63;;886:283;;;;;:::o;1176:491::-;;;;1314:2;1302:9;1293:7;1289:23;1285:32;1282:2;;;-1:-1;;1320:12;1282:2;85:6;72:20;97:33;124:5;97:33;:::i;:::-;1372:63;-1:-1;1472:2;1511:22;;72:20;97:33;72:20;97:33;:::i;:::-;1276:391;;1480:63;;-1:-1;;;1580:2;1619:22;;;;344:20;;1276:391::o;1674:366::-;;;1795:2;1783:9;1774:7;1770:23;1766:32;1763:2;;;-1:-1;;1801:12;1763:2;1863:53;1908:7;1884:22;1863:53;:::i;:::-;1853:63;1953:2;1992:22;;;;344:20;;-1:-1;;;1757:283::o;2047:257::-;;2159:2;2147:9;2138:7;2134:23;2130:32;2127:2;;;-1:-1;;2165:12;2127:2;223:6;217:13;22656:5;21087:13;21080:21;22634:5;22631:32;22621:2;;-1:-1;;22667:12;2311:241;;2415:2;2403:9;2394:7;2390:23;2386:32;2383:2;;;-1:-1;;2421:12;2383:2;-1:-1;344:20;;2377:175;-1:-1;2377:175::o;2559:263::-;;2674:2;2662:9;2653:7;2649:23;2645:32;2642:2;;;-1:-1;;2680:12;2642:2;-1:-1;492:13;;2636:186;-1:-1;2636:186::o;10368:271::-;;3369:5;20428:12;3480:52;3525:6;3520:3;3513:4;3506:5;3502:16;3480:52;:::i;:::-;3544:16;;;;;10502:137;-1:-1;;10502:137::o;10646:222::-;-1:-1;;;;;21175:54;;;;3049:37;;10773:2;10758:18;;10744:124::o;11120:444::-;-1:-1;;;;;21175:54;;;3049:37;;21175:54;;;;11467:2;11452:18;;3049:37;11550:2;11535:18;;10205:37;;;;11303:2;11288:18;;11274:290::o;11571:333::-;-1:-1;;;;;21175:54;;;;3049:37;;11890:2;11875:18;;10205:37;11726:2;11711:18;;11697:207::o;11911:210::-;21087:13;;21080:21;3163:34;;12032:2;12017:18;;12003:118::o;12383:310::-;;12530:2;12551:17;12544:47;3876:5;20428:12;20867:6;12530:2;12519:9;12515:18;20855:19;3970:52;4015:6;20895:14;12519:9;20895:14;12530:2;3996:5;3992:16;3970:52;:::i;:::-;22430:7;22414:14;-1:-1;;22410:28;4034:39;;;;20895:14;4034:39;;12501:192;-1:-1;;12501:192::o;12700:416::-;12900:2;12914:47;;;4310:2;12885:18;;;20855:19;4346:34;20895:14;;;4326:55;-1:-1;;;4401:12;;;4394:27;4440:12;;;12871:245::o;13123:416::-;13323:2;13337:47;;;4691:2;13308:18;;;20855:19;4727:34;20895:14;;;4707:55;-1:-1;;;4782:12;;;4775:30;4824:12;;;13294:245::o;13546:416::-;13746:2;13760:47;;;5075:2;13731:18;;;20855:19;5111:34;20895:14;;;5091:55;-1:-1;;;5166:12;;;5159:26;5204:12;;;13717:245::o;13969:416::-;14169:2;14183:47;;;5455:2;14154:18;;;20855:19;-1:-1;;;20895:14;;;5471:50;5540:12;;;14140:245::o;14392:416::-;14592:2;14606:47;;;14577:18;;;20855:19;5827:34;20895:14;;;5807:55;5881:12;;;14563:245::o;14815:416::-;15015:2;15029:47;;;6132:1;15000:18;;;20855:19;-1:-1;;;20895:14;;;6147:31;6197:12;;;14986:245::o;15238:416::-;15438:2;15452:47;;;6448:2;15423:18;;;20855:19;-1:-1;;;20895:14;;;6464:43;6526:12;;;15409:245::o;15661:416::-;15861:2;15875:47;;;6777:2;15846:18;;;20855:19;6813:34;20895:14;;;6793:55;-1:-1;;;6868:12;;;6861:25;6905:12;;;15832:245::o;16084:416::-;16284:2;16298:47;;;16269:18;;;20855:19;7192:34;20895:14;;;7172:55;7246:12;;;16255:245::o;16507:416::-;16707:2;16721:47;;;7497:2;16692:18;;;20855:19;7533:34;20895:14;;;7513:55;-1:-1;;;7588:12;;;7581:25;7625:12;;;16678:245::o;16930:416::-;17130:2;17144:47;;;7876:2;17115:18;;;20855:19;7912:34;20895:14;;;7892:55;-1:-1;;;7967:12;;;7960:29;8008:12;;;17101:245::o;17353:416::-;17553:2;17567:47;;;8259:2;17538:18;;;20855:19;-1:-1;;;20895:14;;;8275:36;8330:12;;;17524:245::o;17776:416::-;17976:2;17990:47;;;8581:2;17961:18;;;20855:19;-1:-1;;;20895:14;;;8597:44;8660:12;;;17947:245::o;18199:416::-;18399:2;18413:47;;;8911:2;18384:18;;;20855:19;8947:34;20895:14;;;8927:55;-1:-1;;;9002:12;;;8995:28;9042:12;;;18370:245::o;18622:416::-;18822:2;18836:47;;;9293:2;18807:18;;;20855:19;9329:31;20895:14;;;9309:52;9380:12;;;18793:245::o;19045:416::-;19245:2;19259:47;;;9631:2;19230:18;;;20855:19;9667:34;20895:14;;;9647:55;-1:-1;;;9722:12;;;9715:34;9768:12;;;19216:245::o;19468:416::-;19668:2;19682:47;;;10019:2;19653:18;;;20855:19;10055:33;20895:14;;;10035:54;10108:12;;;19639:245::o;19891:222::-;10205:37;;;20018:2;20003:18;;19989:124::o;20120:214::-;21391:4;21380:16;;;;10321:35;;20243:2;20228:18;;20214:120::o;22070:268::-;22135:1;22142:101;22156:6;22153:1;22150:13;22142:101;;;22223:11;;;22217:18;22204:11;;;22197:39;22178:2;22171:10;22142:101;;;22258:6;22255:1;22252:13;22249:2;;;-1:-1;;22135:1;22305:16;;22298:27;22119:219::o;22451:117::-;-1:-1;;;;;21175:54;;22510:35;;22500:2;;22559:1;;22549:12;22500:2;22494:74;:::o

Swarm Source

ipfs://2777eeafe0394bd506de4032202dfaa42e622c7040aceae3dad10b3050b4e752

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Txn Hash Block Value Eth2 PubKey Valid
View All Deposits
[ 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.