ETH Price: $3,332.86 (+1.92%)
Gas: 1 Gwei

Contract

0xD5a4b1B8C01647b3c87da8F39A896A81Ae72Ec96
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve180535422023-09-03 4:19:47330 days ago1693714787IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0007775716.47827877
Approve179578452023-08-20 18:48:47344 days ago1692557327IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0015352832.53557098
Approve179543222023-08-20 6:58:35344 days ago1692514715IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0005278211.1856599
Approve179412142023-08-18 10:55:59346 days ago1692356159IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0010633122.53352503
Approve179388682023-08-18 3:01:23346 days ago1692327683IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0011252824.01179572
Approve179388302023-08-18 2:53:47346 days ago1692327227IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.000622320.90792731
Transfer179388212023-08-18 2:51:59346 days ago1692327119IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0015734722.49324991
Approve179387782023-08-18 2:43:23346 days ago1692326603IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0010963123.3936421
Approve179387742023-08-18 2:42:35346 days ago1692326555IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0011503624.54690187
Approve179387572023-08-18 2:38:59346 days ago1692326339IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.001338728.36966685
Approve179387392023-08-18 2:35:23346 days ago1692326123IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0011747224.89465299
Approve179387362023-08-18 2:34:47346 days ago1692326087IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0025953455
Approve179387352023-08-18 2:34:35346 days ago1692326075IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0011180923.69447591
Approve179387352023-08-18 2:34:35346 days ago1692326075IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0011180923.69447591
Approve179387352023-08-18 2:34:35346 days ago1692326075IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0011180923.69447591
Approve179387342023-08-18 2:34:23346 days ago1692326063IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.001291827.37567412
Approve179387322023-08-18 2:33:59346 days ago1692326039IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0010577822.57127854
Approve179387192023-08-18 2:31:23346 days ago1692325883IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0011902725.22402618
Approve179387152023-08-18 2:30:35346 days ago1692325835IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0011015823.47586011
Approve179387132023-08-18 2:30:11346 days ago1692325811IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0011731924.86212895
Approve179387122023-08-18 2:29:59346 days ago1692325799IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.001071922.74462394
Approve179387092023-08-18 2:29:23346 days ago1692325763IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.001169624.78611971
Approve179387082023-08-18 2:29:11346 days ago1692325751IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0010664922.60107536
Approve179387082023-08-18 2:29:11346 days ago1692325751IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0011608724.60107536
Approve179386942023-08-18 2:26:23346 days ago1692325583IN
0xD5a4b1B8...1Ae72Ec96
0 ETH0.0012332526.13496656
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
179385852023-08-18 2:04:23346 days ago1692324263
0xD5a4b1B8...1Ae72Ec96
1 ETH
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
BarcodeToken

Compiler Version
v0.8.21+commit.d9974bed

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 9 : TokenTemplate.sol
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.20;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/utils/Context.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@uniswap/v2-core/contracts/interfaces/IUniswapV2Factory.sol";
import "@uniswap/v2-core/contracts/interfaces/IUniswapV2Pair.sol";
import "@uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router02.sol";

bytes32 constant INIT_CODE_HASH = hex"96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f";
address constant FACTORY = 0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f;

library UniswapV2Library {
    function pairFor(
        address tokenA,
        address tokenB
    ) internal pure returns (address pair) {
        (address token0, address token1) = sortTokens(tokenA, tokenB);
        pair = address(
            uint160(
                uint256(
                    keccak256(
                        abi.encodePacked(
                            hex"ff",
                            FACTORY,
                            keccak256(abi.encodePacked(token0, token1)),
                            INIT_CODE_HASH
                        )
                    )
                )
            )
        );
    }

    function sortTokens(
        address tokenA,
        address tokenB
    ) internal pure returns (address token0, address token1) {
        (token0, token1) = tokenA < tokenB
            ? (tokenA, tokenB)
            : (tokenB, tokenA);
    }
}

