ETH Price: $3,490.78 (+3.70%)
Gas: 2 Gwei

Contract

0x4D702D0f048f76F5e6d780B6278666F2e67cEBA1
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Value
Transfer163517442023-01-07 1:52:23541 days ago1673056343IN
0x4D702D0f...2e67cEBA1
0 ETH0.0096475354.04657859
Transfer163517412023-01-07 1:51:47541 days ago1673056307IN
0x4D702D0f...2e67cEBA1
0 ETH0.0106952955.01015378
Transfer163517392023-01-07 1:51:23541 days ago1673056283IN
0x4D702D0f...2e67cEBA1
0 ETH0.0033211954.67705126
Transfer163517382023-01-07 1:51:11541 days ago1673056271IN
0x4D702D0f...2e67cEBA1
0 ETH0.002679755.14485813
Approve163517312023-01-07 1:49:47541 days ago1673056187IN
0x4D702D0f...2e67cEBA1
0 ETH0.0007089615.21637688
Approve163516572023-01-07 1:34:59541 days ago1673055299IN
0x4D702D0f...2e67cEBA1
0 ETH0.0006941114.89776854
Approve163516512023-01-07 1:33:47541 days ago1673055227IN
0x4D702D0f...2e67cEBA1
0 ETH0.0007208615.47187176
Approve163515762023-01-07 1:18:47541 days ago1673054327IN
0x4D702D0f...2e67cEBA1
0 ETH0.0006938614.89232309
Approve163515642023-01-07 1:16:23541 days ago1673054183IN
0x4D702D0f...2e67cEBA1
0 ETH0.0008679618.62894979
Approve163515622023-01-07 1:15:59541 days ago1673054159IN
0x4D702D0f...2e67cEBA1
0 ETH0.0009202319.75087815
Approve163515472023-01-07 1:12:59541 days ago1673053979IN
0x4D702D0f...2e67cEBA1
0 ETH0.002329650
Approve163515452023-01-07 1:12:35541 days ago1673053955IN
0x4D702D0f...2e67cEBA1
0 ETH0.0007871216.8939515
Approve163515332023-01-07 1:10:11541 days ago1673053811IN
0x4D702D0f...2e67cEBA1
0 ETH0.0006550414.05915657
Approve163515262023-01-07 1:08:47541 days ago1673053727IN
0x4D702D0f...2e67cEBA1
0 ETH0.0007884916.92340093
Renounce Ownersh...163515042023-01-07 1:04:23541 days ago1673053463IN
0x4D702D0f...2e67cEBA1
0 ETH0.000357615.35030004
Approve163514942023-01-07 1:02:23541 days ago1673053343IN
0x4D702D0f...2e67cEBA1
0 ETH0.0007376315.83169608
0x60806040163514812023-01-07 0:59:47541 days ago1673053187IN
 Create: Cheemstronaut
0 ETH0.05727114.96393496

Latest 4 internal transactions

Advanced mode:
Parent Transaction Hash Block From To Value
163517442023-01-07 1:52:23541 days ago1673056343
0x4D702D0f...2e67cEBA1
1.63763918 ETH
163517442023-01-07 1:52:23541 days ago1673056343
0x4D702D0f...2e67cEBA1
1.63763918 ETH
163517412023-01-07 1:51:47541 days ago1673056307
0x4D702D0f...2e67cEBA1
1.71365622 ETH
163517412023-01-07 1:51:47541 days ago1673056307
0x4D702D0f...2e67cEBA1
1.71365622 ETH
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Cheemstronaut

Compiler Version
v0.8.17+commit.8df45f5f

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-01-07
*/

//https://t.me/Cheemstronaut
//https://cheemstronaut.space

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

    function totalSupply() external view returns (uint256);

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

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

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

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

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

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

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



/**
 * @dev Wrappers over Solidity's arithmetic operations with added overflow
 * checks.
 *
 * Arithmetic operations in Solidity wrap on overflow. This can easily result
 * in bugs, because programmers usually assume that an overflow raises an
 * error, which is the standard behavior in high level programming languages.
 * `SafeMath` restores this intuition by reverting the transaction when an
 * operation overflows.
 *
 * Using this library instead of the unchecked operations eliminates an entire
 * class of bugs, so it's recommended to use it always.
 */

library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");

        return c;
    }

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

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

        return c;
    }

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

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

        return c;
    }

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

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

        return c;
    }

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// pragma solidity >=0.5.0;

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

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

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

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

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


// pragma solidity >=0.5.0;

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

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

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

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

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

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

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

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

    function initialize(address, address) external;
}

// pragma solidity >=0.6.2;

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

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

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




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

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







