ETH Price: $3,199.98 (+0.53%)
Gas: 3 Gwei

Contract

0xE48434E4BF2adFDE00b6F2de3AfF0b58eA94b0F5
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer198550702024-05-12 16:16:3574 days ago1715530595IN
0xE48434E4...8eA94b0F5
0 ETH0.000148243.75640615
Transfer198529102024-05-12 9:00:5974 days ago1715504459IN
0xE48434E4...8eA94b0F5
0 ETH0.000204273.61125856
Transfer188370692023-12-21 21:57:47217 days ago1703195867IN
0xE48434E4...8eA94b0F5
0 ETH0.0019454334.39294883
Approve179512442023-08-19 20:37:23341 days ago1692477443IN
0xE48434E4...8eA94b0F5
0 ETH0.0006572614.00581394
Approve179237292023-08-16 0:10:47345 days ago1692144647IN
0xE48434E4...8eA94b0F5
0 ETH0.0010304321.95781431
Approve178313092023-08-03 1:51:35358 days ago1691027495IN
0xE48434E4...8eA94b0F5
0 ETH0.0007123715.08750594
Approve177821662023-07-27 4:57:35364 days ago1690433855IN
0xE48434E4...8eA94b0F5
0 ETH0.0009547520.22107367
Approve176841402023-07-13 10:58:59378 days ago1689245939IN
0xE48434E4...8eA94b0F5
0 ETH0.0009206719.52402551
Approve176103002023-07-03 1:51:23389 days ago1688349083IN
0xE48434E4...8eA94b0F5
0 ETH0.0006089112.97540914
Approve175587822023-06-25 20:11:11396 days ago1687723871IN
0xE48434E4...8eA94b0F5
0 ETH0.0006398713.63530146
Approve172835532023-05-18 2:44:23434 days ago1684377863IN
0xE48434E4...8eA94b0F5
0 ETH0.0024184551.28630012
Approve172284032023-05-10 7:03:47442 days ago1683702227IN
0xE48434E4...8eA94b0F5
0 ETH0.0012810651.50622024
Approve172244992023-05-09 17:54:11443 days ago1683654851IN
0xE48434E4...8eA94b0F5
0 ETH0.00560984118.96360872
Approve171868092023-05-04 10:48:11448 days ago1683197291IN
0xE48434E4...8eA94b0F5
0 ETH0.0042165389.30317137
Approve171800812023-05-03 12:05:35449 days ago1683115535IN
0xE48434E4...8eA94b0F5
0 ETH0.00335471.03532283
Approve171496792023-04-29 5:28:59453 days ago1682746139IN
0xE48434E4...8eA94b0F5
0 ETH0.0009888339.66112044
Approve171419882023-04-28 3:34:35454 days ago1682652875IN
0xE48434E4...8eA94b0F5
0 ETH0.0015178932.34528361
Approve171387692023-04-27 16:42:11455 days ago1682613731IN
0xE48434E4...8eA94b0F5
0 ETH0.0015689933.27250668
Approve171224582023-04-25 9:42:59457 days ago1682415779IN
0xE48434E4...8eA94b0F5
0 ETH0.0016949835.89847798
Approve171224152023-04-25 9:34:23457 days ago1682415263IN
0xE48434E4...8eA94b0F5
0 ETH0.0018283838.72386422
Approve171203222023-04-25 2:31:23457 days ago1682389883IN
0xE48434E4...8eA94b0F5
0 ETH0.0017291736.66919408
Approve171168492023-04-24 14:50:23458 days ago1682347823IN
0xE48434E4...8eA94b0F5
0 ETH0.0025344754.00768928
Approve171134032023-04-24 3:14:11458 days ago1682306051IN
0xE48434E4...8eA94b0F5
0 ETH0.0017177736.38120332
Approve171109872023-04-23 19:07:35459 days ago1682276855IN
0xE48434E4...8eA94b0F5
0 ETH0.0026086255.24876889
Approve171108772023-04-23 18:45:11459 days ago1682275511IN
0xE48434E4...8eA94b0F5
0 ETH0.0019922442.24787726
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
SWOLPEPE

Compiler Version
v0.8.0+commit.c7dfd78e

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-04-21
*/

// Sources flattened with hardhat v2.7.0 https://hardhat.org

// File @openzeppelin/contracts/utils/[email protected]

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (utils/Context.sol)

pragma solidity ^0.8.0;

/**
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

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


// File @openzeppelin/contracts/access/[email protected]


// OpenZeppelin Contracts v4.4.0 (access/Ownable.sol)

pragma solidity ^0.8.0;

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

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

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        _transferOwnership(_msgSender());
    }

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

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

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

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

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


// File @openzeppelin/contracts/token/ERC20/[email protected]


// OpenZeppelin Contracts v4.4.0 (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

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

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

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

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

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

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


// File @openzeppelin/contracts/token/ERC20/extensions/[email protected]


// OpenZeppelin Contracts v4.4.0 (token/ERC20/extensions/IERC20Metadata.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface for the optional metadata functions from the ERC20 standard.
 *
 * _Available since v4.1._
 */
interface IERC20Metadata is IERC20 {
    /**
     * @dev Returns the name of the token.
     */
    function name() external view returns (string memory);

    /**
     * @dev Returns the symbol of the token.
     */
    function symbol() external view returns (string memory);

    /**
     * @dev Returns the decimals places of the token.
     */
    function decimals() external view returns (uint8);
}


// File @openzeppelin/contracts/token/ERC20/[email protected]


// OpenZeppelin Contracts v4.4.0 (token/ERC20/ERC20.sol)

pragma solidity ^0.8.0;



/**
 * @dev Implementation of the {IERC20} interface.
 *
 * This implementation is agnostic to the way tokens are created. This means
 * that a supply mechanism has to be added in a derived contract using {_mint}.
 * For a generic mechanism see {ERC20PresetMinterPauser}.
 *
 * TIP: For a detailed writeup see our guide
 * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * We have followed general OpenZeppelin Contracts guidelines: functions revert
 * instead returning `false` on failure. This behavior is nonetheless
 * conventional and does not conflict with the expectations of ERC20
 * applications.
 *
 * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
 * This allows applications to reconstruct the allowance for all accounts just
 * by listening to said events. Other implementations of the EIP may not emit
 * these events, as it isn't required by the specification.
 *
 * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
 * functions have been added to mitigate the well-known issues around setting
 * allowances. See {IERC20-approve}.
 */
