ETH Price: $3,103.76 (+0.66%)
Gas: 3 Gwei

Contract

0xCeC5401A8d5B71A06f38645aC3C1A2C4819613eC
 

Overview

ETH Balance

0.179662669668990503 ETH

Eth Value

$557.63 (@ $3,103.76/ETH)

Token Holdings

Transaction Hash
Method
Block
From
To
Value
Transfer199765642024-05-29 15:59:2341 days ago1716998363IN
0xCeC5401A...4819613eC
0 ETH0.0010603918.30726811
Approve196921502024-04-19 21:26:3581 days ago1713561995IN
0xCeC5401A...4819613eC
0 ETH0.000351347.5435422
Transfer178469392023-08-05 6:19:47340 days ago1691216387IN
0xCeC5401A...4819613eC
0 ETH0.0007978313.75717808
Claim164789522023-01-24 20:07:35532 days ago1674590855IN
0xCeC5401A...4819613eC
0 ETH0.0008928123.2219906
Claim Address164789502023-01-24 20:07:11532 days ago1674590831IN
0xCeC5401A...4819613eC
0 ETH0.000839720.46113821
Approve160780072022-11-29 20:22:59588 days ago1669753379IN
0xCeC5401A...4819613eC
0 ETH0.000458429.84269687
Approve158994132022-11-04 21:42:59613 days ago1667598179IN
0xCeC5401A...4819613eC
0 ETH0.0007711816.55788548
Claim152372942022-07-29 12:19:32711 days ago1659097172IN
0xCeC5401A...4819613eC
0 ETH0.0009370124.37169307
Transfer147431482022-05-09 15:26:14792 days ago1652109974IN
0xCeC5401A...4819613eC
0 ETH0.01653615103.55551808
Transfer147164442022-05-05 9:23:31797 days ago1651742611IN
0xCeC5401A...4819613eC
0 ETH0.0054058433.85722502
Transfer146474782022-04-24 12:35:37807 days ago1650803737IN
0xCeC5401A...4819613eC
0 ETH0.007213835.40641764
Approve146317612022-04-22 1:27:19810 days ago1650590839IN
0xCeC5401A...4819613eC
0 ETH0.0026901157.7586971
Transfer146292002022-04-21 15:56:37810 days ago1650556597IN
0xCeC5401A...4819613eC
0 ETH0.0128669480.58664979
Transfer145465272022-04-08 17:39:56823 days ago1649439596IN
0xCeC5401A...4819613eC
0 ETH0.01645906103.0843432
Transfer145281142022-04-05 20:34:53826 days ago1649190893IN
0xCeC5401A...4819613eC
0 ETH0.0048141983.00329485
Transfer145082272022-04-02 18:13:57829 days ago1648923237IN
0xCeC5401A...4819613eC
0 ETH0.0120365575.37735735
Transfer145030402022-04-01 22:24:35830 days ago1648851875IN
0xCeC5401A...4819613eC
0 ETH0.0083086252.03752693
Transfer144937982022-03-31 11:54:51831 days ago1648727691IN
0xCeC5401A...4819613eC
0 ETH0.0051938332.5257142
Transfer144925432022-03-31 7:18:41832 days ago1648711121IN
0xCeC5401A...4819613eC
0 ETH0.0047358729.66113436
Transfer144811832022-03-29 12:50:11833 days ago1648558211IN
0xCeC5401A...4819613eC
0 ETH0.0111423269.77732239
Transfer144725812022-03-28 4:34:02835 days ago1648442042IN
0xCeC5401A...4819613eC
0 ETH0.0057918836.27089444
Transfer144712092022-03-27 23:36:38835 days ago1648424198IN
0xCeC5401A...4819613eC
0 ETH0.0056921435.65030114
Transfer144696642022-03-27 17:39:54835 days ago1648402794IN
0xCeC5401A...4819613eC
0 ETH0.0054810834.32456871
Transfer144691322022-03-27 15:36:10835 days ago1648395370IN
0xCeC5401A...4819613eC
0 ETH0.0026260216.4451271
Transfer144687822022-03-27 14:29:08835 days ago1648391348IN
0xCeC5401A...4819613eC
0 ETH0.0044880528.10902198
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To Value
142201492022-02-16 23:35:20874 days ago1645054520
0xCeC5401A...4819613eC
 Contract Creation0 ETH
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
HyperShiba

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-02-16
*/

pragma solidity ^0.6.12;

// SPDX-License-Identifier: MIT

/*
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

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


/**
 * @title SafeMathUint
 * @dev Math operations with safety checks that revert on error
 */
library SafeMathUint {
  function toInt256Safe(uint256 a) internal pure returns (int256) {
    int256 b = int256(a);
    require(b >= 0);
    return b;
  }
}






/*
MIT License

Copyright (c) 2018 requestnetwork
Copyright (c) 2018 Fragments, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/

pragma solidity ^0.6.2;

/**
 * @title SafeMathInt
 * @dev Math operations for int256 with overflow safety checks.
 */
library SafeMathInt {
    int256 private constant MIN_INT256 = int256(1) << 255;
    int256 private constant MAX_INT256 = ~(int256(1) << 255);

    /**
     * @dev Multiplies two int256 variables and fails on overflow.
     */
    function mul(int256 a, int256 b) internal pure returns (int256) {
        int256 c = a * b;

        // Detect overflow when multiplying MIN_INT256 with -1
        require(c != MIN_INT256 || (a & MIN_INT256) != (b & MIN_INT256));
        require((b == 0) || (c / b == a));
        return c;
    }

    /**
     * @dev Division of two int256 variables and fails on overflow.
     */
    function div(int256 a, int256 b) internal pure returns (int256) {
        // Prevent overflow when dividing MIN_INT256 by -1
        require(b != -1 || a != MIN_INT256);

        // Solidity already throws when dividing by 0.
        return a / b;
    }

    /**
     * @dev Subtracts two int256 variables and fails on overflow.
     */
    function sub(int256 a, int256 b) internal pure returns (int256) {
        int256 c = a - b;
        require((b >= 0 && c <= a) || (b < 0 && c > a));
        return c;
    }

    /**
     * @dev Adds two int256 variables and fails on overflow.
     */
    function add(int256 a, int256 b) internal pure returns (int256) {
        int256 c = a + b;
        require((b >= 0 && c >= a) || (b < 0 && c < a));
        return c;
    }

    /**
     * @dev Converts to absolute value, and fails on overflow.
     */
    function abs(int256 a) internal pure returns (int256) {
        require(a != MIN_INT256);
        return a < 0 ? -a : a;
    }


    function toUint256Safe(int256 a) internal pure returns (uint256) {
        require(a >= 0);
        return uint256(a);
    }
}



pragma solidity ^0.6.2;

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;
    }
}

pragma solidity ^0.6.2;




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 () public {
        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;
    }
}




pragma solidity ^0.6.2;

interface IUniswapV2Router01 {
    function factory() external pure returns (address);
    function WETH() external pure returns (address);

    function addLiquidity(
        address tokenA,
        address tokenB,
        uint amountADesired,
        uint amountBDesired,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline
    ) external returns (uint amountA, uint amountB, uint liquidity);
    function addLiquidityETH(
        address token,
        uint amountTokenDesired,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external payable returns (uint amountToken, uint amountETH, uint liquidity);
    function removeLiquidity(
        address tokenA,
        address tokenB,
        uint liquidity,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline
    ) external returns (uint amountA, uint amountB);
    function removeLiquidityETH(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external returns (uint amountToken, uint amountETH);
    function removeLiquidityWithPermit(
        address tokenA,
        address tokenB,
        uint liquidity,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline,
        bool approveMax, uint8 v, bytes32 r, bytes32 s
    ) external returns (uint amountA, uint amountB);
    function removeLiquidityETHWithPermit(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline,
        bool approveMax, uint8 v, bytes32 r, bytes32 s
    ) external returns (uint amountToken, uint amountETH);
    function swapExactTokensForTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);
    function swapTokensForExactTokens(
        uint amountOut,
        uint amountInMax,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);
    function swapExactETHForTokens(uint amountOutMin, address[] calldata path, address to, uint deadline)
        external
        payable
        returns (uint[] memory amounts);
    function swapTokensForExactETH(uint amountOut, uint amountInMax, address[] calldata path, address to, uint deadline)
        external
        returns (uint[] memory amounts);
    function swapExactTokensForETH(uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline)
        external
        returns (uint[] memory amounts);
    function swapETHForExactTokens(uint amountOut, address[] calldata path, address to, uint deadline)
        external
        payable
        returns (uint[] memory amounts);

    function quote(uint amountA, uint reserveA, uint reserveB) external pure returns (uint amountB);
    function getAmountOut(uint amountIn, uint reserveIn, uint reserveOut) external pure returns (uint amountOut);
    function getAmountIn(uint amountOut, uint reserveIn, uint reserveOut) external pure returns (uint amountIn);
    function getAmountsOut(uint amountIn, address[] calldata path) external view returns (uint[] memory amounts);
    function getAmountsIn(uint amountOut, address[] calldata path) external view returns (uint[] memory amounts);
}



// pragma solidity >=0.6.2;

interface IUniswapV2Router02 is IUniswapV2Router01 {
    function removeLiquidityETHSupportingFeeOnTransferTokens(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external returns (uint amountETH);
    function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline,
        bool approveMax, uint8 v, bytes32 r, bytes32 s
    ) external returns (uint amountETH);

    function swapExactTokensForTokensSupportingFeeOnTransferTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external;
    function swapExactETHForTokensSupportingFeeOnTransferTokens(
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external payable;
    function swapExactTokensForETHSupportingFeeOnTransferTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external;
}



pragma solidity ^0.6.2;

interface IUniswapV2Pair {
    event Approval(address indexed owner, address indexed spender, uint value);
    event Transfer(address indexed from, address indexed to, uint value);

    function name() external pure returns (string memory);
    function symbol() external pure returns (string memory);
    function decimals() external pure returns (uint8);
    function totalSupply() external view returns (uint);
    function balanceOf(address owner) external view returns (uint);
    function allowance(address owner, address spender) external view returns (uint);

    function approve(address spender, uint value) external returns (bool);
    function transfer(address to, uint value) external returns (bool);
    function transferFrom(address from, address to, uint value) external returns (bool);

    function DOMAIN_SEPARATOR() external view returns (bytes32);
    function PERMIT_TYPEHASH() external pure returns (bytes32);
    function nonces(address owner) external view returns (uint);

    function permit(address owner, address spender, uint value, uint deadline, uint8 v, bytes32 r, bytes32 s) external;

    event Mint(address indexed sender, uint amount0, uint amount1);
    event Burn(address indexed sender, uint amount0, uint amount1, address indexed to);
    event Swap(
        address indexed sender,
        uint amount0In,
        uint amount1In,
        uint amount0Out,
        uint amount1Out,
        address indexed to
    );
    event Sync(uint112 reserve0, uint112 reserve1);

    function MINIMUM_LIQUIDITY() external pure returns (uint);
    function factory() external view returns (address);
    function token0() external view returns (address);
    function token1() external view returns (address);
    function getReserves() external view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast);
    function price0CumulativeLast() external view returns (uint);
    function price1CumulativeLast() external view returns (uint);
    function kLast() external view returns (uint);

    function mint(address to) external returns (uint liquidity);
    function burn(address to) external returns (uint amount0, uint amount1);
    function swap(uint amount0Out, uint amount1Out, address to, bytes calldata data) external;
    function skim(address to) external;
    function sync() external;

    function initialize(address, address) external;
}



pragma solidity ^0.6.2;

interface IUniswapV2Factory {
    event PairCreated(address indexed token0, address indexed token1, address pair, uint);

    function feeTo() external view returns (address);
    function feeToSetter() external view returns (address);

    function getPair(address tokenA, address tokenB) external view returns (address pair);
    function allPairs(uint) external view returns (address pair);
    function allPairsLength() external view returns (uint);

    function createPair(address tokenA, address tokenB) external returns (address pair);

    function setFeeTo(address) external;
    function setFeeToSetter(address) external;
}


pragma solidity ^0.6.2;

library IterableMapping {
    // Iterable mapping from address to uint;
    struct Map {
        address[] keys;
        mapping(address => uint) values;
        mapping(address => uint) indexOf;
        mapping(address => bool) inserted;
    }

    function get(Map storage map, address key) public view returns (uint) {
        return map.values[key];
    }

    function getIndexOfKey(Map storage map, address key) public view returns (int) {
        if(!map.inserted[key]) {
            return -1;
        }
        return int(map.indexOf[key]);
    }

    function getKeyAtIndex(Map storage map, uint index) public view returns (address) {
        return map.keys[index];
    }



    function size(Map storage map) public view returns (uint) {
        return map.keys.length;
    }

    function set(Map storage map, address key, uint val) public {
        if (map.inserted[key]) {
            map.values[key] = val;
        } else {
            map.inserted[key] = true;
            map.values[key] = val;
            map.indexOf[key] = map.keys.length;
            map.keys.push(key);
        }
    }

    function remove(Map storage map, address key) public {
        if (!map.inserted[key]) {
            return;
        }

        delete map.inserted[key];
        delete map.values[key];

        uint index = map.indexOf[key];
        uint lastIndex = map.keys.length - 1;
        address lastKey = map.keys[lastIndex];

        map.indexOf[lastKey] = index;
        delete map.indexOf[key];

        map.keys[index] = lastKey;
        map.keys.pop();
    }
}


pragma solidity ^0.6.2;

/**
 * @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);
}



pragma solidity ^0.6.2;



/**
 * @dev Interface for the optional metadata functions from the ERC20 standard.
 *
 * _Available since v4.1._
 */
interface IERC20Metadata is IERC20 {
    /**
     * @dev Returns the name of the token.
     */
    function name() external view returns (string memory);

    /**
     * @dev Returns the symbol of the token.
     */
    function symbol() external view returns (string memory);

    /**
     * @dev Returns the decimals places of the token.
     */
    function decimals() external view returns (uint8);
}






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

    mapping(address => uint256) private _balances;

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

    /**
     * @dev Sets the values for {name} and {symbol}.
     *
     * The default value of {decimals} is 18. To select a different value for
     * {decimals} you should overload it.
     *
     * All two of these values are immutable: they can only be set once during
     * construction.
     */
    constructor(string memory name_, string memory symbol_) public {
        _name = name_;
        _symbol = symbol_;
    }

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

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

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

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

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

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

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

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

    /**
     * @dev See {IERC20-transferFrom}.
     *
     * Emits an {Approval} event indicating the updated allowance. This is not
     * required by the EIP. See the note at the beginning of {ERC20}.
     *
     * Requirements:
     *
     * - `sender` and `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     * - the caller must have allowance for ``sender``'s tokens of at least
     * `amount`.
     */
    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) public virtual override returns (bool) {
        _transfer(sender, recipient, amount);
        _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:
     *
     * - `account` cannot be the zero address.
     */
    function _mint(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: mint to the zero address");

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

        _totalSupply = _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 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 {}
}



pragma solidity ^0.6.2;


/// @title Dividend-Paying Token Optional Interface
/// @author Roger Wu (https://github.com/roger-wu)
/// @dev OPTIONAL functions for a dividend-paying token contract.
interface DividendPayingTokenOptionalInterface {
  /// @notice View the amount of dividend in wei that an address can withdraw.
  /// @param _owner The address of a token holder.
  /// @return The amount of dividend in wei that `_owner` can withdraw.
  function withdrawableDividendOf(address _owner) external view returns(uint256);

  /// @notice View the amount of dividend in wei that an address has withdrawn.
  /// @param _owner The address of a token holder.
  /// @return The amount of dividend in wei that `_owner` has withdrawn.
  function withdrawnDividendOf(address _owner) external view returns(uint256);

  /// @notice View the amount of dividend in wei that an address has earned in total.
  /// @dev accumulativeDividendOf(_owner) = withdrawableDividendOf(_owner) + withdrawnDividendOf(_owner)
  /// @param _owner The address of a token holder.
  /// @return The amount of dividend in wei that `_owner` has earned in total.
  function accumulativeDividendOf(address _owner) external view returns(uint256);
}



pragma solidity ^0.6.2;


/// @title Dividend-Paying Token Interface
/// @author Roger Wu (https://github.com/roger-wu)
/// @dev An interface for a dividend-paying token contract.
interface DividendPayingTokenInterface {
  /// @notice View the amount of dividend in wei that an address can withdraw.
  /// @param _owner The address of a token holder.
  /// @return The amount of dividend in wei that `_owner` can withdraw.
  function dividendOf(address _owner) external view returns(uint256);


  /// @notice Withdraws the ether distributed to the sender.
  /// @dev SHOULD transfer `dividendOf(msg.sender)` wei to `msg.sender`, and `dividendOf(msg.sender)` SHOULD be 0 after the transfer.
  ///  MUST emit a `DividendWithdrawn` event if the amount of ether transferred is greater than 0.
  function withdrawDividend() external;

  /// @dev This event MUST emit when ether is distributed to token holders.
  /// @param from The address which sends ether to this contract.
  /// @param weiAmount The amount of distributed ether in wei.
  event DividendsDistributed(
    address indexed from,
    uint256 weiAmount
  );

  /// @dev This event MUST emit when an address withdraws their dividend.
  /// @param to The address which withdraws ether from this contract.
  /// @param weiAmount The amount of withdrawn ether in wei.
  event DividendWithdrawn(
    address indexed to,
    uint256 weiAmount
  );
}



pragma solidity ^0.6.2;


/// @title Dividend-Paying Token
/// @author Roger Wu (https://github.com/roger-wu)
/// @dev A mintable ERC20 token that allows anyone to pay and distribute ether
///  to token holders as dividends and allows token holders to withdraw their dividends.
///  Reference: the source code of PoWH3D: https://etherscan.io/address/0xB3775fB83F7D12A36E0475aBdD1FCA35c091efBe#code
contract DividendPayingToken is ERC20, Ownable, DividendPayingTokenInterface, DividendPayingTokenOptionalInterface {
  using SafeMath for uint256;
  using SafeMathUint for uint256;
  using SafeMathInt for int256;

  address public immutable USDT = address(0xdAC17F958D2ee523a2206206994597C13D831ec7); // USDT


  // With `magnitude`, we can properly distribute dividends even if the amount of received ether is small.
  // For more discussion about choosing the value of `magnitude`,
  //  see https://github.com/ethereum/EIPs/issues/1726#issuecomment-472352728
  uint256 constant internal magnitude = 2**128;

  uint256 internal magnifiedDividendPerShare;

  // About dividendCorrection:
  // If the token balance of a `_user` is never changed, the dividend of `_user` can be computed with:
  //   `dividendOf(_user) = dividendPerShare * balanceOf(_user)`.
  // When `balanceOf(_user)` is changed (via minting/burning/transferring tokens),
  //   `dividendOf(_user)` should not be changed,
  //   but the computed value of `dividendPerShare * balanceOf(_user)` is changed.
  // To keep the `dividendOf(_user)` unchanged, we add a correction term:
  //   `dividendOf(_user) = dividendPerShare * balanceOf(_user) + dividendCorrectionOf(_user)`,
  //   where `dividendCorrectionOf(_user)` is updated whenever `balanceOf(_user)` is changed:
  //   `dividendCorrectionOf(_user) = dividendPerShare * (old balanceOf(_user)) - (new balanceOf(_user))`.
  // So now `dividendOf(_user)` returns the same value before and after `balanceOf(_user)` is changed.
  mapping(address => int256) internal magnifiedDividendCorrections;
  mapping(address => uint256) internal withdrawnDividends;

  uint256 public totalDividendsDistributed;

  constructor(string memory _name, string memory _symbol) public ERC20(_name, _symbol) {

  }


  function distributeUSDTDividends(uint256 amount) public onlyOwner{
    require(totalSupply() > 0);

    if (amount > 0) {
      magnifiedDividendPerShare = magnifiedDividendPerShare.add(
        (amount).mul(magnitude) / totalSupply()
      );
      emit DividendsDistributed(msg.sender, amount);

      totalDividendsDistributed = totalDividendsDistributed.add(amount);
    }
  }

  /// @notice Withdraws the ether distributed to the sender.
  /// @dev It emits a `DividendWithdrawn` event if the amount of withdrawn ether is greater than 0.
  function withdrawDividend() public virtual override {
    _withdrawDividendOfUser(msg.sender);
  }

  /// @notice Withdraws the ether distributed to the sender.
  /// @dev It emits a `DividendWithdrawn` event if the amount of withdrawn ether is greater than 0.
 function _withdrawDividendOfUser(address payable user) internal returns (uint256) {
    uint256 _withdrawableDividend = withdrawableDividendOf(user);
    if (_withdrawableDividend > 0) {
      withdrawnDividends[user] = withdrawnDividends[user].add(_withdrawableDividend);
      emit DividendWithdrawn(user, _withdrawableDividend);
      bool success = IERC20(USDT).transfer(user, _withdrawableDividend);

      if(!success) {
        withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend);
        return 0;
      }

      return _withdrawableDividend;
    }

    return 0;
  }


  /// @notice View the amount of dividend in wei that an address can withdraw.
  /// @param _owner The address of a token holder.
  /// @return The amount of dividend in wei that `_owner` can withdraw.
  function dividendOf(address _owner) public view override returns(uint256) {
    return withdrawableDividendOf(_owner);
  }

  /// @notice View the amount of dividend in wei that an address can withdraw.
  /// @param _owner The address of a token holder.
  /// @return The amount of dividend in wei that `_owner` can withdraw.
  function withdrawableDividendOf(address _owner) public view override returns(uint256) {
    return accumulativeDividendOf(_owner).sub(withdrawnDividends[_owner]);
  }

  /// @notice View the amount of dividend in wei that an address has withdrawn.
  /// @param _owner The address of a token holder.
  /// @return The amount of dividend in wei that `_owner` has withdrawn.
  function withdrawnDividendOf(address _owner) public view override returns(uint256) {
    return withdrawnDividends[_owner];
  }


  /// @notice View the amount of dividend in wei that an address has earned in total.
  /// @dev accumulativeDividendOf(_owner) = withdrawableDividendOf(_owner) + withdrawnDividendOf(_owner)
  /// = (magnifiedDividendPerShare * balanceOf(_owner) + magnifiedDividendCorrections[_owner]) / magnitude
  /// @param _owner The address of a token holder.
  /// @return The amount of dividend in wei that `_owner` has earned in total.
  function accumulativeDividendOf(address _owner) public view override returns(uint256) {
    return magnifiedDividendPerShare.mul(balanceOf(_owner)).toInt256Safe()
      .add(magnifiedDividendCorrections[_owner]).toUint256Safe() / magnitude;
  }

  /// @dev Internal function that transfer tokens from one address to another.
  /// Update magnifiedDividendCorrections to keep dividends unchanged.
  /// @param from The address to transfer from.
  /// @param to The address to transfer to.
  /// @param value The amount to be transferred.
  function _transfer(address from, address to, uint256 value) internal virtual override {
    require(false);

    int256 _magCorrection = magnifiedDividendPerShare.mul(value).toInt256Safe();
    magnifiedDividendCorrections[from] = magnifiedDividendCorrections[from].add(_magCorrection);
    magnifiedDividendCorrections[to] = magnifiedDividendCorrections[to].sub(_magCorrection);
  }

  /// @dev Internal function that mints tokens to an account.
  /// Update magnifiedDividendCorrections to keep dividends unchanged.
  /// @param account The account that will receive the created tokens.
  /// @param value The amount that will be created.
  function _mint(address account, uint256 value) internal override {
    super._mint(account, value);

    magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account]
      .sub( (magnifiedDividendPerShare.mul(value)).toInt256Safe() );
  }

  /// @dev Internal function that burns an amount of the token of a given account.
  /// Update magnifiedDividendCorrections to keep dividends unchanged.
  /// @param account The account whose tokens will be burnt.
  /// @param value The amount that will be burnt.
  function _burn(address account, uint256 value) internal override {
    super._burn(account, value);

    magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account]
      .add( (magnifiedDividendPerShare.mul(value)).toInt256Safe() );
  }

  function _setBalance(address account, uint256 newBalance) internal {
    uint256 currentBalance = balanceOf(account);

    if(newBalance > currentBalance) {
      uint256 mintAmount = newBalance.sub(currentBalance);
      _mint(account, mintAmount);
    } else if(newBalance < currentBalance) {
      uint256 burnAmount = currentBalance.sub(newBalance);
      _burn(account, burnAmount);
    }
  }
}


