ETH Price: $2,975.04 (-3.87%)
Gas: 2 Gwei

Contract

0xd6Fbf141dF4Dd10782d47e813E8734e339B21422
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Value
Approve201461032024-06-22 8:38:2313 days ago1719045503IN
0xd6Fbf141...339B21422
0 ETH0.000128852.78499202
Approve201273772024-06-19 17:48:4716 days ago1718819327IN
0xd6Fbf141...339B21422
0 ETH0.0005829312.51853081
Approve200130142024-06-03 18:14:1132 days ago1717438451IN
0xd6Fbf141...339B21422
0 ETH0.0008937419.19305356
Approve195350852024-03-28 21:05:4799 days ago1711659947IN
0xd6Fbf141...339B21422
0 ETH0.0008411834.55694373
Approve194783942024-03-20 20:49:47107 days ago1710967787IN
0xd6Fbf141...339B21422
0 ETH0.0011151845.81318622
Approve189703272024-01-09 15:33:59178 days ago1704814439IN
0xd6Fbf141...339B21422
0 ETH0.0004782919.64910708
Approve184415552023-10-27 12:30:35252 days ago1698409835IN
0xd6Fbf141...339B21422
0 ETH0.0004086516.78812104
Approve182935042023-10-06 19:20:11273 days ago1696620011IN
0xd6Fbf141...339B21422
0 ETH0.000210278.63821083
Approve177112172023-07-17 6:31:59354 days ago1689575519IN
0xd6Fbf141...339B21422
0 ETH0.000430617.68965307
Approve165280522023-01-31 16:38:35521 days ago1675183115IN
0xd6Fbf141...339B21422
0 ETH0.0015545833.34167765
Approve154146932022-08-26 9:54:58679 days ago1661507698IN
0xd6Fbf141...339B21422
0 ETH0.000127885.25383756
Approve153749802022-08-20 2:26:16685 days ago1660962376IN
0xd6Fbf141...339B21422
0 ETH0.000366157.85293781
Approve153352452022-08-13 19:27:28692 days ago1660418848IN
0xd6Fbf141...339B21422
0 ETH0.000455829.77612647
Approve152675192022-08-03 5:07:45702 days ago1659503265IN
0xd6Fbf141...339B21422
0 ETH0.000121715
Approve148563822022-05-27 21:13:01770 days ago1653685981IN
0xd6Fbf141...339B21422
0 ETH0.001936741.53710794
Approve146719342022-04-28 8:53:46799 days ago1651136026IN
0xd6Fbf141...339B21422
0 ETH0.0007030128.88063852
Approve144612942022-03-26 10:25:58832 days ago1648290358IN
0xd6Fbf141...339B21422
0 ETH0.0004694719.28641909
Approve133399582021-10-02 12:53:241007 days ago1633179204IN
0xd6Fbf141...339B21422
0 ETH0.0021164745.39265992
Approve130667292021-08-21 5:17:221049 days ago1629523042IN
0xd6Fbf141...339B21422
0 ETH0.0005401522.19016401
Approve127679752021-07-05 14:19:051096 days ago1625494745IN
0xd6Fbf141...339B21422
0 ETH0.0002287615.7
Approve127604952021-07-04 10:24:061097 days ago1625394246IN
0xd6Fbf141...339B21422
0 ETH0.000279756
Approve127565652021-07-03 19:45:361098 days ago1625341536IN
0xd6Fbf141...339B21422
0 ETH0.00029496.325
Transfer127091872021-06-26 10:40:041105 days ago1624704004IN
0xd6Fbf141...339B21422
0 ETH0.0014252617.6
Approve126806942021-06-22 0:04:011110 days ago1624320241IN
0xd6Fbf141...339B21422
0 ETH0.0032638270
Approve126649012021-06-19 12:50:221112 days ago1624107022IN
0xd6Fbf141...339B21422
0 ETH0.000396328.5
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
eINU

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, Unlicense license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-05-31
*/

// SPDX-License-Identifier: Unlicensed
pragma solidity >=0.6.2;

abstract contract Context {
    function _msgSender() internal view virtual returns (address payable) {
        return msg.sender;
    }

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

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

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

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

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

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

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

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

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

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

        return c;
    }

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

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

        return c;
    }

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

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

        return c;
    }

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

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

        return c;
    }

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

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

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // According to EIP-1052, 0x0 is the value returned for not-yet created accounts
        // and 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 is returned
        // for accounts without code, i.e. `keccak256('')`
        bytes32 codehash;
        bytes32 accountHash = 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470;
        // solhint-disable-next-line no-inline-assembly
        assembly { codehash := extcodehash(account) }
        return (codehash != accountHash && codehash != 0x0);
    }

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

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

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

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

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

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

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

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

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

contract Ownable is Context {
    address private _owner;
    address private _previousOwner;
    uint256 private _lockTime;

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

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

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

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

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

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

    function geUnlockTime() public view returns (uint256) {
        return _lockTime;
    }

    //Locks the contract for owner for the amount of time provided
    function lock(uint256 time) public virtual onlyOwner {
        _previousOwner = _owner;
        _owner = address(0);
        _lockTime = now + time;
        emit OwnershipTransferred(_owner, address(0));
    }
    
    //Unlocks the contract for owner when _lockTime is exceeds
    function unlock() public virtual {
        require(_previousOwner == msg.sender, "You don't have permission to unlock");
        require(now > _lockTime , "Contract is locked until 7 days");
        emit OwnershipTransferred(_owner, _previousOwner);
        _owner = _previousOwner;
    }
}

