ETH Price: $3,321.69 (+2.21%)
Gas: 3 Gwei

Token

Background Mfers (BGRNDMFER)
 

Overview

Max Total Supply

364 BGRNDMFER

Holders

57

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
jpgr.eth
Balance
2 BGRNDMFER
0x0dcf85A7f550c4455E82b8e9115511F29d4c3D25
Loading...
Loading
Loading...
Loading
Loading...
Loading

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

Contract Source Code Verified (Exact Match)

Contract Name:
BackgroundMfers

Compiler Version
v0.8.1+commit.df193b15

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 15 : BackgroundMfers.sol
//SPDX-License-Identifier: UNLICENSED

/*
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒███▓░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▓▒▒▒▓▓░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▓▒▒▒▒▒▓▒░░▒▒░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒░░░▒░░░▒░░░░░░░░░░▒▒▒▒░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓██▓▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒▒░░▒░░░░░░░░░░▒▒▒▒░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░▒█▓▓▓▓▒░░▒▒▒▒▒░░░░░░░░░░░░░░░░░░░▒▒░▒▒░░▒▒░░░░░░░▒▒░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓▓▓▓░░▒▒▒░░░░░░░░░▒▒▒▒▒▒▒░░░░▒▒▒░░▒░░░░░░░░░▒▒▒░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒▒▒▒▒░░░░░░░░░░░░░░░░░░░▒▒▒▒░▒▒▒▒▒░▒▒░░░▒▒▒░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░▒▒░░░▒░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒▒▓▒░░░▒░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░▒░░▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒░▒▓▒▒░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒░▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒░░░▒░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒░░▒▒░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░▒▒░░░░░▒░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒░░░░▒▒░░░░░░░░░░░░░░░░░░░░░░░░
*/

pragma solidity >=0.7.0 <0.9.0;
interface nftInterface {
    function ownerOf(uint256 tokenId) external view returns (address owner);
    function balanceOf(address owner) external view returns (uint256);
    function totalSupply() external view returns (uint256);
}

pragma solidity >=0.7.0 <0.9.0;

import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "hardhat/console.sol";

contract BackgroundMfers is ERC721, Ownable {
  using Counters for Counters.Counter;
  using SafeMath for uint256;

  Counters.Counter private supply;

  uint256 public publicCost = .0169 ether;
  uint256 public mferCost = .0069 ether;
  uint public presalemaxMintAmountPlusOne = 3;
  mapping(address => uint256) public whitelistBalances;

  uint256 public maxMintAmountPlusOne = 21;

  bytes32 public merkleRoot;

  uint256 public maxSupplyPlusOne = 10_001;
  uint256 public devMintAmount = 25;

// dadmfers v1 0x14C93de3b7665373a398e3b75613666213c8fD1b
// Background Mfers V3 0x298614db08ed42CC05BE520C313f35ABaE6a05fE
  nftInterface dadmfersV1Contract = nftInterface(0x14C93de3b7665373a398e3b75613666213c8fD1b);

// dadmfers v2 0x68CCdcf9d5CB0e61d72c0b31b654d6408A93C65a
// Background Mfers V2 0x04C4fdC5216206B3627D69dB045FdabF26e25c9f
  nftInterface dadmfersV2Contract = nftInterface(0x68CCdcf9d5CB0e61d72c0b31b654d6408A93C65a);

// mfers 0x79FCDEF22feeD20eDDacbB2587640e45491b757f
// Background Mfers 0x972492ED350895501Bc2Aafc265216Be3354D2Ad
  nftInterface mfersContract = nftInterface(0x79FCDEF22feeD20eDDacbB2587640e45491b757f);

  mapping(uint256 => bool) public usedV1Ids;
  mapping(uint256 => bool) public usedV2Ids;
  mapping(uint256 => bool) public usedMferIds;


  string private _baseURIextended;

  bool public saleIsActive = false;

    // TODO: update
  address payable public immutable creatorAddress = payable(0x4873F1768E1833FA6Fb720b183715c7F57ECF953);

  constructor() ERC721("Background Mfers", "BGRNDMFER") {
    _baseURIextended = "ipfs://QmYraZ6dy9jDd3tnxtCwrnVwiCmVfhRVpa5tekTNsU2obR/";
    _mintLoop(0xc59Af5b5730Fd0D7541Af26D5e7F9Dd13a514947, devMintAmount);
    saleIsActive = false;
  }

  modifier mintCompliance(uint256 _mintAmount) {
    require(_mintAmount > 0, "Invalid mint amount!");
    require(supply.current() + _mintAmount < maxSupplyPlusOne, "Max supply exceeded!");
    require (saleIsActive, "Public sale inactive");
    _;
  }

  function totalSupply() public view returns (uint256) {
    return supply.current();
  }

  function setMerkleRoot(bytes32 _merkleRoot) public onlyOwner {
    merkleRoot = _merkleRoot;
  }

  function foreignNftsForWallet(address account, uint256 input)
    external 
    view 
    returns (uint256[] memory)
  {
    uint256 foreignSupply = 0;
    if (input == 0) {
      foreignSupply = dadmfersV1Contract.totalSupply();
    } else if (input == 1) {
      foreignSupply = dadmfersV2Contract.totalSupply();
    } else if (input == 2) {
      foreignSupply = mfersContract.totalSupply();
    }

    uint256[] memory tokenIdsOwned = new uint256[](foreignSupply);
    uint256 index = 0;
    for (uint256 tokenid = 1; tokenid < foreignSupply; tokenid++) {
      bool owned = false;
      if (input == 0) {
        try dadmfersV1Contract.ownerOf(tokenid) returns (address retAddr) {
            owned = (retAddr == account) && !usedV1Ids[tokenid];
        } catch Error(string memory) {
          owned = false;
        }
      } else if (input == 1) {
        try dadmfersV2Contract.ownerOf(tokenid) returns (address retAddr) {
            owned = (retAddr == account) && !usedV2Ids[tokenid];
        } catch Error(string memory) {
          owned = false;
        }
      } else if (input == 2) {
        try mfersContract.ownerOf(tokenid) returns (address retAddr) {
            owned = (retAddr == account) && !usedMferIds[tokenid];
        } catch Error(string memory) {
          owned = false;
        }
      }

      if (owned) {
        tokenIdsOwned[index] = tokenid;
        index++;
      }
    }

    uint256[] memory trimmedResult = new uint256[](index);
    for (uint j = 0; j < trimmedResult.length; j++) {
        trimmedResult[j] = tokenIdsOwned[j];
    }

    return trimmedResult;
  }

  function mintWithDadmfersV1(uint256 [] memory nftIds) public mintCompliance(nftIds.length) {
    for (uint256 i = 0; i < nftIds.length; i++) {
      require(dadmfersV1Contract.ownerOf(nftIds[i]) == msg.sender, "You must own all the dadmfer V1s!");
      require(usedV1Ids[nftIds[i]] == false, "One of the dadmfer IDs has already been used!");
      supply.increment();
      _safeMint(msg.sender, supply.current());
      usedV1Ids[nftIds[i]] = true;
    }
  }

  function mintWithDadmfersV2(uint256 [] memory nftIds) public mintCompliance(nftIds.length) {
    for (uint256 i = 0; i < nftIds.length; i++) {
      require(dadmfersV2Contract.ownerOf(nftIds[i]) == msg.sender, "You must own all the dadmfer V2s!");
      require(usedV2Ids[nftIds[i]] == false, "One of the dadmfer IDs has already been used!");
      supply.increment();
      _safeMint(msg.sender, supply.current());
      usedV2Ids[nftIds[i]] = true;
    }
  }

  function mintWithMfers(uint256 [] memory nftIds) public payable mintCompliance(nftIds.length) {
    require(msg.value >= mferCost * nftIds.length, "Not enough eth sent!");
    
    for (uint256 i = 0; i < nftIds.length; i++) {
      require(mfersContract.ownerOf(nftIds[i]) == msg.sender, "You must own all the mfers!");
      require(usedMferIds[nftIds[i]] == false, "One of the mfer IDs has already been used!");
      supply.increment();
      _safeMint(msg.sender, supply.current());
      usedMferIds[nftIds[i]] = true;
    }
  }

  function mintPublic(uint256 _mintAmount) public payable mintCompliance(_mintAmount) {
    require(msg.value >= publicCost * _mintAmount, "Not enough eth sent!");
    require(_mintAmount < maxMintAmountPlusOne, "trying to mint too many!");
    _mintLoop(msg.sender, _mintAmount);
  }

  function whitelistMint(uint256 _mintAmount, bytes32[] calldata merkleProof) public mintCompliance(_mintAmount) {
    require(_mintAmount < presalemaxMintAmountPlusOne, "trying to mint too many!");
    require(whitelistBalances[msg.sender] + _mintAmount < presalemaxMintAmountPlusOne, "Attempting to mint too many for pre-sale");
    
    bytes32 leaf = keccak256(abi.encodePacked(msg.sender));
    require(MerkleProof.verify(merkleProof, merkleRoot, leaf), "You're not whitelisted for presale!");
    _mintLoop(msg.sender, _mintAmount);
    whitelistBalances[msg.sender] += _mintAmount;
  }

  function setSale(bool newState) public onlyOwner {
    saleIsActive = newState;
  }

  function setPublicCost(uint256 _newCost) public onlyOwner {
    publicCost = _newCost;
  }

  function setMferCost(uint256 _newCost) public onlyOwner {
    mferCost = _newCost;
  }

  function lowerSupply(uint256 newSupply) public onlyOwner {
      if (newSupply < maxSupplyPlusOne) {
          maxSupplyPlusOne = newSupply;
      }
  }

  function _mintLoop(address _receiver, uint256 _mintAmount) internal {
    for (uint256 i = 0; i < _mintAmount; i++) {
      supply.increment();
      _safeMint(_receiver, supply.current());
    }
  }

  function setBaseURI(string memory baseURI_) external onlyOwner() {
    _baseURIextended = baseURI_;
  }

  function _baseURI() internal view virtual override returns (string memory) {
    return _baseURIextended;
  }

  function withdraw() public onlyOwner {
    uint256 balance = address(this).balance;  
    Address.sendValue(creatorAddress, balance);
  }

}

File 2 of 15 : 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 3 of 15 : Counters.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Counters.sol)

pragma solidity ^0.8.0;

/**
 * @title Counters
 * @author Matt Condon (@shrugs)
 * @dev Provides counters that can only be incremented, decremented or reset. This can be used e.g. to track the number
 * of elements in a mapping, issuing ERC721 ids, or counting request ids.
 *
 * Include with `using Counters for Counters.Counter;`
 */
library Counters {
    struct Counter {
        // This variable should never be directly accessed by users of the library: interactions must be restricted to
        // the library's function. As of Solidity v0.5.2, this cannot be enforced, though there is a proposal to add
        // this feature: see https://github.com/ethereum/solidity/issues/4637
        uint256 _value; // default: 0
    }

    function current(Counter storage counter) internal view returns (uint256) {
        return counter._value;
    }

    function increment(Counter storage counter) internal {
        unchecked {
            counter._value += 1;
        }
    }

    function decrement(Counter storage counter) internal {
        uint256 value = counter._value;
        require(value > 0, "Counter: decrement overflow");
        unchecked {
            counter._value = value - 1;
        }
    }

    function reset(Counter storage counter) internal {
        counter._value = 0;
    }
}

File 4 of 15 : 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 5 of 15 : SafeMath.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)

pragma solidity ^0.8.0;

// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
// because it relies on the compiler's built in overflow checks.

/**
 * @dev Wrappers over Solidity's arithmetic operations.
 *
 * NOTE: `SafeMath` is generally not needed starting with Solidity 0.8, since the compiler
 * now has built in overflow checking.
 */
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            uint256 c = a + b;
            if (c < a) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the substraction of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b > a) return (false, 0);
            return (true, a - b);
        }
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
            // benefit is lost if 'b' is also tested.
            // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
            if (a == 0) return (true, 0);
            uint256 c = a * b;
            if (c / a != b) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the division of two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a / b);
        }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a % b);
        }
    }

    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        return a + b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        return a - b;
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        return a * b;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator.
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
        return a % b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {trySub}.
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        unchecked {
            require(b <= a, errorMessage);
            return a - b;
        }
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        unchecked {
            require(b > 0, errorMessage);
            return a / b;
        }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting with custom message when dividing by zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryMod}.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        unchecked {
            require(b > 0, errorMessage);
            return a % b;
        }
    }
}

File 6 of 15 : MerkleProof.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (utils/cryptography/MerkleProof.sol)