pragma solidity ^0.6.2;



contract HyperShiba is ERC20, Ownable {
    using SafeMath for uint256;

    IUniswapV2Router02 public uniswapV2Router;
    address public  uniswapV2Pair;

    bool private swapping;

    HshibDividendTracker public dividendTracker;

    address public deadWallet = 0x000000000000000000000000000000000000dEaD;
   

    address public immutable USDT = address(0xdAC17F958D2ee523a2206206994597C13D831ec7); // USDT

    uint256 public swapTokensAtAmount = 4000000 * (10**18);
    
    mapping(address => bool) public _isBlacklisted;
    
  

    uint256 public USDTRewardsFee = 4;
    uint256 public marketingFee = 4;
    uint256 public buybackFee = 4;
    uint256 public totalFees = USDTRewardsFee.add(buybackFee).add(marketingFee);

    address public _marketingWalletAddress = 0x6b752ABF5a28dA2A81EcA05e7EC3E4DbD3E1466F;
    address public _buybackWalletAddress = 0x23bd72dbEEA5bAd872Aa1E10Aef2042fB319B7c9;


    // use by default 300,000 gas to process auto-claiming dividends
    uint256 public gasForProcessing = 300000;

     // exlcude from fees and max transaction amount
    mapping (address => bool) private _isExcludedFromFees;

    mapping(address => bool) private _isExcludedFromAntiWhale;

    uint256 public maxTransferAmountRate = 1000;
    
    bool private enableAntiwhale = false;


    // store addresses that a automatic market maker pairs. Any transfer *to* these addresses
    // could be subject to a maximum transfer amount
    mapping (address => bool) public automatedMarketMakerPairs;

    event UpdateDividendTracker(address indexed newAddress, address indexed oldAddress);

    event UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress);

    event ExcludeFromFees(address indexed account, bool isExcluded);
    event ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded);

    event SetAutomatedMarketMakerPair(address indexed pair, bool indexed value);

    event LiquidityWalletUpdated(address indexed newLiquidityWallet, address indexed oldLiquidityWallet);

    event GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue);

    event SwapAndLiquify(
        uint256 tokensSwapped,
        uint256 ethReceived,
        uint256 tokensIntoLiqudity
    );

    event SendDividends(
    	uint256 tokensSwapped,
    	uint256 amount
    );

    event ProcessedDividendTracker(
    	uint256 iterations,
    	uint256 claims,
        uint256 lastProcessedIndex,
    	bool indexed automatic,
    	uint256 gas,
    	address indexed processor
    );

    constructor() public ERC20("Hyper Shiba Inu", "HSHIB") {

        address _newOwner = 0x24BEfE13C8A4CaB0F1Fe4Be51D9fF6dbF97aBF59;
    	dividendTracker = new HshibDividendTracker();

    	IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);
         // Create a uniswap pair for this new token
        address _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory())
            .createPair(address(this), _uniswapV2Router.WETH());

        uniswapV2Router = _uniswapV2Router;
        uniswapV2Pair = _uniswapV2Pair;

        _setAutomatedMarketMakerPair(_uniswapV2Pair, true);

        // exclude from receiving dividends
        dividendTracker.excludeFromDividends(address(dividendTracker));
        dividendTracker.excludeFromDividends(address(this));
        dividendTracker.excludeFromDividends(_newOwner);
        dividendTracker.excludeFromDividends(deadWallet);
        dividendTracker.excludeFromDividends(address(_uniswapV2Router));

        // exclude from paying fees or having max transaction amount
        excludeFromFees(_newOwner, true);
        excludeFromFees(_marketingWalletAddress, true);
        excludeFromFees(_buybackWalletAddress, true);
        excludeFromFees(address(this), true);

        _isExcludedFromAntiWhale[_newOwner]                 = true;
        _isExcludedFromAntiWhale[deadWallet]              = true;
        _isExcludedFromAntiWhale[address(this)]           = true;

        /*
            _mint is an internal function in ERC20.sol that is only called here,
            and CANNOT be called ever again
        */
        _mint(_newOwner, 1000000000000000 * (10**18));
    }

    modifier antiWhale(address sender, address recipient, uint256 amount) {
        if (enableAntiwhale && maxTransferAmount() > 0 && !automatedMarketMakerPairs[sender]) {
            if (
                _isExcludedFromAntiWhale[sender] == false
                && _isExcludedFromAntiWhale[recipient] == false
            ) {
                require(amount <= maxTransferAmount(), "AntiWhale: Transfer amount exceeds the maxTransferAmount");
            }
        }
        _;
    }

    receive() external payable {

  	}

    function setExcludedFromAntiWhale(address account, bool exclude) public onlyOwner {
          _isExcludedFromAntiWhale[account] = exclude;
    }

    function isExcludedFromAntiWhale(address account) public view returns(bool) {
        return _isExcludedFromAntiWhale[account];
    }

    function updateDividendTracker(address newAddress) public onlyOwner {
        require(newAddress != address(dividendTracker), "HSHIB Token: The dividend tracker already has that address");

        HshibDividendTracker newDividendTracker = HshibDividendTracker(payable(newAddress));

        require(newDividendTracker.owner() == address(this), "HSHIB Token: The new dividend tracker must be owned by the HSHIB Token contract");

        newDividendTracker.excludeFromDividends(address(newDividendTracker));
        newDividendTracker.excludeFromDividends(address(this));
        newDividendTracker.excludeFromDividends(owner());
        newDividendTracker.excludeFromDividends(deadWallet);
        newDividendTracker.excludeFromDividends(address(uniswapV2Router));

        emit UpdateDividendTracker(newAddress, address(dividendTracker));

        dividendTracker = newDividendTracker;
    }

    function updateUniswapV2Router(address newAddress) public onlyOwner {
        require(newAddress != address(uniswapV2Router), "HSHIB Token: The router already has that address");
        emit UpdateUniswapV2Router(newAddress, address(uniswapV2Router));
        uniswapV2Router = IUniswapV2Router02(newAddress);
        address _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory())
            .createPair(address(this), uniswapV2Router.WETH());
        uniswapV2Pair = _uniswapV2Pair;
    }

    function excludeFromFees(address account, bool excluded) public onlyOwner {
        require(_isExcludedFromFees[account] != excluded, "HSHIB Token: Account is already the value of 'excluded'");
        _isExcludedFromFees[account] = excluded;

        emit ExcludeFromFees(account, excluded);
    }

    function excludeMultipleAccountsFromFees(address[] calldata accounts, bool excluded) public onlyOwner {
        for(uint256 i = 0; i < accounts.length; i++) {
            _isExcludedFromFees[accounts[i]] = excluded;
        }

        emit ExcludeMultipleAccountsFromFees(accounts, excluded);
    }

    function setSwapTokensAtAmount(uint256 amount) external onlyOwner{
        swapTokensAtAmount = amount;
    }

    function setMarketingWallet(address payable wallet) external onlyOwner{
        _marketingWalletAddress = wallet;
    }


    function setUSDTRewardsFee(uint256 value) external onlyOwner{
        USDTRewardsFee = value;
        totalFees = USDTRewardsFee.add(marketingFee).add(buybackFee);
        require(totalFees < 20, "Total Fees should be < 20 !");
    }

    function setBuyBackFee(uint256 value) external onlyOwner{
        buybackFee = value;
        totalFees = USDTRewardsFee.add(marketingFee).add(buybackFee);
        require(totalFees < 20, "Total Fees should be < 20 !");
    }

    function setMarketingFee(uint256 value) external onlyOwner{
        marketingFee = value;
        totalFees = USDTRewardsFee.add(marketingFee).add(buybackFee);
        require(totalFees < 20, "Total Fees should be < 20 !");
    }


    function setAutomatedMarketMakerPair(address pair, bool value) public onlyOwner {
        require(pair != uniswapV2Pair, "HSHIB Token: The PancakeSwap pair cannot be removed from automatedMarketMakerPairs");

        _setAutomatedMarketMakerPair(pair, value);
    }
    
    function blacklistAddress(address account, bool value) external onlyOwner{
        _isBlacklisted[account] = value;
    }

    function _setAutomatedMarketMakerPair(address pair, bool value) private {
        require(automatedMarketMakerPairs[pair] != value, "HSHIB Token: Automated market maker pair is already set to that value");
        automatedMarketMakerPairs[pair] = value;

        if(value) {
            dividendTracker.excludeFromDividends(pair);
        }

        emit SetAutomatedMarketMakerPair(pair, value);
    }

    function updateGasForProcessing(uint256 newValue) public onlyOwner {
        require(newValue >= 200000 && newValue <= 500000, "HSHIB Token: gasForProcessing must be between 200,000 and 500,000");
        require(newValue != gasForProcessing, "HSHIB Token: Cannot update gasForProcessing to same value");
        emit GasForProcessingUpdated(newValue, gasForProcessing);
        gasForProcessing = newValue;
    }

    function updateClaimWait(uint256 claimWait) external onlyOwner {
        dividendTracker.updateClaimWait(claimWait);
    }

  

    function getClaimWait() external view returns(uint256) {
        return dividendTracker.claimWait();
    }

    function getTotalDividendsDistributed() external view returns (uint256) {
        return dividendTracker.totalDividendsDistributed();
    }

    function isExcludedFromFees(address account) public view returns(bool) {
        return _isExcludedFromFees[account];
    }

    function withdrawableDividendOf(address account) public view returns(uint256) {
    	return dividendTracker.withdrawableDividendOf(account);
  	}

	function dividendTokenBalanceOf(address account) public view returns (uint256) {
		return dividendTracker.balanceOf(account);
	}

	function excludeFromDividends(address account) external onlyOwner{
	    dividendTracker.excludeFromDividends(account);
	}

    function getAccountDividendsInfo(address account)
        external view returns (
            address,
            int256,
            int256,
            uint256,
            uint256,
            uint256,
            uint256,
            uint256) {
        return dividendTracker.getAccount(account);
    }

	function getAccountDividendsInfoAtIndex(uint256 index)
        external view returns (
            address,
            int256,
            int256,
            uint256,
            uint256,
            uint256,
            uint256,
            uint256) {
    	return dividendTracker.getAccountAtIndex(index);
    }

	function processDividendTracker(uint256 gas) external {
		(uint256 iterations, uint256 claims, uint256 lastProcessedIndex) = dividendTracker.process(gas);
		emit ProcessedDividendTracker(iterations, claims, lastProcessedIndex, false, gas, msg.sender);
    }

    function claim() external {
		dividendTracker.processAccount(msg.sender, false);
    }

    function claimAddress(address claimee) external onlyOwner {
		dividendTracker.processAccount(payable(claimee), false);
    }

    function getLastProcessedIndex() external view returns(uint256) {
    	return dividendTracker.getLastProcessedIndex();
    }

    function setLastProcessedIndex(uint256 index) external onlyOwner {
    	dividendTracker.setLastProcessedIndex(index);
    }

    function getNumberOfDividendTokenHolders() external view returns(uint256) {
        return dividendTracker.getNumberOfTokenHolders();
    }

    function _transfer(
        address from,
        address to,
        uint256 amount
    ) internal override antiWhale(from,to,amount)  {
        require(from != address(0), "ERC20: transfer from the zero address");
        require(to != address(0), "ERC20: transfer to the zero address");
        require(!_isBlacklisted[from] && !_isBlacklisted[to], 'Blacklisted address');

        if(amount == 0) {
            super._transfer(from, to, 0);
            return;
        }

		uint256 contractTokenBalance = balanceOf(address(this));

        bool canSwap = contractTokenBalance >= swapTokensAtAmount;

        if( canSwap &&
            !swapping &&
            !automatedMarketMakerPairs[from] &&
            from != owner() &&
            to != owner()
        ) {
            swapping = true;

            uint256 marketingTokens = contractTokenBalance.mul(marketingFee).div(totalFees);
            uint256 buybackTokens = contractTokenBalance.mul(buybackFee).div(totalFees);
            swapAndSendToMarketing(marketingTokens);
            swapAndSendToBuyBack(buybackTokens);

            uint256 sellTokens = balanceOf(address(this));
            swapAndSendDividends(sellTokens);

            swapping = false;
        }

        bool takeFee = !swapping;

        // if any account belongs to _isExcludedFromFee account then remove the fee
        if(_isExcludedFromFees[from] || _isExcludedFromFees[to]) {
            takeFee = false;
        }

        if(takeFee) {
        	uint256 fees = amount.mul(totalFees).div(100);
        	amount = amount.sub(fees);
            super._transfer(from, address(this), fees);
        }

        super._transfer(from, to, amount);

        try dividendTracker.setBalance(payable(from), balanceOf(from)) {} catch {}
        try dividendTracker.setBalance(payable(to), balanceOf(to)) {} catch {}

        if(!swapping) {
	    	uint256 gas = gasForProcessing;

	    	try dividendTracker.process(gas) returns (uint256 iterations, uint256 claims, uint256 lastProcessedIndex) {
	    		emit ProcessedDividendTracker(iterations, claims, lastProcessedIndex, true, gas, msg.sender);
	    	}
	    	catch {

	    	}
        }
    }
    function setEnableAntiwhale(bool _val) public onlyOwner {
        enableAntiwhale = _val;
    }

      /**
    * @dev Returns the max transfer amount.
    */
    function maxTransferAmount() public view returns (uint256) {
        // we can either use a percentage of supply
        if(maxTransferAmountRate > 0){
            return totalSupply().mul(maxTransferAmountRate).div(1000000);
        }
        // or we can just set an actual number
        return totalSupply().mul(100).div(1000000);
    }

    function setMaxTransferAmountRate(uint256 _val) public onlyOwner {
        require(_val >= 100, "min 100");
        maxTransferAmountRate= _val;
    }
 
    function swapAndSendToMarketing(uint256 tokens) private  {
        uint256 initialBalance = IERC20(USDT).balanceOf(address(this));
        // swap tokens for USDT
        swapTokensForUSDT(tokens); 
        uint256 newBalance = IERC20(USDT).balanceOf(address(this)).sub(initialBalance);
        IERC20(USDT).transfer(_marketingWalletAddress, newBalance);
    }

    function swapAndSendToBuyBack(uint256 tokens) private  {
        uint256 initialBalance = IERC20(USDT).balanceOf(address(this));
        // swap tokens for USDT
        swapTokensForUSDT(tokens); 
        uint256 newBalance = IERC20(USDT).balanceOf(address(this)).sub(initialBalance);
        IERC20(USDT).transfer(_buybackWalletAddress, newBalance);
    }

    function swapTokensForUSDT(uint256 tokenAmount) private {

        address[] memory path = new address[](3);
        path[0] = address(this);
        path[1] = uniswapV2Router.WETH();
        path[2] = USDT;

        _approve(address(this), address(uniswapV2Router), tokenAmount);

        // make the swap
        uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(
            tokenAmount,
            0,
            path,
            address(this),
            block.timestamp
        );
    }




    function swapAndSendDividends(uint256 tokens) private{
        swapTokensForUSDT(tokens);
        uint256 dividends = IERC20(USDT).balanceOf(address(this));
        bool success = IERC20(USDT).transfer(address(dividendTracker), dividends);

        if (success) {
            dividendTracker.distributeUSDTDividends(dividends);
            emit SendDividends(tokens, dividends);
        }
    }
}

