ETH Price: $3,044.25 (+2.74%)
Gas: 1 Gwei

Token

BabaCat (BBC)
 

Overview

Max Total Supply

1,342 BBC

Holders

423

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A

Other Info

Balance
1 BBC
0xAfC6f259b238FCB10E58ad61aE8599BA51e2239E
Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

BabaCat is one of BabaZ mini games NFT.

# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
BabaCat

Compiler Version
v0.8.4+commit.c7e474f2

Optimization Enabled:
No with 200 runs

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


     ▄▄▄▄    ▄▄▄       ▄▄▄▄    ▄▄▄      ▒███████▒ ▒█████   ███▄ ▄███▓ ▄▄▄▄    ██▓▓█████ 
    ▓█████▄ ▒████▄    ▓█████▄ ▒████▄    ▒ ▒ ▒ ▄▀░▒██▒  ██▒▓██▒▀█▀ ██▒▓█████▄ ▓██▒▓█   ▀ 
    ▒██▒ ▄██▒██  ▀█▄  ▒██▒ ▄██▒██  ▀█▄  ░ ▒ ▄▀▒░ ▒██░  ██▒▓██    ▓██░▒██▒ ▄██▒██▒▒███   
    ▒██░█▀  ░██▄▄▄▄██ ▒██░█▀  ░██▄▄▄▄██   ▄▀▒   ░▒██   ██░▒██    ▒██ ▒██░█▀  ░██░▒▓█  ▄ 
    ░▓█  ▀█▓ ▓█   ▓██▒░▓█  ▀█▓ ▓█   ▓██▒▒███████▒░ ████▓▒░▒██▒   ░██▒░▓█  ▀█▓░██░░▒████▒
    ░▒▓███▀▒ ▒▒   ▓▒█░░▒▓███▀▒ ▒▒   ▓▒█░░▒▒ ▓░▒░▒░ ▒░▒░▒░ ░ ▒░   ░  ░░▒▓███▀▒░▓  ░░ ▒░ ░
    â–’â–‘â–’   â–‘   â–’   â–’â–’ â–‘â–’â–‘â–’   â–‘   â–’   â–’â–’ â–‘â–‘â–‘â–’ â–’ â–‘ â–’  â–‘ â–’ â–’â–‘ â–‘  â–‘      â–‘â–’â–‘â–’   â–‘  â–’ â–‘ â–‘ â–‘  â–‘
     â–‘    â–‘   â–‘   â–’    â–‘    â–‘   â–‘   â–’   â–‘ â–‘ â–‘ â–‘ â–‘â–‘ â–‘ â–‘ â–’  â–‘      â–‘    â–‘    â–‘  â–’ â–‘   â–‘   
     â–‘            â–‘  â–‘ â–‘            â–‘  â–‘  â–‘ â–‘        â–‘ â–‘         â–‘    â–‘       â–‘     â–‘  â–‘
          â–‘                 â–‘           â–‘                                  â–‘           

==========================================================================================
==========================================================================================
==========================================================================================
==========================================================================================
==========================================================================================
==========================================================================================
==========================================================================================
==========================================================================================
==========================================================================================
==========================================================================================
==========================================================================================
=====================*==========*=========================================================
===================*##*=======*##*========================================================
=================*#####=====*#####*=======================================================
===============*###**###***#####**#*======================================================
==============%##+++::::::::=###***##=====================================================
=============%#+%%%%+--:--:-*%%%#####=============================-==:::==================
=============%-%@@@@#*::::=%..%=%####=============================-:---=::================
-===-===-===-%-%@@@=--===-+=.=%=%####===-===-===-===-===-===-===-===-::--=::-===-===-===-=
==============-..= ===%%%**== =---*##=================================-::--=::============
=============*=--+=*#.#.#.#.**%---*##===================================-::-= ============
===============*%%%-==#=#=#++%#######++==================================::-= ============
=================**%%++++++%###*##**##%==================================::-= ============
=======================%*******%##%%%%%%*************======================+*:============
=======================@=#+##%%#########################**==============+**##=============
================--+:==:%-#-#:#:#===#####**********##########*==========***##*=============
===============-==--=====+=+=+=+===*****************##########*********#*##*==============
==================++====-#-#+#+###+#****************#####################*================
==+====+====+====+====+==%##################################*****######*+====+====+====+==
=+++==+++==+++==+++==+++==%#########################*****###++++==+++==+++==+++==+++==+++=
==+====+====+====+====+====%#########+--------------+****###==+====+====+====+====+====+==
=+++==+++==+++==+++==+++==++%########=================#**###=+++==+++==+++==+++==+++==+++=
=============================@%#=%###=============*%%%**#*##==============================
==============================@++=%#================*%*+=*###=============================
-------------------------------*.--=: ----------------+.---+: ----------------------------
-------------------------------+.--=: ----------------+.---+: ----------------------------
-------------------------------+.--=: ----------------+.---+: ----------------------------
==============================+-===-:================+-===+-:=============================
==========================================================================================
==========================================================================================
==========================================================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


BabaZ is a web3 zombie world.
You can earn money, make friends and play games in this metaverse.

web: https://babaz.io/Cat
twitter: https://twitter.com/babaz_nft
discord: https://discord.com/invite/Baburefype

email: [email protected]


**********************************************************************************************/

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;

// Ownable
import "@openzeppelin/contracts/access/Ownable.sol";

// local contract
import "./Withdrawable.sol";
import "./ERC721Opensea.sol";
import "./PublicSalesActivation.sol";

// BabaCat contract
contract BabaCat is
    Ownable,
    PublicSalesActivation,
    Withdrawable,
    ERC721Opensea  
    
{
    // quantitative restrictions
    uint256 public constant TOTAL_MAX_QTY = 9527;
    uint256 public constant GIFT_MAX_QTY = 2000;
    uint256 public constant MAX_QTY_PER_MINTER = 10; 
    uint256 public constant SALES_MAX_QTY = TOTAL_MAX_QTY - GIFT_MAX_QTY;

    // minter
    mapping(address => uint256) public salesMinterToTokenQty;

    // sales
    uint256 public salesMintedQty = 0;
    uint256 public giftedQty = 0;

    // init
    constructor() ERC721("BabaCat", "BBC") {}

    // not other contract
    modifier callerIsUser() {
        require(tx.origin == msg.sender, "not user!");
        _; 
    } 
 
    // free mint
    function freeMint(uint256 _mintQty)
        external
        isPublicSalesActive
        callerIsUser
    {
        require(
            salesMintedQty + _mintQty <= SALES_MAX_QTY,
            "Exceed sales max limit"
        );
        require(
            salesMinterToTokenQty[msg.sender] + _mintQty <=  MAX_QTY_PER_MINTER,
            "Exceed max mint per minter"
        );

        salesMinterToTokenQty[msg.sender] += _mintQty;
        salesMintedQty += _mintQty;

        for (uint256 i = 0; i < _mintQty; i++) {
            _safeMint(msg.sender, totalSupply() + 1);
        }
        
    }

    // airdrop
    function gift(address[] calldata receivers) external onlyOwner {

        require(
            giftedQty + receivers.length <= GIFT_MAX_QTY,
            "Exceed gift max limit"
        );

        giftedQty += receivers.length;

        for (uint256 i = 0; i < receivers.length; i++) {
            _safeMint(receivers[i], totalSupply() + 1);
        }

    } 


}

File 2 of 16 : Ownable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)

pragma solidity ^0.8.0;

import "../utils/Context.sol";

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

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

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        _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 3 of 16 : Withdrawable.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;

import "@openzeppelin/contracts/access/Ownable.sol";

// withdraw for owner
contract Withdrawable is Ownable {
    constructor() {}

    // withdraw all 
    function withdrawAll() external onlyOwner  {
        require(address(this).balance > 0, "Withdraw: No amount");
        payable(msg.sender).transfer(address(this).balance);
    }

}

File 4 of 16 : ERC721Opensea.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";

contract OwnableDelegateProxy {}

contract ProxyRegistry {
    mapping(address => OwnableDelegateProxy) public proxies;
}
 
// ERC721 Contract
abstract contract ERC721Opensea is Ownable, ERC721Enumerable {
    string private _contractURI;
    string private _tokenBaseURI;
    address proxyRegistryAddress;

    constructor() {}

    function setProxyRegistryAddress(address proxyAddress) external onlyOwner {
        proxyRegistryAddress = proxyAddress;
    }
    
    // set contract URI
    function setContractURI(string calldata URI) external onlyOwner {
        _contractURI = URI;
    } 

    // set base uri
    function setBaseURI(string calldata URI) external onlyOwner {
        _tokenBaseURI = URI;
    }

    function isApprovedForAll(address owner, address operator)
        public
        view
        override( ERC721 )
        returns ( bool )
    {
        // Whitelist OpenSea proxy contract for easy trading.
        ProxyRegistry proxyRegistry = ProxyRegistry(proxyRegistryAddress);
        if (address(proxyRegistry.proxies(owner)) == operator) {
            return true;
        }
        return super.isApprovedForAll(owner, operator);
    }

    function contractURI() public view returns (string memory) {
        return _contractURI;
    } 
    

    function _baseURI()
        internal
        view
        override(ERC721)
        returns (string memory)
    {
        return _tokenBaseURI;
    }

 
}

File 5 of 16 : PublicSalesActivation.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;

import "@openzeppelin/contracts/access/Ownable.sol";

// public sales config
contract PublicSalesActivation is Ownable {
    uint256 public publicSalesStartTime;

    modifier isPublicSalesActive() {
        require(
            isPublicSalesActivated(),
            "Public sales: Sale is not activated"
        );
        _;
    }

    constructor() {}

    // is public sales activated
    function isPublicSalesActivated() public view returns (bool) {
        return
            publicSalesStartTime > 0 && block.timestamp >= publicSalesStartTime;
    }

    // set publicsales time
    function setPublicSalesTime(uint256 _startTime) external onlyOwner {
        publicSalesStartTime = _startTime;
    }
 
}

