ETH Price: $2,472.27 (-2.12%)

Token

Shibies Treats (TREATS)
 

Overview

Max Total Supply

1,100,000,000,000,000 TREATS

Holders

46

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
10,021,203,960.548002465002668257 TREATS

Value
$0.00
0xada33052993c788241877c73816126e12694cce4
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
ShibiesTreats

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
No with 200 runs

Other Settings:
constantinople EvmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-06-07
*/

/**
  #SHIBIES #TREATS

   Our fully decentralized website ***** shibiestreats.crypto *****   powered by Unstoppable Domains, IPFS, Pinata and Shiba Inus
   
   All Shibas <3 TREATS!

   Finally the long hunger will come to an end! 
   The most delicious TREATS that the best INUs deserve. 
   We are SHIBIES a very yummy and experimental decentralized community MEME Treat Token Project for all hungry SHIBA INUs. 
   We celebrate this big ascent of Shiba Inu Token and surprise the community with our tasty TREATS.
   Over 50% of TREATS will burned and 40% will be distributed 1:1 to every SHIB and AKITA holder except exchanges and big holder. 
   The small rest will be used for charities and promotion.
   New unique delicacies from SHIBIES will primarily go to TREATS holder!
   Because SHIBAs love our TREATS so much, the supply is reduced with each transaction.
   and every holder gets fully automatically rewards but on Ethereum only! 
   We almost love Ethereum like Shibas.
   The best you HODL TREATS for ever, so that your Shiba never has to go hungry again!

   Because the very high Ethereum gas fees, we distribute our TREATS via Polygon/Matic Network!
   Use the same keys form your Ethereum Wallet in Polygon/Matic to get your tokens.
   Withdrawals from Polygon/Matic to Ethereum are excluded from fee.

   Features: 
   Total supply 1,100,000,000,000,000 TREATS
   TREATS can be used for farming new tasty tokens frum us in the future 
   Over 50% burn to the burnaddress
   40% distribute 1:1 to SHIB and AKITA holder but big holder get maximal 0.05% of total supply for better decentralization and we burn the other tokens
   4% distribute for promotion at the beginning phase
   4% distribute to charities and open projects:

   UNICEF France              5.500.000.000.000 TREATS   0.5%
   India Covid Relief Fund    5.500.000.000.000 TREATS   0.5%
   CoolEarth                  5.500.000.000.000 TREATS   0.5%
   Freedom of the Press       5.500.000.000.000 TREATS   0.5%
   Internet Archive           5.500.000.000.000 TREATS   0.5%
   Tor Project                5.500.000.000.000 TREATS   0.5%
   Gitcoin                    5.500.000.000.000 TREATS   0.5%
   CoinGecko                  1.100.000.000.000 TREATS   0.1%
   Etherscan                  1.100.000.000.000 TREATS   0.1%
   MyEtherWallet              1.100.000.000.000 TREATS   0.1%
   Polygon Foundation         1.100.000.000.000 TREATS   0.1%
   Shib Token Developer       1.100.000.000.000 TREATS   0.1%

   Variable transaction fee with auto rewards to all holders:

   1%                    0+ TREATS
   2%                  100+ TREATS
   3%                1,000+ TREATS
   4%               10,000+ TREATS
   5%              100,000+ TREATS
   6%            1,000,000+ TREATS
   8%           10,000,000+ TREATS
   10%         100,000,000+ TREATS
   12%       1,000,000,000+ TREATS
   15%      10,000,000,000+ TREATS
   20%   1,000,000,000,000+ TREATS

   Polygon/Matic Network is excluded from fees and rewards
   Withdrawals from Polygon/Matic to Ethereum are excluded from fee
   Charities and owner excluded from fee
   Rewards to TREATS holder on Ethereum only
   
   With our variable transaction fee, we want to avoid many large transactions for better decentralization. 
   We would like to attract so more small holders in order to become an even larger community. 
   Because the token supply is still high at the beginning, higher transaction fees will apply and early holders get more rewards. 
   The minimum fee will always be at least 1%.

   This is a full decentralized community token and we will burn the ownership after full distrubation.
   No sale or team tokens!

   Our fully decentralized website **** shibiestreats.crypto ****   powered by Unstoppable Domains, IPFS, Pinata and Shiba Inus

   */


pragma solidity ^0.6.12;
// SPDX-License-Identifier: Unlicensed
interface IERC20 {

    function totalSupply() external view returns (uint256);

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

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

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

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

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

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

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


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

        return c;
    }

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

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

        return c;
    }

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

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

        return c;
    }

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

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

        return c;
    }

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

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


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

    
/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to
 * specific functions.
 *
 * By default, the owner account will be the one that deploys the contract. This
 * can later be changed with {transferOwnership}.
 *
 * This module is used through inheritance. It will make available the modifier
 * `onlyOwner`, which can be applied to your functions to restrict their use to
 * the owner.
 */