pragma solidity ^0.8.0;

/**
 * @dev These functions deal with verification of Merkle Trees proofs.
 *
 * The proofs can be generated using the JavaScript library
 * https://github.com/miguelmota/merkletreejs[merkletreejs].
 * Note: the hashing algorithm should be keccak256 and pair sorting should be enabled.
 *
 * See `test/utils/cryptography/MerkleProof.test.js` for some examples.
 */
library MerkleProof {
    /**
     * @dev Returns true if a `leaf` can be proved to be a part of a Merkle tree
     * defined by `root`. For this, a `proof` must be provided, containing
     * sibling hashes on the branch from the leaf to the root of the tree. Each
     * pair of leaves and each pair of pre-images are assumed to be sorted.
     */
    function verify(
        bytes32[] memory proof,
        bytes32 root,
        bytes32 leaf
    ) internal pure returns (bool) {
        return processProof(proof, leaf) == root;
    }

    /**
     * @dev Returns the rebuilt hash obtained by traversing a Merklee tree up
     * from `leaf` using `proof`. A `proof` is valid if and only if the rebuilt
     * hash matches the root of the tree. When processing the proof, the pairs
     * of leafs & pre-images are assumed to be sorted.
     *
     * _Available since v4.4._
     */
    function processProof(bytes32[] memory proof, bytes32 leaf) internal pure returns (bytes32) {
        bytes32 computedHash = leaf;
        for (uint256 i = 0; i < proof.length; i++) {
            bytes32 proofElement = proof[i];
            if (computedHash <= proofElement) {
                // Hash(current computed hash + current element of the proof)
                computedHash = _efficientHash(computedHash, proofElement);
            } else {
                // Hash(current element of the proof + current computed hash)
                computedHash = _efficientHash(proofElement, computedHash);
            }
        }
        return computedHash;
    }

    function _efficientHash(bytes32 a, bytes32 b) private pure returns (bytes32 value) {
        assembly {
            mstore(0x00, a)
            mstore(0x20, b)
            value := keccak256(0x00, 0x40)
        }
    }
}

File 7 of 15 : console.sol
// SPDX-License-Identifier: MIT
pragma solidity >= 0.4.22 <0.9.0;

library console {
	address constant CONSOLE_ADDRESS = address(0x000000000000000000636F6e736F6c652e6c6f67);

	function _sendLogPayload(bytes memory payload) private view {
		uint256 payloadLength = payload.length;
		address consoleAddress = CONSOLE_ADDRESS;
		assembly {
			let payloadStart := add(payload, 32)
			let r := staticcall(gas(), consoleAddress, payloadStart, payloadLength, 0, 0)
		}
	}

	function log() internal view {
		_sendLogPayload(abi.encodeWithSignature("log()"));
	}

	function logInt(int p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(int)", p0));
	}

	function logUint(uint p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint)", p0));
	}

	function logString(string memory p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string)", p0));
	}

	function logBool(bool p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool)", p0));
	}

	function logAddress(address p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address)", p0));
	}

	function logBytes(bytes memory p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes)", p0));
	}

	function logBytes1(bytes1 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes1)", p0));
	}

	function logBytes2(bytes2 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes2)", p0));
	}

	function logBytes3(bytes3 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes3)", p0));
	}

	function logBytes4(bytes4 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes4)", p0));
	}

	function logBytes5(bytes5 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes5)", p0));
	}

	function logBytes6(bytes6 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes6)", p0));
	}

	function logBytes7(bytes7 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes7)", p0));
	}

	function logBytes8(bytes8 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes8)", p0));
	}

	function logBytes9(bytes9 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes9)", p0));
	}

	function logBytes10(bytes10 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes10)", p0));
	}

	function logBytes11(bytes11 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes11)", p0));
	}

	function logBytes12(bytes12 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes12)", p0));
	}

	function logBytes13(bytes13 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes13)", p0));
	}

	function logBytes14(bytes14 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes14)", p0));
	}

	function logBytes15(bytes15 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes15)", p0));
	}

	function logBytes16(bytes16 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes16)", p0));
	}

	function logBytes17(bytes17 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes17)", p0));
	}

	function logBytes18(bytes18 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes18)", p0));
	}

	function logBytes19(bytes19 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes19)", p0));
	}

	function logBytes20(bytes20 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes20)", p0));
	}

	function logBytes21(bytes21 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes21)", p0));
	}

	function logBytes22(bytes22 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes22)", p0));
	}

	function logBytes23(bytes23 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes23)", p0));
	}

	function logBytes24(bytes24 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes24)", p0));
	}

	function logBytes25(bytes25 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes25)", p0));
	}

	function logBytes26(bytes26 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes26)", p0));
	}

	function logBytes27(bytes27 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes27)", p0));
	}

	function logBytes28(bytes28 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes28)", p0));
	}

	function logBytes29(bytes29 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes29)", p0));
	}

	function logBytes30(bytes30 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes30)", p0));
	}

	function logBytes31(bytes31 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes31)", p0));
	}

	function logBytes32(bytes32 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes32)", p0));
	}

	function log(uint p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint)", p0));
	}

	function log(string memory p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string)", p0));
	}

	function log(bool p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool)", p0));
	}

	function log(address p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address)", p0));
	}

	function log(uint p0, uint p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint)", p0, p1));
	}

	function log(uint p0, string memory p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string)", p0, p1));
	}

	function log(uint p0, bool p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool)", p0, p1));
	}

	function log(uint p0, address p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address)", p0, p1));
	}

	function log(string memory p0, uint p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint)", p0, p1));
	}

	function log(string memory p0, string memory p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string)", p0, p1));
	}

	function log(string memory p0, bool p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool)", p0, p1));
	}

	function log(string memory p0, address p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address)", p0, p1));
	}

	function log(bool p0, uint p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint)", p0, p1));
	}

	function log(bool p0, string memory p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string)", p0, p1));
	}

	function log(bool p0, bool p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool)", p0, p1));
	}

	function log(bool p0, address p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address)", p0, p1));
	}

	function log(address p0, uint p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint)", p0, p1));
	}

	function log(address p0, string memory p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string)", p0, p1));
	}

	function log(address p0, bool p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool)", p0, p1));
	}

	function log(address p0, address p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address)", p0, p1));
	}

	function log(uint p0, uint p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,uint)", p0, p1, p2));
	}

	function log(uint p0, uint p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,string)", p0, p1, p2));
	}

	function log(uint p0, uint p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,bool)", p0, p1, p2));
	}

	function log(uint p0, uint p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,address)", p0, p1, p2));
	}

	function log(uint p0, string memory p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,uint)", p0, p1, p2));
	}

	function log(uint p0, string memory p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,string)", p0, p1, p2));
	}

	function log(uint p0, string memory p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,bool)", p0, p1, p2));
	}

	function log(uint p0, string memory p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,address)", p0, p1, p2));
	}

	function log(uint p0, bool p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,uint)", p0, p1, p2));
	}

	function log(uint p0, bool p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,string)", p0, p1, p2));
	}

	function log(uint p0, bool p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,bool)", p0, p1, p2));
	}

	function log(uint p0, bool p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,address)", p0, p1, p2));
	}

	function log(uint p0, address p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,uint)", p0, p1, p2));
	}

	function log(uint p0, address p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,string)", p0, p1, p2));
	}

	function log(uint p0, address p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,bool)", p0, p1, p2));
	}

	function log(uint p0, address p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,address)", p0, p1, p2));
	}

	function log(string memory p0, uint p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,uint)", p0, p1, p2));
	}

	function log(string memory p0, uint p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,string)", p0, p1, p2));
	}

	function log(string memory p0, uint p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,bool)", p0, p1, p2));
	}

	function log(string memory p0, uint p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,address)", p0, p1, p2));
	}

	function log(string memory p0, string memory p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,uint)", p0, p1, p2));
	}

	function log(string memory p0, string memory p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,string)", p0, p1, p2));
	}

	function log(string memory p0, string memory p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,bool)", p0, p1, p2));
	}

	function log(string memory p0, string memory p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,address)", p0, p1, p2));
	}

	function log(string memory p0, bool p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint)", p0, p1, p2));
	}

	function log(string memory p0, bool p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,string)", p0, p1, p2));
	}

	function log(string memory p0, bool p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,bool)", p0, p1, p2));
	}

	function log(string memory p0, bool p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,address)", p0, p1, p2));
	}

	function log(string memory p0, address p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint)", p0, p1, p2));
	}

	function log(string memory p0, address p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,string)", p0, p1, p2));
	}

	function log(string memory p0, address p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,bool)", p0, p1, p2));
	}

	function log(string memory p0, address p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,address)", p0, p1, p2));
	}

	function log(bool p0, uint p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,uint)", p0, p1, p2));
	}

	function log(bool p0, uint p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,string)", p0, p1, p2));
	}

	function log(bool p0, uint p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,bool)", p0, p1, p2));
	}

	function log(bool p0, uint p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,address)", p0, p1, p2));
	}

	function log(bool p0, string memory p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,uint)", p0, p1, p2));
	}

	function log(bool p0, string memory p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,string)", p0, p1, p2));
	}

	function log(bool p0, string memory p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,bool)", p0, p1, p2));
	}

	function log(bool p0, string memory p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,address)", p0, p1, p2));
	}

	function log(bool p0, bool p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint)", p0, p1, p2));
	}

	function log(bool p0, bool p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,string)", p0, p1, p2));
	}

	function log(bool p0, bool p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,bool)", p0, p1, p2));
	}

	function log(bool p0, bool p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,address)", p0, p1, p2));
	}

	function log(bool p0, address p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint)", p0, p1, p2));
	}

	function log(bool p0, address p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,string)", p0, p1, p2));
	}

	function log(bool p0, address p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,bool)", p0, p1, p2));
	}

	function log(bool p0, address p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,address)", p0, p1, p2));
	}

	function log(address p0, uint p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,uint)", p0, p1, p2));
	}

	function log(address p0, uint p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,string)", p0, p1, p2));
	}

	function log(address p0, uint p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,bool)", p0, p1, p2));
	}

	function log(address p0, uint p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,address)", p0, p1, p2));
	}

	function log(address p0, string memory p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,uint)", p0, p1, p2));
	}

	function log(address p0, string memory p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,string)", p0, p1, p2));
	}

	function log(address p0, string memory p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,bool)", p0, p1, p2));
	}

	function log(address p0, string memory p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,address)", p0, p1, p2));
	}

	function log(address p0, bool p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint)", p0, p1, p2));
	}

	function log(address p0, bool p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,string)", p0, p1, p2));
	}

	function log(address p0, bool p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,bool)", p0, p1, p2));
	}

	function log(address p0, bool p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,address)", p0, p1, p2));
	}

	function log(address p0, address p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint)", p0, p1, p2));
	}

	function log(address p0, address p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,string)", p0, p1, p2));
	}

	function log(address p0, address p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,bool)", p0, p1, p2));
	}

	function log(address p0, address p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,address)", p0, p1, p2));
	}

	function log(uint p0, uint p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,uint,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,uint,string)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,uint,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,uint,address)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,string,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,string,string)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,string,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,string,address)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,bool,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,bool,string)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,bool,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,bool,address)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,address,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,address,string)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,address,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,address,address)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,uint,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,uint,string)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,uint,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,uint,address)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,string,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,string,string)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,string,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,string,address)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,bool,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,bool,string)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,bool,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,bool,address)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,address,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,address,string)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,address,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,address,address)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,uint,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,uint,string)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,uint,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,uint,address)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,string,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,string,string)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,string,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,string,address)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,bool,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,bool,string)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,bool,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,bool,address)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,address,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,address,string)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,address,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,address,address)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,uint,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,uint,string)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,uint,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,uint,address)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,string,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,string,string)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,string,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,string,address)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,bool,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,bool,string)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,bool,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,bool,address)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,address,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,address,string)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,address,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,address,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,uint,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,uint,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,uint,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,uint,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,string,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,string,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,string,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,string,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,bool,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,bool,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,bool,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,bool,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,address,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,address,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,address,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,address,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,uint,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,uint,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,uint,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,uint,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,string,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,string,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,string,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,string,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,bool,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,bool,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,bool,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,bool,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,address,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,address,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,address,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,address,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,string,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,string,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,string,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,string,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,bool,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,bool,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,bool,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,bool,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,address,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,address,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,address,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,address,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,string,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,string,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,string,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,string,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,bool,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,bool,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,bool,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,bool,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,address,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,address,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,address,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,address,address)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,uint,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,uint,string)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,uint,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,uint,address)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,string,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,string,string)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,string,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,string,address)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,bool,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,bool,string)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,bool,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,bool,address)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,address,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,address,string)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,address,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,address,address)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,uint,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,uint,string)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,uint,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,uint,address)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,string,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,string,string)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,string,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,string,address)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,bool,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,bool,string)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,bool,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,bool,address)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,address,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,address,string)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,address,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,address,address)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint,string)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint,address)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,string,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,string,string)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,string,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,string,address)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,bool,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,bool,string)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,bool,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,bool,address)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,address,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,address,string)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,address,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,address,address)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint,string)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint,address)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,string,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,string,string)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,string,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,string,address)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,bool,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,bool,string)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,bool,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,bool,address)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,address,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,address,string)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,address,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,address,address)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,uint,uint)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,uint,string)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,uint,bool)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,uint,address)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,string,uint)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,string,string)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,string,bool)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,string,address)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,bool,uint)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,bool,string)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,bool,bool)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,bool,address)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,address,uint)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,address,string)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,address,bool)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,address,address)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,uint,uint)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,uint,string)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,uint,bool)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,uint,address)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,string,uint)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,string,string)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,string,bool)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,string,address)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,bool,uint)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,bool,string)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,bool,bool)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,bool,address)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,address,uint)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,address,string)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,address,bool)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,address,address)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint,uint)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint,string)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint,bool)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint,address)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,string,uint)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,string,string)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,string,bool)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,string,address)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,bool,uint)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,bool,string)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,bool,bool)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,bool,address)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,address,uint)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,address,string)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,address,bool)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,address,address)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint,uint)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint,string)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint,bool)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint,address)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,string,uint)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,string,string)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,string,bool)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,string,address)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,bool,uint)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,bool,string)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,bool,bool)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,bool,address)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,address,uint)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,address,string)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,address,bool)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,address,address)", p0, p1, p2, p3));
	}

}

