ETH Price: $3,388.24 (-1.55%)
Gas: 3 Gwei

Contract

0x7714f320Adca62B149df2579361AfEC729c5FE6A
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

TokenTracker

Tenup (TUP) (@$0.0179)
Transaction Hash
Method
Block
From
To
Value
0xc8586923afa0d96705df5a13bab853551153656c717694d6cd2b9c006d40369a Transfer(pending)2024-06-26 1:33:203 days ago1719365600IN
TenUp: TUP Token
0 ETH(Pending)(Pending)
0x8be91a652d9c051c49d6ade06447f2446aa1f2b18d174f612f7106f7c7e6db46 Approve(pending)2024-06-23 15:34:415 days ago1719156881IN
TenUp: TUP Token
0 ETH(Pending)(Pending)
0xef092a6508c3b68229105702b8d9264f632c537b4c9d5d12aa5b423e7ccb41cd Approve(pending)2024-06-23 15:34:415 days ago1719156881IN
TenUp: TUP Token
0 ETH(Pending)(Pending)
0xcbbe401bae0cf4b550e8525439ff8309b88df54e014c5801c62396c298012d2f Approve(pending)2024-06-23 3:15:466 days ago1719112546IN
TenUp: TUP Token
0 ETH(Pending)(Pending)
0x8648cb51baf9a8f26f9944a7915576864a724ce805c7f422095cde6e0b6bf067 Approve(pending)2024-06-23 3:14:026 days ago1719112442IN
TenUp: TUP Token
0 ETH(Pending)(Pending)
0xf3253eeb5e39dd74c307bc6e660ad1f7bafcd5c3330139ba1c9b7c02a712df3f Transfer(pending)2024-06-23 2:44:006 days ago1719110640IN
TenUp: TUP Token
0 ETH(Pending)(Pending)
0x1f9ccede1edde23787b17ee5d702f545fde48adefb179e460d08054f35a715b8 Approve(pending)2024-06-23 1:48:396 days ago1719107319IN
TenUp: TUP Token
0 ETH(Pending)(Pending)
Transfer201974012024-06-29 12:40:1124 mins ago1719664811IN
TenUp: TUP Token
0 ETH0.000289523.99187218
Transfer201973982024-06-29 12:39:3525 mins ago1719664775IN
TenUp: TUP Token
0 ETH0.000164452.26746338
Transfer201962552024-06-29 8:49:354 hrs ago1719650975IN
TenUp: TUP Token
0 ETH0.000301764.16194167
Transfer201950632024-06-29 4:49:358 hrs ago1719636575IN
TenUp: TUP Token
0 ETH0.00024653.39923626
Transfer201938712024-06-29 0:49:4712 hrs ago1719622187IN
TenUp: TUP Token
0 ETH0.000261293.60267176
Transfer201938602024-06-29 0:47:3512 hrs ago1719622055IN
TenUp: TUP Token
0 ETH0.000255893.52873377
Transfer201936462024-06-29 0:04:1113 hrs ago1719619451IN
TenUp: TUP Token
0 ETH0.0027096440
Transfer201935702024-06-28 23:48:4713 hrs ago1719618527IN
TenUp: TUP Token
0 ETH0.000179252
Transfer201926772024-06-28 20:49:1116 hrs ago1719607751IN
TenUp: TUP Token
0 ETH0.000308434.25252951
Transfer201867102024-06-28 0:49:5936 hrs ago1719535799IN
TenUp: TUP Token
0 ETH0.000651838.99025276
Transfer201855192024-06-27 20:49:4740 hrs ago1719521387IN
TenUp: TUP Token
0 ETH0.000613698.46273251
Transfer201843252024-06-27 16:49:4744 hrs ago1719506987IN
TenUp: TUP Token
0 ETH0.0010551314.54774592
Transfer201832062024-06-27 13:04:472 days ago1719493487IN
TenUp: TUP Token
0 ETH0.0027101240
Transfer201831192024-06-27 12:47:112 days ago1719492431IN
TenUp: TUP Token
0 ETH0.000701737.82833707
Transfer201819372024-06-27 8:49:472 days ago1719478187IN
TenUp: TUP Token
0 ETH0.000569227.85089201
Transfer201807412024-06-27 4:49:352 days ago1719463775IN
TenUp: TUP Token
0 ETH0.000522917.2108918
Transfer201795002024-06-27 0:40:232 days ago1719448823IN
TenUp: TUP Token
0 ETH0.000332314.90564373
Transfer201794922024-06-27 0:38:472 days ago1719448727IN
TenUp: TUP Token
0 ETH0.000301523.36414813
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Tenup

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-08-21
*/

/**
 * Tenup Nation 
    TOTAL 1% tax:
    0.4% Auto add to Liquidity Pool .
    0.4% Auto added to Staking contract.
    0.2% Auto Send to team wallet address.
*/

// SPDX-License-Identifier: MIT