contract eINU is Context, IERC20, Ownable {
    using SafeMath for uint256;
    using Address for address;

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

    mapping (address => bool) private _isExcluded;
    address[] private _excluded;

    mapping (address => bool) private _isBlackListedBot;
    address[] private _blackListedBots;

   
    uint256 private constant MAX = ~uint256(0);
    uint256 private _tTotal = 100000000000 * 10**9;
    uint256 private _rTotal = (MAX - (MAX % _tTotal));
    uint256 private _tFeeTotal;
    uint256 private _tBurnTotal;

    string private _name = 'Ethereum Inu'; 
    string private _symbol = 'eINU';
    uint8 private _decimals = 9;
    
    uint256 private _taxFee = 0;
    uint256 private _burnFee = 5;
    uint256 private _maxTxAmount = 100000000000e9;

    constructor () public {
        _rOwned[_msgSender()] = _rTotal;
        emit Transfer(address(0), _msgSender(), _tTotal);
    }

    function name() public view returns (string memory) {
        return _name;
    }

    function symbol() public view returns (string memory) {
        return _symbol;
    }

    function decimals() public view returns (uint8) {
        return _decimals;
    }

    function totalSupply() public view override returns (uint256) {
        return _tTotal;
    }

    function balanceOf(address account) public view override returns (uint256) {
        if (_isExcluded[account]) return _tOwned[account];
        return tokenFromReflection(_rOwned[account]);
    }

    function transfer(address recipient, uint256 amount) public override returns (bool) {
        _transfer(_msgSender(), recipient, amount);
        return true;
    }

    function allowance(address owner, address spender) public view override returns (uint256) {
        return _allowances[owner][spender];
    }

    function approve(address spender, uint256 amount) public override returns (bool) {
        _approve(_msgSender(), spender, amount);
        return true;
    }

    function transferFrom(address sender, address recipient, uint256 amount) public override returns (bool) {
        _transfer(sender, recipient, amount);
        _approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance"));
        return true;
    }

    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][spender].add(addedValue));
        return true;
    }

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

    function isExcluded(address account) public view returns (bool) {
        return _isExcluded[account];
    }

    function totalFees() public view returns (uint256) {
        return _tFeeTotal;
    }
    
    function totalBurn() public view returns (uint256) {
        return _tBurnTotal;
    }

    function deliver(uint256 tAmount) public {
        address sender = _msgSender();
        require(!_isExcluded[sender], "Excluded addresses cannot call this function");
        (uint256 rAmount,,,,,) = _getValues(tAmount);
        _rOwned[sender] = _rOwned[sender].sub(rAmount);
        _rTotal = _rTotal.sub(rAmount);
        _tFeeTotal = _tFeeTotal.add(tAmount);
    }

    function reflectionFromToken(uint256 tAmount, bool deductTransferFee) public view returns(uint256) {
        require(tAmount <= _tTotal, "Amount must be less than supply");
        if (!deductTransferFee) {
            (uint256 rAmount,,,,,) = _getValues(tAmount);
            return rAmount;
        } else {
            (,uint256 rTransferAmount,,,,) = _getValues(tAmount);
            return rTransferAmount;
        }
    }

    function tokenFromReflection(uint256 rAmount) public view returns(uint256) {
        require(rAmount <= _rTotal, "Amount must be less than total reflections");
        uint256 currentRate =  _getRate();
        return rAmount.div(currentRate);
    }

    function excludeAccount(address account) external onlyOwner() {
        require(account != 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, 'We can not exclude Uniswap router.');
        require(!_isExcluded[account], "Account is already excluded");
        if(_rOwned[account] > 0) {
            _tOwned[account] = tokenFromReflection(_rOwned[account]);
        }
        _isExcluded[account] = true;
        _excluded.push(account);
    }

    function includeAccount(address account) external onlyOwner() {
        require(_isExcluded[account], "Account is already excluded");
        for (uint256 i = 0; i < _excluded.length; i++) {
            if (_excluded[i] == account) {
                _excluded[i] = _excluded[_excluded.length - 1];
                _tOwned[account] = 0;
                _isExcluded[account] = false;
                _excluded.pop();
                break;
            }
        }
    }

        function addBotToBlackList(address account) external onlyOwner() {
        require(account != 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, 'We can not blacklist Uniswap router.');
        require(!_isBlackListedBot[account], "Account is already blacklisted");
        _isBlackListedBot[account] = true;
        _blackListedBots.push(account);
    }

    function removeBotFromBlackList(address account) external onlyOwner() {
        require(_isBlackListedBot[account], "Account is not blacklisted");
        for (uint256 i = 0; i < _blackListedBots.length; i++) {
            if (_blackListedBots[i] == account) {
                _blackListedBots[i] = _blackListedBots[_blackListedBots.length - 1];
                _isBlackListedBot[account] = false;
                _blackListedBots.pop();
                break;
            }
        }
    }

    function _approve(address owner, address spender, uint256 amount) private {
        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);
    }

    function _transfer(address sender, address recipient, uint256 amount) private {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address");
        require(amount > 0, "Transfer amount must be greater than zero");

        require(!_isBlackListedBot[recipient], "You have no power here!");
        require(!_isBlackListedBot[msg.sender], "You have no power here!");
        require(!_isBlackListedBot[sender], "You have no power here!");
        
        if(sender != owner() && recipient != owner())
            require(amount <= _maxTxAmount, "Transfer amount exceeds the maxTxAmount.");
        
        if (_isExcluded[sender] && !_isExcluded[recipient]) {
            _transferFromExcluded(sender, recipient, amount);
        } else if (!_isExcluded[sender] && _isExcluded[recipient]) {
            _transferToExcluded(sender, recipient, amount);
        } else if (!_isExcluded[sender] && !_isExcluded[recipient]) {
            _transferStandard(sender, recipient, amount);
        } else if (_isExcluded[sender] && _isExcluded[recipient]) {
            _transferBothExcluded(sender, recipient, amount);
        } else {
            _transferStandard(sender, recipient, amount);
        }
    }

    function _transferStandard(address sender, address recipient, uint256 tAmount) private {
        uint256 currentRate =  _getRate();
        (uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tBurn) = _getValues(tAmount);
        uint256 rBurn =  tBurn.mul(currentRate);
        _rOwned[sender] = _rOwned[sender].sub(rAmount);
        _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);       
        _reflectFee(rFee, rBurn, tFee, tBurn);
        emit Transfer(sender, recipient, tTransferAmount);
    }

    function _transferToExcluded(address sender, address recipient, uint256 tAmount) private {
        uint256 currentRate =  _getRate();
        (uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tBurn) = _getValues(tAmount);
        uint256 rBurn =  tBurn.mul(currentRate);
        _rOwned[sender] = _rOwned[sender].sub(rAmount);
        _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount);
        _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);           
        _reflectFee(rFee, rBurn, tFee, tBurn);
        emit Transfer(sender, recipient, tTransferAmount);
    }

    function _transferFromExcluded(address sender, address recipient, uint256 tAmount) private {
        uint256 currentRate =  _getRate();
        (uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tBurn) = _getValues(tAmount);
        uint256 rBurn =  tBurn.mul(currentRate);
        _tOwned[sender] = _tOwned[sender].sub(tAmount);
        _rOwned[sender] = _rOwned[sender].sub(rAmount);
        _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);   
        _reflectFee(rFee, rBurn, tFee, tBurn);
        emit Transfer(sender, recipient, tTransferAmount);
    }

    function _transferBothExcluded(address sender, address recipient, uint256 tAmount) private {
        uint256 currentRate =  _getRate();
        (uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tBurn) = _getValues(tAmount);
        uint256 rBurn =  tBurn.mul(currentRate);
        _tOwned[sender] = _tOwned[sender].sub(tAmount);
        _rOwned[sender] = _rOwned[sender].sub(rAmount);
        _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount);
        _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);        
        _reflectFee(rFee, rBurn, tFee, tBurn);
        emit Transfer(sender, recipient, tTransferAmount);
    }

    function _reflectFee(uint256 rFee, uint256 rBurn, uint256 tFee, uint256 tBurn) private {
        _rTotal = _rTotal.sub(rFee).sub(rBurn);
        _tFeeTotal = _tFeeTotal.add(tFee);
        _tBurnTotal = _tBurnTotal.add(tBurn);
        _tTotal = _tTotal.sub(tBurn);
    }

    function _getValues(uint256 tAmount) private view returns (uint256, uint256, uint256, uint256, uint256, uint256) {
        (uint256 tTransferAmount, uint256 tFee, uint256 tBurn) = _getTValues(tAmount, _taxFee, _burnFee);
        uint256 currentRate =  _getRate();
        (uint256 rAmount, uint256 rTransferAmount, uint256 rFee) = _getRValues(tAmount, tFee, tBurn, currentRate);
        return (rAmount, rTransferAmount, rFee, tTransferAmount, tFee, tBurn);
    }

    function _getTValues(uint256 tAmount, uint256 taxFee, uint256 burnFee) private pure returns (uint256, uint256, uint256) {
        uint256 tFee = tAmount.mul(taxFee).div(100);
        uint256 tBurn = tAmount.mul(burnFee).div(100);
        uint256 tTransferAmount = tAmount.sub(tFee).sub(tBurn);
        return (tTransferAmount, tFee, tBurn);
    }

    function _getRValues(uint256 tAmount, uint256 tFee, uint256 tBurn, uint256 currentRate) private pure returns (uint256, uint256, uint256) {
        uint256 rAmount = tAmount.mul(currentRate);
        uint256 rFee = tFee.mul(currentRate);
        uint256 rBurn = tBurn.mul(currentRate);
        uint256 rTransferAmount = rAmount.sub(rFee).sub(rBurn);
        return (rAmount, rTransferAmount, rFee);
    }

    function _getRate() private view returns(uint256) {
        (uint256 rSupply, uint256 tSupply) = _getCurrentSupply();
        return rSupply.div(tSupply);
    }

    function _getCurrentSupply() private view returns(uint256, uint256) {
        uint256 rSupply = _rTotal;
        uint256 tSupply = _tTotal;      
        for (uint256 i = 0; i < _excluded.length; i++) {
            if (_rOwned[_excluded[i]] > rSupply || _tOwned[_excluded[i]] > tSupply) return (_rTotal, _tTotal);
            rSupply = rSupply.sub(_rOwned[_excluded[i]]);
            tSupply = tSupply.sub(_tOwned[_excluded[i]]);
        }
        if (rSupply < _rTotal.div(_tTotal)) return (_rTotal, _tTotal);
        return (rSupply, tSupply);
    }
    
    function _getTaxFee() private view returns(uint256) {
        return _taxFee;
    }

    function _getMaxTxAmount() private view returns(uint256) {
        return _maxTxAmount;
    }
    
    function _setTaxFee(uint256 taxFee) external onlyOwner() {
        require(taxFee >= _taxFee && taxFee <= 10, 'taxFee can only be increased and max is 10');
        _taxFee = taxFee;
    }
    
    function _setBurnFee(uint256 burnFee) external onlyOwner() {
        require(burnFee >= _burnFee && burnFee <= 10, 'burnFee can only be increased and max is 10');
        _burnFee = burnFee;
    }
    
    function _setMaxTxAmount(uint256 maxTxAmount) external onlyOwner() {
        require(maxTxAmount >= 100000000000e9 , 'maxTxAmount should be greater than 100000000000e9');
        _maxTxAmount = maxTxAmount;
    }
}

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":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"uint256","name":"burnFee","type":"uint256"}],"name":"_setBurnFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"maxTxAmount","type":"uint256"}],"name":"_setMaxTxAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"taxFee","type":"uint256"}],"name":"_setTaxFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"addBotToBlackList","outputs":[],"stateMutability":"nonpayable","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":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":"uint256","name":"tAmount","type":"uint256"}],"name":"deliver","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeAccount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"geUnlockTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"includeAccount","outputs":[],"stateMutability":"nonpayable","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":"isExcluded","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"time","type":"uint256"}],"name":"lock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tAmount","type":"uint256"},{"internalType":"bool","name":"deductTransferFee","type":"bool"}],"name":"reflectionFromToken","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"removeBotFromBlackList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"rAmount","type":"uint256"}],"name":"tokenFromReflection","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalBurn","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":"unlock","outputs":[],"stateMutability":"nonpayable","type":"function"}]