contract ERC20 is Context, IERC20, IERC20Metadata {
    mapping(address => uint256) private _balances;

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

    /**
     * @dev Sets the values for {name} and {symbol}.
     *
     * The default value of {decimals} is 18. To select a different value for
     * {decimals} you should overload it.
     *
     * All two of these values are immutable: they can only be set once during
     * construction.
     */
    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
    }

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

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

    /**
     * @dev Returns the number of decimals used to get its user representation.
     * For example, if `decimals` equals `2`, a balance of `505` tokens should
     * be displayed to a user as `5.05` (`505 / 10 ** 2`).
     *
     * Tokens usually opt for a value of 18, imitating the relationship between
     * Ether and Wei. This is the value {ERC20} uses, unless this function is
     * overridden;
     *
     * NOTE: This information is only used for _display_ purposes: it in
     * no way affects any of the arithmetic of the contract, including
     * {IERC20-balanceOf} and {IERC20-transfer}.
     */
    function decimals() public view virtual override returns (uint8) {
        return 18;
    }

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

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

    /**
     * @dev See {IERC20-transfer}.
     *
     * Requirements:
     *
     * - `recipient` cannot be the zero address.
     * - the caller must have a balance of at least `amount`.
     */
    function transfer(address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer(_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];
    }

    /**
     * @dev See {IERC20-approve}.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        _approve(_msgSender(), spender, amount);
        return true;
    }

    /**
     * @dev See {IERC20-transferFrom}.
     *
     * Emits an {Approval} event indicating the updated allowance. This is not
     * required by the EIP. See the note at the beginning of {ERC20}.
     *
     * Requirements:
     *
     * - `sender` and `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     * - the caller must have allowance for ``sender``'s tokens of at least
     * `amount`.
     */
    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) public virtual override returns (bool) {
        _transfer(sender, recipient, amount);

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

        return true;
    }

    /**
     * @dev Atomically increases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][spender] + addedValue);
        return true;
    }

    /**
     * @dev Atomically decreases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `spender` must have allowance for the caller of at least
     * `subtractedValue`.
     */
    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        uint256 currentAllowance = _allowances[_msgSender()][spender];
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        unchecked {
            _approve(_msgSender(), spender, currentAllowance - subtractedValue);
        }

        return true;
    }

    /**
     * @dev Moves `amount` of tokens from `sender` to `recipient`.
     *
     * This internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     *
     * Emits a {Transfer} event.
     *
     * Requirements:
     *
     * - `sender` cannot be the zero address.
     * - `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     */
    function _transfer(
        address sender,
        address recipient,
        uint256 amount
    ) internal virtual {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(sender, recipient, amount);

        uint256 senderBalance = _balances[sender];
        require(senderBalance >= amount, "ERC20: transfer amount exceeds balance");
        unchecked {
            _balances[sender] = senderBalance - amount;
        }
        _balances[recipient] += amount;

        emit Transfer(sender, recipient, amount);

        _afterTokenTransfer(sender, recipient, amount);
    }

    /** @dev Creates `amount` tokens and assigns them to `account`, increasing
     * the total supply.
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     */
    function _mint(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: mint to the zero address");

        _beforeTokenTransfer(address(0), account, amount);

        _totalSupply += amount;
        _balances[account] += amount;
        emit Transfer(address(0), account, amount);

        _afterTokenTransfer(address(0), account, amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, reducing the
     * total supply.
     *
     * Emits a {Transfer} event with `to` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     * - `account` must have at least `amount` tokens.
     */
    function _burn(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: burn from the zero address");

        _beforeTokenTransfer(account, address(0), amount);

        uint256 accountBalance = _balances[account];
        require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
        unchecked {
            _balances[account] = accountBalance - amount;
        }
        _totalSupply -= amount;

        emit Transfer(account, address(0), amount);

        _afterTokenTransfer(account, address(0), amount);
    }

    /**
     * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
     *
     * This internal function is equivalent to `approve`, and can be used to
     * e.g. set automatic allowances for certain subsystems, etc.
     *
     * Emits an {Approval} event.
     *
     * Requirements:
     *
     * - `owner` cannot be the zero address.
     * - `spender` cannot be the zero address.
     */
    function _approve(
        address owner,
        address spender,
        uint256 amount
    ) internal virtual {
        require(owner != address(0), "ERC20: approve from the zero address");
        require(spender != address(0), "ERC20: approve to the zero address");

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

    /**
     * @dev Hook that is called before any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * will be transferred to `to`.
     * - when `from` is zero, `amount` tokens will be minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens will be burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {}

    /**
     * @dev Hook that is called after any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * has been transferred to `to`.
     * - when `from` is zero, `amount` tokens have been minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens have been burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _afterTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {}
}


// File: SWOLPEPE.sol

pragma solidity ^0.8.0;

contract SWOLPEPE is ERC20, Ownable {
    bool public limited;
    uint256 public maxHoldingAmount;
    address public uniswapV2Pair;
    mapping(address => bool) public blacklists;

    constructor() ERC20("SwolePepe", "SWOLPEPE") {
        _mint(msg.sender, 420690000000000 * 10 ** decimals());
    }

    function blacklist(address _address, bool _isBlacklisting) external onlyOwner {
        blacklists[_address] = _isBlacklisting;
    }

    function setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount) external onlyOwner {
        limited = _limited;
        uniswapV2Pair = _uniswapV2Pair;
        maxHoldingAmount = _maxHoldingAmount;
    }

    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) override internal virtual {
        require(!blacklists[to] && !blacklists[from], "Blacklisted");

        if (uniswapV2Pair == address(0)) {
            require(from == owner() || to == owner(), "trading is not started");
            return;
        }

        if (limited && from == uniswapV2Pair) {
            require(super.balanceOf(to) + amount <= maxHoldingAmount, "Forbid");
        }
    }

    function burn(uint256 value) external {
        _burn(msg.sender, value);
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":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":"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":[{"internalType":"address","name":"_address","type":"address"},{"internalType":"bool","name":"_isBlacklisting","type":"bool"}],"name":"blacklist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"blacklists","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"value","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","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":[{"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":[],"name":"limited","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxHoldingAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_limited","type":"bool"},{"internalType":"address","name":"_uniswapV2Pair","type":"address"},{"internalType":"uint256","name":"_maxHoldingAmount","type":"uint256"}],"name":"setRule","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"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]

60806040523480156200001157600080fd5b506040518060400160405280600981526020017f53776f6c655065706500000000000000000000000000000000000000000000008152506040518060400160405280600881526020017f53574f4c50455045000000000000000000000000000000000000000000000000815250816003908051906020019062000096929190620006ce565b508060049080519060200190620000af929190620006ce565b505050620000d2620000c66200011b60201b60201c565b6200012360201b60201c565b6200011533620000e7620001e960201b60201c565b600a620000f5919062000a05565b66017e9d8602b40062000109919062000b42565b620001f260201b60201c565b62000c5b565b600033905090565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60006012905090565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141562000265576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200025c90620008db565b60405180910390fd5b62000279600083836200036b60201b60201c565b80600260008282546200028d91906200094d565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254620002e491906200094d565b925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516200034b91906200091f565b60405180910390a362000367600083836200065760201b60201c565b5050565b600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16158015620004105750600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b62000452576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200044990620008fd565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614156200057657620004ba6200065c60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614806200052e5750620004ff6200065c60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b62000570576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200056790620008b9565b60405180910390fd5b62000652565b600560149054906101000a900460ff168015620005e05750600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b1562000651576006548162000600846200068660201b620007b71760201c565b6200060c91906200094d565b111562000650576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620006479062000897565b60405180910390fd5b5b5b505050565b505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b828054620006dc9062000bba565b90600052602060002090601f0160209004810192826200070057600085556200074c565b82601f106200071b57805160ff19168380011785556200074c565b828001600101855582156200074c579182015b828111156200074b5782518255916020019190600101906200072e565b5b5090506200075b91906200075f565b5090565b5b808211156200077a57600081600090555060010162000760565b5090565b60006200078d6006836200093c565b91507f466f7262696400000000000000000000000000000000000000000000000000006000830152602082019050919050565b6000620007cf6016836200093c565b91507f74726164696e67206973206e6f742073746172746564000000000000000000006000830152602082019050919050565b600062000811601f836200093c565b91507f45524332303a206d696e7420746f20746865207a65726f2061646472657373006000830152602082019050919050565b600062000853600b836200093c565b91507f426c61636b6c69737465640000000000000000000000000000000000000000006000830152602082019050919050565b620008918162000ba3565b82525050565b60006020820190508181036000830152620008b2816200077e565b9050919050565b60006020820190508181036000830152620008d481620007c0565b9050919050565b60006020820190508181036000830152620008f68162000802565b9050919050565b60006020820190508181036000830152620009188162000844565b9050919050565b600060208201905062000936600083018462000886565b92915050565b600082825260208201905092915050565b60006200095a8262000ba3565b9150620009678362000ba3565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156200099f576200099e62000bf0565b5b828201905092915050565b6000808291508390505b6001851115620009fc57808604811115620009d457620009d362000bf0565b5b6001851615620009e45780820291505b8081029050620009f48562000c4e565b9450620009b4565b94509492505050565b600062000a128262000ba3565b915062000a1f8362000bad565b925062000a4e7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff848462000a56565b905092915050565b60008262000a68576001905062000b3b565b8162000a78576000905062000b3b565b816001811462000a91576002811462000a9c5762000ad2565b600191505062000b3b565b60ff84111562000ab15762000ab062000bf0565b5b8360020a91508482111562000acb5762000aca62000bf0565b5b5062000b3b565b5060208310610133831016604e8410600b841016171562000b0c5782820a90508381111562000b065762000b0562000bf0565b5b62000b3b565b62000b1b8484846001620009aa565b9250905081840481111562000b355762000b3462000bf0565b5b81810290505b9392505050565b600062000b4f8262000ba3565b915062000b5c8362000ba3565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff048311821515161562000b985762000b9762000bf0565b5b828202905092915050565b6000819050919050565b600060ff82169050919050565b6000600282049050600182168062000bd357607f821691505b6020821081141562000bea5762000be962000c1f565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60008160011c9050919050565b6122678062000c6b6000396000f3fe608060405234801561001057600080fd5b50600436106101375760003560e01c806370a08231116100b85780638da5cb5b1161007c5780638da5cb5b1461033e57806395d89b411461035c578063a457c2d71461037a578063a9059cbb146103aa578063dd62ed3e146103da578063f2fde38b1461040a57610137565b806370a08231146102ac578063715018a6146102dc5780637abf9d26146102e6578063860a32ec1461030257806389f9a1d31461032057610137565b8063313ce567116100ff578063313ce567146102085780633950935114610226578063404e51291461025657806342966c681461027257806349bd5a5e1461028e57610137565b806306fdde031461013c578063095ea7b31461015a57806316c021291461018a57806318160ddd146101ba57806323b872dd146101d8575b600080fd5b610144610426565b6040516101519190611e05565b60405180910390f35b610174600480360381019061016f91906117aa565b6104b8565b6040516101819190611dea565b60405180910390f35b6101a4600480360381019061019f91906116ba565b6104d6565b6040516101b19190611dea565b60405180910390f35b6101c26104f6565b6040516101cf9190611fe7565b60405180910390f35b6101f260048036038101906101ed919061171f565b610500565b6040516101ff9190611dea565b60405180910390f35b6102106105f8565b60405161021d9190612002565b60405180910390f35b610240600480360381019061023b91906117aa565b610601565b60405161024d9190611dea565b60405180910390f35b610270600480360381019061026b919061176e565b6106ad565b005b61028c60048036038101906102879190611835565b610784565b005b610296610791565b6040516102a39190611dcf565b60405180910390f35b6102c660048036038101906102c191906116ba565b6107b7565b6040516102d39190611fe7565b60405180910390f35b6102e46107ff565b005b61030060048036038101906102fb91906117e6565b610887565b005b61030a61096a565b6040516103179190611dea565b60405180910390f35b61032861097d565b6040516103359190611fe7565b60405180910390f35b610346610983565b6040516103539190611dcf565b60405180910390f35b6103646109ad565b6040516103719190611e05565b60405180910390f35b610394600480360381019061038f91906117aa565b610a3f565b6040516103a19190611dea565b60405180910390f35b6103c460048036038101906103bf91906117aa565b610b2a565b6040516103d19190611dea565b60405180910390f35b6103f460048036038101906103ef91906116e3565b610b48565b6040516104019190611fe7565b60405180910390f35b610424600480360381019061041f91906116ba565b610bcf565b005b6060600380546104359061214b565b80601f01602080910402602001604051908101604052809291908181526020018280546104619061214b565b80156104ae5780601f10610483576101008083540402835291602001916104ae565b820191906000526020600020905b81548152906001019060200180831161049157829003601f168201915b5050505050905090565b60006104cc6104c5610cc7565b8484610ccf565b6001905092915050565b60086020528060005260406000206000915054906101000a900460ff1681565b6000600254905090565b600061050d848484610e9a565b6000600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610558610cc7565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050828110156105d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105cf90611ee7565b60405180910390fd5b6105ec856105e4610cc7565b858403610ccf565b60019150509392505050565b60006012905090565b60006106a361060e610cc7565b84846001600061061c610cc7565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461069e9190612039565b610ccf565b6001905092915050565b6106b5610cc7565b73ffffffffffffffffffffffffffffffffffffffff166106d3610983565b73ffffffffffffffffffffffffffffffffffffffff1614610729576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161072090611f07565b60405180910390fd5b80600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b61078e338261111b565b50565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610807610cc7565b73ffffffffffffffffffffffffffffffffffffffff16610825610983565b73ffffffffffffffffffffffffffffffffffffffff161461087b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087290611f07565b60405180910390fd5b61088560006112f2565b565b61088f610cc7565b73ffffffffffffffffffffffffffffffffffffffff166108ad610983565b73ffffffffffffffffffffffffffffffffffffffff1614610903576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108fa90611f07565b60405180910390fd5b82600560146101000a81548160ff02191690831515021790555081600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600681905550505050565b600560149054906101000a900460ff1681565b60065481565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600480546109bc9061214b565b80601f01602080910402602001604051908101604052809291908181526020018280546109e89061214b565b8015610a355780601f10610a0a57610100808354040283529160200191610a35565b820191906000526020600020905b815481529060010190602001808311610a1857829003601f168201915b5050505050905090565b60008060016000610a4e610cc7565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610b0b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b0290611fa7565b60405180910390fd5b610b1f610b16610cc7565b85858403610ccf565b600191505092915050565b6000610b3e610b37610cc7565b8484610e9a565b6001905092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b610bd7610cc7565b73ffffffffffffffffffffffffffffffffffffffff16610bf5610983565b73ffffffffffffffffffffffffffffffffffffffff1614610c4b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c4290611f07565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610cbb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cb290611e67565b60405180910390fd5b610cc4816112f2565b50565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610d3f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d3690611f87565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610daf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610da690611e87565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610e8d9190611fe7565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610f0a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f0190611f67565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610f7a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f7190611e27565b60405180910390fd5b610f858383836113b8565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561100b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100290611ea7565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461109e9190612039565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516111029190611fe7565b60405180910390a3611115848484611676565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561118b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161118290611f27565b60405180910390fd5b611197826000836113b8565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561121d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161121490611e47565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508160026000828254611274919061208f565b92505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516112d99190611fe7565b60405180910390a36112ed83600084611676565b505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615801561145c5750600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b61149b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149290611fc7565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614156115a9576114fa610983565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614806115655750611536610983565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b6115a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161159b90611f47565b60405180910390fd5b611671565b600560149054906101000a900460ff1680156116125750600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b156116705760065481611624846107b7565b61162e9190612039565b111561166f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161166690611ec7565b60405180910390fd5b5b5b505050565b505050565b60008135905061168a816121ec565b92915050565b60008135905061169f81612203565b92915050565b6000813590506116b48161221a565b92915050565b6000602082840312156116cc57600080fd5b60006116da8482850161167b565b91505092915050565b600080604083850312156116f657600080fd5b60006117048582860161167b565b92505060206117158582860161167b565b9150509250929050565b60008060006060848603121561173457600080fd5b60006117428682870161167b565b93505060206117538682870161167b565b9250506040611764868287016116a5565b9150509250925092565b6000806040838503121561178157600080fd5b600061178f8582860161167b565b92505060206117a085828601611690565b9150509250929050565b600080604083850312156117bd57600080fd5b60006117cb8582860161167b565b92505060206117dc858286016116a5565b9150509250929050565b6000806000606084860312156117fb57600080fd5b600061180986828701611690565b935050602061181a8682870161167b565b925050604061182b868287016116a5565b9150509250925092565b60006020828403121561184757600080fd5b6000611855848285016116a5565b91505092915050565b611867816120c3565b82525050565b611876816120d5565b82525050565b60006118878261201d565b6118918185612028565b93506118a1818560208601612118565b6118aa816121db565b840191505092915050565b60006118c2602383612028565b91507f45524332303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611928602283612028565b91507f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008301527f63650000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061198e602683612028565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006119f4602283612028565b91507f45524332303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611a5a602683612028565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611ac0600683612028565b91507f466f7262696400000000000000000000000000000000000000000000000000006000830152602082019050919050565b6000611b00602883612028565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206160008301527f6c6c6f77616e63650000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611b66602083612028565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b6000611ba6602183612028565b91507f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008301527f73000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611c0c601683612028565b91507f74726164696e67206973206e6f742073746172746564000000000000000000006000830152602082019050919050565b6000611c4c602583612028565b91507f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611cb2602483612028565b91507f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611d18602583612028565b91507f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611d7e600b83612028565b91507f426c61636b6c69737465640000000000000000000000000000000000000000006000830152602082019050919050565b611dba81612101565b82525050565b611dc98161210b565b82525050565b6000602082019050611de4600083018461185e565b92915050565b6000602082019050611dff600083018461186d565b92915050565b60006020820190508181036000830152611e1f818461187c565b905092915050565b60006020820190508181036000830152611e40816118b5565b9050919050565b60006020820190508181036000830152611e608161191b565b9050919050565b60006020820190508181036000830152611e8081611981565b9050919050565b60006020820190508181036000830152611ea0816119e7565b9050919050565b60006020820190508181036000830152611ec081611a4d565b9050919050565b60006020820190508181036000830152611ee081611ab3565b9050919050565b60006020820190508181036000830152611f0081611af3565b9050919050565b60006020820190508181036000830152611f2081611b59565b9050919050565b60006020820190508181036000830152611f4081611b99565b9050919050565b60006020820190508181036000830152611f6081611bff565b9050919050565b60006020820190508181036000830152611f8081611c3f565b9050919050565b60006020820190508181036000830152611fa081611ca5565b9050919050565b60006020820190508181036000830152611fc081611d0b565b9050919050565b60006020820190508181036000830152611fe081611d71565b9050919050565b6000602082019050611ffc6000830184611db1565b92915050565b60006020820190506120176000830184611dc0565b92915050565b600081519050919050565b600082825260208201905092915050565b600061204482612101565b915061204f83612101565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156120845761208361217d565b5b828201905092915050565b600061209a82612101565b91506120a583612101565b9250828210156120b8576120b761217d565b5b828203905092915050565b60006120ce826120e1565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b60005b8381101561213657808201518184015260208101905061211b565b83811115612145576000848401525b50505050565b6000600282049050600182168061216357607f821691505b60208210811415612177576121766121ac565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b6121f5816120c3565b811461220057600080fd5b50565b61220c816120d5565b811461221757600080fd5b50565b61222381612101565b811461222e57600080fd5b5056fea2646970667358221220197e2c45ac908594a98b86735163dcafd9f6cd86b6a1e142f3eed7c82175de2564736f6c63430008000033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101375760003560e01c806370a08231116100b85780638da5cb5b1161007c5780638da5cb5b1461033e57806395d89b411461035c578063a457c2d71461037a578063a9059cbb146103aa578063dd62ed3e146103da578063f2fde38b1461040a57610137565b806370a08231146102ac578063715018a6146102dc5780637abf9d26146102e6578063860a32ec1461030257806389f9a1d31461032057610137565b8063313ce567116100ff578063313ce567146102085780633950935114610226578063404e51291461025657806342966c681461027257806349bd5a5e1461028e57610137565b806306fdde031461013c578063095ea7b31461015a57806316c021291461018a57806318160ddd146101ba57806323b872dd146101d8575b600080fd5b610144610426565b6040516101519190611e05565b60405180910390f35b610174600480360381019061016f91906117aa565b6104b8565b6040516101819190611dea565b60405180910390f35b6101a4600480360381019061019f91906116ba565b6104d6565b6040516101b19190611dea565b60405180910390f35b6101c26104f6565b6040516101cf9190611fe7565b60405180910390f35b6101f260048036038101906101ed919061171f565b610500565b6040516101ff9190611dea565b60405180910390f35b6102106105f8565b60405161021d9190612002565b60405180910390f35b610240600480360381019061023b91906117aa565b610601565b60405161024d9190611dea565b60405180910390f35b610270600480360381019061026b919061176e565b6106ad565b005b61028c60048036038101906102879190611835565b610784565b005b610296610791565b6040516102a39190611dcf565b60405180910390f35b6102c660048036038101906102c191906116ba565b6107b7565b6040516102d39190611fe7565b60405180910390f35b6102e46107ff565b005b61030060048036038101906102fb91906117e6565b610887565b005b61030a61096a565b6040516103179190611dea565b60405180910390f35b61032861097d565b6040516103359190611fe7565b60405180910390f35b610346610983565b6040516103539190611dcf565b60405180910390f35b6103646109ad565b6040516103719190611e05565b60405180910390f35b610394600480360381019061038f91906117aa565b610a3f565b6040516103a19190611dea565b60405180910390f35b6103c460048036038101906103bf91906117aa565b610b2a565b6040516103d19190611dea565b60405180910390f35b6103f460048036038101906103ef91906116e3565b610b48565b6040516104019190611fe7565b60405180910390f35b610424600480360381019061041f91906116ba565b610bcf565b005b6060600380546104359061214b565b80601f01602080910402602001604051908101604052809291908181526020018280546104619061214b565b80156104ae5780601f10610483576101008083540402835291602001916104ae565b820191906000526020600020905b81548152906001019060200180831161049157829003601f168201915b5050505050905090565b60006104cc6104c5610cc7565b8484610ccf565b6001905092915050565b60086020528060005260406000206000915054906101000a900460ff1681565b6000600254905090565b600061050d848484610e9a565b6000600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610558610cc7565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050828110156105d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105cf90611ee7565b60405180910390fd5b6105ec856105e4610cc7565b858403610ccf565b60019150509392505050565b60006012905090565b60006106a361060e610cc7565b84846001600061061c610cc7565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461069e9190612039565b610ccf565b6001905092915050565b6106b5610cc7565b73ffffffffffffffffffffffffffffffffffffffff166106d3610983565b73ffffffffffffffffffffffffffffffffffffffff1614610729576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161072090611f07565b60405180910390fd5b80600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b61078e338261111b565b50565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610807610cc7565b73ffffffffffffffffffffffffffffffffffffffff16610825610983565b73ffffffffffffffffffffffffffffffffffffffff161461087b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087290611f07565b60405180910390fd5b61088560006112f2565b565b61088f610cc7565b73ffffffffffffffffffffffffffffffffffffffff166108ad610983565b73ffffffffffffffffffffffffffffffffffffffff1614610903576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108fa90611f07565b60405180910390fd5b82600560146101000a81548160ff02191690831515021790555081600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600681905550505050565b600560149054906101000a900460ff1681565b60065481565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600480546109bc9061214b565b80601f01602080910402602001604051908101604052809291908181526020018280546109e89061214b565b8015610a355780601f10610a0a57610100808354040283529160200191610a35565b820191906000526020600020905b815481529060010190602001808311610a1857829003601f168201915b5050505050905090565b60008060016000610a4e610cc7565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610b0b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b0290611fa7565b60405180910390fd5b610b1f610b16610cc7565b85858403610ccf565b600191505092915050565b6000610b3e610b37610cc7565b8484610e9a565b6001905092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b610bd7610cc7565b73ffffffffffffffffffffffffffffffffffffffff16610bf5610983565b73ffffffffffffffffffffffffffffffffffffffff1614610c4b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c4290611f07565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610cbb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cb290611e67565b60405180910390fd5b610cc4816112f2565b50565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610d3f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d3690611f87565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610daf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610da690611e87565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610e8d9190611fe7565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610f0a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f0190611f67565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610f7a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f7190611e27565b60405180910390fd5b610f858383836113b8565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561100b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100290611ea7565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461109e9190612039565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516111029190611fe7565b60405180910390a3611115848484611676565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561118b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161118290611f27565b60405180910390fd5b611197826000836113b8565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561121d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161121490611e47565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508160026000828254611274919061208f565b92505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516112d99190611fe7565b60405180910390a36112ed83600084611676565b505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615801561145c5750600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b61149b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149290611fc7565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614156115a9576114fa610983565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614806115655750611536610983565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b6115a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161159b90611f47565b60405180910390fd5b611671565b600560149054906101000a900460ff1680156116125750600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b156116705760065481611624846107b7565b61162e9190612039565b111561166f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161166690611ec7565b60405180910390fd5b5b5b505050565b505050565b60008135905061168a816121ec565b92915050565b60008135905061169f81612203565b92915050565b6000813590506116b48161221a565b92915050565b6000602082840312156116cc57600080fd5b60006116da8482850161167b565b91505092915050565b600080604083850312156116f657600080fd5b60006117048582860161167b565b92505060206117158582860161167b565b9150509250929050565b60008060006060848603121561173457600080fd5b60006117428682870161167b565b93505060206117538682870161167b565b9250506040611764868287016116a5565b9150509250925092565b6000806040838503121561178157600080fd5b600061178f8582860161167b565b92505060206117a085828601611690565b9150509250929050565b600080604083850312156117bd57600080fd5b60006117cb8582860161167b565b92505060206117dc858286016116a5565b9150509250929050565b6000806000606084860312156117fb57600080fd5b600061180986828701611690565b935050602061181a8682870161167b565b925050604061182b868287016116a5565b9150509250925092565b60006020828403121561184757600080fd5b6000611855848285016116a5565b91505092915050565b611867816120c3565b82525050565b611876816120d5565b82525050565b60006118878261201d565b6118918185612028565b93506118a1818560208601612118565b6118aa816121db565b840191505092915050565b60006118c2602383612028565b91507f45524332303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611928602283612028565b91507f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008301527f63650000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061198e602683612028565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006119f4602283612028565b91507f45524332303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611a5a602683612028565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611ac0600683612028565b91507f466f7262696400000000000000000000000000000000000000000000000000006000830152602082019050919050565b6000611b00602883612028565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206160008301527f6c6c6f77616e63650000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611b66602083612028565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b6000611ba6602183612028565b91507f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008301527f73000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611c0c601683612028565b91507f74726164696e67206973206e6f742073746172746564000000000000000000006000830152602082019050919050565b6000611c4c602583612028565b91507f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611cb2602483612028565b91507f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611d18602583612028565b91507f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611d7e600b83612028565b91507f426c61636b6c69737465640000000000000000000000000000000000000000006000830152602082019050919050565b611dba81612101565b82525050565b611dc98161210b565b82525050565b6000602082019050611de4600083018461185e565b92915050565b6000602082019050611dff600083018461186d565b92915050565b60006020820190508181036000830152611e1f818461187c565b905092915050565b60006020820190508181036000830152611e40816118b5565b9050919050565b60006020820190508181036000830152611e608161191b565b9050919050565b60006020820190508181036000830152611e8081611981565b9050919050565b60006020820190508181036000830152611ea0816119e7565b9050919050565b60006020820190508181036000830152611ec081611a4d565b9050919050565b60006020820190508181036000830152611ee081611ab3565b9050919050565b60006020820190508181036000830152611f0081611af3565b9050919050565b60006020820190508181036000830152611f2081611b59565b9050919050565b60006020820190508181036000830152611f4081611b99565b9050919050565b60006020820190508181036000830152611f6081611bff565b9050919050565b60006020820190508181036000830152611f8081611c3f565b9050919050565b60006020820190508181036000830152611fa081611ca5565b9050919050565b60006020820190508181036000830152611fc081611d0b565b9050919050565b60006020820190508181036000830152611fe081611d71565b9050919050565b6000602082019050611ffc6000830184611db1565b92915050565b60006020820190506120176000830184611dc0565b92915050565b600081519050919050565b600082825260208201905092915050565b600061204482612101565b915061204f83612101565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156120845761208361217d565b5b828201905092915050565b600061209a82612101565b91506120a583612101565b9250828210156120b8576120b761217d565b5b828203905092915050565b60006120ce826120e1565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b60005b8381101561213657808201518184015260208101905061211b565b83811115612145576000848401525b50505050565b6000600282049050600182168061216357607f821691505b60208210811415612177576121766121ac565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b6121f5816120c3565b811461220057600080fd5b50565b61220c816120d5565b811461221757600080fd5b50565b61222381612101565b811461222e57600080fd5b5056fea2646970667358221220197e2c45ac908594a98b86735163dcafd9f6cd86b6a1e142f3eed7c82175de2564736f6c63430008000033

Deployed Bytecode Sourcemap

19327:1303:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9312:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11479:169;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19469:42;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10432:108;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12130:492;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10274:93;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;13031:215;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19645:135;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;20546:81;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;19434:28;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10603:127;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2713:103;;;:::i;:::-;;19788:227;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;19370:19;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19396:31;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2062:87;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9531:104;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;13749:413;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10943:175;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11181:151;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2971:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;9312:100;9366:13;9399:5;9392:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9312:100;:::o;11479:169::-;11562:4;11579:39;11588:12;:10;:12::i;:::-;11602:7;11611:6;11579:8;:39::i;:::-;11636:4;11629:11;;11479:169;;;;:::o;19469:42::-;;;;;;;;;;;;;;;;;;;;;;:::o;10432:108::-;10493:7;10520:12;;10513:19;;10432:108;:::o;12130:492::-;12270:4;12287:36;12297:6;12305:9;12316:6;12287:9;:36::i;:::-;12336:24;12363:11;:19;12375:6;12363:19;;;;;;;;;;;;;;;:33;12383:12;:10;:12::i;:::-;12363:33;;;;;;;;;;;;;;;;12336:60;;12435:6;12415:16;:26;;12407:79;;;;;;;;;;;;:::i;:::-;;;;;;;;;12522:57;12531:6;12539:12;:10;:12::i;:::-;12572:6;12553:16;:25;12522:8;:57::i;:::-;12610:4;12603:11;;;12130:492;;;;;:::o;10274:93::-;10332:5;10357:2;10350:9;;10274:93;:::o;13031:215::-;13119:4;13136:80;13145:12;:10;:12::i;:::-;13159:7;13205:10;13168:11;:25;13180:12;:10;:12::i;:::-;13168:25;;;;;;;;;;;;;;;:34;13194:7;13168:34;;;;;;;;;;;;;;;;:47;;;;:::i;:::-;13136:8;:80::i;:::-;13234:4;13227:11;;13031:215;;;;:::o;19645:135::-;2293:12;:10;:12::i;:::-;2282:23;;:7;:5;:7::i;:::-;:23;;;2274:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;19757:15:::1;19734:10;:20;19745:8;19734:20;;;;;;;;;;;;;;;;:38;;;;;;;;;;;;;;;;;;19645:135:::0;;:::o;20546:81::-;20595:24;20601:10;20613:5;20595;:24::i;:::-;20546:81;:::o;19434:28::-;;;;;;;;;;;;;:::o;10603:127::-;10677:7;10704:9;:18;10714:7;10704:18;;;;;;;;;;;;;;;;10697:25;;10603:127;;;:::o;2713:103::-;2293:12;:10;:12::i;:::-;2282:23;;:7;:5;:7::i;:::-;:23;;;2274:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;2778:30:::1;2805:1;2778:18;:30::i;:::-;2713:103::o:0;19788:227::-;2293:12;:10;:12::i;:::-;2282:23;;:7;:5;:7::i;:::-;:23;;;2274:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;19911:8:::1;19901:7;;:18;;;;;;;;;;;;;;;;;;19946:14;19930:13;;:30;;;;;;;;;;;;;;;;;;19990:17;19971:16;:36;;;;19788:227:::0;;;:::o;19370:19::-;;;;;;;;;;;;;:::o;19396:31::-;;;;:::o;2062:87::-;2108:7;2135:6;;;;;;;;;;;2128:13;;2062:87;:::o;9531:104::-;9587:13;9620:7;9613:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9531:104;:::o;13749:413::-;13842:4;13859:24;13886:11;:25;13898:12;:10;:12::i;:::-;13886:25;;;;;;;;;;;;;;;:34;13912:7;13886:34;;;;;;;;;;;;;;;;13859:61;;13959:15;13939:16;:35;;13931:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;14052:67;14061:12;:10;:12::i;:::-;14075:7;14103:15;14084:16;:34;14052:8;:67::i;:::-;14150:4;14143:11;;;13749:413;;;;:::o;10943:175::-;11029:4;11046:42;11056:12;:10;:12::i;:::-;11070:9;11081:6;11046:9;:42::i;:::-;11106:4;11099:11;;10943:175;;;;:::o;11181:151::-;11270:7;11297:11;:18;11309:5;11297:18;;;;;;;;;;;;;;;:27;11316:7;11297:27;;;;;;;;;;;;;;;;11290:34;;11181:151;;;;:::o;2971:201::-;2293:12;:10;:12::i;:::-;2282:23;;:7;:5;:7::i;:::-;:23;;;2274:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;3080:1:::1;3060:22;;:8;:22;;;;3052:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;3136:28;3155:8;3136:18;:28::i;:::-;2971:201:::0;:::o;780:98::-;833:7;860:10;853:17;;780:98;:::o;17433:380::-;17586:1;17569:19;;:5;:19;;;;17561:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;17667:1;17648:21;;:7;:21;;;;17640:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;17751:6;17721:11;:18;17733:5;17721:18;;;;;;;;;;;;;;;:27;17740:7;17721:27;;;;;;;;;;;;;;;:36;;;;17789:7;17773:32;;17782:5;17773:32;;;17798:6;17773:32;;;;;;:::i;:::-;;;;;;;;17433:380;;;:::o;14652:733::-;14810:1;14792:20;;:6;:20;;;;14784:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;14894:1;14873:23;;:9;:23;;;;14865:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;14949:47;14970:6;14978:9;14989:6;14949:20;:47::i;:::-;15009:21;15033:9;:17;15043:6;15033:17;;;;;;;;;;;;;;;;15009:41;;15086:6;15069:13;:23;;15061:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;15207:6;15191:13;:22;15171:9;:17;15181:6;15171:17;;;;;;;;;;;;;;;:42;;;;15259:6;15235:9;:20;15245:9;15235:20;;;;;;;;;;;;;;;;:30;;;;;;;:::i;:::-;;;;;;;;15300:9;15283:35;;15292:6;15283:35;;;15311:6;15283:35;;;;;;:::i;:::-;;;;;;;;15331:46;15351:6;15359:9;15370:6;15331:19;:46::i;:::-;14652:733;;;;:::o;16404:591::-;16507:1;16488:21;;:7;:21;;;;16480:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;16560:49;16581:7;16598:1;16602:6;16560:20;:49::i;:::-;16622:22;16647:9;:18;16657:7;16647:18;;;;;;;;;;;;;;;;16622:43;;16702:6;16684:14;:24;;16676:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;16821:6;16804:14;:23;16783:9;:18;16793:7;16783:18;;;;;;;;;;;;;;;:44;;;;16865:6;16849:12;;:22;;;;;;;:::i;:::-;;;;;;;;16915:1;16889:37;;16898:7;16889:37;;;16919:6;16889:37;;;;;;:::i;:::-;;;;;;;;16939:48;16959:7;16976:1;16980:6;16939:19;:48::i;:::-;16404:591;;;:::o;3332:191::-;3406:16;3425:6;;;;;;;;;;;3406:25;;3451:8;3442:6;;:17;;;;;;;;;;;;;;;;;;3506:8;3475:40;;3496:8;3475:40;;;;;;;;;;;;3332:191;;:::o;20023:515::-;20175:10;:14;20186:2;20175:14;;;;;;;;;;;;;;;;;;;;;;;;;20174:15;:36;;;;;20194:10;:16;20205:4;20194:16;;;;;;;;;;;;;;;;;;;;;;;;;20193:17;20174:36;20166:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;20268:1;20243:27;;:13;;;;;;;;;;;:27;;;20239:148;;;20303:7;:5;:7::i;:::-;20295:15;;:4;:15;;;:32;;;;20320:7;:5;:7::i;:::-;20314:13;;:2;:13;;;20295:32;20287:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;20369:7;;20239:148;20403:7;;;;;;;;;;;:32;;;;;20422:13;;;;;;;;;;;20414:21;;:4;:21;;;20403:32;20399:132;;;20492:16;;20482:6;20460:19;20476:2;20460:15;:19::i;:::-;:28;;;;:::i;:::-;:48;;20452:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;20399:132;20023:515;;;;:::o;19142:124::-;;;;:::o;7:139:1:-;;91:6;78:20;69:29;;107:33;134:5;107:33;:::i;:::-;59:87;;;;:::o;152:133::-;;233:6;220:20;211:29;;249:30;273:5;249:30;:::i;:::-;201:84;;;;:::o;291:139::-;;375:6;362:20;353:29;;391:33;418:5;391:33;:::i;:::-;343:87;;;;:::o;436:262::-;;544:2;532:9;523:7;519:23;515:32;512:2;;;560:1;557;550:12;512:2;603:1;628:53;673:7;664:6;653:9;649:22;628:53;:::i;:::-;618:63;;574:117;502:196;;;;:::o;704:407::-;;;829:2;817:9;808:7;804:23;800:32;797:2;;;845:1;842;835:12;797:2;888:1;913:53;958:7;949:6;938:9;934:22;913:53;:::i;:::-;903:63;;859:117;1015:2;1041:53;1086:7;1077:6;1066:9;1062:22;1041:53;:::i;:::-;1031:63;;986:118;787:324;;;;;:::o;1117:552::-;;;;1259:2;1247:9;1238:7;1234:23;1230:32;1227:2;;;1275:1;1272;1265:12;1227:2;1318:1;1343:53;1388:7;1379:6;1368:9;1364:22;1343:53;:::i;:::-;1333:63;;1289:117;1445:2;1471:53;1516:7;1507:6;1496:9;1492:22;1471:53;:::i;:::-;1461:63;;1416:118;1573:2;1599:53;1644:7;1635:6;1624:9;1620:22;1599:53;:::i;:::-;1589:63;;1544:118;1217:452;;;;;:::o;1675:401::-;;;1797:2;1785:9;1776:7;1772:23;1768:32;1765:2;;;1813:1;1810;1803:12;1765:2;1856:1;1881:53;1926:7;1917:6;1906:9;1902:22;1881:53;:::i;:::-;1871:63;;1827:117;1983:2;2009:50;2051:7;2042:6;2031:9;2027:22;2009:50;:::i;:::-;1999:60;;1954:115;1755:321;;;;;:::o;2082:407::-;;;2207:2;2195:9;2186:7;2182:23;2178:32;2175:2;;;2223:1;2220;2213:12;2175:2;2266:1;2291:53;2336:7;2327:6;2316:9;2312:22;2291:53;:::i;:::-;2281:63;;2237:117;2393:2;2419:53;2464:7;2455:6;2444:9;2440:22;2419:53;:::i;:::-;2409:63;;2364:118;2165:324;;;;;:::o;2495:546::-;;;;2634:2;2622:9;2613:7;2609:23;2605:32;2602:2;;;2650:1;2647;2640:12;2602:2;2693:1;2718:50;2760:7;2751:6;2740:9;2736:22;2718:50;:::i;:::-;2708:60;;2664:114;2817:2;2843:53;2888:7;2879:6;2868:9;2864:22;2843:53;:::i;:::-;2833:63;;2788:118;2945:2;2971:53;3016:7;3007:6;2996:9;2992:22;2971:53;:::i;:::-;2961:63;;2916:118;2592:449;;;;;:::o;3047:262::-;;3155:2;3143:9;3134:7;3130:23;3126:32;3123:2;;;3171:1;3168;3161:12;3123:2;3214:1;3239:53;3284:7;3275:6;3264:9;3260:22;3239:53;:::i;:::-;3229:63;;3185:117;3113:196;;;;:::o;3315:118::-;3402:24;3420:5;3402:24;:::i;:::-;3397:3;3390:37;3380:53;;:::o;3439:109::-;3520:21;3535:5;3520:21;:::i;:::-;3515:3;3508:34;3498:50;;:::o;3554:364::-;;3670:39;3703:5;3670:39;:::i;:::-;3725:71;3789:6;3784:3;3725:71;:::i;:::-;3718:78;;3805:52;3850:6;3845:3;3838:4;3831:5;3827:16;3805:52;:::i;:::-;3882:29;3904:6;3882:29;:::i;:::-;3877:3;3873:39;3866:46;;3646:272;;;;;:::o;3924:367::-;;4087:67;4151:2;4146:3;4087:67;:::i;:::-;4080:74;;4184:34;4180:1;4175:3;4171:11;4164:55;4250:5;4245:2;4240:3;4236:12;4229:27;4282:2;4277:3;4273:12;4266:19;;4070:221;;;:::o;4297:366::-;;4460:67;4524:2;4519:3;4460:67;:::i;:::-;4453:74;;4557:34;4553:1;4548:3;4544:11;4537:55;4623:4;4618:2;4613:3;4609:12;4602:26;4654:2;4649:3;4645:12;4638:19;;4443:220;;;:::o;4669:370::-;;4832:67;4896:2;4891:3;4832:67;:::i;:::-;4825:74;;4929:34;4925:1;4920:3;4916:11;4909:55;4995:8;4990:2;4985:3;4981:12;4974:30;5030:2;5025:3;5021:12;5014:19;;4815:224;;;:::o;5045:366::-;;5208:67;5272:2;5267:3;5208:67;:::i;:::-;5201:74;;5305:34;5301:1;5296:3;5292:11;5285:55;5371:4;5366:2;5361:3;5357:12;5350:26;5402:2;5397:3;5393:12;5386:19;;5191:220;;;:::o;5417:370::-;;5580:67;5644:2;5639:3;5580:67;:::i;:::-;5573:74;;5677:34;5673:1;5668:3;5664:11;5657:55;5743:8;5738:2;5733:3;5729:12;5722:30;5778:2;5773:3;5769:12;5762:19;;5563:224;;;:::o;5793:303::-;;5956:66;6020:1;6015:3;5956:66;:::i;:::-;5949:73;;6052:8;6048:1;6043:3;6039:11;6032:29;6087:2;6082:3;6078:12;6071:19;;5939:157;;;:::o;6102:372::-;;6265:67;6329:2;6324:3;6265:67;:::i;:::-;6258:74;;6362:34;6358:1;6353:3;6349:11;6342:55;6428:10;6423:2;6418:3;6414:12;6407:32;6465:2;6460:3;6456:12;6449:19;;6248:226;;;:::o;6480:330::-;;6643:67;6707:2;6702:3;6643:67;:::i;:::-;6636:74;;6740:34;6736:1;6731:3;6727:11;6720:55;6801:2;6796:3;6792:12;6785:19;;6626:184;;;:::o;6816:365::-;;6979:67;7043:2;7038:3;6979:67;:::i;:::-;6972:74;;7076:34;7072:1;7067:3;7063:11;7056:55;7142:3;7137:2;7132:3;7128:12;7121:25;7172:2;7167:3;7163:12;7156:19;;6962:219;;;:::o;7187:320::-;;7350:67;7414:2;7409:3;7350:67;:::i;:::-;7343:74;;7447:24;7443:1;7438:3;7434:11;7427:45;7498:2;7493:3;7489:12;7482:19;;7333:174;;;:::o;7513:369::-;;7676:67;7740:2;7735:3;7676:67;:::i;:::-;7669:74;;7773:34;7769:1;7764:3;7760:11;7753:55;7839:7;7834:2;7829:3;7825:12;7818:29;7873:2;7868:3;7864:12;7857:19;;7659:223;;;:::o;7888:368::-;;8051:67;8115:2;8110:3;8051:67;:::i;:::-;8044:74;;8148:34;8144:1;8139:3;8135:11;8128:55;8214:6;8209:2;8204:3;8200:12;8193:28;8247:2;8242:3;8238:12;8231:19;;8034:222;;;:::o;8262:369::-;;8425:67;8489:2;8484:3;8425:67;:::i;:::-;8418:74;;8522:34;8518:1;8513:3;8509:11;8502:55;8588:7;8583:2;8578:3;8574:12;8567:29;8622:2;8617:3;8613:12;8606:19;;8408:223;;;:::o;8637:309::-;;8800:67;8864:2;8859:3;8800:67;:::i;:::-;8793:74;;8897:13;8893:1;8888:3;8884:11;8877:34;8937:2;8932:3;8928:12;8921:19;;8783:163;;;:::o;8952:118::-;9039:24;9057:5;9039:24;:::i;:::-;9034:3;9027:37;9017:53;;:::o;9076:112::-;9159:22;9175:5;9159:22;:::i;:::-;9154:3;9147:35;9137:51;;:::o;9194:222::-;;9325:2;9314:9;9310:18;9302:26;;9338:71;9406:1;9395:9;9391:17;9382:6;9338:71;:::i;:::-;9292:124;;;;:::o;9422:210::-;;9547:2;9536:9;9532:18;9524:26;;9560:65;9622:1;9611:9;9607:17;9598:6;9560:65;:::i;:::-;9514:118;;;;:::o;9638:313::-;;9789:2;9778:9;9774:18;9766:26;;9838:9;9832:4;9828:20;9824:1;9813:9;9809:17;9802:47;9866:78;9939:4;9930:6;9866:78;:::i;:::-;9858:86;;9756:195;;;;:::o;9957:419::-;;10161:2;10150:9;10146:18;10138:26;;10210:9;10204:4;10200:20;10196:1;10185:9;10181:17;10174:47;10238:131;10364:4;10238:131;:::i;:::-;10230:139;;10128:248;;;:::o;10382:419::-;;10586:2;10575:9;10571:18;10563:26;;10635:9;10629:4;10625:20;10621:1;10610:9;10606:17;10599:47;10663:131;10789:4;10663:131;:::i;:::-;10655:139;;10553:248;;;:::o;10807:419::-;;11011:2;11000:9;10996:18;10988:26;;11060:9;11054:4;11050:20;11046:1;11035:9;11031:17;11024:47;11088:131;11214:4;11088:131;:::i;:::-;11080:139;;10978:248;;;:::o;11232:419::-;;11436:2;11425:9;11421:18;11413:26;;11485:9;11479:4;11475:20;11471:1;11460:9;11456:17;11449:47;11513:131;11639:4;11513:131;:::i;:::-;11505:139;;11403:248;;;:::o;11657:419::-;;11861:2;11850:9;11846:18;11838:26;;11910:9;11904:4;11900:20;11896:1;11885:9;11881:17;11874:47;11938:131;12064:4;11938:131;:::i;:::-;11930:139;;11828:248;;;:::o;12082:419::-;;12286:2;12275:9;12271:18;12263:26;;12335:9;12329:4;12325:20;12321:1;12310:9;12306:17;12299:47;12363:131;12489:4;12363:131;:::i;:::-;12355:139;;12253:248;;;:::o;12507:419::-;;12711:2;12700:9;12696:18;12688:26;;12760:9;12754:4;12750:20;12746:1;12735:9;12731:17;12724:47;12788:131;12914:4;12788:131;:::i;:::-;12780:139;;12678:248;;;:::o;12932:419::-;;13136:2;13125:9;13121:18;13113:26;;13185:9;13179:4;13175:20;13171:1;13160:9;13156:17;13149:47;13213:131;13339:4;13213:131;:::i;:::-;13205:139;;13103:248;;;:::o;13357:419::-;;13561:2;13550:9;13546:18;13538:26;;13610:9;13604:4;13600:20;13596:1;13585:9;13581:17;13574:47;13638:131;13764:4;13638:131;:::i;:::-;13630:139;;13528:248;;;:::o;13782:419::-;;13986:2;13975:9;13971:18;13963:26;;14035:9;14029:4;14025:20;14021:1;14010:9;14006:17;13999:47;14063:131;14189:4;14063:131;:::i;:::-;14055:139;;13953:248;;;:::o;14207:419::-;;14411:2;14400:9;14396:18;14388:26;;14460:9;14454:4;14450:20;14446:1;14435:9;14431:17;14424:47;14488:131;14614:4;14488:131;:::i;:::-;14480:139;;14378:248;;;:::o;14632:419::-;;14836:2;14825:9;14821:18;14813:26;;14885:9;14879:4;14875:20;14871:1;14860:9;14856:17;14849:47;14913:131;15039:4;14913:131;:::i;:::-;14905:139;;14803:248;;;:::o;15057:419::-;;15261:2;15250:9;15246:18;15238:26;;15310:9;15304:4;15300:20;15296:1;15285:9;15281:17;15274:47;15338:131;15464:4;15338:131;:::i;:::-;15330:139;;15228:248;;;:::o;15482:419::-;;15686:2;15675:9;15671:18;15663:26;;15735:9;15729:4;15725:20;15721:1;15710:9;15706:17;15699:47;15763:131;15889:4;15763:131;:::i;:::-;15755:139;;15653:248;;;:::o;15907:222::-;;16038:2;16027:9;16023:18;16015:26;;16051:71;16119:1;16108:9;16104:17;16095:6;16051:71;:::i;:::-;16005:124;;;;:::o;16135:214::-;;16262:2;16251:9;16247:18;16239:26;;16275:67;16339:1;16328:9;16324:17;16315:6;16275:67;:::i;:::-;16229:120;;;;:::o;16355:99::-;;16441:5;16435:12;16425:22;;16414:40;;;:::o;16460:169::-;;16578:6;16573:3;16566:19;16618:4;16613:3;16609:14;16594:29;;16556:73;;;;:::o;16635:305::-;;16694:20;16712:1;16694:20;:::i;:::-;16689:25;;16728:20;16746:1;16728:20;:::i;:::-;16723:25;;16882:1;16814:66;16810:74;16807:1;16804:81;16801:2;;;16888:18;;:::i;:::-;16801:2;16932:1;16929;16925:9;16918:16;;16679:261;;;;:::o;16946:191::-;;17006:20;17024:1;17006:20;:::i;:::-;17001:25;;17040:20;17058:1;17040:20;:::i;:::-;17035:25;;17079:1;17076;17073:8;17070:2;;;17084:18;;:::i;:::-;17070:2;17129:1;17126;17122:9;17114:17;;16991:146;;;;:::o;17143:96::-;;17209:24;17227:5;17209:24;:::i;:::-;17198:35;;17188:51;;;:::o;17245:90::-;;17322:5;17315:13;17308:21;17297:32;;17287:48;;;:::o;17341:126::-;;17418:42;17411:5;17407:54;17396:65;;17386:81;;;:::o;17473:77::-;;17539:5;17528:16;;17518:32;;;:::o;17556:86::-;;17631:4;17624:5;17620:16;17609:27;;17599:43;;;:::o;17648:307::-;17716:1;17726:113;17740:6;17737:1;17734:13;17726:113;;;17825:1;17820:3;17816:11;17810:18;17806:1;17801:3;17797:11;17790:39;17762:2;17759:1;17755:10;17750:15;;17726:113;;;17857:6;17854:1;17851:13;17848:2;;;17937:1;17928:6;17923:3;17919:16;17912:27;17848:2;17697:258;;;;:::o;17961:320::-;;18042:1;18036:4;18032:12;18022:22;;18089:1;18083:4;18079:12;18110:18;18100:2;;18166:4;18158:6;18154:17;18144:27;;18100:2;18228;18220:6;18217:14;18197:18;18194:38;18191:2;;;18247:18;;:::i;:::-;18191:2;18012:269;;;;:::o;18287:180::-;18335:77;18332:1;18325:88;18432:4;18429:1;18422:15;18456:4;18453:1;18446:15;18473:180;18521:77;18518:1;18511:88;18618:4;18615:1;18608:15;18642:4;18639:1;18632:15;18659:102;;18751:2;18747:7;18742:2;18735:5;18731:14;18727:28;18717:38;;18707:54;;;:::o;18767:122::-;18840:24;18858:5;18840:24;:::i;:::-;18833:5;18830:35;18820:2;;18879:1;18876;18869:12;18820:2;18810:79;:::o;18895:116::-;18965:21;18980:5;18965:21;:::i;:::-;18958:5;18955:32;18945:2;;19001:1;18998;18991:12;18945:2;18935:76;:::o;19017:122::-;19090:24;19108:5;19090:24;:::i;:::-;19083:5;19080:35;19070:2;;19129:1;19126;19119:12;19070:2;19060:79;:::o

Swarm Source

ipfs://197e2c45ac908594a98b86735163dcafd9f6cd86b6a1e142f3eed7c82175de25

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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

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