contract Ownable is Context {
    address private _owner;
    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;
    }
}


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

    mapping (address => uint256) private _rOwn;
    mapping (address => uint256) private _tOwn;
    mapping (address => mapping (address => uint256)) private _allow;

    mapping (address => bool) private _excludedFee;

    mapping (address => bool) private _excluded;
    address[] private _exclude;
   
    uint256 private constant MAX = ~uint256(0);
    uint256 private _tTotal = 1.1 * 10**15 * 10**18;
    uint256 private _rTotal = (MAX - (MAX % _tTotal));
    uint256 private _tFee;

    string private _name = "Shibies Treats";
    string private _symbol = "TREATS";
    uint8 private _decimals = 18;
    
    uint256 public _transFee = 1;
    address _polyBridge = 0x40ec5B33f54e0E8A33A975908C5BA1c14e5BbbDf;

 constructor () public {
        _rOwn[_msgSender()] = _rTotal;
        
        //exclude this contract, owner and zero address from fee
        _excludedFee[owner()] = true;
        _excludedFee[address(this)] = true;
        _excludedFee[0x0000000000000000000000000000000000000000] = true;

        //exclude charities and projects from fee
        _excludedFee[0xA59B29d7dbC9794d1e7f45123C48b2b8d0a34636] = true; //UNICEF
        _excludedFee[0x68A99f89E475a078645f4BAC491360aFe255Dff1]= true;  //India Covid Relief FUND
        _excludedFee[0x3c8cB169281196737c493AfFA8F49a9d823bB9c5] = true; //CoolEarth
        _excludedFee[0x998F25Be40241CA5D8F5fCaF3591B5ED06EF3Be7] = true; //Freedom of the Press
        _excludedFee[0xFA8E3920daF271daB92Be9B87d9998DDd94FEF08]= true;  //Internet Archive
        _excludedFee[0x532Fb5D00f40ced99B16d1E295C77Cda2Eb1BB4F] = true; //Tor Project
        _excludedFee[0xde21F729137C5Af1b01d73aF1dC21eFfa2B8a0d6] = true; //Gitcoin
        _excludedFee[0x4Cdc86fa95Ec2704f0849825f1F8b077deeD8d39]= true;  //CoinGecko
        _excludedFee[0x71C7656EC7ab88b098defB751B7401B5f6d8976F] = true; //Etherscan
        _excludedFee[0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D] = true; //MyEtherWallet
        _excludedFee[0xb316fa9Fa91700D7084D377bfdC81Eb9F232f5Ff]= true;  //Polygon Foundation
        _excludedFee[0xc351155C80aCD043BD5F8FE7ffc8536af1fF9375] = true; //Shib Token Developer

        //exclude polygon/matic bridge from rewards
        _excluded[_polyBridge] = true;
        _exclude.push(_polyBridge);
        
        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 (_excluded[account]) return _tOwn[account];
        return tokenReflect(_rOwn[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 _allow[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(), _allow[sender][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance"));
        return true;
    }

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

    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        _approve(_msgSender(), spender, _allow[_msgSender()][spender].sub(subtractedValue, "ERC20: decreased allowance below zero"));
        return true;
    }

    //get total fee
    function totalFee() public view returns (uint256) {
        return _tFee;
    }

    //deliver of transaction values
    function delivery(uint256 tAmount) public {
        address sender = _msgSender();
        require(!_excluded[sender], "Excluded addresses cannot call this function");
        (uint256 rAmount,,,,) = _values(tAmount);
        _rOwn[sender] = _rOwn[sender].sub(rAmount);
        _rTotal = _rTotal.sub(rAmount);
        _tFee = _tFee.add(tAmount);
    }
    

    //get reflected transfer amount
    function reflectToken(uint256 tAmount, bool deductFee) public view returns(uint256) {
        require(tAmount <= _tTotal, "Amount must be less than supply");
        if (!deductFee) {
            (uint256 rAmount,,,,) = _values(tAmount);
            return rAmount;
        } else {
            (,uint256 rTransAmount,,,) = _values(tAmount);
            return rTransAmount;
        }
    }

    //get reflection of token
    function tokenReflect(uint256 rAmount) public view returns(uint256) {
        require(rAmount <= _rTotal, "Amount must be less than total reflections");
        uint256 currentRate =  _rate();
        return rAmount.div(currentRate);
    }
     
    //transfer token and set fee   
    function _tokenSend(address sender, address recipient, uint256 amount,bool payFee) private {
        
        if(!payFee){
            _transFee = 0;
        } else {
            //determine fee according to transaction amount
             if(amount > (100*10**18)){
                 _transFee = 2;
                 if(amount > 1000000000000*10**18){
                    _transFee = 20;
                 }else if(amount > 10000000000*10**18){
                    _transFee = 15;
                 }else if(amount > 10000000000*10**18){
                    _transFee = 12;
                 }else if(amount > 1000000000*10**18){
                    _transFee = 10;
                 }else if(amount > 100000000*10**18){
                    _transFee = 8;
                 }else if(amount > 10000000*10**18){
                    _transFee = 6;
                 }else if(amount > 1000000*10**18){
                    _transFee = 5;
                 }else if(amount > 10000*10**18){
                    _transFee = 4;
                 }else if(amount > 1000*10**18){
                    _transFee = 3;
                 }
             }
        }
        
        if (_excluded[sender] && !_excluded[recipient]) {
            _transferFromExclude(sender, recipient, amount);
        } else if (!_excluded[sender] && _excluded[recipient]) {
            _transferToExclude(sender, recipient, amount);
        } else if (!_excluded[sender] && !_excluded[recipient]) {
            _transferNormal(sender, recipient, amount);
        } else if (_excluded[sender] && _excluded[recipient]) {
            _transferBothExclude(sender, recipient, amount);
        } else {
            _transferNormal(sender, recipient, amount);
        }
    }

    //transaction without excluded account
    function _transferNormal(address sender, address recipient, uint256 tAmount) private {
        (uint256 rAmount, uint256 rTransAmount, uint256 rFee, uint256 tTransAmount, uint256 tFee) = _values(tAmount);
        _rOwn[sender] = _rOwn[sender].sub(rAmount);
        _rOwn[recipient] = _rOwn[recipient].add(rTransAmount);
        _rewardFee(rFee, tFee);
        emit Transfer(sender, recipient, tTransAmount);
    }

    //transaction to excluded account
    function _transferToExclude(address sender, address recipient, uint256 tAmount) private {
        (uint256 rAmount, uint256 rTransAmount, uint256 rFee, uint256 tTransAmount, uint256 tFee) = _values(tAmount);
        _rOwn[sender] = _rOwn[sender].sub(rAmount);
        _tOwn[recipient] = _tOwn[recipient].add(tTransAmount);
        _rOwn[recipient] = _rOwn[recipient].add(rTransAmount);           
        _rewardFee(rFee, tFee);
        emit Transfer(sender, recipient, tTransAmount);
    }

    //transaction from excluded account
    function _transferFromExclude(address sender, address recipient, uint256 tAmount) private {
        (uint256 rAmount, uint256 rTransAmount, uint256 rFee, uint256 tTransAmount, uint256 tFee) = _values(tAmount);
        _tOwn[sender] = _tOwn[sender].sub(tAmount);
        _rOwn[sender] = _rOwn[sender].sub(rAmount);
        _rOwn[recipient] = _rOwn[recipient].add(rTransAmount);   
        _rewardFee(rFee, tFee);
        emit Transfer(sender, recipient, tTransAmount);
    }

    //transaction both accounts are excluded
    function _transferBothExclude(address sender, address recipient, uint256 tAmount) private {
        (uint256 rAmount, uint256 rTransAmount, uint256 rFee, uint256 tTransAmount, uint256 tFee) = _values(tAmount);
        _tOwn[sender] = _tOwn[sender].sub(tAmount);
        _rOwn[sender] = _rOwn[sender].sub(rAmount);
        _tOwn[recipient] = _tOwn[recipient].add(tTransAmount);
        _rOwn[recipient] = _rOwn[recipient].add(rTransAmount);        
       
        _rewardFee(rFee, tFee);
        emit Transfer(sender, recipient, tTransAmount);
    }

    //exclude account from rewards
    function excludeReward(address account) public onlyOwner() {
        require(account != 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, 'We can not exclude Uniswap V2 router.');
        require(account != 0xE592427A0AEce92De3Edee1F18E0157C05861564, 'We can not exclude Uniswap V3 router.');
        require(!_excluded[account], "Account is already excluded");
        if(_rOwn[account] > 0) {
            _tOwn[account] = tokenReflect(_rOwn[account]);
        }
        _excluded[account] = true;
        _exclude.push(account);
    }
      
    //include account to rewards
    function includeReward(address account) external onlyOwner() {
        require(_excluded[account], "Account is already excluded");
        for (uint256 i = 0; i < _exclude.length; i++) {
            if (_exclude[i] == account) {
                _exclude[i] = _exclude[_exclude.length - 1];
                _tOwn[account] = 0;
                _excluded[account] = false;
                _exclude.pop();
                break;
            }
        }
    }
   
    //exclude account from fees
    function excludeFee(address account) public onlyOwner {
        _excludedFee[account] = true;
    }
    
    //include account to fees
    function includeFee(address account) public onlyOwner {
        _excludedFee[account] = false;
    }


    //distribute fee to holder
    function _rewardFee(uint256 rFee, uint256 tFee) private {
        _rTotal = _rTotal.sub(rFee);
        _tFee = _tFee.add(tFee);
    }

    //check is account excluded from rewards
    function excludedReward(address account) public view returns (bool) {
        return _excluded[account];
    }
   
    //check of is account excluded from fee
    function excludedFee(address account) public view returns(bool) {
        return _excludedFee[account];
    }
    
    //get values of transaction
    function _values(uint256 tAmount) private view returns (uint256, uint256, uint256, uint256, uint256) {
        (uint256 tTransAmount, uint256 tFee) = _tValues(tAmount);
        (uint256 rAmount, uint256 rTransAmount, uint256 rFee) = _rValues(tAmount, tFee, _rate());
        return (rAmount, rTransAmount, rFee, tTransAmount, tFee);
    }

    //get transfer values of transaction
    function _tValues(uint256 tAmount) private view returns (uint256, uint256) {
        uint256 tFee = calcFee(tAmount);
        uint256 tTransAmount = tAmount.sub(tFee);
        return (tTransAmount, tFee);
    }

    //get reward values of transaction
    function _rValues(uint256 tAmount, uint256 tFee, uint256 currentRate) private pure returns (uint256, uint256, uint256) {
        uint256 rAmount = tAmount.mul(currentRate);
        uint256 rFee = tFee.mul(currentRate);
        uint256 rTransAmount = rAmount.sub(rFee);
        return (rAmount, rTransAmount, rFee);
    }

    //get reflection rate
    function _rate() private view returns(uint256) {
        (uint256 rSupply, uint256 tSupply) = _currentSupply();
        return rSupply.div(tSupply);
    }
    
    //get reflected and total supply
    function _currentSupply() private view returns(uint256, uint256) {
        uint256 rSupply = _rTotal;
        uint256 tSupply = _tTotal;      
        for (uint256 i = 0; i < _exclude.length; i++) {
            if (_rOwn[_exclude[i]] > rSupply || _tOwn[_exclude[i]] > tSupply) return (_rTotal, _tTotal);
            rSupply = rSupply.sub(_rOwn[_exclude[i]]);
            tSupply = tSupply.sub(_tOwn[_exclude[i]]);
        }
        if (rSupply < _rTotal.div(_tTotal)) return (_rTotal, _tTotal);
        return (rSupply, tSupply);
    }
    
    //get amount of fee
    function calcFee(uint256 _amount) private view returns (uint256) {
        return _amount.mul(_transFee).div(
            10**2
        );
    }
  
    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");

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

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

        //indicates if fee should be deducted from transfer
        bool payFee = true;
        bool noEthereum = false;
        
        //check of transaction is not on Ethereum
        if(IERC20(address(this)).balanceOf(0xdEAD000000000000000042069420694206942069) < 550000000000000){
            noEthereum = true;
        } 
        
        //if any account belongs to _excludedFee account or withdrawal from matic/polygon then remove the fee
        if(_excludedFee[from] || _excludedFee[to] || from == _polyBridge || noEthereum){
            payFee = false;
        }
        
        //transfer amount and fee
        _tokenSend(from,to,amount,payFee);
    }
  }

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":[],"name":"_transFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"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":"delivery","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludedFee","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludedReward","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"includeFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"includeReward","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":[],"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":"deductFee","type":"bool"}],"name":"reflectToken","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":"tokenReflect","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalFee","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"}]