608060405268056bc75e2d63100000600a55600a54600019816200001f57fe5b0660001903600b556040518060400160405280600c81526020017f457468657265756d20496e750000000000000000000000000000000000000000815250600e9080519060200190620000749291906200028e565b506040518060400160405280600481526020017f65494e5500000000000000000000000000000000000000000000000000000000815250600f9080519060200190620000c29291906200028e565b506009601060006101000a81548160ff021916908360ff1602179055506000601155600560125568056bc75e2d631000006013553480156200010357600080fd5b506000620001166200028660201b60201c565b9050806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a350600b5460036000620001cb6200028660201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550620002196200028660201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600a546040518082815260200191505060405180910390a362000334565b600033905090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620002d157805160ff191683800117855562000302565b8280016001018555821562000302579182015b8281111562000301578251825591602001919060010190620002e4565b5b50905062000311919062000315565b5090565b5b808211156200033057600081600090555060010162000316565b5090565b61498f80620003446000396000f3fe608060405234801561001057600080fd5b50600436106101da5760003560e01c806370a0823111610104578063a9059cbb116100a2578063dd62ed3e11610071578063dd62ed3e1461088a578063f2cc0c1814610902578063f2fde38b14610946578063f84354f11461098a576101da565b8063a9059cbb14610780578063b6c52324146107e4578063cba0e99614610802578063dd4670641461085c576101da565b80638da5cb5b116100de5780638da5cb5b1461065b57806395d89b411461068f578063a457c2d714610712578063a69df4b514610776576101da565b806370a08231146105b5578063715018a61461060d5780637ded4d6a14610617576101da565b8063313ce5671161017c5780633c9f861d1161014b5780633c9f861d146104d75780634303443d146104f55780634549b039146105395780635880b87314610587576101da565b8063313ce567146103f657806339509351146104175780633b6b19611461047b5780633bd5d173146104a9576101da565b806318160ddd116101b857806318160ddd146102e45780631bbae6e01461030257806323b872dd146103305780632d838119146103b4576101da565b806306fdde03146101df578063095ea7b31461026257806313114a9d146102c6575b600080fd5b6101e76109ce565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561022757808201518184015260208101905061020c565b50505050905090810190601f1680156102545780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102ae6004803603604081101561027857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610a70565b60405180821515815260200191505060405180910390f35b6102ce610a8e565b6040518082815260200191505060405180910390f35b6102ec610a98565b6040518082815260200191505060405180910390f35b61032e6004803603602081101561031857600080fd5b8101908080359060200190929190505050610aa2565b005b61039c6004803603606081101561034657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610bd6565b60405180821515815260200191505060405180910390f35b6103e0600480360360208110156103ca57600080fd5b8101908080359060200190929190505050610caf565b6040518082815260200191505060405180910390f35b6103fe610d33565b604051808260ff16815260200191505060405180910390f35b6104636004803603604081101561042d57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610d4a565b60405180821515815260200191505060405180910390f35b6104a76004803603602081101561049157600080fd5b8101908080359060200190929190505050610dfd565b005b6104d5600480360360208110156104bf57600080fd5b8101908080359060200190929190505050610f37565b005b6104df6110c8565b6040518082815260200191505060405180910390f35b6105376004803603602081101561050b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506110d2565b005b6105716004803603604081101561054f57600080fd5b81019080803590602001909291908035151590602001909291905050506113b1565b6040518082815260200191505060405180910390f35b6105b36004803603602081101561059d57600080fd5b8101908080359060200190929190505050611468565b005b6105f7600480360360208110156105cb57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506115a2565b6040518082815260200191505060405180910390f35b61061561168d565b005b6106596004803603602081101561062d57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611813565b005b610663611b58565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610697611b81565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156106d75780820151818401526020810190506106bc565b50505050905090810190601f1680156107045780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61075e6004803603604081101561072857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611c23565b60405180821515815260200191505060405180910390f35b61077e611cf0565b005b6107cc6004803603604081101561079657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611f0d565b60405180821515815260200191505060405180910390f35b6107ec611f2b565b6040518082815260200191505060405180910390f35b6108446004803603602081101561081857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611f35565b60405180821515815260200191505060405180910390f35b6108886004803603602081101561087257600080fd5b8101908080359060200190929190505050611f8b565b005b6108ec600480360360408110156108a057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061217c565b6040518082815260200191505060405180910390f35b6109446004803603602081101561091857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612203565b005b6109886004803603602081101561095c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506125b6565b005b6109cc600480360360208110156109a057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506127c1565b005b6060600e8054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610a665780601f10610a3b57610100808354040283529160200191610a66565b820191906000526020600020905b815481529060010190602001808311610a4957829003601f168201915b5050505050905090565b6000610a84610a7d612b4b565b8484612b53565b6001905092915050565b6000600c54905090565b6000600a54905090565b610aaa612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610b6a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b68056bc75e2d63100000811015610bcc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260318152602001806146c56031913960400191505060405180910390fd5b8060138190555050565b6000610be3848484612d4a565b610ca484610bef612b4b565b610c9f856040518060600160405280602881526020016147db60289139600560008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610c55612b4b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134ba9092919063ffffffff16565b612b53565b600190509392505050565b6000600b54821115610d0c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a8152602001806146f6602a913960400191505060405180910390fd5b6000610d1661357a565b9050610d2b81846135a590919063ffffffff16565b915050919050565b6000601060009054906101000a900460ff16905090565b6000610df3610d57612b4b565b84610dee8560056000610d68612b4b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b612b53565b6001905092915050565b610e05612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610ec5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6012548110158015610ed85750600a8111155b610f2d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602b815260200180614899602b913960400191505060405180910390fd5b8060128190555050565b6000610f41612b4b565b9050600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615610fe6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c8152602001806148e6602c913960400191505060405180910390fd5b6000610ff183613677565b5050505050905061104a81600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506110a281600b546136df90919063ffffffff16565b600b819055506110bd83600c546135ef90919063ffffffff16565b600c81905550505050565b6000600d54905090565b6110da612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461119a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611233576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602481526020018061482c6024913960400191505060405180910390fd5b600860008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16156112f3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f4163636f756e7420697320616c726561647920626c61636b6c6973746564000081525060200191505060405180910390fd5b6001600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506009819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600a5483111561142b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f416d6f756e74206d757374206265206c657373207468616e20737570706c790081525060200191505060405180910390fd5b8161144b57600061143b84613677565b5050505050905080915050611462565b600061145684613677565b50505050915050809150505b92915050565b611470612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611530576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60115481101580156115435750600a8111155b611598576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180614768602a913960400191505060405180910390fd5b8060118190555050565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161561163d57600460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050611688565b611685600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610caf565b90505b919050565b611695612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611755576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b61181b612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146118db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600860008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1661199a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f4163636f756e74206973206e6f7420626c61636b6c697374656400000000000081525060200191505060405180910390fd5b60005b600980549050811015611b54578173ffffffffffffffffffffffffffffffffffffffff16600982815481106119ce57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161415611b4757600960016009805490500381548110611a2a57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660098281548110611a6257fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506009805480611b0d57fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690559055611b54565b808060010191505061199d565b5050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600f8054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015611c195780601f10611bee57610100808354040283529160200191611c19565b820191906000526020600020905b815481529060010190602001808311611bfc57829003601f168201915b5050505050905090565b6000611ce6611c30612b4b565b84611ce1856040518060600160405280602581526020016149356025913960056000611c5a612b4b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134ba9092919063ffffffff16565b612b53565b6001905092915050565b3373ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611d96576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806149126023913960400191505060405180910390fd5b6002544211611e0d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f436f6e7472616374206973206c6f636b656420756e74696c203720646179730081525060200191505060405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b6000611f21611f1a612b4b565b8484612d4a565b6001905092915050565b6000600254905090565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b611f93612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612053576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550804201600281905550600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a350565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b61220b612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146122cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612364576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806148c46022913960400191505060405180910390fd5b600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615612424576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b6000600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205411156124f8576124b4600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610caf565b600460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b6001600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506007819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6125be612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461267e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612704576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260268152602001806147206026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6127c9612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612889576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16612948576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b60005b600780549050811015612b47578173ffffffffffffffffffffffffffffffffffffffff166007828154811061297c57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161415612b3a576007600160078054905003815481106129d857fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660078281548110612a1057fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506000600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506007805480612b0057fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690559055612b47565b808060010191505061294b565b5050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612bd9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806148756024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612c5f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806147466022913960400191505060405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612dd0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260258152602001806148506025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612e56576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806146a26023913960400191505060405180910390fd5b60008111612eaf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260298152602001806148036029913960400191505060405180910390fd5b600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615612f6f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f596f752068617665206e6f20706f77657220686572652100000000000000000081525060200191505060405180910390fd5b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161561302f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f596f752068617665206e6f20706f77657220686572652100000000000000000081525060200191505060405180910390fd5b600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16156130ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f596f752068617665206e6f20706f77657220686572652100000000000000000081525060200191505060405180910390fd5b6130f7611b58565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156131655750613135611b58565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b156131c6576013548111156131c5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260288152602001806147926028913960400191505060405180910390fd5b5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156132695750600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b1561327e57613279838383613729565b6134b5565b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580156133215750600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15613336576133318383836139a7565b6134b4565b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580156133da5750600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b156133ef576133ea838383613c25565b6134b3565b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156134915750600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b156134a6576134a1838383613e0e565b6134b2565b6134b1838383613c25565b5b5b5b5b505050565b6000838311158290613567576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561352c578082015181840152602081019050613511565b50505050905090810190601f1680156135595780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b6000806000613587614121565b9150915061359e81836135a590919063ffffffff16565b9250505090565b60006135e783836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506143b2565b905092915050565b60008082840190508381101561366d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b60008060008060008060008060006136948a601154601254614478565b92509250925060006136a461357a565b905060008060006136b78e87878761450e565b9250925092508282828989899c509c509c509c509c509c505050505050505091939550919395565b600061372183836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506134ba565b905092915050565b600061373361357a565b905060008060008060008061374788613677565b9550955095509550955095506000613768888361459790919063ffffffff16565b90506137bc89600460008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600460008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061385187600360008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506138e686600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506139358582858561461d565b8973ffffffffffffffffffffffffffffffffffffffff168b73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef866040518082815260200191505060405180910390a35050505050505050505050565b60006139b161357a565b90506000806000806000806139c588613677565b95509550955095509550955060006139e6888361459790919063ffffffff16565b9050613a3a87600360008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613acf84600460008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600460008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613b6486600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613bb38582858561461d565b8973ffffffffffffffffffffffffffffffffffffffff168b73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef866040518082815260200191505060405180910390a35050505050505050505050565b6000613c2f61357a565b9050600080600080600080613c4388613677565b9550955095509550955095506000613c64888361459790919063ffffffff16565b9050613cb887600360008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613d4d86600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613d9c8582858561461d565b8973ffffffffffffffffffffffffffffffffffffffff168b73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef866040518082815260200191505060405180910390a35050505050505050505050565b6000613e1861357a565b9050600080600080600080613e2c88613677565b9550955095509550955095506000613e4d888361459790919063ffffffff16565b9050613ea189600460008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600460008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613f3687600360008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613fcb84600460008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600460008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061406086600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506140af8582858561461d565b8973ffffffffffffffffffffffffffffffffffffffff168b73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef866040518082815260200191505060405180910390a35050505050505050505050565b6000806000600b5490506000600a54905060005b6007805490508110156143755782600360006007848154811061415457fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054118061423b57508160046000600784815481106141d357fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054115b1561425257600b54600a54945094505050506143ae565b6142db600360006007848154811061426657fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054846136df90919063ffffffff16565b925061436660046000600784815481106142f157fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054836136df90919063ffffffff16565b91508080600101915050614135565b5061438d600a54600b546135a590919063ffffffff16565b8210156143a557600b54600a549350935050506143ae565b81819350935050505b9091565b6000808311829061445e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015614423578082015181840152602081019050614408565b50505050905090810190601f1680156144505780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50600083858161446a57fe5b049050809150509392505050565b6000806000806144a46064614496888a61459790919063ffffffff16565b6135a590919063ffffffff16565b905060006144ce60646144c0888b61459790919063ffffffff16565b6135a590919063ffffffff16565b905060006144f7826144e9858c6136df90919063ffffffff16565b6136df90919063ffffffff16565b905080838395509550955050505093509350939050565b600080600080614527858961459790919063ffffffff16565b9050600061453e868961459790919063ffffffff16565b90506000614555878961459790919063ffffffff16565b9050600061457e8261457085876136df90919063ffffffff16565b6136df90919063ffffffff16565b9050838184965096509650505050509450945094915050565b6000808314156145aa5760009050614617565b60008284029050828482816145bb57fe5b0414614612576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806147ba6021913960400191505060405180910390fd5b809150505b92915050565b6146448361463686600b546136df90919063ffffffff16565b6136df90919063ffffffff16565b600b8190555061465f82600c546135ef90919063ffffffff16565b600c8190555061467a81600d546135ef90919063ffffffff16565b600d8190555061469581600a546136df90919063ffffffff16565b600a819055505050505056fe45524332303a207472616e7366657220746f20746865207a65726f20616464726573736d61785478416d6f756e742073686f756c642062652067726561746572207468616e203130303030303030303030306539416d6f756e74206d757374206265206c657373207468616e20746f74616c207265666c656374696f6e734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573737461784665652063616e206f6e6c7920626520696e6372656173656420616e64206d61782069732031305472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63655472616e7366657220616d6f756e74206d7573742062652067726561746572207468616e207a65726f57652063616e206e6f7420626c61636b6c69737420556e697377617020726f757465722e45524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f20616464726573736275726e4665652063616e206f6e6c7920626520696e6372656173656420616e64206d617820697320313057652063616e206e6f74206578636c75646520556e697377617020726f757465722e4578636c75646564206164647265737365732063616e6e6f742063616c6c20746869732066756e6374696f6e596f7520646f6e27742068617665207065726d697373696f6e20746f20756e6c6f636b45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220b3d5e68506b38141f9c8c7d9fd2713c1ae682143d48d20d7f49925ac742d8c2e64736f6c634300060c0033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101da5760003560e01c806370a0823111610104578063a9059cbb116100a2578063dd62ed3e11610071578063dd62ed3e1461088a578063f2cc0c1814610902578063f2fde38b14610946578063f84354f11461098a576101da565b8063a9059cbb14610780578063b6c52324146107e4578063cba0e99614610802578063dd4670641461085c576101da565b80638da5cb5b116100de5780638da5cb5b1461065b57806395d89b411461068f578063a457c2d714610712578063a69df4b514610776576101da565b806370a08231146105b5578063715018a61461060d5780637ded4d6a14610617576101da565b8063313ce5671161017c5780633c9f861d1161014b5780633c9f861d146104d75780634303443d146104f55780634549b039146105395780635880b87314610587576101da565b8063313ce567146103f657806339509351146104175780633b6b19611461047b5780633bd5d173146104a9576101da565b806318160ddd116101b857806318160ddd146102e45780631bbae6e01461030257806323b872dd146103305780632d838119146103b4576101da565b806306fdde03146101df578063095ea7b31461026257806313114a9d146102c6575b600080fd5b6101e76109ce565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561022757808201518184015260208101905061020c565b50505050905090810190601f1680156102545780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102ae6004803603604081101561027857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610a70565b60405180821515815260200191505060405180910390f35b6102ce610a8e565b6040518082815260200191505060405180910390f35b6102ec610a98565b6040518082815260200191505060405180910390f35b61032e6004803603602081101561031857600080fd5b8101908080359060200190929190505050610aa2565b005b61039c6004803603606081101561034657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610bd6565b60405180821515815260200191505060405180910390f35b6103e0600480360360208110156103ca57600080fd5b8101908080359060200190929190505050610caf565b6040518082815260200191505060405180910390f35b6103fe610d33565b604051808260ff16815260200191505060405180910390f35b6104636004803603604081101561042d57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610d4a565b60405180821515815260200191505060405180910390f35b6104a76004803603602081101561049157600080fd5b8101908080359060200190929190505050610dfd565b005b6104d5600480360360208110156104bf57600080fd5b8101908080359060200190929190505050610f37565b005b6104df6110c8565b6040518082815260200191505060405180910390f35b6105376004803603602081101561050b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506110d2565b005b6105716004803603604081101561054f57600080fd5b81019080803590602001909291908035151590602001909291905050506113b1565b6040518082815260200191505060405180910390f35b6105b36004803603602081101561059d57600080fd5b8101908080359060200190929190505050611468565b005b6105f7600480360360208110156105cb57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506115a2565b6040518082815260200191505060405180910390f35b61061561168d565b005b6106596004803603602081101561062d57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611813565b005b610663611b58565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610697611b81565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156106d75780820151818401526020810190506106bc565b50505050905090810190601f1680156107045780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61075e6004803603604081101561072857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611c23565b60405180821515815260200191505060405180910390f35b61077e611cf0565b005b6107cc6004803603604081101561079657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611f0d565b60405180821515815260200191505060405180910390f35b6107ec611f2b565b6040518082815260200191505060405180910390f35b6108446004803603602081101561081857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611f35565b60405180821515815260200191505060405180910390f35b6108886004803603602081101561087257600080fd5b8101908080359060200190929190505050611f8b565b005b6108ec600480360360408110156108a057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061217c565b6040518082815260200191505060405180910390f35b6109446004803603602081101561091857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612203565b005b6109886004803603602081101561095c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506125b6565b005b6109cc600480360360208110156109a057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506127c1565b005b6060600e8054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610a665780601f10610a3b57610100808354040283529160200191610a66565b820191906000526020600020905b815481529060010190602001808311610a4957829003601f168201915b5050505050905090565b6000610a84610a7d612b4b565b8484612b53565b6001905092915050565b6000600c54905090565b6000600a54905090565b610aaa612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610b6a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b68056bc75e2d63100000811015610bcc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260318152602001806146c56031913960400191505060405180910390fd5b8060138190555050565b6000610be3848484612d4a565b610ca484610bef612b4b565b610c9f856040518060600160405280602881526020016147db60289139600560008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610c55612b4b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134ba9092919063ffffffff16565b612b53565b600190509392505050565b6000600b54821115610d0c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a8152602001806146f6602a913960400191505060405180910390fd5b6000610d1661357a565b9050610d2b81846135a590919063ffffffff16565b915050919050565b6000601060009054906101000a900460ff16905090565b6000610df3610d57612b4b565b84610dee8560056000610d68612b4b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b612b53565b6001905092915050565b610e05612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610ec5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6012548110158015610ed85750600a8111155b610f2d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602b815260200180614899602b913960400191505060405180910390fd5b8060128190555050565b6000610f41612b4b565b9050600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615610fe6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c8152602001806148e6602c913960400191505060405180910390fd5b6000610ff183613677565b5050505050905061104a81600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506110a281600b546136df90919063ffffffff16565b600b819055506110bd83600c546135ef90919063ffffffff16565b600c81905550505050565b6000600d54905090565b6110da612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461119a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611233576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602481526020018061482c6024913960400191505060405180910390fd5b600860008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16156112f3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f4163636f756e7420697320616c726561647920626c61636b6c6973746564000081525060200191505060405180910390fd5b6001600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506009819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600a5483111561142b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f416d6f756e74206d757374206265206c657373207468616e20737570706c790081525060200191505060405180910390fd5b8161144b57600061143b84613677565b5050505050905080915050611462565b600061145684613677565b50505050915050809150505b92915050565b611470612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611530576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60115481101580156115435750600a8111155b611598576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180614768602a913960400191505060405180910390fd5b8060118190555050565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161561163d57600460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050611688565b611685600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610caf565b90505b919050565b611695612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611755576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b61181b612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146118db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600860008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1661199a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f4163636f756e74206973206e6f7420626c61636b6c697374656400000000000081525060200191505060405180910390fd5b60005b600980549050811015611b54578173ffffffffffffffffffffffffffffffffffffffff16600982815481106119ce57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161415611b4757600960016009805490500381548110611a2a57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660098281548110611a6257fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506009805480611b0d57fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690559055611b54565b808060010191505061199d565b5050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600f8054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015611c195780601f10611bee57610100808354040283529160200191611c19565b820191906000526020600020905b815481529060010190602001808311611bfc57829003601f168201915b5050505050905090565b6000611ce6611c30612b4b565b84611ce1856040518060600160405280602581526020016149356025913960056000611c5a612b4b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134ba9092919063ffffffff16565b612b53565b6001905092915050565b3373ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611d96576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806149126023913960400191505060405180910390fd5b6002544211611e0d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f436f6e7472616374206973206c6f636b656420756e74696c203720646179730081525060200191505060405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b6000611f21611f1a612b4b565b8484612d4a565b6001905092915050565b6000600254905090565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b611f93612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612053576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550804201600281905550600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a350565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b61220b612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146122cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612364576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806148c46022913960400191505060405180910390fd5b600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615612424576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b6000600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205411156124f8576124b4600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610caf565b600460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b6001600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506007819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6125be612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461267e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612704576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260268152602001806147206026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6127c9612b4b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612889576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16612948576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b60005b600780549050811015612b47578173ffffffffffffffffffffffffffffffffffffffff166007828154811061297c57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161415612b3a576007600160078054905003815481106129d857fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660078281548110612a1057fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506000600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506007805480612b0057fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690559055612b47565b808060010191505061294b565b5050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612bd9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806148756024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612c5f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806147466022913960400191505060405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612dd0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260258152602001806148506025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612e56576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806146a26023913960400191505060405180910390fd5b60008111612eaf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260298152602001806148036029913960400191505060405180910390fd5b600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615612f6f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f596f752068617665206e6f20706f77657220686572652100000000000000000081525060200191505060405180910390fd5b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161561302f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f596f752068617665206e6f20706f77657220686572652100000000000000000081525060200191505060405180910390fd5b600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16156130ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f596f752068617665206e6f20706f77657220686572652100000000000000000081525060200191505060405180910390fd5b6130f7611b58565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156131655750613135611b58565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b156131c6576013548111156131c5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260288152602001806147926028913960400191505060405180910390fd5b5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156132695750600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b1561327e57613279838383613729565b6134b5565b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580156133215750600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15613336576133318383836139a7565b6134b4565b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580156133da5750600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b156133ef576133ea838383613c25565b6134b3565b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156134915750600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b156134a6576134a1838383613e0e565b6134b2565b6134b1838383613c25565b5b5b5b5b505050565b6000838311158290613567576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561352c578082015181840152602081019050613511565b50505050905090810190601f1680156135595780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b6000806000613587614121565b9150915061359e81836135a590919063ffffffff16565b9250505090565b60006135e783836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506143b2565b905092915050565b60008082840190508381101561366d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b60008060008060008060008060006136948a601154601254614478565b92509250925060006136a461357a565b905060008060006136b78e87878761450e565b9250925092508282828989899c509c509c509c509c509c505050505050505091939550919395565b600061372183836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506134ba565b905092915050565b600061373361357a565b905060008060008060008061374788613677565b9550955095509550955095506000613768888361459790919063ffffffff16565b90506137bc89600460008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600460008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061385187600360008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506138e686600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506139358582858561461d565b8973ffffffffffffffffffffffffffffffffffffffff168b73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef866040518082815260200191505060405180910390a35050505050505050505050565b60006139b161357a565b90506000806000806000806139c588613677565b95509550955095509550955060006139e6888361459790919063ffffffff16565b9050613a3a87600360008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613acf84600460008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600460008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613b6486600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613bb38582858561461d565b8973ffffffffffffffffffffffffffffffffffffffff168b73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef866040518082815260200191505060405180910390a35050505050505050505050565b6000613c2f61357a565b9050600080600080600080613c4388613677565b9550955095509550955095506000613c64888361459790919063ffffffff16565b9050613cb887600360008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613d4d86600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613d9c8582858561461d565b8973ffffffffffffffffffffffffffffffffffffffff168b73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef866040518082815260200191505060405180910390a35050505050505050505050565b6000613e1861357a565b9050600080600080600080613e2c88613677565b9550955095509550955095506000613e4d888361459790919063ffffffff16565b9050613ea189600460008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600460008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613f3687600360008e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546136df90919063ffffffff16565b600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613fcb84600460008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600460008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061406086600360008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ef90919063ffffffff16565b600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506140af8582858561461d565b8973ffffffffffffffffffffffffffffffffffffffff168b73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef866040518082815260200191505060405180910390a35050505050505050505050565b6000806000600b5490506000600a54905060005b6007805490508110156143755782600360006007848154811061415457fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054118061423b57508160046000600784815481106141d357fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054115b1561425257600b54600a54945094505050506143ae565b6142db600360006007848154811061426657fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054846136df90919063ffffffff16565b925061436660046000600784815481106142f157fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054836136df90919063ffffffff16565b91508080600101915050614135565b5061438d600a54600b546135a590919063ffffffff16565b8210156143a557600b54600a549350935050506143ae565b81819350935050505b9091565b6000808311829061445e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015614423578082015181840152602081019050614408565b50505050905090810190601f1680156144505780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50600083858161446a57fe5b049050809150509392505050565b6000806000806144a46064614496888a61459790919063ffffffff16565b6135a590919063ffffffff16565b905060006144ce60646144c0888b61459790919063ffffffff16565b6135a590919063ffffffff16565b905060006144f7826144e9858c6136df90919063ffffffff16565b6136df90919063ffffffff16565b905080838395509550955050505093509350939050565b600080600080614527858961459790919063ffffffff16565b9050600061453e868961459790919063ffffffff16565b90506000614555878961459790919063ffffffff16565b9050600061457e8261457085876136df90919063ffffffff16565b6136df90919063ffffffff16565b9050838184965096509650505050509450945094915050565b6000808314156145aa5760009050614617565b60008284029050828482816145bb57fe5b0414614612576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806147ba6021913960400191505060405180910390fd5b809150505b92915050565b6146448361463686600b546136df90919063ffffffff16565b6136df90919063ffffffff16565b600b8190555061465f82600c546135ef90919063ffffffff16565b600c8190555061467a81600d546135ef90919063ffffffff16565b600d8190555061469581600a546136df90919063ffffffff16565b600a819055505050505056fe45524332303a207472616e7366657220746f20746865207a65726f20616464726573736d61785478416d6f756e742073686f756c642062652067726561746572207468616e203130303030303030303030306539416d6f756e74206d757374206265206c657373207468616e20746f74616c207265666c656374696f6e734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573737461784665652063616e206f6e6c7920626520696e6372656173656420616e64206d61782069732031305472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63655472616e7366657220616d6f756e74206d7573742062652067726561746572207468616e207a65726f57652063616e206e6f7420626c61636b6c69737420556e697377617020726f757465722e45524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f20616464726573736275726e4665652063616e206f6e6c7920626520696e6372656173656420616e64206d617820697320313057652063616e206e6f74206578636c75646520556e697377617020726f757465722e4578636c75646564206164647265737365732063616e6e6f742063616c6c20746869732066756e6374696f6e596f7520646f6e27742068617665207065726d697373696f6e20746f20756e6c6f636b45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220b3d5e68506b38141f9c8c7d9fd2713c1ae682143d48d20d7f49925ac742d8c2e64736f6c634300060c0033