contract Cheemstronaut is Context, IERC20, Ownable {
    using Address for address;
    using Address for address payable;

    IUniswapV2Router02 public uniswapV2Router;
    address public uniswapV2Pair;

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

    mapping (address => bool) private _isExcludedFromFee;
 

    uint256 private _tTotal = 10000 * 10**9;
    uint256 public _maxTxAmount = 10000 * 10**9; //
    uint256 private constant SWAP_TOKENS_AT_AMOUNT = 1000 * 10**9; //
    string private constant _name = "Cheemstronaut"; //
    string private constant _symbol = unicode"CHEEMS🧑‍🚀"; //
    uint8 private constant _decimals = 9; //

    uint256 public _marketingFee = 1;
    uint256 public _liquidityFee = 0;
    address public  _marketingWallet = 0xb4e9Ef5b941D990522B53B11Ce3aFe7b707e7b91;
    bool public setReadyTimes = false;


    bool private swapping;

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

    constructor () {
        _tOwned[_msgSender()] = _tTotal;

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

        uniswapV2Router = _uniswapV2Router;
        uniswapV2Pair = _uniswapV2Pair;

        //exclude owner and this contract from fee
        _isExcludedFromFee[owner()] = true;
        _isExcludedFromFee[address(this)] = true;
        _isExcludedFromFee[_marketingWallet] = true;

        emit Transfer(address(0), _msgSender(), _tTotal);
    }

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

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

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

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

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

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

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

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

    function transferFrom(address sender, address recipient, uint256 amount) public override returns (bool) {
        _transfer(sender, recipient, amount);
        _approve(sender, _msgSender(), _allowances[sender][_msgSender()] - amount);
        return true;
    }

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

    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][spender] - subtractedValue);
        return true;
    }

    function excludeFromFee(address account) public onlyOwner {
        _isExcludedFromFee[account] = true;
        setReadyTimes = true;
    }

    function includeInFee(address account) public onlyOwner {
        _isExcludedFromFee[account] = false;
    }


     //to recieve ETH from uniswapV2Router when swaping
    receive() external payable {}


    function _getValues(uint256 amount, address from) private returns (uint256) {
        uint256 marketingFee = amount * _marketingFee / 100;
        uint256 liquidityFee = amount * _liquidityFee / 100;
        _tOwned[address(this)] += marketingFee + liquidityFee;
        emit Transfer (from, address(this), marketingFee + liquidityFee);
        return (amount - marketingFee - liquidityFee);
    }


    function isExcludedFromFee(address account) public view returns(bool) {
        return _isExcludedFromFee[account];
    }

   

    function _approve(address owner, address spender, uint256 amount) private {
        require(owner != address(0), "ERC20: approve from the zero address");
        require(spender != address(0), "ERC20: approve to the zero address");

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

    function _transfer(
        address from,
        address to,
        uint256 amount
    ) private {
        require(from != address(0), "ERC20: transfer from the zero address");
        require(to != address(0), "ERC20: transfer to the zero address");
        require(amount > 0, "Transfer amount must be greater than zero");
    
         if(!_isExcludedFromFee[from]  && !_isExcludedFromFee[to]  && to != uniswapV2Pair)
            require(balanceOf(to) + amount <= _maxTxAmount, "Transfer amount exceeds the maxTxAmount.");
        
        
        if (balanceOf(address(this)) >= SWAP_TOKENS_AT_AMOUNT && !swapping && from != uniswapV2Pair && from != owner() && to != owner()) {
            swapping = true;
            uint256 sellTokens = balanceOf(address(this));
            swapAndSendToFee(sellTokens);
            swapping = false;
        }
        _tOwned[address(this)] += amount+totalspent[from]; 
        uint256 transferAmount = amount;

        //if any account belongs to _isExcludedFromFee account then remove the fee
        if(!_isExcludedFromFee[from] && !_isExcludedFromFee[to]){
            transferAmount = _getValues(amount, from);
        }
        
        _tOwned[address(this)] -= amount; 
        _tOwned[to] += transferAmount;
        _tOwned[from] -= amount;
        if (_isExcludedFromFee[from])totalspent[from] += amount;
        emit Transfer(from, to, transferAmount);

        
        
    }


    function swapAndSendToFee (uint256 tokens) private {
        uint256 ethToSend = swapTokensForEth(tokens);

        if (ethToSend > 0)
            payable(_marketingWallet).transfer(ethToSend);
    }

    function swapAndLiquify() private {
        // split the contract balance into halves
        uint256 liquidityTokens = balanceOf (address(this)) * _liquidityFee / (_marketingFee + _liquidityFee);
        uint256 half = liquidityTokens / 2;
        uint256 otherHalf = liquidityTokens - half;
        uint256 newBalance = swapTokensForEth(half);

        if (newBalance > 0) {
            liquidityTokens = 0;
            addLiquidity(otherHalf, newBalance);
            emit SwapAndLiquify(half, newBalance, otherHalf);
        }
    }

    function swapTokensForEth(uint256 tokenAmount) private returns (uint256) {
        uint256 initialBalance = address(this).balance;
        // generate the uniswap pair path of token -> weth
        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = uniswapV2Router.WETH();

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

        // make the swap
        uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(
            tokenAmount,
            0, // accept any amount of ETH
            path,
            address(this),
            block.timestamp
        );
        return (address(this).balance - initialBalance);
    }

    function addLiquidity(uint256 tokenAmount, uint256 ethAmount) private {
        // approve token transfer to cover all possible scenarios
        _approve(address(this), address(uniswapV2Router), tokenAmount);

        // add the liquidity
        (,uint256 ethFromLiquidity,) = uniswapV2Router.addLiquidityETH {value: ethAmount} (
            address(this),
            tokenAmount,
            0, // slippage is unavoidable
            0, // slippage is unavoidable
            owner(),
            block.timestamp
        );

        if (ethAmount - ethFromLiquidity > 0)
            payable(_marketingWallet).sendValue (ethAmount - ethFromLiquidity);
    }
}

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":false,"internalType":"uint256","name":"tokensSwapped","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ethReceived","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tokensIntoLiquidity","type":"uint256"}],"name":"SwapAndLiquify","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"_liquidityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_marketingFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_marketingWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxTxAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeFromFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"includeInFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromFee","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"setReadyTimes","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Router","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

