ETH Price: $3,392.78 (-1.26%)
Gas: 2 Gwei

Token

Cultos (CULTOS)
 

Overview

Max Total Supply

1,000,000,000 CULTOS

Holders

2,157

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
28,571 CULTOS

Value
$0.00
0xAB29b0Fa76166235f7E280b5F4B3920dFC99b2f5
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
Cultos

Compiler Version
v0.8.8+commit.dddeac2f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, Unlicense license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-05-24
*/

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

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

// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

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

    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

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

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

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

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


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

// OpenZeppelin Contracts v4.4.1 (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/utils/[email protected]

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

pragma solidity ^0.8.0;

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

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


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

// OpenZeppelin Contracts (last updated v4.6.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:
     *
     * - `to` cannot be the zero address.
     * - the caller must have a balance of at least `amount`.
     */
    function transfer(address to, uint256 amount) public virtual override returns (bool) {
        address owner = _msgSender();
        _transfer(owner, to, 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}.
     *
     * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on
     * `transferFrom`. This is semantically equivalent to an infinite approval.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        address owner = _msgSender();
        _approve(owner, 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}.
     *
     * NOTE: Does not update the allowance if the current allowance
     * is the maximum `uint256`.
     *
     * Requirements:
     *
     * - `from` and `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     * - the caller must have allowance for ``from``'s tokens of at least
     * `amount`.
     */
    function transferFrom(
        address from,
        address to,
        uint256 amount
    ) public virtual override returns (bool) {
        address spender = _msgSender();
        _spendAllowance(from, spender, amount);
        _transfer(from, to, 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) {
        address owner = _msgSender();
        _approve(owner, spender, allowance(owner, 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) {
        address owner = _msgSender();
        uint256 currentAllowance = allowance(owner, spender);
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        unchecked {
            _approve(owner, 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:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     */
    function _transfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {
        require(from != address(0), "ERC20: transfer from the zero address");
        require(to != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(from, to, amount);

        uint256 fromBalance = _balances[from];
        require(fromBalance >= amount, "ERC20: transfer amount exceeds balance");
        unchecked {
            _balances[from] = fromBalance - amount;
        }
        _balances[to] += amount;

        emit Transfer(from, to, amount);

        _afterTokenTransfer(from, to, 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 Updates `owner` s allowance for `spender` based on spent `amount`.
     *
     * Does not update the allowance amount in case of infinite allowance.
     * Revert if not enough allowance is available.
     *
     * Might emit an {Approval} event.
     */
    function _spendAllowance(
        address owner,
        address spender,
        uint256 amount
    ) internal virtual {
        uint256 currentAllowance = allowance(owner, spender);
        if (currentAllowance != type(uint256).max) {
            require(currentAllowance >= amount, "ERC20: insufficient allowance");
            unchecked {
                _approve(owner, spender, currentAllowance - 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 @openzeppelin/contracts/token/ERC20/extensions/[email protected]

// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC20/extensions/ERC20Burnable.sol)

pragma solidity ^0.8.0;


/**
 * @dev Extension of {ERC20} that allows token holders to destroy both their own
 * tokens and those that they have an allowance for, in a way that can be
 * recognized off-chain (via event analysis).
 */
abstract contract ERC20Burnable is Context, ERC20 {
    /**
     * @dev Destroys `amount` tokens from the caller.
     *
     * See {ERC20-_burn}.
     */
    function burn(uint256 amount) public virtual {
        _burn(_msgSender(), amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, deducting from the caller's
     * allowance.
     *
     * See {ERC20-_burn} and {ERC20-allowance}.
     *
     * Requirements:
     *
     * - the caller must have allowance for ``accounts``'s tokens of at least
     * `amount`.
     */
    function burnFrom(address account, uint256 amount) public virtual {
        _spendAllowance(account, _msgSender(), amount);
        _burn(account, amount);
    }
}


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

// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/ERC20Capped.sol)

pragma solidity ^0.8.0;

/**
 * @dev Extension of {ERC20} that adds a cap to the supply of tokens.
 */
abstract contract ERC20Capped is ERC20 {
    uint256 private immutable _cap;

    /**
     * @dev Sets the value of the `cap`. This value is immutable, it can only be
     * set once during construction.
     */
    constructor(uint256 cap_) {
        require(cap_ > 0, "ERC20Capped: cap is 0");
        _cap = cap_;
    }

    /**
     * @dev Returns the cap on the token's total supply.
     */
    function cap() public view virtual returns (uint256) {
        return _cap;
    }

    /**
     * @dev See {ERC20-_mint}.
     */
    function _mint(address account, uint256 amount) internal virtual override {
        require(ERC20.totalSupply() + amount <= cap(), "ERC20Capped: cap exceeded");
        super._mint(account, amount);
    }
}


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

// OpenZeppelin Contracts v4.4.1 (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 contracts/CultosCoin.sol

// SPDX-License-Identifier: Unlicense
pragma solidity >=0.8.8 <0.8.9;




contract Cultos is ERC20, ERC20Burnable, ERC20Capped, Ownable {
    constructor()
        ERC20("Cultos", "CULTOS")
        ERC20Capped(1000000000 * (10**decimals()))
        ERC20Burnable()
    {
        _mint(msg.sender, 1000000000);
    }

    function _mint(address account, uint256 supply_)
        internal
        virtual
        override(ERC20, ERC20Capped)
        onlyOwner
    {
        super._mint(account, supply_ * (10**decimals()));
    }
}

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":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burnFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"cap","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":[{"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":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"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":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","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"}]

60a06040523480156200001157600080fd5b50620000226200016c60201b60201c565b600a620000309190620007b3565b633b9aca0062000041919062000804565b6040518060400160405280600681526020017f43756c746f7300000000000000000000000000000000000000000000000000008152506040518060400160405280600681526020017f43554c544f5300000000000000000000000000000000000000000000000000008152508160039080519060200190620000c592919062000569565b508060049080519060200190620000de92919062000569565b5050506000811162000127576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200011e90620008c6565b60405180910390fd5b80608081815250505062000150620001446200017560201b60201c565b6200017d60201b60201c565b6200016633633b9aca006200024360201b60201c565b62000b2e565b60006012905090565b600033905090565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b620002536200017560201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16620002796200031760201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1614620002d2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620002c99062000938565b60405180910390fd5b6200031382620002e76200016c60201b60201c565b600a620002f59190620007b3565b8362000302919062000804565b6200034160201b620008a11760201c565b5050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b62000351620003d260201b60201c565b8162000367620003dc60201b620004271760201c565b6200037391906200095a565b1115620003b7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620003ae9062000a07565b60405180910390fd5b620003ce8282620003e660201b6200090b1760201c565b5050565b6000608051905090565b6000600254905090565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141562000459576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620004509062000a79565b60405180910390fd5b6200046d600083836200055f60201b60201c565b80600260008282546200048191906200095a565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254620004d891906200095a565b925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516200053f919062000aac565b60405180910390a36200055b600083836200056460201b60201c565b5050565b505050565b505050565b828054620005779062000af8565b90600052602060002090601f0160209004810192826200059b5760008555620005e7565b82601f10620005b657805160ff1916838001178555620005e7565b82800160010185558215620005e7579182015b82811115620005e6578251825591602001919060010190620005c9565b5b509050620005f69190620005fa565b5090565b5b8082111562000615576000816000905550600101620005fb565b5090565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60008160011c9050919050565b6000808291508390505b6001851115620006a7578086048111156200067f576200067e62000619565b5b60018516156200068f5780820291505b80810290506200069f8562000648565b94506200065f565b94509492505050565b600082620006c2576001905062000795565b81620006d2576000905062000795565b8160018114620006eb5760028114620006f6576200072c565b600191505062000795565b60ff8411156200070b576200070a62000619565b5b8360020a91508482111562000725576200072462000619565b5b5062000795565b5060208310610133831016604e8410600b8410161715620007665782820a90508381111562000760576200075f62000619565b5b62000795565b62000775848484600162000655565b925090508184048111156200078f576200078e62000619565b5b81810290505b9392505050565b6000819050919050565b600060ff82169050919050565b6000620007c0826200079c565b9150620007cd83620007a6565b9250620007fc7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8484620006b0565b905092915050565b600062000811826200079c565b91506200081e836200079c565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156200085a576200085962000619565b5b828202905092915050565b600082825260208201905092915050565b7f45524332304361707065643a2063617020697320300000000000000000000000600082015250565b6000620008ae60158362000865565b9150620008bb8262000876565b602082019050919050565b60006020820190508181036000830152620008e1816200089f565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006200092060208362000865565b91506200092d82620008e8565b602082019050919050565b60006020820190508181036000830152620009538162000911565b9050919050565b600062000967826200079c565b915062000974836200079c565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115620009ac57620009ab62000619565b5b828201905092915050565b7f45524332304361707065643a2063617020657863656564656400000000000000600082015250565b6000620009ef60198362000865565b9150620009fc82620009b7565b602082019050919050565b6000602082019050818103600083015262000a2281620009e0565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600062000a61601f8362000865565b915062000a6e8262000a29565b602082019050919050565b6000602082019050818103600083015262000a948162000a52565b9050919050565b62000aa6816200079c565b82525050565b600060208201905062000ac3600083018462000a9b565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168062000b1157607f821691505b6020821081141562000b285762000b2762000ac9565b5b50919050565b608051611d5662000b4a600039600061046d0152611d566000f3fe608060405234801561001057600080fd5b506004361061010b5760003560e01c806370a08231116100a257806395d89b411161007157806395d89b41146102a8578063a457c2d7146102c6578063a9059cbb146102f6578063dd62ed3e14610326578063f2fde38b146103565761010b565b806370a0823114610234578063715018a61461026457806379cc67901461026e5780638da5cb5b1461028a5761010b565b8063313ce567116100de578063313ce567146101ac578063355274ea146101ca57806339509351146101e857806342966c68146102185761010b565b806306fdde0314610110578063095ea7b31461012e57806318160ddd1461015e57806323b872dd1461017c575b600080fd5b610118610372565b604051610125919061128b565b60405180910390f35b61014860048036038101906101439190611346565b610404565b60405161015591906113a1565b60405180910390f35b610166610427565b60405161017391906113cb565b60405180910390f35b610196600480360381019061019191906113e6565b610431565b6040516101a391906113a1565b60405180910390f35b6101b4610460565b6040516101c19190611455565b60405180910390f35b6101d2610469565b6040516101df91906113cb565b60405180910390f35b61020260048036038101906101fd9190611346565b610491565b60405161020f91906113a1565b60405180910390f35b610232600480360381019061022d9190611470565b6104c8565b005b61024e6004803603810190610249919061149d565b6104dc565b60405161025b91906113cb565b60405180910390f35b61026c610524565b005b61028860048036038101906102839190611346565b6105ac565b005b6102926105cc565b60405161029f91906114d9565b60405180910390f35b6102b06105f6565b6040516102bd919061128b565b60405180910390f35b6102e060048036038101906102db9190611346565b610688565b6040516102ed91906113a1565b60405180910390f35b610310600480360381019061030b9190611346565b6106ff565b60405161031d91906113a1565b60405180910390f35b610340600480360381019061033b91906114f4565b610722565b60405161034d91906113cb565b60405180910390f35b610370600480360381019061036b919061149d565b6107a9565b005b60606003805461038190611563565b80601f01602080910402602001604051908101604052809291908181526020018280546103ad90611563565b80156103fa5780601f106103cf576101008083540402835291602001916103fa565b820191906000526020600020905b8154815290600101906020018083116103dd57829003601f168201915b5050505050905090565b60008061040f610a6b565b905061041c818585610a73565b600191505092915050565b6000600254905090565b60008061043c610a6b565b9050610449858285610c3e565b610454858585610cca565b60019150509392505050565b60006012905090565b60007f0000000000000000000000000000000000000000000000000000000000000000905090565b60008061049c610a6b565b90506104bd8185856104ae8589610722565b6104b891906115c4565b610a73565b600191505092915050565b6104d96104d3610a6b565b82610f4b565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61052c610a6b565b73ffffffffffffffffffffffffffffffffffffffff1661054a6105cc565b73ffffffffffffffffffffffffffffffffffffffff16146105a0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161059790611666565b60405180910390fd5b6105aa6000611122565b565b6105be826105b8610a6b565b83610c3e565b6105c88282610f4b565b5050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606004805461060590611563565b80601f016020809104026020016040519081016040528092919081815260200182805461063190611563565b801561067e5780601f106106535761010080835404028352916020019161067e565b820191906000526020600020905b81548152906001019060200180831161066157829003601f168201915b5050505050905090565b600080610693610a6b565b905060006106a18286610722565b9050838110156106e6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106dd906116f8565b60405180910390fd5b6106f38286868403610a73565b60019250505092915050565b60008061070a610a6b565b9050610717818585610cca565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b6107b1610a6b565b73ffffffffffffffffffffffffffffffffffffffff166107cf6105cc565b73ffffffffffffffffffffffffffffffffffffffff1614610825576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081c90611666565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610895576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161088c9061178a565b60405180910390fd5b61089e81611122565b50565b6108a9610469565b816108b2610427565b6108bc91906115c4565b11156108fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108f4906117f6565b60405180910390fd5b610907828261090b565b5050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561097b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097290611862565b60405180910390fd5b610987600083836111e8565b806002600082825461099991906115c4565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546109ee91906115c4565b925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610a5391906113cb565b60405180910390a3610a67600083836111ed565b5050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610ae3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ada906118f4565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610b53576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b4a90611986565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610c3191906113cb565b60405180910390a3505050565b6000610c4a8484610722565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114610cc45781811015610cb6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cad906119f2565b60405180910390fd5b610cc38484848403610a73565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610d3a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d3190611a84565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610daa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610da190611b16565b60405180910390fd5b610db58383836111e8565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610e3b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e3290611ba8565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610ece91906115c4565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610f3291906113cb565b60405180910390a3610f458484846111ed565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610fbb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fb290611c3a565b60405180910390fd5b610fc7826000836111e8565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561104d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161104490611ccc565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282546110a49190611cec565b92505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161110991906113cb565b60405180910390a361111d836000846111ed565b505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561122c578082015181840152602081019050611211565b8381111561123b576000848401525b50505050565b6000601f19601f8301169050919050565b600061125d826111f2565b61126781856111fd565b935061127781856020860161120e565b61128081611241565b840191505092915050565b600060208201905081810360008301526112a58184611252565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006112dd826112b2565b9050919050565b6112ed816112d2565b81146112f857600080fd5b50565b60008135905061130a816112e4565b92915050565b6000819050919050565b61132381611310565b811461132e57600080fd5b50565b6000813590506113408161131a565b92915050565b6000806040838503121561135d5761135c6112ad565b5b600061136b858286016112fb565b925050602061137c85828601611331565b9150509250929050565b60008115159050919050565b61139b81611386565b82525050565b60006020820190506113b66000830184611392565b92915050565b6113c581611310565b82525050565b60006020820190506113e060008301846113bc565b92915050565b6000806000606084860312156113ff576113fe6112ad565b5b600061140d868287016112fb565b935050602061141e868287016112fb565b925050604061142f86828701611331565b9150509250925092565b600060ff82169050919050565b61144f81611439565b82525050565b600060208201905061146a6000830184611446565b92915050565b600060208284031215611486576114856112ad565b5b600061149484828501611331565b91505092915050565b6000602082840312156114b3576114b26112ad565b5b60006114c1848285016112fb565b91505092915050565b6114d3816112d2565b82525050565b60006020820190506114ee60008301846114ca565b92915050565b6000806040838503121561150b5761150a6112ad565b5b6000611519858286016112fb565b925050602061152a858286016112fb565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061157b57607f821691505b6020821081141561158f5761158e611534565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006115cf82611310565b91506115da83611310565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561160f5761160e611595565b5b828201905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006116506020836111fd565b915061165b8261161a565b602082019050919050565b6000602082019050818103600083015261167f81611643565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b60006116e26025836111fd565b91506116ed82611686565b604082019050919050565b60006020820190508181036000830152611711816116d5565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b60006117746026836111fd565b915061177f82611718565b604082019050919050565b600060208201905081810360008301526117a381611767565b9050919050565b7f45524332304361707065643a2063617020657863656564656400000000000000600082015250565b60006117e06019836111fd565b91506117eb826117aa565b602082019050919050565b6000602082019050818103600083015261180f816117d3565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600061184c601f836111fd565b915061185782611816565b602082019050919050565b6000602082019050818103600083015261187b8161183f565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006118de6024836111fd565b91506118e982611882565b604082019050919050565b6000602082019050818103600083015261190d816118d1565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b60006119706022836111fd565b915061197b82611914565b604082019050919050565b6000602082019050818103600083015261199f81611963565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b60006119dc601d836111fd565b91506119e7826119a6565b602082019050919050565b60006020820190508181036000830152611a0b816119cf565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000611a6e6025836111fd565b9150611a7982611a12565b604082019050919050565b60006020820190508181036000830152611a9d81611a61565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611b006023836111fd565b9150611b0b82611aa4565b604082019050919050565b60006020820190508181036000830152611b2f81611af3565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b6000611b926026836111fd565b9150611b9d82611b36565b604082019050919050565b60006020820190508181036000830152611bc181611b85565b9050919050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b6000611c246021836111fd565b9150611c2f82611bc8565b604082019050919050565b60006020820190508181036000830152611c5381611c17565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b6000611cb66022836111fd565b9150611cc182611c5a565b604082019050919050565b60006020820190508181036000830152611ce581611ca9565b9050919050565b6000611cf782611310565b9150611d0283611310565b925082821015611d1557611d14611595565b5b82820390509291505056fea2646970667358221220abcb81cb37508c5f862d74acd1dcef8bcb2efd1a6def910b93ab8283cff8e2d164736f6c63430008080033

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061010b5760003560e01c806370a08231116100a257806395d89b411161007157806395d89b41146102a8578063a457c2d7146102c6578063a9059cbb146102f6578063dd62ed3e14610326578063f2fde38b146103565761010b565b806370a0823114610234578063715018a61461026457806379cc67901461026e5780638da5cb5b1461028a5761010b565b8063313ce567116100de578063313ce567146101ac578063355274ea146101ca57806339509351146101e857806342966c68146102185761010b565b806306fdde0314610110578063095ea7b31461012e57806318160ddd1461015e57806323b872dd1461017c575b600080fd5b610118610372565b604051610125919061128b565b60405180910390f35b61014860048036038101906101439190611346565b610404565b60405161015591906113a1565b60405180910390f35b610166610427565b60405161017391906113cb565b60405180910390f35b610196600480360381019061019191906113e6565b610431565b6040516101a391906113a1565b60405180910390f35b6101b4610460565b6040516101c19190611455565b60405180910390f35b6101d2610469565b6040516101df91906113cb565b60405180910390f35b61020260048036038101906101fd9190611346565b610491565b60405161020f91906113a1565b60405180910390f35b610232600480360381019061022d9190611470565b6104c8565b005b61024e6004803603810190610249919061149d565b6104dc565b60405161025b91906113cb565b60405180910390f35b61026c610524565b005b61028860048036038101906102839190611346565b6105ac565b005b6102926105cc565b60405161029f91906114d9565b60405180910390f35b6102b06105f6565b6040516102bd919061128b565b60405180910390f35b6102e060048036038101906102db9190611346565b610688565b6040516102ed91906113a1565b60405180910390f35b610310600480360381019061030b9190611346565b6106ff565b60405161031d91906113a1565b60405180910390f35b610340600480360381019061033b91906114f4565b610722565b60405161034d91906113cb565b60405180910390f35b610370600480360381019061036b919061149d565b6107a9565b005b60606003805461038190611563565b80601f01602080910402602001604051908101604052809291908181526020018280546103ad90611563565b80156103fa5780601f106103cf576101008083540402835291602001916103fa565b820191906000526020600020905b8154815290600101906020018083116103dd57829003601f168201915b5050505050905090565b60008061040f610a6b565b905061041c818585610a73565b600191505092915050565b6000600254905090565b60008061043c610a6b565b9050610449858285610c3e565b610454858585610cca565b60019150509392505050565b60006012905090565b60007f0000000000000000000000000000000000000000033b2e3c9fd0803ce8000000905090565b60008061049c610a6b565b90506104bd8185856104ae8589610722565b6104b891906115c4565b610a73565b600191505092915050565b6104d96104d3610a6b565b82610f4b565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61052c610a6b565b73ffffffffffffffffffffffffffffffffffffffff1661054a6105cc565b73ffffffffffffffffffffffffffffffffffffffff16146105a0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161059790611666565b60405180910390fd5b6105aa6000611122565b565b6105be826105b8610a6b565b83610c3e565b6105c88282610f4b565b5050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606004805461060590611563565b80601f016020809104026020016040519081016040528092919081815260200182805461063190611563565b801561067e5780601f106106535761010080835404028352916020019161067e565b820191906000526020600020905b81548152906001019060200180831161066157829003601f168201915b5050505050905090565b600080610693610a6b565b905060006106a18286610722565b9050838110156106e6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106dd906116f8565b60405180910390fd5b6106f38286868403610a73565b60019250505092915050565b60008061070a610a6b565b9050610717818585610cca565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b6107b1610a6b565b73ffffffffffffffffffffffffffffffffffffffff166107cf6105cc565b73ffffffffffffffffffffffffffffffffffffffff1614610825576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081c90611666565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610895576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161088c9061178a565b60405180910390fd5b61089e81611122565b50565b6108a9610469565b816108b2610427565b6108bc91906115c4565b11156108fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108f4906117f6565b60405180910390fd5b610907828261090b565b5050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561097b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097290611862565b60405180910390fd5b610987600083836111e8565b806002600082825461099991906115c4565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546109ee91906115c4565b925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610a5391906113cb565b60405180910390a3610a67600083836111ed565b5050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610ae3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ada906118f4565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610b53576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b4a90611986565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610c3191906113cb565b60405180910390a3505050565b6000610c4a8484610722565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114610cc45781811015610cb6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cad906119f2565b60405180910390fd5b610cc38484848403610a73565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610d3a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d3190611a84565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610daa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610da190611b16565b60405180910390fd5b610db58383836111e8565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610e3b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e3290611ba8565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610ece91906115c4565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610f3291906113cb565b60405180910390a3610f458484846111ed565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610fbb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fb290611c3a565b60405180910390fd5b610fc7826000836111e8565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561104d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161104490611ccc565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282546110a49190611cec565b92505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161110991906113cb565b60405180910390a361111d836000846111ed565b505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561122c578082015181840152602081019050611211565b8381111561123b576000848401525b50505050565b6000601f19601f8301169050919050565b600061125d826111f2565b61126781856111fd565b935061127781856020860161120e565b61128081611241565b840191505092915050565b600060208201905081810360008301526112a58184611252565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006112dd826112b2565b9050919050565b6112ed816112d2565b81146112f857600080fd5b50565b60008135905061130a816112e4565b92915050565b6000819050919050565b61132381611310565b811461132e57600080fd5b50565b6000813590506113408161131a565b92915050565b6000806040838503121561135d5761135c6112ad565b5b600061136b858286016112fb565b925050602061137c85828601611331565b9150509250929050565b60008115159050919050565b61139b81611386565b82525050565b60006020820190506113b66000830184611392565b92915050565b6113c581611310565b82525050565b60006020820190506113e060008301846113bc565b92915050565b6000806000606084860312156113ff576113fe6112ad565b5b600061140d868287016112fb565b935050602061141e868287016112fb565b925050604061142f86828701611331565b9150509250925092565b600060ff82169050919050565b61144f81611439565b82525050565b600060208201905061146a6000830184611446565b92915050565b600060208284031215611486576114856112ad565b5b600061149484828501611331565b91505092915050565b6000602082840312156114b3576114b26112ad565b5b60006114c1848285016112fb565b91505092915050565b6114d3816112d2565b82525050565b60006020820190506114ee60008301846114ca565b92915050565b6000806040838503121561150b5761150a6112ad565b5b6000611519858286016112fb565b925050602061152a858286016112fb565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061157b57607f821691505b6020821081141561158f5761158e611534565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006115cf82611310565b91506115da83611310565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561160f5761160e611595565b5b828201905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006116506020836111fd565b915061165b8261161a565b602082019050919050565b6000602082019050818103600083015261167f81611643565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b60006116e26025836111fd565b91506116ed82611686565b604082019050919050565b60006020820190508181036000830152611711816116d5565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b60006117746026836111fd565b915061177f82611718565b604082019050919050565b600060208201905081810360008301526117a381611767565b9050919050565b7f45524332304361707065643a2063617020657863656564656400000000000000600082015250565b60006117e06019836111fd565b91506117eb826117aa565b602082019050919050565b6000602082019050818103600083015261180f816117d3565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600061184c601f836111fd565b915061185782611816565b602082019050919050565b6000602082019050818103600083015261187b8161183f565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006118de6024836111fd565b91506118e982611882565b604082019050919050565b6000602082019050818103600083015261190d816118d1565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b60006119706022836111fd565b915061197b82611914565b604082019050919050565b6000602082019050818103600083015261199f81611963565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b60006119dc601d836111fd565b91506119e7826119a6565b602082019050919050565b60006020820190508181036000830152611a0b816119cf565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000611a6e6025836111fd565b9150611a7982611a12565b604082019050919050565b60006020820190508181036000830152611a9d81611a61565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611b006023836111fd565b9150611b0b82611aa4565b604082019050919050565b60006020820190508181036000830152611b2f81611af3565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b6000611b926026836111fd565b9150611b9d82611b36565b604082019050919050565b60006020820190508181036000830152611bc181611b85565b9050919050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b6000611c246021836111fd565b9150611c2f82611bc8565b604082019050919050565b60006020820190508181036000830152611c5381611c17565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b6000611cb66022836111fd565b9150611cc182611c5a565b604082019050919050565b60006020820190508181036000830152611ce581611ca9565b9050919050565b6000611cf782611310565b9150611d0283611310565b925082821015611d1557611d14611595565b5b82820390509291505056fea2646970667358221220abcb81cb37508c5f862d74acd1dcef8bcb2efd1a6def910b93ab8283cff8e2d164736f6c63430008080033

Deployed Bytecode Sourcemap

22389:472:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6735:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9086:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7855:108;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9867:295;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7697:93;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19382:83;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10571:238;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;18117:91;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;8026:127;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21454:103;;;:::i;:::-;;18527:164;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;20803:87;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6954:104;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11312:436;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8359:193;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8615:151;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21712:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6735:100;6789:13;6822:5;6815:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6735:100;:::o;9086:201::-;9169:4;9186:13;9202:12;:10;:12::i;:::-;9186:28;;9225:32;9234:5;9241:7;9250:6;9225:8;:32::i;:::-;9275:4;9268:11;;;9086:201;;;;:::o;7855:108::-;7916:7;7943:12;;7936:19;;7855:108;:::o;9867:295::-;9998:4;10015:15;10033:12;:10;:12::i;:::-;10015:30;;10056:38;10072:4;10078:7;10087:6;10056:15;:38::i;:::-;10105:27;10115:4;10121:2;10125:6;10105:9;:27::i;:::-;10150:4;10143:11;;;9867:295;;;;;:::o;7697:93::-;7755:5;7780:2;7773:9;;7697:93;:::o;19382:83::-;19426:7;19453:4;19446:11;;19382:83;:::o;10571:238::-;10659:4;10676:13;10692:12;:10;:12::i;:::-;10676:28;;10715:64;10724:5;10731:7;10768:10;10740:25;10750:5;10757:7;10740:9;:25::i;:::-;:38;;;;:::i;:::-;10715:8;:64::i;:::-;10797:4;10790:11;;;10571:238;;;;:::o;18117:91::-;18173:27;18179:12;:10;:12::i;:::-;18193:6;18173:5;:27::i;:::-;18117:91;:::o;8026:127::-;8100:7;8127:9;:18;8137:7;8127:18;;;;;;;;;;;;;;;;8120:25;;8026:127;;;:::o;21454:103::-;21034:12;:10;:12::i;:::-;21023:23;;:7;:5;:7::i;:::-;:23;;;21015:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;21519:30:::1;21546:1;21519:18;:30::i;:::-;21454:103::o:0;18527:164::-;18604:46;18620:7;18629:12;:10;:12::i;:::-;18643:6;18604:15;:46::i;:::-;18661:22;18667:7;18676:6;18661:5;:22::i;:::-;18527:164;;:::o;20803:87::-;20849:7;20876:6;;;;;;;;;;;20869:13;;20803:87;:::o;6954:104::-;7010:13;7043:7;7036:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6954:104;:::o;11312:436::-;11405:4;11422:13;11438:12;:10;:12::i;:::-;11422:28;;11461:24;11488:25;11498:5;11505:7;11488:9;:25::i;:::-;11461:52;;11552:15;11532:16;:35;;11524:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;11645:60;11654:5;11661:7;11689:15;11670:16;:34;11645:8;:60::i;:::-;11736:4;11729:11;;;;11312:436;;;;:::o;8359:193::-;8438:4;8455:13;8471:12;:10;:12::i;:::-;8455:28;;8494;8504:5;8511:2;8515:6;8494:9;:28::i;:::-;8540:4;8533:11;;;8359:193;;;;:::o;8615:151::-;8704:7;8731:11;:18;8743:5;8731:18;;;;;;;;;;;;;;;:27;8750:7;8731:27;;;;;;;;;;;;;;;;8724:34;;8615:151;;;;:::o;21712:201::-;21034:12;:10;:12::i;:::-;21023:23;;:7;:5;:7::i;:::-;:23;;;21015:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;21821:1:::1;21801:22;;:8;:22;;;;21793:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;21877:28;21896:8;21877:18;:28::i;:::-;21712:201:::0;:::o;19523:207::-;19648:5;:3;:5::i;:::-;19638:6;19616:19;:17;:19::i;:::-;:28;;;;:::i;:::-;:37;;19608:75;;;;;;;;;;;;:::i;:::-;;;;;;;;;19694:28;19706:7;19715:6;19694:11;:28::i;:::-;19523:207;;:::o;13185:399::-;13288:1;13269:21;;:7;:21;;;;13261:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;13339:49;13368:1;13372:7;13381:6;13339:20;:49::i;:::-;13417:6;13401:12;;:22;;;;;;;:::i;:::-;;;;;;;;13456:6;13434:9;:18;13444:7;13434:18;;;;;;;;;;;;;;;;:28;;;;;;;:::i;:::-;;;;;;;;13499:7;13478:37;;13495:1;13478:37;;;13508:6;13478:37;;;;;;:::i;:::-;;;;;;;;13528:48;13556:1;13560:7;13569:6;13528:19;:48::i;:::-;13185:399;;:::o;4371:98::-;4424:7;4451:10;4444:17;;4371:98;:::o;14946:380::-;15099:1;15082:19;;:5;:19;;;;15074:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;15180:1;15161:21;;:7;:21;;;;15153:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;15264:6;15234:11;:18;15246:5;15234:18;;;;;;;;;;;;;;;:27;15253:7;15234:27;;;;;;;;;;;;;;;:36;;;;15302:7;15286:32;;15295:5;15286:32;;;15311:6;15286:32;;;;;;:::i;:::-;;;;;;;;14946:380;;;:::o;15617:453::-;15752:24;15779:25;15789:5;15796:7;15779:9;:25::i;:::-;15752:52;;15839:17;15819:16;:37;15815:248;;15901:6;15881:16;:26;;15873:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;15985:51;15994:5;16001:7;16029:6;16010:16;:25;15985:8;:51::i;:::-;15815:248;15741:329;15617:453;;;:::o;12227:671::-;12374:1;12358:18;;:4;:18;;;;12350:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;12451:1;12437:16;;:2;:16;;;;12429:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;12506:38;12527:4;12533:2;12537:6;12506:20;:38::i;:::-;12557:19;12579:9;:15;12589:4;12579:15;;;;;;;;;;;;;;;;12557:37;;12628:6;12613:11;:21;;12605:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;12745:6;12731:11;:20;12713:9;:15;12723:4;12713:15;;;;;;;;;;;;;;;:38;;;;12790:6;12773:9;:13;12783:2;12773:13;;;;;;;;;;;;;;;;:23;;;;;;;:::i;:::-;;;;;;;;12829:2;12814:26;;12823:4;12814:26;;;12833:6;12814:26;;;;;;:::i;:::-;;;;;;;;12853:37;12873:4;12879:2;12883:6;12853:19;:37::i;:::-;12339:559;12227:671;;;:::o;13917:591::-;14020:1;14001:21;;:7;:21;;;;13993:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;14073:49;14094:7;14111:1;14115:6;14073:20;:49::i;:::-;14135:22;14160:9;:18;14170:7;14160:18;;;;;;;;;;;;;;;;14135:43;;14215:6;14197:14;:24;;14189:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;14334:6;14317:14;:23;14296:9;:18;14306:7;14296:18;;;;;;;;;;;;;;;:44;;;;14378:6;14362:12;;:22;;;;;;;:::i;:::-;;;;;;;;14428:1;14402:37;;14411:7;14402:37;;;14432:6;14402:37;;;;;;:::i;:::-;;;;;;;;14452:48;14472:7;14489:1;14493:6;14452:19;:48::i;:::-;13982:526;13917:591;;:::o;22073:191::-;22147:16;22166:6;;;;;;;;;;;22147:25;;22192:8;22183:6;;:17;;;;;;;;;;;;;;;;;;22247:8;22216:40;;22237:8;22216:40;;;;;;;;;;;;22136:128;22073:191;:::o;16670:125::-;;;;:::o;17399:124::-;;;;:::o;7:99:1:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:307::-;355:1;365:113;379:6;376:1;373:13;365:113;;;464:1;459:3;455:11;449:18;445:1;440:3;436:11;429:39;401:2;398:1;394:10;389:15;;365:113;;;496:6;493:1;490:13;487:101;;;576:1;567:6;562:3;558:16;551:27;487:101;336:258;287:307;;;:::o;600:102::-;641:6;692:2;688:7;683:2;676:5;672:14;668:28;658:38;;600:102;;;:::o;708:364::-;796:3;824:39;857:5;824:39;:::i;:::-;879:71;943:6;938:3;879:71;:::i;:::-;872:78;;959:52;1004:6;999:3;992:4;985:5;981:16;959:52;:::i;:::-;1036:29;1058:6;1036:29;:::i;:::-;1031:3;1027:39;1020:46;;800:272;708:364;;;;:::o;1078:313::-;1191:4;1229:2;1218:9;1214:18;1206:26;;1278:9;1272:4;1268:20;1264:1;1253:9;1249:17;1242:47;1306:78;1379:4;1370:6;1306:78;:::i;:::-;1298:86;;1078:313;;;;:::o;1478:117::-;1587:1;1584;1577:12;1724:126;1761:7;1801:42;1794:5;1790:54;1779:65;;1724:126;;;:::o;1856:96::-;1893:7;1922:24;1940:5;1922:24;:::i;:::-;1911:35;;1856:96;;;:::o;1958:122::-;2031:24;2049:5;2031:24;:::i;:::-;2024:5;2021:35;2011:63;;2070:1;2067;2060:12;2011:63;1958:122;:::o;2086:139::-;2132:5;2170:6;2157:20;2148:29;;2186:33;2213:5;2186:33;:::i;:::-;2086:139;;;;:::o;2231:77::-;2268:7;2297:5;2286:16;;2231:77;;;:::o;2314:122::-;2387:24;2405:5;2387:24;:::i;:::-;2380:5;2377:35;2367:63;;2426:1;2423;2416:12;2367:63;2314:122;:::o;2442:139::-;2488:5;2526:6;2513:20;2504:29;;2542:33;2569:5;2542:33;:::i;:::-;2442:139;;;;:::o;2587:474::-;2655:6;2663;2712:2;2700:9;2691:7;2687:23;2683:32;2680:119;;;2718:79;;:::i;:::-;2680:119;2838:1;2863:53;2908:7;2899:6;2888:9;2884:22;2863:53;:::i;:::-;2853:63;;2809:117;2965:2;2991:53;3036:7;3027:6;3016:9;3012:22;2991:53;:::i;:::-;2981:63;;2936:118;2587:474;;;;;:::o;3067:90::-;3101:7;3144:5;3137:13;3130:21;3119:32;;3067:90;;;:::o;3163:109::-;3244:21;3259:5;3244:21;:::i;:::-;3239:3;3232:34;3163:109;;:::o;3278:210::-;3365:4;3403:2;3392:9;3388:18;3380:26;;3416:65;3478:1;3467:9;3463:17;3454:6;3416:65;:::i;:::-;3278:210;;;;:::o;3494:118::-;3581:24;3599:5;3581:24;:::i;:::-;3576:3;3569:37;3494:118;;:::o;3618:222::-;3711:4;3749:2;3738:9;3734:18;3726:26;;3762:71;3830:1;3819:9;3815:17;3806:6;3762:71;:::i;:::-;3618:222;;;;:::o;3846:619::-;3923:6;3931;3939;3988:2;3976:9;3967:7;3963:23;3959:32;3956:119;;;3994:79;;:::i;:::-;3956:119;4114:1;4139:53;4184:7;4175:6;4164:9;4160:22;4139:53;:::i;:::-;4129:63;;4085:117;4241:2;4267:53;4312:7;4303:6;4292:9;4288:22;4267:53;:::i;:::-;4257:63;;4212:118;4369:2;4395:53;4440:7;4431:6;4420:9;4416:22;4395:53;:::i;:::-;4385:63;;4340:118;3846:619;;;;;:::o;4471:86::-;4506:7;4546:4;4539:5;4535:16;4524:27;;4471:86;;;:::o;4563:112::-;4646:22;4662:5;4646:22;:::i;:::-;4641:3;4634:35;4563:112;;:::o;4681:214::-;4770:4;4808:2;4797:9;4793:18;4785:26;;4821:67;4885:1;4874:9;4870:17;4861:6;4821:67;:::i;:::-;4681:214;;;;:::o;4901:329::-;4960:6;5009:2;4997:9;4988:7;4984:23;4980:32;4977:119;;;5015:79;;:::i;:::-;4977:119;5135:1;5160:53;5205:7;5196:6;5185:9;5181:22;5160:53;:::i;:::-;5150:63;;5106:117;4901:329;;;;:::o;5236:::-;5295:6;5344:2;5332:9;5323:7;5319:23;5315:32;5312:119;;;5350:79;;:::i;:::-;5312:119;5470:1;5495:53;5540:7;5531:6;5520:9;5516:22;5495:53;:::i;:::-;5485:63;;5441:117;5236:329;;;;:::o;5571:118::-;5658:24;5676:5;5658:24;:::i;:::-;5653:3;5646:37;5571:118;;:::o;5695:222::-;5788:4;5826:2;5815:9;5811:18;5803:26;;5839:71;5907:1;5896:9;5892:17;5883:6;5839:71;:::i;:::-;5695:222;;;;:::o;5923:474::-;5991:6;5999;6048:2;6036:9;6027:7;6023:23;6019:32;6016:119;;;6054:79;;:::i;:::-;6016:119;6174:1;6199:53;6244:7;6235:6;6224:9;6220:22;6199:53;:::i;:::-;6189:63;;6145:117;6301:2;6327:53;6372:7;6363:6;6352:9;6348:22;6327:53;:::i;:::-;6317:63;;6272:118;5923:474;;;;;:::o;6403:180::-;6451:77;6448:1;6441:88;6548:4;6545:1;6538:15;6572:4;6569:1;6562:15;6589:320;6633:6;6670:1;6664:4;6660:12;6650:22;;6717:1;6711:4;6707:12;6738:18;6728:81;;6794:4;6786:6;6782:17;6772:27;;6728:81;6856:2;6848:6;6845:14;6825:18;6822:38;6819:84;;;6875:18;;:::i;:::-;6819:84;6640:269;6589:320;;;:::o;6915:180::-;6963:77;6960:1;6953:88;7060:4;7057:1;7050:15;7084:4;7081:1;7074:15;7101:305;7141:3;7160:20;7178:1;7160:20;:::i;:::-;7155:25;;7194:20;7212:1;7194:20;:::i;:::-;7189:25;;7348:1;7280:66;7276:74;7273:1;7270:81;7267:107;;;7354:18;;:::i;:::-;7267:107;7398:1;7395;7391:9;7384:16;;7101:305;;;;:::o;7412:182::-;7552:34;7548:1;7540:6;7536:14;7529:58;7412:182;:::o;7600:366::-;7742:3;7763:67;7827:2;7822:3;7763:67;:::i;:::-;7756:74;;7839:93;7928:3;7839:93;:::i;:::-;7957:2;7952:3;7948:12;7941:19;;7600:366;;;:::o;7972:419::-;8138:4;8176:2;8165:9;8161:18;8153:26;;8225:9;8219:4;8215:20;8211:1;8200:9;8196:17;8189:47;8253:131;8379:4;8253:131;:::i;:::-;8245:139;;7972:419;;;:::o;8397:224::-;8537:34;8533:1;8525:6;8521:14;8514:58;8606:7;8601:2;8593:6;8589:15;8582:32;8397:224;:::o;8627:366::-;8769:3;8790:67;8854:2;8849:3;8790:67;:::i;:::-;8783:74;;8866:93;8955:3;8866:93;:::i;:::-;8984:2;8979:3;8975:12;8968:19;;8627:366;;;:::o;8999:419::-;9165:4;9203:2;9192:9;9188:18;9180:26;;9252:9;9246:4;9242:20;9238:1;9227:9;9223:17;9216:47;9280:131;9406:4;9280:131;:::i;:::-;9272:139;;8999:419;;;:::o;9424:225::-;9564:34;9560:1;9552:6;9548:14;9541:58;9633:8;9628:2;9620:6;9616:15;9609:33;9424:225;:::o;9655:366::-;9797:3;9818:67;9882:2;9877:3;9818:67;:::i;:::-;9811:74;;9894:93;9983:3;9894:93;:::i;:::-;10012:2;10007:3;10003:12;9996:19;;9655:366;;;:::o;10027:419::-;10193:4;10231:2;10220:9;10216:18;10208:26;;10280:9;10274:4;10270:20;10266:1;10255:9;10251:17;10244:47;10308:131;10434:4;10308:131;:::i;:::-;10300:139;;10027:419;;;:::o;10452:175::-;10592:27;10588:1;10580:6;10576:14;10569:51;10452:175;:::o;10633:366::-;10775:3;10796:67;10860:2;10855:3;10796:67;:::i;:::-;10789:74;;10872:93;10961:3;10872:93;:::i;:::-;10990:2;10985:3;10981:12;10974:19;;10633:366;;;:::o;11005:419::-;11171:4;11209:2;11198:9;11194:18;11186:26;;11258:9;11252:4;11248:20;11244:1;11233:9;11229:17;11222:47;11286:131;11412:4;11286:131;:::i;:::-;11278:139;;11005:419;;;:::o;11430:181::-;11570:33;11566:1;11558:6;11554:14;11547:57;11430:181;:::o;11617:366::-;11759:3;11780:67;11844:2;11839:3;11780:67;:::i;:::-;11773:74;;11856:93;11945:3;11856:93;:::i;:::-;11974:2;11969:3;11965:12;11958:19;;11617:366;;;:::o;11989:419::-;12155:4;12193:2;12182:9;12178:18;12170:26;;12242:9;12236:4;12232:20;12228:1;12217:9;12213:17;12206:47;12270:131;12396:4;12270:131;:::i;:::-;12262:139;;11989:419;;;:::o;12414:223::-;12554:34;12550:1;12542:6;12538:14;12531:58;12623:6;12618:2;12610:6;12606:15;12599:31;12414:223;:::o;12643:366::-;12785:3;12806:67;12870:2;12865:3;12806:67;:::i;:::-;12799:74;;12882:93;12971:3;12882:93;:::i;:::-;13000:2;12995:3;12991:12;12984:19;;12643:366;;;:::o;13015:419::-;13181:4;13219:2;13208:9;13204:18;13196:26;;13268:9;13262:4;13258:20;13254:1;13243:9;13239:17;13232:47;13296:131;13422:4;13296:131;:::i;:::-;13288:139;;13015:419;;;:::o;13440:221::-;13580:34;13576:1;13568:6;13564:14;13557:58;13649:4;13644:2;13636:6;13632:15;13625:29;13440:221;:::o;13667:366::-;13809:3;13830:67;13894:2;13889:3;13830:67;:::i;:::-;13823:74;;13906:93;13995:3;13906:93;:::i;:::-;14024:2;14019:3;14015:12;14008:19;;13667:366;;;:::o;14039:419::-;14205:4;14243:2;14232:9;14228:18;14220:26;;14292:9;14286:4;14282:20;14278:1;14267:9;14263:17;14256:47;14320:131;14446:4;14320:131;:::i;:::-;14312:139;;14039:419;;;:::o;14464:179::-;14604:31;14600:1;14592:6;14588:14;14581:55;14464:179;:::o;14649:366::-;14791:3;14812:67;14876:2;14871:3;14812:67;:::i;:::-;14805:74;;14888:93;14977:3;14888:93;:::i;:::-;15006:2;15001:3;14997:12;14990:19;;14649:366;;;:::o;15021:419::-;15187:4;15225:2;15214:9;15210:18;15202:26;;15274:9;15268:4;15264:20;15260:1;15249:9;15245:17;15238:47;15302:131;15428:4;15302:131;:::i;:::-;15294:139;;15021:419;;;:::o;15446:224::-;15586:34;15582:1;15574:6;15570:14;15563:58;15655:7;15650:2;15642:6;15638:15;15631:32;15446:224;:::o;15676:366::-;15818:3;15839:67;15903:2;15898:3;15839:67;:::i;:::-;15832:74;;15915:93;16004:3;15915:93;:::i;:::-;16033:2;16028:3;16024:12;16017:19;;15676:366;;;:::o;16048:419::-;16214:4;16252:2;16241:9;16237:18;16229:26;;16301:9;16295:4;16291:20;16287:1;16276:9;16272:17;16265:47;16329:131;16455:4;16329:131;:::i;:::-;16321:139;;16048:419;;;:::o;16473:222::-;16613:34;16609:1;16601:6;16597:14;16590:58;16682:5;16677:2;16669:6;16665:15;16658:30;16473:222;:::o;16701:366::-;16843:3;16864:67;16928:2;16923:3;16864:67;:::i;:::-;16857:74;;16940:93;17029:3;16940:93;:::i;:::-;17058:2;17053:3;17049:12;17042:19;;16701:366;;;:::o;17073:419::-;17239:4;17277:2;17266:9;17262:18;17254:26;;17326:9;17320:4;17316:20;17312:1;17301:9;17297:17;17290:47;17354:131;17480:4;17354:131;:::i;:::-;17346:139;;17073:419;;;:::o;17498:225::-;17638:34;17634:1;17626:6;17622:14;17615:58;17707:8;17702:2;17694:6;17690:15;17683:33;17498:225;:::o;17729:366::-;17871:3;17892:67;17956:2;17951:3;17892:67;:::i;:::-;17885:74;;17968:93;18057:3;17968:93;:::i;:::-;18086:2;18081:3;18077:12;18070:19;;17729:366;;;:::o;18101:419::-;18267:4;18305:2;18294:9;18290:18;18282:26;;18354:9;18348:4;18344:20;18340:1;18329:9;18325:17;18318:47;18382:131;18508:4;18382:131;:::i;:::-;18374:139;;18101:419;;;:::o;18526:220::-;18666:34;18662:1;18654:6;18650:14;18643:58;18735:3;18730:2;18722:6;18718:15;18711:28;18526:220;:::o;18752:366::-;18894:3;18915:67;18979:2;18974:3;18915:67;:::i;:::-;18908:74;;18991:93;19080:3;18991:93;:::i;:::-;19109:2;19104:3;19100:12;19093:19;;18752:366;;;:::o;19124:419::-;19290:4;19328:2;19317:9;19313:18;19305:26;;19377:9;19371:4;19367:20;19363:1;19352:9;19348:17;19341:47;19405:131;19531:4;19405:131;:::i;:::-;19397:139;;19124:419;;;:::o;19549:221::-;19689:34;19685:1;19677:6;19673:14;19666:58;19758:4;19753:2;19745:6;19741:15;19734:29;19549:221;:::o;19776:366::-;19918:3;19939:67;20003:2;19998:3;19939:67;:::i;:::-;19932:74;;20015:93;20104:3;20015:93;:::i;:::-;20133:2;20128:3;20124:12;20117:19;;19776:366;;;:::o;20148:419::-;20314:4;20352:2;20341:9;20337:18;20329:26;;20401:9;20395:4;20391:20;20387:1;20376:9;20372:17;20365:47;20429:131;20555:4;20429:131;:::i;:::-;20421:139;;20148:419;;;:::o;20573:191::-;20613:4;20633:20;20651:1;20633:20;:::i;:::-;20628:25;;20667:20;20685:1;20667:20;:::i;:::-;20662:25;;20706:1;20703;20700:8;20697:34;;;20711:18;;:::i;:::-;20697:34;20756:1;20753;20749:9;20741:17;;20573:191;;;;:::o

Swarm Source

ipfs://abcb81cb37508c5f862d74acd1dcef8bcb2efd1a6def910b93ab8283cff8e2d1
Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.