contract BarcodeToken is Context, IERC20, Ownable {
    using SafeMath for uint256;
    mapping(address => uint256) private _balances;
    mapping(address => mapping(address => uint256)) private _allowances;
    mapping(address => bool) private _isExcludedFromFee;
    mapping(address => bool) private bots;
    mapping(address => uint256) private _holderLastTransferTimestamp;
    bool public transferDelayEnabled = true;
    address payable private _taxWallet;

    uint256 private _initialBuyTax;
    uint256 private _initialSellTax;
    uint256 private _finalBuyTax;
    uint256 private _finalSellTax;
    uint256 private _reduceBuyTaxAt = 25;
    uint256 private _reduceSellTaxAt = 25;
    uint256 private _preventSwapBefore = 25;
    uint256 private _buyCount;

    uint8 private constant _decimals = 18;
    uint256 private constant _tTotal = 10_000_000 * 10 ** _decimals;
    string private constant _name = unicode"II|I|IIIIII|IIIII|I|IIIIII|III";
    string private constant _symbol = unicode"BARCODE";
    uint256 public _maxTxAmount = 200_000 * 10 ** _decimals;
    uint256 public _maxWalletSize = 200_000 * 10 ** _decimals;
    uint256 public _taxSwapThreshold = 20_000 * 10 ** _decimals;
    uint256 public _maxTaxSwap = 50_000 * 10 ** _decimals;

    IUniswapV2Router02 private constant UNISWAP_V2_ROUTER =
        IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);

    address private immutable UNISWAP_V2_PAIR;
    bool private tradingOpen;
    bool private inSwap = false;
    bool private swapEnabled = false;

    event MaxTxAmountUpdated(uint256 _maxTxAmount);

    modifier lockTheSwap() {
        inSwap = true;
        _;
        inSwap = false;
    }

    constructor() {
        _taxWallet = payable(msg.sender);
        _isExcludedFromFee[owner()] = true;
        _isExcludedFromFee[address(this)] = true;
        _isExcludedFromFee[_taxWallet] = true;

        UNISWAP_V2_PAIR = UniswapV2Library.pairFor(
            address(this),
            UNISWAP_V2_ROUTER.WETH()
        );

        _balances[_msgSender()] = _tTotal;
        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 pure override returns (uint256) {
        return _tTotal;
    }

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

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

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

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

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

    function _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");
        uint256 taxAmount = 0;
        if (from != owner() && to != owner()) {
            taxAmount = amount
                .mul(
                    (_buyCount > _reduceBuyTaxAt)
                        ? _finalBuyTax
                        : _initialBuyTax
                )
                .div(100);

            if (transferDelayEnabled) {
                if (to != address(UNISWAP_V2_ROUTER) && to != UNISWAP_V2_PAIR) {
                    require(
                        _holderLastTransferTimestamp[tx.origin] < block.number,
                        "_transfer:: Transfer Delay enabled.  Only one purchase per block allowed."
                    );
                    _holderLastTransferTimestamp[tx.origin] = block.number;
                }
            }

            if (
                from == UNISWAP_V2_PAIR &&
                to != address(UNISWAP_V2_ROUTER) &&
                !_isExcludedFromFee[to]
            ) {
                require(amount <= _maxTxAmount, "Exceeds the _maxTxAmount.");
                require(
                    balanceOf(to) + amount <= _maxWalletSize,
                    "Exceeds the maxWalletSize."
                );
                if (_buyCount <= 100) {
                    _buyCount++;
                }
            }

            if (to == UNISWAP_V2_PAIR && from != address(this)) {
                taxAmount = amount
                    .mul(
                        (_buyCount > _reduceSellTaxAt)
                            ? _finalSellTax
                            : _initialSellTax
                    )
                    .div(100);
            }

            uint256 contractTokenBalance = balanceOf(address(this));
            if (
                !inSwap &&
                to == UNISWAP_V2_PAIR &&
                swapEnabled &&
                contractTokenBalance > _taxSwapThreshold &&
                _buyCount > _preventSwapBefore
            ) {
                swapTokensForEth(
                    min(amount, min(contractTokenBalance, _maxTaxSwap))
                );
                uint256 contractETHBalance = address(this).balance;
                if (contractETHBalance > 50000000000000000) {
                    sendETHToFee(address(this).balance);
                }
            }
        }

        if (taxAmount > 0) {
            _balances[address(this)] = _balances[address(this)].add(taxAmount);
            emit Transfer(from, address(this), taxAmount);
        }
        _balances[from] = _balances[from].sub(amount);
        _balances[to] = _balances[to].add(amount.sub(taxAmount));
        emit Transfer(from, to, amount.sub(taxAmount));
    }

    function min(uint256 a, uint256 b) private pure returns (uint256) {
        return (a > b) ? b : a;
    }

    function swapTokensForEth(uint256 tokenAmount) private lockTheSwap {
        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = UNISWAP_V2_ROUTER.WETH();
        UNISWAP_V2_ROUTER.swapExactTokensForETHSupportingFeeOnTransferTokens(
            tokenAmount,
            0,
            path,
            _taxWallet,
            block.timestamp
        );
    }

    function removeLimits() external onlyOwner {
        _maxTxAmount = _tTotal;
        _maxWalletSize = _tTotal;
        transferDelayEnabled = false;
        emit MaxTxAmountUpdated(_tTotal);
    }

    function sendETHToFee(uint256 amount) private {
        _taxWallet.transfer(amount);
    }

    function openTrading() external payable onlyOwner {
        require(!tradingOpen, "trading is already open");
        _approve(address(this), address(UNISWAP_V2_ROUTER), type(uint256).max);
        UNISWAP_V2_ROUTER.addLiquidityETH{value: address(this).balance}(
            address(this),
            balanceOf(address(this)),
            0,
            0,
            owner(),
            block.timestamp
        );

        _initialBuyTax = 25;
        _initialSellTax = 25;
        _finalBuyTax = 2;
        _finalSellTax = 2;
        swapEnabled = true;
        tradingOpen = true;
    }

    receive() external payable {}

    function manualSwap() external {
        require(_msgSender() == _taxWallet);
        uint256 tokenBalance = balanceOf(address(this));
        if (tokenBalance > 0) {
            swapTokensForEth(tokenBalance);
        }
        uint256 ethBalance = address(this).balance;
        if (ethBalance > 0) {
            sendETHToFee(ethBalance);
        }
    }
}

File 2 of 9 : IUniswapV2Router02.sol
pragma solidity >=0.6.2;

import './IUniswapV2Router01.sol';

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

File 3 of 9 : IUniswapV2Pair.sol
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;
}

File 4 of 9 : IUniswapV2Factory.sol
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;
}

File 5 of 9 : SafeMath.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/SafeMath.sol)

pragma solidity ^0.8.0;

// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
// because it relies on the compiler's built in overflow checks.

/**
 * @dev Wrappers over Solidity's arithmetic operations.
 *
 * NOTE: `SafeMath` is generally not needed starting with Solidity 0.8, since the compiler
 * now has built in overflow checking.
 */
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            uint256 c = a + b;
            if (c < a) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b > a) return (false, 0);
            return (true, a - b);
        }
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            // 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 (true, 0);
            uint256 c = a * b;
            if (c / a != b) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the division of two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a / b);
        }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a % b);
        }
    }

    /**
     * @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) {
        return a + b;
    }

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

    /**
     * @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) {
        return a * b;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator.
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting 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 a % b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {trySub}.
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        unchecked {
            require(b <= a, errorMessage);
            return a - b;
        }
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting 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) {
        unchecked {
            require(b > 0, errorMessage);
            return a / b;
        }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting with custom message when dividing by zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryMod}.
     *
     * 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) {
        unchecked {
            require(b > 0, errorMessage);
            return a % b;
        }
    }
}

File 6 of 9 : Context.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

pragma solidity ^0.8.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 meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes calldata) {
        return msg.data;
    }
}

File 7 of 9 : IERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @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 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 `to`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address to, 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 `from` to `to` 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 from,
        address to,
        uint256 amount
    ) external returns (bool);
}

File 8 of 9 : Ownable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)

pragma solidity ^0.8.0;

import "../utils/Context.sol";

/**
 * @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.
 */