Deployed Bytecode Sourcemap

17149:13605:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18251:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19163:161;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;20274:87;;;:::i;:::-;;;;;;;;;;;;;;;;;;;18528:95;;;:::i;:::-;;;;;;;;;;;;;;;;;;;30536:215;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;19332:313;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;21298:253;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;18437:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;19653:218;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;30325:199;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;20469:377;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;20373:88;;;:::i;:::-;;;;;;;;;;;;;;;;;;;22500:352;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;20854:436;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;30122:191;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;18631:198;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;15839:148;;;:::i;:::-;;22860:500;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;15196:79;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;18342:87;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19879:269;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;16849:293;;;:::i;:::-;;18837:167;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;16394:89;;;:::i;:::-;;;;;;;;;;;;;;;;;;;20156:110;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;16559:214;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;19012:143;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;21559:443;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;16142:244;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;22010:478;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;18251:83;18288:13;18321:5;18314:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18251:83;:::o;19163:161::-;19238:4;19255:39;19264:12;:10;:12::i;:::-;19278:7;19287:6;19255:8;:39::i;:::-;19312:4;19305:11;;19163:161;;;;:::o;20274:87::-;20316:7;20343:10;;20336:17;;20274:87;:::o;18528:95::-;18581:7;18608;;18601:14;;18528:95;:::o;30536:215::-;15418:12;:10;:12::i;:::-;15408:22;;:6;;;;;;;;;;:22;;;15400:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30637:14:::1;30622:11;:29;;30614:92;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30732:11;30717:12;:26;;;;30536:215:::0;:::o;19332:313::-;19430:4;19447:36;19457:6;19465:9;19476:6;19447:9;:36::i;:::-;19494:121;19503:6;19511:12;:10;:12::i;:::-;19525:89;19563:6;19525:89;;;;;;;;;;;;;;;;;:11;:19;19537:6;19525:19;;;;;;;;;;;;;;;:33;19545:12;:10;:12::i;:::-;19525:33;;;;;;;;;;;;;;;;:37;;:89;;;;;:::i;:::-;19494:8;:121::i;:::-;19633:4;19626:11;;19332:313;;;;;:::o;21298:253::-;21364:7;21403;;21392;:18;;21384:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21468:19;21491:10;:8;:10::i;:::-;21468:33;;21519:24;21531:11;21519:7;:11;;:24;;;;:::i;:::-;21512:31;;;21298:253;;;:::o;18437:83::-;18478:5;18503:9;;;;;;;;;;;18496:16;;18437:83;:::o;19653:218::-;19741:4;19758:83;19767:12;:10;:12::i;:::-;19781:7;19790:50;19829:10;19790:11;:25;19802:12;:10;:12::i;:::-;19790:25;;;;;;;;;;;;;;;:34;19816:7;19790:34;;;;;;;;;;;;;;;;:38;;:50;;;;:::i;:::-;19758:8;:83::i;:::-;19859:4;19852:11;;19653:218;;;;:::o;30325:199::-;15418:12;:10;:12::i;:::-;15408:22;;:6;;;;;;;;;;:22;;;15400:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30414:8:::1;;30403:7;:19;;:36;;;;;30437:2;30426:7;:13;;30403:36;30395:92;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30509:7;30498:8;:18;;;;30325:199:::0;:::o;20469:377::-;20521:14;20538:12;:10;:12::i;:::-;20521:29;;20570:11;:19;20582:6;20570:19;;;;;;;;;;;;;;;;;;;;;;;;;20569:20;20561:77;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20650:15;20674:19;20685:7;20674:10;:19::i;:::-;20649:44;;;;;;;20722:28;20742:7;20722;:15;20730:6;20722:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;20704:7;:15;20712:6;20704:15;;;;;;;;;;;;;;;:46;;;;20771:20;20783:7;20771;;:11;;:20;;;;:::i;:::-;20761:7;:30;;;;20815:23;20830:7;20815:10;;:14;;:23;;;;:::i;:::-;20802:10;:36;;;;20469:377;;;:::o;20373:88::-;20415:7;20442:11;;20435:18;;20373:88;:::o;22500:352::-;15418:12;:10;:12::i;:::-;15408:22;;:6;;;;;;;;;;:22;;;15400:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22595:42:::1;22584:53;;:7;:53;;;;22576:102;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22698:17;:26;22716:7;22698:26;;;;;;;;;;;;;;;;;;;;;;;;;22697:27;22689:70;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;22799:4;22770:17;:26;22788:7;22770:26;;;;;;;;;;;;;;;;:33;;;;;;;;;;;;;;;;;;22814:16;22836:7;22814:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22500:352:::0;:::o;20854:436::-;20944:7;20983;;20972;:18;;20964:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21042:17;21037:246;;21077:15;21101:19;21112:7;21101:10;:19::i;:::-;21076:44;;;;;;;21142:7;21135:14;;;;;21037:246;21184:23;21215:19;21226:7;21215:10;:19::i;:::-;21182:52;;;;;;;21256:15;21249:22;;;20854:436;;;;;:::o;30122:191::-;15418:12;:10;:12::i;:::-;15408:22;;:6;;;;;;;;;;:22;;;15400:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30208:7:::1;;30198:6;:17;;:33;;;;;30229:2;30219:6;:12;;30198:33;30190:88;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30299:6;30289:7;:16;;;;30122:191:::0;:::o;18631:198::-;18697:7;18721:11;:20;18733:7;18721:20;;;;;;;;;;;;;;;;;;;;;;;;;18717:49;;;18750:7;:16;18758:7;18750:16;;;;;;;;;;;;;;;;18743:23;;;;18717:49;18784:37;18804:7;:16;18812:7;18804:16;;;;;;;;;;;;;;;;18784:19;:37::i;:::-;18777:44;;18631:198;;;;:::o;15839:148::-;15418:12;:10;:12::i;:::-;15408:22;;:6;;;;;;;;;;:22;;;15400:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15946:1:::1;15909:40;;15930:6;::::0;::::1;;;;;;;;15909:40;;;;;;;;;;;;15977:1;15960:6:::0;::::1;:19;;;;;;;;;;;;;;;;;;15839:148::o:0;22860:500::-;15418:12;:10;:12::i;:::-;15408:22;;:6;;;;;;;;;;:22;;;15400:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22949:17:::1;:26;22967:7;22949:26;;;;;;;;;;;;;;;;;;;;;;;;;22941:65;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;23022:9;23017:336;23041:16;:23;;;;23037:1;:27;23017:336;;;23113:7;23090:30;;:16;23107:1;23090:19;;;;;;;;;;;;;;;;;;;;;;;;;:30;;;23086:256;;;23163:16;23206:1;23180:16;:23;;;;:27;23163:45;;;;;;;;;;;;;;;;;;;;;;;;;23141:16;23158:1;23141:19;;;;;;;;;;;;;;;;:67;;;;;;;;;;;;;;;;;;23256:5;23227:17;:26;23245:7;23227:26;;;;;;;;;;;;;;;;:34;;;;;;;;;;;;;;;;;;23280:16;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23321:5;;23086:256;23066:3;;;;;;;23017:336;;;;22860:500:::0;:::o;15196:79::-;15234:7;15261:6;;;;;;;;;;;15254:13;;15196:79;:::o;18342:87::-;18381:13;18414:7;18407:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18342:87;:::o;19879:269::-;19972:4;19989:129;19998:12;:10;:12::i;:::-;20012:7;20021:96;20060:15;20021:96;;;;;;;;;;;;;;;;;:11;:25;20033:12;:10;:12::i;:::-;20021:25;;;;;;;;;;;;;;;:34;20047:7;20021:34;;;;;;;;;;;;;;;;:38;;:96;;;;;:::i;:::-;19989:8;:129::i;:::-;20136:4;20129:11;;19879:269;;;;:::o;16849:293::-;16919:10;16901:28;;:14;;;;;;;;;;;:28;;;16893:76;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16994:9;;16988:3;:15;16980:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17085:14;;;;;;;;;;;17056:44;;17077:6;;;;;;;;;;17056:44;;;;;;;;;;;;17120:14;;;;;;;;;;;17111:6;;:23;;;;;;;;;;;;;;;;;;16849:293::o;18837:167::-;18915:4;18932:42;18942:12;:10;:12::i;:::-;18956:9;18967:6;18932:9;:42::i;:::-;18992:4;18985:11;;18837:167;;;;:::o;16394:89::-;16439:7;16466:9;;16459:16;;16394:89;:::o;20156:110::-;20214:4;20238:11;:20;20250:7;20238:20;;;;;;;;;;;;;;;;;;;;;;;;;20231:27;;20156:110;;;:::o;16559:214::-;15418:12;:10;:12::i;:::-;15408:22;;:6;;;;;;;;;;:22;;;15400:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16640:6:::1;::::0;::::1;;;;;;;;16623:14;;:23;;;;;;;;;;;;;;;;;;16674:1;16657:6:::0;::::1;:19;;;;;;;;;;;;;;;;;;16705:4;16699:3;:10;16687:9;:22;;;;16762:1;16725:40;;16746:6;::::0;::::1;;;;;;;;16725:40;;;;;;;;;;;;16559:214:::0;:::o;19012:143::-;19093:7;19120:11;:18;19132:5;19120:18;;;;;;;;;;;;;;;:27;19139:7;19120:27;;;;;;;;;;;;;;;;19113:34;;19012:143;;;;:::o;21559:443::-;15418:12;:10;:12::i;:::-;15408:22;;:6;;;;;;;;;;:22;;;15400:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21651:42:::1;21640:53;;:7;:53;;;;21632:100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21752:11;:20;21764:7;21752:20;;;;;;;;;;;;;;;;;;;;;;;;;21751:21;21743:61;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;21837:1;21818:7;:16;21826:7;21818:16;;;;;;;;;;;;;;;;:20;21815:108;;;21874:37;21894:7;:16;21902:7;21894:16;;;;;;;;;;;;;;;;21874:19;:37::i;:::-;21855:7;:16;21863:7;21855:16;;;;;;;;;;;;;;;:56;;;;21815:108;21956:4;21933:11;:20;21945:7;21933:20;;;;;;;;;;;;;;;;:27;;;;;;;;;;;;;;;;;;21971:9;21986:7;21971:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21559:443:::0;:::o;16142:244::-;15418:12;:10;:12::i;:::-;15408:22;;:6;;;;;;;;;;:22;;;15400:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16251:1:::1;16231:22;;:8;:22;;;;16223:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16341:8;16312:38;;16333:6;::::0;::::1;;;;;;;;16312:38;;;;;;;;;;;;16370:8;16361:6;::::0;:17:::1;;;;;;;;;;;;;;;;;;16142:244:::0;:::o;22010:478::-;15418:12;:10;:12::i;:::-;15408:22;;:6;;;;;;;;;;:22;;;15400:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22091:11:::1;:20;22103:7;22091:20;;;;;;;;;;;;;;;;;;;;;;;;;22083:60;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;22159:9;22154:327;22178:9;:16;;;;22174:1;:20;22154:327;;;22236:7;22220:23;;:9;22230:1;22220:12;;;;;;;;;;;;;;;;;;;;;;;;;:23;;;22216:254;;;22279:9;22308:1;22289:9;:16;;;;:20;22279:31;;;;;;;;;;;;;;;;;;;;;;;;;22264:9;22274:1;22264:12;;;;;;;;;;;;;;;;:46;;;;;;;;;;;;;;;;;;22348:1;22329:7;:16;22337:7;22329:16;;;;;;;;;;;;;;;:20;;;;22391:5;22368:11;:20;22380:7;22368:20;;;;;;;;;;;;;;;;:28;;;;;;;;;;;;;;;;;;22415:9;:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22449:5;;22216:254;22196:3;;;;;;;22154:327;;;;22010:478:::0;:::o;101:106::-;154:15;189:10;182:17;;101:106;:::o;23368:337::-;23478:1;23461:19;;:5;:19;;;;23453:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23559:1;23540:21;;:7;:21;;;;23532:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23643:6;23613:11;:18;23625:5;23613:18;;;;;;;;;;;;;;;:27;23632:7;23613:27;;;;;;;;;;;;;;;:36;;;;23681:7;23665:32;;23674:5;23665:32;;;23690:6;23665:32;;;;;;;;;;;;;;;;;;23368:337;;;:::o;23713:1324::-;23828:1;23810:20;;:6;:20;;;;23802:70;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23912:1;23891:23;;:9;:23;;;;23883:71;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23982:1;23973:6;:10;23965:64;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24051:17;:28;24069:9;24051:28;;;;;;;;;;;;;;;;;;;;;;;;;24050:29;24042:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24127:17;:29;24145:10;24127:29;;;;;;;;;;;;;;;;;;;;;;;;;24126:30;24118:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24204:17;:25;24222:6;24204:25;;;;;;;;;;;;;;;;;;;;;;;;;24203:26;24195:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24291:7;:5;:7::i;:::-;24281:17;;:6;:17;;;;:41;;;;;24315:7;:5;:7::i;:::-;24302:20;;:9;:20;;;;24281:41;24278:134;;;24355:12;;24345:6;:22;;24337:75;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24278:134;24437:11;:19;24449:6;24437:19;;;;;;;;;;;;;;;;;;;;;;;;;:46;;;;;24461:11;:22;24473:9;24461:22;;;;;;;;;;;;;;;;;;;;;;;;;24460:23;24437:46;24433:597;;;24500:48;24522:6;24530:9;24541:6;24500:21;:48::i;:::-;24433:597;;;24571:11;:19;24583:6;24571:19;;;;;;;;;;;;;;;;;;;;;;;;;24570:20;:46;;;;;24594:11;:22;24606:9;24594:22;;;;;;;;;;;;;;;;;;;;;;;;;24570:46;24566:464;;;24633:46;24653:6;24661:9;24672:6;24633:19;:46::i;:::-;24566:464;;;24702:11;:19;24714:6;24702:19;;;;;;;;;;;;;;;;;;;;;;;;;24701:20;:47;;;;;24726:11;:22;24738:9;24726:22;;;;;;;;;;;;;;;;;;;;;;;;;24725:23;24701:47;24697:333;;;24765:44;24783:6;24791:9;24802:6;24765:17;:44::i;:::-;24697:333;;;24831:11;:19;24843:6;24831:19;;;;;;;;;;;;;;;;;;;;;;;;;:45;;;;;24854:11;:22;24866:9;24854:22;;;;;;;;;;;;;;;;;;;;;;;;;24831:45;24827:203;;;24893:48;24915:6;24923:9;24934:6;24893:21;:48::i;:::-;24827:203;;;24974:44;24992:6;25000:9;25011:6;24974:17;:44::i;:::-;24827:203;24697:333;24566:464;24433:597;23713:1324;;;:::o;4911:192::-;4997:7;5030:1;5025;:6;;5033:12;5017:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5057:9;5073:1;5069;:5;5057:17;;5094:1;5087:8;;;4911:192;;;;;:::o;29178:163::-;29219:7;29240:15;29257;29276:19;:17;:19::i;:::-;29239:56;;;;29313:20;29325:7;29313;:11;;:20;;;;:::i;:::-;29306:27;;;;29178:163;:::o;6308:132::-;6366:7;6393:39;6397:1;6400;6393:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;6386:46;;6308:132;;;;:::o;4008:181::-;4066:7;4086:9;4102:1;4098;:5;4086:17;;4127:1;4122;:6;;4114:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4180:1;4173:8;;;4008:181;;;;:::o;27926:468::-;27985:7;27994;28003;28012;28021;28030;28051:23;28076:12;28090:13;28107:39;28119:7;28128;;28137:8;;28107:11;:39::i;:::-;28050:96;;;;;;28157:19;28180:10;:8;:10::i;:::-;28157:33;;28202:15;28219:23;28244:12;28260:46;28272:7;28281:4;28287:5;28294:11;28260;:46::i;:::-;28201:105;;;;;;28325:7;28334:15;28351:4;28357:15;28374:4;28380:5;28317:69;;;;;;;;;;;;;;;;;;;27926:468;;;;;;;:::o;4472:136::-;4530:7;4557:43;4561:1;4564;4557:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;4550:50;;4472:136;;;;:::o;26288:632::-;26390:19;26413:10;:8;:10::i;:::-;26390:33;;26435:15;26452:23;26477:12;26491:23;26516:12;26530:13;26547:19;26558:7;26547:10;:19::i;:::-;26434:132;;;;;;;;;;;;26577:13;26594:22;26604:11;26594:5;:9;;:22;;;;:::i;:::-;26577:39;;26645:28;26665:7;26645;:15;26653:6;26645:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;26627:7;:15;26635:6;26627:15;;;;;;;;;;;;;;;:46;;;;26702:28;26722:7;26702;:15;26710:6;26702:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;26684:7;:15;26692:6;26684:15;;;;;;;;;;;;;;;:46;;;;26762:39;26785:15;26762:7;:18;26770:9;26762:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;26741:7;:18;26749:9;26741:18;;;;;;;;;;;;;;;:60;;;;26815:37;26827:4;26833:5;26840:4;26846:5;26815:11;:37::i;:::-;26885:9;26868:44;;26877:6;26868:44;;;26896:15;26868:44;;;;;;;;;;;;;;;;;;26288:632;;;;;;;;;;;:::o;25628:652::-;25728:19;25751:10;:8;:10::i;:::-;25728:33;;25773:15;25790:23;25815:12;25829:23;25854:12;25868:13;25885:19;25896:7;25885:10;:19::i;:::-;25772:132;;;;;;;;;;;;25915:13;25932:22;25942:11;25932:5;:9;;:22;;;;:::i;:::-;25915:39;;25983:28;26003:7;25983;:15;25991:6;25983:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;25965:7;:15;25973:6;25965:15;;;;;;;;;;;;;;;:46;;;;26043:39;26066:15;26043:7;:18;26051:9;26043:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;26022:7;:18;26030:9;26022:18;;;;;;;;;;;;;;;:60;;;;26114:39;26137:15;26114:7;:18;26122:9;26114:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;26093:7;:18;26101:9;26093:18;;;;;;;;;;;;;;;:60;;;;26175:37;26187:4;26193:5;26200:4;26206:5;26175:11;:37::i;:::-;26245:9;26228:44;;26237:6;26228:44;;;26256:15;26228:44;;;;;;;;;;;;;;;;;;25628:652;;;;;;;;;;;:::o;25045:575::-;25143:19;25166:10;:8;:10::i;:::-;25143:33;;25188:15;25205:23;25230:12;25244:23;25269:12;25283:13;25300:19;25311:7;25300:10;:19::i;:::-;25187:132;;;;;;;;;;;;25330:13;25347:22;25357:11;25347:5;:9;;:22;;;;:::i;:::-;25330:39;;25398:28;25418:7;25398;:15;25406:6;25398:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;25380:7;:15;25388:6;25380:15;;;;;;;;;;;;;;;:46;;;;25458:39;25481:15;25458:7;:18;25466:9;25458:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;25437:7;:18;25445:9;25437:18;;;;;;;;;;;;;;;:60;;;;25515:37;25527:4;25533:5;25540:4;25546:5;25515:11;:37::i;:::-;25585:9;25568:44;;25577:6;25568:44;;;25596:15;25568:44;;;;;;;;;;;;;;;;;;25045:575;;;;;;;;;;;:::o;26928:708::-;27030:19;27053:10;:8;:10::i;:::-;27030:33;;27075:15;27092:23;27117:12;27131:23;27156:12;27170:13;27187:19;27198:7;27187:10;:19::i;:::-;27074:132;;;;;;;;;;;;27217:13;27234:22;27244:11;27234:5;:9;;:22;;;;:::i;:::-;27217:39;;27285:28;27305:7;27285;:15;27293:6;27285:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;27267:7;:15;27275:6;27267:15;;;;;;;;;;;;;;;:46;;;;27342:28;27362:7;27342;:15;27350:6;27342:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;27324:7;:15;27332:6;27324:15;;;;;;;;;;;;;;;:46;;;;27402:39;27425:15;27402:7;:18;27410:9;27402:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;27381:7;:18;27389:9;27381:18;;;;;;;;;;;;;;;:60;;;;27473:39;27496:15;27473:7;:18;27481:9;27473:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;27452:7;:18;27460:9;27452:18;;;;;;;;;;;;;;;:60;;;;27531:37;27543:4;27549:5;27556:4;27562:5;27531:11;:37::i;:::-;27601:9;27584:44;;27593:6;27584:44;;;27612:15;27584:44;;;;;;;;;;;;;;;;;;26928:708;;;;;;;;;;;:::o;29349:561::-;29399:7;29408;29428:15;29446:7;;29428:25;;29464:15;29482:7;;29464:25;;29511:9;29506:289;29530:9;:16;;;;29526:1;:20;29506:289;;;29596:7;29572;:21;29580:9;29590:1;29580:12;;;;;;;;;;;;;;;;;;;;;;;;;29572:21;;;;;;;;;;;;;;;;:31;:66;;;;29631:7;29607;:21;29615:9;29625:1;29615:12;;;;;;;;;;;;;;;;;;;;;;;;;29607:21;;;;;;;;;;;;;;;;:31;29572:66;29568:97;;;29648:7;;29657;;29640:25;;;;;;;;;29568:97;29690:34;29702:7;:21;29710:9;29720:1;29710:12;;;;;;;;;;;;;;;;;;;;;;;;;29702:21;;;;;;;;;;;;;;;;29690:7;:11;;:34;;;;:::i;:::-;29680:44;;29749:34;29761:7;:21;29769:9;29779:1;29769:12;;;;;;;;;;;;;;;;;;;;;;;;;29761:21;;;;;;;;;;;;;;;;29749:7;:11;;:34;;;;:::i;:::-;29739:44;;29548:3;;;;;;;29506:289;;;;29819:20;29831:7;;29819;;:11;;:20;;;;:::i;:::-;29809:7;:30;29805:61;;;29849:7;;29858;;29841:25;;;;;;;;29805:61;29885:7;29894;29877:25;;;;;;29349:561;;;:::o;6936:278::-;7022:7;7054:1;7050;:5;7057:12;7042:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7081:9;7097:1;7093;:5;;;;;;7081:17;;7205:1;7198:8;;;6936:278;;;;;:::o;28402:351::-;28495:7;28504;28513;28533:12;28548:28;28572:3;28548:19;28560:6;28548:7;:11;;:19;;;;:::i;:::-;:23;;:28;;;;:::i;:::-;28533:43;;28587:13;28603:29;28628:3;28603:20;28615:7;28603;:11;;:20;;;;:::i;:::-;:24;;:29;;;;:::i;:::-;28587:45;;28643:23;28669:28;28691:5;28669:17;28681:4;28669:7;:11;;:17;;;;:::i;:::-;:21;;:28;;;;:::i;:::-;28643:54;;28716:15;28733:4;28739:5;28708:37;;;;;;;;;28402:351;;;;;;;:::o;28761:409::-;28871:7;28880;28889;28909:15;28927:24;28939:11;28927:7;:11;;:24;;;;:::i;:::-;28909:42;;28962:12;28977:21;28986:11;28977:4;:8;;:21;;;;:::i;:::-;28962:36;;29009:13;29025:22;29035:11;29025:5;:9;;:22;;;;:::i;:::-;29009:38;;29058:23;29084:28;29106:5;29084:17;29096:4;29084:7;:11;;:17;;;;:::i;:::-;:21;;:28;;;;:::i;:::-;29058:54;;29131:7;29140:15;29157:4;29123:39;;;;;;;;;;28761:409;;;;;;;;:::o;5362:470::-;5420:7;5669:1;5664;:6;5660:47;;;5694:1;5687:8;;;;5660:47;5719:9;5735:1;5731;:5;5719:17;;5764:1;5759;5755;:5;;;;;;:10;5747:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5823:1;5816:8;;;5362:470;;;;;:::o;27644:274::-;27752:28;27774:5;27752:17;27764:4;27752:7;;:11;;:17;;;;:::i;:::-;:21;;:28;;;;:::i;:::-;27742:7;:38;;;;27804:20;27819:4;27804:10;;:14;;:20;;;;:::i;:::-;27791:10;:33;;;;27849:22;27865:5;27849:11;;:15;;:22;;;;:::i;:::-;27835:11;:36;;;;27892:18;27904:5;27892:7;;:11;;:18;;;;:::i;:::-;27882:7;:28;;;;27644:274;;;;:::o

Swarm Source

ipfs://b3d5e68506b38141f9c8c7d9fd2713c1ae682143d48d20d7f49925ac742d8c2e

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  ]

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.