contract HshibDividendTracker is Ownable, DividendPayingToken {
    using SafeMath for uint256;
    using SafeMathInt for int256;
    using IterableMapping for IterableMapping.Map;

    IterableMapping.Map private tokenHoldersMap;
    uint256 public lastProcessedIndex;

    mapping (address => bool) public excludedFromDividends;

    mapping (address => uint256) public lastClaimTimes;

    uint256 public claimWait;
    uint256 public immutable minimumTokenBalanceForDividends;

    event ExcludeFromDividends(address indexed account);
    event ClaimWaitUpdated(uint256 indexed newValue, uint256 indexed oldValue);

    event Claim(address indexed account, uint256 amount, bool indexed automatic);

    constructor() public DividendPayingToken("Hshib Reward Tracker", "HSHIBDividendTracker") {
    	claimWait = 3600;
        minimumTokenBalanceForDividends = 200000 * (10**18); //must hold 200000+ tokens
    }

    function _transfer(address, address, uint256) internal override {
        require(false, "HSHIB_Reward_Tracker: No transfers allowed");
    }

    function withdrawDividend() public override {
        require(false, "HSHIB_Reward_Tracker: withdrawDividend disabled. Use the 'claim' function on the main HSHIB contract.");
    }

    function excludeFromDividends(address account) external onlyOwner {
    	require(!excludedFromDividends[account]);
    	excludedFromDividends[account] = true;

    	_setBalance(account, 0);
    	tokenHoldersMap.remove(account);

    	emit ExcludeFromDividends(account);
    }

    function updateClaimWait(uint256 newClaimWait) external onlyOwner {
        require(newClaimWait >= 3600 && newClaimWait <= 86400, "Hshib_Reward_Tracker: claimWait must be updated to between 1 and 24 hours");
        require(newClaimWait != claimWait, "Hshib_Reward_Tracker: Cannot update claimWait to same value");
        emit ClaimWaitUpdated(newClaimWait, claimWait);
        claimWait = newClaimWait;
    }

    function setLastProcessedIndex(uint256 index) external onlyOwner {
    	lastProcessedIndex = index;
    }

    function getLastProcessedIndex() external view returns(uint256) {
    	return lastProcessedIndex;
    }

    function getNumberOfTokenHolders() external view returns(uint256) {
        return tokenHoldersMap.keys.length;
    }



    function getAccount(address _account)
        public view returns (
            address account,
            int256 index,
            int256 iterationsUntilProcessed,
            uint256 withdrawableDividends,
            uint256 totalDividends,
            uint256 lastClaimTime,
            uint256 nextClaimTime,
            uint256 secondsUntilAutoClaimAvailable) {
        account = _account;

        index = tokenHoldersMap.getIndexOfKey(account);

        iterationsUntilProcessed = -1;

        if(index >= 0) {
            if(uint256(index) > lastProcessedIndex) {
                iterationsUntilProcessed = index.sub(int256(lastProcessedIndex));
            }
            else {
                uint256 processesUntilEndOfArray = tokenHoldersMap.keys.length > lastProcessedIndex ?
                                                        tokenHoldersMap.keys.length.sub(lastProcessedIndex) :
                                                        0;


                iterationsUntilProcessed = index.add(int256(processesUntilEndOfArray));
            }
        }


        withdrawableDividends = withdrawableDividendOf(account);
        totalDividends = accumulativeDividendOf(account);

        lastClaimTime = lastClaimTimes[account];

        nextClaimTime = lastClaimTime > 0 ?
                                    lastClaimTime.add(claimWait) :
                                    0;

        secondsUntilAutoClaimAvailable = nextClaimTime > block.timestamp ?
                                                    nextClaimTime.sub(block.timestamp) :
                                                    0;
    }

    function getAccountAtIndex(uint256 index)
        public view returns (
            address,
            int256,
            int256,
            uint256,
            uint256,
            uint256,
            uint256,
            uint256) {
    	if(index >= tokenHoldersMap.size()) {
            return (0x0000000000000000000000000000000000000000, -1, -1, 0, 0, 0, 0, 0);
        }

        address account = tokenHoldersMap.getKeyAtIndex(index);

        return getAccount(account);
    }

    function canAutoClaim(uint256 lastClaimTime) private view returns (bool) {
    	if(lastClaimTime > block.timestamp)  {
    		return false;
    	}

    	return block.timestamp.sub(lastClaimTime) >= claimWait;
    }

    function setBalance(address payable account, uint256 newBalance) external onlyOwner {
    	if(excludedFromDividends[account]) {
    		return;
    	}

    	if(newBalance >= minimumTokenBalanceForDividends) {
            _setBalance(account, newBalance);
    		tokenHoldersMap.set(account, newBalance);
    	}
    	else {
            _setBalance(account, 0);
    		tokenHoldersMap.remove(account);
    	}

    	processAccount(account, true);
    }

    function process(uint256 gas) public returns (uint256, uint256, uint256) {
    	uint256 numberOfTokenHolders = tokenHoldersMap.keys.length;

    	if(numberOfTokenHolders == 0) {
    		return (0, 0, lastProcessedIndex);
    	}

    	uint256 _lastProcessedIndex = lastProcessedIndex;

    	uint256 gasUsed = 0;

    	uint256 gasLeft = gasleft();

    	uint256 iterations = 0;
    	uint256 claims = 0;

    	while(gasUsed < gas && iterations < numberOfTokenHolders) {
    		_lastProcessedIndex++;

    		if(_lastProcessedIndex >= tokenHoldersMap.keys.length) {
    			_lastProcessedIndex = 0;
    		}

    		address account = tokenHoldersMap.keys[_lastProcessedIndex];

    		if(canAutoClaim(lastClaimTimes[account])) {
    			if(processAccount(payable(account), true)) {
    				claims++;
    			}
    		}

    		iterations++;

    		uint256 newGasLeft = gasleft();

    		if(gasLeft > newGasLeft) {
    			gasUsed = gasUsed.add(gasLeft.sub(newGasLeft));
    		}

    		gasLeft = newGasLeft;
    	}

    	lastProcessedIndex = _lastProcessedIndex;

    	return (iterations, claims, lastProcessedIndex);
    }

    function processAccount(address payable account, bool automatic) public onlyOwner returns (bool) {
        uint256 amount = _withdrawDividendOfUser(account);

    	if(amount > 0) {
    		lastClaimTimes[account] = block.timestamp;
            emit Claim(account, amount, automatic);
    		return true;
    	}

    	return false;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"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":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeFromFees","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address[]","name":"accounts","type":"address[]"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeMultipleAccountsFromFees","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"newValue","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"oldValue","type":"uint256"}],"name":"GasForProcessingUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newLiquidityWallet","type":"address"},{"indexed":true,"internalType":"address","name":"oldLiquidityWallet","type":"address"}],"name":"LiquidityWalletUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"iterations","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"claims","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"lastProcessedIndex","type":"uint256"},{"indexed":true,"internalType":"bool","name":"automatic","type":"bool"},{"indexed":false,"internalType":"uint256","name":"gas","type":"uint256"},{"indexed":true,"internalType":"address","name":"processor","type":"address"}],"name":"ProcessedDividendTracker","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tokensSwapped","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SendDividends","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"pair","type":"address"},{"indexed":true,"internalType":"bool","name":"value","type":"bool"}],"name":"SetAutomatedMarketMakerPair","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tokensSwapped","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ethReceived","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tokensIntoLiqudity","type":"uint256"}],"name":"SwapAndLiquify","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":true,"internalType":"address","name":"newAddress","type":"address"},{"indexed":true,"internalType":"address","name":"oldAddress","type":"address"}],"name":"UpdateDividendTracker","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"},{"indexed":true,"internalType":"address","name":"oldAddress","type":"address"}],"name":"UpdateUniswapV2Router","type":"event"},{"inputs":[],"name":"USDT","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"USDTRewardsFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_buybackWalletAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"_isBlacklisted","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_marketingWalletAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"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":[{"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":[{"internalType":"address","name":"","type":"address"}],"name":"automatedMarketMakerPairs","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":"address","name":"account","type":"address"},{"internalType":"bool","name":"value","type":"bool"}],"name":"blacklistAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"buybackFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"claim","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"claimee","type":"address"}],"name":"claimAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"deadWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","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":"address","name":"account","type":"address"}],"name":"dividendTokenBalanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"dividendTracker","outputs":[{"internalType":"contract HshibDividendTracker","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeFromDividends","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"accounts","type":"address[]"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeMultipleAccountsFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"gasForProcessing","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"getAccountDividendsInfo","outputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"int256","name":"","type":"int256"},{"internalType":"int256","name":"","type":"int256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"getAccountDividendsInfoAtIndex","outputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"int256","name":"","type":"int256"},{"internalType":"int256","name":"","type":"int256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getClaimWait","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getLastProcessedIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getNumberOfDividendTokenHolders","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getTotalDividendsDistributed","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":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromAntiWhale","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromFees","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketingFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxTransferAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxTransferAmountRate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":"uint256","name":"gas","type":"uint256"}],"name":"processDividendTracker","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"pair","type":"address"},{"internalType":"bool","name":"value","type":"bool"}],"name":"setAutomatedMarketMakerPair","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"value","type":"uint256"}],"name":"setBuyBackFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_val","type":"bool"}],"name":"setEnableAntiwhale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"exclude","type":"bool"}],"name":"setExcludedFromAntiWhale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"setLastProcessedIndex","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"value","type":"uint256"}],"name":"setMarketingFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address payable","name":"wallet","type":"address"}],"name":"setMarketingWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_val","type":"uint256"}],"name":"setMaxTransferAmountRate","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"setSwapTokensAtAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"value","type":"uint256"}],"name":"setUSDTRewardsFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapTokensAtAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Router","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"claimWait","type":"uint256"}],"name":"updateClaimWait","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newAddress","type":"address"}],"name":"updateDividendTracker","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newValue","type":"uint256"}],"name":"updateGasForProcessing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newAddress","type":"address"}],"name":"updateUniswapV2Router","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"withdrawableDividendOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