abstract 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() {
        _transferOwnership(_msgSender());
    }

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        _checkOwner();
        _;
    }

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

    /**
     * @dev Throws if the sender is not the owner.
     */
    function _checkOwner() internal view virtual {
        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 {
        _transferOwnership(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");
        _transferOwnership(newOwner);
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Internal function without access restriction.
     */
    function _transferOwnership(address newOwner) internal virtual {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

File 9 of 9 : IUniswapV2Router01.sol
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);
}

Settings
{
  "optimizer": {
    "enabled": false,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  }
}

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":false,"internalType":"uint256","name":"_maxTxAmount","type":"uint256"}],"name":"MaxTxAmountUpdated","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":"_maxTaxSwap","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxTxAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxWalletSize","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_taxSwapThreshold","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":[],"name":"manualSwap","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"openTrading","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"removeLimits","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","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":"pure","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":[],"name":"transferDelayEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","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"},{"stateMutability":"payable","type":"receive"}]

60a0604052600160065f6101000a81548160ff0219169083151502179055506019600b556019600c556019600d556012600a6200003d9190620007dd565b62030d406200004d91906200082d565b600f556012600a620000609190620007dd565b62030d406200007091906200082d565b6010556012600a620000839190620007dd565b614e206200009291906200082d565b6011556012600a620000a59190620007dd565b61c350620000b491906200082d565b6012555f601360016101000a81548160ff0219169083151502179055505f601360026101000a81548160ff021916908315150217905550348015620000f7575f80fd5b50620001186200010c6200045c60201b60201c565b6200046360201b60201c565b33600660016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600160035f6200016e6200052460201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160035f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160035f600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055506200031e30737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015620002ec573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190620003129190620008dc565b6200054b60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff16815250506012600a620003619190620007dd565b629896806200037191906200082d565b60015f620003846200045c60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550620003d16200045c60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff165f73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6012600a6200042f9190620007dd565b629896806200043f91906200082d565b6040516200044e91906200091d565b60405180910390a362000a88565b5f33905090565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b5f805f620005608585620005fb60201b60201c565b91509150735c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f82826040516020016200058e92919062000985565b604051602081830303815290604052805190602001207f96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f604051602001620005d99392919062000a39565b604051602081830303815290604052805190602001205f1c9250505092915050565b5f808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1610620006395782846200063c565b83835b80925081935050509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f8160011c9050919050565b5f808291508390505b6001851115620006d557808604811115620006ad57620006ac6200064b565b5b6001851615620006bd5780820291505b8081029050620006cd8562000678565b94506200068d565b94509492505050565b5f82620006ef5760019050620007c1565b81620006fe575f9050620007c1565b8160018114620007175760028114620007225762000758565b6001915050620007c1565b60ff8411156200073757620007366200064b565b5b8360020a9150848211156200075157620007506200064b565b5b50620007c1565b5060208310610133831016604e8410600b8410161715620007925782820a9050838111156200078c576200078b6200064b565b5b620007c1565b620007a1848484600162000684565b92509050818404811115620007bb57620007ba6200064b565b5b81810290505b9392505050565b5f819050919050565b5f60ff82169050919050565b5f620007e982620007c8565b9150620007f683620007d1565b9250620008257fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8484620006de565b905092915050565b5f6200083982620007c8565b91506200084683620007c8565b92508282026200085681620007c8565b9150828204841483151762000870576200086f6200064b565b5b5092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f620008a6826200087b565b9050919050565b620008b8816200089a565b8114620008c3575f80fd5b50565b5f81519050620008d681620008ad565b92915050565b5f60208284031215620008f457620008f362000877565b5b5f6200090384828501620008c6565b91505092915050565b6200091781620007c8565b82525050565b5f602082019050620009325f8301846200090c565b92915050565b5f8160601b9050919050565b5f620009508262000938565b9050919050565b5f620009638262000944565b9050919050565b6200097f62000979826200089a565b62000957565b82525050565b5f6200099282856200096a565b601482019150620009a482846200096a565b6014820191508190509392505050565b5f81905092915050565b7fff000000000000000000000000000000000000000000000000000000000000005f82015250565b5f620009f4600183620009b4565b915062000a0182620009be565b600182019050919050565b5f819050919050565b5f819050919050565b62000a3362000a2d8262000a0c565b62000a15565b82525050565b5f62000a4582620009e6565b915062000a5382866200096a565b60148201915062000a65828562000a1e565b60208201915062000a77828462000a1e565b602082019150819050949350505050565b60805161297b62000ab65f395f8181610ebd01528181610fd6015281816111890152611278015261297b5ff3fe608060405260043610610122575f3560e01c80637d1db4a51161009f578063bf474bed11610063578063bf474bed146103af578063c876d0b9146103d9578063c9567bf914610403578063dd62ed3e1461040d578063f2fde38b1461044957610129565b80637d1db4a5146102cb5780638da5cb5b146102f55780638f9a55c01461031f57806395d89b4114610349578063a9059cbb1461037357610129565b8063313ce567116100e6578063313ce5671461022357806351bc3c851461024d57806370a0823114610263578063715018a61461029f578063751039fc146102b557610129565b806306fdde031461012d578063095ea7b3146101575780630faee56f1461019357806318160ddd146101bd57806323b872dd146101e757610129565b3661012957005b5f80fd5b348015610138575f80fd5b50610141610471565b60405161014e9190611b26565b60405180910390f35b348015610162575f80fd5b5061017d60048036038101906101789190611bd7565b6104ae565b60405161018a9190611c2f565b60405180910390f35b34801561019e575f80fd5b506101a76104cb565b6040516101b49190611c57565b60405180910390f35b3480156101c8575f80fd5b506101d16104d1565b6040516101de9190611c57565b60405180910390f35b3480156101f2575f80fd5b5061020d60048036038101906102089190611c70565b6104f3565b60405161021a9190611c2f565b60405180910390f35b34801561022e575f80fd5b506102376105c7565b6040516102449190611cdb565b60405180910390f35b348015610258575f80fd5b506102616105cf565b005b34801561026e575f80fd5b5061028960048036038101906102849190611cf4565b610667565b6040516102969190611c57565b60405180910390f35b3480156102aa575f80fd5b506102b36106ad565b005b3480156102c0575f80fd5b506102c96106c0565b005b3480156102d6575f80fd5b506102df610779565b6040516102ec9190611c57565b60405180910390f35b348015610300575f80fd5b5061030961077f565b6040516103169190611d2e565b60405180910390f35b34801561032a575f80fd5b506103336107a6565b6040516103409190611c57565b60405180910390f35b348015610354575f80fd5b5061035d6107ac565b60405161036a9190611b26565b60405180910390f35b34801561037e575f80fd5b5061039960048036038101906103949190611bd7565b6107e9565b6040516103a69190611c2f565b60405180910390f35b3480156103ba575f80fd5b506103c3610806565b6040516103d09190611c57565b60405180910390f35b3480156103e4575f80fd5b506103ed61080c565b6040516103fa9190611c2f565b60405180910390f35b61040b61081e565b005b348015610418575f80fd5b50610433600480360381019061042e9190611d47565b6109b6565b6040516104409190611c57565b60405180910390f35b348015610454575f80fd5b5061046f600480360381019061046a9190611cf4565b610a38565b005b60606040518060400160405280601e81526020017f49497c497c4949494949497c49494949497c497c4949494949497c4949490000815250905090565b5f6104c16104ba610aba565b8484610ac1565b6001905092915050565b60125481565b5f6012600a6104e09190611ee1565b629896806104ee9190611f2b565b905090565b5f6104ff848484610c84565b6105bc8461050b610aba565b6105b78560405180606001604052806028815260200161291e6028913960025f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f61056e610aba565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20546115ed9092919063ffffffff16565b610ac1565b600190509392505050565b5f6012905090565b600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16610610610aba565b73ffffffffffffffffffffffffffffffffffffffff161461062f575f80fd5b5f61063930610667565b90505f81111561064d5761064c81611641565b5b5f4790505f8111156106635761066281611888565b5b5050565b5f60015f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b6106b56118f1565b6106be5f61196f565b565b6106c86118f1565b6012600a6106d69190611ee1565b629896806106e49190611f2b565b600f819055506012600a6106f89190611ee1565b629896806107069190611f2b565b6010819055505f60065f6101000a81548160ff0219169083151502179055507f947f344d56e1e8c70dc492fb94c4ddddd490c016aab685f5e7e47b2e85cb44cf6012600a6107549190611ee1565b629896806107629190611f2b565b60405161076f9190611c57565b60405180910390a1565b600f5481565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60105481565b60606040518060400160405280600781526020017f424152434f444500000000000000000000000000000000000000000000000000815250905090565b5f6107fc6107f5610aba565b8484610c84565b6001905092915050565b60115481565b60065f9054906101000a900460ff1681565b6108266118f1565b60135f9054906101000a900460ff1615610875576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161086c90611fb6565b60405180910390fd5b6108b430737a250d5630b4cf539739df2c5dacb4c659f2488d7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff610ac1565b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663f305d71947306108ef30610667565b5f806108f961077f565b426040518863ffffffff1660e01b815260040161091b96959493929190612016565b60606040518083038185885af1158015610937573d5f803e3d5ffd5b50505050506040513d601f19601f8201168201806040525081019061095c9190612089565b5050506019600781905550601960088190555060026009819055506002600a819055506001601360026101000a81548160ff021916908315150217905550600160135f6101000a81548160ff021916908315150217905550565b5f60025f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b610a406118f1565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610aae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610aa590612149565b60405180910390fd5b610ab78161196f565b50565b5f33905090565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610b2f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b26906121d7565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610b9d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9490612265565b60405180910390fd5b8060025f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610c779190611c57565b60405180910390a3505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610cf2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ce9906122f3565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610d60576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5790612381565b60405180910390fd5b5f8111610da2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d999061240f565b60405180910390fd5b5f610dab61077f565b73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614158015610e195750610de961077f565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b1561133d57610e5a6064610e4c600b54600e5411610e3957600754610e3d565b6009545b85611a3090919063ffffffff16565b611a4590919063ffffffff16565b905060065f9054906101000a900460ff1615610fd457737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614158015610f0c57507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b15610fd3574360055f3273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205410610f90576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f87906124c3565b60405180910390fd5b4360055f3273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055505b5b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614801561106f5750737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b80156110c2575060035f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b1561118757600f5482111561110c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111039061252b565b60405180910390fd5b6010548261111985610667565b6111239190612549565b1115611164576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161115b906125c6565b60405180910390fd5b6064600e541161118657600e5f815480929190611180906125e4565b91905055505b5b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614801561120e57503073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614155b156112525761124f6064611241600c54600e541161122e57600854611232565b600a545b85611a3090919063ffffffff16565b611a4590919063ffffffff16565b90505b5f61125c30610667565b9050601360019054906101000a900460ff161580156112c657507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16145b80156112de5750601360029054906101000a900460ff165b80156112eb575060115481115b80156112fa5750600d54600e54115b1561133b5761131c6113178461131284601254611a5a565b611a5a565b611641565b5f47905066b1a2bc2ec500008111156113395761133847611888565b5b505b505b5f81111561143c576113958160015f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054611a7290919063ffffffff16565b60015f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055503073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516114339190611c57565b60405180910390a35b61148c8260015f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054611a8790919063ffffffff16565b60015f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555061152f6114e38284611a8790919063ffffffff16565b60015f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054611a7290919063ffffffff16565b60015f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6115d28486611a8790919063ffffffff16565b6040516115df9190611c57565b60405180910390a350505050565b5f838311158290611634576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161162b9190611b26565b60405180910390fd5b5082840390509392505050565b6001601360016101000a81548160ff0219169083151502179055505f600267ffffffffffffffff8111156116785761167761262b565b5b6040519080825280602002602001820160405280156116a65781602001602082028036833780820191505090505b50905030815f815181106116bd576116bc612658565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015611754573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117789190612699565b8160018151811061178c5761178b612658565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663791ac947835f84600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16426040518663ffffffff1660e01b815260040161183d9594939291906127cd565b5f604051808303815f87803b158015611854575f80fd5b505af1158015611866573d5f803e3d5ffd5b50505050505f601360016101000a81548160ff02191690831515021790555050565b600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc8290811502906040515f60405180830381858888f193505050501580156118ed573d5f803e3d5ffd5b5050565b6118f9610aba565b73ffffffffffffffffffffffffffffffffffffffff1661191761077f565b73ffffffffffffffffffffffffffffffffffffffff161461196d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119649061286f565b60405180910390fd5b565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f8183611a3d9190611f2b565b905092915050565b5f8183611a5291906128ba565b905092915050565b5f818311611a685782611a6a565b815b905092915050565b5f8183611a7f9190612549565b905092915050565b5f8183611a9491906128ea565b905092915050565b5f81519050919050565b5f82825260208201905092915050565b5f5b83811015611ad3578082015181840152602081019050611ab8565b5f8484015250505050565b5f601f19601f8301169050919050565b5f611af882611a9c565b611b028185611aa6565b9350611b12818560208601611ab6565b611b1b81611ade565b840191505092915050565b5f6020820190508181035f830152611b3e8184611aee565b905092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f611b7382611b4a565b9050919050565b611b8381611b69565b8114611b8d575f80fd5b50565b5f81359050611b9e81611b7a565b92915050565b5f819050919050565b611bb681611ba4565b8114611bc0575f80fd5b50565b5f81359050611bd181611bad565b92915050565b5f8060408385031215611bed57611bec611b46565b5b5f611bfa85828601611b90565b9250506020611c0b85828601611bc3565b9150509250929050565b5f8115159050919050565b611c2981611c15565b82525050565b5f602082019050611c425f830184611c20565b92915050565b611c5181611ba4565b82525050565b5f602082019050611c6a5f830184611c48565b92915050565b5f805f60608486031215611c8757611c86611b46565b5b5f611c9486828701611b90565b9350506020611ca586828701611b90565b9250506040611cb686828701611bc3565b9150509250925092565b5f60ff82169050919050565b611cd581611cc0565b82525050565b5f602082019050611cee5f830184611ccc565b92915050565b5f60208284031215611d0957611d08611b46565b5b5f611d1684828501611b90565b91505092915050565b611d2881611b69565b82525050565b5f602082019050611d415f830184611d1f565b92915050565b5f8060408385031215611d5d57611d5c611b46565b5b5f611d6a85828601611b90565b9250506020611d7b85828601611b90565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f8160011c9050919050565b5f808291508390505b6001851115611e0757808604811115611de357611de2611d85565b5b6001851615611df25780820291505b8081029050611e0085611db2565b9450611dc7565b94509492505050565b5f82611e1f5760019050611eda565b81611e2c575f9050611eda565b8160018114611e425760028114611e4c57611e7b565b6001915050611eda565b60ff841115611e5e57611e5d611d85565b5b8360020a915084821115611e7557611e74611d85565b5b50611eda565b5060208310610133831016604e8410600b8410161715611eb05782820a905083811115611eab57611eaa611d85565b5b611eda565b611ebd8484846001611dbe565b92509050818404811115611ed457611ed3611d85565b5b81810290505b9392505050565b5f611eeb82611ba4565b9150611ef683611cc0565b9250611f237fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8484611e10565b905092915050565b5f611f3582611ba4565b9150611f4083611ba4565b9250828202611f4e81611ba4565b91508282048414831517611f6557611f64611d85565b5b5092915050565b7f74726164696e6720697320616c7265616479206f70656e0000000000000000005f82015250565b5f611fa0601783611aa6565b9150611fab82611f6c565b602082019050919050565b5f6020820190508181035f830152611fcd81611f94565b9050919050565b5f819050919050565b5f819050919050565b5f612000611ffb611ff684611fd4565b611fdd565b611ba4565b9050919050565b61201081611fe6565b82525050565b5f60c0820190506120295f830189611d1f565b6120366020830188611c48565b6120436040830187612007565b6120506060830186612007565b61205d6080830185611d1f565b61206a60a0830184611c48565b979650505050505050565b5f8151905061208381611bad565b92915050565b5f805f606084860312156120a05761209f611b46565b5b5f6120ad86828701612075565b93505060206120be86828701612075565b92505060406120cf86828701612075565b9150509250925092565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f612133602683611aa6565b915061213e826120d9565b604082019050919050565b5f6020820190508181035f83015261216081612127565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f206164645f8201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b5f6121c1602483611aa6565b91506121cc82612167565b604082019050919050565b5f6020820190508181035f8301526121ee816121b5565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f2061646472655f8201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b5f61224f602283611aa6565b915061225a826121f5565b604082019050919050565b5f6020820190508181035f83015261227c81612243565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f2061645f8201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b5f6122dd602583611aa6565b91506122e882612283565b604082019050919050565b5f6020820190508181035f83015261230a816122d1565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f20616464725f8201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b5f61236b602383611aa6565b915061237682612311565b604082019050919050565b5f6020820190508181035f8301526123988161235f565b9050919050565b7f5472616e7366657220616d6f756e74206d7573742062652067726561746572205f8201527f7468616e207a65726f0000000000000000000000000000000000000000000000602082015250565b5f6123f9602983611aa6565b91506124048261239f565b604082019050919050565b5f6020820190508181035f830152612426816123ed565b9050919050565b7f5f7472616e736665723a3a205472616e736665722044656c617920656e61626c5f8201527f65642e20204f6e6c79206f6e652070757263686173652070657220626c6f636b60208201527f20616c6c6f7765642e0000000000000000000000000000000000000000000000604082015250565b5f6124ad604983611aa6565b91506124b88261242d565b606082019050919050565b5f6020820190508181035f8301526124da816124a1565b9050919050565b7f4578636565647320746865205f6d61785478416d6f756e742e000000000000005f82015250565b5f612515601983611aa6565b9150612520826124e1565b602082019050919050565b5f6020820190508181035f83015261254281612509565b9050919050565b5f61255382611ba4565b915061255e83611ba4565b925082820190508082111561257657612575611d85565b5b92915050565b7f4578636565647320746865206d617857616c6c657453697a652e0000000000005f82015250565b5f6125b0601a83611aa6565b91506125bb8261257c565b602082019050919050565b5f6020820190508181035f8301526125dd816125a4565b9050919050565b5f6125ee82611ba4565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036126205761261f611d85565b5b600182019050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f8151905061269381611b7a565b92915050565b5f602082840312156126ae576126ad611b46565b5b5f6126bb84828501612685565b91505092915050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b6126f681611b69565b82525050565b5f61270783836126ed565b60208301905092915050565b5f602082019050919050565b5f612729826126c4565b61273381856126ce565b935061273e836126de565b805f5b8381101561276e57815161275588826126fc565b975061276083612713565b925050600181019050612741565b5085935050505092915050565b5f61279561279061278b84611b4a565b611fdd565b611b4a565b9050919050565b5f6127a68261277b565b9050919050565b5f6127b78261279c565b9050919050565b6127c7816127ad565b82525050565b5f60a0820190506127e05f830188611c48565b6127ed6020830187612007565b81810360408301526127ff818661271f565b905061280e60608301856127be565b61281b6080830184611c48565b9695505050505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f612859602083611aa6565b915061286482612825565b602082019050919050565b5f6020820190508181035f8301526128868161284d565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f6128c482611ba4565b91506128cf83611ba4565b9250826128df576128de61288d565b5b828204905092915050565b5f6128f482611ba4565b91506128ff83611ba4565b925082820390508181111561291757612916611d85565b5b9291505056fe45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365a26469706673582212201a51effb954d14c6ee5b11f19d83bdf189357a4673ed5e4ecfcb6aaf1476875b64736f6c63430008150033

Deployed Bytecode

0x608060405260043610610122575f3560e01c80637d1db4a51161009f578063bf474bed11610063578063bf474bed146103af578063c876d0b9146103d9578063c9567bf914610403578063dd62ed3e1461040d578063f2fde38b1461044957610129565b80637d1db4a5146102cb5780638da5cb5b146102f55780638f9a55c01461031f57806395d89b4114610349578063a9059cbb1461037357610129565b8063313ce567116100e6578063313ce5671461022357806351bc3c851461024d57806370a0823114610263578063715018a61461029f578063751039fc146102b557610129565b806306fdde031461012d578063095ea7b3146101575780630faee56f1461019357806318160ddd146101bd57806323b872dd146101e757610129565b3661012957005b5f80fd5b348015610138575f80fd5b50610141610471565b60405161014e9190611b26565b60405180910390f35b348015610162575f80fd5b5061017d60048036038101906101789190611bd7565b6104ae565b60405161018a9190611c2f565b60405180910390f35b34801561019e575f80fd5b506101a76104cb565b6040516101b49190611c57565b60405180910390f35b3480156101c8575f80fd5b506101d16104d1565b6040516101de9190611c57565b60405180910390f35b3480156101f2575f80fd5b5061020d60048036038101906102089190611c70565b6104f3565b60405161021a9190611c2f565b60405180910390f35b34801561022e575f80fd5b506102376105c7565b6040516102449190611cdb565b60405180910390f35b348015610258575f80fd5b506102616105cf565b005b34801561026e575f80fd5b5061028960048036038101906102849190611cf4565b610667565b6040516102969190611c57565b60405180910390f35b3480156102aa575f80fd5b506102b36106ad565b005b3480156102c0575f80fd5b506102c96106c0565b005b3480156102d6575f80fd5b506102df610779565b6040516102ec9190611c57565b60405180910390f35b348015610300575f80fd5b5061030961077f565b6040516103169190611d2e565b60405180910390f35b34801561032a575f80fd5b506103336107a6565b6040516103409190611c57565b60405180910390f35b348015610354575f80fd5b5061035d6107ac565b60405161036a9190611b26565b60405180910390f35b34801561037e575f80fd5b5061039960048036038101906103949190611bd7565b6107e9565b6040516103a69190611c2f565b60405180910390f35b3480156103ba575f80fd5b506103c3610806565b6040516103d09190611c57565b60405180910390f35b3480156103e4575f80fd5b506103ed61080c565b6040516103fa9190611c2f565b60405180910390f35b61040b61081e565b005b348015610418575f80fd5b50610433600480360381019061042e9190611d47565b6109b6565b6040516104409190611c57565b60405180910390f35b348015610454575f80fd5b5061046f600480360381019061046a9190611cf4565b610a38565b005b60606040518060400160405280601e81526020017f49497c497c4949494949497c49494949497c497c4949494949497c4949490000815250905090565b5f6104c16104ba610aba565b8484610ac1565b6001905092915050565b60125481565b5f6012600a6104e09190611ee1565b629896806104ee9190611f2b565b905090565b5f6104ff848484610c84565b6105bc8461050b610aba565b6105b78560405180606001604052806028815260200161291e6028913960025f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f61056e610aba565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20546115ed9092919063ffffffff16565b610ac1565b600190509392505050565b5f6012905090565b600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16610610610aba565b73ffffffffffffffffffffffffffffffffffffffff161461062f575f80fd5b5f61063930610667565b90505f81111561064d5761064c81611641565b5b5f4790505f8111156106635761066281611888565b5b5050565b5f60015f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b6106b56118f1565b6106be5f61196f565b565b6106c86118f1565b6012600a6106d69190611ee1565b629896806106e49190611f2b565b600f819055506012600a6106f89190611ee1565b629896806107069190611f2b565b6010819055505f60065f6101000a81548160ff0219169083151502179055507f947f344d56e1e8c70dc492fb94c4ddddd490c016aab685f5e7e47b2e85cb44cf6012600a6107549190611ee1565b629896806107629190611f2b565b60405161076f9190611c57565b60405180910390a1565b600f5481565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60105481565b60606040518060400160405280600781526020017f424152434f444500000000000000000000000000000000000000000000000000815250905090565b5f6107fc6107f5610aba565b8484610c84565b6001905092915050565b60115481565b60065f9054906101000a900460ff1681565b6108266118f1565b60135f9054906101000a900460ff1615610875576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161086c90611fb6565b60405180910390fd5b6108b430737a250d5630b4cf539739df2c5dacb4c659f2488d7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff610ac1565b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663f305d71947306108ef30610667565b5f806108f961077f565b426040518863ffffffff1660e01b815260040161091b96959493929190612016565b60606040518083038185885af1158015610937573d5f803e3d5ffd5b50505050506040513d601f19601f8201168201806040525081019061095c9190612089565b5050506019600781905550601960088190555060026009819055506002600a819055506001601360026101000a81548160ff021916908315150217905550600160135f6101000a81548160ff021916908315150217905550565b5f60025f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b610a406118f1565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610aae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610aa590612149565b60405180910390fd5b610ab78161196f565b50565b5f33905090565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610b2f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b26906121d7565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610b9d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9490612265565b60405180910390fd5b8060025f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610c779190611c57565b60405180910390a3505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610cf2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ce9906122f3565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610d60576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5790612381565b60405180910390fd5b5f8111610da2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d999061240f565b60405180910390fd5b5f610dab61077f565b73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614158015610e195750610de961077f565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b1561133d57610e5a6064610e4c600b54600e5411610e3957600754610e3d565b6009545b85611a3090919063ffffffff16565b611a4590919063ffffffff16565b905060065f9054906101000a900460ff1615610fd457737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614158015610f0c57507f0000000000000000000000004d31e5f43b890a0d3866a7516e4f6e77a50f5a5d73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b15610fd3574360055f3273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205410610f90576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f87906124c3565b60405180910390fd5b4360055f3273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055505b5b7f0000000000000000000000004d31e5f43b890a0d3866a7516e4f6e77a50f5a5d73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614801561106f5750737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b80156110c2575060035f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b1561118757600f5482111561110c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111039061252b565b60405180910390fd5b6010548261111985610667565b6111239190612549565b1115611164576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161115b906125c6565b60405180910390fd5b6064600e541161118657600e5f815480929190611180906125e4565b91905055505b5b7f0000000000000000000000004d31e5f43b890a0d3866a7516e4f6e77a50f5a5d73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614801561120e57503073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614155b156112525761124f6064611241600c54600e541161122e57600854611232565b600a545b85611a3090919063ffffffff16565b611a4590919063ffffffff16565b90505b5f61125c30610667565b9050601360019054906101000a900460ff161580156112c657507f0000000000000000000000004d31e5f43b890a0d3866a7516e4f6e77a50f5a5d73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16145b80156112de5750601360029054906101000a900460ff165b80156112eb575060115481115b80156112fa5750600d54600e54115b1561133b5761131c6113178461131284601254611a5a565b611a5a565b611641565b5f47905066b1a2bc2ec500008111156113395761133847611888565b5b505b505b5f81111561143c576113958160015f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054611a7290919063ffffffff16565b60015f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055503073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516114339190611c57565b60405180910390a35b61148c8260015f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054611a8790919063ffffffff16565b60015f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555061152f6114e38284611a8790919063ffffffff16565b60015f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054611a7290919063ffffffff16565b60015f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6115d28486611a8790919063ffffffff16565b6040516115df9190611c57565b60405180910390a350505050565b5f838311158290611634576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161162b9190611b26565b60405180910390fd5b5082840390509392505050565b6001601360016101000a81548160ff0219169083151502179055505f600267ffffffffffffffff8111156116785761167761262b565b5b6040519080825280602002602001820160405280156116a65781602001602082028036833780820191505090505b50905030815f815181106116bd576116bc612658565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015611754573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117789190612699565b8160018151811061178c5761178b612658565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663791ac947835f84600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16426040518663ffffffff1660e01b815260040161183d9594939291906127cd565b5f604051808303815f87803b158015611854575f80fd5b505af1158015611866573d5f803e3d5ffd5b50505050505f601360016101000a81548160ff02191690831515021790555050565b600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc8290811502906040515f60405180830381858888f193505050501580156118ed573d5f803e3d5ffd5b5050565b6118f9610aba565b73ffffffffffffffffffffffffffffffffffffffff1661191761077f565b73ffffffffffffffffffffffffffffffffffffffff161461196d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119649061286f565b60405180910390fd5b565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f8183611a3d9190611f2b565b905092915050565b5f8183611a5291906128ba565b905092915050565b5f818311611a685782611a6a565b815b905092915050565b5f8183611a7f9190612549565b905092915050565b5f8183611a9491906128ea565b905092915050565b5f81519050919050565b5f82825260208201905092915050565b5f5b83811015611ad3578082015181840152602081019050611ab8565b5f8484015250505050565b5f601f19601f8301169050919050565b5f611af882611a9c565b611b028185611aa6565b9350611b12818560208601611ab6565b611b1b81611ade565b840191505092915050565b5f6020820190508181035f830152611b3e8184611aee565b905092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f611b7382611b4a565b9050919050565b611b8381611b69565b8114611b8d575f80fd5b50565b5f81359050611b9e81611b7a565b92915050565b5f819050919050565b611bb681611ba4565b8114611bc0575f80fd5b50565b5f81359050611bd181611bad565b92915050565b5f8060408385031215611bed57611bec611b46565b5b5f611bfa85828601611b90565b9250506020611c0b85828601611bc3565b9150509250929050565b5f8115159050919050565b611c2981611c15565b82525050565b5f602082019050611c425f830184611c20565b92915050565b611c5181611ba4565b82525050565b5f602082019050611c6a5f830184611c48565b92915050565b5f805f60608486031215611c8757611c86611b46565b5b5f611c9486828701611b90565b9350506020611ca586828701611b90565b9250506040611cb686828701611bc3565b9150509250925092565b5f60ff82169050919050565b611cd581611cc0565b82525050565b5f602082019050611cee5f830184611ccc565b92915050565b5f60208284031215611d0957611d08611b46565b5b5f611d1684828501611b90565b91505092915050565b611d2881611b69565b82525050565b5f602082019050611d415f830184611d1f565b92915050565b5f8060408385031215611d5d57611d5c611b46565b5b5f611d6a85828601611b90565b9250506020611d7b85828601611b90565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f8160011c9050919050565b5f808291508390505b6001851115611e0757808604811115611de357611de2611d85565b5b6001851615611df25780820291505b8081029050611e0085611db2565b9450611dc7565b94509492505050565b5f82611e1f5760019050611eda565b81611e2c575f9050611eda565b8160018114611e425760028114611e4c57611e7b565b6001915050611eda565b60ff841115611e5e57611e5d611d85565b5b8360020a915084821115611e7557611e74611d85565b5b50611eda565b5060208310610133831016604e8410600b8410161715611eb05782820a905083811115611eab57611eaa611d85565b5b611eda565b611ebd8484846001611dbe565b92509050818404811115611ed457611ed3611d85565b5b81810290505b9392505050565b5f611eeb82611ba4565b9150611ef683611cc0565b9250611f237fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8484611e10565b905092915050565b5f611f3582611ba4565b9150611f4083611ba4565b9250828202611f4e81611ba4565b91508282048414831517611f6557611f64611d85565b5b5092915050565b7f74726164696e6720697320616c7265616479206f70656e0000000000000000005f82015250565b5f611fa0601783611aa6565b9150611fab82611f6c565b602082019050919050565b5f6020820190508181035f830152611fcd81611f94565b9050919050565b5f819050919050565b5f819050919050565b5f612000611ffb611ff684611fd4565b611fdd565b611ba4565b9050919050565b61201081611fe6565b82525050565b5f60c0820190506120295f830189611d1f565b6120366020830188611c48565b6120436040830187612007565b6120506060830186612007565b61205d6080830185611d1f565b61206a60a0830184611c48565b979650505050505050565b5f8151905061208381611bad565b92915050565b5f805f606084860312156120a05761209f611b46565b5b5f6120ad86828701612075565b93505060206120be86828701612075565b92505060406120cf86828701612075565b9150509250925092565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f612133602683611aa6565b915061213e826120d9565b604082019050919050565b5f6020820190508181035f83015261216081612127565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f206164645f8201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b5f6121c1602483611aa6565b91506121cc82612167565b604082019050919050565b5f6020820190508181035f8301526121ee816121b5565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f2061646472655f8201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b5f61224f602283611aa6565b915061225a826121f5565b604082019050919050565b5f6020820190508181035f83015261227c81612243565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f2061645f8201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b5f6122dd602583611aa6565b91506122e882612283565b604082019050919050565b5f6020820190508181035f83015261230a816122d1565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f20616464725f8201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b5f61236b602383611aa6565b915061237682612311565b604082019050919050565b5f6020820190508181035f8301526123988161235f565b9050919050565b7f5472616e7366657220616d6f756e74206d7573742062652067726561746572205f8201527f7468616e207a65726f0000000000000000000000000000000000000000000000602082015250565b5f6123f9602983611aa6565b91506124048261239f565b604082019050919050565b5f6020820190508181035f830152612426816123ed565b9050919050565b7f5f7472616e736665723a3a205472616e736665722044656c617920656e61626c5f8201527f65642e20204f6e6c79206f6e652070757263686173652070657220626c6f636b60208201527f20616c6c6f7765642e0000000000000000000000000000000000000000000000604082015250565b5f6124ad604983611aa6565b91506124b88261242d565b606082019050919050565b5f6020820190508181035f8301526124da816124a1565b9050919050565b7f4578636565647320746865205f6d61785478416d6f756e742e000000000000005f82015250565b5f612515601983611aa6565b9150612520826124e1565b602082019050919050565b5f6020820190508181035f83015261254281612509565b9050919050565b5f61255382611ba4565b915061255e83611ba4565b925082820190508082111561257657612575611d85565b5b92915050565b7f4578636565647320746865206d617857616c6c657453697a652e0000000000005f82015250565b5f6125b0601a83611aa6565b91506125bb8261257c565b602082019050919050565b5f6020820190508181035f8301526125dd816125a4565b9050919050565b5f6125ee82611ba4565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036126205761261f611d85565b5b600182019050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f8151905061269381611b7a565b92915050565b5f602082840312156126ae576126ad611b46565b5b5f6126bb84828501612685565b91505092915050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b6126f681611b69565b82525050565b5f61270783836126ed565b60208301905092915050565b5f602082019050919050565b5f612729826126c4565b61273381856126ce565b935061273e836126de565b805f5b8381101561276e57815161275588826126fc565b975061276083612713565b925050600181019050612741565b5085935050505092915050565b5f61279561279061278b84611b4a565b611fdd565b611b4a565b9050919050565b5f6127a68261277b565b9050919050565b5f6127b78261279c565b9050919050565b6127c7816127ad565b82525050565b5f60a0820190506127e05f830188611c48565b6127ed6020830187612007565b81810360408301526127ff818661271f565b905061280e60608301856127be565b61281b6080830184611c48565b9695505050505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f612859602083611aa6565b915061286482612825565b602082019050919050565b5f6020820190508181035f8301526128868161284d565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f6128c482611ba4565b91506128cf83611ba4565b9250826128df576128de61288d565b5b828204905092915050565b5f6128f482611ba4565b91506128ff83611ba4565b925082820390508181111561291757612916611d85565b5b9291505056fe45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365a26469706673582212201a51effb954d14c6ee5b11f19d83bdf189357a4673ed5e4ecfcb6aaf1476875b64736f6c63430008150033

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.