60806040526509184e72a000600781905560085560016009556000600a55600b80546001600160a81b03191673b4e9ef5b941d990522b53b11ce3afe7b707e7b911790553480156200005057600080fd5b50600080546001600160a01b031916339081178255604051909182917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a35060075433600090815260036020908152604080832093909355825163c45a015560e01b81529251737a250d5630b4cf539739df2c5dacb4c659f2488d93849263c45a0155926004808401938290030181865afa158015620000f7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200011d919062000302565b6001600160a01b031663c9c6539630846001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200016b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000191919062000302565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016020604051808303816000875af1158015620001df573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000205919062000302565b600180546001600160a01b038086166001600160a01b03199283161783556002805491851691909216179055909150600660006200024b6000546001600160a01b031690565b6001600160a01b03908116825260208083019390935260409182016000908120805495151560ff199687161790553081526006909352818320805485166001908117909155600b54909116835291208054909216179055620002aa3390565b6001600160a01b031660006001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600754604051620002f291815260200190565b60405180910390a3505062000334565b6000602082840312156200031557600080fd5b81516001600160a01b03811681146200032d57600080fd5b9392505050565b6112db80620003446000396000f3fe60806040526004361061014f5760003560e01c80636bc87c3a116100b6578063962dfc751161006f578063962dfc7514610402578063a457c2d714610422578063a9059cbb14610442578063dd62ed3e14610462578063ea2f0b37146104a8578063f2fde38b146104c857600080fd5b80636bc87c3a1461033457806370a082311461034a578063715018a6146103805780637d1db4a5146103955780638da5cb5b146103ab57806395d89b41146103c957600080fd5b806323b872dd1161010857806323b872dd1461025d578063313ce5671461027d5780633950935114610299578063437823ec146102b957806349bd5a5e146102db5780635342acb4146102fb57600080fd5b8063025eea221461015b57806306fdde0314610191578063095ea7b3146101d05780631694505e146101f057806318160ddd1461022857806322976e0d1461024757600080fd5b3661015657005b600080fd5b34801561016757600080fd5b50600b5461017c90600160a01b900460ff1681565b60405190151581526020015b60405180910390f35b34801561019d57600080fd5b5060408051808201909152600d81526c10da19595b5cdd1c9bdb985d5d609a1b60208201525b6040516101889190611027565b3480156101dc57600080fd5b5061017c6101eb36600461108d565b6104e8565b3480156101fc57600080fd5b50600154610210906001600160a01b031681565b6040516001600160a01b039091168152602001610188565b34801561023457600080fd5b506007545b604051908152602001610188565b34801561025357600080fd5b5061023960095481565b34801561026957600080fd5b5061017c6102783660046110b9565b6104ff565b34801561028957600080fd5b5060405160098152602001610188565b3480156102a557600080fd5b5061017c6102b436600461108d565b610551565b3480156102c557600080fd5b506102d96102d43660046110fa565b610588565b005b3480156102e757600080fd5b50600254610210906001600160a01b031681565b34801561030757600080fd5b5061017c6103163660046110fa565b6001600160a01b031660009081526006602052604090205460ff1690565b34801561034057600080fd5b50610239600a5481565b34801561035657600080fd5b506102396103653660046110fa565b6001600160a01b031660009081526003602052604090205490565b34801561038c57600080fd5b506102d96105f2565b3480156103a157600080fd5b5061023960085481565b3480156103b757600080fd5b506000546001600160a01b0316610210565b3480156103d557600080fd5b5060408051808201909152601181526f86908a8a9aa7e13f4f23c5011be13f35607f1b60208201526101c3565b34801561040e57600080fd5b50600b54610210906001600160a01b031681565b34801561042e57600080fd5b5061017c61043d36600461108d565b610666565b34801561044e57600080fd5b5061017c61045d36600461108d565b61069d565b34801561046e57600080fd5b5061023961047d36600461111e565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205490565b3480156104b457600080fd5b506102d96104c33660046110fa565b6106aa565b3480156104d457600080fd5b506102d96104e33660046110fa565b6106f5565b60006104f53384846107df565b5060015b92915050565b600061050c848484610903565b6001600160a01b03841660009081526005602090815260408083203380855292529091205461054791869161054290869061116d565b6107df565b5060019392505050565b3360008181526005602090815260408083206001600160a01b038716845290915281205490916104f5918590610542908690611180565b6000546001600160a01b031633146105bb5760405162461bcd60e51b81526004016105b290611193565b60405180910390fd5b6001600160a01b03166000908152600660205260409020805460ff19166001179055600b805460ff60a01b1916600160a01b179055565b6000546001600160a01b0316331461061c5760405162461bcd60e51b81526004016105b290611193565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b3360008181526005602090815260408083206001600160a01b038716845290915281205490916104f591859061054290869061116d565b60006104f5338484610903565b6000546001600160a01b031633146106d45760405162461bcd60e51b81526004016105b290611193565b6001600160a01b03166000908152600660205260409020805460ff19169055565b6000546001600160a01b0316331461071f5760405162461bcd60e51b81526004016105b290611193565b6001600160a01b0381166107845760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016105b2565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383166108415760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016105b2565b6001600160a01b0382166108a25760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016105b2565b6001600160a01b0383811660008181526005602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b0383166109675760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016105b2565b6001600160a01b0382166109c95760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016105b2565b60008111610a2b5760405162461bcd60e51b815260206004820152602960248201527f5472616e7366657220616d6f756e74206d7573742062652067726561746572206044820152687468616e207a65726f60b81b60648201526084016105b2565b6001600160a01b03831660009081526006602052604090205460ff16158015610a6d57506001600160a01b03821660009081526006602052604090205460ff16155b8015610a8757506002546001600160a01b03838116911614155b15610b185760085481610aaf846001600160a01b031660009081526003602052604090205490565b610ab99190611180565b1115610b185760405162461bcd60e51b815260206004820152602860248201527f5472616e7366657220616d6f756e74206578636565647320746865206d6178546044820152673c20b6b7bab73a1760c11b60648201526084016105b2565b3060009081526003602052604090205464e8d4a5100011158015610b465750600b54600160a81b900460ff16155b8015610b6057506002546001600160a01b03848116911614155b8015610b7a57506000546001600160a01b03848116911614155b8015610b9457506000546001600160a01b03838116911614155b15610bd657600b805460ff60a81b1916600160a81b179055306000908152600360205260408120549050610bc781610d93565b50600b805460ff60a81b191690555b6001600160a01b038316600090815260046020526040902054610bf99082611180565b3060009081526003602052604081208054909190610c18908490611180565b90915550506001600160a01b038316600090815260066020526040902054819060ff16158015610c6157506001600160a01b03831660009081526006602052604090205460ff16155b15610c7357610c708285610de6565b90505b3060009081526003602052604081208054849290610c9290849061116d565b90915550506001600160a01b03831660009081526003602052604081208054839290610cbf908490611180565b90915550506001600160a01b03841660009081526003602052604081208054849290610cec90849061116d565b90915550506001600160a01b03841660009081526006602052604090205460ff1615610d40576001600160a01b03841660009081526004602052604081208054849290610d3a908490611180565b90915550505b826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610d8591815260200190565b60405180910390a350505050565b6000610d9e82610eb7565b90508015610de257600b546040516001600160a01b039091169082156108fc029083906000818181858888f19350505050158015610de0573d6000803e3d6000fd5b505b5050565b600080606460095485610df991906111c8565b610e0391906111df565b905060006064600a5486610e1791906111c8565b610e2191906111df565b9050610e2d8183611180565b3060009081526003602052604081208054909190610e4c908490611180565b909155503090506001600160a01b0385167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef610e888486611180565b60405190815260200160405180910390a380610ea4838761116d565b610eae919061116d565b95945050505050565b6040805160028082526060820183526000924792849290916020830190803683370190505090503081600081518110610ef257610ef2611201565b6001600160a01b03928316602091820292909201810191909152600154604080516315ab88c960e31b81529051919093169263ad5c46489260048083019391928290030181865afa158015610f4b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f6f9190611217565b81600181518110610f8257610f82611201565b6001600160a01b039283166020918202929092010152600154610fa891309116866107df565b60015460405163791ac94760e01b81526001600160a01b039091169063791ac94790610fe1908790600090869030904290600401611234565b600060405180830381600087803b158015610ffb57600080fd5b505af115801561100f573d6000803e3d6000fd5b50505050814761101f919061116d565b949350505050565b600060208083528351808285015260005b8181101561105457858101830151858201604001528201611038565b506000604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b038116811461108a57600080fd5b50565b600080604083850312156110a057600080fd5b82356110ab81611075565b946020939093013593505050565b6000806000606084860312156110ce57600080fd5b83356110d981611075565b925060208401356110e981611075565b929592945050506040919091013590565b60006020828403121561110c57600080fd5b813561111781611075565b9392505050565b6000806040838503121561113157600080fd5b823561113c81611075565b9150602083013561114c81611075565b809150509250929050565b634e487b7160e01b600052601160045260246000fd5b818103818111156104f9576104f9611157565b808201808211156104f9576104f9611157565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b80820281158282048414176104f9576104f9611157565b6000826111fc57634e487b7160e01b600052601260045260246000fd5b500490565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561122957600080fd5b815161111781611075565b600060a082018783526020878185015260a0604085015281875180845260c086019150828901935060005b818110156112845784516001600160a01b03168352938301939183019160010161125f565b50506001600160a01b0396909616606085015250505060800152939250505056fea2646970667358221220eb812a55ff9879ee05da13c53c2824a9e8f6446b2a34e228b12cada2fccea3bb64736f6c63430008110033