File 8 of 15 : 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 9 of 15 : 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 10 of 15 : 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 11 of 15 : 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 12 of 15 : 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 13 of 15 : 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 14 of 15 : 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 15 of 15 : 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":[{"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":"creatorAddress","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"devMintAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"input","type":"uint256"}],"name":"foreignNftsForWallet","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","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":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"newSupply","type":"uint256"}],"name":"lowerSupply","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"maxMintAmountPlusOne","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupplyPlusOne","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"merkleRoot","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"mferCost","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_mintAmount","type":"uint256"}],"name":"mintPublic","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"nftIds","type":"uint256[]"}],"name":"mintWithDadmfersV1","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"nftIds","type":"uint256[]"}],"name":"mintWithDadmfersV2","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"nftIds","type":"uint256[]"}],"name":"mintWithMfers","outputs":[],"stateMutability":"payable","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":"presalemaxMintAmountPlusOne","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"publicCost","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":"saleIsActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":"baseURI_","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_merkleRoot","type":"bytes32"}],"name":"setMerkleRoot","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newCost","type":"uint256"}],"name":"setMferCost","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newCost","type":"uint256"}],"name":"setPublicCost","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"newState","type":"bool"}],"name":"setSale","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":"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":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"usedMferIds","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"usedV1Ids","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"usedV2Ids","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"whitelistBalances","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_mintAmount","type":"uint256"},{"internalType":"bytes32[]","name":"merkleProof","type":"bytes32[]"}],"name":"whitelistMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60a0604052663c0a75e0b440006008556618838370f340006009556003600a556015600c55612711600e556019600f557314c93de3b7665373a398e3b75613666213c8fd1b601060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507368ccdcf9d5cb0e61d72c0b31b654d6408a93c65a601160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507379fcdef22feed20eddacbb2587640e45491b757f601260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000601760006101000a81548160ff021916908315150217905550734873f1768e1833fa6fb720b183715c7f57ecf95373ffffffffffffffffffffffffffffffffffffffff1660809073ffffffffffffffffffffffffffffffffffffffff1660601b815250348015620001a057600080fd5b506040518060400160405280601081526020017f4261636b67726f756e64204d66657273000000000000000000000000000000008152506040518060400160405280600981526020017f4247524e444d464552000000000000000000000000000000000000000000000081525081600090805190602001906200022592919062000915565b5080600190805190602001906200023e92919062000915565b5050506200026162000255620002dc60201b60201c565b620002e460201b60201c565b60405180606001604052806036815260200162006d9160369139601690805190602001906200029292919062000915565b50620002bb73c59af5b5730fd0d7541af26d5e7f9dd13a514947600f54620003aa60201b60201c565b6000601760006101000a81548160ff02191690831515021790555062000e72565b600033905090565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60005b818110156200040b57620003cd60076200041060201b62002f7d1760201c565b620003f583620003e960076200042660201b62002f931760201c565b6200043460201b60201c565b8080620004029062000cfa565b915050620003ad565b505050565b6001816000016000828254019250508190555050565b600081600001549050919050565b620004568282604051806020016040528060008152506200045a60201b60201c565b5050565b6200046c8383620004c860201b60201c565b620004816000848484620006c260201b60201c565b620004c3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620004ba9062000b34565b60405180910390fd5b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156200053b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620005329062000b78565b60405180910390fd5b6200054c816200087c60201b60201c565b156200058f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620005869062000b56565b60405180910390fd5b620005a360008383620008e860201b60201c565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254620005f5919062000bc7565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4620006be60008383620008ed60201b60201c565b5050565b6000620006f08473ffffffffffffffffffffffffffffffffffffffff16620008f260201b62002fa11760201c565b156200086f578373ffffffffffffffffffffffffffffffffffffffff1663150b7a0262000722620002dc60201b60201c565b8786866040518563ffffffff1660e01b815260040162000746949392919062000ae0565b602060405180830381600087803b1580156200076157600080fd5b505af19250505080156200079557506040513d601f19601f82011682018060405250810190620007929190620009dc565b60015b6200081e573d8060008114620007c8576040519150601f19603f3d011682016040523d82523d6000602084013e620007cd565b606091505b5060008151141562000816576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200080d9062000b34565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161491505062000874565b600190505b949350505050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b505050565b505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b828054620009239062000cc4565b90600052602060002090601f01602090048101928262000947576000855562000993565b82601f106200096257805160ff191683800117855562000993565b8280016001018555821562000993579182015b828111156200099257825182559160200191906001019062000975565b5b509050620009a29190620009a6565b5090565b5b80821115620009c1576000816000905550600101620009a7565b5090565b600081519050620009d68162000e58565b92915050565b600060208284031215620009ef57600080fd5b6000620009ff84828501620009c5565b91505092915050565b62000a138162000c24565b82525050565b600062000a268262000b9a565b62000a32818562000ba5565b935062000a4481856020860162000c8e565b62000a4f8162000da6565b840191505092915050565b600062000a6960328362000bb6565b915062000a768262000db7565b604082019050919050565b600062000a90601c8362000bb6565b915062000a9d8262000e06565b602082019050919050565b600062000ab760208362000bb6565b915062000ac48262000e2f565b602082019050919050565b62000ada8162000c84565b82525050565b600060808201905062000af7600083018762000a08565b62000b06602083018662000a08565b62000b15604083018562000acf565b818103606083015262000b29818462000a19565b905095945050505050565b6000602082019050818103600083015262000b4f8162000a5a565b9050919050565b6000602082019050818103600083015262000b718162000a81565b9050919050565b6000602082019050818103600083015262000b938162000aa8565b9050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600062000bd48262000c84565b915062000be18362000c84565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111562000c195762000c1862000d48565b5b828201905092915050565b600062000c318262000c64565b9050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60005b8381101562000cae57808201518184015260208101905062000c91565b8381111562000cbe576000848401525b50505050565b6000600282049050600182168062000cdd57607f821691505b6020821081141562000cf45762000cf362000d77565b5b50919050565b600062000d078262000c84565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141562000d3d5762000d3c62000d48565b5b600182019050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b62000e638162000c38565b811462000e6f57600080fd5b50565b60805160601c615ef962000e986000396000818161177a0152612c170152615ef96000f3fe60806040526004361061025c5760003560e01c80637cb6475911610144578063cd5000ab116100b6578063e927fc5c1161007a578063e927fc5c146108e7578063e985e9c514610912578063eb8d24441461094f578063efd0cbf91461097a578063f2fde38b14610996578063f7ea21b2146109bf5761025c565b8063cd5000ab146107ee578063d2cab0561461082b578063d4d20d5914610854578063d52a68bc1461087f578063e07dcd14146108bc5761025c565b8063a22cb46511610108578063a22cb465146106ef578063aeb3392f14610718578063b88d4fde14610734578063c71538161461075d578063c7610ee614610786578063c87b56dd146107b15761025c565b80637cb647591461061c578063811d2437146106455780638693da201461066e5780638da5cb5b1461069957806395d89b41146106c45761025c565b80632eb4a7ab116101dd5780635798cfae116101a15780635798cfae1461050e5780636352211e1461053757806370a0823114610574578063715018a6146105b15780637678c417146105c85780637759e29f146105f15761025c565b80632eb4a7ab1461043d5780632eff5e40146104685780633ccfd60b146104a557806342842e0e146104bc57806355f804b3146104e55761025c565b806318160ddd1161022457806318160ddd1461036c5780631d2e5a3a146103975780631e482dd4146103c057806323b872dd146103e95780632b935c0f146104125761025c565b806301ffc9a71461026157806306fdde031461029e578063081812fc146102c9578063095ea7b31461030657806311ce0e391461032f575b600080fd5b34801561026d57600080fd5b50610288600480360381019061028391906144bd565b6109fc565b6040516102959190614cb9565b60405180910390f35b3480156102aa57600080fd5b506102b3610ade565b6040516102c09190614cef565b60405180910390f35b3480156102d557600080fd5b506102f060048036038101906102eb9190614550565b610b70565b6040516102fd9190614c15565b60405180910390f35b34801561031257600080fd5b5061032d600480360381019061032891906143ee565b610bf5565b005b34801561033b57600080fd5b5061035660048036038101906103519190614550565b610d0d565b6040516103639190614cb9565b60405180910390f35b34801561037857600080fd5b50610381610d2d565b60405161038e91906150d1565b60405180910390f35b3480156103a357600080fd5b506103be60048036038101906103b9919061446b565b610d3e565b005b3480156103cc57600080fd5b506103e760048036038101906103e29190614550565b610dd7565b005b3480156103f557600080fd5b50610410600480360381019061040b91906142e8565b610e5d565b005b34801561041e57600080fd5b50610427610ebd565b60405161043491906150d1565b60405180910390f35b34801561044957600080fd5b50610452610ec3565b60405161045f9190614cd4565b60405180910390f35b34801561047457600080fd5b5061048f600480360381019061048a91906143ee565b610ec9565b60405161049c9190614c97565b60405180910390f35b3480156104b157600080fd5b506104ba6116f4565b005b3480156104c857600080fd5b506104e360048036038101906104de91906142e8565b6117a2565b005b3480156104f157600080fd5b5061050c6004803603810190610507919061450f565b6117c2565b005b34801561051a57600080fd5b506105356004803603810190610530919061442a565b611858565b005b34801561054357600080fd5b5061055e60048036038101906105599190614550565b611bf0565b60405161056b9190614c15565b60405180910390f35b34801561058057600080fd5b5061059b6004803603810190610596919061425a565b611ca2565b6040516105a891906150d1565b60405180910390f35b3480156105bd57600080fd5b506105c6611d5a565b005b3480156105d457600080fd5b506105ef60048036038101906105ea919061442a565b611de2565b005b3480156105fd57600080fd5b5061060661217a565b60405161061391906150d1565b60405180910390f35b34801561062857600080fd5b50610643600480360381019061063e9190614494565b612180565b005b34801561065157600080fd5b5061066c60048036038101906106679190614550565b612206565b005b34801561067a57600080fd5b5061068361228c565b60405161069091906150d1565b60405180910390f35b3480156106a557600080fd5b506106ae612292565b6040516106bb9190614c15565b60405180910390f35b3480156106d057600080fd5b506106d96122bc565b6040516106e69190614cef565b60405180910390f35b3480156106fb57600080fd5b50610716600480360381019061071191906143b2565b61234e565b005b610732600480360381019061072d919061442a565b612364565b005b34801561074057600080fd5b5061075b60048036038101906107569190614337565b61274d565b005b34801561076957600080fd5b50610784600480360381019061077f9190614550565b6127af565b005b34801561079257600080fd5b5061079b612840565b6040516107a891906150d1565b60405180910390f35b3480156107bd57600080fd5b506107d860048036038101906107d39190614550565b612846565b6040516107e59190614cef565b60405180910390f35b3480156107fa57600080fd5b5061081560048036038101906108109190614550565b6128ed565b6040516108229190614cb9565b60405180910390f35b34801561083757600080fd5b50610852600480360381019061084d91906145a2565b61290d565b005b34801561086057600080fd5b50610869612be9565b60405161087691906150d1565b60405180910390f35b34801561088b57600080fd5b506108a660048036038101906108a19190614550565b612bef565b6040516108b39190614cb9565b60405180910390f35b3480156108c857600080fd5b506108d1612c0f565b6040516108de91906150d1565b60405180910390f35b3480156108f357600080fd5b506108fc612c15565b6040516109099190614c30565b60405180910390f35b34801561091e57600080fd5b50610939600480360381019061093491906142ac565b612c39565b6040516109469190614cb9565b60405180910390f35b34801561095b57600080fd5b50610964612ccd565b6040516109719190614cb9565b60405180910390f35b610994600480360381019061098f9190614550565b612ce0565b005b3480156109a257600080fd5b506109bd60048036038101906109b8919061425a565b612e6d565b005b3480156109cb57600080fd5b506109e660048036038101906109e1919061425a565b612f65565b6040516109f391906150d1565b60405180910390f35b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610ac757507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610ad75750610ad682612fc4565b5b9050919050565b606060008054610aed9061540d565b80601f0160208091040260200160405190810160405280929190818152602001828054610b199061540d565b8015610b665780601f10610b3b57610100808354040283529160200191610b66565b820191906000526020600020905b815481529060010190602001808311610b4957829003601f168201915b5050505050905090565b6000610b7b8261302e565b610bba576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bb190614f51565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610c0082611bf0565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610c71576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6890614ff1565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610c9061309a565b73ffffffffffffffffffffffffffffffffffffffff161480610cbf5750610cbe81610cb961309a565b612c39565b5b610cfe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cf590614ed1565b60405180910390fd5b610d0883836130a2565b505050565b60156020528060005260406000206000915054906101000a900460ff1681565b6000610d396007612f93565b905090565b610d4661309a565b73ffffffffffffffffffffffffffffffffffffffff16610d64612292565b73ffffffffffffffffffffffffffffffffffffffff1614610dba576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610db190614f91565b60405180910390fd5b80601760006101000a81548160ff02191690831515021790555050565b610ddf61309a565b73ffffffffffffffffffffffffffffffffffffffff16610dfd612292565b73ffffffffffffffffffffffffffffffffffffffff1614610e53576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e4a90614f91565b60405180910390fd5b8060098190555050565b610e6e610e6861309a565b8261315b565b610ead576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ea490615031565b60405180910390fd5b610eb8838383613239565b505050565b600c5481565b600d5481565b6060600080831415610f7c57601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b158015610f3d57600080fd5b505afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190614579565b90506110da565b600183141561102c57601160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b158015610fed57600080fd5b505afa158015611001573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110259190614579565b90506110d9565b60028314156110d857601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b15801561109d57600080fd5b505afa1580156110b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110d59190614579565b90505b5b5b60008167ffffffffffffffff81111561111c577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405190808252806020026020018201604052801561114a5781602001602082028036833780820191505090505b509050600080600190505b838110156115cd576000808714156112b457601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e836040518263ffffffff1660e01b81526004016111c291906150d1565b60206040518083038186803b1580156111da57600080fd5b505afa92505050801561120b57506040513d601f19601f820116820180604052508101906112089190614283565b60015b611252576112176155ca565b806308c379a01415611241575061122c615dba565b806112375750611243565b600091505061124d565b505b3d6000803e3d6000fd5b6112af565b8873ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161480156112ab57506013600084815260200190815260200160002060009054906101000a900460ff16155b9150505b61155e565b600187141561140a57601160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e836040518263ffffffff1660e01b815260040161131891906150d1565b60206040518083038186803b15801561133057600080fd5b505afa92505050801561136157506040513d601f19601f8201168201806040525081019061135e9190614283565b60015b6113a85761136d6155ca565b806308c379a014156113975750611382615dba565b8061138d5750611399565b60009150506113a3565b505b3d6000803e3d6000fd5b611405565b8873ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614801561140157506014600084815260200190815260200160002060009054906101000a900460ff16155b9150505b61155d565b600287141561155c57601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e836040518263ffffffff1660e01b815260040161146e91906150d1565b60206040518083038186803b15801561148657600080fd5b505afa9250505080156114b757506040513d601f19601f820116820180604052508101906114b49190614283565b60015b6114fe576114c36155ca565b806308c379a014156114ed57506114d8615dba565b806114e357506114ef565b60009150506114f9565b505b3d6000803e3d6000fd5b61155b565b8873ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614801561155757506015600084815260200190815260200160002060009054906101000a900460ff16155b9150505b5b5b5b80156115b9578184848151811061159e577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101818152505082806115b590615470565b9350505b5080806115c590615470565b915050611155565b5060008167ffffffffffffffff811115611610577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405190808252806020026020018201604052801561163e5781602001602082028036833780820191505090505b50905060005b81518110156116e657838181518110611686577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101518282815181106116c7577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101818152505080806116de90615470565b915050611644565b508094505050505092915050565b6116fc61309a565b73ffffffffffffffffffffffffffffffffffffffff1661171a612292565b73ffffffffffffffffffffffffffffffffffffffff1614611770576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161176790614f91565b60405180910390fd5b600047905061179f7f0000000000000000000000000000000000000000000000000000000000000000826134a0565b50565b6117bd8383836040518060200160405280600081525061274d565b505050565b6117ca61309a565b73ffffffffffffffffffffffffffffffffffffffff166117e8612292565b73ffffffffffffffffffffffffffffffffffffffff161461183e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161183590614f91565b60405180910390fd5b8060169080519060200190611854929190613f5f565b5050565b80516000811161189d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161189490614d91565b60405180910390fd5b600e54816118ab6007612f93565b6118b59190615226565b106118f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118ec90615011565b60405180910390fd5b601760009054906101000a900460ff16611944576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161193b90614fd1565b60405180910390fd5b60005b8251811015611beb573373ffffffffffffffffffffffffffffffffffffffff16601160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e8584815181106119de577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516040518263ffffffff1660e01b8152600401611a0291906150d1565b60206040518083038186803b158015611a1a57600080fd5b505afa158015611a2e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a529190614283565b73ffffffffffffffffffffffffffffffffffffffff1614611aa8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a9f90615091565b60405180910390fd5b6000151560146000858481518110611ae9577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060009054906101000a900460ff16151514611b4f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b4690615051565b60405180910390fd5b611b596007612f7d565b611b6c33611b676007612f93565b613594565b600160146000858481518110611bab577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060006101000a81548160ff0219169083151502179055508080611be390615470565b915050611947565b505050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611c99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c9090614f11565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611d13576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d0a90614ef1565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b611d6261309a565b73ffffffffffffffffffffffffffffffffffffffff16611d80612292565b73ffffffffffffffffffffffffffffffffffffffff1614611dd6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dcd90614f91565b60405180910390fd5b611de060006135b2565b565b805160008111611e27576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e1e90614d91565b60405180910390fd5b600e5481611e356007612f93565b611e3f9190615226565b10611e7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e7690615011565b60405180910390fd5b601760009054906101000a900460ff16611ece576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ec590614fd1565b60405180910390fd5b60005b8251811015612175573373ffffffffffffffffffffffffffffffffffffffff16601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e858481518110611f68577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516040518263ffffffff1660e01b8152600401611f8c91906150d1565b60206040518083038186803b158015611fa457600080fd5b505afa158015611fb8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fdc9190614283565b73ffffffffffffffffffffffffffffffffffffffff1614612032576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161202990614df1565b60405180910390fd5b6000151560136000858481518110612073577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060009054906101000a900460ff161515146120d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d090615051565b60405180910390fd5b6120e36007612f7d565b6120f6336120f16007612f93565b613594565b600160136000858481518110612135577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060006101000a81548160ff021916908315150217905550808061216d90615470565b915050611ed1565b505050565b600a5481565b61218861309a565b73ffffffffffffffffffffffffffffffffffffffff166121a6612292565b73ffffffffffffffffffffffffffffffffffffffff16146121fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121f390614f91565b60405180910390fd5b80600d8190555050565b61220e61309a565b73ffffffffffffffffffffffffffffffffffffffff1661222c612292565b73ffffffffffffffffffffffffffffffffffffffff1614612282576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161227990614f91565b60405180910390fd5b8060088190555050565b60085481565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600180546122cb9061540d565b80601f01602080910402602001604051908101604052809291908181526020018280546122f79061540d565b80156123445780601f1061231957610100808354040283529160200191612344565b820191906000526020600020905b81548152906001019060200180831161232757829003601f168201915b5050505050905090565b61236061235961309a565b8383613678565b5050565b8051600081116123a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123a090614d91565b60405180910390fd5b600e54816123b76007612f93565b6123c19190615226565b10612401576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123f890615011565b60405180910390fd5b601760009054906101000a900460ff16612450576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161244790614fd1565b60405180910390fd5b815160095461245f91906152ad565b3410156124a1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612498906150b1565b60405180910390fd5b60005b8251811015612748573373ffffffffffffffffffffffffffffffffffffffff16601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e85848151811061253b577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516040518263ffffffff1660e01b815260040161255f91906150d1565b60206040518083038186803b15801561257757600080fd5b505afa15801561258b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125af9190614283565b73ffffffffffffffffffffffffffffffffffffffff1614612605576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125fc90614e91565b60405180910390fd5b6000151560156000858481518110612646577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060009054906101000a900460ff161515146126ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126a390614e11565b60405180910390fd5b6126b66007612f7d565b6126c9336126c46007612f93565b613594565b600160156000858481518110612708577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060006101000a81548160ff021916908315150217905550808061274090615470565b9150506124a4565b505050565b61275e61275861309a565b8361315b565b61279d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161279490615031565b60405180910390fd5b6127a9848484846137e5565b50505050565b6127b761309a565b73ffffffffffffffffffffffffffffffffffffffff166127d5612292565b73ffffffffffffffffffffffffffffffffffffffff161461282b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161282290614f91565b60405180910390fd5b600e5481101561283d5780600e819055505b50565b60095481565b60606128518261302e565b612890576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161288790614fb1565b60405180910390fd5b600061289a613841565b905060008151116128ba57604051806020016040528060008152506128e5565b806128c4846138d3565b6040516020016128d5929190614bdc565b6040516020818303038152906040525b915050919050565b60136020528060005260406000206000915054906101000a900460ff1681565b8260008111612951576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161294890614d91565b60405180910390fd5b600e548161295f6007612f93565b6129699190615226565b106129a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129a090615011565b60405180910390fd5b601760009054906101000a900460ff166129f8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129ef90614fd1565b60405180910390fd5b600a548410612a3c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a3390614f71565b60405180910390fd5b600a5484600b60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612a8a9190615226565b10612aca576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ac190614eb1565b60405180910390fd5b600033604051602001612add9190614bc1565b604051602081830303815290604052805190602001209050612b43848480806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f82011690508083019250505050505050600d5483613a80565b612b82576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612b7990615071565b60405180910390fd5b612b8c3386613a97565b84600b60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612bdb9190615226565b925050819055505050505050565b600e5481565b60146020528060005260406000206000915054906101000a900460ff1681565b600f5481565b7f000000000000000000000000000000000000000000000000000000000000000081565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b601760009054906101000a900460ff1681565b8060008111612d24576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d1b90614d91565b60405180910390fd5b600e5481612d326007612f93565b612d3c9190615226565b10612d7c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d7390615011565b60405180910390fd5b601760009054906101000a900460ff16612dcb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612dc290614fd1565b60405180910390fd5b81600854612dd991906152ad565b341015612e1b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e12906150b1565b60405180910390fd5b600c548210612e5f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e5690614f71565b60405180910390fd5b612e693383613a97565b5050565b612e7561309a565b73ffffffffffffffffffffffffffffffffffffffff16612e93612292565b73ffffffffffffffffffffffffffffffffffffffff1614612ee9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ee090614f91565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612f59576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f5090614d31565b60405180910390fd5b612f62816135b2565b50565b600b6020528060005260406000206000915090505481565b6001816000016000828254019250508190555050565b600081600001549050919050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff1661311583611bf0565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60006131668261302e565b6131a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161319c90614e71565b60405180910390fd5b60006131b083611bf0565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061321f57508373ffffffffffffffffffffffffffffffffffffffff1661320784610b70565b73ffffffffffffffffffffffffffffffffffffffff16145b80613230575061322f8185612c39565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff1661325982611bf0565b73ffffffffffffffffffffffffffffffffffffffff16146132af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132a690614d51565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561331f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161331690614db1565b60405180910390fd5b61332a838383613ad7565b6133356000826130a2565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546133859190615307565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546133dc9190615226565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461349b838383613adc565b505050565b804710156134e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016134da90614e51565b60405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405161350990614c00565b60006040518083038185875af1925050503d8060008114613546576040519150601f19603f3d011682016040523d82523d6000602084013e61354b565b606091505b505090508061358f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161358690614e31565b60405180910390fd5b505050565b6135ae828260405180602001604052806000815250613ae1565b5050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156136e7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016136de90614dd1565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516137d89190614cb9565b60405180910390a3505050565b6137f0848484613239565b6137fc84848484613b3c565b61383b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161383290614d11565b60405180910390fd5b50505050565b6060601680546138509061540d565b80601f016020809104026020016040519081016040528092919081815260200182805461387c9061540d565b80156138c95780601f1061389e576101008083540402835291602001916138c9565b820191906000526020600020905b8154815290600101906020018083116138ac57829003601f168201915b5050505050905090565b6060600082141561391b576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050613a7b565b600082905060005b6000821461394d57808061393690615470565b915050600a82613946919061527c565b9150613923565b60008167ffffffffffffffff81111561398f577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156139c15781602001600182028036833780820191505090505b5090505b60008514613a74576001826139da9190615307565b9150600a856139e991906154dd565b60306139f59190615226565b60f81b818381518110613a31577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a85613a6d919061527c565b94506139c5565b8093505050505b919050565b600082613a8d8584613cd3565b1490509392505050565b60005b81811015613ad257613aac6007612f7d565b613abf83613aba6007612f93565b613594565b8080613aca90615470565b915050613a9a565b505050565b505050565b505050565b613aeb8383613d6e565b613af86000848484613b3c565b613b37576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613b2e90614d11565b60405180910390fd5b505050565b6000613b5d8473ffffffffffffffffffffffffffffffffffffffff16612fa1565b15613cc6578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02613b8661309a565b8786866040518563ffffffff1660e01b8152600401613ba89493929190614c4b565b602060405180830381600087803b158015613bc257600080fd5b505af1925050508015613bf357506040513d601f19601f82011682018060405250810190613bf091906144e6565b60015b613c76573d8060008114613c23576040519150601f19603f3d011682016040523d82523d6000602084013e613c28565b606091505b50600081511415613c6e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613c6590614d11565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050613ccb565b600190505b949350505050565b60008082905060005b8451811015613d63576000858281518110613d20577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101519050808311613d4257613d3b8382613f48565b9250613d4f565b613d4c8184613f48565b92505b508080613d5b90615470565b915050613cdc565b508091505092915050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415613dde576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613dd590614f31565b60405180910390fd5b613de78161302e565b15613e27576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613e1e90614d71565b60405180910390fd5b613e3360008383613ad7565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254613e839190615226565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4613f4460008383613adc565b5050565b600082600052816020526040600020905092915050565b828054613f6b9061540d565b90600052602060002090601f016020900481019282613f8d5760008555613fd4565b82601f10613fa657805160ff1916838001178555613fd4565b82800160010185558215613fd4579182015b82811115613fd3578251825591602001919060010190613fb8565b5b509050613fe19190613fe5565b5090565b5b80821115613ffe576000816000905550600101613fe6565b5090565b600061401561401084615111565b6150ec565b9050808382526020820190508285602086028201111561403457600080fd5b60005b85811015614064578161404a8882614230565b845260208401935060208301925050600181019050614037565b5050509392505050565b600061408161407c8461513d565b6150ec565b90508281526020810184848401111561409957600080fd5b6140a48482856153cb565b509392505050565b60006140bf6140ba8461516e565b6150ec565b9050828152602081018484840111156140d757600080fd5b6140e28482856153cb565b509392505050565b6000813590506140f981615e50565b92915050565b60008151905061410e81615e50565b92915050565b60008083601f84011261412657600080fd5b8235905067ffffffffffffffff81111561413f57600080fd5b60208301915083602082028301111561415757600080fd5b9250929050565b600082601f83011261416f57600080fd5b813561417f848260208601614002565b91505092915050565b60008135905061419781615e67565b92915050565b6000813590506141ac81615e7e565b92915050565b6000813590506141c181615e95565b92915050565b6000815190506141d681615e95565b92915050565b600082601f8301126141ed57600080fd5b81356141fd84826020860161406e565b91505092915050565b600082601f83011261421757600080fd5b81356142278482602086016140ac565b91505092915050565b60008135905061423f81615eac565b92915050565b60008151905061425481615eac565b92915050565b60006020828403121561426c57600080fd5b600061427a848285016140ea565b91505092915050565b60006020828403121561429557600080fd5b60006142a3848285016140ff565b91505092915050565b600080604083850312156142bf57600080fd5b60006142cd858286016140ea565b92505060206142de858286016140ea565b9150509250929050565b6000806000606084860312156142fd57600080fd5b600061430b868287016140ea565b935050602061431c868287016140ea565b925050604061432d86828701614230565b9150509250925092565b6000806000806080858703121561434d57600080fd5b600061435b878288016140ea565b945050602061436c878288016140ea565b935050604061437d87828801614230565b925050606085013567ffffffffffffffff81111561439a57600080fd5b6143a6878288016141dc565b91505092959194509250565b600080604083850312156143c557600080fd5b60006143d3858286016140ea565b92505060206143e485828601614188565b9150509250929050565b6000806040838503121561440157600080fd5b600061440f858286016140ea565b925050602061442085828601614230565b9150509250929050565b60006020828403121561443c57600080fd5b600082013567ffffffffffffffff81111561445657600080fd5b6144628482850161415e565b91505092915050565b60006020828403121561447d57600080fd5b600061448b84828501614188565b91505092915050565b6000602082840312156144a657600080fd5b60006144b48482850161419d565b91505092915050565b6000602082840312156144cf57600080fd5b60006144dd848285016141b2565b91505092915050565b6000602082840312156144f857600080fd5b6000614506848285016141c7565b91505092915050565b60006020828403121561452157600080fd5b600082013567ffffffffffffffff81111561453b57600080fd5b61454784828501614206565b91505092915050565b60006020828403121561456257600080fd5b600061457084828501614230565b91505092915050565b60006020828403121561458b57600080fd5b600061459984828501614245565b91505092915050565b6000806000604084860312156145b757600080fd5b60006145c586828701614230565b935050602084013567ffffffffffffffff8111156145e257600080fd5b6145ee86828701614114565b92509250509250925092565b60006146068383614ba3565b60208301905092915050565b61461b8161534d565b82525050565b61462a8161533b565b82525050565b61464161463c8261533b565b6154b9565b82525050565b6000614652826151af565b61465c81856151dd565b93506146678361519f565b8060005b8381101561469857815161467f88826145fa565b975061468a836151d0565b92505060018101905061466b565b5085935050505092915050565b6146ae8161535f565b82525050565b6146bd8161536b565b82525050565b60006146ce826151ba565b6146d881856151ee565b93506146e88185602086016153da565b6146f1816155ec565b840191505092915050565b6000614707826151c5565b614711818561520a565b93506147218185602086016153da565b61472a816155ec565b840191505092915050565b6000614740826151c5565b61474a818561521b565b935061475a8185602086016153da565b80840191505092915050565b600061477360328361520a565b915061477e82615617565b604082019050919050565b600061479660268361520a565b91506147a182615666565b604082019050919050565b60006147b960258361520a565b91506147c4826156b5565b604082019050919050565b60006147dc601c8361520a565b91506147e782615704565b602082019050919050565b60006147ff60148361520a565b915061480a8261572d565b602082019050919050565b600061482260248361520a565b915061482d82615756565b604082019050919050565b600061484560198361520a565b9150614850826157a5565b602082019050919050565b600061486860218361520a565b9150614873826157ce565b604082019050919050565b600061488b602a8361520a565b91506148968261581d565b604082019050919050565b60006148ae603a8361520a565b91506148b98261586c565b604082019050919050565b60006148d1601d8361520a565b91506148dc826158bb565b602082019050919050565b60006148f4602c8361520a565b91506148ff826158e4565b604082019050919050565b6000614917601b8361520a565b915061492282615933565b602082019050919050565b600061493a60288361520a565b91506149458261595c565b604082019050919050565b600061495d60388361520a565b9150614968826159ab565b604082019050919050565b6000614980602a8361520a565b915061498b826159fa565b604082019050919050565b60006149a360298361520a565b91506149ae82615a49565b604082019050919050565b60006149c660208361520a565b91506149d182615a98565b602082019050919050565b60006149e9602c8361520a565b91506149f482615ac1565b604082019050919050565b6000614a0c60188361520a565b9150614a1782615b10565b602082019050919050565b6000614a2f60208361520a565b9150614a3a82615b39565b602082019050919050565b6000614a52602f8361520a565b9150614a5d82615b62565b604082019050919050565b6000614a7560148361520a565b9150614a8082615bb1565b602082019050919050565b6000614a9860218361520a565b9150614aa382615bda565b604082019050919050565b6000614abb6000836151ff565b9150614ac682615c29565b600082019050919050565b6000614ade60148361520a565b9150614ae982615c2c565b602082019050919050565b6000614b0160318361520a565b9150614b0c82615c55565b604082019050919050565b6000614b24602d8361520a565b9150614b2f82615ca4565b604082019050919050565b6000614b4760238361520a565b9150614b5282615cf3565b604082019050919050565b6000614b6a60218361520a565b9150614b7582615d42565b604082019050919050565b6000614b8d60148361520a565b9150614b9882615d91565b602082019050919050565b614bac816153c1565b82525050565b614bbb816153c1565b82525050565b6000614bcd8284614630565b60148201915081905092915050565b6000614be88285614735565b9150614bf48284614735565b91508190509392505050565b6000614c0b82614aae565b9150819050919050565b6000602082019050614c2a6000830184614621565b92915050565b6000602082019050614c456000830184614612565b92915050565b6000608082019050614c606000830187614621565b614c6d6020830186614621565b614c7a6040830185614bb2565b8181036060830152614c8c81846146c3565b905095945050505050565b60006020820190508181036000830152614cb18184614647565b905092915050565b6000602082019050614cce60008301846146a5565b92915050565b6000602082019050614ce960008301846146b4565b92915050565b60006020820190508181036000830152614d0981846146fc565b905092915050565b60006020820190508181036000830152614d2a81614766565b9050919050565b60006020820190508181036000830152614d4a81614789565b9050919050565b60006020820190508181036000830152614d6a816147ac565b9050919050565b60006020820190508181036000830152614d8a816147cf565b9050919050565b60006020820190508181036000830152614daa816147f2565b9050919050565b60006020820190508181036000830152614dca81614815565b9050919050565b60006020820190508181036000830152614dea81614838565b9050919050565b60006020820190508181036000830152614e0a8161485b565b9050919050565b60006020820190508181036000830152614e2a8161487e565b9050919050565b60006020820190508181036000830152614e4a816148a1565b9050919050565b60006020820190508181036000830152614e6a816148c4565b9050919050565b60006020820190508181036000830152614e8a816148e7565b9050919050565b60006020820190508181036000830152614eaa8161490a565b9050919050565b60006020820190508181036000830152614eca8161492d565b9050919050565b60006020820190508181036000830152614eea81614950565b9050919050565b60006020820190508181036000830152614f0a81614973565b9050919050565b60006020820190508181036000830152614f2a81614996565b9050919050565b60006020820190508181036000830152614f4a816149b9565b9050919050565b60006020820190508181036000830152614f6a816149dc565b9050919050565b60006020820190508181036000830152614f8a816149ff565b9050919050565b60006020820190508181036000830152614faa81614a22565b9050919050565b60006020820190508181036000830152614fca81614a45565b9050919050565b60006020820190508181036000830152614fea81614a68565b9050919050565b6000602082019050818103600083015261500a81614a8b565b9050919050565b6000602082019050818103600083015261502a81614ad1565b9050919050565b6000602082019050818103600083015261504a81614af4565b9050919050565b6000602082019050818103600083015261506a81614b17565b9050919050565b6000602082019050818103600083015261508a81614b3a565b9050919050565b600060208201905081810360008301526150aa81614b5d565b9050919050565b600060208201905081810360008301526150ca81614b80565b9050919050565b60006020820190506150e66000830184614bb2565b92915050565b60006150f6615107565b9050615102828261543f565b919050565b6000604051905090565b600067ffffffffffffffff82111561512c5761512b61559b565b5b602082029050602081019050919050565b600067ffffffffffffffff8211156151585761515761559b565b5b615161826155ec565b9050602081019050919050565b600067ffffffffffffffff8211156151895761518861559b565b5b615192826155ec565b9050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b6000615231826153c1565b915061523c836153c1565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156152715761527061550e565b5b828201905092915050565b6000615287826153c1565b9150615292836153c1565b9250826152a2576152a161553d565b5b828204905092915050565b60006152b8826153c1565b91506152c3836153c1565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156152fc576152fb61550e565b5b828202905092915050565b6000615312826153c1565b915061531d836153c1565b9250828210156153305761532f61550e565b5b828203905092915050565b6000615346826153a1565b9050919050565b6000615358826153a1565b9050919050565b60008115159050919050565b6000819050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156153f85780820151818401526020810190506153dd565b83811115615407576000848401525b50505050565b6000600282049050600182168061542557607f821691505b602082108114156154395761543861556c565b5b50919050565b615448826155ec565b810181811067ffffffffffffffff821117156154675761546661559b565b5b80604052505050565b600061547b826153c1565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156154ae576154ad61550e565b5b600182019050919050565b60006154c4826154cb565b9050919050565b60006154d6826155fd565b9050919050565b60006154e8826153c1565b91506154f3836153c1565b9250826155035761550261553d565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600060033d11156155e95760046000803e6155e660005161560a565b90505b90565b6000601f19601f8301169050919050565b60008160601b9050919050565b60008160e01c9050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f496e76616c6964206d696e7420616d6f756e7421000000000000000000000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f596f75206d757374206f776e20616c6c20746865206461646d6665722056317360008201527f2100000000000000000000000000000000000000000000000000000000000000602082015250565b7f4f6e65206f6620746865206d666572204944732068617320616c72656164792060008201527f6265656e20757365642100000000000000000000000000000000000000000000602082015250565b7f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260008201527f6563697069656e74206d61792068617665207265766572746564000000000000602082015250565b7f416464726573733a20696e73756666696369656e742062616c616e6365000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f596f75206d757374206f776e20616c6c20746865206d66657273210000000000600082015250565b7f417474656d7074696e6720746f206d696e7420746f6f206d616e7920666f722060008201527f7072652d73616c65000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f747279696e6720746f206d696e7420746f6f206d616e79210000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f5075626c69632073616c6520696e616374697665000000000000000000000000600082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b50565b7f4d617820737570706c7920657863656564656421000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f4f6e65206f6620746865206461646d666572204944732068617320616c72656160008201527f6479206265656e20757365642100000000000000000000000000000000000000602082015250565b7f596f75277265206e6f742077686974656c697374656420666f7220707265736160008201527f6c65210000000000000000000000000000000000000000000000000000000000602082015250565b7f596f75206d757374206f776e20616c6c20746865206461646d6665722056327360008201527f2100000000000000000000000000000000000000000000000000000000000000602082015250565b7f4e6f7420656e6f756768206574682073656e7421000000000000000000000000600082015250565b600060443d1015615dca57615e4d565b615dd2615107565b60043d036004823e80513d602482011167ffffffffffffffff82111715615dfa575050615e4d565b808201805167ffffffffffffffff811115615e185750505050615e4d565b80602083010160043d038501811115615e35575050505050615e4d565b615e448260200185018661543f565b82955050505050505b90565b615e598161533b565b8114615e6457600080fd5b50565b615e708161535f565b8114615e7b57600080fd5b50565b615e878161536b565b8114615e9257600080fd5b50565b615e9e81615375565b8114615ea957600080fd5b50565b615eb5816153c1565b8114615ec057600080fd5b5056fea2646970667358221220e7add1179ca536279b1d8e405764ccda4c5ca730b0e16acd015e0115ec0d129b64736f6c63430008010033697066733a2f2f516d5972615a366479396a446433746e78744377726e567769436d566668525670613574656b544e7355326f62522f