pragma solidity ^0.6.0;


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

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

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

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

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

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

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

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

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

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

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

        return c;
    }

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

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

        return c;
    }

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

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

        return c;
    }

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

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

        return c;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;
    uint private _decimals = 18;
    uint private _lockTime;
    address public _Owner;
    address public _previousOwner;
    address public _teamAddress;
    address public _stakingAddress;
    address public _liquidityPoolAddress;
    address public liquidityPair;
    uint public stakingFee = 40; //0.4% divisor 100
    uint public liquidityFee = 40; //0.4% divisor 100
    uint public teamFee = 20; //0.2% divisor 100
    bool public sellLimiter; //by default false
    uint public sellLimit = 50000 * 10 ** 18; //sell limit if sellLimiter is true
    
    uint256 public _maxTxAmount = 5000000 * 10**18;
    
    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
    /**
     * @dev Sets the values for {name} and {symbol}, initializes {decimals} with
     * a default value of 18.
     *
     * To select a different value for {decimals}, use {_setupDecimals}.
     *
     * All three of these values are immutable: they can only be set once during
     * construction.
     */
    constructor (string memory _nm, string memory _sym) public {
        _name = _nm;
        _symbol = _sym;
        _Owner = msg.sender;
        feeExcludedAddress[msg.sender] = true;
    }
    
    modifier onlyOwner{
        require(msg.sender == _Owner, 'Only Owner Can Call This Function');
        _;
    }

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

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

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

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

    /**
     * @dev See {IERC20-balanceOf}.
     */
    function balanceOf(address account) public view override returns (uint256) {
        return _balances[account];
    }
    
    function calculateLiquidityFee(uint256 _amount) internal view returns (uint256) {
        return _amount.mul(liquidityFee).div(
            10**4
        );
    }
    
    function calculateStakeFee(uint256 _amount) internal view returns (uint256) {
        return _amount.mul(stakingFee).div(
            10**4
        );
    }
    
    function calculateTeamFee(uint256 _amount) internal view returns (uint256) {
        return _amount.mul(teamFee).div(
            10**4
        );
    }
    
    function setStakeFee(uint STfee) public onlyOwner{
        stakingFee = STfee;
    }
    
    function setLiquidityFee(uint LPfee) public onlyOwner{
        liquidityFee = LPfee;
    }
    
    function setTeamFee(uint Tfee) public onlyOwner{
        teamFee = Tfee;
    }
    
    function toggleSellLimit() external onlyOwner() {
        sellLimiter = !sellLimiter;
    }
    
    function setLiquidityPairAddress(address liquidityPairAddress) public onlyOwner{
        liquidityPair = liquidityPairAddress;
    }
    
    function changeStakingAddress(address stakeAddress) public onlyOwner{
        _stakingAddress = stakeAddress;
    }
    
    function changeLPAddress(address LPaddress) public onlyOwner{
        _liquidityPoolAddress = LPaddress;
    }
    
    function changeSellLimit(uint256 _sellLimit) public onlyOwner{
        sellLimit = _sellLimit;
    }
    
    function changeMaxtx(uint256 _maxtx) public onlyOwner{
        _maxTxAmount = _maxtx;
    }
    
    function changeTeamAddress(address Taddress) public onlyOwner{
        _teamAddress = Taddress;
        
    }
    
    function addExcludedAddress(address excludedA) public onlyOwner{
        feeExcludedAddress[excludedA] = true;
    }
    
    function removeExcludedAddress(address excludedA) public onlyOwner{
        feeExcludedAddress[excludedA] = false;
    }
    
    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        emit OwnershipTransferred(_Owner, newOwner);
        _Owner = newOwner;
    }

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

    //Locks the contract for owner for the amount of time provided
    function lock(uint256 time) public virtual onlyOwner {
        _previousOwner = _Owner;
        _Owner = address(0);
        _lockTime = block.timestamp + time;
        emit OwnershipTransferred(_Owner, address(0));
    }
    
    //Unlocks the contract for owner when _lockTime is exceeds
    function unlock() public virtual {
        require(_previousOwner == msg.sender, "You don't have permission to unlock");
        require(block.timestamp > _lockTime , "Contract is locked until 7 days");
        emit OwnershipTransferred(_Owner, _previousOwner);
        _Owner = _previousOwner;
    }
    
    function multiTransfer(address[] memory receivers, uint256[] memory amounts) public {
        require(receivers.length != 0, 'Cannot Proccess Null Transaction');
        require(receivers.length == amounts.length, 'Address and Amount array length must be same');
        for (uint256 i = 0; i < receivers.length; i++) {
            transfer(receivers[i], amounts[i]);
        }
    }

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

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

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

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

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

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

    /**
     * @dev Moves tokens `amount` from `sender` to `recipient`.
     *
     * This is internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     *
     * Emits a {Transfer} event.
     *
     * Requirements:
     *
     * - `sender` cannot be the zero address.
     * - `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     */
    function _transferExcluded(address sender, address recipient, uint256 amount) internal virtual {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address");
        if(sender != _Owner && recipient != _Owner)
            require(amount <= _maxTxAmount, "Transfer amount exceeds the maxTxAmount.");
            
        if(recipient == liquidityPair && balanceOf(liquidityPair) > 0 && sellLimiter){
            require(amount < sellLimit, 'Cannot sell more than sellLimit');
        }

        _balances[sender] = _balances[sender].sub(amount, "ERC20: transfer amount exceeds balance");
        _balances[recipient] = _balances[recipient].add(amount);
        emit Transfer(sender, recipient, amount);
    }
    
    function _transfer(
        address sender,
        address recipient,
        uint256 amount
    ) internal virtual {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address");
        if(sender != _Owner && recipient != _Owner)
            require(amount <= _maxTxAmount, "Transfer amount exceeds the maxTxAmount.");

        if(recipient == liquidityPair && balanceOf(liquidityPair) > 0 && sellLimiter){
            require(amount < sellLimit, 'Cannot sell more than sellLimit');
        }
        
        uint256 senderBalance = _balances[sender];
        require(senderBalance >= amount, "ERC20: transfer amount exceeds balance");
        _balances[sender] = senderBalance - amount;
        uint256 tokenToTransfer = amount.sub(calculateLiquidityFee(amount)).sub(calculateStakeFee(amount)).sub(calculateTeamFee(amount));
        _balances[recipient] += tokenToTransfer;
        _balances[_teamAddress] += calculateTeamFee(amount); 
        _balances[_stakingAddress] += calculateStakeFee(amount);
        _balances[liquidityPair] += calculateLiquidityFee(amount);
        
        emit Transfer(sender, recipient, tokenToTransfer);
    }

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

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

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

    /**
     * @dev Destroys `amount` tokens from `account`, reducing the
     * total supply.
     *
     * Emits a {Transfer} event with `to` set to the zero address.
     *
     * Requirements
     *
     * - `account` cannot be the zero address.
     * - `account` must have at least `amount` tokens.
     */
    function _burn(uint256 amount) public virtual {
        require(_balances[msg.sender] >= amount,'insufficient balance!');

        _beforeTokenTransfer(msg.sender, address(0x000000000000000000000000000000000000dEaD), amount);

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

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

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

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

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

contract Tenup is ERC20 {
    constructor() public ERC20("Tenup", "TUP") {
        _mint(msg.sender, 200000000 ether); // Mint fixed supply of 200 Million TENUP
    }
}

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":"_Owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"_burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"_liquidityPoolAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxTxAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_previousOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_stakingAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_teamAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"excludedA","type":"address"}],"name":"addExcludedAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"LPaddress","type":"address"}],"name":"changeLPAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_maxtx","type":"uint256"}],"name":"changeMaxtx","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_sellLimit","type":"uint256"}],"name":"changeSellLimit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"stakeAddress","type":"address"}],"name":"changeStakingAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"Taddress","type":"address"}],"name":"changeTeamAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"feeExcludedAddress","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"geUnlockTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"liquidityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"liquidityPair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"time","type":"uint256"}],"name":"lock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"receivers","type":"address[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"}],"name":"multiTransfer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"excludedA","type":"address"}],"name":"removeExcludedAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"sellLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"sellLimiter","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"LPfee","type":"uint256"}],"name":"setLiquidityFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"liquidityPairAddress","type":"address"}],"name":"setLiquidityPairAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"STfee","type":"uint256"}],"name":"setStakeFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"Tfee","type":"uint256"}],"name":"setTeamFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"stakingFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"teamFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"toggleSellLimit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unlock","outputs":[],"stateMutability":"nonpayable","type":"function"}]