60a06040526009805461dead6001600160a01b03199091161790557fdac17f958d2ee523a2206206994597c13d831ec70000000000000000000000006080526a034f086f3b33b684000000600a556004600c819055600d819055600e8190556200008f906200007b8180620006b8602090811b62002aaf17901c565b620006b860201b62002aaf1790919060201c565b600f55601080546001600160a01b0319908116736b752abf5a28da2a81eca05e7ec3e4dbd3e1466f17909155601180549091167323bd72dbeea5bad872aa1e10aef2042fb319b7c9179055620493e06012556103e86015556016805460ff19169055348015620000fe57600080fd5b50604080518082018252600f81526e487970657220536869626120496e7560881b6020808301918252835180850190945260058452642429a424a160d91b908401528151919291620001539160039162000a92565b5080516200016990600490602084019062000a92565b50505060006200017e6200071a60201b60201c565b600580546001600160a01b0319166001600160a01b038316908117909155604051919250906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3506040517324befe13c8a4cab0f1fe4be51d9ff6dbf97abf5990620001f09062000b17565b604051809103906000f0801580156200020d573d6000803e3d6000fd5b50600860006101000a8154816001600160a01b0302191690836001600160a01b031602179055506000737a250d5630b4cf539739df2c5dacb4c659f2488d90506000816001600160a01b031663c45a01556040518163ffffffff1660e01b815260040160206040518083038186803b1580156200028957600080fd5b505afa1580156200029e573d6000803e3d6000fd5b505050506040513d6020811015620002b557600080fd5b5051604080516315ab88c960e31b815290516001600160a01b039283169263c9c653969230929187169163ad5c464891600480820192602092909190829003018186803b1580156200030657600080fd5b505afa1580156200031b573d6000803e3d6000fd5b505050506040513d60208110156200033257600080fd5b5051604080516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301525160448083019260209291908290030181600087803b1580156200038557600080fd5b505af11580156200039a573d6000803e3d6000fd5b505050506040513d6020811015620003b157600080fd5b5051600680546001600160a01b038086166001600160a01b03199283161790925560078054928416929091169190911790559050620003f28160016200071e565b6008546040805163031e79db60e41b81526001600160a01b0390921660048301819052905190916331e79db091602480830192600092919082900301818387803b1580156200044057600080fd5b505af115801562000455573d6000803e3d6000fd5b50506008546040805163031e79db60e41b815230600482015290516001600160a01b0390921693506331e79db0925060248082019260009290919082900301818387803b158015620004a657600080fd5b505af1158015620004bb573d6000803e3d6000fd5b50506008546040805163031e79db60e41b81526001600160a01b03888116600483015291519190921693506331e79db09250602480830192600092919082900301818387803b1580156200050e57600080fd5b505af115801562000523573d6000803e3d6000fd5b50506008546009546040805163031e79db60e41b81526001600160a01b03928316600482015290519190921693506331e79db09250602480830192600092919082900301818387803b1580156200057957600080fd5b505af11580156200058e573d6000803e3d6000fd5b50506008546040805163031e79db60e41b81526001600160a01b03878116600483015291519190921693506331e79db09250602480830192600092919082900301818387803b158015620005e157600080fd5b505af1158015620005f6573d6000803e3d6000fd5b505050506200060d8360016200085160201b60201c565b60105462000626906001600160a01b0316600162000851565b6011546200063f906001600160a01b0316600162000851565b6200064c30600162000851565b6001600160a01b038381166000908152601460205260408082208054600160ff1991821681179092556009549094168352818320805485168217905530835291208054909216179055620006af836d314dc6448d9338c15b0a000000006200097e565b50505062000b3c565b60008282018381101562000713576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b3390565b6001600160a01b03821660009081526017602052604090205460ff16151581151514156200077e5760405162461bcd60e51b8152600401808060200182810382526045815260200180620070f16045913960600191505060405180910390fd5b6001600160a01b0382166000908152601760205260409020805460ff1916821580159190911790915562000815576008546040805163031e79db60e41b81526001600160a01b038581166004830152915191909216916331e79db091602480830192600092919082900301818387803b158015620007fb57600080fd5b505af115801562000810573d6000803e3d6000fd5b505050505b604051811515906001600160a01b038416907fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab90600090a35050565b6200085b6200071a565b6005546001600160a01b03908116911614620008be576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b03821660009081526013602052604090205460ff16151581151514156200091e5760405162461bcd60e51b8152600401808060200182810382526037815260200180620070ba6037913960400191505060405180910390fd5b6001600160a01b038216600081815260136020908152604091829020805460ff1916851515908117909155825190815291517f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df79281900390910190a25050565b6001600160a01b038216620009da576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b620009e86000838362000a8d565b62000a0481600254620006b860201b62002aaf1790919060201c565b6002556001600160a01b0382166000908152602081815260409091205462000a3791839062002aaf620006b8821b17901c565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b505050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1062000ad557805160ff191683800117855562000b05565b8280016001018555821562000b05579182015b8281111562000b0557825182559160200191906001019062000ae8565b5062000b1392915062000b25565b5090565b6123e08062004cda83390190565b5b8082111562000b13576000815560010162000b26565b60805160601c61415362000b87600039806126af5280613568528061361252806136de52806137575280613801528061389b52806138f352806139bc5280613c6752506141536000f3fe6080604052600436106103b15760003560e01c806370a08231116101e7578063a9e757231161010d578063ce2fea33116100a0578063e98030c71161006f578063e98030c714610daf578063f27fd25414610dd9578063f2fde38b14610e03578063fea1319f14610e36576103b8565b8063ce2fea3314610d20578063dd62ed3e14610d4a578063e2f4560514610d85578063e7841ec014610d9a576103b8565b8063c0246668116100dc578063c024666814610c16578063c492f04614610c51578063c54e44eb14610cd0578063c7f59a6714610ce5576103b8565b8063a9e7572314610b26578063ad56c13c14610b3b578063afa4f3b214610bb9578063b62496f514610be3576103b8565b80638da5cb5b11610185578063a26579ad11610154578063a26579ad14610a6c578063a457c2d714610a81578063a8b9d24014610aba578063a9059cbb14610aed576103b8565b80638da5cb5b146109f257806395d89b4114610a075780639a7a23d614610a1c5780639c1b8af514610a57576103b8565b806385141a77116101c157806385141a7714610954578063871c128d14610969578063880ab16a1461099357806388bdd9be146109bf576103b8565b806370a08231146108f7578063715018a61461092a57806381b5e27d1461093f576103b8565b806339509351116102d75780634fbee1931161026a57806365b8dbc01161023957806365b8dbc0146108525780636843cd84146108855780636b67c4df146108b8578063700bb191146108cd576103b8565b80634fbee193146107ad5780635d098b38146107e0578063625e764c1461081357806364b0f6531461083d576103b8565b80634144d9e4116102a65780634144d9e414610733578063455a43961461074857806349bd5a5e146107835780634e71d92d14610798576103b8565b8063395093511461069d5780633b2d081c146106d65780633f249df0146106eb5780633ff8bf2e1461071e576103b8565b806323b872dd1161034f5780632c1f52161161031e5780632c1f52161461061557806330bb4cff1461062a578063313ce5671461063f57806331e79db01461066a576103b8565b806323b872dd14610560578063269f534c146105a3578063286b3aa0146105d657806329d95d5d14610600576103b8565b806313114a9d1161038b57806313114a9d146104c05780631694505e146104e757806318160ddd146105185780631cdd3be31461052d576103b8565b8063042fe81a146103bd57806306fdde03146103e9578063095ea7b314610473576103b8565b366103b857005b600080fd5b3480156103c957600080fd5b506103e7600480360360208110156103e057600080fd5b5035610e60565b005b3480156103f557600080fd5b506103fe610efd565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610438578181015183820152602001610420565b50505050905090810190601f1680156104655780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561047f57600080fd5b506104ac6004803603604081101561049657600080fd5b506001600160a01b038135169060200135610f94565b604080519115158252519081900360200190f35b3480156104cc57600080fd5b506104d5610fb2565b60408051918252519081900360200190f35b3480156104f357600080fd5b506104fc610fb8565b604080516001600160a01b039092168252519081900360200190f35b34801561052457600080fd5b506104d5610fc7565b34801561053957600080fd5b506104ac6004803603602081101561055057600080fd5b50356001600160a01b0316610fcd565b34801561056c57600080fd5b506104ac6004803603606081101561058357600080fd5b506001600160a01b03813581169160208101359091169060400135610fe2565b3480156105af57600080fd5b506104ac600480360360208110156105c657600080fd5b50356001600160a01b0316611069565b3480156105e257600080fd5b506103e7600480360360208110156105f957600080fd5b5035611087565b34801561060c57600080fd5b506104fc611147565b34801561062157600080fd5b506104fc611156565b34801561063657600080fd5b506104d5611165565b34801561064b57600080fd5b506106546111db565b6040805160ff9092168252519081900360200190f35b34801561067657600080fd5b506103e76004803603602081101561068d57600080fd5b50356001600160a01b03166111e0565b3480156106a957600080fd5b506104ac600480360360408110156106c057600080fd5b506001600160a01b038135169060200135611286565b3480156106e257600080fd5b506104d56112d4565b3480156106f757600080fd5b506103e76004803603602081101561070e57600080fd5b50356001600160a01b03166112da565b34801561072a57600080fd5b506104d56113b9565b34801561073f57600080fd5b506104fc6113bf565b34801561075457600080fd5b506103e76004803603604081101561076b57600080fd5b506001600160a01b03813516906020013515156113ce565b34801561078f57600080fd5b506104fc611451565b3480156107a457600080fd5b506103e7611460565b3480156107b957600080fd5b506104ac600480360360208110156107d057600080fd5b50356001600160a01b03166114e5565b3480156107ec57600080fd5b506103e76004803603602081101561080357600080fd5b50356001600160a01b0316611503565b34801561081f57600080fd5b506103e76004803603602081101561083657600080fd5b503561157d565b34801561084957600080fd5b506104d5611651565b34801561085e57600080fd5b506103e76004803603602081101561087557600080fd5b50356001600160a01b0316611696565b34801561089157600080fd5b506104d5600480360360208110156108a857600080fd5b50356001600160a01b031661191b565b3480156108c457600080fd5b506104d561199e565b3480156108d957600080fd5b506103e7600480360360208110156108f057600080fd5b50356119a4565b34801561090357600080fd5b506104d56004803603602081101561091a57600080fd5b50356001600160a01b0316611a8b565b34801561093657600080fd5b506103e7611aa6565b34801561094b57600080fd5b506104d5611b48565b34801561096057600080fd5b506104fc611b4e565b34801561097557600080fd5b506103e76004803603602081101561098c57600080fd5b5035611b5d565b34801561099f57600080fd5b506103e7600480360360208110156109b657600080fd5b50351515611c7a565b3480156109cb57600080fd5b506103e7600480360360208110156109e257600080fd5b50356001600160a01b0316611ce5565b3480156109fe57600080fd5b506104fc6120a2565b348015610a1357600080fd5b506103fe6120b1565b348015610a2857600080fd5b506103e760048036036040811015610a3f57600080fd5b506001600160a01b0381351690602001351515612112565b348015610a6357600080fd5b506104d56121c1565b348015610a7857600080fd5b506104d56121c7565b348015610a8d57600080fd5b506104ac60048036036040811015610aa457600080fd5b506001600160a01b03813516906020013561220c565b348015610ac657600080fd5b506104d560048036036020811015610add57600080fd5b50356001600160a01b0316612274565b348015610af957600080fd5b506104ac60048036036040811015610b1057600080fd5b506001600160a01b0381351690602001356122c5565b348015610b3257600080fd5b506104d56122d9565b348015610b4757600080fd5b50610b6e60048036036020811015610b5e57600080fd5b50356001600160a01b0316612325565b604080516001600160a01b0390991689526020890197909752878701959095526060870193909352608086019190915260a085015260c084015260e083015251908190036101000190f35b348015610bc557600080fd5b506103e760048036036020811015610bdc57600080fd5b5035612405565b348015610bef57600080fd5b506104ac60048036036020811015610c0657600080fd5b50356001600160a01b0316612462565b348015610c2257600080fd5b506103e760048036036040811015610c3957600080fd5b506001600160a01b0381351690602001351515612477565b348015610c5d57600080fd5b506103e760048036036040811015610c7457600080fd5b810190602081018135640100000000811115610c8f57600080fd5b820183602082011115610ca157600080fd5b80359060200191846020830284011164010000000083111715610cc357600080fd5b919350915035151561258d565b348015610cdc57600080fd5b506104fc6126ad565b348015610cf157600080fd5b506103e760048036036040811015610d0857600080fd5b506001600160a01b03813516906020013515156126d1565b348015610d2c57600080fd5b506103e760048036036020811015610d4357600080fd5b5035612754565b348015610d5657600080fd5b506104d560048036036040811015610d6d57600080fd5b506001600160a01b03813581169160200135166127c7565b348015610d9157600080fd5b506104d56127f2565b348015610da657600080fd5b506104d56127f8565b348015610dbb57600080fd5b506103e760048036036020811015610dd257600080fd5b503561283d565b348015610de557600080fd5b50610b6e60048036036020811015610dfc57600080fd5b50356128e2565b348015610e0f57600080fd5b506103e760048036036020811015610e2657600080fd5b50356001600160a01b0316612948565b348015610e4257600080fd5b506103e760048036036020811015610e5957600080fd5b5035612a41565b610e68612b10565b6005546001600160a01b03908116911614610eb8576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6064811015610ef8576040805162461bcd60e51b815260206004820152600760248201526606d696e203130360cc1b604482015290519081900360640190fd5b601555565b60038054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610f895780601f10610f5e57610100808354040283529160200191610f89565b820191906000526020600020905b815481529060010190602001808311610f6c57829003601f168201915b505050505090505b90565b6000610fa8610fa1612b10565b8484612b14565b5060015b92915050565b600f5481565b6006546001600160a01b031681565b60025490565b600b6020526000908152604090205460ff1681565b6000610fef848484612c00565b61105f84610ffb612b10565b61105a85604051806060016040528060288152602001613fd4602891396001600160a01b038a16600090815260016020526040812090611039612b10565b6001600160a01b0316815260208101919091526040016000205491906131a9565b612b14565b5060019392505050565b6001600160a01b031660009081526014602052604090205460ff1690565b61108f612b10565b6005546001600160a01b039081169116146110df576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6008546040805163014359d560e51b81526004810184905290516001600160a01b039092169163286b3aa09160248082019260009290919082900301818387803b15801561112c57600080fd5b505af1158015611140573d6000803e3d6000fd5b5050505050565b6011546001600160a01b031681565b6008546001600160a01b031681565b600854604080516342d359d760e11b815290516000926001600160a01b0316916385a6b3ae916004808301926020929190829003018186803b1580156111aa57600080fd5b505afa1580156111be573d6000803e3d6000fd5b505050506040513d60208110156111d457600080fd5b5051905090565b601290565b6111e8612b10565b6005546001600160a01b03908116911614611238576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6008546040805163031e79db60e41b81526001600160a01b038481166004830152915191909216916331e79db091602480830192600092919082900301818387803b15801561112c57600080fd5b6000610fa8611293612b10565b8461105a85600160006112a4612b10565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490612aaf565b600e5481565b6112e2612b10565b6005546001600160a01b03908116911614611332576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6008546040805163bc4c4b3760e01b81526001600160a01b038481166004830152600060248301819052925193169263bc4c4b3792604480840193602093929083900390910190829087803b15801561138a57600080fd5b505af115801561139e573d6000803e3d6000fd5b505050506040513d60208110156113b457600080fd5b505050565b60155481565b6010546001600160a01b031681565b6113d6612b10565b6005546001600160a01b03908116911614611426576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6001600160a01b03919091166000908152600b60205260409020805460ff1916911515919091179055565b6007546001600160a01b031681565b6008546040805163bc4c4b3760e01b815233600482015260006024820181905291516001600160a01b039093169263bc4c4b3792604480840193602093929083900390910190829087803b1580156114b757600080fd5b505af11580156114cb573d6000803e3d6000fd5b505050506040513d60208110156114e157600080fd5b5050565b6001600160a01b031660009081526013602052604090205460ff1690565b61150b612b10565b6005546001600160a01b0390811691161461155b576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b601080546001600160a01b0319166001600160a01b0392909216919091179055565b611585612b10565b6005546001600160a01b039081169116146115d5576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b600d819055600e54600c546115f591906115ef9084612aaf565b90612aaf565b600f81905560141161164e576040805162461bcd60e51b815260206004820152601b60248201527f546f74616c20466565732073686f756c64206265203c20323020210000000000604482015290519081900360640190fd5b50565b600854604080516304ddf6ef60e11b815290516000926001600160a01b0316916309bbedde916004808301926020929190829003018186803b1580156111aa57600080fd5b61169e612b10565b6005546001600160a01b039081169116146116ee576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6006546001600160a01b038281169116141561173b5760405162461bcd60e51b8152600401808060200182810382526030815260200180613f4a6030913960400191505060405180910390fd5b6006546040516001600160a01b03918216918316907f8fc842bbd331dfa973645f4ed48b11683d501ebf1352708d77a5da2ab49a576e90600090a3600680546001600160a01b0319166001600160a01b0383811691909117918290556040805163c45a015560e01b815290516000939092169163c45a015591600480820192602092909190829003018186803b1580156117d457600080fd5b505afa1580156117e8573d6000803e3d6000fd5b505050506040513d60208110156117fe57600080fd5b5051600654604080516315ab88c960e31b815290516001600160a01b039384169363c9c6539693309391169163ad5c464891600480820192602092909190829003018186803b15801561185057600080fd5b505afa158015611864573d6000803e3d6000fd5b505050506040513d602081101561187a57600080fd5b5051604080516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301525160448083019260209291908290030181600087803b1580156118cc57600080fd5b505af11580156118e0573d6000803e3d6000fd5b505050506040513d60208110156118f657600080fd5b5051600780546001600160a01b0319166001600160a01b039092169190911790555050565b600854604080516370a0823160e01b81526001600160a01b038481166004830152915160009392909216916370a0823191602480820192602092909190829003018186803b15801561196c57600080fd5b505afa158015611980573d6000803e3d6000fd5b505050506040513d602081101561199657600080fd5b505192915050565b600d5481565b600854604080516001624d3b8760e01b03198152600481018490529051600092839283926001600160a01b039092169163ffb2c4799160248082019260609290919082900301818787803b1580156119fb57600080fd5b505af1158015611a0f573d6000803e3d6000fd5b505050506040513d6060811015611a2557600080fd5b5080516020808301516040938401518451848152928301829052828501819052606083018990529351929650945091925033916000917fc864333d6121033635ab41b29ae52f10a22cf4438c3e4f1c4c68518feb2f8a989181900360800190a350505050565b6001600160a01b031660009081526020819052604090205490565b611aae612b10565b6005546001600160a01b03908116911614611afe576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6005546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600580546001600160a01b0319169055565b600c5481565b6009546001600160a01b031681565b611b65612b10565b6005546001600160a01b03908116911614611bb5576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b62030d408110158015611bcb57506207a1208111155b611c065760405162461bcd60e51b8152600401808060200182810382526041815260200180613e0f6041913960600191505060405180910390fd5b601254811415611c475760405162461bcd60e51b8152600401808060200182810382526039815260200180613f7a6039913960400191505060405180910390fd5b60125460405182907f40d7e40e79af4e8e5a9b3c57030d8ea93f13d669c06d448c4d631d4ae7d23db790600090a3601255565b611c82612b10565b6005546001600160a01b03908116911614611cd2576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6016805460ff1916911515919091179055565b611ced612b10565b6005546001600160a01b03908116911614611d3d576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6008546001600160a01b0382811691161415611d8a5760405162461bcd60e51b815260040180806020018281038252603a815260200180613e98603a913960400191505060405180910390fd5b6000819050306001600160a01b0316816001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b158015611dd257600080fd5b505afa158015611de6573d6000803e3d6000fd5b505050506040513d6020811015611dfc57600080fd5b50516001600160a01b031614611e435760405162461bcd60e51b815260040180806020018281038252604f81526020018061401c604f913960600191505060405180910390fd5b806001600160a01b03166331e79db0826040518263ffffffff1660e01b815260040180826001600160a01b03168152602001915050600060405180830381600087803b158015611e9257600080fd5b505af1158015611ea6573d6000803e3d6000fd5b50506040805163031e79db60e41b815230600482015290516001600160a01b03851693506331e79db09250602480830192600092919082900301818387803b158015611ef157600080fd5b505af1158015611f05573d6000803e3d6000fd5b50505050806001600160a01b03166331e79db0611f206120a2565b6040518263ffffffff1660e01b815260040180826001600160a01b03168152602001915050600060405180830381600087803b158015611f5f57600080fd5b505af1158015611f73573d6000803e3d6000fd5b50506009546040805163031e79db60e41b81526001600160a01b039283166004820152905191851693506331e79db0925060248082019260009290919082900301818387803b158015611fc557600080fd5b505af1158015611fd9573d6000803e3d6000fd5b50506006546040805163031e79db60e41b81526001600160a01b039283166004820152905191851693506331e79db0925060248082019260009290919082900301818387803b15801561202b57600080fd5b505af115801561203f573d6000803e3d6000fd5b50506008546040516001600160a01b03918216935090851691507f90c7d74461c613da5efa97d90740869367d74ab3aa5837aa4ae9a975f954b7a890600090a3600880546001600160a01b0319166001600160a01b039290921691909117905550565b6005546001600160a01b031690565b60048054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610f895780601f10610f5e57610100808354040283529160200191610f89565b61211a612b10565b6005546001600160a01b0390811691161461216a576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6007546001600160a01b03838116911614156121b75760405162461bcd60e51b8152600401808060200182810382526052815260200180613ed26052913960600191505060405180910390fd5b6114e18282613240565b60125481565b60085460408051631bc9e27b60e21b815290516000926001600160a01b031691636f2789ec916004808301926020929190829003018186803b1580156111aa57600080fd5b6000610fa8612219612b10565b8461105a856040518060600160405280602581526020016140b46025913960016000612243612b10565b6001600160a01b03908116825260208083019390935260409182016000908120918d168152925290205491906131a9565b600854604080516302a2e74960e61b81526001600160a01b0384811660048301529151600093929092169163a8b9d24091602480820192602092909190829003018186803b15801561196c57600080fd5b6000610fa86122d2612b10565b8484612c00565b6015546000901561230c57612305620f42406122ff6015546122f9610fc7565b9061336e565b906133c7565b9050610f91565b612320620f42406122ff60646122f9610fc7565b905090565b600080600080600080600080600860009054906101000a90046001600160a01b03166001600160a01b031663fbcbc0f18a6040518263ffffffff1660e01b815260040180826001600160a01b031681526020019150506101006040518083038186803b15801561239457600080fd5b505afa1580156123a8573d6000803e3d6000fd5b505050506040513d6101008110156123bf57600080fd5b508051602082015160408301516060840151608085015160a086015160c087015160e090970151959e50939c50919a509850965094509092509050919395975091939597565b61240d612b10565b6005546001600160a01b0390811691161461245d576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b600a55565b60176020526000908152604090205460ff1681565b61247f612b10565b6005546001600160a01b039081169116146124cf576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6001600160a01b03821660009081526013602052604090205460ff161515811515141561252d5760405162461bcd60e51b8152600401808060200182810382526037815260200180613dd86037913960400191505060405180910390fd5b6001600160a01b038216600081815260136020908152604091829020805460ff1916851515908117909155825190815291517f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df79281900390910190a25050565b612595612b10565b6005546001600160a01b039081169116146125e5576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b60005b8281101561263a57816013600086868581811061260157fe5b602090810292909201356001600160a01b0316835250810191909152604001600020805460ff19169115159190911790556001016125e8565b507f7fdaf542373fa84f4ee8d662c642f44e4c2276a217d7d29e548b6eb29a233b35838383604051808060200183151581526020018281038252858582818152602001925060200280828437600083820152604051601f909101601f1916909201829003965090945050505050a1505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b6126d9612b10565b6005546001600160a01b03908116911614612729576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6001600160a01b03919091166000908152601460205260409020805460ff1916911515919091179055565b61275c612b10565b6005546001600160a01b039081169116146127ac576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b600c819055600e54600d546115f591906115ef908490612aaf565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b600a5481565b6008546040805163039e107b60e61b815290516000926001600160a01b03169163e7841ec0916004808301926020929190829003018186803b1580156111aa57600080fd5b612845612b10565b6005546001600160a01b03908116911614612895576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6008546040805163e98030c760e01b81526004810184905290516001600160a01b039092169163e98030c79160248082019260009290919082900301818387803b15801561112c57600080fd5b600080600080600080600080600860009054906101000a90046001600160a01b03166001600160a01b0316635183d6fd8a6040518263ffffffff1660e01b8152600401808281526020019150506101006040518083038186803b15801561239457600080fd5b612950612b10565b6005546001600160a01b039081169116146129a0576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6001600160a01b0381166129e55760405162461bcd60e51b8152600401808060200182810382526026815260200180613e506026913960400191505060405180910390fd5b6005546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600580546001600160a01b0319166001600160a01b0392909216919091179055565b612a49612b10565b6005546001600160a01b03908116911614612a99576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b600e819055600d54600c546115f59183916115ef915b600082820183811015612b09576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b3390565b6001600160a01b038316612b595760405162461bcd60e51b81526004018080602001828103825260248152602001806140906024913960400191505060405180910390fd5b6001600160a01b038216612b9e5760405162461bcd60e51b8152600401808060200182810382526022815260200180613e766022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b60165483908390839060ff168015612c1f57506000612c1d6122d9565b115b8015612c4457506001600160a01b03831660009081526017602052604090205460ff16155b15612cd6576001600160a01b03831660009081526014602052604090205460ff16158015612c8b57506001600160a01b03821660009081526014602052604090205460ff16155b15612cd657612c986122d9565b811115612cd65760405162461bcd60e51b8152600401808060200182810382526038815260200180613da06038913960400191505060405180910390fd5b6001600160a01b038616612d1b5760405162461bcd60e51b815260040180806020018281038252602581526020018061406b6025913960400191505060405180910390fd5b6001600160a01b038516612d605760405162461bcd60e51b8152600401808060200182810382526023815260200180613d7d6023913960400191505060405180910390fd5b6001600160a01b0386166000908152600b602052604090205460ff16158015612da257506001600160a01b0385166000908152600b602052604090205460ff16155b612de9576040805162461bcd60e51b8152602060048201526013602482015272426c61636b6c6973746564206164647265737360681b604482015290519081900360640190fd5b83612dff57612dfa86866000613409565b6131a1565b6000612e0a30611a8b565b600a5490915081108015908190612e2b5750600754600160a01b900460ff16155b8015612e5057506001600160a01b03881660009081526017602052604090205460ff16155b8015612e755750612e5f6120a2565b6001600160a01b0316886001600160a01b031614155b8015612e9a5750612e846120a2565b6001600160a01b0316876001600160a01b031614155b15612f24576007805460ff60a01b1916600160a01b179055600f54600d54600091612eca916122ff90869061336e565b90506000612ee9600f546122ff600e548761336e90919063ffffffff16565b9050612ef482613564565b612efd81613753565b6000612f0830611a8b565b9050612f13816138e6565b50506007805460ff60a01b19169055505b6007546001600160a01b03891660009081526013602052604090205460ff600160a01b909204821615911680612f7257506001600160a01b03881660009081526013602052604090205460ff165b15612f7b575060005b8015612fb8576000612f9d60646122ff600f548b61336e90919063ffffffff16565b9050612fa98882613adf565b9750612fb68a3083613409565b505b612fc3898989613409565b6008546001600160a01b031663e30443bc8a612fde81611a8b565b6040518363ffffffff1660e01b815260040180836001600160a01b0316815260200182815260200192505050600060405180830381600087803b15801561302457600080fd5b505af1925050508015613035575060015b506008546001600160a01b031663e30443bc8961305181611a8b565b6040518363ffffffff1660e01b815260040180836001600160a01b0316815260200182815260200192505050600060405180830381600087803b15801561309757600080fd5b505af19250505080156130a8575060015b50600754600160a01b900460ff1661319d57601254600854604080516001624d3b8760e01b031981526004810184905290516001600160a01b039092169163ffb2c479916024808201926060929091908290030181600087803b15801561310e57600080fd5b505af192505050801561314257506040513d606081101561312e57600080fd5b508051602082015160409092015190919060015b61314b5761319b565b604080518481526020810184905280820183905260608101869052905133916001917fc864333d6121033635ab41b29ae52f10a22cf4438c3e4f1c4c68518feb2f8a989181900360800190a35050505b505b5050505b505050505050565b600081848411156132385760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156131fd5781810151838201526020016131e5565b50505050905090810190601f16801561322a5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6001600160a01b03821660009081526017602052604090205460ff161515811515141561329e5760405162461bcd60e51b81526004018080602001828103825260458152602001806140d96045913960600191505060405180910390fd5b6001600160a01b0382166000908152601760205260409020805460ff19168215801591909117909155613332576008546040805163031e79db60e41b81526001600160a01b038581166004830152915191909216916331e79db091602480830192600092919082900301818387803b15801561331957600080fd5b505af115801561332d573d6000803e3d6000fd5b505050505b604051811515906001600160a01b038416907fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab90600090a35050565b60008261337d57506000610fac565b8282028284828161338a57fe5b0414612b095760405162461bcd60e51b8152600401808060200182810382526021815260200180613fb36021913960400191505060405180910390fd5b6000612b0983836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250613b21565b6001600160a01b03831661344e5760405162461bcd60e51b815260040180806020018281038252602581526020018061406b6025913960400191505060405180910390fd5b6001600160a01b0382166134935760405162461bcd60e51b8152600401808060200182810382526023815260200180613d7d6023913960400191505060405180910390fd5b61349e8383836113b4565b6134db81604051806060016040528060268152602001613f24602691396001600160a01b03861660009081526020819052604090205491906131a9565b6001600160a01b03808516600090815260208190526040808220939093559084168152205461350a9082612aaf565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b1580156135d357600080fd5b505afa1580156135e7573d6000803e3d6000fd5b505050506040513d60208110156135fd57600080fd5b5051905061360a82613b86565b60006136af827f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561367d57600080fd5b505afa158015613691573d6000803e3d6000fd5b505050506040513d60208110156136a757600080fd5b505190613adf565b6010546040805163a9059cbb60e01b81526001600160a01b0392831660048201526024810184905290519293507f00000000000000000000000000000000000000000000000000000000000000009091169163a9059cbb916044808201926020929091908290030181600087803b15801561372957600080fd5b505af115801561373d573d6000803e3d6000fd5b505050506040513d602081101561114057600080fd5b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b1580156137c257600080fd5b505afa1580156137d6573d6000803e3d6000fd5b505050506040513d60208110156137ec57600080fd5b505190506137f982613b86565b600061386c827f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561367d57600080fd5b6011546040805163a9059cbb60e01b81526001600160a01b0392831660048201526024810184905290519293507f00000000000000000000000000000000000000000000000000000000000000009091169163a9059cbb916044808201926020929091908290030181600087803b15801561372957600080fd5b6138ef81613b86565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561395e57600080fd5b505afa158015613972573d6000803e3d6000fd5b505050506040513d602081101561398857600080fd5b50516008546040805163a9059cbb60e01b81526001600160a01b0392831660048201526024810184905290519293506000927f00000000000000000000000000000000000000000000000000000000000000009092169163a9059cbb9160448082019260209290919082900301818787803b158015613a0657600080fd5b505af1158015613a1a573d6000803e3d6000fd5b505050506040513d6020811015613a3057600080fd5b5051905080156113b4576008546040805163edd6bf8760e01b81526004810185905290516001600160a01b039092169163edd6bf879160248082019260009290919082900301818387803b158015613a8757600080fd5b505af1158015613a9b573d6000803e3d6000fd5b5050604080518681526020810186905281517f80195cc573b02cc48460cbca6e6e4cc85ddb91959d946e1c3025ea3d87942dc39450908190039091019150a1505050565b6000612b0983836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506131a9565b60008183613b705760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156131fd5781810151838201526020016131e5565b506000838581613b7c57fe5b0495945050505050565b604080516003808252608082019092526060916020820183803683370190505090503081600081518110613bb657fe5b6001600160a01b03928316602091820292909201810191909152600654604080516315ab88c960e31b81529051919093169263ad5c4648926004808301939192829003018186803b158015613c0a57600080fd5b505afa158015613c1e573d6000803e3d6000fd5b505050506040513d6020811015613c3457600080fd5b5051815182906001908110613c4557fe5b60200260200101906001600160a01b031690816001600160a01b0316815250507f000000000000000000000000000000000000000000000000000000000000000081600281518110613c9357fe5b6001600160a01b039283166020918202929092010152600654613cb99130911684612b14565b600654604051635c11d79560e01b8152600481018481526000602483018190523060648401819052426084850181905260a060448601908152875160a487015287516001600160a01b0390971696635c11d795968a968a9594939092909160c40190602080880191028083838b5b83811015613d3f578181015183820152602001613d27565b505050509050019650505050505050600060405180830381600087803b158015613d6857600080fd5b505af11580156131a1573d6000803e3d6000fdfe45524332303a207472616e7366657220746f20746865207a65726f2061646472657373416e74695768616c653a205472616e7366657220616d6f756e74206578636565647320746865206d61785472616e73666572416d6f756e74485348494220546f6b656e3a204163636f756e7420697320616c7265616479207468652076616c7565206f6620276578636c7564656427485348494220546f6b656e3a20676173466f7250726f63657373696e67206d757374206265206265747765656e203230302c30303020616e64203530302c3030304f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f2061646472657373485348494220546f6b656e3a20546865206469766964656e6420747261636b657220616c72656164792068617320746861742061646472657373485348494220546f6b656e3a205468652050616e63616b655377617020706169722063616e6e6f742062652072656d6f7665642066726f6d206175746f6d617465644d61726b65744d616b6572506169727345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365485348494220546f6b656e3a2054686520726f7574657220616c72656164792068617320746861742061646472657373485348494220546f6b656e3a2043616e6e6f742075706461746520676173466f7250726f63657373696e6720746f2073616d652076616c7565536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572485348494220546f6b656e3a20546865206e6577206469766964656e6420747261636b6572206d757374206265206f776e65642062792074686520485348494220546f6b656e20636f6e747261637445524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726f485348494220546f6b656e3a204175746f6d61746564206d61726b6574206d616b6572207061697220697320616c72656164792073657420746f20746861742076616c7565a26469706673582212206370a0d84976a611637ecadbdd528fe731844fee427047bc1b0b1e68260f80cc64736f6c634300060c003360c06040527fdac17f958d2ee523a2206206994597c13d831ec70000000000000000000000006080523480156200003557600080fd5b506040518060400160405280601481526020017f48736869622052657761726420547261636b65720000000000000000000000008152506040518060400160405280601481526020017f48534849424469766964656e64547261636b657200000000000000000000000081525081818160039080519060200190620000bc92919062000155565b508051620000d290600490602084019062000155565b5050506000620000e76200015160201b60201c565b600580546001600160a01b0319166001600160a01b038316908117909155604051919250906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a35050610e1060115550692a5a058fc295ed00000060a052620001f1565b3390565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200019857805160ff1916838001178555620001c8565b82800160010185558215620001c8579182015b82811115620001c8578251825591602001919060010190620001ab565b50620001d6929150620001da565b5090565b5b80821115620001d65760008155600101620001db565b60805160601c60a0516121be6200022260003980610fa25280611093525080610fc65280611b4952506121be6000f3fe608060405234801561001057600080fd5b50600436106102275760003560e01c806385a6b3ae11610130578063be10b614116100b8578063e98030c71161007c578063e98030c71461068e578063edd6bf87146106ab578063f2fde38b146106c8578063fbcbc0f1146106ee578063ffb2c4791461071457610227565b8063be10b6141461061c578063c54e44eb14610624578063dd62ed3e1461062c578063e30443bc1461065a578063e7841ec01461068657610227565b8063a457c2d7116100ff578063a457c2d71461054a578063a8b9d24014610576578063a9059cbb1461059c578063aafd847a146105c8578063bc4c4b37146105ee57610227565b806385a6b3ae146104f05780638da5cb5b146104f857806391b89fba1461051c57806395d89b411461054257610227565b8063313ce567116101b35780635183d6fd116101825780635183d6fd1461044a5780636a474002146104b25780636f2789ec146104ba57806370a08231146104c2578063715018a6146104e857610227565b8063313ce567146103b457806331e79db0146103d257806339509351146103f85780634e7b827f1461042457610227565b8063226cfa3d116101fa578063226cfa3d1461030b57806323b872dd1461033157806327ce014714610367578063286b3aa01461038d5780633009a609146103ac57610227565b806306fdde031461022c578063095ea7b3146102a957806309bbedde146102e957806318160ddd14610303575b600080fd5b61023461074f565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561026e578181015183820152602001610256565b50505050905090810190601f16801561029b5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102d5600480360360408110156102bf57600080fd5b506001600160a01b0381351690602001356107e5565b604080519115158252519081900360200190f35b6102f1610803565b60408051918252519081900360200190f35b6102f1610809565b6102f16004803603602081101561032157600080fd5b50356001600160a01b031661080f565b6102d56004803603606081101561034757600080fd5b506001600160a01b03813581169160208101359091169060400135610821565b6102f16004803603602081101561037d57600080fd5b50356001600160a01b03166108a8565b6103aa600480360360208110156103a357600080fd5b5035610907565b005b6102f1610964565b6103bc61096a565b6040805160ff9092168252519081900360200190f35b6103aa600480360360208110156103e857600080fd5b50356001600160a01b031661096f565b6102d56004803603604081101561040e57600080fd5b506001600160a01b038135169060200135610acb565b6102d56004803603602081101561043a57600080fd5b50356001600160a01b0316610b19565b6104676004803603602081101561046057600080fd5b5035610b2e565b604080516001600160a01b0390991689526020890197909752878701959095526060870193909352608086019190915260a085015260c084015260e083015251908190036101000190f35b6103aa610c8d565b6102f1610cc4565b6102f1600480360360208110156104d857600080fd5b50356001600160a01b0316610cca565b6103aa610ce5565b6102f1610d87565b610500610d8d565b604080516001600160a01b039092168252519081900360200190f35b6102f16004803603602081101561053257600080fd5b50356001600160a01b0316610d9c565b610234610da7565b6102d56004803603604081101561056057600080fd5b506001600160a01b038135169060200135610e08565b6102f16004803603602081101561058c57600080fd5b50356001600160a01b0316610e70565b6102d5600480360360408110156105b257600080fd5b506001600160a01b038135169060200135610e9c565b6102f1600480360360208110156105de57600080fd5b50356001600160a01b0316610eb0565b6102d56004803603604081101561060457600080fd5b506001600160a01b0381351690602001351515610ecb565b6102f1610fa0565b610500610fc4565b6102f16004803603604081101561064257600080fd5b506001600160a01b0381358116916020013516610fe8565b6103aa6004803603604081101561067057600080fd5b506001600160a01b038135169060200135611013565b6102f16111dd565b6103aa600480360360208110156106a457600080fd5b50356111e3565b6103aa600480360360208110156106c157600080fd5b50356112ff565b6103aa600480360360208110156106de57600080fd5b50356001600160a01b03166113e9565b6104676004803603602081101561070457600080fd5b50356001600160a01b03166114e2565b6107316004803603602081101561072a57600080fd5b5035611655565b60408051938452602084019290925282820152519081900360600190f35b60038054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156107db5780601f106107b0576101008083540402835291602001916107db565b820191906000526020600020905b8154815290600101906020018083116107be57829003601f168201915b5050505050905090565b60006107f96107f2611753565b8484611757565b5060015b92915050565b600a5490565b60025490565b60106020526000908152604090205481565b600061082e848484611843565b61089e8461083a611753565b61089985604051806060016040528060288152602001612072602891396001600160a01b038a16600090815260016020526040812090610878611753565b6001600160a01b03168152602081019190915260400160002054919061187a565b611757565b5060019392505050565b6001600160a01b038116600090815260076020526040812054600160801b906108f7906108f2906108ec6108e76108de88610cca565b60065490611911565b611971565b90611981565b6119b4565b816108fe57fe5b0490505b919050565b61090f611753565b6005546001600160a01b0390811691161461095f576040805162461bcd60e51b8152602060048201819052602482015260008051602061209a833981519152604482015290519081900360640190fd5b600e55565b600e5481565b601290565b610977611753565b6005546001600160a01b039081169116146109c7576040805162461bcd60e51b8152602060048201819052602482015260008051602061209a833981519152604482015290519081900360640190fd5b6001600160a01b0381166000908152600f602052604090205460ff16156109ed57600080fd5b6001600160a01b0381166000908152600f60205260408120805460ff19166001179055610a1b9082906119c7565b6040805163131836e760e21b8152600a60048201526001600160a01b0383166024820152905173b0b0f906fea0036031ec69e28cb6b7390878ac4891634c60db9c916044808301926000929190829003018186803b158015610a7c57600080fd5b505af4158015610a90573d6000803e3d6000fd5b50506040516001600160a01b03841692507fa878b31040b2e6d0a9a3d3361209db3908ba62014b0dca52adbaee451d128b259150600090a250565b60006107f9610ad8611753565b846108998560016000610ae9611753565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490611a20565b600f6020526000908152604090205460ff1681565b600080600080600080600080600a73b0b0f906fea0036031ec69e28cb6b7390878ac4863deb3d89690916040518263ffffffff1660e01b81526004018082815260200191505060206040518083038186803b158015610b8c57600080fd5b505af4158015610ba0573d6000803e3d6000fd5b505050506040513d6020811015610bb657600080fd5b50518910610bdd575060009650600019955085945086935083925082915081905080610c82565b6000600a73b0b0f906fea0036031ec69e28cb6b7390878ac4863d1aa9e7e90918c6040518363ffffffff1660e01b8152600401808381526020018281526020019250505060206040518083038186803b158015610c3957600080fd5b505af4158015610c4d573d6000803e3d6000fd5b505050506040513d6020811015610c6357600080fd5b50519050610c70816114e2565b98509850985098509850985098509850505b919395975091939597565b60405162461bcd60e51b8152600401808060200182810382526065815260200180611fec6065913960800191505060405180910390fd5b60115481565b6001600160a01b031660009081526020819052604090205490565b610ced611753565b6005546001600160a01b03908116911614610d3d576040805162461bcd60e51b8152602060048201819052602482015260008051602061209a833981519152604482015290519081900360640190fd5b6005546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600580546001600160a01b0319169055565b60095481565b6005546001600160a01b031690565b60006107fd82610e70565b60048054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156107db5780601f106107b0576101008083540402835291602001916107db565b60006107f9610e15611753565b84610899856040518060600160405280602581526020016121646025913960016000610e3f611753565b6001600160a01b03908116825260208083019390935260409182016000908120918d1681529252902054919061187a565b6001600160a01b0381166000908152600860205260408120546107fd90610e96846108a8565b90611a7a565b60006107f9610ea9611753565b8484611843565b6001600160a01b031660009081526008602052604090205490565b6000610ed5611753565b6005546001600160a01b03908116911614610f25576040805162461bcd60e51b8152602060048201819052602482015260008051602061209a833981519152604482015290519081900360640190fd5b6000610f3084611abc565b90508015610f96576001600160a01b0384166000818152601060209081526040918290204290558151848152915186151593927fa2c38e2d2fb7e3e1912d937fd1ca11ed6d51864dee4cfa7a7bf02becd7acf09292908290030190a360019150506107fd565b5060009392505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b7f000000000000000000000000000000000000000000000000000000000000000081565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b61101b611753565b6005546001600160a01b0390811691161461106b576040805162461bcd60e51b8152602060048201819052602482015260008051602061209a833981519152604482015290519081900360640190fd5b6001600160a01b0382166000908152600f602052604090205460ff1615611091576111d9565b7f00000000000000000000000000000000000000000000000000000000000000008110611147576110c282826119c7565b60408051632f0ad01760e21b8152600a60048201526001600160a01b038416602482015260448101839052905173b0b0f906fea0036031ec69e28cb6b7390878ac489163bc2b405c916064808301926000929190829003018186803b15801561112a57600080fd5b505af415801561113e573d6000803e3d6000fd5b505050506111cc565b6111528260006119c7565b6040805163131836e760e21b8152600a60048201526001600160a01b0384166024820152905173b0b0f906fea0036031ec69e28cb6b7390878ac4891634c60db9c916044808301926000929190829003018186803b1580156111b357600080fd5b505af41580156111c7573d6000803e3d6000fd5b505050505b6111d7826001610ecb565b505b5050565b600e5490565b6111eb611753565b6005546001600160a01b0390811691161461123b576040805162461bcd60e51b8152602060048201819052602482015260008051602061209a833981519152604482015290519081900360640190fd5b610e1081101580156112505750620151808111155b61128b5760405162461bcd60e51b8152600401808060200182810382526049815260200180611fa36049913960600191505060405180910390fd5b6011548114156112cc5760405162461bcd60e51b815260040180806020018281038252603b815260200180612105603b913960400191505060405180910390fd5b60115460405182907f474ea64804364a1e29a4487ddb63c3342a2dd826ccd8acf48825e680a0e6f20f90600090a3601155565b611307611753565b6005546001600160a01b03908116911614611357576040805162461bcd60e51b8152602060048201819052602482015260008051602061209a833981519152604482015290519081900360640190fd5b6000611361610809565b1161136b57600080fd5b80156113e65761139c61137c610809565b61138a83600160801b611911565b8161139157fe5b600654919004611a20565b60065560408051828152905133917fa493a9229478c3fcd73f66d2cdeb7f94fd0f341da924d1054236d78454116511919081900360200190a26009546113e29082611a20565b6009555b50565b6113f1611753565b6005546001600160a01b03908116911614611441576040805162461bcd60e51b8152602060048201819052602482015260008051602061209a833981519152604482015290519081900360640190fd5b6001600160a01b0381166114865760405162461bcd60e51b8152600401808060200182810382526026815260200180611f5b6026913960400191505060405180910390fd5b6005546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600580546001600160a01b0319166001600160a01b0392909216919091179055565b600080600080600080600080889750600a73b0b0f906fea0036031ec69e28cb6b7390878ac486317e142d190918a6040518363ffffffff1660e01b815260040180838152602001826001600160a01b031681526020019250505060206040518083038186803b15801561155457600080fd5b505af4158015611568573d6000803e3d6000fd5b505050506040513d602081101561157e57600080fd5b505196506000199550600087126115e257600e548711156115ae57600e546115a7908890611c4b565b95506115e2565b600e54600a54600091106115c35760006115d2565b600e54600a546115d291611a7a565b90506115de8882611981565b9650505b6115eb88610e70565b94506115f6886108a8565b6001600160a01b03891660009081526010602052604090205490945092508261162057600061162e565b60115461162e908490611a20565b915042821161163e576000611648565b6116488242611a7a565b9050919395975091939597565b600a546000908190819080611675575050600e546000925082915061174c565b600e546000805a90506000805b898410801561169057508582105b1561173b57600a5460019095019485106116a957600094505b6000600a60000186815481106116bb57fe5b60009182526020808320909101546001600160a01b031680835260109091526040909120549091506116ec90611c7d565b15611708576116fc816001610ecb565b15611708576001909101905b60019092019160005a9050808511156117325761172f6117288683611a7a565b8790611a20565b95505b93506116829050565b600e85905590975095509193505050505b9193909250565b3390565b6001600160a01b03831661179c5760405162461bcd60e51b81526004018080602001828103825260248152602001806121406024913960400191505060405180910390fd5b6001600160a01b0382166117e15760405162461bcd60e51b8152600401808060200182810382526022815260200180611f816022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b60405162461bcd60e51b815260040180806020018281038252602a8152602001806120ba602a913960400191505060405180910390fd5b600081848411156119095760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156118ce5781810151838201526020016118b6565b50505050905090810190601f1680156118fb5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b600082611920575060006107fd565b8282028284828161192d57fe5b041461196a5760405162461bcd60e51b81526004018080602001828103825260218152602001806120516021913960400191505060405180910390fd5b9392505050565b600081818112156107fd57600080fd5b60008282018183128015906119965750838112155b806119ab57506000831280156119ab57508381125b61196a57600080fd5b6000808212156119c357600080fd5b5090565b60006119d283610cca565b9050808211156119fa5760006119e88383611a7a565b90506119f48482611ca4565b506111d7565b808210156111d7576000611a0e8284611a7a565b9050611a1a8482611d08565b50505050565b60008282018381101561196a576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b600061196a83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061187a565b600080611ac883610e70565b90508015611c42576001600160a01b038316600090815260086020526040902054611af39082611a20565b6001600160a01b038416600081815260086020908152604091829020939093558051848152905191927fee503bee2bb6a87e57bc57db795f98137327401a0e7b7ce42e37926cc1a9ca4d92918290030190a260007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663a9059cbb85846040518363ffffffff1660e01b815260040180836001600160a01b0316815260200182815260200192505050602060405180830381600087803b158015611bbe57600080fd5b505af1158015611bd2573d6000803e3d6000fd5b505050506040513d6020811015611be857600080fd5b5051905080611c3a576001600160a01b038416600090815260086020526040902054611c149083611a7a565b6001600160a01b0385166000908152600860205260408120919091559250610902915050565b509050610902565b50600092915050565b6000818303818312801590611c605750838113155b806119ab57506000831280156119ab575083811361196a57600080fd5b600042821115611c8f57506000610902565b601154611c9c4284611a7a565b101592915050565b611cae8282611d4c565b611ce8611cc96108e78360065461191190919063ffffffff16565b6001600160a01b03841660009081526007602052604090205490611c4b565b6001600160a01b0390921660009081526007602052604090209190915550565b611d128282611e3c565b611ce8611d2d6108e78360065461191190919063ffffffff16565b6001600160a01b03841660009081526007602052604090205490611981565b6001600160a01b038216611da7576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b611db3600083836111d7565b600254611dc09082611a20565b6002556001600160a01b038216600090815260208190526040902054611de69082611a20565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b6001600160a01b038216611e815760405162461bcd60e51b81526004018080602001828103825260218152602001806120e46021913960400191505060405180910390fd5b611e8d826000836111d7565b611eca81604051806060016040528060228152602001611f39602291396001600160a01b038516600090815260208190526040902054919061187a565b6001600160a01b038316600090815260208190526040902055600254611ef09082611a7a565b6002556040805182815290516000916001600160a01b038516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9181900360200190a3505056fe45524332303a206275726e20616d6f756e7420657863656564732062616c616e63654f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737348736869625f5265776172645f547261636b65723a20636c61696d57616974206d757374206265207570646174656420746f206265747765656e203120616e6420323420686f75727348534849425f5265776172645f547261636b65723a2077697468647261774469766964656e642064697361626c65642e20557365207468652027636c61696d272066756e6374696f6e206f6e20746865206d61696e20485348494220636f6e74726163742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657248534849425f5265776172645f547261636b65723a204e6f207472616e736665727320616c6c6f77656445524332303a206275726e2066726f6d20746865207a65726f206164647265737348736869625f5265776172645f547261636b65723a2043616e6e6f742075706461746520636c61696d5761697420746f2073616d652076616c756545524332303a20617070726f76652066726f6d20746865207a65726f206164647265737345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa26469706673582212207b6dac31a0c43d1e4a3ea01a7f5a695453141c6a89e18f4269dd08aaed7d938164736f6c634300060c0033485348494220546f6b656e3a204163636f756e7420697320616c7265616479207468652076616c7565206f6620276578636c7564656427485348494220546f6b656e3a204175746f6d61746564206d61726b6574206d616b6572207061697220697320616c72656164792073657420746f20746861742076616c7565