Deployed Bytecode

0x60806040526004361061025c5760003560e01c80637cb6475911610144578063cd5000ab116100b6578063e927fc5c1161007a578063e927fc5c146108e7578063e985e9c514610912578063eb8d24441461094f578063efd0cbf91461097a578063f2fde38b14610996578063f7ea21b2146109bf5761025c565b8063cd5000ab146107ee578063d2cab0561461082b578063d4d20d5914610854578063d52a68bc1461087f578063e07dcd14146108bc5761025c565b8063a22cb46511610108578063a22cb465146106ef578063aeb3392f14610718578063b88d4fde14610734578063c71538161461075d578063c7610ee614610786578063c87b56dd146107b15761025c565b80637cb647591461061c578063811d2437146106455780638693da201461066e5780638da5cb5b1461069957806395d89b41146106c45761025c565b80632eb4a7ab116101dd5780635798cfae116101a15780635798cfae1461050e5780636352211e1461053757806370a0823114610574578063715018a6146105b15780637678c417146105c85780637759e29f146105f15761025c565b80632eb4a7ab1461043d5780632eff5e40146104685780633ccfd60b146104a557806342842e0e146104bc57806355f804b3146104e55761025c565b806318160ddd1161022457806318160ddd1461036c5780631d2e5a3a146103975780631e482dd4146103c057806323b872dd146103e95780632b935c0f146104125761025c565b806301ffc9a71461026157806306fdde031461029e578063081812fc146102c9578063095ea7b31461030657806311ce0e391461032f575b600080fd5b34801561026d57600080fd5b50610288600480360381019061028391906144bd565b6109fc565b6040516102959190614cb9565b60405180910390f35b3480156102aa57600080fd5b506102b3610ade565b6040516102c09190614cef565b60405180910390f35b3480156102d557600080fd5b506102f060048036038101906102eb9190614550565b610b70565b6040516102fd9190614c15565b60405180910390f35b34801561031257600080fd5b5061032d600480360381019061032891906143ee565b610bf5565b005b34801561033b57600080fd5b5061035660048036038101906103519190614550565b610d0d565b6040516103639190614cb9565b60405180910390f35b34801561037857600080fd5b50610381610d2d565b60405161038e91906150d1565b60405180910390f35b3480156103a357600080fd5b506103be60048036038101906103b9919061446b565b610d3e565b005b3480156103cc57600080fd5b506103e760048036038101906103e29190614550565b610dd7565b005b3480156103f557600080fd5b50610410600480360381019061040b91906142e8565b610e5d565b005b34801561041e57600080fd5b50610427610ebd565b60405161043491906150d1565b60405180910390f35b34801561044957600080fd5b50610452610ec3565b60405161045f9190614cd4565b60405180910390f35b34801561047457600080fd5b5061048f600480360381019061048a91906143ee565b610ec9565b60405161049c9190614c97565b60405180910390f35b3480156104b157600080fd5b506104ba6116f4565b005b3480156104c857600080fd5b506104e360048036038101906104de91906142e8565b6117a2565b005b3480156104f157600080fd5b5061050c6004803603810190610507919061450f565b6117c2565b005b34801561051a57600080fd5b506105356004803603810190610530919061442a565b611858565b005b34801561054357600080fd5b5061055e60048036038101906105599190614550565b611bf0565b60405161056b9190614c15565b60405180910390f35b34801561058057600080fd5b5061059b6004803603810190610596919061425a565b611ca2565b6040516105a891906150d1565b60405180910390f35b3480156105bd57600080fd5b506105c6611d5a565b005b3480156105d457600080fd5b506105ef60048036038101906105ea919061442a565b611de2565b005b3480156105fd57600080fd5b5061060661217a565b60405161061391906150d1565b60405180910390f35b34801561062857600080fd5b50610643600480360381019061063e9190614494565b612180565b005b34801561065157600080fd5b5061066c60048036038101906106679190614550565b612206565b005b34801561067a57600080fd5b5061068361228c565b60405161069091906150d1565b60405180910390f35b3480156106a557600080fd5b506106ae612292565b6040516106bb9190614c15565b60405180910390f35b3480156106d057600080fd5b506106d96122bc565b6040516106e69190614cef565b60405180910390f35b3480156106fb57600080fd5b50610716600480360381019061071191906143b2565b61234e565b005b610732600480360381019061072d919061442a565b612364565b005b34801561074057600080fd5b5061075b60048036038101906107569190614337565b61274d565b005b34801561076957600080fd5b50610784600480360381019061077f9190614550565b6127af565b005b34801561079257600080fd5b5061079b612840565b6040516107a891906150d1565b60405180910390f35b3480156107bd57600080fd5b506107d860048036038101906107d39190614550565b612846565b6040516107e59190614cef565b60405180910390f35b3480156107fa57600080fd5b5061081560048036038101906108109190614550565b6128ed565b6040516108229190614cb9565b60405180910390f35b34801561083757600080fd5b50610852600480360381019061084d91906145a2565b61290d565b005b34801561086057600080fd5b50610869612be9565b60405161087691906150d1565b60405180910390f35b34801561088b57600080fd5b506108a660048036038101906108a19190614550565b612bef565b6040516108b39190614cb9565b60405180910390f35b3480156108c857600080fd5b506108d1612c0f565b6040516108de91906150d1565b60405180910390f35b3480156108f357600080fd5b506108fc612c15565b6040516109099190614c30565b60405180910390f35b34801561091e57600080fd5b50610939600480360381019061093491906142ac565b612c39565b6040516109469190614cb9565b60405180910390f35b34801561095b57600080fd5b50610964612ccd565b6040516109719190614cb9565b60405180910390f35b610994600480360381019061098f9190614550565b612ce0565b005b3480156109a257600080fd5b506109bd60048036038101906109b8919061425a565b612e6d565b005b3480156109cb57600080fd5b506109e660048036038101906109e1919061425a565b612f65565b6040516109f391906150d1565b60405180910390f35b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610ac757507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610ad75750610ad682612fc4565b5b9050919050565b606060008054610aed9061540d565b80601f0160208091040260200160405190810160405280929190818152602001828054610b199061540d565b8015610b665780601f10610b3b57610100808354040283529160200191610b66565b820191906000526020600020905b815481529060010190602001808311610b4957829003601f168201915b5050505050905090565b6000610b7b8261302e565b610bba576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bb190614f51565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610c0082611bf0565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610c71576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6890614ff1565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610c9061309a565b73ffffffffffffffffffffffffffffffffffffffff161480610cbf5750610cbe81610cb961309a565b612c39565b5b610cfe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cf590614ed1565b60405180910390fd5b610d0883836130a2565b505050565b60156020528060005260406000206000915054906101000a900460ff1681565b6000610d396007612f93565b905090565b610d4661309a565b73ffffffffffffffffffffffffffffffffffffffff16610d64612292565b73ffffffffffffffffffffffffffffffffffffffff1614610dba576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610db190614f91565b60405180910390fd5b80601760006101000a81548160ff02191690831515021790555050565b610ddf61309a565b73ffffffffffffffffffffffffffffffffffffffff16610dfd612292565b73ffffffffffffffffffffffffffffffffffffffff1614610e53576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e4a90614f91565b60405180910390fd5b8060098190555050565b610e6e610e6861309a565b8261315b565b610ead576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ea490615031565b60405180910390fd5b610eb8838383613239565b505050565b600c5481565b600d5481565b6060600080831415610f7c57601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b158015610f3d57600080fd5b505afa158015610f51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f759190614579565b90506110da565b600183141561102c57601160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b158015610fed57600080fd5b505afa158015611001573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110259190614579565b90506110d9565b60028314156110d857601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b15801561109d57600080fd5b505afa1580156110b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110d59190614579565b90505b5b5b60008167ffffffffffffffff81111561111c577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405190808252806020026020018201604052801561114a5781602001602082028036833780820191505090505b509050600080600190505b838110156115cd576000808714156112b457601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e836040518263ffffffff1660e01b81526004016111c291906150d1565b60206040518083038186803b1580156111da57600080fd5b505afa92505050801561120b57506040513d601f19601f820116820180604052508101906112089190614283565b60015b611252576112176155ca565b806308c379a01415611241575061122c615dba565b806112375750611243565b600091505061124d565b505b3d6000803e3d6000fd5b6112af565b8873ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161480156112ab57506013600084815260200190815260200160002060009054906101000a900460ff16155b9150505b61155e565b600187141561140a57601160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e836040518263ffffffff1660e01b815260040161131891906150d1565b60206040518083038186803b15801561133057600080fd5b505afa92505050801561136157506040513d601f19601f8201168201806040525081019061135e9190614283565b60015b6113a85761136d6155ca565b806308c379a014156113975750611382615dba565b8061138d5750611399565b60009150506113a3565b505b3d6000803e3d6000fd5b611405565b8873ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614801561140157506014600084815260200190815260200160002060009054906101000a900460ff16155b9150505b61155d565b600287141561155c57601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e836040518263ffffffff1660e01b815260040161146e91906150d1565b60206040518083038186803b15801561148657600080fd5b505afa9250505080156114b757506040513d601f19601f820116820180604052508101906114b49190614283565b60015b6114fe576114c36155ca565b806308c379a014156114ed57506114d8615dba565b806114e357506114ef565b60009150506114f9565b505b3d6000803e3d6000fd5b61155b565b8873ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614801561155757506015600084815260200190815260200160002060009054906101000a900460ff16155b9150505b5b5b5b80156115b9578184848151811061159e577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101818152505082806115b590615470565b9350505b5080806115c590615470565b915050611155565b5060008167ffffffffffffffff811115611610577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405190808252806020026020018201604052801561163e5781602001602082028036833780820191505090505b50905060005b81518110156116e657838181518110611686577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101518282815181106116c7577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101818152505080806116de90615470565b915050611644565b508094505050505092915050565b6116fc61309a565b73ffffffffffffffffffffffffffffffffffffffff1661171a612292565b73ffffffffffffffffffffffffffffffffffffffff1614611770576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161176790614f91565b60405180910390fd5b600047905061179f7f0000000000000000000000004873f1768e1833fa6fb720b183715c7f57ecf953826134a0565b50565b6117bd8383836040518060200160405280600081525061274d565b505050565b6117ca61309a565b73ffffffffffffffffffffffffffffffffffffffff166117e8612292565b73ffffffffffffffffffffffffffffffffffffffff161461183e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161183590614f91565b60405180910390fd5b8060169080519060200190611854929190613f5f565b5050565b80516000811161189d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161189490614d91565b60405180910390fd5b600e54816118ab6007612f93565b6118b59190615226565b106118f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118ec90615011565b60405180910390fd5b601760009054906101000a900460ff16611944576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161193b90614fd1565b60405180910390fd5b60005b8251811015611beb573373ffffffffffffffffffffffffffffffffffffffff16601160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e8584815181106119de577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516040518263ffffffff1660e01b8152600401611a0291906150d1565b60206040518083038186803b158015611a1a57600080fd5b505afa158015611a2e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a529190614283565b73ffffffffffffffffffffffffffffffffffffffff1614611aa8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a9f90615091565b60405180910390fd5b6000151560146000858481518110611ae9577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060009054906101000a900460ff16151514611b4f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b4690615051565b60405180910390fd5b611b596007612f7d565b611b6c33611b676007612f93565b613594565b600160146000858481518110611bab577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060006101000a81548160ff0219169083151502179055508080611be390615470565b915050611947565b505050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611c99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c9090614f11565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611d13576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d0a90614ef1565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b611d6261309a565b73ffffffffffffffffffffffffffffffffffffffff16611d80612292565b73ffffffffffffffffffffffffffffffffffffffff1614611dd6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dcd90614f91565b60405180910390fd5b611de060006135b2565b565b805160008111611e27576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e1e90614d91565b60405180910390fd5b600e5481611e356007612f93565b611e3f9190615226565b10611e7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e7690615011565b60405180910390fd5b601760009054906101000a900460ff16611ece576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ec590614fd1565b60405180910390fd5b60005b8251811015612175573373ffffffffffffffffffffffffffffffffffffffff16601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e858481518110611f68577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516040518263ffffffff1660e01b8152600401611f8c91906150d1565b60206040518083038186803b158015611fa457600080fd5b505afa158015611fb8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fdc9190614283565b73ffffffffffffffffffffffffffffffffffffffff1614612032576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161202990614df1565b60405180910390fd5b6000151560136000858481518110612073577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060009054906101000a900460ff161515146120d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d090615051565b60405180910390fd5b6120e36007612f7d565b6120f6336120f16007612f93565b613594565b600160136000858481518110612135577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060006101000a81548160ff021916908315150217905550808061216d90615470565b915050611ed1565b505050565b600a5481565b61218861309a565b73ffffffffffffffffffffffffffffffffffffffff166121a6612292565b73ffffffffffffffffffffffffffffffffffffffff16146121fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121f390614f91565b60405180910390fd5b80600d8190555050565b61220e61309a565b73ffffffffffffffffffffffffffffffffffffffff1661222c612292565b73ffffffffffffffffffffffffffffffffffffffff1614612282576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161227990614f91565b60405180910390fd5b8060088190555050565b60085481565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600180546122cb9061540d565b80601f01602080910402602001604051908101604052809291908181526020018280546122f79061540d565b80156123445780601f1061231957610100808354040283529160200191612344565b820191906000526020600020905b81548152906001019060200180831161232757829003601f168201915b5050505050905090565b61236061235961309a565b8383613678565b5050565b8051600081116123a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123a090614d91565b60405180910390fd5b600e54816123b76007612f93565b6123c19190615226565b10612401576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123f890615011565b60405180910390fd5b601760009054906101000a900460ff16612450576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161244790614fd1565b60405180910390fd5b815160095461245f91906152ad565b3410156124a1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612498906150b1565b60405180910390fd5b60005b8251811015612748573373ffffffffffffffffffffffffffffffffffffffff16601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e85848151811061253b577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516040518263ffffffff1660e01b815260040161255f91906150d1565b60206040518083038186803b15801561257757600080fd5b505afa15801561258b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125af9190614283565b73ffffffffffffffffffffffffffffffffffffffff1614612605576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125fc90614e91565b60405180910390fd5b6000151560156000858481518110612646577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060009054906101000a900460ff161515146126ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126a390614e11565b60405180910390fd5b6126b66007612f7d565b6126c9336126c46007612f93565b613594565b600160156000858481518110612708577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060006101000a81548160ff021916908315150217905550808061274090615470565b9150506124a4565b505050565b61275e61275861309a565b8361315b565b61279d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161279490615031565b60405180910390fd5b6127a9848484846137e5565b50505050565b6127b761309a565b73ffffffffffffffffffffffffffffffffffffffff166127d5612292565b73ffffffffffffffffffffffffffffffffffffffff161461282b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161282290614f91565b60405180910390fd5b600e5481101561283d5780600e819055505b50565b60095481565b60606128518261302e565b612890576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161288790614fb1565b60405180910390fd5b600061289a613841565b905060008151116128ba57604051806020016040528060008152506128e5565b806128c4846138d3565b6040516020016128d5929190614bdc565b6040516020818303038152906040525b915050919050565b60136020528060005260406000206000915054906101000a900460ff1681565b8260008111612951576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161294890614d91565b60405180910390fd5b600e548161295f6007612f93565b6129699190615226565b106129a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129a090615011565b60405180910390fd5b601760009054906101000a900460ff166129f8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129ef90614fd1565b60405180910390fd5b600a548410612a3c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a3390614f71565b60405180910390fd5b600a5484600b60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612a8a9190615226565b10612aca576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ac190614eb1565b60405180910390fd5b600033604051602001612add9190614bc1565b604051602081830303815290604052805190602001209050612b43848480806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f82011690508083019250505050505050600d5483613a80565b612b82576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612b7990615071565b60405180910390fd5b612b8c3386613a97565b84600b60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612bdb9190615226565b925050819055505050505050565b600e5481565b60146020528060005260406000206000915054906101000a900460ff1681565b600f5481565b7f0000000000000000000000004873f1768e1833fa6fb720b183715c7f57ecf95381565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b601760009054906101000a900460ff1681565b8060008111612d24576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d1b90614d91565b60405180910390fd5b600e5481612d326007612f93565b612d3c9190615226565b10612d7c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d7390615011565b60405180910390fd5b601760009054906101000a900460ff16612dcb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612dc290614fd1565b60405180910390fd5b81600854612dd991906152ad565b341015612e1b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e12906150b1565b60405180910390fd5b600c548210612e5f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e5690614f71565b60405180910390fd5b612e693383613a97565b5050565b612e7561309a565b73ffffffffffffffffffffffffffffffffffffffff16612e93612292565b73ffffffffffffffffffffffffffffffffffffffff1614612ee9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ee090614f91565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612f59576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f5090614d31565b60405180910390fd5b612f62816135b2565b50565b600b6020528060005260406000206000915090505481565b6001816000016000828254019250508190555050565b600081600001549050919050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff1661311583611bf0565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60006131668261302e565b6131a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161319c90614e71565b60405180910390fd5b60006131b083611bf0565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061321f57508373ffffffffffffffffffffffffffffffffffffffff1661320784610b70565b73ffffffffffffffffffffffffffffffffffffffff16145b80613230575061322f8185612c39565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff1661325982611bf0565b73ffffffffffffffffffffffffffffffffffffffff16146132af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132a690614d51565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561331f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161331690614db1565b60405180910390fd5b61332a838383613ad7565b6133356000826130a2565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546133859190615307565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546133dc9190615226565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461349b838383613adc565b505050565b804710156134e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016134da90614e51565b60405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405161350990614c00565b60006040518083038185875af1925050503d8060008114613546576040519150601f19603f3d011682016040523d82523d6000602084013e61354b565b606091505b505090508061358f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161358690614e31565b60405180910390fd5b505050565b6135ae828260405180602001604052806000815250613ae1565b5050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156136e7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016136de90614dd1565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516137d89190614cb9565b60405180910390a3505050565b6137f0848484613239565b6137fc84848484613b3c565b61383b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161383290614d11565b60405180910390fd5b50505050565b6060601680546138509061540d565b80601f016020809104026020016040519081016040528092919081815260200182805461387c9061540d565b80156138c95780601f1061389e576101008083540402835291602001916138c9565b820191906000526020600020905b8154815290600101906020018083116138ac57829003601f168201915b5050505050905090565b6060600082141561391b576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050613a7b565b600082905060005b6000821461394d57808061393690615470565b915050600a82613946919061527c565b9150613923565b60008167ffffffffffffffff81111561398f577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156139c15781602001600182028036833780820191505090505b5090505b60008514613a74576001826139da9190615307565b9150600a856139e991906154dd565b60306139f59190615226565b60f81b818381518110613a31577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a85613a6d919061527c565b94506139c5565b8093505050505b919050565b600082613a8d8584613cd3565b1490509392505050565b60005b81811015613ad257613aac6007612f7d565b613abf83613aba6007612f93565b613594565b8080613aca90615470565b915050613a9a565b505050565b505050565b505050565b613aeb8383613d6e565b613af86000848484613b3c565b613b37576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613b2e90614d11565b60405180910390fd5b505050565b6000613b5d8473ffffffffffffffffffffffffffffffffffffffff16612fa1565b15613cc6578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02613b8661309a565b8786866040518563ffffffff1660e01b8152600401613ba89493929190614c4b565b602060405180830381600087803b158015613bc257600080fd5b505af1925050508015613bf357506040513d601f19601f82011682018060405250810190613bf091906144e6565b60015b613c76573d8060008114613c23576040519150601f19603f3d011682016040523d82523d6000602084013e613c28565b606091505b50600081511415613c6e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613c6590614d11565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050613ccb565b600190505b949350505050565b60008082905060005b8451811015613d63576000858281518110613d20577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101519050808311613d4257613d3b8382613f48565b9250613d4f565b613d4c8184613f48565b92505b508080613d5b90615470565b915050613cdc565b508091505092915050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415613dde576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613dd590614f31565b60405180910390fd5b613de78161302e565b15613e27576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613e1e90614d71565b60405180910390fd5b613e3360008383613ad7565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254613e839190615226565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4613f4460008383613adc565b5050565b600082600052816020526040600020905092915050565b828054613f6b9061540d565b90600052602060002090601f016020900481019282613f8d5760008555613fd4565b82601f10613fa657805160ff1916838001178555613fd4565b82800160010185558215613fd4579182015b82811115613fd3578251825591602001919060010190613fb8565b5b509050613fe19190613fe5565b5090565b5b80821115613ffe576000816000905550600101613fe6565b5090565b600061401561401084615111565b6150ec565b9050808382526020820190508285602086028201111561403457600080fd5b60005b85811015614064578161404a8882614230565b845260208401935060208301925050600181019050614037565b5050509392505050565b600061408161407c8461513d565b6150ec565b90508281526020810184848401111561409957600080fd5b6140a48482856153cb565b509392505050565b60006140bf6140ba8461516e565b6150ec565b9050828152602081018484840111156140d757600080fd5b6140e28482856153cb565b509392505050565b6000813590506140f981615e50565b92915050565b60008151905061410e81615e50565b92915050565b60008083601f84011261412657600080fd5b8235905067ffffffffffffffff81111561413f57600080fd5b60208301915083602082028301111561415757600080fd5b9250929050565b600082601f83011261416f57600080fd5b813561417f848260208601614002565b91505092915050565b60008135905061419781615e67565b92915050565b6000813590506141ac81615e7e565b92915050565b6000813590506141c181615e95565b92915050565b6000815190506141d681615e95565b92915050565b600082601f8301126141ed57600080fd5b81356141fd84826020860161406e565b91505092915050565b600082601f83011261421757600080fd5b81356142278482602086016140ac565b91505092915050565b60008135905061423f81615eac565b92915050565b60008151905061425481615eac565b92915050565b60006020828403121561426c57600080fd5b600061427a848285016140ea565b91505092915050565b60006020828403121561429557600080fd5b60006142a3848285016140ff565b91505092915050565b600080604083850312156142bf57600080fd5b60006142cd858286016140ea565b92505060206142de858286016140ea565b9150509250929050565b6000806000606084860312156142fd57600080fd5b600061430b868287016140ea565b935050602061431c868287016140ea565b925050604061432d86828701614230565b9150509250925092565b6000806000806080858703121561434d57600080fd5b600061435b878288016140ea565b945050602061436c878288016140ea565b935050604061437d87828801614230565b925050606085013567ffffffffffffffff81111561439a57600080fd5b6143a6878288016141dc565b91505092959194509250565b600080604083850312156143c557600080fd5b60006143d3858286016140ea565b92505060206143e485828601614188565b9150509250929050565b6000806040838503121561440157600080fd5b600061440f858286016140ea565b925050602061442085828601614230565b9150509250929050565b60006020828403121561443c57600080fd5b600082013567ffffffffffffffff81111561445657600080fd5b6144628482850161415e565b91505092915050565b60006020828403121561447d57600080fd5b600061448b84828501614188565b91505092915050565b6000602082840312156144a657600080fd5b60006144b48482850161419d565b91505092915050565b6000602082840312156144cf57600080fd5b60006144dd848285016141b2565b91505092915050565b6000602082840312156144f857600080fd5b6000614506848285016141c7565b91505092915050565b60006020828403121561452157600080fd5b600082013567ffffffffffffffff81111561453b57600080fd5b61454784828501614206565b91505092915050565b60006020828403121561456257600080fd5b600061457084828501614230565b91505092915050565b60006020828403121561458b57600080fd5b600061459984828501614245565b91505092915050565b6000806000604084860312156145b757600080fd5b60006145c586828701614230565b935050602084013567ffffffffffffffff8111156145e257600080fd5b6145ee86828701614114565b92509250509250925092565b60006146068383614ba3565b60208301905092915050565b61461b8161534d565b82525050565b61462a8161533b565b82525050565b61464161463c8261533b565b6154b9565b82525050565b6000614652826151af565b61465c81856151dd565b93506146678361519f565b8060005b8381101561469857815161467f88826145fa565b975061468a836151d0565b92505060018101905061466b565b5085935050505092915050565b6146ae8161535f565b82525050565b6146bd8161536b565b82525050565b60006146ce826151ba565b6146d881856151ee565b93506146e88185602086016153da565b6146f1816155ec565b840191505092915050565b6000614707826151c5565b614711818561520a565b93506147218185602086016153da565b61472a816155ec565b840191505092915050565b6000614740826151c5565b61474a818561521b565b935061475a8185602086016153da565b80840191505092915050565b600061477360328361520a565b915061477e82615617565b604082019050919050565b600061479660268361520a565b91506147a182615666565b604082019050919050565b60006147b960258361520a565b91506147c4826156b5565b604082019050919050565b60006147dc601c8361520a565b91506147e782615704565b602082019050919050565b60006147ff60148361520a565b915061480a8261572d565b602082019050919050565b600061482260248361520a565b915061482d82615756565b604082019050919050565b600061484560198361520a565b9150614850826157a5565b602082019050919050565b600061486860218361520a565b9150614873826157ce565b604082019050919050565b600061488b602a8361520a565b91506148968261581d565b604082019050919050565b60006148ae603a8361520a565b91506148b98261586c565b604082019050919050565b60006148d1601d8361520a565b91506148dc826158bb565b602082019050919050565b60006148f4602c8361520a565b91506148ff826158e4565b604082019050919050565b6000614917601b8361520a565b915061492282615933565b602082019050919050565b600061493a60288361520a565b91506149458261595c565b604082019050919050565b600061495d60388361520a565b9150614968826159ab565b604082019050919050565b6000614980602a8361520a565b915061498b826159fa565b604082019050919050565b60006149a360298361520a565b91506149ae82615a49565b604082019050919050565b60006149c660208361520a565b91506149d182615a98565b602082019050919050565b60006149e9602c8361520a565b91506149f482615ac1565b604082019050919050565b6000614a0c60188361520a565b9150614a1782615b10565b602082019050919050565b6000614a2f60208361520a565b9150614a3a82615b39565b602082019050919050565b6000614a52602f8361520a565b9150614a5d82615b62565b604082019050919050565b6000614a7560148361520a565b9150614a8082615bb1565b602082019050919050565b6000614a9860218361520a565b9150614aa382615bda565b604082019050919050565b6000614abb6000836151ff565b9150614ac682615c29565b600082019050919050565b6000614ade60148361520a565b9150614ae982615c2c565b602082019050919050565b6000614b0160318361520a565b9150614b0c82615c55565b604082019050919050565b6000614b24602d8361520a565b9150614b2f82615ca4565b604082019050919050565b6000614b4760238361520a565b9150614b5282615cf3565b604082019050919050565b6000614b6a60218361520a565b9150614b7582615d42565b604082019050919050565b6000614b8d60148361520a565b9150614b9882615d91565b602082019050919050565b614bac816153c1565b82525050565b614bbb816153c1565b82525050565b6000614bcd8284614630565b60148201915081905092915050565b6000614be88285614735565b9150614bf48284614735565b91508190509392505050565b6000614c0b82614aae565b9150819050919050565b6000602082019050614c2a6000830184614621565b92915050565b6000602082019050614c456000830184614612565b92915050565b6000608082019050614c606000830187614621565b614c6d6020830186614621565b614c7a6040830185614bb2565b8181036060830152614c8c81846146c3565b905095945050505050565b60006020820190508181036000830152614cb18184614647565b905092915050565b6000602082019050614cce60008301846146a5565b92915050565b6000602082019050614ce960008301846146b4565b92915050565b60006020820190508181036000830152614d0981846146fc565b905092915050565b60006020820190508181036000830152614d2a81614766565b9050919050565b60006020820190508181036000830152614d4a81614789565b9050919050565b60006020820190508181036000830152614d6a816147ac565b9050919050565b60006020820190508181036000830152614d8a816147cf565b9050919050565b60006020820190508181036000830152614daa816147f2565b9050919050565b60006020820190508181036000830152614dca81614815565b9050919050565b60006020820190508181036000830152614dea81614838565b9050919050565b60006020820190508181036000830152614e0a8161485b565b9050919050565b60006020820190508181036000830152614e2a8161487e565b9050919050565b60006020820190508181036000830152614e4a816148a1565b9050919050565b60006020820190508181036000830152614e6a816148c4565b9050919050565b60006020820190508181036000830152614e8a816148e7565b9050919050565b60006020820190508181036000830152614eaa8161490a565b9050919050565b60006020820190508181036000830152614eca8161492d565b9050919050565b60006020820190508181036000830152614eea81614950565b9050919050565b60006020820190508181036000830152614f0a81614973565b9050919050565b60006020820190508181036000830152614f2a81614996565b9050919050565b60006020820190508181036000830152614f4a816149b9565b9050919050565b60006020820190508181036000830152614f6a816149dc565b9050919050565b60006020820190508181036000830152614f8a816149ff565b9050919050565b60006020820190508181036000830152614faa81614a22565b9050919050565b60006020820190508181036000830152614fca81614a45565b9050919050565b60006020820190508181036000830152614fea81614a68565b9050919050565b6000602082019050818103600083015261500a81614a8b565b9050919050565b6000602082019050818103600083015261502a81614ad1565b9050919050565b6000602082019050818103600083015261504a81614af4565b9050919050565b6000602082019050818103600083015261506a81614b17565b9050919050565b6000602082019050818103600083015261508a81614b3a565b9050919050565b600060208201905081810360008301526150aa81614b5d565b9050919050565b600060208201905081810360008301526150ca81614b80565b9050919050565b60006020820190506150e66000830184614bb2565b92915050565b60006150f6615107565b9050615102828261543f565b919050565b6000604051905090565b600067ffffffffffffffff82111561512c5761512b61559b565b5b602082029050602081019050919050565b600067ffffffffffffffff8211156151585761515761559b565b5b615161826155ec565b9050602081019050919050565b600067ffffffffffffffff8211156151895761518861559b565b5b615192826155ec565b9050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b6000615231826153c1565b915061523c836153c1565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156152715761527061550e565b5b828201905092915050565b6000615287826153c1565b9150615292836153c1565b9250826152a2576152a161553d565b5b828204905092915050565b60006152b8826153c1565b91506152c3836153c1565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156152fc576152fb61550e565b5b828202905092915050565b6000615312826153c1565b915061531d836153c1565b9250828210156153305761532f61550e565b5b828203905092915050565b6000615346826153a1565b9050919050565b6000615358826153a1565b9050919050565b60008115159050919050565b6000819050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156153f85780820151818401526020810190506153dd565b83811115615407576000848401525b50505050565b6000600282049050600182168061542557607f821691505b602082108114156154395761543861556c565b5b50919050565b615448826155ec565b810181811067ffffffffffffffff821117156154675761546661559b565b5b80604052505050565b600061547b826153c1565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156154ae576154ad61550e565b5b600182019050919050565b60006154c4826154cb565b9050919050565b60006154d6826155fd565b9050919050565b60006154e8826153c1565b91506154f3836153c1565b9250826155035761550261553d565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600060033d11156155e95760046000803e6155e660005161560a565b90505b90565b6000601f19601f8301169050919050565b60008160601b9050919050565b60008160e01c9050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f496e76616c6964206d696e7420616d6f756e7421000000000000000000000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f596f75206d757374206f776e20616c6c20746865206461646d6665722056317360008201527f2100000000000000000000000000000000000000000000000000000000000000602082015250565b7f4f6e65206f6620746865206d666572204944732068617320616c72656164792060008201527f6265656e20757365642100000000000000000000000000000000000000000000602082015250565b7f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260008201527f6563697069656e74206d61792068617665207265766572746564000000000000602082015250565b7f416464726573733a20696e73756666696369656e742062616c616e6365000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f596f75206d757374206f776e20616c6c20746865206d66657273210000000000600082015250565b7f417474656d7074696e6720746f206d696e7420746f6f206d616e7920666f722060008201527f7072652d73616c65000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f747279696e6720746f206d696e7420746f6f206d616e79210000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f5075626c69632073616c6520696e616374697665000000000000000000000000600082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b50565b7f4d617820737570706c7920657863656564656421000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f4f6e65206f6620746865206461646d666572204944732068617320616c72656160008201527f6479206265656e20757365642100000000000000000000000000000000000000602082015250565b7f596f75277265206e6f742077686974656c697374656420666f7220707265736160008201527f6c65210000000000000000000000000000000000000000000000000000000000602082015250565b7f596f75206d757374206f776e20616c6c20746865206461646d6665722056327360008201527f2100000000000000000000000000000000000000000000000000000000000000602082015250565b7f4e6f7420656e6f756768206574682073656e7421000000000000000000000000600082015250565b600060443d1015615dca57615e4d565b615dd2615107565b60043d036004823e80513d602482011167ffffffffffffffff82111715615dfa575050615e4d565b808201805167ffffffffffffffff811115615e185750505050615e4d565b80602083010160043d038501811115615e35575050505050615e4d565b615e448260200185018661543f565b82955050505050505b90565b615e598161533b565b8114615e6457600080fd5b50565b615e708161535f565b8114615e7b57600080fd5b50565b615e878161536b565b8114615e9257600080fd5b50565b615e9e81615375565b8114615ea957600080fd5b50565b615eb5816153c1565b8114615ec057600080fd5b5056fea2646970667358221220e7add1179ca536279b1d8e405764ccda4c5ca730b0e16acd015e0115ec0d129b64736f6c63430008010033

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.