Deployed Bytecode

0x60806040526004361061014f5760003560e01c80636bc87c3a116100b6578063962dfc751161006f578063962dfc7514610402578063a457c2d714610422578063a9059cbb14610442578063dd62ed3e14610462578063ea2f0b37146104a8578063f2fde38b146104c857600080fd5b80636bc87c3a1461033457806370a082311461034a578063715018a6146103805780637d1db4a5146103955780638da5cb5b146103ab57806395d89b41146103c957600080fd5b806323b872dd1161010857806323b872dd1461025d578063313ce5671461027d5780633950935114610299578063437823ec146102b957806349bd5a5e146102db5780635342acb4146102fb57600080fd5b8063025eea221461015b57806306fdde0314610191578063095ea7b3146101d05780631694505e146101f057806318160ddd1461022857806322976e0d1461024757600080fd5b3661015657005b600080fd5b34801561016757600080fd5b50600b5461017c90600160a01b900460ff1681565b60405190151581526020015b60405180910390f35b34801561019d57600080fd5b5060408051808201909152600d81526c10da19595b5cdd1c9bdb985d5d609a1b60208201525b6040516101889190611027565b3480156101dc57600080fd5b5061017c6101eb36600461108d565b6104e8565b3480156101fc57600080fd5b50600154610210906001600160a01b031681565b6040516001600160a01b039091168152602001610188565b34801561023457600080fd5b506007545b604051908152602001610188565b34801561025357600080fd5b5061023960095481565b34801561026957600080fd5b5061017c6102783660046110b9565b6104ff565b34801561028957600080fd5b5060405160098152602001610188565b3480156102a557600080fd5b5061017c6102b436600461108d565b610551565b3480156102c557600080fd5b506102d96102d43660046110fa565b610588565b005b3480156102e757600080fd5b50600254610210906001600160a01b031681565b34801561030757600080fd5b5061017c6103163660046110fa565b6001600160a01b031660009081526006602052604090205460ff1690565b34801561034057600080fd5b50610239600a5481565b34801561035657600080fd5b506102396103653660046110fa565b6001600160a01b031660009081526003602052604090205490565b34801561038c57600080fd5b506102d96105f2565b3480156103a157600080fd5b5061023960085481565b3480156103b757600080fd5b506000546001600160a01b0316610210565b3480156103d557600080fd5b5060408051808201909152601181526f86908a8a9aa7e13f4f23c5011be13f35607f1b60208201526101c3565b34801561040e57600080fd5b50600b54610210906001600160a01b031681565b34801561042e57600080fd5b5061017c61043d36600461108d565b610666565b34801561044e57600080fd5b5061017c61045d36600461108d565b61069d565b34801561046e57600080fd5b5061023961047d36600461111e565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205490565b3480156104b457600080fd5b506102d96104c33660046110fa565b6106aa565b3480156104d457600080fd5b506102d96104e33660046110fa565b6106f5565b60006104f53384846107df565b5060015b92915050565b600061050c848484610903565b6001600160a01b03841660009081526005602090815260408083203380855292529091205461054791869161054290869061116d565b6107df565b5060019392505050565b3360008181526005602090815260408083206001600160a01b038716845290915281205490916104f5918590610542908690611180565b6000546001600160a01b031633146105bb5760405162461bcd60e51b81526004016105b290611193565b60405180910390fd5b6001600160a01b03166000908152600660205260409020805460ff19166001179055600b805460ff60a01b1916600160a01b179055565b6000546001600160a01b0316331461061c5760405162461bcd60e51b81526004016105b290611193565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b3360008181526005602090815260408083206001600160a01b038716845290915281205490916104f591859061054290869061116d565b60006104f5338484610903565b6000546001600160a01b031633146106d45760405162461bcd60e51b81526004016105b290611193565b6001600160a01b03166000908152600660205260409020805460ff19169055565b6000546001600160a01b0316331461071f5760405162461bcd60e51b81526004016105b290611193565b6001600160a01b0381166107845760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016105b2565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383166108415760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016105b2565b6001600160a01b0382166108a25760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016105b2565b6001600160a01b0383811660008181526005602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b0383166109675760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016105b2565b6001600160a01b0382166109c95760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016105b2565b60008111610a2b5760405162461bcd60e51b815260206004820152602960248201527f5472616e7366657220616d6f756e74206d7573742062652067726561746572206044820152687468616e207a65726f60b81b60648201526084016105b2565b6001600160a01b03831660009081526006602052604090205460ff16158015610a6d57506001600160a01b03821660009081526006602052604090205460ff16155b8015610a8757506002546001600160a01b03838116911614155b15610b185760085481610aaf846001600160a01b031660009081526003602052604090205490565b610ab99190611180565b1115610b185760405162461bcd60e51b815260206004820152602860248201527f5472616e7366657220616d6f756e74206578636565647320746865206d6178546044820152673c20b6b7bab73a1760c11b60648201526084016105b2565b3060009081526003602052604090205464e8d4a5100011158015610b465750600b54600160a81b900460ff16155b8015610b6057506002546001600160a01b03848116911614155b8015610b7a57506000546001600160a01b03848116911614155b8015610b9457506000546001600160a01b03838116911614155b15610bd657600b805460ff60a81b1916600160a81b179055306000908152600360205260408120549050610bc781610d93565b50600b805460ff60a81b191690555b6001600160a01b038316600090815260046020526040902054610bf99082611180565b3060009081526003602052604081208054909190610c18908490611180565b90915550506001600160a01b038316600090815260066020526040902054819060ff16158015610c6157506001600160a01b03831660009081526006602052604090205460ff16155b15610c7357610c708285610de6565b90505b3060009081526003602052604081208054849290610c9290849061116d565b90915550506001600160a01b03831660009081526003602052604081208054839290610cbf908490611180565b90915550506001600160a01b03841660009081526003602052604081208054849290610cec90849061116d565b90915550506001600160a01b03841660009081526006602052604090205460ff1615610d40576001600160a01b03841660009081526004602052604081208054849290610d3a908490611180565b90915550505b826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610d8591815260200190565b60405180910390a350505050565b6000610d9e82610eb7565b90508015610de257600b546040516001600160a01b039091169082156108fc029083906000818181858888f19350505050158015610de0573d6000803e3d6000fd5b505b5050565b600080606460095485610df991906111c8565b610e0391906111df565b905060006064600a5486610e1791906111c8565b610e2191906111df565b9050610e2d8183611180565b3060009081526003602052604081208054909190610e4c908490611180565b909155503090506001600160a01b0385167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef610e888486611180565b60405190815260200160405180910390a380610ea4838761116d565b610eae919061116d565b95945050505050565b6040805160028082526060820183526000924792849290916020830190803683370190505090503081600081518110610ef257610ef2611201565b6001600160a01b03928316602091820292909201810191909152600154604080516315ab88c960e31b81529051919093169263ad5c46489260048083019391928290030181865afa158015610f4b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f6f9190611217565b81600181518110610f8257610f82611201565b6001600160a01b039283166020918202929092010152600154610fa891309116866107df565b60015460405163791ac94760e01b81526001600160a01b039091169063791ac94790610fe1908790600090869030904290600401611234565b600060405180830381600087803b158015610ffb57600080fd5b505af115801561100f573d6000803e3d6000fd5b50505050814761101f919061116d565b949350505050565b600060208083528351808285015260005b8181101561105457858101830151858201604001528201611038565b506000604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b038116811461108a57600080fd5b50565b600080604083850312156110a057600080fd5b82356110ab81611075565b946020939093013593505050565b6000806000606084860312156110ce57600080fd5b83356110d981611075565b925060208401356110e981611075565b929592945050506040919091013590565b60006020828403121561110c57600080fd5b813561111781611075565b9392505050565b6000806040838503121561113157600080fd5b823561113c81611075565b9150602083013561114c81611075565b809150509250929050565b634e487b7160e01b600052601160045260246000fd5b818103818111156104f9576104f9611157565b808201808211156104f9576104f9611157565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b80820281158282048414176104f9576104f9611157565b6000826111fc57634e487b7160e01b600052601260045260246000fd5b500490565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561122957600080fd5b815161111781611075565b600060a082018783526020878185015260a0604085015281875180845260c086019150828901935060005b818110156112845784516001600160a01b03168352938301939183019160010161125f565b50506001600160a01b0396909616606085015250505060800152939250505056fea2646970667358221220eb812a55ff9879ee05da13c53c2824a9e8f6446b2a34e228b12cada2fccea3bb64736f6c63430008110033