File 6 of 16 : Context.sol
// SPDX-License-Identifier: MIT
// 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 7 of 16 : ERC721Enumerable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/ERC721Enumerable.sol)

pragma solidity ^0.8.0;

import "../ERC721.sol";
import "./IERC721Enumerable.sol";

/**
 * @dev This implements an optional extension of {ERC721} defined in the EIP that adds
 * enumerability of all the token ids in the contract as well as all token ids owned by each
 * account.
 */
abstract contract ERC721Enumerable is ERC721, IERC721Enumerable {
    // Mapping from owner to list of owned token IDs
    mapping(address => mapping(uint256 => uint256)) private _ownedTokens;

    // Mapping from token ID to index of the owner tokens list
    mapping(uint256 => uint256) private _ownedTokensIndex;

    // Array with all token ids, used for enumeration
    uint256[] private _allTokens;

    // Mapping from token id to position in the allTokens array
    mapping(uint256 => uint256) private _allTokensIndex;

    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override(IERC165, ERC721) returns (bool) {
        return interfaceId == type(IERC721Enumerable).interfaceId || super.supportsInterface(interfaceId);
    }

    /**
     * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) public view virtual override returns (uint256) {
        require(index < ERC721.balanceOf(owner), "ERC721Enumerable: owner index out of bounds");
        return _ownedTokens[owner][index];
    }

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

    /**
     * @dev See {IERC721Enumerable-tokenByIndex}.
     */
    function tokenByIndex(uint256 index) public view virtual override returns (uint256) {
        require(index < ERC721Enumerable.totalSupply(), "ERC721Enumerable: global index out of bounds");
        return _allTokens[index];
    }

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

        if (from == address(0)) {
            _addTokenToAllTokensEnumeration(tokenId);
        } else if (from != to) {
            _removeTokenFromOwnerEnumeration(from, tokenId);
        }
        if (to == address(0)) {
            _removeTokenFromAllTokensEnumeration(tokenId);
        } else if (to != from) {
            _addTokenToOwnerEnumeration(to, tokenId);
        }
    }

    /**
     * @dev Private function to add a token to this extension's ownership-tracking data structures.
     * @param to address representing the new owner of the given token ID
     * @param tokenId uint256 ID of the token to be added to the tokens list of the given address
     */
    function _addTokenToOwnerEnumeration(address to, uint256 tokenId) private {
        uint256 length = ERC721.balanceOf(to);
        _ownedTokens[to][length] = tokenId;
        _ownedTokensIndex[tokenId] = length;
    }

    /**
     * @dev Private function to add a token to this extension's token tracking data structures.
     * @param tokenId uint256 ID of the token to be added to the tokens list
     */
    function _addTokenToAllTokensEnumeration(uint256 tokenId) private {
        _allTokensIndex[tokenId] = _allTokens.length;
        _allTokens.push(tokenId);
    }

    /**
     * @dev Private function to remove a token from this extension's ownership-tracking data structures. Note that
     * while the token is not assigned a new owner, the `_ownedTokensIndex` mapping is _not_ updated: this allows for
     * gas optimizations e.g. when performing a transfer operation (avoiding double writes).
     * This has O(1) time complexity, but alters the order of the _ownedTokens array.
     * @param from address representing the previous owner of the given token ID
     * @param tokenId uint256 ID of the token to be removed from the tokens list of the given address
     */
    function _removeTokenFromOwnerEnumeration(address from, uint256 tokenId) private {
        // To prevent a gap in from's tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = ERC721.balanceOf(from) - 1;
        uint256 tokenIndex = _ownedTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary
        if (tokenIndex != lastTokenIndex) {
            uint256 lastTokenId = _ownedTokens[from][lastTokenIndex];

            _ownedTokens[from][tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
            _ownedTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index
        }

        // This also deletes the contents at the last position of the array
        delete _ownedTokensIndex[tokenId];
        delete _ownedTokens[from][lastTokenIndex];
    }

    /**
     * @dev Private function to remove a token from this extension's token tracking data structures.
     * This has O(1) time complexity, but alters the order of the _allTokens array.
     * @param tokenId uint256 ID of the token to be removed from the tokens list
     */
    function _removeTokenFromAllTokensEnumeration(uint256 tokenId) private {
        // To prevent a gap in the tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = _allTokens.length - 1;
        uint256 tokenIndex = _allTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary. However, since this occurs so
        // rarely (when the last minted token is burnt) that we still do the swap here to avoid the gas cost of adding
        // an 'if' statement (like in _removeTokenFromOwnerEnumeration)
        uint256 lastTokenId = _allTokens[lastTokenIndex];

        _allTokens[tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
        _allTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index

        // This also deletes the contents at the last position of the array
        delete _allTokensIndex[tokenId];
        _allTokens.pop();
    }
}

File 8 of 16 : ERC721.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC721/ERC721.sol)

pragma solidity ^0.8.0;

import "./IERC721.sol";
import "./IERC721Receiver.sol";
import "./extensions/IERC721Metadata.sol";
import "../../utils/Address.sol";
import "../../utils/Context.sol";
import "../../utils/Strings.sol";
import "../../utils/introspection/ERC165.sol";