Deployed Bytecode

0x6080604052600436106103b15760003560e01c806370a08231116101e7578063a9e757231161010d578063ce2fea33116100a0578063e98030c71161006f578063e98030c714610daf578063f27fd25414610dd9578063f2fde38b14610e03578063fea1319f14610e36576103b8565b8063ce2fea3314610d20578063dd62ed3e14610d4a578063e2f4560514610d85578063e7841ec014610d9a576103b8565b8063c0246668116100dc578063c024666814610c16578063c492f04614610c51578063c54e44eb14610cd0578063c7f59a6714610ce5576103b8565b8063a9e7572314610b26578063ad56c13c14610b3b578063afa4f3b214610bb9578063b62496f514610be3576103b8565b80638da5cb5b11610185578063a26579ad11610154578063a26579ad14610a6c578063a457c2d714610a81578063a8b9d24014610aba578063a9059cbb14610aed576103b8565b80638da5cb5b146109f257806395d89b4114610a075780639a7a23d614610a1c5780639c1b8af514610a57576103b8565b806385141a77116101c157806385141a7714610954578063871c128d14610969578063880ab16a1461099357806388bdd9be146109bf576103b8565b806370a08231146108f7578063715018a61461092a57806381b5e27d1461093f576103b8565b806339509351116102d75780634fbee1931161026a57806365b8dbc01161023957806365b8dbc0146108525780636843cd84146108855780636b67c4df146108b8578063700bb191146108cd576103b8565b80634fbee193146107ad5780635d098b38146107e0578063625e764c1461081357806364b0f6531461083d576103b8565b80634144d9e4116102a65780634144d9e414610733578063455a43961461074857806349bd5a5e146107835780634e71d92d14610798576103b8565b8063395093511461069d5780633b2d081c146106d65780633f249df0146106eb5780633ff8bf2e1461071e576103b8565b806323b872dd1161034f5780632c1f52161161031e5780632c1f52161461061557806330bb4cff1461062a578063313ce5671461063f57806331e79db01461066a576103b8565b806323b872dd14610560578063269f534c146105a3578063286b3aa0146105d657806329d95d5d14610600576103b8565b806313114a9d1161038b57806313114a9d146104c05780631694505e146104e757806318160ddd146105185780631cdd3be31461052d576103b8565b8063042fe81a146103bd57806306fdde03146103e9578063095ea7b314610473576103b8565b366103b857005b600080fd5b3480156103c957600080fd5b506103e7600480360360208110156103e057600080fd5b5035610e60565b005b3480156103f557600080fd5b506103fe610efd565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610438578181015183820152602001610420565b50505050905090810190601f1680156104655780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561047f57600080fd5b506104ac6004803603604081101561049657600080fd5b506001600160a01b038135169060200135610f94565b604080519115158252519081900360200190f35b3480156104cc57600080fd5b506104d5610fb2565b60408051918252519081900360200190f35b3480156104f357600080fd5b506104fc610fb8565b604080516001600160a01b039092168252519081900360200190f35b34801561052457600080fd5b506104d5610fc7565b34801561053957600080fd5b506104ac6004803603602081101561055057600080fd5b50356001600160a01b0316610fcd565b34801561056c57600080fd5b506104ac6004803603606081101561058357600080fd5b506001600160a01b03813581169160208101359091169060400135610fe2565b3480156105af57600080fd5b506104ac600480360360208110156105c657600080fd5b50356001600160a01b0316611069565b3480156105e257600080fd5b506103e7600480360360208110156105f957600080fd5b5035611087565b34801561060c57600080fd5b506104fc611147565b34801561062157600080fd5b506104fc611156565b34801561063657600080fd5b506104d5611165565b34801561064b57600080fd5b506106546111db565b6040805160ff9092168252519081900360200190f35b34801561067657600080fd5b506103e76004803603602081101561068d57600080fd5b50356001600160a01b03166111e0565b3480156106a957600080fd5b506104ac600480360360408110156106c057600080fd5b506001600160a01b038135169060200135611286565b3480156106e257600080fd5b506104d56112d4565b3480156106f757600080fd5b506103e76004803603602081101561070e57600080fd5b50356001600160a01b03166112da565b34801561072a57600080fd5b506104d56113b9565b34801561073f57600080fd5b506104fc6113bf565b34801561075457600080fd5b506103e76004803603604081101561076b57600080fd5b506001600160a01b03813516906020013515156113ce565b34801561078f57600080fd5b506104fc611451565b3480156107a457600080fd5b506103e7611460565b3480156107b957600080fd5b506104ac600480360360208110156107d057600080fd5b50356001600160a01b03166114e5565b3480156107ec57600080fd5b506103e76004803603602081101561080357600080fd5b50356001600160a01b0316611503565b34801561081f57600080fd5b506103e76004803603602081101561083657600080fd5b503561157d565b34801561084957600080fd5b506104d5611651565b34801561085e57600080fd5b506103e76004803603602081101561087557600080fd5b50356001600160a01b0316611696565b34801561089157600080fd5b506104d5600480360360208110156108a857600080fd5b50356001600160a01b031661191b565b3480156108c457600080fd5b506104d561199e565b3480156108d957600080fd5b506103e7600480360360208110156108f057600080fd5b50356119a4565b34801561090357600080fd5b506104d56004803603602081101561091a57600080fd5b50356001600160a01b0316611a8b565b34801561093657600080fd5b506103e7611aa6565b34801561094b57600080fd5b506104d5611b48565b34801561096057600080fd5b506104fc611b4e565b34801561097557600080fd5b506103e76004803603602081101561098c57600080fd5b5035611b5d565b34801561099f57600080fd5b506103e7600480360360208110156109b657600080fd5b50351515611c7a565b3480156109cb57600080fd5b506103e7600480360360208110156109e257600080fd5b50356001600160a01b0316611ce5565b3480156109fe57600080fd5b506104fc6120a2565b348015610a1357600080fd5b506103fe6120b1565b348015610a2857600080fd5b506103e760048036036040811015610a3f57600080fd5b506001600160a01b0381351690602001351515612112565b348015610a6357600080fd5b506104d56121c1565b348015610a7857600080fd5b506104d56121c7565b348015610a8d57600080fd5b506104ac60048036036040811015610aa457600080fd5b506001600160a01b03813516906020013561220c565b348015610ac657600080fd5b506104d560048036036020811015610add57600080fd5b50356001600160a01b0316612274565b348015610af957600080fd5b506104ac60048036036040811015610b1057600080fd5b506001600160a01b0381351690602001356122c5565b348015610b3257600080fd5b506104d56122d9565b348015610b4757600080fd5b50610b6e60048036036020811015610b5e57600080fd5b50356001600160a01b0316612325565b604080516001600160a01b0390991689526020890197909752878701959095526060870193909352608086019190915260a085015260c084015260e083015251908190036101000190f35b348015610bc557600080fd5b506103e760048036036020811015610bdc57600080fd5b5035612405565b348015610bef57600080fd5b506104ac60048036036020811015610c0657600080fd5b50356001600160a01b0316612462565b348015610c2257600080fd5b506103e760048036036040811015610c3957600080fd5b506001600160a01b0381351690602001351515612477565b348015610c5d57600080fd5b506103e760048036036040811015610c7457600080fd5b810190602081018135640100000000811115610c8f57600080fd5b820183602082011115610ca157600080fd5b80359060200191846020830284011164010000000083111715610cc357600080fd5b919350915035151561258d565b348015610cdc57600080fd5b506104fc6126ad565b348015610cf157600080fd5b506103e760048036036040811015610d0857600080fd5b506001600160a01b03813516906020013515156126d1565b348015610d2c57600080fd5b506103e760048036036020811015610d4357600080fd5b5035612754565b348015610d5657600080fd5b506104d560048036036040811015610d6d57600080fd5b506001600160a01b03813581169160200135166127c7565b348015610d9157600080fd5b506104d56127f2565b348015610da657600080fd5b506104d56127f8565b348015610dbb57600080fd5b506103e760048036036020811015610dd257600080fd5b503561283d565b348015610de557600080fd5b50610b6e60048036036020811015610dfc57600080fd5b50356128e2565b348015610e0f57600080fd5b506103e760048036036020811015610e2657600080fd5b50356001600160a01b0316612948565b348015610e4257600080fd5b506103e760048036036020811015610e5957600080fd5b5035612a41565b610e68612b10565b6005546001600160a01b03908116911614610eb8576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6064811015610ef8576040805162461bcd60e51b815260206004820152600760248201526606d696e203130360cc1b604482015290519081900360640190fd5b601555565b60038054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610f895780601f10610f5e57610100808354040283529160200191610f89565b820191906000526020600020905b815481529060010190602001808311610f6c57829003601f168201915b505050505090505b90565b6000610fa8610fa1612b10565b8484612b14565b5060015b92915050565b600f5481565b6006546001600160a01b031681565b60025490565b600b6020526000908152604090205460ff1681565b6000610fef848484612c00565b61105f84610ffb612b10565b61105a85604051806060016040528060288152602001613fd4602891396001600160a01b038a16600090815260016020526040812090611039612b10565b6001600160a01b0316815260208101919091526040016000205491906131a9565b612b14565b5060019392505050565b6001600160a01b031660009081526014602052604090205460ff1690565b61108f612b10565b6005546001600160a01b039081169116146110df576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6008546040805163014359d560e51b81526004810184905290516001600160a01b039092169163286b3aa09160248082019260009290919082900301818387803b15801561112c57600080fd5b505af1158015611140573d6000803e3d6000fd5b5050505050565b6011546001600160a01b031681565b6008546001600160a01b031681565b600854604080516342d359d760e11b815290516000926001600160a01b0316916385a6b3ae916004808301926020929190829003018186803b1580156111aa57600080fd5b505afa1580156111be573d6000803e3d6000fd5b505050506040513d60208110156111d457600080fd5b5051905090565b601290565b6111e8612b10565b6005546001600160a01b03908116911614611238576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6008546040805163031e79db60e41b81526001600160a01b038481166004830152915191909216916331e79db091602480830192600092919082900301818387803b15801561112c57600080fd5b6000610fa8611293612b10565b8461105a85600160006112a4612b10565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490612aaf565b600e5481565b6112e2612b10565b6005546001600160a01b03908116911614611332576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6008546040805163bc4c4b3760e01b81526001600160a01b038481166004830152600060248301819052925193169263bc4c4b3792604480840193602093929083900390910190829087803b15801561138a57600080fd5b505af115801561139e573d6000803e3d6000fd5b505050506040513d60208110156113b457600080fd5b505050565b60155481565b6010546001600160a01b031681565b6113d6612b10565b6005546001600160a01b03908116911614611426576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6001600160a01b03919091166000908152600b60205260409020805460ff1916911515919091179055565b6007546001600160a01b031681565b6008546040805163bc4c4b3760e01b815233600482015260006024820181905291516001600160a01b039093169263bc4c4b3792604480840193602093929083900390910190829087803b1580156114b757600080fd5b505af11580156114cb573d6000803e3d6000fd5b505050506040513d60208110156114e157600080fd5b5050565b6001600160a01b031660009081526013602052604090205460ff1690565b61150b612b10565b6005546001600160a01b0390811691161461155b576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b601080546001600160a01b0319166001600160a01b0392909216919091179055565b611585612b10565b6005546001600160a01b039081169116146115d5576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b600d819055600e54600c546115f591906115ef9084612aaf565b90612aaf565b600f81905560141161164e576040805162461bcd60e51b815260206004820152601b60248201527f546f74616c20466565732073686f756c64206265203c20323020210000000000604482015290519081900360640190fd5b50565b600854604080516304ddf6ef60e11b815290516000926001600160a01b0316916309bbedde916004808301926020929190829003018186803b1580156111aa57600080fd5b61169e612b10565b6005546001600160a01b039081169116146116ee576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6006546001600160a01b038281169116141561173b5760405162461bcd60e51b8152600401808060200182810382526030815260200180613f4a6030913960400191505060405180910390fd5b6006546040516001600160a01b03918216918316907f8fc842bbd331dfa973645f4ed48b11683d501ebf1352708d77a5da2ab49a576e90600090a3600680546001600160a01b0319166001600160a01b0383811691909117918290556040805163c45a015560e01b815290516000939092169163c45a015591600480820192602092909190829003018186803b1580156117d457600080fd5b505afa1580156117e8573d6000803e3d6000fd5b505050506040513d60208110156117fe57600080fd5b5051600654604080516315ab88c960e31b815290516001600160a01b039384169363c9c6539693309391169163ad5c464891600480820192602092909190829003018186803b15801561185057600080fd5b505afa158015611864573d6000803e3d6000fd5b505050506040513d602081101561187a57600080fd5b5051604080516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301525160448083019260209291908290030181600087803b1580156118cc57600080fd5b505af11580156118e0573d6000803e3d6000fd5b505050506040513d60208110156118f657600080fd5b5051600780546001600160a01b0319166001600160a01b039092169190911790555050565b600854604080516370a0823160e01b81526001600160a01b038481166004830152915160009392909216916370a0823191602480820192602092909190829003018186803b15801561196c57600080fd5b505afa158015611980573d6000803e3d6000fd5b505050506040513d602081101561199657600080fd5b505192915050565b600d5481565b600854604080516001624d3b8760e01b03198152600481018490529051600092839283926001600160a01b039092169163ffb2c4799160248082019260609290919082900301818787803b1580156119fb57600080fd5b505af1158015611a0f573d6000803e3d6000fd5b505050506040513d6060811015611a2557600080fd5b5080516020808301516040938401518451848152928301829052828501819052606083018990529351929650945091925033916000917fc864333d6121033635ab41b29ae52f10a22cf4438c3e4f1c4c68518feb2f8a989181900360800190a350505050565b6001600160a01b031660009081526020819052604090205490565b611aae612b10565b6005546001600160a01b03908116911614611afe576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6005546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600580546001600160a01b0319169055565b600c5481565b6009546001600160a01b031681565b611b65612b10565b6005546001600160a01b03908116911614611bb5576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b62030d408110158015611bcb57506207a1208111155b611c065760405162461bcd60e51b8152600401808060200182810382526041815260200180613e0f6041913960600191505060405180910390fd5b601254811415611c475760405162461bcd60e51b8152600401808060200182810382526039815260200180613f7a6039913960400191505060405180910390fd5b60125460405182907f40d7e40e79af4e8e5a9b3c57030d8ea93f13d669c06d448c4d631d4ae7d23db790600090a3601255565b611c82612b10565b6005546001600160a01b03908116911614611cd2576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6016805460ff1916911515919091179055565b611ced612b10565b6005546001600160a01b03908116911614611d3d576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6008546001600160a01b0382811691161415611d8a5760405162461bcd60e51b815260040180806020018281038252603a815260200180613e98603a913960400191505060405180910390fd5b6000819050306001600160a01b0316816001600160a01b0316638da5cb5b6040518163ffffffff1660e01b815260040160206040518083038186803b158015611dd257600080fd5b505afa158015611de6573d6000803e3d6000fd5b505050506040513d6020811015611dfc57600080fd5b50516001600160a01b031614611e435760405162461bcd60e51b815260040180806020018281038252604f81526020018061401c604f913960600191505060405180910390fd5b806001600160a01b03166331e79db0826040518263ffffffff1660e01b815260040180826001600160a01b03168152602001915050600060405180830381600087803b158015611e9257600080fd5b505af1158015611ea6573d6000803e3d6000fd5b50506040805163031e79db60e41b815230600482015290516001600160a01b03851693506331e79db09250602480830192600092919082900301818387803b158015611ef157600080fd5b505af1158015611f05573d6000803e3d6000fd5b50505050806001600160a01b03166331e79db0611f206120a2565b6040518263ffffffff1660e01b815260040180826001600160a01b03168152602001915050600060405180830381600087803b158015611f5f57600080fd5b505af1158015611f73573d6000803e3d6000fd5b50506009546040805163031e79db60e41b81526001600160a01b039283166004820152905191851693506331e79db0925060248082019260009290919082900301818387803b158015611fc557600080fd5b505af1158015611fd9573d6000803e3d6000fd5b50506006546040805163031e79db60e41b81526001600160a01b039283166004820152905191851693506331e79db0925060248082019260009290919082900301818387803b15801561202b57600080fd5b505af115801561203f573d6000803e3d6000fd5b50506008546040516001600160a01b03918216935090851691507f90c7d74461c613da5efa97d90740869367d74ab3aa5837aa4ae9a975f954b7a890600090a3600880546001600160a01b0319166001600160a01b039290921691909117905550565b6005546001600160a01b031690565b60048054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610f895780601f10610f5e57610100808354040283529160200191610f89565b61211a612b10565b6005546001600160a01b0390811691161461216a576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6007546001600160a01b03838116911614156121b75760405162461bcd60e51b8152600401808060200182810382526052815260200180613ed26052913960600191505060405180910390fd5b6114e18282613240565b60125481565b60085460408051631bc9e27b60e21b815290516000926001600160a01b031691636f2789ec916004808301926020929190829003018186803b1580156111aa57600080fd5b6000610fa8612219612b10565b8461105a856040518060600160405280602581526020016140b46025913960016000612243612b10565b6001600160a01b03908116825260208083019390935260409182016000908120918d168152925290205491906131a9565b600854604080516302a2e74960e61b81526001600160a01b0384811660048301529151600093929092169163a8b9d24091602480820192602092909190829003018186803b15801561196c57600080fd5b6000610fa86122d2612b10565b8484612c00565b6015546000901561230c57612305620f42406122ff6015546122f9610fc7565b9061336e565b906133c7565b9050610f91565b612320620f42406122ff60646122f9610fc7565b905090565b600080600080600080600080600860009054906101000a90046001600160a01b03166001600160a01b031663fbcbc0f18a6040518263ffffffff1660e01b815260040180826001600160a01b031681526020019150506101006040518083038186803b15801561239457600080fd5b505afa1580156123a8573d6000803e3d6000fd5b505050506040513d6101008110156123bf57600080fd5b508051602082015160408301516060840151608085015160a086015160c087015160e090970151959e50939c50919a509850965094509092509050919395975091939597565b61240d612b10565b6005546001600160a01b0390811691161461245d576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b600a55565b60176020526000908152604090205460ff1681565b61247f612b10565b6005546001600160a01b039081169116146124cf576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6001600160a01b03821660009081526013602052604090205460ff161515811515141561252d5760405162461bcd60e51b8152600401808060200182810382526037815260200180613dd86037913960400191505060405180910390fd5b6001600160a01b038216600081815260136020908152604091829020805460ff1916851515908117909155825190815291517f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df79281900390910190a25050565b612595612b10565b6005546001600160a01b039081169116146125e5576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b60005b8281101561263a57816013600086868581811061260157fe5b602090810292909201356001600160a01b0316835250810191909152604001600020805460ff19169115159190911790556001016125e8565b507f7fdaf542373fa84f4ee8d662c642f44e4c2276a217d7d29e548b6eb29a233b35838383604051808060200183151581526020018281038252858582818152602001925060200280828437600083820152604051601f909101601f1916909201829003965090945050505050a1505050565b7f000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec781565b6126d9612b10565b6005546001600160a01b03908116911614612729576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6001600160a01b03919091166000908152601460205260409020805460ff1916911515919091179055565b61275c612b10565b6005546001600160a01b039081169116146127ac576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b600c819055600e54600d546115f591906115ef908490612aaf565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b600a5481565b6008546040805163039e107b60e61b815290516000926001600160a01b03169163e7841ec0916004808301926020929190829003018186803b1580156111aa57600080fd5b612845612b10565b6005546001600160a01b03908116911614612895576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6008546040805163e98030c760e01b81526004810184905290516001600160a01b039092169163e98030c79160248082019260009290919082900301818387803b15801561112c57600080fd5b600080600080600080600080600860009054906101000a90046001600160a01b03166001600160a01b0316635183d6fd8a6040518263ffffffff1660e01b8152600401808281526020019150506101006040518083038186803b15801561239457600080fd5b612950612b10565b6005546001600160a01b039081169116146129a0576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b6001600160a01b0381166129e55760405162461bcd60e51b8152600401808060200182810382526026815260200180613e506026913960400191505060405180910390fd5b6005546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600580546001600160a01b0319166001600160a01b0392909216919091179055565b612a49612b10565b6005546001600160a01b03908116911614612a99576040805162461bcd60e51b81526020600482018190526024820152600080516020613ffc833981519152604482015290519081900360640190fd5b600e819055600d54600c546115f59183916115ef915b600082820183811015612b09576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b3390565b6001600160a01b038316612b595760405162461bcd60e51b81526004018080602001828103825260248152602001806140906024913960400191505060405180910390fd5b6001600160a01b038216612b9e5760405162461bcd60e51b8152600401808060200182810382526022815260200180613e766022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b60165483908390839060ff168015612c1f57506000612c1d6122d9565b115b8015612c4457506001600160a01b03831660009081526017602052604090205460ff16155b15612cd6576001600160a01b03831660009081526014602052604090205460ff16158015612c8b57506001600160a01b03821660009081526014602052604090205460ff16155b15612cd657612c986122d9565b811115612cd65760405162461bcd60e51b8152600401808060200182810382526038815260200180613da06038913960400191505060405180910390fd5b6001600160a01b038616612d1b5760405162461bcd60e51b815260040180806020018281038252602581526020018061406b6025913960400191505060405180910390fd5b6001600160a01b038516612d605760405162461bcd60e51b8152600401808060200182810382526023815260200180613d7d6023913960400191505060405180910390fd5b6001600160a01b0386166000908152600b602052604090205460ff16158015612da257506001600160a01b0385166000908152600b602052604090205460ff16155b612de9576040805162461bcd60e51b8152602060048201526013602482015272426c61636b6c6973746564206164647265737360681b604482015290519081900360640190fd5b83612dff57612dfa86866000613409565b6131a1565b6000612e0a30611a8b565b600a5490915081108015908190612e2b5750600754600160a01b900460ff16155b8015612e5057506001600160a01b03881660009081526017602052604090205460ff16155b8015612e755750612e5f6120a2565b6001600160a01b0316886001600160a01b031614155b8015612e9a5750612e846120a2565b6001600160a01b0316876001600160a01b031614155b15612f24576007805460ff60a01b1916600160a01b179055600f54600d54600091612eca916122ff90869061336e565b90506000612ee9600f546122ff600e548761336e90919063ffffffff16565b9050612ef482613564565b612efd81613753565b6000612f0830611a8b565b9050612f13816138e6565b50506007805460ff60a01b19169055505b6007546001600160a01b03891660009081526013602052604090205460ff600160a01b909204821615911680612f7257506001600160a01b03881660009081526013602052604090205460ff165b15612f7b575060005b8015612fb8576000612f9d60646122ff600f548b61336e90919063ffffffff16565b9050612fa98882613adf565b9750612fb68a3083613409565b505b612fc3898989613409565b6008546001600160a01b031663e30443bc8a612fde81611a8b565b6040518363ffffffff1660e01b815260040180836001600160a01b0316815260200182815260200192505050600060405180830381600087803b15801561302457600080fd5b505af1925050508015613035575060015b506008546001600160a01b031663e30443bc8961305181611a8b565b6040518363ffffffff1660e01b815260040180836001600160a01b0316815260200182815260200192505050600060405180830381600087803b15801561309757600080fd5b505af19250505080156130a8575060015b50600754600160a01b900460ff1661319d57601254600854604080516001624d3b8760e01b031981526004810184905290516001600160a01b039092169163ffb2c479916024808201926060929091908290030181600087803b15801561310e57600080fd5b505af192505050801561314257506040513d606081101561312e57600080fd5b508051602082015160409092015190919060015b61314b5761319b565b604080518481526020810184905280820183905260608101869052905133916001917fc864333d6121033635ab41b29ae52f10a22cf4438c3e4f1c4c68518feb2f8a989181900360800190a35050505b505b5050505b505050505050565b600081848411156132385760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156131fd5781810151838201526020016131e5565b50505050905090810190601f16801561322a5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6001600160a01b03821660009081526017602052604090205460ff161515811515141561329e5760405162461bcd60e51b81526004018080602001828103825260458152602001806140d96045913960600191505060405180910390fd5b6001600160a01b0382166000908152601760205260409020805460ff19168215801591909117909155613332576008546040805163031e79db60e41b81526001600160a01b038581166004830152915191909216916331e79db091602480830192600092919082900301818387803b15801561331957600080fd5b505af115801561332d573d6000803e3d6000fd5b505050505b604051811515906001600160a01b038416907fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab90600090a35050565b60008261337d57506000610fac565b8282028284828161338a57fe5b0414612b095760405162461bcd60e51b8152600401808060200182810382526021815260200180613fb36021913960400191505060405180910390fd5b6000612b0983836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250613b21565b6001600160a01b03831661344e5760405162461bcd60e51b815260040180806020018281038252602581526020018061406b6025913960400191505060405180910390fd5b6001600160a01b0382166134935760405162461bcd60e51b8152600401808060200182810382526023815260200180613d7d6023913960400191505060405180910390fd5b61349e8383836113b4565b6134db81604051806060016040528060268152602001613f24602691396001600160a01b03861660009081526020819052604090205491906131a9565b6001600160a01b03808516600090815260208190526040808220939093559084168152205461350a9082612aaf565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b60007f000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec76001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b1580156135d357600080fd5b505afa1580156135e7573d6000803e3d6000fd5b505050506040513d60208110156135fd57600080fd5b5051905061360a82613b86565b60006136af827f000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec76001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561367d57600080fd5b505afa158015613691573d6000803e3d6000fd5b505050506040513d60208110156136a757600080fd5b505190613adf565b6010546040805163a9059cbb60e01b81526001600160a01b0392831660048201526024810184905290519293507f000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec79091169163a9059cbb916044808201926020929091908290030181600087803b15801561372957600080fd5b505af115801561373d573d6000803e3d6000fd5b505050506040513d602081101561114057600080fd5b60007f000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec76001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b1580156137c257600080fd5b505afa1580156137d6573d6000803e3d6000fd5b505050506040513d60208110156137ec57600080fd5b505190506137f982613b86565b600061386c827f000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec76001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561367d57600080fd5b6011546040805163a9059cbb60e01b81526001600160a01b0392831660048201526024810184905290519293507f000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec79091169163a9059cbb916044808201926020929091908290030181600087803b15801561372957600080fd5b6138ef81613b86565b60007f000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec76001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561395e57600080fd5b505afa158015613972573d6000803e3d6000fd5b505050506040513d602081101561398857600080fd5b50516008546040805163a9059cbb60e01b81526001600160a01b0392831660048201526024810184905290519293506000927f000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec79092169163a9059cbb9160448082019260209290919082900301818787803b158015613a0657600080fd5b505af1158015613a1a573d6000803e3d6000fd5b505050506040513d6020811015613a3057600080fd5b5051905080156113b4576008546040805163edd6bf8760e01b81526004810185905290516001600160a01b039092169163edd6bf879160248082019260009290919082900301818387803b158015613a8757600080fd5b505af1158015613a9b573d6000803e3d6000fd5b5050604080518681526020810186905281517f80195cc573b02cc48460cbca6e6e4cc85ddb91959d946e1c3025ea3d87942dc39450908190039091019150a1505050565b6000612b0983836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506131a9565b60008183613b705760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156131fd5781810151838201526020016131e5565b506000838581613b7c57fe5b0495945050505050565b604080516003808252608082019092526060916020820183803683370190505090503081600081518110613bb657fe5b6001600160a01b03928316602091820292909201810191909152600654604080516315ab88c960e31b81529051919093169263ad5c4648926004808301939192829003018186803b158015613c0a57600080fd5b505afa158015613c1e573d6000803e3d6000fd5b505050506040513d6020811015613c3457600080fd5b5051815182906001908110613c4557fe5b60200260200101906001600160a01b031690816001600160a01b0316815250507f000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec781600281518110613c9357fe5b6001600160a01b039283166020918202929092010152600654613cb99130911684612b14565b600654604051635c11d79560e01b8152600481018481526000602483018190523060648401819052426084850181905260a060448601908152875160a487015287516001600160a01b0390971696635c11d795968a968a9594939092909160c40190602080880191028083838b5b83811015613d3f578181015183820152602001613d27565b505050509050019650505050505050600060405180830381600087803b158015613d6857600080fd5b505af11580156131a1573d6000803e3d6000fdfe45524332303a207472616e7366657220746f20746865207a65726f2061646472657373416e74695768616c653a205472616e7366657220616d6f756e74206578636565647320746865206d61785472616e73666572416d6f756e74485348494220546f6b656e3a204163636f756e7420697320616c7265616479207468652076616c7565206f6620276578636c7564656427485348494220546f6b656e3a20676173466f7250726f63657373696e67206d757374206265206265747765656e203230302c30303020616e64203530302c3030304f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f2061646472657373485348494220546f6b656e3a20546865206469766964656e6420747261636b657220616c72656164792068617320746861742061646472657373485348494220546f6b656e3a205468652050616e63616b655377617020706169722063616e6e6f742062652072656d6f7665642066726f6d206175746f6d617465644d61726b65744d616b6572506169727345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365485348494220546f6b656e3a2054686520726f7574657220616c72656164792068617320746861742061646472657373485348494220546f6b656e3a2043616e6e6f742075706461746520676173466f7250726f63657373696e6720746f2073616d652076616c7565536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572485348494220546f6b656e3a20546865206e6577206469766964656e6420747261636b6572206d757374206265206f776e65642062792074686520485348494220546f6b656e20636f6e747261637445524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726f485348494220546f6b656e3a204175746f6d61746564206d61726b6574206d616b6572207061697220697320616c72656164792073657420746f20746861742076616c7565a26469706673582212206370a0d84976a611637ecadbdd528fe731844fee427047bc1b0b1e68260f80cc64736f6c634300060c0033