60806040526d363bf3b1ceeebe6e4a8b00000000600855600854600019816200002457fe5b06600019036009556040518060400160405280600e81526020017f5368696269657320547265617473000000000000000000000000000000000000815250600b90805190602001906200007992919062000a25565b506040518060400160405280600681526020017f5452454154530000000000000000000000000000000000000000000000000000815250600c9080519060200190620000c792919062000a25565b506012600d60006101000a81548160ff021916908360ff1602179055506001600e557340ec5b33f54e0e8a33a975908c5ba1c14e5bbbdf600f60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055503480156200014b57600080fd5b5060006200015e620009f460201b60201c565b9050806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3506009546002600062000213620009f460201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016005600062000267620009fc60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506001600560003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506001600560008073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555060016005600073a59b29d7dbc9794d1e7f45123c48b2b8d0a3463673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506001600560007368a99f89e475a078645f4bac491360afe255dff173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550600160056000733c8cb169281196737c493affa8f49a9d823bb9c573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555060016005600073998f25be40241ca5d8f5fcaf3591b5ed06ef3be773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555060016005600073fa8e3920daf271dab92be9b87d9998ddd94fef0873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555060016005600073532fb5d00f40ced99b16d1e295c77cda2eb1bb4f73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555060016005600073de21f729137c5af1b01d73af1dc21effa2b8a0d673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550600160056000734cdc86fa95ec2704f0849825f1f8b077deed8d3973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506001600560007371c7656ec7ab88b098defb751b7401b5f6d8976f73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555060016005600073decaf9cd2367cdbb726e904cd6397edfcae6068d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555060016005600073b316fa9fa91700d7084d377bfdc81eb9f232f5ff73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555060016005600073c351155c80acd043bd5f8fe7ffc8536af1ff937573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550600160066000600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506007600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555062000987620009f460201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6008546040518082815260200191505060405180910390a362000acb565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1062000a6857805160ff191683800117855562000a99565b8280016001018555821562000a99579182015b8281111562000a9857825182559160200191906001019062000a7b565b5b50905062000aa8919062000aac565b5090565b5b8082111562000ac757600081600090555060010162000aad565b5090565b613bd88062000adb6000396000f3fe608060405234801561001057600080fd5b50600436106101735760003560e01c806370a08231116100de57806395d89b4111610097578063a9059cbb11610071578063a9059cbb1461077d578063c16a736e146107e1578063dd62ed3e14610825578063f2fde38b1461089d57610173565b806395d89b4114610652578063a457c2d7146106d5578063a4e38abb1461073957610173565b806370a082311461050c578063715018a6146105645780637967d26d1461056e57806383c6dc4c146105b25780638da5cb5b146105d0578063933c8b6d1461060457610173565b80631f9e2c72116101305780631f9e2c721461030d57806323b872dd14610367578063313ce567146103eb57806338148f771461040c578063395093511461044e5780633ea385e4146104b257610173565b806306fdde0314610178578063095ea7b3146101fb5780631144fd721461025f57806318160ddd1461028d5780631980458b146102ab5780631df4ccfc146102ef575b600080fd5b6101806108e1565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156101c05780820151818401526020810190506101a5565b50505050905090810190601f1680156101ed5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102476004803603604081101561021157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610983565b60405180821515815260200191505060405180910390f35b61028b6004803603602081101561027557600080fd5b81019080803590602001909291905050506109a1565b005b610295610b31565b6040518082815260200191505060405180910390f35b6102ed600480360360208110156102c157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610b3b565b005b6102f7610c5e565b6040518082815260200191505060405180910390f35b61034f6004803603602081101561032357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610c68565b60405180821515815260200191505060405180910390f35b6103d36004803603606081101561037d57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610cbe565b60405180821515815260200191505060405180910390f35b6103f3610d97565b604051808260ff16815260200191505060405180910390f35b6104386004803603602081101561042257600080fd5b8101908080359060200190929190505050610dae565b6040518082815260200191505060405180910390f35b61049a6004803603604081101561046457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610e32565b60405180821515815260200191505060405180910390f35b6104f4600480360360208110156104c857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610ee5565b60405180821515815260200191505060405180910390f35b61054e6004803603602081101561052257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610f3b565b6040518082815260200191505060405180910390f35b61056c611026565b005b6105b06004803603602081101561058457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506111ac565b005b6105ba6112cf565b6040518082815260200191505060405180910390f35b6105d86112d5565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61063c6004803603604081101561061a57600080fd5b81019080803590602001909291908035151590602001909291905050506112fe565b6040518082815260200191505060405180910390f35b61065a6113b3565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561069a57808201518184015260208101905061067f565b50505050905090810190601f1680156106c75780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610721600480360360408110156106eb57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611455565b60405180821515815260200191505060405180910390f35b61077b6004803603602081101561074f57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611522565b005b6107c96004803603604081101561079357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506118ac565b60405180821515815260200191505060405180910390f35b610823600480360360208110156107f757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506118ca565b005b6108876004803603604081101561083b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611d16565b6040518082815260200191505060405180910390f35b6108df600480360360208110156108b357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611d9d565b005b6060600b8054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156109795780601f1061094e57610100808354040283529160200191610979565b820191906000526020600020905b81548152906001019060200180831161095c57829003601f168201915b5050505050905090565b6000610997610990611fa8565b8484611fb0565b6001905092915050565b60006109ab611fa8565b9050600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615610a50576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180613b52602c913960400191505060405180910390fd5b6000610a5b836121a7565b505050509050610ab381600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550610b0b816009546121f990919063ffffffff16565b600981905550610b2683600a5461224390919063ffffffff16565b600a81905550505050565b6000600854905090565b610b43611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610c03576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6000600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b6000600a54905090565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b6000610ccb8484846122cb565b610d8c84610cd7611fa8565b610d8785604051806060016040528060288152602001613ab860289139600460008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610d3d611fa8565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461263c9092919063ffffffff16565b611fb0565b600190509392505050565b6000600d60009054906101000a900460ff16905090565b6000600954821115610e0b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a8152602001806139df602a913960400191505060405180910390fd5b6000610e156126fc565b9050610e2a818461272790919063ffffffff16565b915050919050565b6000610edb610e3f611fa8565b84610ed68560046000610e50611fa8565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b611fb0565b6001905092915050565b6000600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615610fd657600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050611021565b61101e600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610dae565b90505b919050565b61102e611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146110ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b6111b4611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611274576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6001600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b600e5481565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000600854831115611378576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f416d6f756e74206d757374206265206c657373207468616e20737570706c790081525060200191505060405180910390fd5b81611397576000611388846121a7565b505050509050809150506113ad565b60006113a2846121a7565b505050915050809150505b92915050565b6060600c8054600181600116156101000203166002900480601f01602080910402602001604051908101604052809291908181526020018280546001816001161561010002031660029004801561144b5780601f106114205761010080835404028352916020019161144b565b820191906000526020600020905b81548152906001019060200180831161142e57829003601f168201915b5050505050905090565b6000611518611462611fa8565b8461151385604051806060016040528060258152602001613b7e602591396004600061148c611fa8565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461263c9092919063ffffffff16565b611fb0565b6001905092915050565b61152a611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146115ea576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166116a9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b60005b6007805490508110156118a8578173ffffffffffffffffffffffffffffffffffffffff16600782815481106116dd57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16141561189b5760076001600780549050038154811061173957fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166007828154811061177157fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506000600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550600780548061186157fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905590556118a8565b80806001019150506116ac565b5050565b60006118c06118b9611fa8565b84846122cb565b6001905092915050565b6118d2611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611992576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611a2b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180613a726025913960400191505060405180910390fd5b73e592427a0aece92de3edee1f18e0157c0586156473ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611ac4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180613b2d6025913960400191505060405180910390fd5b600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615611b84576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b6000600260008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541115611c5857611c14600260008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610dae565b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b6001600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506007819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b611da5611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611e65576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611eeb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180613a096026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612036576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180613b096024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156120bc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180613a2f6022913960400191505060405180910390fd5b80600460008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b60008060008060008060006121bb88612771565b9150915060008060006121d68b856121d16126fc565b6127a5565b925092509250828282878799509950995099509950505050505091939590929450565b600061223b83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061263c565b905092915050565b6000808284019050838110156122c1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612351576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613a516021913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156123f4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f45524332303a207472616e7366657220746f207a65726f20616464726573730081525060200191505060405180910390fd5b6000811161244d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526029815260200180613ae06029913960400191505060405180910390fd5b60006001905060006601f438daa060003073ffffffffffffffffffffffffffffffffffffffff166370a0823173dead0000000000000000420694206942069420696040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156124d857600080fd5b505afa1580156124ec573d6000803e3d6000fd5b505050506040513d602081101561250257600080fd5b8101908080519060200190929190505050101561251e57600190505b600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806125bf5750600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b806126175750600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16145b8061261f5750805b1561262957600091505b61263585858585612803565b5050505050565b60008383111582906126e9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b838110156126ae578082015181840152602081019050612693565b50505050905090810190601f1680156126db5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b6000806000612709612c4a565b91509150612720818361272790919063ffffffff16565b9250505090565b600061276983836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250612edb565b905092915050565b600080600061277f84612fa1565b9050600061279682866121f990919063ffffffff16565b90508082935093505050915091565b6000806000806127be8588612fd290919063ffffffff16565b905060006127d58688612fd290919063ffffffff16565b905060006127ec82846121f990919063ffffffff16565b905082818395509550955050505093509350939050565b80612815576000600e81905550612955565b68056bc75e2d63100000821115612954576002600e819055506c0c9f2c9cd04674edea40000000821115612850576014600e81905550612953565b6b204fce5e3e2502611000000082111561287157600f600e81905550612952565b6b204fce5e3e2502611000000082111561289257600c600e81905550612951565b6b033b2e3c9fd0803ce80000008211156128b357600a600e81905550612950565b6a52b7d2dcc80cd2e40000008211156128d3576008600e8190555061294f565b6a084595161401484a0000008211156128f3576006600e8190555061294e565b69d3c21bcecceda1000000821115612912576005600e8190555061294d565b69021e19e0c9bab2400000821115612931576004600e8190555061294c565b683635c9adc5dea0000082111561294b576003600e819055505b5b5b5b5b5b5b5b5b5b5b600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156129f85750600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b15612a0d57612a08848484613058565b612c44565b600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16158015612ab05750600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15612ac557612ac08484846132ab565b612c43565b600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16158015612b695750600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b15612b7e57612b798484846134fe565b612c42565b600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff168015612c205750600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15612c3557612c308484846136bc565b612c41565b612c408484846134fe565b5b5b5b5b50505050565b600080600060095490506000600854905060005b600780549050811015612e9e57826002600060078481548110612c7d57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541180612d645750816003600060078481548110612cfc57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054115b15612d7b5760095460085494509450505050612ed7565b612e046002600060078481548110612d8f57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054846121f990919063ffffffff16565b9250612e8f6003600060078481548110612e1a57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054836121f990919063ffffffff16565b91508080600101915050612c5e565b50612eb660085460095461272790919063ffffffff16565b821015612ece57600954600854935093505050612ed7565b81819350935050505b9091565b60008083118290612f87576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015612f4c578082015181840152602081019050612f31565b50505050905090810190601f168015612f795780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838581612f9357fe5b049050809150509392505050565b6000612fcb6064612fbd600e5485612fd290919063ffffffff16565b61272790919063ffffffff16565b9050919050565b600080831415612fe55760009050613052565b6000828402905082848281612ff657fe5b041461304d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613a976021913960400191505060405180910390fd5b809150505b92915050565b6000806000806000613069866121a7565b945094509450945094506130c586600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061315a85600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506131ef84600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600260008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061323c83826139a4565b8673ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040518082815260200191505060405180910390a35050505050505050565b60008060008060006132bc866121a7565b9450945094509450945061331885600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506133ad82600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600360008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061344284600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600260008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061348f83826139a4565b8673ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040518082815260200191505060405180910390a35050505050505050565b600080600080600061350f866121a7565b9450945094509450945061356b85600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061360084600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600260008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061364d83826139a4565b8673ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040518082815260200191505060405180910390a35050505050505050565b60008060008060006136cd866121a7565b9450945094509450945061372986600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506137be85600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061385382600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600360008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506138e884600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600260008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061393583826139a4565b8673ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040518082815260200191505060405180910390a35050505050505050565b6139b9826009546121f990919063ffffffff16565b6009819055506139d481600a5461224390919063ffffffff16565b600a81905550505056fe416d6f756e74206d757374206265206c657373207468616e20746f74616c207265666c656374696f6e734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e736665722066726f6d207a65726f206164647265737357652063616e206e6f74206578636c75646520556e697377617020563220726f757465722e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63655472616e7366657220616d6f756e74206d7573742062652067726561746572207468616e207a65726f45524332303a20617070726f76652066726f6d20746865207a65726f206164647265737357652063616e206e6f74206578636c75646520556e697377617020563320726f757465722e4578636c75646564206164647265737365732063616e6e6f742063616c6c20746869732066756e6374696f6e45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220ddb9768ed42e952496a8644ea0bea0c460cb4db534c978b06620b2078f141b2464736f6c634300060c0033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101735760003560e01c806370a08231116100de57806395d89b4111610097578063a9059cbb11610071578063a9059cbb1461077d578063c16a736e146107e1578063dd62ed3e14610825578063f2fde38b1461089d57610173565b806395d89b4114610652578063a457c2d7146106d5578063a4e38abb1461073957610173565b806370a082311461050c578063715018a6146105645780637967d26d1461056e57806383c6dc4c146105b25780638da5cb5b146105d0578063933c8b6d1461060457610173565b80631f9e2c72116101305780631f9e2c721461030d57806323b872dd14610367578063313ce567146103eb57806338148f771461040c578063395093511461044e5780633ea385e4146104b257610173565b806306fdde0314610178578063095ea7b3146101fb5780631144fd721461025f57806318160ddd1461028d5780631980458b146102ab5780631df4ccfc146102ef575b600080fd5b6101806108e1565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156101c05780820151818401526020810190506101a5565b50505050905090810190601f1680156101ed5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102476004803603604081101561021157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610983565b60405180821515815260200191505060405180910390f35b61028b6004803603602081101561027557600080fd5b81019080803590602001909291905050506109a1565b005b610295610b31565b6040518082815260200191505060405180910390f35b6102ed600480360360208110156102c157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610b3b565b005b6102f7610c5e565b6040518082815260200191505060405180910390f35b61034f6004803603602081101561032357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610c68565b60405180821515815260200191505060405180910390f35b6103d36004803603606081101561037d57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610cbe565b60405180821515815260200191505060405180910390f35b6103f3610d97565b604051808260ff16815260200191505060405180910390f35b6104386004803603602081101561042257600080fd5b8101908080359060200190929190505050610dae565b6040518082815260200191505060405180910390f35b61049a6004803603604081101561046457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610e32565b60405180821515815260200191505060405180910390f35b6104f4600480360360208110156104c857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610ee5565b60405180821515815260200191505060405180910390f35b61054e6004803603602081101561052257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610f3b565b6040518082815260200191505060405180910390f35b61056c611026565b005b6105b06004803603602081101561058457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506111ac565b005b6105ba6112cf565b6040518082815260200191505060405180910390f35b6105d86112d5565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61063c6004803603604081101561061a57600080fd5b81019080803590602001909291908035151590602001909291905050506112fe565b6040518082815260200191505060405180910390f35b61065a6113b3565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561069a57808201518184015260208101905061067f565b50505050905090810190601f1680156106c75780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610721600480360360408110156106eb57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611455565b60405180821515815260200191505060405180910390f35b61077b6004803603602081101561074f57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611522565b005b6107c96004803603604081101561079357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506118ac565b60405180821515815260200191505060405180910390f35b610823600480360360208110156107f757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506118ca565b005b6108876004803603604081101561083b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611d16565b6040518082815260200191505060405180910390f35b6108df600480360360208110156108b357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611d9d565b005b6060600b8054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156109795780601f1061094e57610100808354040283529160200191610979565b820191906000526020600020905b81548152906001019060200180831161095c57829003601f168201915b5050505050905090565b6000610997610990611fa8565b8484611fb0565b6001905092915050565b60006109ab611fa8565b9050600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615610a50576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180613b52602c913960400191505060405180910390fd5b6000610a5b836121a7565b505050509050610ab381600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550610b0b816009546121f990919063ffffffff16565b600981905550610b2683600a5461224390919063ffffffff16565b600a81905550505050565b6000600854905090565b610b43611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610c03576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6000600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b6000600a54905090565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b6000610ccb8484846122cb565b610d8c84610cd7611fa8565b610d8785604051806060016040528060288152602001613ab860289139600460008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610d3d611fa8565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461263c9092919063ffffffff16565b611fb0565b600190509392505050565b6000600d60009054906101000a900460ff16905090565b6000600954821115610e0b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a8152602001806139df602a913960400191505060405180910390fd5b6000610e156126fc565b9050610e2a818461272790919063ffffffff16565b915050919050565b6000610edb610e3f611fa8565b84610ed68560046000610e50611fa8565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b611fb0565b6001905092915050565b6000600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615610fd657600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050611021565b61101e600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610dae565b90505b919050565b61102e611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146110ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b6111b4611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611274576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6001600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b600e5481565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000600854831115611378576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f416d6f756e74206d757374206265206c657373207468616e20737570706c790081525060200191505060405180910390fd5b81611397576000611388846121a7565b505050509050809150506113ad565b60006113a2846121a7565b505050915050809150505b92915050565b6060600c8054600181600116156101000203166002900480601f01602080910402602001604051908101604052809291908181526020018280546001816001161561010002031660029004801561144b5780601f106114205761010080835404028352916020019161144b565b820191906000526020600020905b81548152906001019060200180831161142e57829003601f168201915b5050505050905090565b6000611518611462611fa8565b8461151385604051806060016040528060258152602001613b7e602591396004600061148c611fa8565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461263c9092919063ffffffff16565b611fb0565b6001905092915050565b61152a611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146115ea576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166116a9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b60005b6007805490508110156118a8578173ffffffffffffffffffffffffffffffffffffffff16600782815481106116dd57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16141561189b5760076001600780549050038154811061173957fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166007828154811061177157fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506000600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550600780548061186157fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905590556118a8565b80806001019150506116ac565b5050565b60006118c06118b9611fa8565b84846122cb565b6001905092915050565b6118d2611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611992576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611a2b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180613a726025913960400191505060405180910390fd5b73e592427a0aece92de3edee1f18e0157c0586156473ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611ac4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180613b2d6025913960400191505060405180910390fd5b600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615611b84576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b6000600260008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541115611c5857611c14600260008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610dae565b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b6001600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506007819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b611da5611fa8565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611e65576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611eeb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180613a096026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612036576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180613b096024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156120bc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180613a2f6022913960400191505060405180910390fd5b80600460008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b60008060008060008060006121bb88612771565b9150915060008060006121d68b856121d16126fc565b6127a5565b925092509250828282878799509950995099509950505050505091939590929450565b600061223b83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061263c565b905092915050565b6000808284019050838110156122c1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612351576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613a516021913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156123f4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f45524332303a207472616e7366657220746f207a65726f20616464726573730081525060200191505060405180910390fd5b6000811161244d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526029815260200180613ae06029913960400191505060405180910390fd5b60006001905060006601f438daa060003073ffffffffffffffffffffffffffffffffffffffff166370a0823173dead0000000000000000420694206942069420696040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156124d857600080fd5b505afa1580156124ec573d6000803e3d6000fd5b505050506040513d602081101561250257600080fd5b8101908080519060200190929190505050101561251e57600190505b600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806125bf5750600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b806126175750600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16145b8061261f5750805b1561262957600091505b61263585858585612803565b5050505050565b60008383111582906126e9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b838110156126ae578082015181840152602081019050612693565b50505050905090810190601f1680156126db5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b6000806000612709612c4a565b91509150612720818361272790919063ffffffff16565b9250505090565b600061276983836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250612edb565b905092915050565b600080600061277f84612fa1565b9050600061279682866121f990919063ffffffff16565b90508082935093505050915091565b6000806000806127be8588612fd290919063ffffffff16565b905060006127d58688612fd290919063ffffffff16565b905060006127ec82846121f990919063ffffffff16565b905082818395509550955050505093509350939050565b80612815576000600e81905550612955565b68056bc75e2d63100000821115612954576002600e819055506c0c9f2c9cd04674edea40000000821115612850576014600e81905550612953565b6b204fce5e3e2502611000000082111561287157600f600e81905550612952565b6b204fce5e3e2502611000000082111561289257600c600e81905550612951565b6b033b2e3c9fd0803ce80000008211156128b357600a600e81905550612950565b6a52b7d2dcc80cd2e40000008211156128d3576008600e8190555061294f565b6a084595161401484a0000008211156128f3576006600e8190555061294e565b69d3c21bcecceda1000000821115612912576005600e8190555061294d565b69021e19e0c9bab2400000821115612931576004600e8190555061294c565b683635c9adc5dea0000082111561294b576003600e819055505b5b5b5b5b5b5b5b5b5b5b600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156129f85750600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b15612a0d57612a08848484613058565b612c44565b600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16158015612ab05750600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15612ac557612ac08484846132ab565b612c43565b600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16158015612b695750600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b15612b7e57612b798484846134fe565b612c42565b600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff168015612c205750600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15612c3557612c308484846136bc565b612c41565b612c408484846134fe565b5b5b5b5b50505050565b600080600060095490506000600854905060005b600780549050811015612e9e57826002600060078481548110612c7d57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541180612d645750816003600060078481548110612cfc57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054115b15612d7b5760095460085494509450505050612ed7565b612e046002600060078481548110612d8f57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054846121f990919063ffffffff16565b9250612e8f6003600060078481548110612e1a57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054836121f990919063ffffffff16565b91508080600101915050612c5e565b50612eb660085460095461272790919063ffffffff16565b821015612ece57600954600854935093505050612ed7565b81819350935050505b9091565b60008083118290612f87576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015612f4c578082015181840152602081019050612f31565b50505050905090810190601f168015612f795780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838581612f9357fe5b049050809150509392505050565b6000612fcb6064612fbd600e5485612fd290919063ffffffff16565b61272790919063ffffffff16565b9050919050565b600080831415612fe55760009050613052565b6000828402905082848281612ff657fe5b041461304d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613a976021913960400191505060405180910390fd5b809150505b92915050565b6000806000806000613069866121a7565b945094509450945094506130c586600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061315a85600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506131ef84600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600260008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061323c83826139a4565b8673ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040518082815260200191505060405180910390a35050505050505050565b60008060008060006132bc866121a7565b9450945094509450945061331885600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506133ad82600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600360008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061344284600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600260008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061348f83826139a4565b8673ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040518082815260200191505060405180910390a35050505050505050565b600080600080600061350f866121a7565b9450945094509450945061356b85600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061360084600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600260008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061364d83826139a4565b8673ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040518082815260200191505060405180910390a35050505050505050565b60008060008060006136cd866121a7565b9450945094509450945061372986600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506137be85600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546121f990919063ffffffff16565b600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061385382600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600360008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506138e884600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461224390919063ffffffff16565b600260008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061393583826139a4565b8673ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040518082815260200191505060405180910390a35050505050505050565b6139b9826009546121f990919063ffffffff16565b6009819055506139d481600a5461224390919063ffffffff16565b600a81905550505056fe416d6f756e74206d757374206265206c657373207468616e20746f74616c207265666c656374696f6e734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e736665722066726f6d207a65726f206164647265737357652063616e206e6f74206578636c75646520556e697377617020563220726f757465722e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63655472616e7366657220616d6f756e74206d7573742062652067726561746572207468616e207a65726f45524332303a20617070726f76652066726f6d20746865207a65726f206164647265737357652063616e206e6f74206578636c75646520556e697377617020563320726f757465722e4578636c75646564206164647265737365732063616e6e6f742063616c6c20746869732066756e6374696f6e45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220ddb9768ed42e952496a8644ea0bea0c460cb4db534c978b06620b2078f141b2464736f6c634300060c0033