608060405260126006556028600e556028600f556014601055690a968163f0a57b4000006012556a0422ca8b0a00a4250000006013553480156200004257600080fd5b506040518060400160405280600581526020017f54656e75700000000000000000000000000000000000000000000000000000008152506040518060400160405280600381526020017f54555000000000000000000000000000000000000000000000000000000000008152508160049080519060200190620000c79291906200040a565b508060059080519060200190620000e09291906200040a565b5033600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060018060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550505062000198336aa56fa5b99019a5c80000006200019e60201b60201c565b620004b0565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141562000242576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f45524332303a206d696e7420746f20746865207a65726f20616464726573730081525060200191505060405180910390fd5b62000256600083836200037c60201b60201c565b62000272816003546200038160201b620027c21790919060201c565b600381905550620002d0816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546200038160201b620027c21790919060201c565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b505050565b60008082840190508381101562000400576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200044d57805160ff19168380011785556200047e565b828001600101855582156200047e579182015b828111156200047d57825182559160200191906001019062000460565b5b5090506200048d919062000491565b5090565b5b80821115620004ac57600081600090555060010162000492565b5090565b613b1e80620004c06000396000f3fe608060405234801561001057600080fd5b506004361061025d5760003560e01c806395d89b4111610146578063bab62f38116100c3578063e2d7bee411610087578063e2d7bee414610c60578063e6081cf714610c8e578063e6ec64ec14610cd2578063eff9884314610d00578063f2fde38b14610d1e578063fc50eef314610d625761025d565b8063bab62f3814610b48578063d7c94efd14610b68578063dcc2345514610b86578063dd46706414610bba578063dd62ed3e14610be85761025d565b8063a69df4b51161010a578063a69df4b514610a44578063a9059cbb14610a4e578063a9b54bcd14610ab2578063b5ee0ded14610af6578063b6c5232414610b2a5761025d565b806395d89b41146108cd57806398118cb4146109505780639b1f9e741461096e578063a457c2d71461099c578063a646c35d14610a005761025d565b806339509351116101df5780636e63cd96116101a35780636e63cd961461077757806370a08231146107ab5780637d1db4a514610803578063808a54571461082157806381db0a49146108555780638c97ca76146108995761025d565b8063395093511461063f5780633aee69bb146106a3578063428e7823146106e75780634f91e48c146107155780634f922a9e146107335761025d565b806318160ddd1161022657806318160ddd146104055780631e89d5451461042357806323b872dd1461056f578063313ce567146105f3578063357bf15c146106115761025d565b8062f83cdf1461026257806306fdde03146102bc578063095ea7b31461033f5780630d2a3bc4146103a35780630eda7275146103d7575b600080fd5b6102a46004803603602081101561027857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610d6c565b60405180821515815260200191505060405180910390f35b6102c4610d8c565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156103045780820151818401526020810190506102e9565b50505050905090810190601f1680156103315780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61038b6004803603604081101561035557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610e2e565b60405180821515815260200191505060405180910390f35b6103ab610e4c565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610403600480360360208110156103ed57600080fd5b8101908080359060200190929190505050610e72565b005b61040d610f22565b6040518082815260200191505060405180910390f35b61056d6004803603604081101561043957600080fd5b810190808035906020019064010000000081111561045657600080fd5b82018360208201111561046857600080fd5b8035906020019184602083028401116401000000008311171561048a57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f820116905080830192505050505050509192919290803590602001906401000000008111156104ea57600080fd5b8201836020820111156104fc57600080fd5b8035906020019184602083028401116401000000008311171561051e57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f820116905080830192505050505050509192919290505050610f2c565b005b6105db6004803603606081101561058557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061104d565b60405180821515815260200191505060405180910390f35b6105fb6111dd565b6040518082815260200191505060405180910390f35b61063d6004803603602081101561062757600080fd5b81019080803590602001909291905050506111e7565b005b61068b6004803603604081101561065557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611297565b60405180821515815260200191505060405180910390f35b6106e5600480360360208110156106b957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061134a565b005b610713600480360360208110156106fd57600080fd5b8101908080359060200190929190505050611434565b005b61071d6114e4565b6040518082815260200191505060405180910390f35b6107756004803603602081101561074957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506114ea565b005b61077f6115d4565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6107ed600480360360208110156107c157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506115fa565b6040518082815260200191505060405180910390f35b61080b611642565b6040518082815260200191505060405180910390f35b610829611648565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6108976004803603602081101561086b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061166e565b005b6108a1611758565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6108d561177e565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156109155780820151818401526020810190506108fa565b50505050905090810190601f1680156109425780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610958611820565b6040518082815260200191505060405180910390f35b61099a6004803603602081101561098457600080fd5b8101908080359060200190929190505050611826565b005b6109e8600480360360408110156109b257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611a19565b60405180821515815260200191505060405180910390f35b610a4260048036036020811015610a1657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611ae6565b005b610a4c611be7565b005b610a9a60048036036040811015610a6457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611e07565b60405180821515815260200191505060405180910390f35b610af460048036036020811015610ac857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611eea565b005b610afe611fea565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610b32612010565b6040518082815260200191505060405180910390f35b610b5061201a565b60405180821515815260200191505060405180910390f35b610b7061202d565b6040518082815260200191505060405180910390f35b610b8e612033565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610be660048036036020811015610bd057600080fd5b8101908080359060200190929190505050612059565b005b610c4a60048036036040811015610bfe57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061222d565b6040518082815260200191505060405180910390f35b610c8c60048036036020811015610c7657600080fd5b81019080803590602001909291905050506122b4565b005b610cd060048036036020811015610ca457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612364565b005b610cfe60048036036020811015610ce857600080fd5b810190808035906020019092919050505061244e565b005b610d086124fe565b6040518082815260200191505060405180910390f35b610d6060048036036020811015610d3457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612504565b005b610d6a6126f0565b005b60016020528060005260406000206000915054906101000a900460ff1681565b606060048054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610e245780601f10610df957610100808354040283529160200191610e24565b820191906000526020600020905b815481529060010190602001808311610e0757829003601f168201915b5050505050905090565b6000610e42610e3b61284a565b8484612852565b6001905092915050565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610f18576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b8060128190555050565b6000600354905090565b600082511415610fa4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f43616e6e6f742050726f6363657373204e756c6c205472616e73616374696f6e81525060200191505060405180910390fd5b8051825114610ffe576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180613974602c913960400191505060405180910390fd5b60005b82518110156110485761103a83828151811061101957fe5b602002602001015183838151811061102d57fe5b6020026020010151611e07565b508080600101915050611001565b505050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806110f05750600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b1561110557611100848484612a49565b611111565b611110848484612f28565b5b6111d28461111d61284a565b6111cd85604051806060016040528060288152602001613a0f60289139600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600061118361284a565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ab9092919063ffffffff16565b612852565b600190509392505050565b6000600654905090565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461128d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600f8190555050565b60006113406112a461284a565b8461133b85600260006112b561284a565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546127c290919063ffffffff16565b612852565b6001905092915050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146113f0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146114da576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b8060138190555050565b60125481565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611590576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60135481565b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611714576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b606060058054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156118165780601f106117eb57610100808354040283529160200191611816565b820191906000526020600020905b8154815290600101906020018083116117f957829003601f168201915b5050505050905090565b600f5481565b806000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205410156118da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260158152602001807f696e73756666696369656e742062616c616e636521000000000000000000000081525060200191505060405180910390fd5b6118e73361dead8361366b565b6119528160405180606001604052806022815260200161390a602291396000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ab9092919063ffffffff16565b6000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506119a98160035461367090919063ffffffff16565b60038190555061dead73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a350565b6000611adc611a2661284a565b84611ad785604051806060016040528060258152602001613ac46025913960026000611a5061284a565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ab9092919063ffffffff16565b612852565b6001905092915050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611b8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b3373ffffffffffffffffffffffffffffffffffffffff16600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611c8d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526023815260200180613a806023913960400191505060405180910390fd5b6007544211611d04576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f436f6e7472616374206973206c6f636b656420756e74696c203720646179730081525060200191505060405180910390fd5b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680611eb1575060016000611e6861284a565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15611ecd57611ec8611ec161284a565b8484612a49565b611ee0565b611edf611ed861284a565b8484612f28565b5b6001905092915050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611f90576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b60018060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600754905090565b601160009054906101000a900460ff1681565b60105481565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146120ff576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550804201600781905550600073ffffffffffffffffffffffffffffffffffffffff16600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a350565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461235a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600e8190555050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461240a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600c60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146124f4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b8060108190555050565b600e5481565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146125aa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612630576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602681526020018061392c6026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614612796576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b601160009054906101000a900460ff1615601160006101000a81548160ff021916908315150217905550565b600080828401905083811015612840576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156128d8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180613a5c6024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561295e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806139526022913960400191505060405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612acf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180613a376025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612b55576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806138e76023913960400191505060405180910390fd5b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614158015612c015750600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b15612c6257601354811115612c61576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260288152602001806139c66028913960400191505060405180910390fd5b5b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16148015612ce957506000612ce7600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166115fa565b115b8015612d015750601160009054906101000a900460ff165b15612d7e576012548110612d7d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f43616e6e6f742073656c6c206d6f7265207468616e2073656c6c4c696d69740081525060200191505060405180910390fd5b5b612de9816040518060600160405280602681526020016139a0602691396000808773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ab9092919063ffffffff16565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550612e7c816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546127c290919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612fae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180613a376025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415613034576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806138e76023913960400191505060405180910390fd5b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156130e05750600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b1561314157601354811115613140576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260288152602001806139c66028913960400191505060405180910390fd5b5b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161480156131c8575060006131c6600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166115fa565b115b80156131e05750601160009054906101000a900460ff165b1561325d57601254811061325c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f43616e6e6f742073656c6c206d6f7265207468616e2073656c6c4c696d69740081525060200191505060405180910390fd5b5b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156132f9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260268152602001806139a06026913960400191505060405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600061338f61334c846136ba565b613381613358866136ec565b6133736133648861371e565b8861367090919063ffffffff16565b61367090919063ffffffff16565b61367090919063ffffffff16565b9050806000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055506133e6836136ba565b600080600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254019250508190555061345c836136ec565b600080600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055506134d28361371e565b600080600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050505050565b6000838311158290613658576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561361d578082015181840152602081019050613602565b50505050905090810190601f16801561364a5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b505050565b60006136b283836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506135ab565b905092915050565b60006136e56127106136d76010548561375090919063ffffffff16565b6137d690919063ffffffff16565b9050919050565b6000613717612710613709600e548561375090919063ffffffff16565b6137d690919063ffffffff16565b9050919050565b600061374961271061373b600f548561375090919063ffffffff16565b6137d690919063ffffffff16565b9050919050565b60008083141561376357600090506137d0565b600082840290508284828161377457fe5b04146137cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806139ee6021913960400191505060405180910390fd5b809150505b92915050565b600061381883836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250613820565b905092915050565b600080831182906138cc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613891578082015181840152602081019050613876565b50505050905090810190601f1680156138be5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385816138d857fe5b04905080915050939250505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a206275726e20616d6f756e7420657863656564732062616c616e63654f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573734164647265737320616e6420416d6f756e74206172726179206c656e677468206d7573742062652073616d6545524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e63655472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373596f7520646f6e27742068617665207065726d697373696f6e20746f20756e6c6f636b4f6e6c79204f776e65722043616e2043616c6c20546869732046756e6374696f6e45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa26469706673582212209f5e4bcd19c67fc66f193c5ee2ff7abf62898fef2c9e6e3003561436d318134a64736f6c634300060c0033

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061025d5760003560e01c806395d89b4111610146578063bab62f38116100c3578063e2d7bee411610087578063e2d7bee414610c60578063e6081cf714610c8e578063e6ec64ec14610cd2578063eff9884314610d00578063f2fde38b14610d1e578063fc50eef314610d625761025d565b8063bab62f3814610b48578063d7c94efd14610b68578063dcc2345514610b86578063dd46706414610bba578063dd62ed3e14610be85761025d565b8063a69df4b51161010a578063a69df4b514610a44578063a9059cbb14610a4e578063a9b54bcd14610ab2578063b5ee0ded14610af6578063b6c5232414610b2a5761025d565b806395d89b41146108cd57806398118cb4146109505780639b1f9e741461096e578063a457c2d71461099c578063a646c35d14610a005761025d565b806339509351116101df5780636e63cd96116101a35780636e63cd961461077757806370a08231146107ab5780637d1db4a514610803578063808a54571461082157806381db0a49146108555780638c97ca76146108995761025d565b8063395093511461063f5780633aee69bb146106a3578063428e7823146106e75780634f91e48c146107155780634f922a9e146107335761025d565b806318160ddd1161022657806318160ddd146104055780631e89d5451461042357806323b872dd1461056f578063313ce567146105f3578063357bf15c146106115761025d565b8062f83cdf1461026257806306fdde03146102bc578063095ea7b31461033f5780630d2a3bc4146103a35780630eda7275146103d7575b600080fd5b6102a46004803603602081101561027857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610d6c565b60405180821515815260200191505060405180910390f35b6102c4610d8c565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156103045780820151818401526020810190506102e9565b50505050905090810190601f1680156103315780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61038b6004803603604081101561035557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610e2e565b60405180821515815260200191505060405180910390f35b6103ab610e4c565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610403600480360360208110156103ed57600080fd5b8101908080359060200190929190505050610e72565b005b61040d610f22565b6040518082815260200191505060405180910390f35b61056d6004803603604081101561043957600080fd5b810190808035906020019064010000000081111561045657600080fd5b82018360208201111561046857600080fd5b8035906020019184602083028401116401000000008311171561048a57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f820116905080830192505050505050509192919290803590602001906401000000008111156104ea57600080fd5b8201836020820111156104fc57600080fd5b8035906020019184602083028401116401000000008311171561051e57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f820116905080830192505050505050509192919290505050610f2c565b005b6105db6004803603606081101561058557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061104d565b60405180821515815260200191505060405180910390f35b6105fb6111dd565b6040518082815260200191505060405180910390f35b61063d6004803603602081101561062757600080fd5b81019080803590602001909291905050506111e7565b005b61068b6004803603604081101561065557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611297565b60405180821515815260200191505060405180910390f35b6106e5600480360360208110156106b957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061134a565b005b610713600480360360208110156106fd57600080fd5b8101908080359060200190929190505050611434565b005b61071d6114e4565b6040518082815260200191505060405180910390f35b6107756004803603602081101561074957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506114ea565b005b61077f6115d4565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6107ed600480360360208110156107c157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506115fa565b6040518082815260200191505060405180910390f35b61080b611642565b6040518082815260200191505060405180910390f35b610829611648565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6108976004803603602081101561086b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061166e565b005b6108a1611758565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6108d561177e565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156109155780820151818401526020810190506108fa565b50505050905090810190601f1680156109425780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610958611820565b6040518082815260200191505060405180910390f35b61099a6004803603602081101561098457600080fd5b8101908080359060200190929190505050611826565b005b6109e8600480360360408110156109b257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611a19565b60405180821515815260200191505060405180910390f35b610a4260048036036020811015610a1657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611ae6565b005b610a4c611be7565b005b610a9a60048036036040811015610a6457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611e07565b60405180821515815260200191505060405180910390f35b610af460048036036020811015610ac857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611eea565b005b610afe611fea565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610b32612010565b6040518082815260200191505060405180910390f35b610b5061201a565b60405180821515815260200191505060405180910390f35b610b7061202d565b6040518082815260200191505060405180910390f35b610b8e612033565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610be660048036036020811015610bd057600080fd5b8101908080359060200190929190505050612059565b005b610c4a60048036036040811015610bfe57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061222d565b6040518082815260200191505060405180910390f35b610c8c60048036036020811015610c7657600080fd5b81019080803590602001909291905050506122b4565b005b610cd060048036036020811015610ca457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612364565b005b610cfe60048036036020811015610ce857600080fd5b810190808035906020019092919050505061244e565b005b610d086124fe565b6040518082815260200191505060405180910390f35b610d6060048036036020811015610d3457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612504565b005b610d6a6126f0565b005b60016020528060005260406000206000915054906101000a900460ff1681565b606060048054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610e245780601f10610df957610100808354040283529160200191610e24565b820191906000526020600020905b815481529060010190602001808311610e0757829003601f168201915b5050505050905090565b6000610e42610e3b61284a565b8484612852565b6001905092915050565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610f18576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b8060128190555050565b6000600354905090565b600082511415610fa4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f43616e6e6f742050726f6363657373204e756c6c205472616e73616374696f6e81525060200191505060405180910390fd5b8051825114610ffe576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180613974602c913960400191505060405180910390fd5b60005b82518110156110485761103a83828151811061101957fe5b602002602001015183838151811061102d57fe5b6020026020010151611e07565b508080600101915050611001565b505050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806110f05750600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b1561110557611100848484612a49565b611111565b611110848484612f28565b5b6111d28461111d61284a565b6111cd85604051806060016040528060288152602001613a0f60289139600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600061118361284a565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ab9092919063ffffffff16565b612852565b600190509392505050565b6000600654905090565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461128d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600f8190555050565b60006113406112a461284a565b8461133b85600260006112b561284a565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546127c290919063ffffffff16565b612852565b6001905092915050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146113f0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146114da576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b8060138190555050565b60125481565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611590576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60135481565b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611714576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b606060058054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156118165780601f106117eb57610100808354040283529160200191611816565b820191906000526020600020905b8154815290600101906020018083116117f957829003601f168201915b5050505050905090565b600f5481565b806000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205410156118da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260158152602001807f696e73756666696369656e742062616c616e636521000000000000000000000081525060200191505060405180910390fd5b6118e73361dead8361366b565b6119528160405180606001604052806022815260200161390a602291396000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ab9092919063ffffffff16565b6000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506119a98160035461367090919063ffffffff16565b60038190555061dead73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a350565b6000611adc611a2661284a565b84611ad785604051806060016040528060258152602001613ac46025913960026000611a5061284a565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ab9092919063ffffffff16565b612852565b6001905092915050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611b8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b3373ffffffffffffffffffffffffffffffffffffffff16600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611c8d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526023815260200180613a806023913960400191505060405180910390fd5b6007544211611d04576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f436f6e7472616374206973206c6f636b656420756e74696c203720646179730081525060200191505060405180910390fd5b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680611eb1575060016000611e6861284a565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15611ecd57611ec8611ec161284a565b8484612a49565b611ee0565b611edf611ed861284a565b8484612f28565b5b6001905092915050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611f90576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b60018060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600754905090565b601160009054906101000a900460ff1681565b60105481565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146120ff576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550804201600781905550600073ffffffffffffffffffffffffffffffffffffffff16600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a350565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461235a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600e8190555050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461240a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b80600c60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146124f4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b8060108190555050565b600e5481565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146125aa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612630576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602681526020018061392c6026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614612796576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613aa36021913960400191505060405180910390fd5b601160009054906101000a900460ff1615601160006101000a81548160ff021916908315150217905550565b600080828401905083811015612840576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156128d8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180613a5c6024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561295e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806139526022913960400191505060405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612acf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180613a376025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612b55576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806138e76023913960400191505060405180910390fd5b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614158015612c015750600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b15612c6257601354811115612c61576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260288152602001806139c66028913960400191505060405180910390fd5b5b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16148015612ce957506000612ce7600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166115fa565b115b8015612d015750601160009054906101000a900460ff165b15612d7e576012548110612d7d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f43616e6e6f742073656c6c206d6f7265207468616e2073656c6c4c696d69740081525060200191505060405180910390fd5b5b612de9816040518060600160405280602681526020016139a0602691396000808773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135ab9092919063ffffffff16565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550612e7c816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546127c290919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612fae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180613a376025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415613034576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806138e76023913960400191505060405180910390fd5b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156130e05750600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b1561314157601354811115613140576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260288152602001806139c66028913960400191505060405180910390fd5b5b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161480156131c8575060006131c6600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166115fa565b115b80156131e05750601160009054906101000a900460ff165b1561325d57601254811061325c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f43616e6e6f742073656c6c206d6f7265207468616e2073656c6c4c696d69740081525060200191505060405180910390fd5b5b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156132f9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260268152602001806139a06026913960400191505060405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600061338f61334c846136ba565b613381613358866136ec565b6133736133648861371e565b8861367090919063ffffffff16565b61367090919063ffffffff16565b61367090919063ffffffff16565b9050806000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055506133e6836136ba565b600080600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254019250508190555061345c836136ec565b600080600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055506134d28361371e565b600080600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050505050565b6000838311158290613658576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561361d578082015181840152602081019050613602565b50505050905090810190601f16801561364a5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b505050565b60006136b283836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506135ab565b905092915050565b60006136e56127106136d76010548561375090919063ffffffff16565b6137d690919063ffffffff16565b9050919050565b6000613717612710613709600e548561375090919063ffffffff16565b6137d690919063ffffffff16565b9050919050565b600061374961271061373b600f548561375090919063ffffffff16565b6137d690919063ffffffff16565b9050919050565b60008083141561376357600090506137d0565b600082840290508284828161377457fe5b04146137cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806139ee6021913960400191505060405180910390fd5b809150505b92915050565b600061381883836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250613820565b905092915050565b600080831182906138cc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613891578082015181840152602081019050613876565b50505050905090810190601f1680156138be5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385816138d857fe5b04905080915050939250505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a206275726e20616d6f756e7420657863656564732062616c616e63654f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573734164647265737320616e6420416d6f756e74206172726179206c656e677468206d7573742062652073616d6545524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e63655472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373596f7520646f6e27742068617665207065726d697373696f6e20746f20756e6c6f636b4f6e6c79204f776e65722043616e2043616c6c20546869732046756e6374696f6e45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa26469706673582212209f5e4bcd19c67fc66f193c5ee2ff7abf62898fef2c9e6e3003561436d318134a64736f6c634300060c0033