Libraries Used

IterableMapping : 0xb0b0f906fea0036031ec69e28cb6b7390878ac48Unverified

Deployed Bytecode Sourcemap

44908:16605:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;59655:153;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;59655:153:0;;:::i;:::-;;25951:100;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28118:169;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;28118:169:0;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;45586:75;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;44988:41;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;44988:41:0;;;;;;;;;;;;;;27071:108;;;;;;;;;;;;;:::i;45407:46::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;45407:46:0;-1:-1:-1;;;;;45407:46:0;;:::i;28769:355::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;28769:355:0;;;;;;;;;;;;;;;;;:::i;49941:135::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;49941:135:0;-1:-1:-1;;;;;49941:135:0;;:::i;56609:125::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;56609:125:0;;:::i;45760:81::-;;;;;;;;;;;;;:::i;45104:43::-;;;;;;;;;;;;;:::i;54624:141::-;;;;;;;;;;;;;:::i;26913:93::-;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;55193:123;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;55193:123:0;-1:-1:-1;;;;;55193:123:0;;:::i;29533:218::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;29533:218:0;;;;;;;;:::i;45550:29::-;;;;;;;;;;;;;:::i;56341:126::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;56341:126:0;-1:-1:-1;;;;;56341:126:0;;:::i;46153:43::-;;;;;;;;;;;;;:::i;45670:83::-;;;;;;;;;;;;;:::i;53393:123::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;53393:123:0;;;;;;;;;;:::i;45036:29::-;;;;;;;;;;;;;:::i;56245:88::-;;;;;;;;;;;;;:::i;54773:125::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;54773:125:0;-1:-1:-1;;;;;54773:125:0;;:::i;52256:121::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;52256:121:0;-1:-1:-1;;;;;52256:121:0;;:::i;52869:233::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;52869:233:0;;:::i;56742:141::-;;;;;;;;;;;;;:::i;51001:505::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;51001:505:0;-1:-1:-1;;;;;51001:505:0;;:::i;55058:130::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;55058:130:0;-1:-1:-1;;;;;55058:130:0;;:::i;45512:31::-;;;;;;;;;;;;;:::i;55977:260::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;55977:260:0;;:::i;27242:127::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;27242:127:0;-1:-1:-1;;;;;27242:127:0;;:::i;10235:148::-;;;;;;;;;;;;;:::i;45472:33::-;;;;;;;;;;;;;:::i;45156:70::-;;;;;;;;;;;;;:::i;53944:418::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;53944:418:0;;:::i;59131:97::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;59131:97:0;;;;:::i;50084:909::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;50084:909:0;-1:-1:-1;;;;;50084:909:0;;:::i;9593:79::-;;;;;;;;;;;;;:::i;26170:104::-;;;;;;;;;;;;;:::i;53112:269::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;53112:269:0;;;;;;;;;;:::i;45922:40::-;;;;;;;;;;;;;:::i;54508:108::-;;;;;;;;;;;;;:::i;30254:269::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;30254:269:0;;;;;;;;:::i;54906:147::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;54906:147:0;-1:-1:-1;;;;;54906:147:0;;:::i;27582:175::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;27582:175:0;;;;;;;;:::i;59300:347::-;;;;;;;;;;;;;:::i;55324:318::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;55324:318:0;-1:-1:-1;;;;;55324:318:0;;:::i;:::-;;;;-1:-1:-1;;;;;55324:318:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;52137:111;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;52137:111:0;;:::i;46405:58::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;46405:58:0;-1:-1:-1;;;;;46405:58:0;;:::i;51514:303::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;51514:303:0;;;;;;;;;;:::i;51825:304::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;51825:304:0;-1:-1:-1;51825:304:0;;;;:::i;45240:83::-;;;;;;;;;;;;;:::i;49787:146::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;49787:146:0;;;;;;;;;;:::i;52387:237::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;52387:237:0;;:::i;27820:151::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;27820:151:0;;;;;;;;;;:::i;45340:54::-;;;;;;;;;;;;;:::i;56475:126::-;;;;;;;;;;;;;:::i;54370:124::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;54370:124:0;;:::i;55647:325::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;55647:325:0;;:::i;10538:244::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;10538:244:0;-1:-1:-1;;;;;10538:244:0;;:::i;52632:229::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;52632:229:0;;:::i;59655:153::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;59747:3:::1;59739:4;:11;;59731:31;;;::::0;;-1:-1:-1;;;59731:31:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;-1:-1:-1;;;59731:31:0;;;;;;;;;;;;;::::1;;59773:21;:27:::0;59655:153::o;25951:100::-;26038:5;26031:12;;;;;;;;-1:-1:-1;;26031:12:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26005:13;;26031:12;;26038:5;;26031:12;;26038:5;26031:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25951:100;;:::o;28118:169::-;28201:4;28218:39;28227:12;:10;:12::i;:::-;28241:7;28250:6;28218:8;:39::i;:::-;-1:-1:-1;28275:4:0;28118:169;;;;;:::o;45586:75::-;;;;:::o;44988:41::-;;;-1:-1:-1;;;;;44988:41:0;;:::o;27071:108::-;27159:12;;27071:108;:::o;45407:46::-;;;;;;;;;;;;;;;:::o;28769:355::-;28909:4;28926:36;28936:6;28944:9;28955:6;28926:9;:36::i;:::-;28973:121;28982:6;28990:12;:10;:12::i;:::-;29004:89;29042:6;29004:89;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;29004:19:0;;;;;;:11;:19;;;;;;29024:12;:10;:12::i;:::-;-1:-1:-1;;;;;29004:33:0;;;;;;;;;;;;-1:-1:-1;29004:33:0;;;:89;:37;:89::i;:::-;28973:8;:121::i;:::-;-1:-1:-1;29112:4:0;28769:355;;;;;:::o;49941:135::-;-1:-1:-1;;;;;50035:33:0;50011:4;50035:33;;;:24;:33;;;;;;;;;49941:135::o;56609:125::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;56682:15:::1;::::0;:44:::1;::::0;;-1:-1:-1;;;56682:44:0;;::::1;::::0;::::1;::::0;;;;;-1:-1:-1;;;;;56682:15:0;;::::1;::::0;:37:::1;::::0;:44;;;;;:15:::1;::::0;:44;;;;;;;;:15;;:44;::::1;;::::0;::::1;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;56609:125:::0;:::o;45760:81::-;;;-1:-1:-1;;;;;45760:81:0;;:::o;45104:43::-;;;-1:-1:-1;;;;;45104:43:0;;:::o;54624:141::-;54714:15;;:43;;;-1:-1:-1;;;54714:43:0;;;;54687:7;;-1:-1:-1;;;;;54714:15:0;;:41;;:43;;;;;;;;;;;;;;:15;:43;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;54714:43:0;;-1:-1:-1;54624:141:0;:::o;26913:93::-;26996:2;26913:93;:::o;55193:123::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;55266:15:::1;::::0;:45:::1;::::0;;-1:-1:-1;;;55266:45:0;;-1:-1:-1;;;;;55266:45:0;;::::1;;::::0;::::1;::::0;;;:15;;;::::1;::::0;:36:::1;::::0;:45;;;;;:15:::1;::::0;:45;;;;;;;:15;;:45;::::1;;::::0;::::1;;;;::::0;::::1;29533:218:::0;29621:4;29638:83;29647:12;:10;:12::i;:::-;29661:7;29670:50;29709:10;29670:11;:25;29682:12;:10;:12::i;:::-;-1:-1:-1;;;;;29670:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;29670:25:0;;;:34;;;;;;;;;;;:38;:50::i;45550:29::-;;;;:::o;56341:126::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;56404:15:::1;::::0;:55:::1;::::0;;-1:-1:-1;;;56404:55:0;;-1:-1:-1;;;;;56404:55:0;;::::1;;::::0;::::1;::::0;:15:::1;:55:::0;;;;;;;;:15;::::1;::::0;:30:::1;::::0;:55;;;;;::::1;::::0;;;;;;;;;;;;:15;:55;::::1;;::::0;::::1;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;-1:-1:-1::0;;;56341:126:0:o;46153:43::-;;;;:::o;45670:83::-;;;-1:-1:-1;;;;;45670:83:0;;:::o;53393:123::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;53477:23:0;;;::::1;;::::0;;;:14:::1;:23;::::0;;;;:31;;-1:-1:-1;;53477:31:0::1;::::0;::::1;;::::0;;;::::1;::::0;;53393:123::o;45036:29::-;;;-1:-1:-1;;;;;45036:29:0;;:::o;56245:88::-;56276:15;;:49;;;-1:-1:-1;;;56276:49:0;;56307:10;56276:49;;;;:15;:49;;;;;;;;-1:-1:-1;;;;;56276:15:0;;;;:30;;:49;;;;;;;;;;;;;;;;;;:15;:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;56245:88:0:o;54773:125::-;-1:-1:-1;;;;;54862:28:0;54838:4;54862:28;;;:19;:28;;;;;;;;;54773:125::o;52256:121::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;52337:23:::1;:32:::0;;-1:-1:-1;;;;;;52337:32:0::1;-1:-1:-1::0;;;;;52337:32:0;;;::::1;::::0;;;::::1;::::0;;52256:121::o;52869:233::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;52938:12:::1;:20:::0;;;53018:10:::1;::::0;52981:14:::1;::::0;:48:::1;::::0;53018:10;52981:32:::1;::::0;52953:5;52981:18:::1;:32::i;:::-;:36:::0;::::1;:48::i;:::-;52969:9;:60:::0;;;53060:2:::1;-1:-1:-1::0;53040:54:0::1;;;::::0;;-1:-1:-1;;;53040:54:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;52869:233:::0;:::o;56742:141::-;56834:15;;:41;;;-1:-1:-1;;;56834:41:0;;;;56807:7;;-1:-1:-1;;;;;56834:15:0;;:39;;:41;;;;;;;;;;;;;;:15;:41;;;;;;;;;;51001:505;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;51110:15:::1;::::0;-1:-1:-1;;;;;51088:38:0;;::::1;51110:15:::0;::::1;51088:38;;51080:99;;;;-1:-1:-1::0;;;51080:99:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;51237:15;::::0;51195:59:::1;::::0;-1:-1:-1;;;;;51237:15:0;;::::1;::::0;51195:59;::::1;::::0;::::1;::::0;51237:15:::1;::::0;51195:59:::1;51265:15;:48:::0;;-1:-1:-1;;;;;;51265:48:0::1;-1:-1:-1::0;;;;;51265:48:0;;::::1;::::0;;;::::1;::::0;;;;51367:25:::1;::::0;;-1:-1:-1;;;51367:25:0;;;;-1:-1:-1;;51367:15:0;;::::1;::::0;:23:::1;::::0;:25:::1;::::0;;::::1;::::0;::::1;::::0;;;;;;;;;:15;:25;::::1;;::::0;::::1;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;-1:-1:-1::0;51367:25:0;51434:15:::1;::::0;:22:::1;::::0;;-1:-1:-1;;;51434:22:0;;;;-1:-1:-1;;;;;51349:69:0;;::::1;::::0;::::1;::::0;51427:4:::1;::::0;51434:15;::::1;::::0;:20:::1;::::0;:22:::1;::::0;;::::1;::::0;51367:25:::1;::::0;51434:22;;;;;;;;:15;:22;::::1;;::::0;::::1;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;-1:-1:-1::0;51434:22:0;51349:108:::1;::::0;;-1:-1:-1;;;;;;51349:108:0::1;::::0;;;;;;-1:-1:-1;;;;;51349:108:0;;::::1;;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;51434:22:::1;::::0;51349:108;;;;;;;-1:-1:-1;51349:108:0;;::::1;;::::0;::::1;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;-1:-1:-1::0;51349:108:0;51468:13:::1;:30:::0;;-1:-1:-1;;;;;;51468:30:0::1;-1:-1:-1::0;;;;;51468:30:0;;::::1;::::0;;;::::1;::::0;;-1:-1:-1;;51001:505:0:o;55058:130::-;55149:15;;:34;;;-1:-1:-1;;;55149:34:0;;-1:-1:-1;;;;;55149:34:0;;;;;;;;;55128:7;;55149:15;;;;;:25;;:34;;;;;;;;;;;;;;;:15;:34;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;55149:34:0;;55058:130;-1:-1:-1;;55058:130:0:o;45512:31::-;;;;:::o;55977:260::-;56103:15;;:28;;;-1:-1:-1;;;;;;56103:28:0;;;;;;;;;;56037:18;;;;;;-1:-1:-1;;;;;56103:15:0;;;;:23;;:28;;;;;;;;;;;;;;;56037:18;56103:15;:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;56103:28:0;;;;;;;;;;;;56141:88;;;;;;;;;;;;;;;;;56103:28;56141:88;;;;;;;56103:28;;-1:-1:-1;56103:28:0;-1:-1:-1;56103:28:0;;-1:-1:-1;56218:10:0;;56206:5;;56141:88;;;;;;;;;55977:260;;;;:::o;27242:127::-;-1:-1:-1;;;;;27343:18:0;27316:7;27343:18;;;;;;;;;;;;27242:127::o;10235:148::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;10326:6:::1;::::0;10305:40:::1;::::0;10342:1:::1;::::0;-1:-1:-1;;;;;10326:6:0::1;::::0;10305:40:::1;::::0;10342:1;;10305:40:::1;10356:6;:19:::0;;-1:-1:-1;;;;;;10356:19:0::1;::::0;;10235:148::o;45472:33::-;;;;:::o;45156:70::-;;;-1:-1:-1;;;;;45156:70:0;;:::o;53944:418::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;54042:6:::1;54030:8;:18;;:40;;;;;54064:6;54052:8;:18;;54030:40;54022:118;;;;-1:-1:-1::0;;;54022:118:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;54171:16;;54159:8;:28;;54151:98;;;;-1:-1:-1::0;;;54151:98:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;54299:16;::::0;54265:51:::1;::::0;54289:8;;54265:51:::1;::::0;;;::::1;54327:16;:27:::0;53944:418::o;59131:97::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;59198:15:::1;:22:::0;;-1:-1:-1;;59198:22:0::1;::::0;::::1;;::::0;;;::::1;::::0;;59131:97::o;50084:909::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;50193:15:::1;::::0;-1:-1:-1;;;;;50171:38:0;;::::1;50193:15:::0;::::1;50171:38;;50163:109;;;;-1:-1:-1::0;;;50163:109:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;50285:39;50356:10;50285:83;;50427:4;-1:-1:-1::0;;;;;50389:43:0::1;:18;-1:-1:-1::0;;;;;50389:24:0::1;;:26;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;-1:-1:-1::0;50389:26:0;-1:-1:-1;;;;;50389:43:0::1;;50381:135;;;;-1:-1:-1::0;;;50381:135:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;50529:18;-1:-1:-1::0;;;;;50529:39:0::1;;50577:18;50529:68;;;;;;;;;;;;;-1:-1:-1::0;;;;;50529:68:0::1;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;-1:-1:-1::0;;50608:54:0::1;::::0;;-1:-1:-1;;;50608:54:0;;50656:4:::1;50608:54;::::0;::::1;::::0;;;-1:-1:-1;;;;;50608:39:0;::::1;::::0;-1:-1:-1;50608:39:0::1;::::0;-1:-1:-1;50608:54:0;;;;;-1:-1:-1;;50608:54:0;;;;;;;-1:-1:-1;50608:39:0;:54;::::1;;::::0;::::1;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;50673:18;-1:-1:-1::0;;;;;50673:39:0::1;;50713:7;:5;:7::i;:::-;50673:48;;;;;;;;;;;;;-1:-1:-1::0;;;;;50673:48:0::1;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;-1:-1:-1::0;;50772:10:0::1;::::0;50732:51:::1;::::0;;-1:-1:-1;;;50732:51:0;;-1:-1:-1;;;;;50772:10:0;;::::1;50732:51;::::0;::::1;::::0;;;:39;;::::1;::::0;-1:-1:-1;50732:39:0::1;::::0;-1:-1:-1;50732:51:0;;;;;50772:10:::1;::::0;50732:51;;;;;;;;50772:10;50732:39;:51;::::1;;::::0;::::1;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;-1:-1:-1::0;;50842:15:0::1;::::0;50794:65:::1;::::0;;-1:-1:-1;;;50794:65:0;;-1:-1:-1;;;;;50842:15:0;;::::1;50794:65;::::0;::::1;::::0;;;:39;;::::1;::::0;-1:-1:-1;50794:39:0::1;::::0;-1:-1:-1;50794:65:0;;;;;50842:15:::1;::::0;50794:65;;;;;;;;50842:15;50794:39;:65;::::1;;::::0;::::1;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;-1:-1:-1::0;;50919:15:0::1;::::0;50877:59:::1;::::0;-1:-1:-1;;;;;50919:15:0;;::::1;::::0;-1:-1:-1;50877:59:0;;::::1;::::0;-1:-1:-1;50877:59:0::1;::::0;50919:15:::1;::::0;50877:59:::1;50949:15;:36:::0;;-1:-1:-1;;;;;;50949:36:0::1;-1:-1:-1::0;;;;;50949:36:0;;;::::1;::::0;;;::::1;::::0;;-1:-1:-1;50084:909:0:o;9593:79::-;9658:6;;-1:-1:-1;;;;;9658:6:0;9593:79;:::o;26170:104::-;26259:7;26252:14;;;;;;;;-1:-1:-1;;26252:14:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26226:13;;26252:14;;26259:7;;26252:14;;26259:7;26252:14;;;;;;;;;;;;;;;;;;;;;;;;53112:269;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;53219:13:::1;::::0;-1:-1:-1;;;;;53211:21:0;;::::1;53219:13:::0;::::1;53211:21;;53203:116;;;;-1:-1:-1::0;;;53203:116:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;53332:41;53361:4;53367:5;53332:28;:41::i;45922:40::-:0;;;;:::o;54508:108::-;54581:15;;:27;;;-1:-1:-1;;;54581:27:0;;;;54554:7;;-1:-1:-1;;;;;54581:15:0;;:25;;:27;;;;;;;;;;;;;;:15;:27;;;;;;;;;;30254:269;30347:4;30364:129;30373:12;:10;:12::i;:::-;30387:7;30396:96;30435:15;30396:96;;;;;;;;;;;;;;;;;:11;:25;30408:12;:10;:12::i;:::-;-1:-1:-1;;;;;30396:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;30396:25:0;;;:34;;;;;;;;;;;:96;:38;:96::i;54906:147::-;54999:15;;:47;;;-1:-1:-1;;;54999:47:0;;-1:-1:-1;;;;;54999:47:0;;;;;;;;;54975:7;;54999:15;;;;;:38;;:47;;;;;;;;;;;;;;;:15;:47;;;;;;;;;;27582:175;27668:4;27685:42;27695:12;:10;:12::i;:::-;27709:9;27720:6;27685:9;:42::i;59300:347::-;59426:21;;59350:7;;59426:25;59423:116;;59474:53;59519:7;59474:40;59492:21;;59474:13;:11;:13::i;:::-;:17;;:40::i;:::-;:44;;:53::i;:::-;59467:60;;;;59423:116;59604:35;59631:7;59604:22;59622:3;59604:13;:11;:13::i;:35::-;59597:42;;59300:347;:::o;55324:318::-;55420:7;55442:6;55463;55484:7;55506;55528;55550;55572;55599:15;;;;;;;;;-1:-1:-1;;;;;55599:15:0;-1:-1:-1;;;;;55599:26:0;;55626:7;55599:35;;;;;;;;;;;;;-1:-1:-1;;;;;55599:35:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;55599:35:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;55599:35:0;;-1:-1:-1;55599:35:0;;-1:-1:-1;55599:35:0;-1:-1:-1;55599:35:0;-1:-1:-1;55599:35:0;-1:-1:-1;55599:35:0;;-1:-1:-1;55599:35:0;-1:-1:-1;55324:318:0;;;;;;;;;:::o;52137:111::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;52213:18:::1;:27:::0;52137:111::o;46405:58::-;;;;;;;;;;;;;;;:::o;51514:303::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;51607:28:0;::::1;;::::0;;;:19:::1;:28;::::0;;;;;::::1;;:40;;::::0;::::1;;;;51599:108;;;;-1:-1:-1::0;;;51599:108:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;51718:28:0;::::1;;::::0;;;:19:::1;:28;::::0;;;;;;;;:39;;-1:-1:-1;;51718:39:0::1;::::0;::::1;;::::0;;::::1;::::0;;;51775:34;;;;;;;::::1;::::0;;;;;;;;::::1;51514:303:::0;;:::o;51825:304::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;51942:9:::1;51938:115;51957:19:::0;;::::1;51938:115;;;52033:8;51998:19;:32;52018:8;;52027:1;52018:11;;;;;;;;::::0;;::::1;::::0;;;::::1;;-1:-1:-1::0;;;;;52018:11:0::1;51998:32:::0;;-1:-1:-1;51998:32:0;::::1;::::0;;;;;;-1:-1:-1;51998:32:0;:43;;-1:-1:-1;;51998:43:0::1;::::0;::::1;;::::0;;;::::1;::::0;;-1:-1:-1;51978:3:0::1;51938:115;;;;52070:51;52102:8;;52112;52070:51;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;;::::1;::::0;::::1;::::0;::::1;::::0;;::::1;-1:-1:-1::0;;52070:51:0::1;::::0;;::::1;::::0;;::::1;::::0;-1:-1:-1;52070:51:0;;-1:-1:-1;;;;;52070:51:0::1;51825:304:::0;;;:::o;45240:83::-;;;:::o;49787:146::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;49882:33:0;;;::::1;;::::0;;;:24:::1;:33;::::0;;;;:43;;-1:-1:-1;;49882:43:0::1;::::0;::::1;;::::0;;;::::1;::::0;;49787:146::o;52387:237::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;52458:14:::1;:22:::0;;;52540:10:::1;::::0;52522:12:::1;::::0;52503:48:::1;::::0;52540:10;52503:32:::1;::::0;52475:5;;52503:18:::1;:32::i;27820:151::-:0;-1:-1:-1;;;;;27936:18:0;;;27909:7;27936:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;27820:151::o;45340:54::-;;;;:::o;56475:126::-;56554:15;;:39;;;-1:-1:-1;;;56554:39:0;;;;56530:7;;-1:-1:-1;;;;;56554:15:0;;:37;;:39;;;;;;;;;;;;;;:15;:39;;;;;;;;;;54370:124;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;54444:15:::1;::::0;:42:::1;::::0;;-1:-1:-1;;;54444:42:0;;::::1;::::0;::::1;::::0;;;;;-1:-1:-1;;;;;54444:15:0;;::::1;::::0;:31:::1;::::0;:42;;;;;:15:::1;::::0;:42;;;;;;;;:15;;:42;::::1;;::::0;::::1;;;;::::0;::::1;55647:325:::0;55748:7;55770:6;55791;55812:7;55834;55856;55878;55900;55924:15;;;;;;;;;-1:-1:-1;;;;;55924:15:0;-1:-1:-1;;;;;55924:33:0;;55958:5;55924:40;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10538:244;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;10627:22:0;::::1;10619:73;;;;-1:-1:-1::0;;;10619:73:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10729:6;::::0;10708:38:::1;::::0;-1:-1:-1;;;;;10708:38:0;;::::1;::::0;10729:6:::1;::::0;10708:38:::1;::::0;10729:6:::1;::::0;10708:38:::1;10757:6;:17:::0;;-1:-1:-1;;;;;;10757:17:0::1;-1:-1:-1::0;;;;;10757:17:0;;;::::1;::::0;;;::::1;::::0;;10538:244::o;52632:229::-;9815:12;:10;:12::i;:::-;9805:6;;-1:-1:-1;;;;;9805:6:0;;;:22;;;9797:67;;;;;-1:-1:-1;;;9797:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;9797:67:0;;;;;;;;;;;;;;;52699:10:::1;:18:::0;;;52759:12:::1;::::0;52740:14:::1;::::0;:48:::1;::::0;52712:5;;52740:32:::1;::::0;4601:181;4659:7;4691:5;;;4715:6;;;;4707:46;;;;;-1:-1:-1;;;4707:46:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;4773:1;4601:181;-1:-1:-1;;;4601:181:0:o;602:98::-;682:10;602:98;:::o;33440:380::-;-1:-1:-1;;;;;33576:19:0;;33568:68;;;;-1:-1:-1;;;33568:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;33655:21:0;;33647:68;;;;-1:-1:-1;;;33647:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;33728:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;33780:32;;;;;;;;;;;;;;;;;33440:380;;;:::o;56891:2234::-;49331:15;;57014:4;;57019:2;;57022:6;;49331:15;;:42;;;;;49372:1;49350:19;:17;:19::i;:::-;:23;49331:42;:80;;;;-1:-1:-1;;;;;;49378:33:0;;;;;;:25;:33;;;;;;;;49377:34;49331:80;49327:389;;;-1:-1:-1;;;;;49450:32:0;;;;;;:24;:32;;;;;;;;:41;;;:106;;-1:-1:-1;;;;;;49512:35:0;;;;;;:24;:35;;;;;;;;:44;49450:106;49428:277;;;49609:19;:17;:19::i;:::-;49599:6;:29;;49591:98;;;;-1:-1:-1;;;49591:98:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;57050:18:0;::::1;57042:68;;;;-1:-1:-1::0;;;57042:68:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;57129:16:0;::::1;57121:64;;;;-1:-1:-1::0;;;57121:64:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;57205:20:0;::::1;;::::0;;;:14:::1;:20;::::0;;;;;::::1;;57204:21;:44:::0;::::1;;;-1:-1:-1::0;;;;;;57230:18:0;::::1;;::::0;;;:14:::1;:18;::::0;;;;;::::1;;57229:19;57204:44;57196:76;;;::::0;;-1:-1:-1;;;57196:76:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;-1:-1:-1;;;57196:76:0;;;;;;;;;;;;;::::1;;57288:11:::0;57285:92:::1;;57316:28;57332:4;57338:2;57342:1;57316:15;:28::i;:::-;57359:7;;57285:92;57383:28;57414:24;57432:4;57414:9;:24::i;:::-;57490:18;::::0;57383:55;;-1:-1:-1;57466:42:0;::::1;::::0;::::1;::::0;;;57525:33:::1;;-1:-1:-1::0;57550:8:0::1;::::0;-1:-1:-1;;;57550:8:0;::::1;;;57549:9;57525:33;:82;;;;-1:-1:-1::0;;;;;;57576:31:0;::::1;;::::0;;;:25:::1;:31;::::0;;;;;::::1;;57575:32;57525:82;:114;;;;;57632:7;:5;:7::i;:::-;-1:-1:-1::0;;;;;57624:15:0::1;:4;-1:-1:-1::0;;;;;57624:15:0::1;;;57525:114;:144;;;;;57662:7;:5;:7::i;:::-;-1:-1:-1::0;;;;;57656:13:0::1;:2;-1:-1:-1::0;;;;;57656:13:0::1;;;57525:144;57521:634;;;57696:8;:15:::0;;-1:-1:-1;;;;57696:15:0::1;-1:-1:-1::0;;;57696:15:0::1;::::0;;57797:9:::1;::::0;57779:12:::1;::::0;57696:15;;57754:53:::1;::::0;:38:::1;::::0;:20;;:24:::1;:38::i;:53::-;57728:79;;57822:21;57846:51;57887:9;;57846:36;57871:10;;57846:20;:24;;:36;;;;:::i;:51::-;57822:75;;57912:39;57935:15;57912:22;:39::i;:::-;57966:35;57987:13;57966:20;:35::i;:::-;58018:18;58039:24;58057:4;58039:9;:24::i;:::-;58018:45;;58078:32;58099:10;58078:20;:32::i;:::-;-1:-1:-1::0;;58127:8:0::1;:16:::0;;-1:-1:-1;;;;58127:16:0::1;::::0;;-1:-1:-1;57521:634:0::1;58183:8;::::0;-1:-1:-1;;;;;58292:25:0;::::1;58167:12;58292:25:::0;;;:19:::1;:25;::::0;;;;;58183:8:::1;-1:-1:-1::0;;;58183:8:0;;::::1;::::0;::::1;58182:9;::::0;58292:25:::1;::::0;:52:::1;;-1:-1:-1::0;;;;;;58321:23:0;::::1;;::::0;;;:19:::1;:23;::::0;;;;;::::1;;58292:52;58289:99;;;-1:-1:-1::0;58371:5:0::1;58289:99;58403:7;58400:175;;;58424:12;58439:30;58465:3;58439:21;58450:9;;58439:6;:10;;:21;;;;:::i;:30::-;58424:45:::0;-1:-1:-1;58490:16:0::1;:6:::0;58424:45;58490:10:::1;:16::i;:::-;58481:25;;58521:42;58537:4;58551;58558;58521:15;:42::i;:::-;58400:175;;58587:33;58603:4;58609:2;58613:6;58587:15;:33::i;:::-;58637:15;::::0;-1:-1:-1;;;;;58637:15:0::1;:26;58672:4:::0;58679:15:::1;58672:4:::0;58679:9:::1;:15::i;:::-;58637:58;;;;;;;;;;;;;-1:-1:-1::0;;;;;58637:58:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;58633:74:::0;58721:15:::1;::::0;-1:-1:-1;;;;;58721:15:0::1;:26;58756:2:::0;58761:13:::1;58756:2:::0;58761:9:::1;:13::i;:::-;58721:54;;;;;;;;;;;;;-1:-1:-1::0;;;;;58721:54:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;58717:70:::0;58803:8:::1;::::0;-1:-1:-1;;;58803:8:0;::::1;;;58799:319;;58836:16;::::0;58867:15:::1;::::0;:28:::1;::::0;;-1:-1:-1;;;;;;58867:28:0;;::::1;::::0;::::1;::::0;;;;;-1:-1:-1;;;;;58867:15:0;;::::1;::::0;:23:::1;::::0;:28;;;;;::::1;::::0;;;;;;;;;58822:11:::1;58867:15:::0;:28;::::1;;::::0;::::1;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;-1:-1:-1::0;58867:28:0;;::::1;::::0;::::1;::::0;;;;;;;;;::::1;;58863:244;;;;;58984:87;::::0;;;;;::::1;::::0;::::1;::::0;;;;;;;;;;;;;;;;;59060:10:::1;::::0;59049:4:::1;::::0;58984:87:::1;::::0;;;;;;;::::1;58896:185;;;58863:244;58799:319;;49726:1;;;;56891:2234:::0;;;;;;:::o;5504:192::-;5590:7;5626:12;5618:6;;;;5610:29;;;;-1:-1:-1;;;5610:29:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;5662:5:0;;;5504:192::o;53524:412::-;-1:-1:-1;;;;;53615:31:0;;;;;;:25;:31;;;;;;;;:40;;;;;;;53607:122;;;;-1:-1:-1;;;53607:122:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;53740:31:0;;;;;;:25;:31;;;;;:39;;-1:-1:-1;;53740:39:0;;;;;;;;;;;;53792:79;;53817:15;;:42;;;-1:-1:-1;;;53817:42:0;;-1:-1:-1;;;;;53817:42:0;;;;;;;;;:15;;;;;:36;;:42;;;;;:15;;:42;;;;;;;:15;;:42;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;53792:79;53888:40;;;;;;-1:-1:-1;;;;;53888:40:0;;;;;;;;53524:412;;:::o;5955:471::-;6013:7;6258:6;6254:47;;-1:-1:-1;6288:1:0;6281:8;;6254:47;6325:5;;;6329:1;6325;:5;:1;6349:5;;;;;:10;6341:56;;;;-1:-1:-1;;;6341:56:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6902:132;6960:7;6987:39;6991:1;6994;6987:39;;;;;;;;;;;;;;;;;:3;:39::i;31013:573::-;-1:-1:-1;;;;;31153:20:0;;31145:70;;;;-1:-1:-1;;;31145:70:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;31234:23:0;;31226:71;;;;-1:-1:-1;;;31226:71:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31310:47;31331:6;31339:9;31350:6;31310:20;:47::i;:::-;31390:71;31412:6;31390:71;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;31390:17:0;;:9;:17;;;;;;;;;;;;:71;:21;:71::i;:::-;-1:-1:-1;;;;;31370:17:0;;;:9;:17;;;;;;;;;;;:91;;;;31495:20;;;;;;;:32;;31520:6;31495:24;:32::i;:::-;-1:-1:-1;;;;;31472:20:0;;;:9;:20;;;;;;;;;;;;:55;;;;31543:35;;;;;;;31472:20;;31543:35;;;;;;;;;;;;;31013:573;;;:::o;59817:366::-;59885:22;59917:4;-1:-1:-1;;;;;59910:22:0;;59941:4;59910:37;;;;;;;;;;;;;-1:-1:-1;;;;;59910:37:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;59910:37:0;;-1:-1:-1;59991:25:0;60009:6;59991:17;:25::i;:::-;60028:18;60049:57;60091:14;60056:4;-1:-1:-1;;;;;60049:22:0;;60080:4;60049:37;;;;;;;;;;;;;-1:-1:-1;;;;;60049:37:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;60049:37:0;;:41;:57::i;:::-;60139:23;;60117:58;;;-1:-1:-1;;;60117:58:0;;-1:-1:-1;;;;;60139:23:0;;;60117:58;;;;;;;;;;;;;;-1:-1:-1;60124:4:0;60117:21;;;;;;:58;;;;;;;;;;;;;;;-1:-1:-1;60117:21:0;:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;60191:362;60257:22;60289:4;-1:-1:-1;;;;;60282:22:0;;60313:4;60282:37;;;;;;;;;;;;;-1:-1:-1;;;;;60282:37:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;60282:37:0;;-1:-1:-1;60363:25:0;60381:6;60363:17;:25::i;:::-;60400:18;60421:57;60463:14;60428:4;-1:-1:-1;;;;;60421:22:0;;60452:4;60421:37;;;;;;;;;;;;;-1:-1:-1;;;;;60421:37:0;;;;;;;;;;;;;;;;;;;;;;;;;;:57;60511:21;;60489:56;;;-1:-1:-1;;;60489:56:0;;-1:-1:-1;;;;;60511:21:0;;;60489:56;;;;;;;;;;;;;;-1:-1:-1;60496:4:0;60489:21;;;;;;:56;;;;;;;;;;;;;;;-1:-1:-1;60489:21:0;:56;;;;;;;;;;61107:403;61171:25;61189:6;61171:17;:25::i;:::-;61207:17;61234:4;-1:-1:-1;;;;;61227:22:0;;61258:4;61227:37;;;;;;;;;;;;;-1:-1:-1;;;;;61227:37:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;61227:37:0;61320:15;;61290:58;;;-1:-1:-1;;;61290:58:0;;-1:-1:-1;;;;;61320:15:0;;;61290:58;;;;;;;;;;;;61227:37;;-1:-1:-1;;;61297:4:0;61290:21;;;;;;:58;;;;;61227:37;;61290:58;;;;;;;;-1:-1:-1;61290:21:0;:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;61290:58:0;;-1:-1:-1;61361:142:0;;;;61389:15;;:50;;;-1:-1:-1;;;61389:50:0;;;;;;;;;;-1:-1:-1;;;;;61389:15:0;;;;:39;;:50;;;;;:15;;:50;;;;;;;;:15;;:50;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;61459:32:0;;;;;;;;;;;;;;;;-1:-1:-1;61459:32:0;;;;;;;;-1:-1:-1;61459:32:0;61107:403;;;:::o;5065:136::-;5123:7;5150:43;5154:1;5157;5150:43;;;;;;;;;;;;;;;;;:3;:43::i;7530:278::-;7616:7;7651:12;7644:5;7636:28;;;;-1:-1:-1;;;7636:28:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7675:9;7691:1;7687;:5;;;;;;;7530:278;-1:-1:-1;;;;;7530:278:0:o;60561:532::-;60654:16;;;60668:1;60654:16;;;;;;;;;60630:21;;60654:16;;;60630:21;;60654:16;;;;;-1:-1:-1;60654:16:0;60630:40;;60699:4;60681;60686:1;60681:7;;;;;;;;-1:-1:-1;;;;;60681:23:0;;;:7;;;;;;;;;;:23;;;;60725:15;;:22;;;-1:-1:-1;;;60725:22:0;;;;:15;;;;;:20;;:22;;;;;60681:7;;60725:22;;;;;:15;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;60725:22:0;60715:7;;:4;;60720:1;;60715:7;;;;;;;;;;;:32;-1:-1:-1;;;;;60715:32:0;;;-1:-1:-1;;;;;60715:32:0;;;;;60768:4;60758;60763:1;60758:7;;;;;;;;-1:-1:-1;;;;;60758:14:0;;;:7;;;;;;;;;:14;60817:15;;60785:62;;60802:4;;60817:15;60835:11;60785:8;:62::i;:::-;60886:15;;:199;;-1:-1:-1;;;60886:199:0;;;;;;;;:15;:199;;;;;;61039:4;60886:199;;;;;;61059:15;60886:199;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;60886:15:0;;;;:69;;60970:11;;61012:4;;61039;61059:15;60886:199;;;;;;;;;;;;;;;;:15;:199;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Swarm Source

ipfs://7b6dac31a0c43d1e4a3ea01a7f5a695453141c6a89e18f4269dd08aaed7d9381

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

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.