/**
 * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including
 * the Metadata extension, but not including the Enumerable extension, which is available separately as
 * {ERC721Enumerable}.
 */
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
    using Address for address;
    using Strings for uint256;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    // Mapping from token ID to owner address
    mapping(uint256 => address) private _owners;

    // Mapping owner address to token count
    mapping(address => uint256) private _balances;

    // Mapping from token ID to approved address
    mapping(uint256 => address) private _tokenApprovals;

    // Mapping from owner to operator approvals
    mapping(address => mapping(address => bool)) private _operatorApprovals;

    /**
     * @dev Initializes the contract by setting a `name` and a `symbol` to the token collection.
     */
    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
    }

    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {
        return
            interfaceId == type(IERC721).interfaceId ||
            interfaceId == type(IERC721Metadata).interfaceId ||
            super.supportsInterface(interfaceId);
    }

    /**
     * @dev See {IERC721-balanceOf}.
     */
    function balanceOf(address owner) public view virtual override returns (uint256) {
        require(owner != address(0), "ERC721: balance query for the zero address");
        return _balances[owner];
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view virtual override returns (address) {
        address owner = _owners[tokenId];
        require(owner != address(0), "ERC721: owner query for nonexistent token");
        return owner;
    }

    /**
     * @dev See {IERC721Metadata-name}.
     */
    function name() public view virtual override returns (string memory) {
        return _name;
    }

    /**
     * @dev See {IERC721Metadata-symbol}.
     */
    function symbol() public view virtual override returns (string memory) {
        return _symbol;
    }

    /**
     * @dev See {IERC721Metadata-tokenURI}.
     */
    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
        require(_exists(tokenId), "ERC721Metadata: URI query for nonexistent token");

        string memory baseURI = _baseURI();
        return bytes(baseURI).length > 0 ? string(abi.encodePacked(baseURI, tokenId.toString())) : "";
    }

    /**
     * @dev Base URI for computing {tokenURI}. If set, the resulting URI for each
     * token will be the concatenation of the `baseURI` and the `tokenId`. Empty
     * by default, can be overriden in child contracts.
     */
    function _baseURI() internal view virtual returns (string memory) {
        return "";
    }

    /**
     * @dev See {IERC721-approve}.
     */
    function approve(address to, uint256 tokenId) public virtual override {
        address owner = ERC721.ownerOf(tokenId);
        require(to != owner, "ERC721: approval to current owner");

        require(
            _msgSender() == owner || isApprovedForAll(owner, _msgSender()),
            "ERC721: approve caller is not owner nor approved for all"
        );

        _approve(to, tokenId);
    }

    /**
     * @dev See {IERC721-getApproved}.
     */
    function getApproved(uint256 tokenId) public view virtual override returns (address) {
        require(_exists(tokenId), "ERC721: approved query for nonexistent token");

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        _setApprovalForAll(_msgSender(), operator, approved);
    }

    /**
     * @dev See {IERC721-isApprovedForAll}.
     */
    function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) {
        return _operatorApprovals[owner][operator];
    }

    /**
     * @dev See {IERC721-transferFrom}.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public virtual override {
        //solhint-disable-next-line max-line-length
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");

        _transfer(from, to, tokenId);
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public virtual override {
        safeTransferFrom(from, to, tokenId, "");
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) public virtual override {
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");
        _safeTransfer(from, to, tokenId, _data);
    }

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
     *
     * `_data` is additional data, it has no specified format and it is sent in call to `to`.
     *
     * This internal function is equivalent to {safeTransferFrom}, and can be used to e.g.
     * implement alternative mechanisms to perform token transfer, such as signature-based.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function _safeTransfer(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) internal virtual {
        _transfer(from, to, tokenId);
        require(_checkOnERC721Received(from, to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer");
    }

    /**
     * @dev Returns whether `tokenId` exists.
     *
     * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}.
     *
     * Tokens start existing when they are minted (`_mint`),
     * and stop existing when they are burned (`_burn`).
     */
    function _exists(uint256 tokenId) internal view virtual returns (bool) {
        return _owners[tokenId] != address(0);
    }

    /**
     * @dev Returns whether `spender` is allowed to manage `tokenId`.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function _isApprovedOrOwner(address spender, uint256 tokenId) internal view virtual returns (bool) {
        require(_exists(tokenId), "ERC721: operator query for nonexistent token");
        address owner = ERC721.ownerOf(tokenId);
        return (spender == owner || getApproved(tokenId) == spender || isApprovedForAll(owner, spender));
    }

    /**
     * @dev Safely mints `tokenId` and transfers it to `to`.
     *
     * Requirements:
     *
     * - `tokenId` must not exist.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function _safeMint(address to, uint256 tokenId) internal virtual {
        _safeMint(to, tokenId, "");
    }

    /**
     * @dev Same as {xref-ERC721-_safeMint-address-uint256-}[`_safeMint`], with an additional `data` parameter which is
     * forwarded in {IERC721Receiver-onERC721Received} to contract recipients.
     */
    function _safeMint(
        address to,
        uint256 tokenId,
        bytes memory _data
    ) internal virtual {
        _mint(to, tokenId);
        require(
            _checkOnERC721Received(address(0), to, tokenId, _data),
            "ERC721: transfer to non ERC721Receiver implementer"
        );
    }

    /**
     * @dev Mints `tokenId` and transfers it to `to`.
     *
     * WARNING: Usage of this method is discouraged, use {_safeMint} whenever possible
     *
     * Requirements:
     *
     * - `tokenId` must not exist.
     * - `to` cannot be the zero address.
     *
     * Emits a {Transfer} event.
     */
    function _mint(address to, uint256 tokenId) internal virtual {
        require(to != address(0), "ERC721: mint to the zero address");
        require(!_exists(tokenId), "ERC721: token already minted");

        _beforeTokenTransfer(address(0), to, tokenId);

        _balances[to] += 1;
        _owners[tokenId] = to;

        emit Transfer(address(0), to, tokenId);

        _afterTokenTransfer(address(0), to, tokenId);
    }

    /**
     * @dev Destroys `tokenId`.
     * The approval is cleared when the token is burned.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     *
     * Emits a {Transfer} event.
     */
    function _burn(uint256 tokenId) internal virtual {
        address owner = ERC721.ownerOf(tokenId);

        _beforeTokenTransfer(owner, address(0), tokenId);

        // Clear approvals
        _approve(address(0), tokenId);

        _balances[owner] -= 1;
        delete _owners[tokenId];

        emit Transfer(owner, address(0), tokenId);

        _afterTokenTransfer(owner, address(0), tokenId);
    }

    /**
     * @dev Transfers `tokenId` from `from` to `to`.
     *  As opposed to {transferFrom}, this imposes no restrictions on msg.sender.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     *
     * Emits a {Transfer} event.
     */
    function _transfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual {
        require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer from incorrect owner");
        require(to != address(0), "ERC721: transfer to the zero address");

        _beforeTokenTransfer(from, to, tokenId);

        // Clear approvals from the previous owner
        _approve(address(0), tokenId);

        _balances[from] -= 1;
        _balances[to] += 1;
        _owners[tokenId] = to;

        emit Transfer(from, to, tokenId);

        _afterTokenTransfer(from, to, tokenId);
    }

    /**
     * @dev Approve `to` to operate on `tokenId`
     *
     * Emits a {Approval} event.
     */
    function _approve(address to, uint256 tokenId) internal virtual {
        _tokenApprovals[tokenId] = to;
        emit Approval(ERC721.ownerOf(tokenId), to, tokenId);
    }

    /**
     * @dev Approve `operator` to operate on all of `owner` tokens
     *
     * Emits a {ApprovalForAll} event.
     */
    function _setApprovalForAll(
        address owner,
        address operator,
        bool approved
    ) internal virtual {
        require(owner != operator, "ERC721: approve to caller");
        _operatorApprovals[owner][operator] = approved;
        emit ApprovalForAll(owner, operator, approved);
    }

    /**
     * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address.
     * The call is not executed if the target address is not a contract.
     *
     * @param from address representing the previous owner of the given token ID
     * @param to target address that will receive the tokens
     * @param tokenId uint256 ID of the token to be transferred
     * @param _data bytes optional data to send along with the call
     * @return bool whether the call correctly returned the expected magic value
     */
    function _checkOnERC721Received(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) private returns (bool) {
        if (to.isContract()) {
            try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) {
                return retval == IERC721Receiver.onERC721Received.selector;
            } catch (bytes memory reason) {
                if (reason.length == 0) {
                    revert("ERC721: transfer to non ERC721Receiver implementer");
                } else {
                    assembly {
                        revert(add(32, reason), mload(reason))
                    }
                }
            }
        } else {
            return true;
        }
    }

    /**
     * @dev Hook that is called before any token transfer. This includes minting
     * and burning.
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be
     * transferred to `to`.
     * - When `from` is zero, `tokenId` will be minted for `to`.
     * - When `to` is zero, ``from``'s `tokenId` 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 tokenId
    ) 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.
     * - `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 tokenId
    ) internal virtual {}
}

File 9 of 16 : IERC721Enumerable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC721/extensions/IERC721Enumerable.sol)

pragma solidity ^0.8.0;

import "../IERC721.sol";

/**
 * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Enumerable is IERC721 {
    /**
     * @dev Returns the total amount of tokens stored by the contract.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns a token ID owned by `owner` at a given `index` of its token list.
     * Use along with {balanceOf} to enumerate all of ``owner``'s tokens.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) external view returns (uint256);

    /**
     * @dev Returns a token ID at a given `index` of all the tokens stored by the contract.
     * Use along with {totalSupply} to enumerate all tokens.
     */
    function tokenByIndex(uint256 index) external view returns (uint256);
}

File 10 of 16 : IERC721.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC721/IERC721.sol)

pragma solidity ^0.8.0;

import "../../utils/introspection/IERC165.sol";

/**
 * @dev Required interface of an ERC721 compliant contract.
 */
interface IERC721 is IERC165 {
    /**
     * @dev Emitted when `tokenId` token is transferred from `from` to `to`.
     */
    event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token.
     */
    event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
     */
    event ApprovalForAll(address indexed owner, address indexed operator, bool approved);

    /**
     * @dev Returns the number of tokens in ``owner``'s account.
     */
    function balanceOf(address owner) external view returns (uint256 balance);

    /**
     * @dev Returns the owner of the `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function ownerOf(uint256 tokenId) external view returns (address owner);

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must be have been allowed to move this token by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId
    ) external;

    /**
     * @dev Transfers `tokenId` token from `from` to `to`.
     *
     * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) external;

    /**
     * @dev Gives permission to `to` to transfer `tokenId` token to another account.
     * The approval is cleared when the token is transferred.
     *
     * Only a single account can be approved at a time, so approving the zero address clears previous approvals.
     *
     * Requirements:
     *
     * - The caller must own the token or be an approved operator.
     * - `tokenId` must exist.
     *
     * Emits an {Approval} event.
     */
    function approve(address to, uint256 tokenId) external;

    /**
     * @dev Returns the account approved for `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function getApproved(uint256 tokenId) external view returns (address operator);

    /**
     * @dev Approve or remove `operator` as an operator for the caller.
     * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller.
     *
     * Requirements:
     *
     * - The `operator` cannot be the caller.
     *
     * Emits an {ApprovalForAll} event.
     */
    function setApprovalForAll(address operator, bool _approved) external;

    /**
     * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
     *
     * See {setApprovalForAll}
     */
    function isApprovedForAll(address owner, address operator) external view returns (bool);

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId,
        bytes calldata data
    ) external;
}

File 11 of 16 : IERC721Receiver.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC721/IERC721Receiver.sol)

pragma solidity ^0.8.0;

/**
 * @title ERC721 token receiver interface
 * @dev Interface for any contract that wants to support safeTransfers
 * from ERC721 asset contracts.
 */
interface IERC721Receiver {
    /**
     * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom}
     * by `operator` from `from`, this function is called.
     *
     * It must return its Solidity selector to confirm the token transfer.
     * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted.
     *
     * The selector can be obtained in Solidity with `IERC721.onERC721Received.selector`.
     */
    function onERC721Received(
        address operator,
        address from,
        uint256 tokenId,
        bytes calldata data
    ) external returns (bytes4);
}

File 12 of 16 : IERC721Metadata.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Metadata.sol)

pragma solidity ^0.8.0;

import "../IERC721.sol";

/**
 * @title ERC-721 Non-Fungible Token Standard, optional metadata extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Metadata is IERC721 {
    /**
     * @dev Returns the token collection name.
     */
    function name() external view returns (string memory);

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

    /**
     * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
     */
    function tokenURI(uint256 tokenId) external view returns (string memory);
}

File 13 of 16 : Address.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (utils/Address.sol)