Deployed Bytecode Sourcemap

32455:172:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16492:50;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;18155:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23948:169;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;16918:36;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;20839:102;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;19229:100;;;:::i;:::-;;;;;;;;;;;;;;;;;;;22630:389;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;24591:485;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;19082:82;;;:::i;:::-;;;;;;;;;;;;;;;;;;;20139:92;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;25485:218;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;21058:113;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;20953:93;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;17203:40;;;:::i;:::-;;;;;;;;;;;;;;;;;;;20440:134;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;16811:29;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;19392:119;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;17292:46;;;:::i;:::-;;;;;;;;;;;;;;;;;;;16961:28;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;20586:117;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;16847:27;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;18357:87;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17049:29;;;:::i;:::-;;;;;;;;;;;;;;;;;;;30057:490;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;26206:269;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;21313:122;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;22313:305;;;:::i;:::-;;23232:355;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;21183:118;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;16881:30;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;21846:89;;;:::i;:::-;;;;;;;;;;;;;;;;;;;17154:23;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;17104:24;;;:::i;:::-;;;;;;;;;;;;;;;;;;;16783:21;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;22011:226;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;23650:151;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;20041:86;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;20715:112;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;20243:80;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;16996:27;;;:::i;:::-;;;;;;;;;;;;;;;;;;;21594:244;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;20335:93;;;:::i;:::-;;16492:50;;;;;;;;;;;;;;;;;;;;;;:::o;18155:83::-;18192:13;18225:5;18218:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18155:83;:::o;23948:169::-;24031:4;24048:39;24057:12;:10;:12::i;:::-;24071:7;24080:6;24048:8;:39::i;:::-;24105:4;24098:11;;23948:169;;;;:::o;16918:36::-;;;;;;;;;;;;;:::o;20839:102::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20923:10:::1;20911:9;:22;;;;20839:102:::0;:::o;19229:100::-;19282:7;19309:12;;19302:19;;19229:100;:::o;22630:389::-;22753:1;22733:9;:16;:21;;22725:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22830:7;:14;22810:9;:16;:34;22802:91;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22909:9;22904:108;22928:9;:16;22924:1;:20;22904:108;;;22966:34;22975:9;22985:1;22975:12;;;;;;;;;;;;;;22989:7;22997:1;22989:10;;;;;;;;;;;;;;22966:8;:34::i;:::-;;22946:3;;;;;;;22904:108;;;;22630:389;;:::o;24591:485::-;24697:4;24717:18;:29;24736:9;24717:29;;;;;;;;;;;;;;;;;;;;;;;;;:59;;;;24750:18;:26;24769:6;24750:26;;;;;;;;;;;;;;;;;;;;;;;;;24717:59;24714:201;;;24792:44;24810:6;24818:9;24829:6;24792:17;:44::i;:::-;24714:201;;;24867:36;24877:6;24885:9;24896:6;24867:9;:36::i;:::-;24714:201;24925:121;24934:6;24942:12;:10;:12::i;:::-;24956:89;24994:6;24956:89;;;;;;;;;;;;;;;;;:11;:19;24968:6;24956:19;;;;;;;;;;;;;;;:33;24976:12;:10;:12::i;:::-;24956:33;;;;;;;;;;;;;;;;:37;;:89;;;;;:::i;:::-;24925:8;:121::i;:::-;25064:4;25057:11;;24591:485;;;;;:::o;19082:82::-;19123:4;19147:9;;19140:16;;19082:82;:::o;20139:92::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20218:5:::1;20203:12;:20;;;;20139:92:::0;:::o;25485:218::-;25573:4;25590:83;25599:12;:10;:12::i;:::-;25613:7;25622:50;25661:10;25622:11;:25;25634:12;:10;:12::i;:::-;25622:25;;;;;;;;;;;;;;;:34;25648:7;25622:34;;;;;;;;;;;;;;;;:38;;:50;;;;:::i;:::-;25590:8;:83::i;:::-;25691:4;25684:11;;25485:218;;;;:::o;21058:113::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21145:8:::1;21130:12;;:23;;;;;;;;;;;;;;;;;;21058:113:::0;:::o;20953:93::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21032:6:::1;21017:12;:21;;;;20953:93:::0;:::o;17203:40::-;;;;:::o;20440:134::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20546:20:::1;20530:13;;:36;;;;;;;;;;;;;;;;;;20440:134:::0;:::o;16811:29::-;;;;;;;;;;;;;:::o;19392:119::-;19458:7;19485:9;:18;19495:7;19485:18;;;;;;;;;;;;;;;;19478:25;;19392:119;;;:::o;17292:46::-;;;;:::o;16961:28::-;;;;;;;;;;;;;:::o;20586:117::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20683:12:::1;20665:15;;:30;;;;;;;;;;;;;;;;;;20586:117:::0;:::o;16847:27::-;;;;;;;;;;;;;:::o;18357:87::-;18396:13;18429:7;18422:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18357:87;:::o;17049:29::-;;;;:::o;30057:490::-;30147:6;30122:9;:21;30132:10;30122:21;;;;;;;;;;;;;;;;:31;;30114:64;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30191:93;30212:10;30232:42;30277:6;30191:20;:93::i;:::-;30321:71;30347:6;30321:71;;;;;;;;;;;;;;;;;:9;:21;30331:10;30321:21;;;;;;;;;;;;;;;;:25;;:71;;;;;:::i;:::-;30297:9;:21;30307:10;30297:21;;;;;;;;;;;;;;;:95;;;;30418:24;30435:6;30418:12;;:16;;:24;;;;:::i;:::-;30403:12;:39;;;;30487:42;30458:81;;30467:10;30458:81;;;30532:6;30458:81;;;;;;;;;;;;;;;;;;30057:490;:::o;26206:269::-;26299:4;26316:129;26325:12;:10;:12::i;:::-;26339:7;26348:96;26387:15;26348:96;;;;;;;;;;;;;;;;;:11;:25;26360:12;:10;:12::i;:::-;26348:25;;;;;;;;;;;;;;;:34;26374:7;26348:34;;;;;;;;;;;;;;;;:38;;:96;;;;;:::i;:::-;26316:8;:129::i;:::-;26463:4;26456:11;;26206:269;;;;:::o;21313:122::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21422:5:::1;21390:18;:29;21409:9;21390:29;;;;;;;;;;;;;;;;:37;;;;;;;;;;;;;;;;;;21313:122:::0;:::o;22313:305::-;22383:10;22365:28;;:14;;;;;;;;;;;:28;;;22357:76;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22470:9;;22452:15;:27;22444:72;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22561:14;;;;;;;;;;;22532:44;;22553:6;;;;;;;;;;;22532:44;;;;;;;;;;;;22596:14;;;;;;;;;;;22587:6;;:23;;;;;;;;;;;;;;;;;;22313:305::o;23232:355::-;23318:4;23338:18;:29;23357:9;23338:29;;;;;;;;;;;;;;;;;;;;;;;;;:65;;;;23371:18;:32;23390:12;:10;:12::i;:::-;23371:32;;;;;;;;;;;;;;;;;;;;;;;;;23338:65;23335:223;;;23419:50;23437:12;:10;:12::i;:::-;23451:9;23462:6;23419:17;:50::i;:::-;23335:223;;;23500:42;23510:12;:10;:12::i;:::-;23524:9;23535:6;23500:9;:42::i;:::-;23335:223;23575:4;23568:11;;23232:355;;;;:::o;21183:118::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21289:4:::1;21257:18:::0;:29:::1;21276:9;21257:29;;;;;;;;;;;;;;;;:36;;;;;;;;;;;;;;;;;;21183:118:::0;:::o;16881:30::-;;;;;;;;;;;;;:::o;21846:89::-;21891:7;21918:9;;21911:16;;21846:89;:::o;17154:23::-;;;;;;;;;;;;;:::o;17104:24::-;;;;:::o;16783:21::-;;;;;;;;;;;;;:::o;22011:226::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22092:6:::1;;;;;;;;;;;22075:14;;:23;;;;;;;;;;;;;;;;;;22126:1;22109:6;;:19;;;;;;;;;;;;;;;;;;22169:4;22151:15;:22;22139:9;:34;;;;22226:1;22189:40;;22210:6;;;;;;;;;;;22189:40;;;;;;;;;;;;22011:226:::0;:::o;23650:151::-;23739:7;23766:11;:18;23778:5;23766:18;;;;;;;;;;;;;;;:27;23785:7;23766:27;;;;;;;;;;;;;;;;23759:34;;23650:151;;;;:::o;20041:86::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20114:5:::1;20101:10;:18;;;;20041:86:::0;:::o;20715:112::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20810:9:::1;20786:21;;:33;;;;;;;;;;;;;;;;;;20715:112:::0;:::o;20243:80::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20311:4:::1;20301:7;:14;;;;20243:80:::0;:::o;16996:27::-;;;;:::o;21594:244::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21703:1:::1;21683:22;;:8;:22;;;;21675:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21793:8;21764:38;;21785:6;;;;;;;;;;;21764:38;;;;;;;;;;;;21822:8;21813:6;;:17;;;;;;;;;;;;;;;;;;21594:244:::0;:::o;20335:93::-;18021:6;;;;;;;;;;;18007:20;;:10;:20;;;17999:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20409:11:::1;;;;;;;;;;;20408:12;20394:11;;:26;;;;;;;;;;;;;;;;;;20335:93::o:0;4702:181::-;4760:7;4780:9;4796:1;4792;:5;4780:17;;4821:1;4816;:6;;4808:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4874:1;4867:8;;;4702:181;;;;:::o;785:106::-;838:15;873:10;866:17;;785:106;:::o;30985:346::-;31104:1;31087:19;;:5;:19;;;;31079:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31185:1;31166:21;;:7;:21;;;;31158:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31269:6;31239:11;:18;31251:5;31239:18;;;;;;;;;;;;;;;:27;31258:7;31239:27;;;;;;;;;;;;;;;:36;;;;31307:7;31291:32;;31300:5;31291:32;;;31316:6;31291:32;;;;;;;;;;;;;;;;;;30985:346;;;:::o;26965:820::-;27097:1;27079:20;;:6;:20;;;;27071:70;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27181:1;27160:23;;:9;:23;;;;27152:71;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27247:6;;;;;;;;;;;27237:16;;:6;:16;;;;:39;;;;;27270:6;;;;;;;;;;;27257:19;;:9;:19;;;;27237:39;27234:132;;;27309:12;;27299:6;:22;;27291:75;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27234:132;27407:13;;;;;;;;;;;27394:26;;:9;:26;;;:58;;;;;27451:1;27424:24;27434:13;;;;;;;;;;;27424:9;:24::i;:::-;:28;27394:58;:73;;;;;27456:11;;;;;;;;;;;27394:73;27391:166;;;27500:9;;27491:6;:18;27483:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27391:166;27589:71;27611:6;27589:71;;;;;;;;;;;;;;;;;:9;:17;27599:6;27589:17;;;;;;;;;;;;;;;;:21;;:71;;;;;:::i;:::-;27569:9;:17;27579:6;27569:17;;;;;;;;;;;;;;;:91;;;;27694:32;27719:6;27694:9;:20;27704:9;27694:20;;;;;;;;;;;;;;;;:24;;:32;;;;:::i;:::-;27671:9;:20;27681:9;27671:20;;;;;;;;;;;;;;;:55;;;;27759:9;27742:35;;27751:6;27742:35;;;27770:6;27742:35;;;;;;;;;;;;;;;;;;26965:820;;;:::o;27797:1269::-;27955:1;27937:20;;:6;:20;;;;27929:70;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28039:1;28018:23;;:9;:23;;;;28010:71;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28105:6;;;;;;;;;;;28095:16;;:6;:16;;;;:39;;;;;28128:6;;;;;;;;;;;28115:19;;:9;:19;;;;28095:39;28092:132;;;28167:12;;28157:6;:22;;28149:75;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28092:132;28253:13;;;;;;;;;;;28240:26;;:9;:26;;;:58;;;;;28297:1;28270:24;28280:13;;;;;;;;;;;28270:9;:24::i;:::-;:28;28240:58;:73;;;;;28302:11;;;;;;;;;;;28240:73;28237:166;;;28346:9;;28337:6;:18;28329:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28237:166;28423:21;28447:9;:17;28457:6;28447:17;;;;;;;;;;;;;;;;28423:41;;28500:6;28483:13;:23;;28475:74;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28596:6;28580:13;:22;28560:9;:17;28570:6;28560:17;;;;;;;;;;;;;;;:42;;;;28613:23;28639:102;28716:24;28733:6;28716:16;:24::i;:::-;28639:72;28685:25;28703:6;28685:17;:25::i;:::-;28639:41;28650:29;28672:6;28650:21;:29::i;:::-;28639:6;:10;;:41;;;;:::i;:::-;:45;;:72;;;;:::i;:::-;:76;;:102;;;;:::i;:::-;28613:128;;28776:15;28752:9;:20;28762:9;28752:20;;;;;;;;;;;;;;;;:39;;;;;;;;;;;28829:24;28846:6;28829:16;:24::i;:::-;28802:9;:23;28812:12;;;;;;;;;;;28802:23;;;;;;;;;;;;;;;;:51;;;;;;;;;;;28895:25;28913:6;28895:17;:25::i;:::-;28865:9;:26;28875:15;;;;;;;;;;;28865:26;;;;;;;;;;;;;;;;:55;;;;;;;;;;;28959:29;28981:6;28959:21;:29::i;:::-;28931:9;:24;28941:13;;;;;;;;;;;28931:24;;;;;;;;;;;;;;;;:57;;;;;;;;;;;29031:9;29014:44;;29023:6;29014:44;;;29042:15;29014:44;;;;;;;;;;;;;;;;;;27797:1269;;;;;:::o;5605:192::-;5691:7;5724:1;5719;:6;;5727:12;5711:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5751:9;5767:1;5763;:5;5751:17;;5788:1;5781:8;;;5605:192;;;;;:::o;32356:92::-;;;;:::o;5166:136::-;5224:7;5251:43;5255:1;5258;5251:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;5244:50;;5166:136;;;;:::o;19873:156::-;19939:7;19966:55;20005:5;19966:20;19978:7;;19966;:11;;:20;;;;:::i;:::-;:24;;:55;;;;:::i;:::-;19959:62;;19873:156;;;:::o;19701:160::-;19768:7;19795:58;19837:5;19795:23;19807:10;;19795:7;:11;;:23;;;;:::i;:::-;:27;;:58;;;;:::i;:::-;19788:65;;19701:160;;;:::o;19523:166::-;19594:7;19621:60;19665:5;19621:25;19633:12;;19621:7;:11;;:25;;;;:::i;:::-;:29;;:60;;;;:::i;:::-;19614:67;;19523:166;;;:::o;6056:471::-;6114:7;6364:1;6359;:6;6355:47;;;6389:1;6382:8;;;;6355:47;6414:9;6430:1;6426;:5;6414:17;;6459:1;6454;6450;:5;;;;;;:10;6442:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6518:1;6511:8;;;6056:471;;;;;:::o;7003:132::-;7061:7;7088:39;7092:1;7095;7088:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;7081:46;;7003:132;;;;:::o;7631:278::-;7717:7;7749:1;7745;:5;7752:12;7737:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7776:9;7792:1;7788;:5;;;;;;7776:17;;7900:1;7893:8;;;7631:278;;;;;:::o

Swarm Source

ipfs://9f5e4bcd19c67fc66f193c5ee2ff7abf62898fef2c9e6e3003561436d318134a

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

OVERVIEW

TenupNation is determined to revolutionize the dynamics of blockchain technology. Tenup is launching ERC-20 token based on Ethereum mainnet shortly.

Validator Index Block Amount
View All Withdrawals

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

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