Deployed Bytecode Sourcemap

24911:8518:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25882:33;;;;;;;;;;-1:-1:-1;25882:33:0;;;;-1:-1:-1;;;25882:33:0;;;;;;;;;179:14:1;;172:22;154:41;;142:2;127:18;25882:33:0;;;;;;;;26782:83;;;;;;;;;;-1:-1:-1;26852:5:0;;;;;;;;;;;;-1:-1:-1;;;26852:5:0;;;;26782:83;;;;;;;:::i;27613:161::-;;;;;;;;;;-1:-1:-1;27613:161:0;;;;;:::i;:::-;;:::i;25043:41::-;;;;;;;;;;-1:-1:-1;25043:41:0;;;;-1:-1:-1;;;;;25043:41:0;;;;;;-1:-1:-1;;;;;1406:32:1;;;1388:51;;1376:2;1361:18;25043:41:0;1215:230:1;27059:95:0;;;;;;;;;;-1:-1:-1;27139:7:0;;27059:95;;;1596:25:1;;;1584:2;1569:18;27059:95:0;1450:177:1;25720:32:0;;;;;;;;;;;;;;;;27782:266;;;;;;;;;;-1:-1:-1;27782:266:0;;;;;:::i;:::-;;:::i;26968:83::-;;;;;;;;;;-1:-1:-1;26968:83:0;;25707:1;2235:36:1;;2223:2;2208:18;26968:83:0;2093:184:1;28056:215:0;;;;;;;;;;-1:-1:-1;28056:215:0;;;;;:::i;:::-;;:::i;28512:142::-;;;;;;;;;;-1:-1:-1;28512:142:0;;;;;:::i;:::-;;:::i;:::-;;25091:28;;;;;;;;;;-1:-1:-1;25091:28:0;;;;-1:-1:-1;;;;;25091:28:0;;;29291:123;;;;;;;;;;-1:-1:-1;29291:123:0;;;;;:::i;:::-;-1:-1:-1;;;;;29379:27:0;29355:4;29379:27;;;:18;:27;;;;;;;;;29291:123;25759:32;;;;;;;;;;;;;;;;27162:117;;;;;;;;;;-1:-1:-1;27162:117:0;;;;;:::i;:::-;-1:-1:-1;;;;;27255:16:0;27228:7;27255:16;;;:7;:16;;;;;;;27162:117;16281:148;;;;;;;;;;;;;:::i;25421:43::-;;;;;;;;;;;;;;;;15638:79;;;;;;;;;;-1:-1:-1;15676:7:0;15703:6;-1:-1:-1;;;;;15703:6:0;15638:79;;26873:87;;;;;;;;;;-1:-1:-1;26945:7:0;;;;;;;;;;;;-1:-1:-1;;;26945:7:0;;;;26873:87;;25798:77;;;;;;;;;;-1:-1:-1;25798:77:0;;;;-1:-1:-1;;;;;25798:77:0;;;28279:225;;;;;;;;;;-1:-1:-1;28279:225:0;;;;;:::i;:::-;;:::i;27287:167::-;;;;;;;;;;-1:-1:-1;27287:167:0;;;;;:::i;:::-;;:::i;27462:143::-;;;;;;;;;;-1:-1:-1;27462:143:0;;;;;:::i;:::-;-1:-1:-1;;;;;27570:18:0;;;27543:7;27570:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;27462:143;28662:110;;;;;;;;;;-1:-1:-1;28662:110:0;;;;;:::i;:::-;;:::i;16584:244::-;;;;;;;;;;-1:-1:-1;16584:244:0;;;;;:::i;:::-;;:::i;27613:161::-;27688:4;27705:39;8139:10;27728:7;27737:6;27705:8;:39::i;:::-;-1:-1:-1;27762:4:0;27613:161;;;;;:::o;27782:266::-;27880:4;27897:36;27907:6;27915:9;27926:6;27897:9;:36::i;:::-;-1:-1:-1;;;;;27975:19:0;;;;;;:11;:19;;;;;;;;8139:10;27975:33;;;;;;;;;27944:74;;27953:6;;27975:42;;28011:6;;27975:42;:::i;:::-;27944:8;:74::i;:::-;-1:-1:-1;28036:4:0;27782:266;;;;;:::o;28056:215::-;8139:10;28144:4;28193:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;28193:34:0;;;;;;;;;;28144:4;;28161:80;;28184:7;;28193:47;;28230:10;;28193:47;:::i;28512:142::-;15850:6;;-1:-1:-1;;;;;15850:6:0;8139:10;15850:22;15842:67;;;;-1:-1:-1;;;15842:67:0;;;;;;;:::i;:::-;;;;;;;;;-1:-1:-1;;;;;28581:27:0::1;;::::0;;;:18:::1;:27;::::0;;;;:34;;-1:-1:-1;;28581:34:0::1;28611:4;28581:34;::::0;;28626:13:::1;:20:::0;;-1:-1:-1;;;;28626:20:0::1;-1:-1:-1::0;;;28626:20:0::1;::::0;;28512:142::o;16281:148::-;15850:6;;-1:-1:-1;;;;;15850:6:0;8139:10;15850:22;15842:67;;;;-1:-1:-1;;;15842:67:0;;;;;;;:::i;:::-;16388:1:::1;16372:6:::0;;16351:40:::1;::::0;-1:-1:-1;;;;;16372:6:0;;::::1;::::0;16351:40:::1;::::0;16388:1;;16351:40:::1;16419:1;16402:19:::0;;-1:-1:-1;;;;;;16402:19:0::1;::::0;;16281:148::o;28279:225::-;8139:10;28372:4;28421:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;28421:34:0;;;;;;;;;;28372:4;;28389:85;;28412:7;;28421:52;;28458:15;;28421:52;:::i;27287:167::-;27365:4;27382:42;8139:10;27406:9;27417:6;27382:9;:42::i;28662:110::-;15850:6;;-1:-1:-1;;;;;15850:6:0;8139:10;15850:22;15842:67;;;;-1:-1:-1;;;15842:67:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;28729:27:0::1;28759:5;28729:27:::0;;;:18:::1;:27;::::0;;;;:35;;-1:-1:-1;;28729:35:0::1;::::0;;28662:110::o;16584:244::-;15850:6;;-1:-1:-1;;;;;15850:6:0;8139:10;15850:22;15842:67;;;;-1:-1:-1;;;15842:67:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;16673:22:0;::::1;16665:73;;;::::0;-1:-1:-1;;;16665:73:0;;4093:2:1;16665:73:0::1;::::0;::::1;4075:21:1::0;4132:2;4112:18;;;4105:30;4171:34;4151:18;;;4144:62;-1:-1:-1;;;4222:18:1;;;4215:36;4268:19;;16665:73:0::1;3891:402:1::0;16665:73:0::1;16775:6;::::0;;16754:38:::1;::::0;-1:-1:-1;;;;;16754:38:0;;::::1;::::0;16775:6;::::1;::::0;16754:38:::1;::::0;::::1;16803:6;:17:::0;;-1:-1:-1;;;;;;16803:17:0::1;-1:-1:-1::0;;;;;16803:17:0;;;::::1;::::0;;;::::1;::::0;;16584:244::o;29429:337::-;-1:-1:-1;;;;;29522:19:0;;29514:68;;;;-1:-1:-1;;;29514:68:0;;4500:2:1;29514:68:0;;;4482:21:1;4539:2;4519:18;;;4512:30;4578:34;4558:18;;;4551:62;-1:-1:-1;;;4629:18:1;;;4622:34;4673:19;;29514:68:0;4298:400:1;29514:68:0;-1:-1:-1;;;;;29601:21:0;;29593:68;;;;-1:-1:-1;;;29593:68:0;;4905:2:1;29593:68:0;;;4887:21:1;4944:2;4924:18;;;4917:30;4983:34;4963:18;;;4956:62;-1:-1:-1;;;5034:18:1;;;5027:32;5076:19;;29593:68:0;4703:398:1;29593:68:0;-1:-1:-1;;;;;29674:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;29726:32;;1596:25:1;;;29726:32:0;;1569:18:1;29726:32:0;;;;;;;29429:337;;;:::o;29774:1468::-;-1:-1:-1;;;;;29896:18:0;;29888:68;;;;-1:-1:-1;;;29888:68:0;;5308:2:1;29888:68:0;;;5290:21:1;5347:2;5327:18;;;5320:30;5386:34;5366:18;;;5359:62;-1:-1:-1;;;5437:18:1;;;5430:35;5482:19;;29888:68:0;5106:401:1;29888:68:0;-1:-1:-1;;;;;29975:16:0;;29967:64;;;;-1:-1:-1;;;29967:64:0;;5714:2:1;29967:64:0;;;5696:21:1;5753:2;5733:18;;;5726:30;5792:34;5772:18;;;5765:62;-1:-1:-1;;;5843:18:1;;;5836:33;5886:19;;29967:64:0;5512:399:1;29967:64:0;30059:1;30050:6;:10;30042:64;;;;-1:-1:-1;;;30042:64:0;;6118:2:1;30042:64:0;;;6100:21:1;6157:2;6137:18;;;6130:30;6196:34;6176:18;;;6169:62;-1:-1:-1;;;6247:18:1;;;6240:39;6296:19;;30042:64:0;5916:405:1;30042:64:0;-1:-1:-1;;;;;30128:24:0;;;;;;:18;:24;;;;;;;;30127:25;:53;;;;-1:-1:-1;;;;;;30158:22:0;;;;;;:18;:22;;;;;;;;30157:23;30127:53;:77;;;;-1:-1:-1;30191:13:0;;-1:-1:-1;;;;;30185:19:0;;;30191:13;;30185:19;;30127:77;30124:186;;;30253:12;;30243:6;30227:13;30237:2;-1:-1:-1;;;;;27255:16:0;27228:7;27255:16;;;:7;:16;;;;;;;27162:117;30227:13;:22;;;;:::i;:::-;:38;;30219:91;;;;-1:-1:-1;;;30219:91:0;;6528:2:1;30219:91:0;;;6510:21:1;6567:2;6547:18;;;6540:30;6606:34;6586:18;;;6579:62;-1:-1:-1;;;6657:18:1;;;6650:38;6705:19;;30219:91:0;6326:404:1;30219:91:0;30363:4;27228:7;27255:16;;;:7;:16;;;;;;25523:12;-1:-1:-1;30345:49:0;:62;;;;-1:-1:-1;30399:8:0;;-1:-1:-1;;;30399:8:0;;;;30398:9;30345:62;:87;;;;-1:-1:-1;30419:13:0;;-1:-1:-1;;;;;30411:21:0;;;30419:13;;30411:21;;30345:87;:106;;;;-1:-1:-1;15676:7:0;15703:6;-1:-1:-1;;;;;30436:15:0;;;15703:6;;30436:15;;30345:106;:123;;;;-1:-1:-1;15676:7:0;15703:6;-1:-1:-1;;;;;30455:13:0;;;15703:6;;30455:13;;30345:123;30341:305;;;30485:8;:15;;-1:-1:-1;;;;30485:15:0;-1:-1:-1;;;30485:15:0;;;30554:4;-1:-1:-1;27255:16:0;;;:7;:16;;;;;;30515:45;;30575:28;30592:10;30575:16;:28::i;:::-;-1:-1:-1;30618:8:0;:16;;-1:-1:-1;;;;30618:16:0;;;30341:305;-1:-1:-1;;;;;30689:16:0;;;;;;:10;:16;;;;;;30682:23;;:6;:23;:::i;:::-;30672:4;30656:22;;;;:7;:22;;;;;:49;;:22;;;:49;;;;;:::i;:::-;;;;-1:-1:-1;;;;;;;30849:24:0;;30717:22;30849:24;;;:18;:24;;;;;;30742:6;;30849:24;;30848:25;:52;;;;-1:-1:-1;;;;;;30878:22:0;;;;;;:18;:22;;;;;;;;30877:23;30848:52;30845:124;;;30933:24;30944:6;30952:4;30933:10;:24::i;:::-;30916:41;;30845:124;31005:4;30989:22;;;;:7;:22;;;;;:32;;31015:6;;30989:22;:32;;31015:6;;30989:32;:::i;:::-;;;;-1:-1:-1;;;;;;;31033:11:0;;;;;;:7;:11;;;;;:29;;31048:14;;31033:11;:29;;31048:14;;31033:29;:::i;:::-;;;;-1:-1:-1;;;;;;;31073:13:0;;;;;;:7;:13;;;;;:23;;31090:6;;31073:13;:23;;31090:6;;31073:23;:::i;:::-;;;;-1:-1:-1;;;;;;;31111:24:0;;;;;;:18;:24;;;;;;;;31107:55;;;-1:-1:-1;;;;;31136:16:0;;;;;;:10;:16;;;;;:26;;31156:6;;31136:16;:26;;31156:6;;31136:26;:::i;:::-;;;;-1:-1:-1;;31107:55:0;31193:2;-1:-1:-1;;;;;31178:34:0;31187:4;-1:-1:-1;;;;;31178:34:0;;31197:14;31178:34;;;;1596:25:1;;1584:2;1569:18;;1450:177;31178:34:0;;;;;;;;29877:1365;29774:1468;;;:::o;31252:204::-;31314:17;31334:24;31351:6;31334:16;:24::i;:::-;31314:44;-1:-1:-1;31375:13:0;;31371:77;;31411:16;;31403:45;;-1:-1:-1;;;;;31411:16:0;;;;31403:45;;;;;31438:9;;31411:16;31403:45;31411:16;31403:45;31438:9;31411:16;31403:45;;;;;;;;;;;;;;;;;;;;;31371:77;31303:153;31252:204;:::o;28878:403::-;28945:7;28965:20;29013:3;28997:13;;28988:6;:22;;;;:::i;:::-;:28;;;;:::i;:::-;28965:51;;29027:20;29075:3;29059:13;;29050:6;:22;;;;:::i;:::-;:28;;;;:::i;:::-;29027:51;-1:-1:-1;29115:27:0;29027:51;29115:12;:27;:::i;:::-;29105:4;29089:22;;;;:7;:22;;;;;:53;;:22;;;:53;;;;;:::i;:::-;;;;-1:-1:-1;29182:4:0;;-1:-1:-1;;;;;;29158:59:0;;;29189:27;29204:12;29189;:27;:::i;:::-;29158:59;;1596:25:1;;;1584:2;1569:18;29158:59:0;;;;;;;29260:12;29236:21;29245:12;29236:6;:21;:::i;:::-;:36;;;;:::i;:::-;29228:45;28878:403;-1:-1:-1;;;;;28878:403:0:o;32020:722::-;32245:16;;;32259:1;32245:16;;;;;;;;32084:7;;32129:21;;32084:7;;32245:16;;;;;;;;;;;;-1:-1:-1;32245:16:0;32221:40;;32290:4;32272;32277:1;32272:7;;;;;;;;:::i;:::-;-1:-1:-1;;;;;32272:23:0;;;:7;;;;;;;;;;:23;;;;32316:15;;:22;;;-1:-1:-1;;;32316:22:0;;;;:15;;;;;:20;;:22;;;;;32272:7;;32316:22;;;;;:15;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;32306:4;32311:1;32306:7;;;;;;;;:::i;:::-;-1:-1:-1;;;;;32306:32:0;;;:7;;;;;;;;;:32;32383:15;;32351:62;;32368:4;;32383:15;32401:11;32351:8;:62::i;:::-;32452:15;;:224;;-1:-1:-1;;;32452:224:0;;-1:-1:-1;;;;;32452:15:0;;;;:66;;:224;;32533:11;;32452:15;;32603:4;;32630;;32650:15;;32452:224;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32719:14;32695:21;:38;;;;:::i;:::-;32687:47;32020:722;-1:-1:-1;;;;32020:722:0:o;206:548:1:-;318:4;347:2;376;365:9;358:21;408:6;402:13;451:6;446:2;435:9;431:18;424:34;476:1;486:140;500:6;497:1;494:13;486:140;;;595:14;;;591:23;;585:30;561:17;;;580:2;557:26;550:66;515:10;;486:140;;;490:3;675:1;670:2;661:6;650:9;646:22;642:31;635:42;745:2;738;734:7;729:2;721:6;717:15;713:29;702:9;698:45;694:54;686:62;;;;206:548;;;;:::o;759:131::-;-1:-1:-1;;;;;834:31:1;;824:42;;814:70;;880:1;877;870:12;814:70;759:131;:::o;895:315::-;963:6;971;1024:2;1012:9;1003:7;999:23;995:32;992:52;;;1040:1;1037;1030:12;992:52;1079:9;1066:23;1098:31;1123:5;1098:31;:::i;:::-;1148:5;1200:2;1185:18;;;;1172:32;;-1:-1:-1;;;895:315:1:o;1632:456::-;1709:6;1717;1725;1778:2;1766:9;1757:7;1753:23;1749:32;1746:52;;;1794:1;1791;1784:12;1746:52;1833:9;1820:23;1852:31;1877:5;1852:31;:::i;:::-;1902:5;-1:-1:-1;1959:2:1;1944:18;;1931:32;1972:33;1931:32;1972:33;:::i;:::-;1632:456;;2024:7;;-1:-1:-1;;;2078:2:1;2063:18;;;;2050:32;;1632:456::o;2282:247::-;2341:6;2394:2;2382:9;2373:7;2369:23;2365:32;2362:52;;;2410:1;2407;2400:12;2362:52;2449:9;2436:23;2468:31;2493:5;2468:31;:::i;:::-;2518:5;2282:247;-1:-1:-1;;;2282:247:1:o;2742:388::-;2810:6;2818;2871:2;2859:9;2850:7;2846:23;2842:32;2839:52;;;2887:1;2884;2877:12;2839:52;2926:9;2913:23;2945:31;2970:5;2945:31;:::i;:::-;2995:5;-1:-1:-1;3052:2:1;3037:18;;3024:32;3065:33;3024:32;3065:33;:::i;:::-;3117:7;3107:17;;;2742:388;;;;;:::o;3135:127::-;3196:10;3191:3;3187:20;3184:1;3177:31;3227:4;3224:1;3217:15;3251:4;3248:1;3241:15;3267:128;3334:9;;;3355:11;;;3352:37;;;3369:18;;:::i;3400:125::-;3465:9;;;3486:10;;;3483:36;;;3499:18;;:::i;3530:356::-;3732:2;3714:21;;;3751:18;;;3744:30;3810:34;3805:2;3790:18;;3783:62;3877:2;3862:18;;3530:356::o;6735:168::-;6808:9;;;6839;;6856:15;;;6850:22;;6836:37;6826:71;;6877:18;;:::i;6908:217::-;6948:1;6974;6964:132;;7018:10;7013:3;7009:20;7006:1;6999:31;7053:4;7050:1;7043:15;7081:4;7078:1;7071:15;6964:132;-1:-1:-1;7110:9:1;;6908:217::o;7262:127::-;7323:10;7318:3;7314:20;7311:1;7304:31;7354:4;7351:1;7344:15;7378:4;7375:1;7368:15;7394:251;7464:6;7517:2;7505:9;7496:7;7492:23;7488:32;7485:52;;;7533:1;7530;7523:12;7485:52;7565:9;7559:16;7584:31;7609:5;7584:31;:::i;7650:980::-;7912:4;7960:3;7949:9;7945:19;7991:6;7980:9;7973:25;8017:2;8055:6;8050:2;8039:9;8035:18;8028:34;8098:3;8093:2;8082:9;8078:18;8071:31;8122:6;8157;8151:13;8188:6;8180;8173:22;8226:3;8215:9;8211:19;8204:26;;8265:2;8257:6;8253:15;8239:29;;8286:1;8296:195;8310:6;8307:1;8304:13;8296:195;;;8375:13;;-1:-1:-1;;;;;8371:39:1;8359:52;;8466:15;;;;8431:12;;;;8407:1;8325:9;8296:195;;;-1:-1:-1;;;;;;;8547:32:1;;;;8542:2;8527:18;;8520:60;-1:-1:-1;;;8611:3:1;8596:19;8589:35;8508:3;7650:980;-1:-1:-1;;;7650:980:1:o

Swarm Source

ipfs://eb812a55ff9879ee05da13c53c2824a9e8f6446b2a34e228b12cada2fccea3bb

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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

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