pragma solidity ^0.8.1;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     *
     * [IMPORTANT]
     * ====
     * You shouldn't rely on `isContract` to protect against flash loan attacks!
     *
     * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
     * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
     * constructor.
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize/address.code.length, which returns 0
        // for contracts in construction, since the code is only stored at the end
        // of the constructor execution.

        return account.code.length > 0;
    }

    /**
     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
     * `recipient`, forwarding all available gas and reverting on errors.
     *
     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
     * of certain opcodes, possibly making contracts go over the 2300 gas limit
     * imposed by `transfer`, making them unable to receive funds via
     * `transfer`. {sendValue} removes this limitation.
     *
     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
     *
     * IMPORTANT: because control is transferred to `recipient`, care must be
     * taken to not create reentrancy vulnerabilities. Consider using
     * {ReentrancyGuard} or the
     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
     */
    function sendValue(address payable recipient, uint256 amount) internal {
        require(address(this).balance >= amount, "Address: insufficient balance");

        (bool success, ) = recipient.call{value: amount}("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

    /**
     * @dev Performs a Solidity function call using a low level `call`. A
     * plain `call` is an unsafe replacement for a function call: use this
     * function instead.
     *
     * If `target` reverts with a revert reason, it is bubbled up by this
     * function (like regular Solidity function calls).
     *
     * Returns the raw returned data. To convert to the expected return value,
     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
     *
     * Requirements:
     *
     * - `target` must be a contract.
     * - calling `target` with `data` must not revert.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionCall(target, data, "Address: low-level call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
     * `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but also transferring `value` wei to `target`.
     *
     * Requirements:
     *
     * - the calling contract must have an ETH balance of at least `value`.
     * - the called Solidity function must be `payable`.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
    }

    /**
     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
     * with `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(address(this).balance >= value, "Address: insufficient balance for call");
        require(isContract(target), "Address: call to non-contract");

        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
        return functionStaticCall(target, data, "Address: low-level static call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        require(isContract(target), "Address: static call to non-contract");

        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionDelegateCall(target, data, "Address: low-level delegate call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(isContract(target), "Address: delegate call to non-contract");

        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}

File 14 of 16 : Strings.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Strings.sol)

pragma solidity ^0.8.0;

/**
 * @dev String operations.
 */
library Strings {
    bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";

    /**
     * @dev Converts a `uint256` to its ASCII `string` decimal representation.
     */
    function toString(uint256 value) internal pure returns (string memory) {
        // Inspired by OraclizeAPI's implementation - MIT licence
        // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol

        if (value == 0) {
            return "0";
        }
        uint256 temp = value;
        uint256 digits;
        while (temp != 0) {
            digits++;
            temp /= 10;
        }
        bytes memory buffer = new bytes(digits);
        while (value != 0) {
            digits -= 1;
            buffer[digits] = bytes1(uint8(48 + uint256(value % 10)));
            value /= 10;
        }
        return string(buffer);
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
     */
    function toHexString(uint256 value) internal pure returns (string memory) {
        if (value == 0) {
            return "0x00";
        }
        uint256 temp = value;
        uint256 length = 0;
        while (temp != 0) {
            length++;
            temp >>= 8;
        }
        return toHexString(value, length);
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
     */
    function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
        bytes memory buffer = new bytes(2 * length + 2);
        buffer[0] = "0";
        buffer[1] = "x";
        for (uint256 i = 2 * length + 1; i > 1; --i) {
            buffer[i] = _HEX_SYMBOLS[value & 0xf];
            value >>= 4;
        }
        require(value == 0, "Strings: hex length insufficient");
        return string(buffer);
    }
}

File 15 of 16 : ERC165.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)

pragma solidity ^0.8.0;

import "./IERC165.sol";

/**
 * @dev Implementation of the {IERC165} interface.
 *
 * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
 * for the additional interface id that will be supported. For example:
 *
 * ```solidity
 * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
 *     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
 * }
 * ```
 *
 * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
 */
abstract contract ERC165 is IERC165 {
    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        return interfaceId == type(IERC165).interfaceId;
    }
}

File 16 of 16 : IERC165.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC165 standard, as defined in the
 * https://eips.ethereum.org/EIPS/eip-165[EIP].
 *
 * Implementers can declare support of contract interfaces, which can then be
 * queried by others ({ERC165Checker}).
 *
 * For an implementation, see {ERC165}.
 */
interface IERC165 {
    /**
     * @dev Returns true if this contract implements the interface defined by
     * `interfaceId`. See the corresponding
     * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
     * to learn more about how these ids are created.
     *
     * This function call must use less than 30 000 gas.
     */
    function supportsInterface(bytes4 interfaceId) external view returns (bool);
}

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

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":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","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":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"GIFT_MAX_QTY","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_QTY_PER_MINTER","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"SALES_MAX_QTY","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"TOTAL_MAX_QTY","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"contractURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_mintQty","type":"uint256"}],"name":"freeMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"receivers","type":"address[]"}],"name":"gift","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"giftedQty","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"isPublicSalesActivated","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"publicSalesStartTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"salesMintedQty","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"salesMinterToTokenQty","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"URI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"URI","type":"string"}],"name":"setContractURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"proxyAddress","type":"address"}],"name":"setProxyRegistryAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_startTime","type":"uint256"}],"name":"setPublicSalesTime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","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":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdrawAll","outputs":[],"stateMutability":"nonpayable","type":"function"}]