Deployed Bytecode Sourcemap

20663:14858:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23180:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24074:161;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;25199:358;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;23457:95;;;:::i;:::-;;;;;;;;;;;;;;;;;;;31546:102;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;25073:81;;;:::i;:::-;;;;;;;;;;;;;;;;;;;31880:112;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;24243:308;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;23366:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;26046:243;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;24559:213;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;32048:111;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;23560:185;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;20107:148;;;:::i;:::-;;31402:101;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;21424:28;;;:::i;:::-;;;;;;;;;;;;;;;;;;;19464:79;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;25608:399;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;23271:87;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24780:264;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;30893:465;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;23753:167;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;30306:539;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;23928:138;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;20410:244;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;23180:83;23217:13;23250:5;23243:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23180:83;:::o;24074:161::-;24149:4;24166:39;24175:12;:10;:12::i;:::-;24189:7;24198:6;24166:8;:39::i;:::-;24223:4;24216:11;;24074:161;;;;:::o;25199:358::-;25252:14;25269:12;:10;:12::i;:::-;25252:29;;25301:9;:17;25311:6;25301:17;;;;;;;;;;;;;;;;;;;;;;;;;25300:18;25292:75;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25379:15;25402:16;25410:7;25402;:16::i;:::-;25378:40;;;;;;25445:26;25463:7;25445:5;:13;25451:6;25445:13;;;;;;;;;;;;;;;;:17;;:26;;;;:::i;:::-;25429:5;:13;25435:6;25429:13;;;;;;;;;;;;;;;:42;;;;25492:20;25504:7;25492;;:11;;:20;;;;:::i;:::-;25482:7;:30;;;;25531:18;25541:7;25531:5;;:9;;:18;;;;:::i;:::-;25523:5;:26;;;;25199:358;;;:::o;23457:95::-;23510:7;23537;;23530:14;;23457:95;:::o;31546:102::-;19686:12;:10;:12::i;:::-;19676:22;;:6;;;;;;;;;;:22;;;19668:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31635:5:::1;31611:12;:21;31624:7;31611:21;;;;;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;31546:102:::0;:::o;25073:81::-;25114:7;25141:5;;25134:12;;25073:81;:::o;31880:112::-;31942:4;31966:9;:18;31976:7;31966:18;;;;;;;;;;;;;;;;;;;;;;;;;31959:25;;31880:112;;;:::o;24243:308::-;24341:4;24358:36;24368:6;24376:9;24387:6;24358:9;:36::i;:::-;24405:116;24414:6;24422:12;:10;:12::i;:::-;24436:84;24469:6;24436:84;;;;;;;;;;;;;;;;;:6;:14;24443:6;24436:14;;;;;;;;;;;;;;;:28;24451:12;:10;:12::i;:::-;24436:28;;;;;;;;;;;;;;;;:32;;:84;;;;;:::i;:::-;24405:8;:116::i;:::-;24539:4;24532:11;;24243:308;;;;;:::o;23366:83::-;23407:5;23432:9;;;;;;;;;;;23425:16;;23366:83;:::o;26046:243::-;26105:7;26144;;26133;:18;;26125:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26209:19;26232:7;:5;:7::i;:::-;26209:30;;26257:24;26269:11;26257:7;:11;;:24;;;;:::i;:::-;26250:31;;;26046:243;;;:::o;24559:213::-;24647:4;24664:78;24673:12;:10;:12::i;:::-;24687:7;24696:45;24730:10;24696:6;:20;24703:12;:10;:12::i;:::-;24696:20;;;;;;;;;;;;;;;:29;24717:7;24696:29;;;;;;;;;;;;;;;;:33;;:45;;;;:::i;:::-;24664:8;:78::i;:::-;24760:4;24753:11;;24559:213;;;;:::o;32048:111::-;32106:4;32130:12;:21;32143:7;32130:21;;;;;;;;;;;;;;;;;;;;;;;;;32123:28;;32048:111;;;:::o;23560:185::-;23626:7;23650:9;:18;23660:7;23650:18;;;;;;;;;;;;;;;;;;;;;;;;;23646:45;;;23677:5;:14;23683:7;23677:14;;;;;;;;;;;;;;;;23670:21;;;;23646:45;23709:28;23722:5;:14;23728:7;23722:14;;;;;;;;;;;;;;;;23709:12;:28::i;:::-;23702:35;;23560:185;;;;:::o;20107:148::-;19686:12;:10;:12::i;:::-;19676:22;;:6;;;;;;;;;;:22;;;19668:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20214:1:::1;20177:40;;20198:6;::::0;::::1;;;;;;;;20177:40;;;;;;;;;;;;20245:1;20228:6:::0;::::1;:19;;;;;;;;;;;;;;;;;;20107:148::o:0;31402:101::-;19686:12;:10;:12::i;:::-;19676:22;;:6;;;;;;;;;;:22;;;19668:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31491:4:::1;31467:12;:21;31480:7;31467:21;;;;;;;;;;;;;;;;:28;;;;;;;;;;;;;;;;;;31402:101:::0;:::o;21424:28::-;;;;:::o;19464:79::-;19502:7;19529:6;;;;;;;;;;;19522:13;;19464:79;:::o;25608:399::-;25683:7;25722;;25711;:18;;25703:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25781:9;25776:224;;25808:15;25831:16;25839:7;25831;:16::i;:::-;25807:40;;;;;;25869:7;25862:14;;;;;25776:224;25911:20;25938:16;25946:7;25938;:16::i;:::-;25909:45;;;;;;25976:12;25969:19;;;25608:399;;;;;:::o;23271:87::-;23310:13;23343:7;23336:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23271:87;:::o;24780:264::-;24873:4;24890:124;24899:12;:10;:12::i;:::-;24913:7;24922:91;24956:15;24922:91;;;;;;;;;;;;;;;;;:6;:20;24929:12;:10;:12::i;:::-;24922:20;;;;;;;;;;;;;;;:29;24943:7;24922:29;;;;;;;;;;;;;;;;:33;;:91;;;;;:::i;:::-;24890:8;:124::i;:::-;25032:4;25025:11;;24780:264;;;;:::o;30893:465::-;19686:12;:10;:12::i;:::-;19676:22;;:6;;;;;;;;;;:22;;;19668:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30973:9:::1;:18;30983:7;30973:18;;;;;;;;;;;;;;;;;;;;;;;;;30965:58;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;31039:9;31034:317;31058:8;:15;;;;31054:1;:19;31034:317;;;31114:7;31099:22;;:8;31108:1;31099:11;;;;;;;;;;;;;;;;;;;;;;;;;:22;;;31095:245;;;31156:8;31183:1;31165:8;:15;;;;:19;31156:29;;;;;;;;;;;;;;;;;;;;;;;;;31142:8;31151:1;31142:11;;;;;;;;;;;;;;;;:43;;;;;;;;;;;;;;;;;;31221:1;31204:5;:14;31210:7;31204:14;;;;;;;;;;;;;;;:18;;;;31262:5;31241:9;:18;31251:7;31241:18;;;;;;;;;;;;;;;;:26;;;;;;;;;;;;;;;;;;31286:8;:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31319:5;;31095:245;31075:3;;;;;;;31034:317;;;;30893:465:::0;:::o;23753:167::-;23831:4;23848:42;23858:12;:10;:12::i;:::-;23872:9;23883:6;23848:9;:42::i;:::-;23908:4;23901:11;;23753:167;;;;:::o;30306:539::-;19686:12;:10;:12::i;:::-;19676:22;;:6;;;;;;;;;;:22;;;19668:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30395:42:::1;30384:53;;:7;:53;;;;30376:103;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30509:42;30498:53;;:7;:53;;;;30490:103;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30613:9;:18;30623:7;30613:18;;;;;;;;;;;;;;;;;;;;;;;;;30612:19;30604:59;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;30694:1;30677:5;:14;30683:7;30677:14;;;;;;;;;;;;;;;;:18;30674:95;;;30729:28;30742:5;:14;30748:7;30742:14;;;;;;;;;;;;;;;;30729:12;:28::i;:::-;30712:5;:14;30718:7;30712:14;;;;;;;;;;;;;;;:45;;;;30674:95;30800:4;30779:9;:18;30789:7;30779:18;;;;;;;;;;;;;;;;:25;;;;;;;;;;;;;;;;;;30815:8;30829:7;30815:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30306:539:::0;:::o;23928:138::-;24009:7;24036:6;:13;24043:5;24036:13;;;;;;;;;;;;;;;:22;24050:7;24036:22;;;;;;;;;;;;;;;;24029:29;;23928:138;;;;:::o;20410:244::-;19686:12;:10;:12::i;:::-;19676:22;;:6;;;;;;;;;;:22;;;19668:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20519:1:::1;20499:22;;:8;:22;;;;20491:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20609:8;20580:38;;20601:6;::::0;::::1;;;;;;;;20580:38;;;;;;;;;;;;20638:8;20629:6;::::0;:17:::1;;;;;;;;;;;;;;;;;;20410:244:::0;:::o;11864:106::-;11917:15;11952:10;11945:17;;11864:106;:::o;34165:332::-;34275:1;34258:19;;:5;:19;;;;34250:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34356:1;34337:21;;:7;:21;;;;34329:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34435:6;34410;:13;34417:5;34410:13;;;;;;;;;;;;;;;:22;34424:7;34410:22;;;;;;;;;;;;;;;:31;;;;34473:7;34457:32;;34466:5;34457:32;;;34482:6;34457:32;;;;;;;;;;;;;;;;;;34165:332;;;:::o;32204:342::-;32260:7;32269;32278;32287;32296;32317:20;32339:12;32355:17;32364:7;32355:8;:17::i;:::-;32316:56;;;;32384:15;32401:20;32423:12;32439:32;32448:7;32457:4;32463:7;:5;:7::i;:::-;32439:8;:32::i;:::-;32383:88;;;;;;32490:7;32499:12;32513:4;32519:12;32533:4;32482:56;;;;;;;;;;;;;;;32204:342;;;;;;;:::o;7833:136::-;7891:7;7918:43;7922:1;7925;7918:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;7911:50;;7833:136;;;;:::o;7369:181::-;7427:7;7447:9;7463:1;7459;:5;7447:17;;7488:1;7483;:6;;7475:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7541:1;7534:8;;;7369:181;;;;:::o;34505:1011::-;34643:1;34627:18;;:4;:18;;;;34619:64;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34716:1;34702:16;;:2;:16;;;;34694:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34782:1;34773:6;:10;34765:64;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34903:11;34917:4;34903:18;;34932:15;35108;35045:4;35030:31;;;35062:42;35030:75;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:93;35027:141;;;35152:4;35139:17;;35027:141;35303:12;:18;35316:4;35303:18;;;;;;;;;;;;;;;;;;;;;;;;;:38;;;;35325:12;:16;35338:2;35325:16;;;;;;;;;;;;;;;;;;;;;;;;;35303:38;:61;;;;35353:11;;;;;;;;;;;35345:19;;:4;:19;;;35303:61;:75;;;;35368:10;35303:75;35300:120;;;35403:5;35394:14;;35300:120;35475:33;35486:4;35491:2;35494:6;35501;35475:10;:33::i;:::-;34505:1011;;;;;:::o;8272:192::-;8358:7;8391:1;8386;:6;;8394:12;8378:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8418:9;8434:1;8430;:5;8418:17;;8455:1;8448:8;;;8272:192;;;;;:::o;33218:157::-;33256:7;33277:15;33294;33313:16;:14;:16::i;:::-;33276:53;;;;33347:20;33359:7;33347;:11;;:20;;;;:::i;:::-;33340:27;;;;33218:157;:::o;9670:132::-;9728:7;9755:39;9759:1;9762;9755:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;9748:46;;9670:132;;;;:::o;32596:214::-;32653:7;32662;32682:12;32697:16;32705:7;32697;:16::i;:::-;32682:31;;32724:20;32747:17;32759:4;32747:7;:11;;:17;;;;:::i;:::-;32724:40;;32783:12;32797:4;32775:27;;;;;;32596:214;;;:::o;32858:325::-;32950:7;32959;32968;32988:15;33006:24;33018:11;33006:7;:11;;:24;;;;:::i;:::-;32988:42;;33041:12;33056:21;33065:11;33056:4;:8;;:21;;;;:::i;:::-;33041:36;;33088:20;33111:17;33123:4;33111:7;:11;;:17;;;;:::i;:::-;33088:40;;33147:7;33156:12;33170:4;33139:36;;;;;;;;;32858:325;;;;;;;:::o;26339:1767::-;26455:6;26451:1054;;26489:1;26477:9;:13;;;;26451:1054;;;26598:10;26588:6;:21;26585:909;;;26642:1;26630:9;:13;;;;26675:20;26666:6;:29;26663:815;;;26731:2;26719:9;:14;;;;26663:815;;;26771:18;26762:6;:27;26759:719;;;26825:2;26813:9;:14;;;;26759:719;;;26865:18;26856:6;:27;26853:625;;;26919:2;26907:9;:14;;;;26853:625;;;26959:17;26950:6;:26;26947:531;;;27012:2;27000:9;:14;;;;26947:531;;;27052:16;27043:6;:25;27040:438;;;27104:1;27092:9;:13;;;;27040:438;;;27143:15;27134:6;:24;27131:347;;;27194:1;27182:9;:13;;;;27131:347;;;27233:14;27224:6;:23;27221:257;;;27283:1;27271:9;:13;;;;27221:257;;;27322:12;27313:6;:21;27310:168;;;27370:1;27358:9;:13;;;;27310:168;;;27409:11;27400:6;:20;27397:81;;;27456:1;27444:9;:13;;;;27397:81;27310:168;27221:257;27131:347;27040:438;26947:531;26853:625;26759:719;26663:815;26585:909;26451:1054;27529:9;:17;27539:6;27529:17;;;;;;;;;;;;;;;;;;;;;;;;;:42;;;;;27551:9;:20;27561:9;27551:20;;;;;;;;;;;;;;;;;;;;;;;;;27550:21;27529:42;27525:574;;;27588:47;27609:6;27617:9;27628:6;27588:20;:47::i;:::-;27525:574;;;27658:9;:17;27668:6;27658:17;;;;;;;;;;;;;;;;;;;;;;;;;27657:18;:42;;;;;27679:9;:20;27689:9;27679:20;;;;;;;;;;;;;;;;;;;;;;;;;27657:42;27653:446;;;27716:45;27735:6;27743:9;27754:6;27716:18;:45::i;:::-;27653:446;;;27784:9;:17;27794:6;27784:17;;;;;;;;;;;;;;;;;;;;;;;;;27783:18;:43;;;;;27806:9;:20;27816:9;27806:20;;;;;;;;;;;;;;;;;;;;;;;;;27805:21;27783:43;27779:320;;;27843:42;27859:6;27867:9;27878:6;27843:15;:42::i;:::-;27779:320;;;27907:9;:17;27917:6;27907:17;;;;;;;;;;;;;;;;;;;;;;;;;:41;;;;;27928:9;:20;27938:9;27928:20;;;;;;;;;;;;;;;;;;;;;;;;;27907:41;27903:196;;;27965:47;27986:6;27994:9;28005:6;27965:20;:47::i;:::-;27903:196;;;28045:42;28061:6;28069:9;28080:6;28045:15;:42::i;:::-;27903:196;27779:320;27653:446;27525:574;26339:1767;;;;:::o;33425:545::-;33472:7;33481;33501:15;33519:7;;33501:25;;33537:15;33555:7;;33537:25;;33584:9;33579:276;33603:8;:15;;;;33599:1;:19;33579:276;;;33665:7;33644:5;:18;33650:8;33659:1;33650:11;;;;;;;;;;;;;;;;;;;;;;;;;33644:18;;;;;;;;;;;;;;;;:28;:60;;;;33697:7;33676:5;:18;33682:8;33691:1;33682:11;;;;;;;;;;;;;;;;;;;;;;;;;33676:18;;;;;;;;;;;;;;;;:28;33644:60;33640:91;;;33714:7;;33723;;33706:25;;;;;;;;;33640:91;33756:31;33768:5;:18;33774:8;33783:1;33774:11;;;;;;;;;;;;;;;;;;;;;;;;;33768:18;;;;;;;;;;;;;;;;33756:7;:11;;:31;;;;:::i;:::-;33746:41;;33812:31;33824:5;:18;33830:8;33839:1;33830:11;;;;;;;;;;;;;;;;;;;;;;;;;33824:18;;;;;;;;;;;;;;;;33812:7;:11;;:31;;;;:::i;:::-;33802:41;;33620:3;;;;;;;33579:276;;;;33879:20;33891:7;;33879;;:11;;:20;;;;:::i;:::-;33869:7;:30;33865:61;;;33909:7;;33918;;33901:25;;;;;;;;33865:61;33945:7;33954;33937:25;;;;;;33425:545;;;:::o;10298:278::-;10384:7;10416:1;10412;:5;10419:12;10404:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10443:9;10459:1;10455;:5;;;;;;10443:17;;10567:1;10560:8;;;10298:278;;;;;:::o;34007:148::-;34063:7;34090:57;34131:5;34090:22;34102:9;;34090:7;:11;;:22;;;;:::i;:::-;:26;;:57;;;;:::i;:::-;34083:64;;34007:148;;;:::o;8723:471::-;8781:7;9031:1;9026;:6;9022:47;;;9056:1;9049:8;;;;9022:47;9081:9;9097:1;9093;:5;9081:17;;9126:1;9121;9117;:5;;;;;;:10;9109:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9185:1;9178:8;;;8723:471;;;;;:::o;29170:480::-;29272:15;29289:20;29311:12;29325:20;29347:12;29363:16;29371:7;29363;:16::i;:::-;29271:108;;;;;;;;;;29406:26;29424:7;29406:5;:13;29412:6;29406:13;;;;;;;;;;;;;;;;:17;;:26;;;;:::i;:::-;29390:5;:13;29396:6;29390:13;;;;;;;;;;;;;;;:42;;;;29459:26;29477:7;29459:5;:13;29465:6;29459:13;;;;;;;;;;;;;;;;:17;;:26;;;;:::i;:::-;29443:5;:13;29449:6;29443:13;;;;;;;;;;;;;;;:42;;;;29515:34;29536:12;29515:5;:16;29521:9;29515:16;;;;;;;;;;;;;;;;:20;;:34;;;;:::i;:::-;29496:5;:16;29502:9;29496:16;;;;;;;;;;;;;;;:53;;;;29563:22;29574:4;29580;29563:10;:22::i;:::-;29618:9;29601:41;;29610:6;29601:41;;;29629:12;29601:41;;;;;;;;;;;;;;;;;;29170:480;;;;;;;;:::o;28624:497::-;28724:15;28741:20;28763:12;28777:20;28799:12;28815:16;28823:7;28815;:16::i;:::-;28723:108;;;;;;;;;;28858:26;28876:7;28858:5;:13;28864:6;28858:13;;;;;;;;;;;;;;;;:17;;:26;;;;:::i;:::-;28842:5;:13;28848:6;28842:13;;;;;;;;;;;;;;;:42;;;;28914:34;28935:12;28914:5;:16;28920:9;28914:16;;;;;;;;;;;;;;;;:20;;:34;;;;:::i;:::-;28895:5;:16;28901:9;28895:16;;;;;;;;;;;;;;;:53;;;;28978:34;28999:12;28978:5;:16;28984:9;28978:16;;;;;;;;;;;;;;;;:20;;:34;;;;:::i;:::-;28959:5;:16;28965:9;28959:16;;;;;;;;;;;;;;;:53;;;;29034:22;29045:4;29051;29034:10;:22::i;:::-;29089:9;29072:41;;29081:6;29072:41;;;29100:12;29072:41;;;;;;;;;;;;;;;;;;28624:497;;;;;;;;:::o;28158:419::-;28255:15;28272:20;28294:12;28308:20;28330:12;28346:16;28354:7;28346;:16::i;:::-;28254:108;;;;;;;;;;28389:26;28407:7;28389:5;:13;28395:6;28389:13;;;;;;;;;;;;;;;;:17;;:26;;;;:::i;:::-;28373:5;:13;28379:6;28373:13;;;;;;;;;;;;;;;:42;;;;28445:34;28466:12;28445:5;:16;28451:9;28445:16;;;;;;;;;;;;;;;;:20;;:34;;;;:::i;:::-;28426:5;:16;28432:9;28426:16;;;;;;;;;;;;;;;:53;;;;28490:22;28501:4;28507;28490:10;:22::i;:::-;28545:9;28528:41;;28537:6;28528:41;;;28556:12;28528:41;;;;;;;;;;;;;;;;;;28158:419;;;;;;;;:::o;29704:558::-;29806:15;29823:20;29845:12;29859:20;29881:12;29897:16;29905:7;29897;:16::i;:::-;29805:108;;;;;;;;;;29940:26;29958:7;29940:5;:13;29946:6;29940:13;;;;;;;;;;;;;;;;:17;;:26;;;;:::i;:::-;29924:5;:13;29930:6;29924:13;;;;;;;;;;;;;;;:42;;;;29993:26;30011:7;29993:5;:13;29999:6;29993:13;;;;;;;;;;;;;;;;:17;;:26;;;;:::i;:::-;29977:5;:13;29983:6;29977:13;;;;;;;;;;;;;;;:42;;;;30049:34;30070:12;30049:5;:16;30055:9;30049:16;;;;;;;;;;;;;;;;:20;;:34;;;;:::i;:::-;30030:5;:16;30036:9;30030:16;;;;;;;;;;;;;;;:53;;;;30113:34;30134:12;30113:5;:16;30119:9;30113:16;;;;;;;;;;;;;;;;:20;;:34;;;;:::i;:::-;30094:5;:16;30100:9;30094:16;;;;;;;;;;;;;;;:53;;;;30175:22;30186:4;30192;30175:10;:22::i;:::-;30230:9;30213:41;;30222:6;30213:41;;;30241:12;30213:41;;;;;;;;;;;;;;;;;;29704:558;;;;;;;;:::o;31690:136::-;31767:17;31779:4;31767:7;;:11;;:17;;;;:::i;:::-;31757:7;:27;;;;31803:15;31813:4;31803:5;;:9;;:15;;;;:::i;:::-;31795:5;:23;;;;31690:136;;:::o

Swarm Source

ipfs://ddb9768ed42e952496a8644ea0bea0c460cb4db534c978b06620b2078f141b24
Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.