6080604052600060105560006011553480156200001b57600080fd5b506040518060400160405280600781526020017f42616261436174000000000000000000000000000000000000000000000000008152506040518060400160405280600381526020017f4242430000000000000000000000000000000000000000000000000000000000815250620000a86200009c620000e260201b60201c565b620000ea60201b60201c565b8160029080519060200190620000c0929190620001ae565b508060039080519060200190620000d9929190620001ae565b505050620002c3565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b828054620001bc906200025e565b90600052602060002090601f016020900481019282620001e057600085556200022c565b82601f10620001fb57805160ff19168380011785556200022c565b828001600101855582156200022c579182015b828111156200022b5782518255916020019190600101906200020e565b5b5090506200023b91906200023f565b5090565b5b808211156200025a57600081600090555060010162000240565b5090565b600060028204905060018216806200027757607f821691505b602082108114156200028e576200028d62000294565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b61445a80620002d36000396000f3fe608060405234801561001057600080fd5b506004361061021b5760003560e01c8063853828b611610125578063b88d4fde116100ad578063dee816e61161007c578063dee816e614610614578063e6c3819c14610632578063e8a3d48514610650578063e985e9c51461066e578063f2fde38b1461069e5761021b565b8063b88d4fde1461058e578063bd34fc57146105aa578063c87b56dd146105c8578063d26ea6c0146105f85761021b565b806395d89b41116100f457806395d89b41146104fa578063a22cb46514610518578063ac501c4114610534578063ae4384f114610552578063b3e3a8bb146105705761021b565b8063853828b61461048657806387fac61b146104905780638da5cb5b146104c0578063938e3d7b146104de5761021b565b80633354fe34116101a857806360869d9b1161017757806360869d9b146103e45780636352211e1461040057806370a0823114610430578063715018a6146104605780637c928fe91461046a5761021b565b80633354fe341461035e57806342842e0e1461037c5780634f6ccce71461039857806355f804b3146103c85761021b565b8063095ea7b3116101ef578063095ea7b3146102bc578063163e1e61146102d857806318160ddd146102f457806323b872dd146103125780632f745c591461032e5761021b565b806226275e1461022057806301ffc9a71461023e57806306fdde031461026e578063081812fc1461028c575b600080fd5b6102286106ba565b60405161023591906139be565b60405180910390f35b610258600480360381019061025391906130f5565b6106cd565b6040516102659190613681565b60405180910390f35b610276610747565b604051610283919061369c565b60405180910390f35b6102a660048036038101906102a191906131b5565b6107d9565b6040516102b3919061361a565b60405180910390f35b6102d660048036038101906102d19190613074565b61085e565b005b6102f260048036038101906102ed91906130b0565b610976565b005b6102fc610af3565b60405161030991906139be565b60405180910390f35b61032c60048036038101906103279190612f6e565b610b00565b005b61034860048036038101906103439190613074565b610b60565b60405161035591906139be565b60405180910390f35b610366610c05565b60405161037391906139be565b60405180910390f35b61039660048036038101906103919190612f6e565b610c0b565b005b6103b260048036038101906103ad91906131b5565b610c2b565b6040516103bf91906139be565b60405180910390f35b6103e260048036038101906103dd9190613170565b610cc2565b005b6103fe60048036038101906103f991906131b5565b610d54565b005b61041a600480360381019061041591906131b5565b610dda565b604051610427919061361a565b60405180910390f35b61044a60048036038101906104459190612f09565b610e8c565b60405161045791906139be565b60405180910390f35b610468610f44565b005b610484600480360381019061047f91906131b5565b610fcc565b005b61048e61121c565b005b6104aa60048036038101906104a59190612f09565b611324565b6040516104b791906139be565b60405180910390f35b6104c861133c565b6040516104d5919061361a565b60405180910390f35b6104f860048036038101906104f39190613170565b611365565b005b6105026113f7565b60405161050f919061369c565b60405180910390f35b610532600480360381019061052d9190613038565b611489565b005b61053c61149f565b60405161054991906139be565b60405180910390f35b61055a6114a4565b6040516105679190613681565b60405180910390f35b6105786114be565b60405161058591906139be565b60405180910390f35b6105a860048036038101906105a39190612fbd565b6114c4565b005b6105b2611526565b6040516105bf91906139be565b60405180910390f35b6105e260048036038101906105dd91906131b5565b61152c565b6040516105ef919061369c565b60405180910390f35b610612600480360381019061060d9190612f09565b6115d3565b005b61061c611693565b60405161062991906139be565b60405180910390f35b61063a611699565b60405161064791906139be565b60405180910390f35b61065861169f565b604051610665919061369c565b60405180910390f35b61068860048036038101906106839190612f32565b611731565b6040516106959190613681565b60405180910390f35b6106b860048036038101906106b39190612f09565b611833565b005b6107d06125376106ca9190613af9565b81565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610740575061073f8261192b565b5b9050919050565b60606002805461075690613bf5565b80601f016020809104026020016040519081016040528092919081815260200182805461078290613bf5565b80156107cf5780601f106107a4576101008083540402835291602001916107cf565b820191906000526020600020905b8154815290600101906020018083116107b257829003601f168201915b5050505050905090565b60006107e482611a0d565b610823576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081a9061389e565b60405180910390fd5b6006600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b600061086982610dda565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d19061395e565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166108f9611a79565b73ffffffffffffffffffffffffffffffffffffffff161480610928575061092781610922611a79565b611731565b5b610967576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161095e906137de565b60405180910390fd5b6109718383611a81565b505050565b61097e611a79565b73ffffffffffffffffffffffffffffffffffffffff1661099c61133c565b73ffffffffffffffffffffffffffffffffffffffff16146109f2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109e9906138fe565b60405180910390fd5b6107d082829050601154610a069190613a72565b1115610a47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a3e9061383e565b60405180910390fd5b8181905060116000828254610a5c9190613a72565b9250508190555060005b82829050811015610aee57610adb838383818110610aad577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9050602002016020810190610ac29190612f09565b6001610acc610af3565b610ad69190613a72565b611b3a565b8080610ae690613c58565b915050610a66565b505050565b6000600a80549050905090565b610b11610b0b611a79565b82611b58565b610b50576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b479061397e565b60405180910390fd5b610b5b838383611c36565b505050565b6000610b6b83610e8c565b8210610bac576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ba3906136de565b60405180910390fd5b600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b6107d081565b610c26838383604051806020016040528060008152506114c4565b505050565b6000610c35610af3565b8210610c76576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6d9061399e565b60405180910390fd5b600a8281548110610cb0577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b610cca611a79565b73ffffffffffffffffffffffffffffffffffffffff16610ce861133c565b73ffffffffffffffffffffffffffffffffffffffff1614610d3e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d35906138fe565b60405180910390fd5b8181600d9190610d4f929190612cec565b505050565b610d5c611a79565b73ffffffffffffffffffffffffffffffffffffffff16610d7a61133c565b73ffffffffffffffffffffffffffffffffffffffff1614610dd0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dc7906138fe565b60405180910390fd5b8060018190555050565b6000806004600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610e83576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e7a9061381e565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610efd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ef4906137fe565b60405180910390fd5b600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610f4c611a79565b73ffffffffffffffffffffffffffffffffffffffff16610f6a61133c565b73ffffffffffffffffffffffffffffffffffffffff1614610fc0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fb7906138fe565b60405180910390fd5b610fca6000611e9d565b565b610fd46114a4565b611013576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100a906138de565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff1614611081576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611078906136be565b60405180910390fd5b6107d06125376110919190613af9565b8160105461109f9190613a72565b11156110e0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110d7906138be565b60405180910390fd5b600a81600f60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461112d9190613a72565b111561116e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111659061391e565b60405180910390fd5b80600f60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546111bd9190613a72565b9250508190555080601060008282546111d69190613a72565b9250508190555060005b81811015611218576112053360016111f6610af3565b6112009190613a72565b611b3a565b808061121090613c58565b9150506111e0565b5050565b611224611a79565b73ffffffffffffffffffffffffffffffffffffffff1661124261133c565b73ffffffffffffffffffffffffffffffffffffffff1614611298576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161128f906138fe565b60405180910390fd5b600047116112db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d29061385e565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015611321573d6000803e3d6000fd5b50565b600f6020528060005260406000206000915090505481565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61136d611a79565b73ffffffffffffffffffffffffffffffffffffffff1661138b61133c565b73ffffffffffffffffffffffffffffffffffffffff16146113e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113d8906138fe565b60405180910390fd5b8181600c91906113f2929190612cec565b505050565b60606003805461140690613bf5565b80601f016020809104026020016040519081016040528092919081815260200182805461143290613bf5565b801561147f5780601f106114545761010080835404028352916020019161147f565b820191906000526020600020905b81548152906001019060200180831161146257829003601f168201915b5050505050905090565b61149b611494611a79565b8383611f61565b5050565b600a81565b6000806001541180156114b957506001544210155b905090565b60105481565b6114d56114cf611a79565b83611b58565b611514576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150b9061397e565b60405180910390fd5b611520848484846120ce565b50505050565b60115481565b606061153782611a0d565b611576576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161156d9061393e565b60405180910390fd5b600061158061212a565b905060008151116115a057604051806020016040528060008152506115cb565b806115aa846121bc565b6040516020016115bb9291906135f6565b6040516020818303038152906040525b915050919050565b6115db611a79565b73ffffffffffffffffffffffffffffffffffffffff166115f961133c565b73ffffffffffffffffffffffffffffffffffffffff161461164f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611646906138fe565b60405180910390fd5b80600e60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b61253781565b60015481565b6060600c80546116ae90613bf5565b80601f01602080910402602001604051908101604052809291908181526020018280546116da90613bf5565b80156117275780601f106116fc57610100808354040283529160200191611727565b820191906000526020600020905b81548152906001019060200180831161170a57829003601f168201915b5050505050905090565b600080600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508273ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1663c4552791866040518263ffffffff1660e01b81526004016117a9919061361a565b60206040518083038186803b1580156117c157600080fd5b505afa1580156117d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117f99190613147565b73ffffffffffffffffffffffffffffffffffffffff16141561181f57600191505061182d565b6118298484612369565b9150505b92915050565b61183b611a79565b73ffffffffffffffffffffffffffffffffffffffff1661185961133c565b73ffffffffffffffffffffffffffffffffffffffff16146118af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118a6906138fe565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561191f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119169061371e565b60405180910390fd5b61192881611e9d565b50565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806119f657507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80611a065750611a05826123fd565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166004600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816006600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16611af483610dda565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b611b54828260405180602001604052806000815250612467565b5050565b6000611b6382611a0d565b611ba2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b99906137be565b60405180910390fd5b6000611bad83610dda565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611c1c57508373ffffffffffffffffffffffffffffffffffffffff16611c04846107d9565b73ffffffffffffffffffffffffffffffffffffffff16145b80611c2d5750611c2c8185611731565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16611c5682610dda565b73ffffffffffffffffffffffffffffffffffffffff1614611cac576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ca39061373e565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611d1c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d139061377e565b60405180910390fd5b611d278383836124c2565b611d32600082611a81565b6001600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611d829190613af9565b925050819055506001600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611dd99190613a72565b92505081905550816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611e988383836125d6565b505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611fd0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fc79061379e565b60405180910390fd5b80600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516120c19190613681565b60405180910390a3505050565b6120d9848484611c36565b6120e5848484846125db565b612124576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161211b906136fe565b60405180910390fd5b50505050565b6060600d805461213990613bf5565b80601f016020809104026020016040519081016040528092919081815260200182805461216590613bf5565b80156121b25780601f10612187576101008083540402835291602001916121b2565b820191906000526020600020905b81548152906001019060200180831161219557829003601f168201915b5050505050905090565b60606000821415612204576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050612364565b600082905060005b6000821461223657808061221f90613c58565b915050600a8261222f9190613ac8565b915061220c565b60008167ffffffffffffffff811115612278577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156122aa5781602001600182028036833780820191505090505b5090505b6000851461235d576001826122c39190613af9565b9150600a856122d29190613ca1565b60306122de9190613a72565b60f81b81838151811061231a577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856123569190613ac8565b94506122ae565b8093505050505b919050565b6000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b6124718383612772565b61247e60008484846125db565b6124bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124b4906136fe565b60405180910390fd5b505050565b6124cd83838361294c565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156125105761250b81612951565b61254f565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161461254e5761254d838261299a565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156125925761258d81612b07565b6125d1565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146125d0576125cf8282612c4a565b5b5b505050565b505050565b60006125fc8473ffffffffffffffffffffffffffffffffffffffff16612cc9565b15612765578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02612625611a79565b8786866040518563ffffffff1660e01b81526004016126479493929190613635565b602060405180830381600087803b15801561266157600080fd5b505af192505050801561269257506040513d601f19601f8201168201806040525081019061268f919061311e565b60015b612715573d80600081146126c2576040519150601f19603f3d011682016040523d82523d6000602084013e6126c7565b606091505b5060008151141561270d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612704906136fe565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161491505061276a565b600190505b949350505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156127e2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127d99061387e565b60405180910390fd5b6127eb81611a0d565b1561282b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128229061375e565b60405180910390fd5b612837600083836124c2565b6001600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546128879190613a72565b92505081905550816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4612948600083836125d6565b5050565b505050565b600a80549050600b600083815260200190815260200160002081905550600a81908060018154018082558091505060019003906000526020600020016000909190919091505550565b600060016129a784610e8c565b6129b19190613af9565b9050600060096000848152602001908152602001600020549050818114612a96576000600860008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600860008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816009600083815260200190815260200160002081905550505b6009600084815260200190815260200160002060009055600860008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600a80549050612b1b9190613af9565b90506000600b60008481526020019081526020016000205490506000600a8381548110612b71577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200154905080600a8381548110612bb9577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020018190555081600b600083815260200190815260200160002081905550600b600085815260200190815260200160002060009055600a805480612c2e577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b6000612c5583610e8c565b905081600860008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806009600084815260200190815260200160002081905550505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b828054612cf890613bf5565b90600052602060002090601f016020900481019282612d1a5760008555612d61565b82601f10612d3357803560ff1916838001178555612d61565b82800160010185558215612d61579182015b82811115612d60578235825591602001919060010190612d45565b5b509050612d6e9190612d72565b5090565b5b80821115612d8b576000816000905550600101612d73565b5090565b6000612da2612d9d846139fe565b6139d9565b905082815260208101848484011115612dba57600080fd5b612dc5848285613bb3565b509392505050565b600081359050612ddc816143b1565b92915050565b60008083601f840112612df457600080fd5b8235905067ffffffffffffffff811115612e0d57600080fd5b602083019150836020820283011115612e2557600080fd5b9250929050565b600081359050612e3b816143c8565b92915050565b600081359050612e50816143df565b92915050565b600081519050612e65816143df565b92915050565b600082601f830112612e7c57600080fd5b8135612e8c848260208601612d8f565b91505092915050565b600081519050612ea4816143f6565b92915050565b60008083601f840112612ebc57600080fd5b8235905067ffffffffffffffff811115612ed557600080fd5b602083019150836001820283011115612eed57600080fd5b9250929050565b600081359050612f038161440d565b92915050565b600060208284031215612f1b57600080fd5b6000612f2984828501612dcd565b91505092915050565b60008060408385031215612f4557600080fd5b6000612f5385828601612dcd565b9250506020612f6485828601612dcd565b9150509250929050565b600080600060608486031215612f8357600080fd5b6000612f9186828701612dcd565b9350506020612fa286828701612dcd565b9250506040612fb386828701612ef4565b9150509250925092565b60008060008060808587031215612fd357600080fd5b6000612fe187828801612dcd565b9450506020612ff287828801612dcd565b935050604061300387828801612ef4565b925050606085013567ffffffffffffffff81111561302057600080fd5b61302c87828801612e6b565b91505092959194509250565b6000806040838503121561304b57600080fd5b600061305985828601612dcd565b925050602061306a85828601612e2c565b9150509250929050565b6000806040838503121561308757600080fd5b600061309585828601612dcd565b92505060206130a685828601612ef4565b9150509250929050565b600080602083850312156130c357600080fd5b600083013567ffffffffffffffff8111156130dd57600080fd5b6130e985828601612de2565b92509250509250929050565b60006020828403121561310757600080fd5b600061311584828501612e41565b91505092915050565b60006020828403121561313057600080fd5b600061313e84828501612e56565b91505092915050565b60006020828403121561315957600080fd5b600061316784828501612e95565b91505092915050565b6000806020838503121561318357600080fd5b600083013567ffffffffffffffff81111561319d57600080fd5b6131a985828601612eaa565b92509250509250929050565b6000602082840312156131c757600080fd5b60006131d584828501612ef4565b91505092915050565b6131e781613b2d565b82525050565b6131f681613b3f565b82525050565b600061320782613a2f565b6132118185613a45565b9350613221818560208601613bc2565b61322a81613d8e565b840191505092915050565b600061324082613a3a565b61324a8185613a56565b935061325a818560208601613bc2565b61326381613d8e565b840191505092915050565b600061327982613a3a565b6132838185613a67565b9350613293818560208601613bc2565b80840191505092915050565b60006132ac600983613a56565b91506132b782613d9f565b602082019050919050565b60006132cf602b83613a56565b91506132da82613dc8565b604082019050919050565b60006132f2603283613a56565b91506132fd82613e17565b604082019050919050565b6000613315602683613a56565b915061332082613e66565b604082019050919050565b6000613338602583613a56565b915061334382613eb5565b604082019050919050565b600061335b601c83613a56565b915061336682613f04565b602082019050919050565b600061337e602483613a56565b915061338982613f2d565b604082019050919050565b60006133a1601983613a56565b91506133ac82613f7c565b602082019050919050565b60006133c4602c83613a56565b91506133cf82613fa5565b604082019050919050565b60006133e7603883613a56565b91506133f282613ff4565b604082019050919050565b600061340a602a83613a56565b915061341582614043565b604082019050919050565b600061342d602983613a56565b915061343882614092565b604082019050919050565b6000613450601583613a56565b915061345b826140e1565b602082019050919050565b6000613473601383613a56565b915061347e8261410a565b602082019050919050565b6000613496602083613a56565b91506134a182614133565b602082019050919050565b60006134b9602c83613a56565b91506134c48261415c565b604082019050919050565b60006134dc601683613a56565b91506134e7826141ab565b602082019050919050565b60006134ff602383613a56565b915061350a826141d4565b604082019050919050565b6000613522602083613a56565b915061352d82614223565b602082019050919050565b6000613545601a83613a56565b91506135508261424c565b602082019050919050565b6000613568602f83613a56565b915061357382614275565b604082019050919050565b600061358b602183613a56565b9150613596826142c4565b604082019050919050565b60006135ae603183613a56565b91506135b982614313565b604082019050919050565b60006135d1602c83613a56565b91506135dc82614362565b604082019050919050565b6135f081613ba9565b82525050565b6000613602828561326e565b915061360e828461326e565b91508190509392505050565b600060208201905061362f60008301846131de565b92915050565b600060808201905061364a60008301876131de565b61365760208301866131de565b61366460408301856135e7565b818103606083015261367681846131fc565b905095945050505050565b600060208201905061369660008301846131ed565b92915050565b600060208201905081810360008301526136b68184613235565b905092915050565b600060208201905081810360008301526136d78161329f565b9050919050565b600060208201905081810360008301526136f7816132c2565b9050919050565b60006020820190508181036000830152613717816132e5565b9050919050565b6000602082019050818103600083015261373781613308565b9050919050565b600060208201905081810360008301526137578161332b565b9050919050565b600060208201905081810360008301526137778161334e565b9050919050565b6000602082019050818103600083015261379781613371565b9050919050565b600060208201905081810360008301526137b781613394565b9050919050565b600060208201905081810360008301526137d7816133b7565b9050919050565b600060208201905081810360008301526137f7816133da565b9050919050565b60006020820190508181036000830152613817816133fd565b9050919050565b6000602082019050818103600083015261383781613420565b9050919050565b6000602082019050818103600083015261385781613443565b9050919050565b6000602082019050818103600083015261387781613466565b9050919050565b6000602082019050818103600083015261389781613489565b9050919050565b600060208201905081810360008301526138b7816134ac565b9050919050565b600060208201905081810360008301526138d7816134cf565b9050919050565b600060208201905081810360008301526138f7816134f2565b9050919050565b6000602082019050818103600083015261391781613515565b9050919050565b6000602082019050818103600083015261393781613538565b9050919050565b600060208201905081810360008301526139578161355b565b9050919050565b600060208201905081810360008301526139778161357e565b9050919050565b60006020820190508181036000830152613997816135a1565b9050919050565b600060208201905081810360008301526139b7816135c4565b9050919050565b60006020820190506139d360008301846135e7565b92915050565b60006139e36139f4565b90506139ef8282613c27565b919050565b6000604051905090565b600067ffffffffffffffff821115613a1957613a18613d5f565b5b613a2282613d8e565b9050602081019050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b6000613a7d82613ba9565b9150613a8883613ba9565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115613abd57613abc613cd2565b5b828201905092915050565b6000613ad382613ba9565b9150613ade83613ba9565b925082613aee57613aed613d01565b5b828204905092915050565b6000613b0482613ba9565b9150613b0f83613ba9565b925082821015613b2257613b21613cd2565b5b828203905092915050565b6000613b3882613b89565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6000613b8282613b2d565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015613be0578082015181840152602081019050613bc5565b83811115613bef576000848401525b50505050565b60006002820490506001821680613c0d57607f821691505b60208210811415613c2157613c20613d30565b5b50919050565b613c3082613d8e565b810181811067ffffffffffffffff82111715613c4f57613c4e613d5f565b5b80604052505050565b6000613c6382613ba9565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613c9657613c95613cd2565b5b600182019050919050565b6000613cac82613ba9565b9150613cb783613ba9565b925082613cc757613cc6613d01565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f6e6f742075736572210000000000000000000000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4578636565642067696674206d6178206c696d69740000000000000000000000600082015250565b7f57697468647261773a204e6f20616d6f756e7400000000000000000000000000600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4578636565642073616c6573206d6178206c696d697400000000000000000000600082015250565b7f5075626c69632073616c65733a2053616c65206973206e6f742061637469766160008201527f7465640000000000000000000000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f457863656564206d6178206d696e7420706572206d696e746572000000000000600082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b6143ba81613b2d565b81146143c557600080fd5b50565b6143d181613b3f565b81146143dc57600080fd5b50565b6143e881613b4b565b81146143f357600080fd5b50565b6143ff81613b77565b811461440a57600080fd5b50565b61441681613ba9565b811461442157600080fd5b5056fea2646970667358221220130d49249e6ca0beed0591a1ce8c712e2f35f8750ef2aedde00f24832af9768964736f6c63430008040033

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061021b5760003560e01c8063853828b611610125578063b88d4fde116100ad578063dee816e61161007c578063dee816e614610614578063e6c3819c14610632578063e8a3d48514610650578063e985e9c51461066e578063f2fde38b1461069e5761021b565b8063b88d4fde1461058e578063bd34fc57146105aa578063c87b56dd146105c8578063d26ea6c0146105f85761021b565b806395d89b41116100f457806395d89b41146104fa578063a22cb46514610518578063ac501c4114610534578063ae4384f114610552578063b3e3a8bb146105705761021b565b8063853828b61461048657806387fac61b146104905780638da5cb5b146104c0578063938e3d7b146104de5761021b565b80633354fe34116101a857806360869d9b1161017757806360869d9b146103e45780636352211e1461040057806370a0823114610430578063715018a6146104605780637c928fe91461046a5761021b565b80633354fe341461035e57806342842e0e1461037c5780634f6ccce71461039857806355f804b3146103c85761021b565b8063095ea7b3116101ef578063095ea7b3146102bc578063163e1e61146102d857806318160ddd146102f457806323b872dd146103125780632f745c591461032e5761021b565b806226275e1461022057806301ffc9a71461023e57806306fdde031461026e578063081812fc1461028c575b600080fd5b6102286106ba565b60405161023591906139be565b60405180910390f35b610258600480360381019061025391906130f5565b6106cd565b6040516102659190613681565b60405180910390f35b610276610747565b604051610283919061369c565b60405180910390f35b6102a660048036038101906102a191906131b5565b6107d9565b6040516102b3919061361a565b60405180910390f35b6102d660048036038101906102d19190613074565b61085e565b005b6102f260048036038101906102ed91906130b0565b610976565b005b6102fc610af3565b60405161030991906139be565b60405180910390f35b61032c60048036038101906103279190612f6e565b610b00565b005b61034860048036038101906103439190613074565b610b60565b60405161035591906139be565b60405180910390f35b610366610c05565b60405161037391906139be565b60405180910390f35b61039660048036038101906103919190612f6e565b610c0b565b005b6103b260048036038101906103ad91906131b5565b610c2b565b6040516103bf91906139be565b60405180910390f35b6103e260048036038101906103dd9190613170565b610cc2565b005b6103fe60048036038101906103f991906131b5565b610d54565b005b61041a600480360381019061041591906131b5565b610dda565b604051610427919061361a565b60405180910390f35b61044a60048036038101906104459190612f09565b610e8c565b60405161045791906139be565b60405180910390f35b610468610f44565b005b610484600480360381019061047f91906131b5565b610fcc565b005b61048e61121c565b005b6104aa60048036038101906104a59190612f09565b611324565b6040516104b791906139be565b60405180910390f35b6104c861133c565b6040516104d5919061361a565b60405180910390f35b6104f860048036038101906104f39190613170565b611365565b005b6105026113f7565b60405161050f919061369c565b60405180910390f35b610532600480360381019061052d9190613038565b611489565b005b61053c61149f565b60405161054991906139be565b60405180910390f35b61055a6114a4565b6040516105679190613681565b60405180910390f35b6105786114be565b60405161058591906139be565b60405180910390f35b6105a860048036038101906105a39190612fbd565b6114c4565b005b6105b2611526565b6040516105bf91906139be565b60405180910390f35b6105e260048036038101906105dd91906131b5565b61152c565b6040516105ef919061369c565b60405180910390f35b610612600480360381019061060d9190612f09565b6115d3565b005b61061c611693565b60405161062991906139be565b60405180910390f35b61063a611699565b60405161064791906139be565b60405180910390f35b61065861169f565b604051610665919061369c565b60405180910390f35b61068860048036038101906106839190612f32565b611731565b6040516106959190613681565b60405180910390f35b6106b860048036038101906106b39190612f09565b611833565b005b6107d06125376106ca9190613af9565b81565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610740575061073f8261192b565b5b9050919050565b60606002805461075690613bf5565b80601f016020809104026020016040519081016040528092919081815260200182805461078290613bf5565b80156107cf5780601f106107a4576101008083540402835291602001916107cf565b820191906000526020600020905b8154815290600101906020018083116107b257829003601f168201915b5050505050905090565b60006107e482611a0d565b610823576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081a9061389e565b60405180910390fd5b6006600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b600061086982610dda565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d19061395e565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166108f9611a79565b73ffffffffffffffffffffffffffffffffffffffff161480610928575061092781610922611a79565b611731565b5b610967576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161095e906137de565b60405180910390fd5b6109718383611a81565b505050565b61097e611a79565b73ffffffffffffffffffffffffffffffffffffffff1661099c61133c565b73ffffffffffffffffffffffffffffffffffffffff16146109f2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109e9906138fe565b60405180910390fd5b6107d082829050601154610a069190613a72565b1115610a47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a3e9061383e565b60405180910390fd5b8181905060116000828254610a5c9190613a72565b9250508190555060005b82829050811015610aee57610adb838383818110610aad577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9050602002016020810190610ac29190612f09565b6001610acc610af3565b610ad69190613a72565b611b3a565b8080610ae690613c58565b915050610a66565b505050565b6000600a80549050905090565b610b11610b0b611a79565b82611b58565b610b50576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b479061397e565b60405180910390fd5b610b5b838383611c36565b505050565b6000610b6b83610e8c565b8210610bac576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ba3906136de565b60405180910390fd5b600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b6107d081565b610c26838383604051806020016040528060008152506114c4565b505050565b6000610c35610af3565b8210610c76576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6d9061399e565b60405180910390fd5b600a8281548110610cb0577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b610cca611a79565b73ffffffffffffffffffffffffffffffffffffffff16610ce861133c565b73ffffffffffffffffffffffffffffffffffffffff1614610d3e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d35906138fe565b60405180910390fd5b8181600d9190610d4f929190612cec565b505050565b610d5c611a79565b73ffffffffffffffffffffffffffffffffffffffff16610d7a61133c565b73ffffffffffffffffffffffffffffffffffffffff1614610dd0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dc7906138fe565b60405180910390fd5b8060018190555050565b6000806004600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610e83576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e7a9061381e565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610efd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ef4906137fe565b60405180910390fd5b600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610f4c611a79565b73ffffffffffffffffffffffffffffffffffffffff16610f6a61133c565b73ffffffffffffffffffffffffffffffffffffffff1614610fc0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fb7906138fe565b60405180910390fd5b610fca6000611e9d565b565b610fd46114a4565b611013576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100a906138de565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff1614611081576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611078906136be565b60405180910390fd5b6107d06125376110919190613af9565b8160105461109f9190613a72565b11156110e0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110d7906138be565b60405180910390fd5b600a81600f60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461112d9190613a72565b111561116e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111659061391e565b60405180910390fd5b80600f60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546111bd9190613a72565b9250508190555080601060008282546111d69190613a72565b9250508190555060005b81811015611218576112053360016111f6610af3565b6112009190613a72565b611b3a565b808061121090613c58565b9150506111e0565b5050565b611224611a79565b73ffffffffffffffffffffffffffffffffffffffff1661124261133c565b73ffffffffffffffffffffffffffffffffffffffff1614611298576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161128f906138fe565b60405180910390fd5b600047116112db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d29061385e565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015611321573d6000803e3d6000fd5b50565b600f6020528060005260406000206000915090505481565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61136d611a79565b73ffffffffffffffffffffffffffffffffffffffff1661138b61133c565b73ffffffffffffffffffffffffffffffffffffffff16146113e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113d8906138fe565b60405180910390fd5b8181600c91906113f2929190612cec565b505050565b60606003805461140690613bf5565b80601f016020809104026020016040519081016040528092919081815260200182805461143290613bf5565b801561147f5780601f106114545761010080835404028352916020019161147f565b820191906000526020600020905b81548152906001019060200180831161146257829003601f168201915b5050505050905090565b61149b611494611a79565b8383611f61565b5050565b600a81565b6000806001541180156114b957506001544210155b905090565b60105481565b6114d56114cf611a79565b83611b58565b611514576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150b9061397e565b60405180910390fd5b611520848484846120ce565b50505050565b60115481565b606061153782611a0d565b611576576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161156d9061393e565b60405180910390fd5b600061158061212a565b905060008151116115a057604051806020016040528060008152506115cb565b806115aa846121bc565b6040516020016115bb9291906135f6565b6040516020818303038152906040525b915050919050565b6115db611a79565b73ffffffffffffffffffffffffffffffffffffffff166115f961133c565b73ffffffffffffffffffffffffffffffffffffffff161461164f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611646906138fe565b60405180910390fd5b80600e60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b61253781565b60015481565b6060600c80546116ae90613bf5565b80601f01602080910402602001604051908101604052809291908181526020018280546116da90613bf5565b80156117275780601f106116fc57610100808354040283529160200191611727565b820191906000526020600020905b81548152906001019060200180831161170a57829003601f168201915b5050505050905090565b600080600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508273ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1663c4552791866040518263ffffffff1660e01b81526004016117a9919061361a565b60206040518083038186803b1580156117c157600080fd5b505afa1580156117d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117f99190613147565b73ffffffffffffffffffffffffffffffffffffffff16141561181f57600191505061182d565b6118298484612369565b9150505b92915050565b61183b611a79565b73ffffffffffffffffffffffffffffffffffffffff1661185961133c565b73ffffffffffffffffffffffffffffffffffffffff16146118af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118a6906138fe565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561191f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119169061371e565b60405180910390fd5b61192881611e9d565b50565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806119f657507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80611a065750611a05826123fd565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166004600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816006600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16611af483610dda565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b611b54828260405180602001604052806000815250612467565b5050565b6000611b6382611a0d565b611ba2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b99906137be565b60405180910390fd5b6000611bad83610dda565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611c1c57508373ffffffffffffffffffffffffffffffffffffffff16611c04846107d9565b73ffffffffffffffffffffffffffffffffffffffff16145b80611c2d5750611c2c8185611731565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16611c5682610dda565b73ffffffffffffffffffffffffffffffffffffffff1614611cac576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ca39061373e565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611d1c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d139061377e565b60405180910390fd5b611d278383836124c2565b611d32600082611a81565b6001600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611d829190613af9565b925050819055506001600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611dd99190613a72565b92505081905550816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611e988383836125d6565b505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611fd0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fc79061379e565b60405180910390fd5b80600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516120c19190613681565b60405180910390a3505050565b6120d9848484611c36565b6120e5848484846125db565b612124576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161211b906136fe565b60405180910390fd5b50505050565b6060600d805461213990613bf5565b80601f016020809104026020016040519081016040528092919081815260200182805461216590613bf5565b80156121b25780601f10612187576101008083540402835291602001916121b2565b820191906000526020600020905b81548152906001019060200180831161219557829003601f168201915b5050505050905090565b60606000821415612204576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050612364565b600082905060005b6000821461223657808061221f90613c58565b915050600a8261222f9190613ac8565b915061220c565b60008167ffffffffffffffff811115612278577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156122aa5781602001600182028036833780820191505090505b5090505b6000851461235d576001826122c39190613af9565b9150600a856122d29190613ca1565b60306122de9190613a72565b60f81b81838151811061231a577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856123569190613ac8565b94506122ae565b8093505050505b919050565b6000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b6124718383612772565b61247e60008484846125db565b6124bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124b4906136fe565b60405180910390fd5b505050565b6124cd83838361294c565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156125105761250b81612951565b61254f565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161461254e5761254d838261299a565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156125925761258d81612b07565b6125d1565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146125d0576125cf8282612c4a565b5b5b505050565b505050565b60006125fc8473ffffffffffffffffffffffffffffffffffffffff16612cc9565b15612765578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02612625611a79565b8786866040518563ffffffff1660e01b81526004016126479493929190613635565b602060405180830381600087803b15801561266157600080fd5b505af192505050801561269257506040513d601f19601f8201168201806040525081019061268f919061311e565b60015b612715573d80600081146126c2576040519150601f19603f3d011682016040523d82523d6000602084013e6126c7565b606091505b5060008151141561270d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612704906136fe565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161491505061276a565b600190505b949350505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156127e2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127d99061387e565b60405180910390fd5b6127eb81611a0d565b1561282b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128229061375e565b60405180910390fd5b612837600083836124c2565b6001600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546128879190613a72565b92505081905550816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4612948600083836125d6565b5050565b505050565b600a80549050600b600083815260200190815260200160002081905550600a81908060018154018082558091505060019003906000526020600020016000909190919091505550565b600060016129a784610e8c565b6129b19190613af9565b9050600060096000848152602001908152602001600020549050818114612a96576000600860008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600860008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816009600083815260200190815260200160002081905550505b6009600084815260200190815260200160002060009055600860008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600a80549050612b1b9190613af9565b90506000600b60008481526020019081526020016000205490506000600a8381548110612b71577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200154905080600a8381548110612bb9577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020018190555081600b600083815260200190815260200160002081905550600b600085815260200190815260200160002060009055600a805480612c2e577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b6000612c5583610e8c565b905081600860008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806009600084815260200190815260200160002081905550505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b828054612cf890613bf5565b90600052602060002090601f016020900481019282612d1a5760008555612d61565b82601f10612d3357803560ff1916838001178555612d61565b82800160010185558215612d61579182015b82811115612d60578235825591602001919060010190612d45565b5b509050612d6e9190612d72565b5090565b5b80821115612d8b576000816000905550600101612d73565b5090565b6000612da2612d9d846139fe565b6139d9565b905082815260208101848484011115612dba57600080fd5b612dc5848285613bb3565b509392505050565b600081359050612ddc816143b1565b92915050565b60008083601f840112612df457600080fd5b8235905067ffffffffffffffff811115612e0d57600080fd5b602083019150836020820283011115612e2557600080fd5b9250929050565b600081359050612e3b816143c8565b92915050565b600081359050612e50816143df565b92915050565b600081519050612e65816143df565b92915050565b600082601f830112612e7c57600080fd5b8135612e8c848260208601612d8f565b91505092915050565b600081519050612ea4816143f6565b92915050565b60008083601f840112612ebc57600080fd5b8235905067ffffffffffffffff811115612ed557600080fd5b602083019150836001820283011115612eed57600080fd5b9250929050565b600081359050612f038161440d565b92915050565b600060208284031215612f1b57600080fd5b6000612f2984828501612dcd565b91505092915050565b60008060408385031215612f4557600080fd5b6000612f5385828601612dcd565b9250506020612f6485828601612dcd565b9150509250929050565b600080600060608486031215612f8357600080fd5b6000612f9186828701612dcd565b9350506020612fa286828701612dcd565b9250506040612fb386828701612ef4565b9150509250925092565b60008060008060808587031215612fd357600080fd5b6000612fe187828801612dcd565b9450506020612ff287828801612dcd565b935050604061300387828801612ef4565b925050606085013567ffffffffffffffff81111561302057600080fd5b61302c87828801612e6b565b91505092959194509250565b6000806040838503121561304b57600080fd5b600061305985828601612dcd565b925050602061306a85828601612e2c565b9150509250929050565b6000806040838503121561308757600080fd5b600061309585828601612dcd565b92505060206130a685828601612ef4565b9150509250929050565b600080602083850312156130c357600080fd5b600083013567ffffffffffffffff8111156130dd57600080fd5b6130e985828601612de2565b92509250509250929050565b60006020828403121561310757600080fd5b600061311584828501612e41565b91505092915050565b60006020828403121561313057600080fd5b600061313e84828501612e56565b91505092915050565b60006020828403121561315957600080fd5b600061316784828501612e95565b91505092915050565b6000806020838503121561318357600080fd5b600083013567ffffffffffffffff81111561319d57600080fd5b6131a985828601612eaa565b92509250509250929050565b6000602082840312156131c757600080fd5b60006131d584828501612ef4565b91505092915050565b6131e781613b2d565b82525050565b6131f681613b3f565b82525050565b600061320782613a2f565b6132118185613a45565b9350613221818560208601613bc2565b61322a81613d8e565b840191505092915050565b600061324082613a3a565b61324a8185613a56565b935061325a818560208601613bc2565b61326381613d8e565b840191505092915050565b600061327982613a3a565b6132838185613a67565b9350613293818560208601613bc2565b80840191505092915050565b60006132ac600983613a56565b91506132b782613d9f565b602082019050919050565b60006132cf602b83613a56565b91506132da82613dc8565b604082019050919050565b60006132f2603283613a56565b91506132fd82613e17565b604082019050919050565b6000613315602683613a56565b915061332082613e66565b604082019050919050565b6000613338602583613a56565b915061334382613eb5565b604082019050919050565b600061335b601c83613a56565b915061336682613f04565b602082019050919050565b600061337e602483613a56565b915061338982613f2d565b604082019050919050565b60006133a1601983613a56565b91506133ac82613f7c565b602082019050919050565b60006133c4602c83613a56565b91506133cf82613fa5565b604082019050919050565b60006133e7603883613a56565b91506133f282613ff4565b604082019050919050565b600061340a602a83613a56565b915061341582614043565b604082019050919050565b600061342d602983613a56565b915061343882614092565b604082019050919050565b6000613450601583613a56565b915061345b826140e1565b602082019050919050565b6000613473601383613a56565b915061347e8261410a565b602082019050919050565b6000613496602083613a56565b91506134a182614133565b602082019050919050565b60006134b9602c83613a56565b91506134c48261415c565b604082019050919050565b60006134dc601683613a56565b91506134e7826141ab565b602082019050919050565b60006134ff602383613a56565b915061350a826141d4565b604082019050919050565b6000613522602083613a56565b915061352d82614223565b602082019050919050565b6000613545601a83613a56565b91506135508261424c565b602082019050919050565b6000613568602f83613a56565b915061357382614275565b604082019050919050565b600061358b602183613a56565b9150613596826142c4565b604082019050919050565b60006135ae603183613a56565b91506135b982614313565b604082019050919050565b60006135d1602c83613a56565b91506135dc82614362565b604082019050919050565b6135f081613ba9565b82525050565b6000613602828561326e565b915061360e828461326e565b91508190509392505050565b600060208201905061362f60008301846131de565b92915050565b600060808201905061364a60008301876131de565b61365760208301866131de565b61366460408301856135e7565b818103606083015261367681846131fc565b905095945050505050565b600060208201905061369660008301846131ed565b92915050565b600060208201905081810360008301526136b68184613235565b905092915050565b600060208201905081810360008301526136d78161329f565b9050919050565b600060208201905081810360008301526136f7816132c2565b9050919050565b60006020820190508181036000830152613717816132e5565b9050919050565b6000602082019050818103600083015261373781613308565b9050919050565b600060208201905081810360008301526137578161332b565b9050919050565b600060208201905081810360008301526137778161334e565b9050919050565b6000602082019050818103600083015261379781613371565b9050919050565b600060208201905081810360008301526137b781613394565b9050919050565b600060208201905081810360008301526137d7816133b7565b9050919050565b600060208201905081810360008301526137f7816133da565b9050919050565b60006020820190508181036000830152613817816133fd565b9050919050565b6000602082019050818103600083015261383781613420565b9050919050565b6000602082019050818103600083015261385781613443565b9050919050565b6000602082019050818103600083015261387781613466565b9050919050565b6000602082019050818103600083015261389781613489565b9050919050565b600060208201905081810360008301526138b7816134ac565b9050919050565b600060208201905081810360008301526138d7816134cf565b9050919050565b600060208201905081810360008301526138f7816134f2565b9050919050565b6000602082019050818103600083015261391781613515565b9050919050565b6000602082019050818103600083015261393781613538565b9050919050565b600060208201905081810360008301526139578161355b565b9050919050565b600060208201905081810360008301526139778161357e565b9050919050565b60006020820190508181036000830152613997816135a1565b9050919050565b600060208201905081810360008301526139b7816135c4565b9050919050565b60006020820190506139d360008301846135e7565b92915050565b60006139e36139f4565b90506139ef8282613c27565b919050565b6000604051905090565b600067ffffffffffffffff821115613a1957613a18613d5f565b5b613a2282613d8e565b9050602081019050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b6000613a7d82613ba9565b9150613a8883613ba9565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115613abd57613abc613cd2565b5b828201905092915050565b6000613ad382613ba9565b9150613ade83613ba9565b925082613aee57613aed613d01565b5b828204905092915050565b6000613b0482613ba9565b9150613b0f83613ba9565b925082821015613b2257613b21613cd2565b5b828203905092915050565b6000613b3882613b89565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6000613b8282613b2d565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015613be0578082015181840152602081019050613bc5565b83811115613bef576000848401525b50505050565b60006002820490506001821680613c0d57607f821691505b60208210811415613c2157613c20613d30565b5b50919050565b613c3082613d8e565b810181811067ffffffffffffffff82111715613c4f57613c4e613d5f565b5b80604052505050565b6000613c6382613ba9565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613c9657613c95613cd2565b5b600182019050919050565b6000613cac82613ba9565b9150613cb783613ba9565b925082613cc757613cc6613d01565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f6e6f742075736572210000000000000000000000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4578636565642067696674206d6178206c696d69740000000000000000000000600082015250565b7f57697468647261773a204e6f20616d6f756e7400000000000000000000000000600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4578636565642073616c6573206d6178206c696d697400000000000000000000600082015250565b7f5075626c69632073616c65733a2053616c65206973206e6f742061637469766160008201527f7465640000000000000000000000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f457863656564206d6178206d696e7420706572206d696e746572000000000000600082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b6143ba81613b2d565b81146143c557600080fd5b50565b6143d181613b3f565b81146143dc57600080fd5b50565b6143e881613b4b565b81146143f357600080fd5b50565b6143ff81613b77565b811461440a57600080fd5b50565b61441681613ba9565b811461442157600080fd5b5056fea2646970667358221220130d49249e6ca0beed0591a1ce8c712e2f35f8750ef2aedde00f24832af9768964736f6c63430008040033

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.