ETH Price: $3,412.18 (-1.47%)
Gas: 9 Gwei

Token

Money Making Opportunity (MMO)
 

Overview

Max Total Supply

1,125 MMO

Holders

677

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
dungbeetle.eth
Balance
1 MMO
0x0e57959fd12620b96abdee5bfd6bb0c052688569
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:
MoneyMakingOpportunity

Compiler Version
v0.8.17+commit.8df45f5f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity Multiple files format)

File 2 of 2: MoneyMakingOpportunity.sol
// SPDX-License-Identifier: MIT


/*

 /$$      /$$  /$$$$$$  /$$   /$$ /$$$$$$$$ /$$     /$$
| $$$    /$$$ /$$__  $$| $$$ | $$| $$_____/|  $$   /$$/
| $$$$  /$$$$| $$  \ $$| $$$$| $$| $$       \  $$ /$$/
| $$ $$/$$ $$| $$  | $$| $$ $$ $$| $$$$$     \  $$$$/
| $$  $$$| $$| $$  | $$| $$  $$$$| $$__/      \  $$/
| $$\  $ | $$| $$  | $$| $$\  $$$| $$          | $$
| $$ \/  | $$|  $$$$$$/| $$ \  $$| $$$$$$$$    | $$
|__/     |__/ \______/ |__/  \__/|________/    |__/

  /$$      /$$  /$$$$$$  /$$   /$$ /$$$$$$ /$$   /$$  /$$$$$$
 | $$$    /$$$ /$$__  $$| $$  /$$/|_  $$_/| $$$ | $$ /$$__  $$
 | $$$$  /$$$$| $$  \ $$| $$ /$$/   | $$  | $$$$| $$| $$  \__/
 | $$ $$/$$ $$| $$$$$$$$| $$$$$/    | $$  | $$ $$ $$| $$ /$$$$
 | $$  $$$| $$| $$__  $$| $$  $$    | $$  | $$  $$$$| $$|_  $$
 | $$\  $ | $$| $$  | $$| $$\  $$   | $$  | $$\  $$$| $$  \ $$
 | $$ \/  | $$| $$  | $$| $$ \  $$ /$$$$$$| $$ \  $$|  $$$$$$/
 |__/     |__/|__/  |__/|__/  \__/|______/|__/  \__/ \______/

  /$$$$$$  /$$$$$$$  /$$$$$$$   /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$   /$$ /$$   /$$ /$$$$$$ /$$$$$$$$ /$$     /$$
 /$$__  $$| $$__  $$| $$__  $$ /$$__  $$| $$__  $$|__  $$__/| $$  | $$| $$$ | $$|_  $$_/|__  $$__/|  $$   /$$/
| $$  \ $$| $$  \ $$| $$  \ $$| $$  \ $$| $$  \ $$   | $$   | $$  | $$| $$$$| $$  | $$     | $$    \  $$ /$$/
| $$  | $$| $$$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$/   | $$   | $$  | $$| $$ $$ $$  | $$     | $$     \  $$$$/
| $$  | $$| $$____/ | $$____/ | $$  | $$| $$__  $$   | $$   | $$  | $$| $$  $$$$  | $$     | $$      \  $$/
| $$  | $$| $$      | $$      | $$  | $$| $$  \ $$   | $$   | $$  | $$| $$\  $$$  | $$     | $$       | $$
|  $$$$$$/| $$      | $$      |  $$$$$$/| $$  | $$   | $$   |  $$$$$$/| $$ \  $$ /$$$$$$   | $$       | $$
 \______/ |__/      |__/       \______/ |__/  |__/   |__/    \______/ |__/  \__/|______/   |__/       |__/


by steviep.eth


Money Making Opportunity (MMO) is a smart contract-based collaboration game in which an unbound
number of participants send 0.03 ETH to the MMO contract, and must then coordinate to distribute
the resulting contract balance. MMO is inspired by the Pirate Game [1], but modified to work within
the context of a smart contract with a non specified number of participants.

At a high level, the game works as follows:

- Participants blindly send 0.03 ETH to moneymakingopportunity.eth, which sends the funds to the
  MMO contract.
- The artist starts the game. After this point, sending ETH to moneymakingopportunity.eth does not
  allow the sender to participate in Money Making Opportunity.
- Once the game is started, all participants who contributed at least 0.03 ETH before the starting
  time may claim an MMO NFT.
- Every week, one token is designated as the "Leader".
- This continues until all tokens have been the Leader.
- The Leader can propose a "Settlement Address" (i.e., an address for which the MMO contract balance
  can be sent to).
- The Settlement Address can by an EOA, a smart contract that splits the balance according to custom
  logic, etc.
- If at least 50% of eligible participants vote in favor of the active week's proposal, the balance
  can be then be sent to that contract.
- If a proposal is not successfully settle within one week, then that week's Leader can no longer vote
  on future proposals.
- Leadership order is determined by reverse order of token id. For example, if there are 100 tokens,
  then the owner of token #99 is the Leader for week 1, and the owner of token #0 is the Leader for
  week 99.
- MMO tokens may be traded as normal NFTs.
- Each token may make *one single proposal* for the Settlement Address. This proposal can be made at
  any time.
- Tokens can vote on the proposal for any week at any time. These votes can no longer be changed once
  a proposal has succeeded.

[1] https://en.wikipedia.org/wiki/Pirate_game


# ERRORS #
All errors were truncated to integers in order to obfuscate functionality during the contribution phase.
  1: Cannot take this action because contract is locked
  2: Cannot take this action because contract is unlocked
  3: This error doesn't exist because I fucked up
  4: Only the token owner can call this function
  5: Cannot vote on weeks that have already passed
  6: Cannot propose a settlement address because token has already been eliminated
  7: A settlement address has already been proposed for this token
  8: Contract has already been settled
  9: Cannot vote after contract has been settled
  10: Cannot settle contract because yays < nays
  11: This action can only be taken by the artist
  12: Cannot cast votes on tokens assigned to a later week

*/




import "./Dependencies.sol";

pragma solidity ^0.8.17;

interface ITokenURI {
  function tokenURI(uint256 tokenId) external view returns (string memory);
}

/// @title Money Making Opportunity
/// @author steviep.eth
/// @dev All contract errors are reduced to integers in order to obfuscate the pre-verified code
/// @notice A smart contract-base collaboration game in which participants
/// must coordinate to split the contract balance
contract MoneyMakingOpportunity is ERC721 {
  /// @notice Participants must send at least 0.03 ether to the contract in order to claim a token
  uint256 constant public FAIR_CONTRIBUTION = 0.03 ether;

  /// @notice The contribution phase takes place when isLocked == true. The voting/proposal phase
  /// only becomes active when isLocked == false
  bool public isLocked = true;

  /// @notice When this is locked, the URI contract can no longer be updated
  bool public uriLocked;

  /// @notice Total supply of mined tokens
  uint256 public totalSupply;

  /// @notice Timestamp of the beggining of the voting/proposal phase
  uint256 public beginning;

  /// @notice Timestamp of the end of the voting/proposal phase
  uint256 public ending;

  /// @notice Total number of addresses that successfully contributed 0.03 ETH during the contribution phase
  uint256 public contributors;

  /// @notice Address of the URI contract
  address public tokenURIContract;

  /// @notice Deployer of contract. Has the sole ability to unlock the contract, update the URI contract
  /// and lock the URI contract
  address public artist;

  /// @notice Mapping of addresses to their total contributions
  mapping(address => uint256) public amountPaid;

  /// @notice Mapping of addresses to the token ID they may claim
  mapping(address => uint256) public addrToTokenId;

  /// @notice Mapping of token IDs to their proposed settlement addresses
  mapping(uint256 => address) public settlementAddressProposals;

  /// @notice Mapping of token IDs to their votes
  mapping(uint256 => mapping(uint256 => bool)) private _tokenVotes;

  /// @dev This event emits when the metadata of a token is changed.
  /// So that the third-party platforms such as NFT market could
  /// timely update the images and related attributes of the NFT.
  event MetadataUpdate(uint256 _tokenId);

  /// @dev This event emits when the metadata of a range of tokens is changed.
  /// So that the third-party platforms such as NFT market could
  /// timely update the images and related attributes of the NFTs.
  event BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId);

  /// @dev Sets the artist to the contract deployer
  constructor() ERC721('Money Making Opportunity', 'MMO') {
    artist = msg.sender;
    contributors++;
  }

  /// @notice Handles all ETH sent to the contract. If the contract is locked and the
  /// cumulative amount of ETH sent to the contract is >= 0.03, then that address is
  /// assigned a token ID to mint later. If the contract has been settled, the amount
  /// included in msg.value is forwarded to the final settlement address. Otherwise,
  /// the ETH is jsut held by the MMO contract.
  receive() external payable {
    uint256 originalAmount = amountPaid[msg.sender];
    amountPaid[msg.sender] += msg.value;

    if (
      isLocked
      && originalAmount < FAIR_CONTRIBUTION
      && amountPaid[msg.sender] >= FAIR_CONTRIBUTION
    ) {
      addrToTokenId[msg.sender] = contributors;
      contributors++;

    } else if (ending > 0) {
      payable(settlementAddressProposals[currentWeek()]).transfer(address(this).balance);
    }
  }

  /// @notice Unlocks the contract and sends token 0 to the caller
  /// @param _uriContract Address of the URI contract
  /// @dev Can only be called by the artist
  function unlock(address _uriContract) external {
    require(msg.sender == artist, '11');
    require(isLocked, '1');
    isLocked = false;
    beginning = block.timestamp;
    tokenURIContract = _uriContract;
    totalSupply++;
    _mint(msg.sender, 0);
  }

  /// @notice Mints the appropriate token to the caller if the contract is unlocked
  function claim() external {
    require(!isLocked, '2');

    totalSupply++;
    _mint(msg.sender, addrToTokenId[msg.sender]);
  }

  /// @notice Casts a vote for a given week and token ID
  /// @param tokenId Token ID for vote
  /// @param week Week # for vote
  /// @param vote Vote value
  /// @dev Votes can be made at any time, but cannot be changed once a proposal has been accepted or rejected
  /// @dev Tokens cannot be used to vote for proposals issued by lower token IDs (or higher week #s)
  function castVote(uint256 tokenId, uint256 week, bool vote) external {
    require(ownerOf(tokenId) == msg.sender, '4');
    require(week >= currentWeek(), '5');
    require(ending == 0, '9');
    require(tokenIdToWeek(tokenId) > week, '12');

    _tokenVotes[tokenId][week] = vote;
  }

  /// @notice Proposes a settlement address for a given week
  /// @param week Week # of proposal
  /// @param settlementAddress The proposed settlement address for the provided week
  /// @dev Proposals can only be made for future weeks
  /// @dev Proposals can only be made by the corresponding token owner for that week
  /// @dev Proposals can be made at any time, but once they are made the token can no
  /// longer propose settlement addresses
  function proposeSettlementAddress(uint256 week, address settlementAddress) external {
    uint256 tokenId = weekToTokenId(week);
    require(!isEliminated(tokenId), '6');
    require(ownerOf(tokenId) == msg.sender, '4');
    require(settlementAddressProposals[week] == address(0), '7');
    settlementAddressProposals[week] = settlementAddress;
    emit MetadataUpdate(tokenId);
  }


  /// @notice Sends the balance of the contract to the week's proposed settlement address
  /// if it has garnered at least 50% of all remaining valid votes.
  /// @dev This can be called by anyone
  /// @dev This must be called while the week is still active
  function settlePayment() external {
    require(ending == 0, '8');
    uint256 week = currentWeek();
    if (week == contributors) require(ownerOf(0) == msg.sender);

    (uint256 yays, uint256 nays) = calculateVotes(week);

    require(yays >= nays, '10');

    ending = block.timestamp;
    payable(settlementAddressProposals[week]).transfer(address(this).balance);
    emit BatchMetadataUpdate(0, contributors);
  }

  /// @notice Calculates all yay/nay votes for a given week
  /// @dev Only leaders for future weeks are valid. (ex. The leader of week 10 cannot vote on week 9)
  /// @param week Week # to calculate
  /// @return yayVotes Number of yays received for that week. The week's leader automatically
  /// votes yay for that week
  /// @return nayVotes Number of nay votes received for that week. All votes are nay by default
  function calculateVotes(uint256 week) public view returns (uint256, uint256) {
    uint256 yays = 1;
    uint256 nays;
    uint256 tokenId = weekToTokenId(week);

    for (uint256 i = 0; i < tokenId; i++) {
      if (_tokenVotes[i][week]) yays++;
      else nays++;
    }

    return (yays, nays);
  }

  /// @notice Maps a token ID to its leadership week
  /// @param tokenId Token ID to query
  /// @return week Leadership week of token id
  function tokenIdToWeek(uint256 tokenId) public view returns (uint256) {
    return contributors - tokenId;
  }

  /// @notice Finds the leader token of a given week
  /// @param week Week # to query
  /// @return tokenId Leader of queried week
  /// @dev Weeks start at 1, but will return 0 if the contract is locked
  function weekToTokenId(uint256 week) public view returns (uint256) {
    if (isLocked) return 0;
    return contributors - week;
  }

  /// @notice Returns the current Active Week number
  /// @return week Active week number
  /// @dev This will return 0 if locked
  /// @dev This will return the last valid week if the contract has been settled
  /// @dev if the contract is never settled, it will default to the highest possible
  /// week number
  function currentWeek() public view returns (uint256) {
    if (isLocked) return 0;
    uint256 endTime = ending > 0 ? ending : block.timestamp;
    uint256 week = 1 + (endTime - beginning) / 1 weeks;

    return week >= contributors ? contributors : week;
  }

  /// @notice Returns the token ID of the leader for the current week
  /// @return tokenId Token ID of leader for current week
  function leaderToken() public view returns (uint256) {
    return weekToTokenId(currentWeek());
  }

  /// @notice Denotes whether the current leader token can vote on proposals
  /// made by the provided token ID
  /// @param tokenId Token ID
  /// @return canVote
  function isEliminated (uint256 tokenId) public view returns (bool) {
    return tokenId > leaderToken();
  }

  /// @notice Returns the current vote state of a token ID/week
  /// @param tokenId Token ID
  /// @param week Week
  /// @return voteState
  /// @dev This will always return true for the week in which the given token
  /// is the leader
  function votes(uint256 tokenId, uint256 week) public view returns (bool) {
    if (tokenIdToWeek(tokenId) == week) return true;
    return _tokenVotes[tokenId][week];
  }

  /// @notice Token URI
  /// @param tokenId Token ID to look up URI of
  /// @return Token URI
  function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
    return ITokenURI(tokenURIContract).tokenURI(tokenId);
  }

  /// @notice Checks if given token ID exists
  /// @param tokenId Token to run existence check on
  /// @return True if token exists
  function exists(uint256 tokenId) external view returns (bool) {
    return _exists(tokenId);
  }

  /// @notice Set the Token URI contract
  /// @param _uriContract New address of URI contract
  /// @dev This can only be set by the artists, and cannot be reset after
  /// the URI is locked
  function setURIContract(address _uriContract) external {
    require(msg.sender == artist && !uriLocked, '11');
    tokenURIContract = _uriContract;
    emit BatchMetadataUpdate(0, contributors);
  }

  /// @notice Locks the URI contract
  function commitURI() external {
    require(msg.sender == artist, '11');
    require(!isLocked, '13');
    uriLocked = true;
  }

  /// @notice Query if a contract implements an interface
  /// @param interfaceId The interface identifier, as specified in ERC-165
  /// @return `true` if the contract implements `interfaceId` and
  ///         `interfaceId` is not 0xffffffff, `false` otherwise
  /// @dev Interface identification is specified in ERC-165. This function
  ///      uses less than 30,000 gas. See: https://eips.ethereum.org/EIPS/eip-165
  ///      See EIP-4906: https://eips.ethereum.org/EIPS/eip-4906
  function supportsInterface(bytes4 interfaceId) public view virtual override(ERC721) returns (bool) {
    return interfaceId == bytes4(0x49064906) || super.supportsInterface(interfaceId);
  }
}

File 1 of 2: Dependencies.sol
// SPDX-License-Identifier: MIT

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



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



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


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



/**
 * @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
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize, which returns 0 for contracts in
        // construction, since the code is only stored at the end of the
        // constructor execution.

        uint256 size;
        assembly {
            size := extcodesize(account)
        }
        return size > 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);
            }
        }
    }
}

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


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

    // Don't need these

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



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




/**
 * @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) {
        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), "Nonexistent");
        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) {
        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(
            _msgSender() == owner || isApprovedForAll(owner, _msgSender()),
            "Caller is not approved for all"
        );

        _approve(to, tokenId);
    }

    /**
     * @dev See {IERC721-getApproved}.
     */
    function getApproved(uint256 tokenId) public view virtual override returns (address) {
        require(_exists(tokenId), "Nonexistent");

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        _operatorApprovals[_msgSender()][operator] = approved;
        emit ApprovalForAll(_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), "Caller is not 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), "Caller is not 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), "Transfer to non 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), "Nonexistent");
        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),
            "Transfer to non 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), "Mint to the zero address");
        require(!_exists(tokenId), "Already minted");

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

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

        emit Transfer(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);
    }

    /**
     * @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, "Transfer not own");

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

    /**
     * @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 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(to).onERC721Received.selector;
            } catch (bytes memory reason) {
                if (reason.length == 0) {
                    revert("Transfer to non 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 {}
}


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":false,"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_toTokenId","type":"uint256"}],"name":"BatchMetadataUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"MetadataUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"FAIR_CONTRIBUTION","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"addrToTokenId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"amountPaid","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"artist","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"beginning","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"week","type":"uint256"}],"name":"calculateVotes","outputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"uint256","name":"week","type":"uint256"},{"internalType":"bool","name":"vote","type":"bool"}],"name":"castVote","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"claim","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"commitURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"contributors","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"currentWeek","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"ending","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"exists","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":"tokenId","type":"uint256"}],"name":"isEliminated","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"isLocked","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"leaderToken","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"week","type":"uint256"},{"internalType":"address","name":"settlementAddress","type":"address"}],"name":"proposeSettlementAddress","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":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_uriContract","type":"address"}],"name":"setURIContract","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"settlePayment","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"settlementAddressProposals","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","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":"tokenIdToWeek","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokenURIContract","outputs":[{"internalType":"address","name":"","type":"address"}],"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":"_uriContract","type":"address"}],"name":"unlock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uriLocked","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"uint256","name":"week","type":"uint256"}],"name":"votes","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"week","type":"uint256"}],"name":"weekToTokenId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

60806040526001600660006101000a81548160ff0219169083151502179055503480156200002c57600080fd5b506040518060400160405280601881526020017f4d6f6e6579204d616b696e67204f70706f7274756e69747900000000000000008152506040518060400160405280600381526020017f4d4d4f00000000000000000000000000000000000000000000000000000000008152508160009081620000aa91906200039a565b508060019081620000bc91906200039a565b50505033600c60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600a60008154809291906200011590620004b0565b9190505550620004fd565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620001a257607f821691505b602082108103620001b857620001b76200015a565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302620002227fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82620001e3565b6200022e8683620001e3565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b60006200027b620002756200026f8462000246565b62000250565b62000246565b9050919050565b6000819050919050565b62000297836200025a565b620002af620002a68262000282565b848454620001f0565b825550505050565b600090565b620002c6620002b7565b620002d38184846200028c565b505050565b5b81811015620002fb57620002ef600082620002bc565b600181019050620002d9565b5050565b601f8211156200034a576200031481620001be565b6200031f84620001d3565b810160208510156200032f578190505b620003476200033e85620001d3565b830182620002d8565b50505b505050565b600082821c905092915050565b60006200036f600019846008026200034f565b1980831691505092915050565b60006200038a83836200035c565b9150826002028217905092915050565b620003a58262000120565b67ffffffffffffffff811115620003c157620003c06200012b565b5b620003cd825462000189565b620003da828285620002ff565b600060209050601f831160018114620004125760008415620003fd578287015190505b6200040985826200037c565b86555062000479565b601f1984166200042286620001be565b60005b828110156200044c5784890151825560018201915060208501945060208101905062000425565b868310156200046c578489015162000468601f8916826200035c565b8355505b6001600288020188555050505b505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000620004bd8262000246565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203620004f257620004f162000481565b5b600182019050919050565b613ae5806200050d6000396000f3fe60806040526004361061023f5760003560e01c806370a082311161012e578063a4e2d634116100ab578063c6e36a321161006f578063c6e36a3214610abf578063c87b56dd14610afc578063e5c4054514610b39578063e985e9c514610b62578063f9000ba814610b9f5761044a565b8063a4e2d634146109c6578063a7d2dd44146109f1578063b3f35fee14610a2e578063b88d4fde14610a59578063bde65d6d14610a825761044a565b80639313f7d1116100f25780639313f7d1146108df57806394033c811461091c57806395d89b41146109475780639605652a14610972578063a22cb4651461099d5761044a565b806370a08231146107d3578063751f4891146108105780637bf905aa1461084d578063879cb32e1461086457806390ac3ccf146108a15761044a565b80632f6c493c116101bc5780634e71d92d116101805780634e71d92d146106ec5780634f558e79146107035780636352211e14610740578063698f87be1461077d5780636e7e3b2b146107a85761044a565b80632f6c493c1461060757806342842e0e1461063057806343bc16121461065957806343ddfd57146106845780634a797b47146106c15761044a565b80631786adcd116102035780631786adcd1461054857806318160ddd146105715780631b0bcc121461059c57806320c5ab6a146105b357806323b872dd146105de5761044a565b806301ffc9a71461044f57806306575c891461048c57806306fdde03146104b7578063081812fc146104e2578063095ea7b31461051f5761044a565b3661044a576000600d60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905034600d60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546102d79190612854565b92505081905550600660009054906101000a900460ff1680156103005750666a94d74f43000081105b80156103525750666a94d74f430000600d60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205410155b156103ba57600a54600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600a60008154809291906103b090612888565b9190505550610448565b6000600954111561044757600f60006103d1610bc8565b815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015610445573d6000803e3d6000fd5b505b5b005b600080fd5b34801561045b57600080fd5b506104766004803603810190610471919061293c565b610c47565b6040516104839190612984565b60405180910390f35b34801561049857600080fd5b506104a1610bc8565b6040516104ae91906129ae565b60405180910390f35b3480156104c357600080fd5b506104cc610ca8565b6040516104d99190612a59565b60405180910390f35b3480156104ee57600080fd5b5061050960048036038101906105049190612aa7565b610d3a565b6040516105169190612b15565b60405180910390f35b34801561052b57600080fd5b5061054660048036038101906105419190612b5c565b610dbf565b005b34801561055457600080fd5b5061056f600480360381019061056a9190612b9c565b610e68565b005b34801561057d57600080fd5b50610586611064565b60405161059391906129ae565b60405180910390f35b3480156105a857600080fd5b506105b161106a565b005b3480156105bf57600080fd5b506105c8611167565b6040516105d59190612984565b60405180910390f35b3480156105ea57600080fd5b5061060560048036038101906106009190612bdc565b61117a565b005b34801561061357600080fd5b5061062e60048036038101906106299190612c2f565b6111da565b005b34801561063c57600080fd5b5061065760048036038101906106529190612bdc565b611342565b005b34801561066557600080fd5b5061066e611362565b60405161067b9190612b15565b60405180910390f35b34801561069057600080fd5b506106ab60048036038101906106a69190612c2f565b611388565b6040516106b891906129ae565b60405180910390f35b3480156106cd57600080fd5b506106d66113a0565b6040516106e391906129ae565b60405180910390f35b3480156106f857600080fd5b506107016113a6565b005b34801561070f57600080fd5b5061072a60048036038101906107259190612aa7565b611459565b6040516107379190612984565b60405180910390f35b34801561074c57600080fd5b5061076760048036038101906107629190612aa7565b61146b565b6040516107749190612b15565b60405180910390f35b34801561078957600080fd5b5061079261151c565b60405161079f9190612b15565b60405180910390f35b3480156107b457600080fd5b506107bd611542565b6040516107ca91906129ae565b60405180910390f35b3480156107df57600080fd5b506107fa60048036038101906107f59190612c2f565b611548565b60405161080791906129ae565b60405180910390f35b34801561081c57600080fd5b5061083760048036038101906108329190612aa7565b611591565b6040516108449190612984565b60405180910390f35b34801561085957600080fd5b506108626115a4565b005b34801561087057600080fd5b5061088b60048036038101906108869190612c2f565b611755565b60405161089891906129ae565b60405180910390f35b3480156108ad57600080fd5b506108c860048036038101906108c39190612aa7565b61176d565b6040516108d6929190612c5c565b60405180910390f35b3480156108eb57600080fd5b5061090660048036038101906109019190612aa7565b61180a565b60405161091391906129ae565b60405180910390f35b34801561092857600080fd5b50610931611821565b60405161093e91906129ae565b60405180910390f35b34801561095357600080fd5b5061095c611827565b6040516109699190612a59565b60405180910390f35b34801561097e57600080fd5b506109876118b9565b60405161099491906129ae565b60405180910390f35b3480156109a957600080fd5b506109c460048036038101906109bf9190612cb1565b6118d0565b005b3480156109d257600080fd5b506109db6119db565b6040516109e89190612984565b60405180910390f35b3480156109fd57600080fd5b50610a186004803603810190610a139190612aa7565b6119ee565b604051610a2591906129ae565b60405180910390f35b348015610a3a57600080fd5b50610a43611a24565b604051610a5091906129ae565b60405180910390f35b348015610a6557600080fd5b50610a806004803603810190610a7b9190612e26565b611a2f565b005b348015610a8e57600080fd5b50610aa96004803603810190610aa49190612aa7565b611a91565b604051610ab69190612b15565b60405180910390f35b348015610acb57600080fd5b50610ae66004803603810190610ae19190612ea9565b611ac4565b604051610af39190612984565b60405180910390f35b348015610b0857600080fd5b50610b236004803603810190610b1e9190612aa7565b611b19565b604051610b309190612a59565b60405180910390f35b348015610b4557600080fd5b50610b606004803603810190610b5b9190612c2f565b611bc3565b005b348015610b6e57600080fd5b50610b896004803603810190610b849190612ee9565b611cec565b604051610b969190612984565b60405180910390f35b348015610bab57600080fd5b50610bc66004803603810190610bc19190612f29565b611d80565b005b6000600660009054906101000a900460ff1615610be85760009050610c44565b60008060095411610bf95742610bfd565b6009545b9050600062093a8060085483610c139190612f7c565b610c1d9190612fdf565b6001610c299190612854565b9050600a54811015610c3b5780610c3f565b600a545b925050505b90565b6000634906490660e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610ca15750610ca082611f10565b5b9050919050565b606060008054610cb79061303f565b80601f0160208091040260200160405190810160405280929190818152602001828054610ce39061303f565b8015610d305780601f10610d0557610100808354040283529160200191610d30565b820191906000526020600020905b815481529060010190602001808311610d1357829003601f168201915b5050505050905090565b6000610d4582611ff2565b610d84576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d7b906130bc565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610dca8261146b565b90508073ffffffffffffffffffffffffffffffffffffffff16610deb61205e565b73ffffffffffffffffffffffffffffffffffffffff161480610e1a5750610e1981610e1461205e565b611cec565b5b610e59576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e5090613128565b60405180910390fd5b610e638383612066565b505050565b6000610e73836119ee565b9050610e7e81611591565b15610ebe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eb590613194565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff16610ede8261146b565b73ffffffffffffffffffffffffffffffffffffffff1614610f34576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f2b90613200565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600f600085815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610fd6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fcd9061326c565b60405180910390fd5b81600f600085815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507ff8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce78160405161105791906129ae565b60405180910390a1505050565b60075481565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146110fa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110f1906132d8565b60405180910390fd5b600660009054906101000a900460ff161561114a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161114190613344565b60405180910390fd5b6001600660016101000a81548160ff021916908315150217905550565b600660019054906101000a900460ff1681565b61118b61118561205e565b8261211f565b6111ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111c1906133b0565b60405180910390fd5b6111d58383836121fd565b505050565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461126a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611261906132d8565b60405180910390fd5b600660009054906101000a900460ff166112b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112b09061341c565b60405180910390fd5b6000600660006101000a81548160ff0219169083151502179055504260088190555080600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506007600081548092919061132f90612888565b919050555061133f3360006123e9565b50565b61135d83838360405180602001604052806000815250611a2f565b505050565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600e6020528060005260406000206000915090505481565b60085481565b600660009054906101000a900460ff16156113f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113ed90613488565b60405180910390fd5b6007600081548092919061140990612888565b919050555061145733600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546123e9565b565b600061146482611ff2565b9050919050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611513576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150a906130bc565b60405180910390fd5b80915050919050565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600a5481565b6000600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b600061159b6118b9565b82119050919050565b6000600954146115e9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115e0906134f4565b60405180910390fd5b60006115f3610bc8565b9050600a548103611640573373ffffffffffffffffffffffffffffffffffffffff1661161f600061146b565b73ffffffffffffffffffffffffffffffffffffffff161461163f57600080fd5b5b60008061164c8361176d565b9150915080821015611693576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161168a90613560565b60405180910390fd5b42600981905550600f600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015611713573d6000803e3d6000fd5b507f6bd5c950a8d8df17f772f5af37cb3655737899cbf903264b9795592da439661c6000600a546040516117489291906135c5565b60405180910390a1505050565b600d6020528060005260406000206000915090505481565b600080600060019050600080611782866119ee565b905060005b818110156117fb5760106000828152602001908152602001600020600088815260200190815260200160002060009054906101000a900460ff16156117d95783806117d190612888565b9450506117e8565b82806117e490612888565b9350505b80806117f390612888565b915050611787565b50828294509450505050915091565b600081600a5461181a9190612f7c565b9050919050565b60095481565b6060600180546118369061303f565b80601f01602080910402602001604051908101604052809291908181526020018280546118629061303f565b80156118af5780601f10611884576101008083540402835291602001916118af565b820191906000526020600020905b81548152906001019060200180831161189257829003601f168201915b5050505050905090565b60006118cb6118c6610bc8565b6119ee565b905090565b80600560006118dd61205e565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff1661198a61205e565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516119cf9190612984565b60405180910390a35050565b600660009054906101000a900460ff1681565b6000600660009054906101000a900460ff1615611a0e5760009050611a1f565b81600a54611a1c9190612f7c565b90505b919050565b666a94d74f43000081565b611a40611a3a61205e565b8361211f565b611a7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a76906133b0565b60405180910390fd5b611a8b848484846125b6565b50505050565b600f6020528060005260406000206000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600081611ad08461180a565b03611ade5760019050611b13565b60106000848152602001908152602001600020600083815260200190815260200160002060009054906101000a900460ff1690505b92915050565b6060600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663c87b56dd836040518263ffffffff1660e01b8152600401611b7691906129ae565b600060405180830381865afa158015611b93573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f82011682018060405250810190611bbc919061368f565b9050919050565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16148015611c2d5750600660019054906101000a900460ff16155b611c6c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c63906132d8565b60405180910390fd5b80600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507f6bd5c950a8d8df17f772f5af37cb3655737899cbf903264b9795592da439661c6000600a54604051611ce19291906135c5565b60405180910390a150565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b3373ffffffffffffffffffffffffffffffffffffffff16611da08461146b565b73ffffffffffffffffffffffffffffffffffffffff1614611df6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ded90613200565b60405180910390fd5b611dfe610bc8565b821015611e40576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e3790613724565b60405180910390fd5b600060095414611e85576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e7c90613790565b60405180910390fd5b81611e8f8461180a565b11611ecf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ec6906137fc565b60405180910390fd5b8060106000858152602001908152602001600020600084815260200190815260200160002060006101000a81548160ff021916908315150217905550505050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480611fdb57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80611feb5750611fea82612612565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff166120d98361146b565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600061212a82611ff2565b612169576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612160906130bc565b60405180910390fd5b60006121748361146b565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614806121e357508373ffffffffffffffffffffffffffffffffffffffff166121cb84610d3a565b73ffffffffffffffffffffffffffffffffffffffff16145b806121f457506121f38185611cec565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff1661221d8261146b565b73ffffffffffffffffffffffffffffffffffffffff1614612273576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161226a90613868565b60405180910390fd5b61227e83838361267c565b612289600082612066565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546122d99190612f7c565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546123309190612854565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612458576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161244f906138d4565b60405180910390fd5b61246181611ff2565b156124a1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161249890613940565b60405180910390fd5b6124ad6000838361267c565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546124fd9190612854565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6125c18484846121fd565b6125cd84848484612681565b61260c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612603906139ac565b60405180910390fd5b50505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b505050565b60006126a28473ffffffffffffffffffffffffffffffffffffffff16612808565b156127fb578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026126cb61205e565b8786866040518563ffffffff1660e01b81526004016126ed9493929190613a21565b6020604051808303816000875af192505050801561272957506040513d601f19601f820116820180604052508101906127269190613a82565b60015b6127ab573d8060008114612759576040519150601f19603f3d011682016040523d82523d6000602084013e61275e565b606091505b5060008151036127a3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161279a906139ac565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612800565b600190505b949350505050565b600080823b905060008111915050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061285f8261281b565b915061286a8361281b565b925082820190508082111561288257612881612825565b5b92915050565b60006128938261281b565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036128c5576128c4612825565b5b600182019050919050565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612919816128e4565b811461292457600080fd5b50565b60008135905061293681612910565b92915050565b600060208284031215612952576129516128da565b5b600061296084828501612927565b91505092915050565b60008115159050919050565b61297e81612969565b82525050565b60006020820190506129996000830184612975565b92915050565b6129a88161281b565b82525050565b60006020820190506129c3600083018461299f565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612a035780820151818401526020810190506129e8565b60008484015250505050565b6000601f19601f8301169050919050565b6000612a2b826129c9565b612a3581856129d4565b9350612a458185602086016129e5565b612a4e81612a0f565b840191505092915050565b60006020820190508181036000830152612a738184612a20565b905092915050565b612a848161281b565b8114612a8f57600080fd5b50565b600081359050612aa181612a7b565b92915050565b600060208284031215612abd57612abc6128da565b5b6000612acb84828501612a92565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612aff82612ad4565b9050919050565b612b0f81612af4565b82525050565b6000602082019050612b2a6000830184612b06565b92915050565b612b3981612af4565b8114612b4457600080fd5b50565b600081359050612b5681612b30565b92915050565b60008060408385031215612b7357612b726128da565b5b6000612b8185828601612b47565b9250506020612b9285828601612a92565b9150509250929050565b60008060408385031215612bb357612bb26128da565b5b6000612bc185828601612a92565b9250506020612bd285828601612b47565b9150509250929050565b600080600060608486031215612bf557612bf46128da565b5b6000612c0386828701612b47565b9350506020612c1486828701612b47565b9250506040612c2586828701612a92565b9150509250925092565b600060208284031215612c4557612c446128da565b5b6000612c5384828501612b47565b91505092915050565b6000604082019050612c71600083018561299f565b612c7e602083018461299f565b9392505050565b612c8e81612969565b8114612c9957600080fd5b50565b600081359050612cab81612c85565b92915050565b60008060408385031215612cc857612cc76128da565b5b6000612cd685828601612b47565b9250506020612ce785828601612c9c565b9150509250929050565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612d3382612a0f565b810181811067ffffffffffffffff82111715612d5257612d51612cfb565b5b80604052505050565b6000612d656128d0565b9050612d718282612d2a565b919050565b600067ffffffffffffffff821115612d9157612d90612cfb565b5b612d9a82612a0f565b9050602081019050919050565b82818337600083830152505050565b6000612dc9612dc484612d76565b612d5b565b905082815260208101848484011115612de557612de4612cf6565b5b612df0848285612da7565b509392505050565b600082601f830112612e0d57612e0c612cf1565b5b8135612e1d848260208601612db6565b91505092915050565b60008060008060808587031215612e4057612e3f6128da565b5b6000612e4e87828801612b47565b9450506020612e5f87828801612b47565b9350506040612e7087828801612a92565b925050606085013567ffffffffffffffff811115612e9157612e906128df565b5b612e9d87828801612df8565b91505092959194509250565b60008060408385031215612ec057612ebf6128da565b5b6000612ece85828601612a92565b9250506020612edf85828601612a92565b9150509250929050565b60008060408385031215612f0057612eff6128da565b5b6000612f0e85828601612b47565b9250506020612f1f85828601612b47565b9150509250929050565b600080600060608486031215612f4257612f416128da565b5b6000612f5086828701612a92565b9350506020612f6186828701612a92565b9250506040612f7286828701612c9c565b9150509250925092565b6000612f878261281b565b9150612f928361281b565b9250828203905081811115612faa57612fa9612825565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000612fea8261281b565b9150612ff58361281b565b92508261300557613004612fb0565b5b828204905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061305757607f821691505b60208210810361306a57613069613010565b5b50919050565b7f4e6f6e6578697374656e74000000000000000000000000000000000000000000600082015250565b60006130a6600b836129d4565b91506130b182613070565b602082019050919050565b600060208201905081810360008301526130d581613099565b9050919050565b7f43616c6c6572206973206e6f7420617070726f76656420666f7220616c6c0000600082015250565b6000613112601e836129d4565b915061311d826130dc565b602082019050919050565b6000602082019050818103600083015261314181613105565b9050919050565b7f3600000000000000000000000000000000000000000000000000000000000000600082015250565b600061317e6001836129d4565b915061318982613148565b602082019050919050565b600060208201905081810360008301526131ad81613171565b9050919050565b7f3400000000000000000000000000000000000000000000000000000000000000600082015250565b60006131ea6001836129d4565b91506131f5826131b4565b602082019050919050565b60006020820190508181036000830152613219816131dd565b9050919050565b7f3700000000000000000000000000000000000000000000000000000000000000600082015250565b60006132566001836129d4565b915061326182613220565b602082019050919050565b6000602082019050818103600083015261328581613249565b9050919050565b7f3131000000000000000000000000000000000000000000000000000000000000600082015250565b60006132c26002836129d4565b91506132cd8261328c565b602082019050919050565b600060208201905081810360008301526132f1816132b5565b9050919050565b7f3133000000000000000000000000000000000000000000000000000000000000600082015250565b600061332e6002836129d4565b9150613339826132f8565b602082019050919050565b6000602082019050818103600083015261335d81613321565b9050919050565b7f43616c6c6572206973206e6f7420617070726f76656400000000000000000000600082015250565b600061339a6016836129d4565b91506133a582613364565b602082019050919050565b600060208201905081810360008301526133c98161338d565b9050919050565b7f3100000000000000000000000000000000000000000000000000000000000000600082015250565b60006134066001836129d4565b9150613411826133d0565b602082019050919050565b60006020820190508181036000830152613435816133f9565b9050919050565b7f3200000000000000000000000000000000000000000000000000000000000000600082015250565b60006134726001836129d4565b915061347d8261343c565b602082019050919050565b600060208201905081810360008301526134a181613465565b9050919050565b7f3800000000000000000000000000000000000000000000000000000000000000600082015250565b60006134de6001836129d4565b91506134e9826134a8565b602082019050919050565b6000602082019050818103600083015261350d816134d1565b9050919050565b7f3130000000000000000000000000000000000000000000000000000000000000600082015250565b600061354a6002836129d4565b915061355582613514565b602082019050919050565b600060208201905081810360008301526135798161353d565b9050919050565b6000819050919050565b6000819050919050565b60006135af6135aa6135a584613580565b61358a565b61281b565b9050919050565b6135bf81613594565b82525050565b60006040820190506135da60008301856135b6565b6135e7602083018461299f565b9392505050565b600067ffffffffffffffff82111561360957613608612cfb565b5b61361282612a0f565b9050602081019050919050565b600061363261362d846135ee565b612d5b565b90508281526020810184848401111561364e5761364d612cf6565b5b6136598482856129e5565b509392505050565b600082601f83011261367657613675612cf1565b5b815161368684826020860161361f565b91505092915050565b6000602082840312156136a5576136a46128da565b5b600082015167ffffffffffffffff8111156136c3576136c26128df565b5b6136cf84828501613661565b91505092915050565b7f3500000000000000000000000000000000000000000000000000000000000000600082015250565b600061370e6001836129d4565b9150613719826136d8565b602082019050919050565b6000602082019050818103600083015261373d81613701565b9050919050565b7f3900000000000000000000000000000000000000000000000000000000000000600082015250565b600061377a6001836129d4565b915061378582613744565b602082019050919050565b600060208201905081810360008301526137a98161376d565b9050919050565b7f3132000000000000000000000000000000000000000000000000000000000000600082015250565b60006137e66002836129d4565b91506137f1826137b0565b602082019050919050565b60006020820190508181036000830152613815816137d9565b9050919050565b7f5472616e73666572206e6f74206f776e00000000000000000000000000000000600082015250565b60006138526010836129d4565b915061385d8261381c565b602082019050919050565b6000602082019050818103600083015261388181613845565b9050919050565b7f4d696e7420746f20746865207a65726f20616464726573730000000000000000600082015250565b60006138be6018836129d4565b91506138c982613888565b602082019050919050565b600060208201905081810360008301526138ed816138b1565b9050919050565b7f416c7265616479206d696e746564000000000000000000000000000000000000600082015250565b600061392a600e836129d4565b9150613935826138f4565b602082019050919050565b600060208201905081810360008301526139598161391d565b9050919050565b7f5472616e7366657220746f206e6f6e20696d706c656d656e7465720000000000600082015250565b6000613996601b836129d4565b91506139a182613960565b602082019050919050565b600060208201905081810360008301526139c581613989565b9050919050565b600081519050919050565b600082825260208201905092915050565b60006139f3826139cc565b6139fd81856139d7565b9350613a0d8185602086016129e5565b613a1681612a0f565b840191505092915050565b6000608082019050613a366000830187612b06565b613a436020830186612b06565b613a50604083018561299f565b8181036060830152613a6281846139e8565b905095945050505050565b600081519050613a7c81612910565b92915050565b600060208284031215613a9857613a976128da565b5b6000613aa684828501613a6d565b9150509291505056fea2646970667358221220b51cc4f274cf2fa7a934df139a0b4211d1e8e31300a971dec5317cdb9e15c43064736f6c63430008110033

Deployed Bytecode

0x60806040526004361061023f5760003560e01c806370a082311161012e578063a4e2d634116100ab578063c6e36a321161006f578063c6e36a3214610abf578063c87b56dd14610afc578063e5c4054514610b39578063e985e9c514610b62578063f9000ba814610b9f5761044a565b8063a4e2d634146109c6578063a7d2dd44146109f1578063b3f35fee14610a2e578063b88d4fde14610a59578063bde65d6d14610a825761044a565b80639313f7d1116100f25780639313f7d1146108df57806394033c811461091c57806395d89b41146109475780639605652a14610972578063a22cb4651461099d5761044a565b806370a08231146107d3578063751f4891146108105780637bf905aa1461084d578063879cb32e1461086457806390ac3ccf146108a15761044a565b80632f6c493c116101bc5780634e71d92d116101805780634e71d92d146106ec5780634f558e79146107035780636352211e14610740578063698f87be1461077d5780636e7e3b2b146107a85761044a565b80632f6c493c1461060757806342842e0e1461063057806343bc16121461065957806343ddfd57146106845780634a797b47146106c15761044a565b80631786adcd116102035780631786adcd1461054857806318160ddd146105715780631b0bcc121461059c57806320c5ab6a146105b357806323b872dd146105de5761044a565b806301ffc9a71461044f57806306575c891461048c57806306fdde03146104b7578063081812fc146104e2578063095ea7b31461051f5761044a565b3661044a576000600d60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905034600d60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546102d79190612854565b92505081905550600660009054906101000a900460ff1680156103005750666a94d74f43000081105b80156103525750666a94d74f430000600d60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205410155b156103ba57600a54600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600a60008154809291906103b090612888565b9190505550610448565b6000600954111561044757600f60006103d1610bc8565b815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015610445573d6000803e3d6000fd5b505b5b005b600080fd5b34801561045b57600080fd5b506104766004803603810190610471919061293c565b610c47565b6040516104839190612984565b60405180910390f35b34801561049857600080fd5b506104a1610bc8565b6040516104ae91906129ae565b60405180910390f35b3480156104c357600080fd5b506104cc610ca8565b6040516104d99190612a59565b60405180910390f35b3480156104ee57600080fd5b5061050960048036038101906105049190612aa7565b610d3a565b6040516105169190612b15565b60405180910390f35b34801561052b57600080fd5b5061054660048036038101906105419190612b5c565b610dbf565b005b34801561055457600080fd5b5061056f600480360381019061056a9190612b9c565b610e68565b005b34801561057d57600080fd5b50610586611064565b60405161059391906129ae565b60405180910390f35b3480156105a857600080fd5b506105b161106a565b005b3480156105bf57600080fd5b506105c8611167565b6040516105d59190612984565b60405180910390f35b3480156105ea57600080fd5b5061060560048036038101906106009190612bdc565b61117a565b005b34801561061357600080fd5b5061062e60048036038101906106299190612c2f565b6111da565b005b34801561063c57600080fd5b5061065760048036038101906106529190612bdc565b611342565b005b34801561066557600080fd5b5061066e611362565b60405161067b9190612b15565b60405180910390f35b34801561069057600080fd5b506106ab60048036038101906106a69190612c2f565b611388565b6040516106b891906129ae565b60405180910390f35b3480156106cd57600080fd5b506106d66113a0565b6040516106e391906129ae565b60405180910390f35b3480156106f857600080fd5b506107016113a6565b005b34801561070f57600080fd5b5061072a60048036038101906107259190612aa7565b611459565b6040516107379190612984565b60405180910390f35b34801561074c57600080fd5b5061076760048036038101906107629190612aa7565b61146b565b6040516107749190612b15565b60405180910390f35b34801561078957600080fd5b5061079261151c565b60405161079f9190612b15565b60405180910390f35b3480156107b457600080fd5b506107bd611542565b6040516107ca91906129ae565b60405180910390f35b3480156107df57600080fd5b506107fa60048036038101906107f59190612c2f565b611548565b60405161080791906129ae565b60405180910390f35b34801561081c57600080fd5b5061083760048036038101906108329190612aa7565b611591565b6040516108449190612984565b60405180910390f35b34801561085957600080fd5b506108626115a4565b005b34801561087057600080fd5b5061088b60048036038101906108869190612c2f565b611755565b60405161089891906129ae565b60405180910390f35b3480156108ad57600080fd5b506108c860048036038101906108c39190612aa7565b61176d565b6040516108d6929190612c5c565b60405180910390f35b3480156108eb57600080fd5b5061090660048036038101906109019190612aa7565b61180a565b60405161091391906129ae565b60405180910390f35b34801561092857600080fd5b50610931611821565b60405161093e91906129ae565b60405180910390f35b34801561095357600080fd5b5061095c611827565b6040516109699190612a59565b60405180910390f35b34801561097e57600080fd5b506109876118b9565b60405161099491906129ae565b60405180910390f35b3480156109a957600080fd5b506109c460048036038101906109bf9190612cb1565b6118d0565b005b3480156109d257600080fd5b506109db6119db565b6040516109e89190612984565b60405180910390f35b3480156109fd57600080fd5b50610a186004803603810190610a139190612aa7565b6119ee565b604051610a2591906129ae565b60405180910390f35b348015610a3a57600080fd5b50610a43611a24565b604051610a5091906129ae565b60405180910390f35b348015610a6557600080fd5b50610a806004803603810190610a7b9190612e26565b611a2f565b005b348015610a8e57600080fd5b50610aa96004803603810190610aa49190612aa7565b611a91565b604051610ab69190612b15565b60405180910390f35b348015610acb57600080fd5b50610ae66004803603810190610ae19190612ea9565b611ac4565b604051610af39190612984565b60405180910390f35b348015610b0857600080fd5b50610b236004803603810190610b1e9190612aa7565b611b19565b604051610b309190612a59565b60405180910390f35b348015610b4557600080fd5b50610b606004803603810190610b5b9190612c2f565b611bc3565b005b348015610b6e57600080fd5b50610b896004803603810190610b849190612ee9565b611cec565b604051610b969190612984565b60405180910390f35b348015610bab57600080fd5b50610bc66004803603810190610bc19190612f29565b611d80565b005b6000600660009054906101000a900460ff1615610be85760009050610c44565b60008060095411610bf95742610bfd565b6009545b9050600062093a8060085483610c139190612f7c565b610c1d9190612fdf565b6001610c299190612854565b9050600a54811015610c3b5780610c3f565b600a545b925050505b90565b6000634906490660e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610ca15750610ca082611f10565b5b9050919050565b606060008054610cb79061303f565b80601f0160208091040260200160405190810160405280929190818152602001828054610ce39061303f565b8015610d305780601f10610d0557610100808354040283529160200191610d30565b820191906000526020600020905b815481529060010190602001808311610d1357829003601f168201915b5050505050905090565b6000610d4582611ff2565b610d84576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d7b906130bc565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610dca8261146b565b90508073ffffffffffffffffffffffffffffffffffffffff16610deb61205e565b73ffffffffffffffffffffffffffffffffffffffff161480610e1a5750610e1981610e1461205e565b611cec565b5b610e59576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e5090613128565b60405180910390fd5b610e638383612066565b505050565b6000610e73836119ee565b9050610e7e81611591565b15610ebe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eb590613194565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff16610ede8261146b565b73ffffffffffffffffffffffffffffffffffffffff1614610f34576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f2b90613200565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600f600085815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610fd6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fcd9061326c565b60405180910390fd5b81600f600085815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507ff8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce78160405161105791906129ae565b60405180910390a1505050565b60075481565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146110fa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110f1906132d8565b60405180910390fd5b600660009054906101000a900460ff161561114a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161114190613344565b60405180910390fd5b6001600660016101000a81548160ff021916908315150217905550565b600660019054906101000a900460ff1681565b61118b61118561205e565b8261211f565b6111ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111c1906133b0565b60405180910390fd5b6111d58383836121fd565b505050565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461126a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611261906132d8565b60405180910390fd5b600660009054906101000a900460ff166112b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112b09061341c565b60405180910390fd5b6000600660006101000a81548160ff0219169083151502179055504260088190555080600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506007600081548092919061132f90612888565b919050555061133f3360006123e9565b50565b61135d83838360405180602001604052806000815250611a2f565b505050565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600e6020528060005260406000206000915090505481565b60085481565b600660009054906101000a900460ff16156113f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113ed90613488565b60405180910390fd5b6007600081548092919061140990612888565b919050555061145733600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546123e9565b565b600061146482611ff2565b9050919050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611513576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150a906130bc565b60405180910390fd5b80915050919050565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600a5481565b6000600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b600061159b6118b9565b82119050919050565b6000600954146115e9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115e0906134f4565b60405180910390fd5b60006115f3610bc8565b9050600a548103611640573373ffffffffffffffffffffffffffffffffffffffff1661161f600061146b565b73ffffffffffffffffffffffffffffffffffffffff161461163f57600080fd5b5b60008061164c8361176d565b9150915080821015611693576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161168a90613560565b60405180910390fd5b42600981905550600f600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015611713573d6000803e3d6000fd5b507f6bd5c950a8d8df17f772f5af37cb3655737899cbf903264b9795592da439661c6000600a546040516117489291906135c5565b60405180910390a1505050565b600d6020528060005260406000206000915090505481565b600080600060019050600080611782866119ee565b905060005b818110156117fb5760106000828152602001908152602001600020600088815260200190815260200160002060009054906101000a900460ff16156117d95783806117d190612888565b9450506117e8565b82806117e490612888565b9350505b80806117f390612888565b915050611787565b50828294509450505050915091565b600081600a5461181a9190612f7c565b9050919050565b60095481565b6060600180546118369061303f565b80601f01602080910402602001604051908101604052809291908181526020018280546118629061303f565b80156118af5780601f10611884576101008083540402835291602001916118af565b820191906000526020600020905b81548152906001019060200180831161189257829003601f168201915b5050505050905090565b60006118cb6118c6610bc8565b6119ee565b905090565b80600560006118dd61205e565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff1661198a61205e565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516119cf9190612984565b60405180910390a35050565b600660009054906101000a900460ff1681565b6000600660009054906101000a900460ff1615611a0e5760009050611a1f565b81600a54611a1c9190612f7c565b90505b919050565b666a94d74f43000081565b611a40611a3a61205e565b8361211f565b611a7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a76906133b0565b60405180910390fd5b611a8b848484846125b6565b50505050565b600f6020528060005260406000206000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600081611ad08461180a565b03611ade5760019050611b13565b60106000848152602001908152602001600020600083815260200190815260200160002060009054906101000a900460ff1690505b92915050565b6060600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663c87b56dd836040518263ffffffff1660e01b8152600401611b7691906129ae565b600060405180830381865afa158015611b93573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f82011682018060405250810190611bbc919061368f565b9050919050565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16148015611c2d5750600660019054906101000a900460ff16155b611c6c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c63906132d8565b60405180910390fd5b80600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507f6bd5c950a8d8df17f772f5af37cb3655737899cbf903264b9795592da439661c6000600a54604051611ce19291906135c5565b60405180910390a150565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b3373ffffffffffffffffffffffffffffffffffffffff16611da08461146b565b73ffffffffffffffffffffffffffffffffffffffff1614611df6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ded90613200565b60405180910390fd5b611dfe610bc8565b821015611e40576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e3790613724565b60405180910390fd5b600060095414611e85576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e7c90613790565b60405180910390fd5b81611e8f8461180a565b11611ecf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ec6906137fc565b60405180910390fd5b8060106000858152602001908152602001600020600084815260200190815260200160002060006101000a81548160ff021916908315150217905550505050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480611fdb57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80611feb5750611fea82612612565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff166120d98361146b565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600061212a82611ff2565b612169576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612160906130bc565b60405180910390fd5b60006121748361146b565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614806121e357508373ffffffffffffffffffffffffffffffffffffffff166121cb84610d3a565b73ffffffffffffffffffffffffffffffffffffffff16145b806121f457506121f38185611cec565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff1661221d8261146b565b73ffffffffffffffffffffffffffffffffffffffff1614612273576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161226a90613868565b60405180910390fd5b61227e83838361267c565b612289600082612066565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546122d99190612f7c565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546123309190612854565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612458576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161244f906138d4565b60405180910390fd5b61246181611ff2565b156124a1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161249890613940565b60405180910390fd5b6124ad6000838361267c565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546124fd9190612854565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6125c18484846121fd565b6125cd84848484612681565b61260c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612603906139ac565b60405180910390fd5b50505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b505050565b60006126a28473ffffffffffffffffffffffffffffffffffffffff16612808565b156127fb578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026126cb61205e565b8786866040518563ffffffff1660e01b81526004016126ed9493929190613a21565b6020604051808303816000875af192505050801561272957506040513d601f19601f820116820180604052508101906127269190613a82565b60015b6127ab573d8060008114612759576040519150601f19603f3d011682016040523d82523d6000602084013e61275e565b606091505b5060008151036127a3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161279a906139ac565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612800565b600190505b949350505050565b600080823b905060008111915050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061285f8261281b565b915061286a8361281b565b925082820190508082111561288257612881612825565b5b92915050565b60006128938261281b565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036128c5576128c4612825565b5b600182019050919050565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612919816128e4565b811461292457600080fd5b50565b60008135905061293681612910565b92915050565b600060208284031215612952576129516128da565b5b600061296084828501612927565b91505092915050565b60008115159050919050565b61297e81612969565b82525050565b60006020820190506129996000830184612975565b92915050565b6129a88161281b565b82525050565b60006020820190506129c3600083018461299f565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612a035780820151818401526020810190506129e8565b60008484015250505050565b6000601f19601f8301169050919050565b6000612a2b826129c9565b612a3581856129d4565b9350612a458185602086016129e5565b612a4e81612a0f565b840191505092915050565b60006020820190508181036000830152612a738184612a20565b905092915050565b612a848161281b565b8114612a8f57600080fd5b50565b600081359050612aa181612a7b565b92915050565b600060208284031215612abd57612abc6128da565b5b6000612acb84828501612a92565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612aff82612ad4565b9050919050565b612b0f81612af4565b82525050565b6000602082019050612b2a6000830184612b06565b92915050565b612b3981612af4565b8114612b4457600080fd5b50565b600081359050612b5681612b30565b92915050565b60008060408385031215612b7357612b726128da565b5b6000612b8185828601612b47565b9250506020612b9285828601612a92565b9150509250929050565b60008060408385031215612bb357612bb26128da565b5b6000612bc185828601612a92565b9250506020612bd285828601612b47565b9150509250929050565b600080600060608486031215612bf557612bf46128da565b5b6000612c0386828701612b47565b9350506020612c1486828701612b47565b9250506040612c2586828701612a92565b9150509250925092565b600060208284031215612c4557612c446128da565b5b6000612c5384828501612b47565b91505092915050565b6000604082019050612c71600083018561299f565b612c7e602083018461299f565b9392505050565b612c8e81612969565b8114612c9957600080fd5b50565b600081359050612cab81612c85565b92915050565b60008060408385031215612cc857612cc76128da565b5b6000612cd685828601612b47565b9250506020612ce785828601612c9c565b9150509250929050565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612d3382612a0f565b810181811067ffffffffffffffff82111715612d5257612d51612cfb565b5b80604052505050565b6000612d656128d0565b9050612d718282612d2a565b919050565b600067ffffffffffffffff821115612d9157612d90612cfb565b5b612d9a82612a0f565b9050602081019050919050565b82818337600083830152505050565b6000612dc9612dc484612d76565b612d5b565b905082815260208101848484011115612de557612de4612cf6565b5b612df0848285612da7565b509392505050565b600082601f830112612e0d57612e0c612cf1565b5b8135612e1d848260208601612db6565b91505092915050565b60008060008060808587031215612e4057612e3f6128da565b5b6000612e4e87828801612b47565b9450506020612e5f87828801612b47565b9350506040612e7087828801612a92565b925050606085013567ffffffffffffffff811115612e9157612e906128df565b5b612e9d87828801612df8565b91505092959194509250565b60008060408385031215612ec057612ebf6128da565b5b6000612ece85828601612a92565b9250506020612edf85828601612a92565b9150509250929050565b60008060408385031215612f0057612eff6128da565b5b6000612f0e85828601612b47565b9250506020612f1f85828601612b47565b9150509250929050565b600080600060608486031215612f4257612f416128da565b5b6000612f5086828701612a92565b9350506020612f6186828701612a92565b9250506040612f7286828701612c9c565b9150509250925092565b6000612f878261281b565b9150612f928361281b565b9250828203905081811115612faa57612fa9612825565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000612fea8261281b565b9150612ff58361281b565b92508261300557613004612fb0565b5b828204905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061305757607f821691505b60208210810361306a57613069613010565b5b50919050565b7f4e6f6e6578697374656e74000000000000000000000000000000000000000000600082015250565b60006130a6600b836129d4565b91506130b182613070565b602082019050919050565b600060208201905081810360008301526130d581613099565b9050919050565b7f43616c6c6572206973206e6f7420617070726f76656420666f7220616c6c0000600082015250565b6000613112601e836129d4565b915061311d826130dc565b602082019050919050565b6000602082019050818103600083015261314181613105565b9050919050565b7f3600000000000000000000000000000000000000000000000000000000000000600082015250565b600061317e6001836129d4565b915061318982613148565b602082019050919050565b600060208201905081810360008301526131ad81613171565b9050919050565b7f3400000000000000000000000000000000000000000000000000000000000000600082015250565b60006131ea6001836129d4565b91506131f5826131b4565b602082019050919050565b60006020820190508181036000830152613219816131dd565b9050919050565b7f3700000000000000000000000000000000000000000000000000000000000000600082015250565b60006132566001836129d4565b915061326182613220565b602082019050919050565b6000602082019050818103600083015261328581613249565b9050919050565b7f3131000000000000000000000000000000000000000000000000000000000000600082015250565b60006132c26002836129d4565b91506132cd8261328c565b602082019050919050565b600060208201905081810360008301526132f1816132b5565b9050919050565b7f3133000000000000000000000000000000000000000000000000000000000000600082015250565b600061332e6002836129d4565b9150613339826132f8565b602082019050919050565b6000602082019050818103600083015261335d81613321565b9050919050565b7f43616c6c6572206973206e6f7420617070726f76656400000000000000000000600082015250565b600061339a6016836129d4565b91506133a582613364565b602082019050919050565b600060208201905081810360008301526133c98161338d565b9050919050565b7f3100000000000000000000000000000000000000000000000000000000000000600082015250565b60006134066001836129d4565b9150613411826133d0565b602082019050919050565b60006020820190508181036000830152613435816133f9565b9050919050565b7f3200000000000000000000000000000000000000000000000000000000000000600082015250565b60006134726001836129d4565b915061347d8261343c565b602082019050919050565b600060208201905081810360008301526134a181613465565b9050919050565b7f3800000000000000000000000000000000000000000000000000000000000000600082015250565b60006134de6001836129d4565b91506134e9826134a8565b602082019050919050565b6000602082019050818103600083015261350d816134d1565b9050919050565b7f3130000000000000000000000000000000000000000000000000000000000000600082015250565b600061354a6002836129d4565b915061355582613514565b602082019050919050565b600060208201905081810360008301526135798161353d565b9050919050565b6000819050919050565b6000819050919050565b60006135af6135aa6135a584613580565b61358a565b61281b565b9050919050565b6135bf81613594565b82525050565b60006040820190506135da60008301856135b6565b6135e7602083018461299f565b9392505050565b600067ffffffffffffffff82111561360957613608612cfb565b5b61361282612a0f565b9050602081019050919050565b600061363261362d846135ee565b612d5b565b90508281526020810184848401111561364e5761364d612cf6565b5b6136598482856129e5565b509392505050565b600082601f83011261367657613675612cf1565b5b815161368684826020860161361f565b91505092915050565b6000602082840312156136a5576136a46128da565b5b600082015167ffffffffffffffff8111156136c3576136c26128df565b5b6136cf84828501613661565b91505092915050565b7f3500000000000000000000000000000000000000000000000000000000000000600082015250565b600061370e6001836129d4565b9150613719826136d8565b602082019050919050565b6000602082019050818103600083015261373d81613701565b9050919050565b7f3900000000000000000000000000000000000000000000000000000000000000600082015250565b600061377a6001836129d4565b915061378582613744565b602082019050919050565b600060208201905081810360008301526137a98161376d565b9050919050565b7f3132000000000000000000000000000000000000000000000000000000000000600082015250565b60006137e66002836129d4565b91506137f1826137b0565b602082019050919050565b60006020820190508181036000830152613815816137d9565b9050919050565b7f5472616e73666572206e6f74206f776e00000000000000000000000000000000600082015250565b60006138526010836129d4565b915061385d8261381c565b602082019050919050565b6000602082019050818103600083015261388181613845565b9050919050565b7f4d696e7420746f20746865207a65726f20616464726573730000000000000000600082015250565b60006138be6018836129d4565b91506138c982613888565b602082019050919050565b600060208201905081810360008301526138ed816138b1565b9050919050565b7f416c7265616479206d696e746564000000000000000000000000000000000000600082015250565b600061392a600e836129d4565b9150613935826138f4565b602082019050919050565b600060208201905081810360008301526139598161391d565b9050919050565b7f5472616e7366657220746f206e6f6e20696d706c656d656e7465720000000000600082015250565b6000613996601b836129d4565b91506139a182613960565b602082019050919050565b600060208201905081810360008301526139c581613989565b9050919050565b600081519050919050565b600082825260208201905092915050565b60006139f3826139cc565b6139fd81856139d7565b9350613a0d8185602086016129e5565b613a1681612a0f565b840191505092915050565b6000608082019050613a366000830187612b06565b613a436020830186612b06565b613a50604083018561299f565b8181036060830152613a6281846139e8565b905095945050505050565b600081519050613a7c81612910565b92915050565b600060208284031215613a9857613a976128da565b5b6000613aa684828501613a6d565b9150509291505056fea2646970667358221220b51cc4f274cf2fa7a934df139a0b4211d1e8e31300a971dec5317cdb9e15c43064736f6c63430008110033

Deployed Bytecode Sourcemap

5062:10528:1:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7796:22;7821:10;:22;7832:10;7821:22;;;;;;;;;;;;;;;;7796:47;;7875:9;7849:10;:22;7860:10;7849:22;;;;;;;;;;;;;;;;:35;;;;;;;:::i;:::-;;;;;;;;7902:8;;;;;;;;;;;:52;;;;;5251:10;7920:14;:34;7902:52;:105;;;;;5251:10;7964;:22;7975:10;7964:22;;;;;;;;;;;;;;;;:43;;7902:105;7891:320;;;8050:12;;8022:13;:25;8036:10;8022:25;;;;;;;;;;;;;;;:40;;;;8070:12;;:14;;;;;;;;;:::i;:::-;;;;;;7891:320;;;8111:1;8102:6;;:10;8098:113;;;8130:26;:41;8157:13;:11;:13::i;:::-;8130:41;;;;;;;;;;;;;;;;;;;;;8122:59;;:82;8182:21;8122:82;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8098:113;7891:320;7790:425;5062:10528;;;;15398:190;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12678:259;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;20369:98:0;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21700:184;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21331:308;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;9975:382:1;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;5591:26;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;14780:128;;;;;;;;;;;;;:::i;:::-;;5522:21;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;22458:303:0;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;8384:258:1;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;22827:179:0;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6167:21:1;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6373:48;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5692:24;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8730:130;;;;;;;;;;;;;:::i;:::-;;14247:96;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;20102:205:0;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5994:31:1;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5920:27;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19924:121:0;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;13337:108:1;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10622:418;;;;;;;;;;;;;:::i;:::-;;6257:45;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11464:301;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;11908:110;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5785:21;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;20531:102:0;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;13069:99:1;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21951:217:0;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;5413:27:1;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12227:132;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5207:54;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;23072:293:0;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6500:61:1;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;13688:170;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;13958:151;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;14540:199;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;22234:162:0;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9234:286:1;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;12678:259;12722:7;12741:8;;;;;;;;;;;12737:22;;;12758:1;12751:8;;;;12737:22;12765:15;12792:1;12783:6;;:10;:37;;12805:15;12783:37;;;12796:6;;12783:37;12765:55;;12826:12;12869:7;12856:9;;12846:7;:19;;;;:::i;:::-;12845:31;;;;:::i;:::-;12841:1;:35;;;;:::i;:::-;12826:50;;12898:12;;12890:4;:20;;:42;;12928:4;12890:42;;;12913:12;;12890:42;12883:49;;;;12678:259;;:::o;15398:190::-;15491:4;15532:10;15525:18;;15510:33;;;:11;:33;;;;:73;;;;15547:36;15571:11;15547:23;:36::i;:::-;15510:73;15503:80;;15398:190;;;:::o;20369:98:0:-;20423:13;20455:5;20448:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20369:98;:::o;21700:184::-;21776:7;21803:16;21811:7;21803;:16::i;:::-;21795:40;;;;;;;;;;;;:::i;:::-;;;;;;;;;21853:15;:24;21869:7;21853:24;;;;;;;;;;;;;;;;;;;;;21846:31;;21700:184;;;:::o;21331:308::-;21411:13;21427:23;21442:7;21427:14;:23::i;:::-;21411:39;;21498:5;21482:21;;:12;:10;:12::i;:::-;:21;;;:62;;;;21507:37;21524:5;21531:12;:10;:12::i;:::-;21507:16;:37::i;:::-;21482:62;21461:139;;;;;;;;;;;;:::i;:::-;;;;;;;;;21611:21;21620:2;21624:7;21611:8;:21::i;:::-;21401:238;21331:308;;:::o;9975:382:1:-;10065:15;10083:19;10097:4;10083:13;:19::i;:::-;10065:37;;10117:21;10130:7;10117:12;:21::i;:::-;10116:22;10108:36;;;;;;;;;;;;:::i;:::-;;;;;;;;;10178:10;10158:30;;:16;10166:7;10158;:16::i;:::-;:30;;;10150:44;;;;;;;;;;;;:::i;:::-;;;;;;;;;10252:1;10208:46;;:26;:32;10235:4;10208:32;;;;;;;;;;;;;;;;;;;;;:46;;;10200:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;10301:17;10266:26;:32;10293:4;10266:32;;;;;;;;;;;;:52;;;;;;;;;;;;;;;;;;10329:23;10344:7;10329:23;;;;;;:::i;:::-;;;;;;;;10059:298;9975:382;;:::o;5591:26::-;;;;:::o;14780:128::-;14838:6;;;;;;;;;;;14824:20;;:10;:20;;;14816:35;;;;;;;;;;;;:::i;:::-;;;;;;;;;14866:8;;;;;;;;;;;14865:9;14857:24;;;;;;;;;;;;:::i;:::-;;;;;;;;;14899:4;14887:9;;:16;;;;;;;;;;;;;;;;;;14780:128::o;5522:21::-;;;;;;;;;;;;;:::o;22458:303:0:-;22647:41;22666:12;:10;:12::i;:::-;22680:7;22647:18;:41::i;:::-;22639:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;22726:28;22736:4;22742:2;22746:7;22726:9;:28::i;:::-;22458:303;;;:::o;8384:258:1:-;8459:6;;;;;;;;;;;8445:20;;:10;:20;;;8437:35;;;;;;;;;;;;:::i;:::-;;;;;;;;;8486:8;;;;;;;;;;;8478:22;;;;;;;;;;;;:::i;:::-;;;;;;;;;8517:5;8506:8;;:16;;;;;;;;;;;;;;;;;;8540:15;8528:9;:27;;;;8580:12;8561:16;;:31;;;;;;;;;;;;;;;;;;8598:11;;:13;;;;;;;;;:::i;:::-;;;;;;8617:20;8623:10;8635:1;8617:5;:20::i;:::-;8384:258;:::o;22827:179:0:-;22960:39;22977:4;22983:2;22987:7;22960:39;;;;;;;;;;;;:16;:39::i;:::-;22827:179;;;:::o;6167:21:1:-;;;;;;;;;;;;;:::o;6373:48::-;;;;;;;;;;;;;;;;;:::o;5692:24::-;;;;:::o;8730:130::-;8771:8;;;;;;;;;;;8770:9;8762:23;;;;;;;;;;;;:::i;:::-;;;;;;;;;8792:11;;:13;;;;;;;;;:::i;:::-;;;;;;8811:44;8817:10;8829:13;:25;8843:10;8829:25;;;;;;;;;;;;;;;;8811:5;:44::i;:::-;8730:130::o;14247:96::-;14303:4;14322:16;14330:7;14322;:16::i;:::-;14315:23;;14247:96;;;:::o;20102:205:0:-;20174:7;20193:13;20209:7;:16;20217:7;20209:16;;;;;;;;;;;;;;;;;;;;;20193:32;;20260:1;20243:19;;:5;:19;;;20235:43;;;;;;;;;;;;:::i;:::-;;;;;;;;;20295:5;20288:12;;;20102:205;;;:::o;5994:31:1:-;;;;;;;;;;;;;:::o;5920:27::-;;;;:::o;19924:121:0:-;19996:7;20022:9;:16;20032:5;20022:16;;;;;;;;;;;;;;;;20015:23;;19924:121;;;:::o;13337:108:1:-;13398:4;13427:13;:11;:13::i;:::-;13417:7;:23;13410:30;;13337:108;;;:::o;10622:418::-;10680:1;10670:6;;:11;10662:25;;;;;;;;;;;;:::i;:::-;;;;;;;;;10693:12;10708:13;:11;:13::i;:::-;10693:28;;10739:12;;10731:4;:20;10727:59;;10775:10;10761:24;;:10;10769:1;10761:7;:10::i;:::-;:24;;;10753:33;;;;;;10727:59;10794:12;10808;10824:20;10839:4;10824:14;:20::i;:::-;10793:51;;;;10867:4;10859;:12;;10851:27;;;;;;;;;;;;:::i;:::-;;;;;;;;;10894:15;10885:6;:24;;;;10923:26;:32;10950:4;10923:32;;;;;;;;;;;;;;;;;;;;;10915:50;;:73;10966:21;10915:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10999:36;11019:1;11022:12;;10999:36;;;;;;;:::i;:::-;;;;;;;;10656:384;;;10622:418::o;6257:45::-;;;;;;;;;;;;;;;;;:::o;11464:301::-;11523:7;11532;11547:12;11562:1;11547:16;;11569:12;11587:15;11605:19;11619:4;11605:13;:19::i;:::-;11587:37;;11636:9;11631:104;11655:7;11651:1;:11;11631:104;;;11681:11;:14;11693:1;11681:14;;;;;;;;;;;:20;11696:4;11681:20;;;;;;;;;;;;;;;;;;;;;11677:51;;;11703:6;;;;;:::i;:::-;;;;11677:51;;;11722:6;;;;;:::i;:::-;;;;11677:51;11664:3;;;;;:::i;:::-;;;;11631:104;;;;11749:4;11755;11741:19;;;;;;;11464:301;;;:::o;11908:110::-;11969:7;12006;11991:12;;:22;;;;:::i;:::-;11984:29;;11908:110;;;:::o;5785:21::-;;;;:::o;20531:102:0:-;20587:13;20619:7;20612:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20531:102;:::o;13069:99:1:-;13113:7;13135:28;13149:13;:11;:13::i;:::-;13135;:28::i;:::-;13128:35;;13069:99;:::o;21951:217:0:-;22090:8;22045:18;:32;22064:12;:10;:12::i;:::-;22045:32;;;;;;;;;;;;;;;:42;22078:8;22045:42;;;;;;;;;;;;;;;;:53;;;;;;;;;;;;;;;;;;22142:8;22113:48;;22128:12;:10;:12::i;:::-;22113:48;;;22152:8;22113:48;;;;;;:::i;:::-;;;;;;;;21951:217;;:::o;5413:27:1:-;;;;;;;;;;;;;:::o;12227:132::-;12285:7;12304:8;;;;;;;;;;;12300:22;;;12321:1;12314:8;;;;12300:22;12350:4;12335:12;;:19;;;;:::i;:::-;12328:26;;12227:132;;;;:::o;5207:54::-;5251:10;5207:54;:::o;23072:293:0:-;23241:41;23260:12;:10;:12::i;:::-;23274:7;23241:18;:41::i;:::-;23233:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;23319:39;23333:4;23339:2;23343:7;23352:5;23319:13;:39::i;:::-;23072:293;;;;:::o;6500:61:1:-;;;;;;;;;;;;;;;;;;;;;;:::o;13688:170::-;13755:4;13797;13771:22;13785:7;13771:13;:22::i;:::-;:30;13767:47;;13810:4;13803:11;;;;13767:47;13827:11;:20;13839:7;13827:20;;;;;;;;;;;:26;13848:4;13827:26;;;;;;;;;;;;;;;;;;;;;13820:33;;13688:170;;;;;:::o;13958:151::-;14031:13;14069:16;;;;;;;;;;;14059:36;;;14096:7;14059:45;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;14052:52;;13958:151;;;:::o;14540:199::-;14623:6;;;;;;;;;;;14609:20;;:10;:20;;;:34;;;;;14634:9;;;;;;;;;;;14633:10;14609:34;14601:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;14675:12;14656:16;;:31;;;;;;;;;;;;;;;;;;14698:36;14718:1;14721:12;;14698:36;;;;;;;:::i;:::-;;;;;;;;14540:199;:::o;22234:162:0:-;22331:4;22354:18;:25;22373:5;22354:25;;;;;;;;;;;;;;;:35;22380:8;22354:35;;;;;;;;;;;;;;;;;;;;;;;;;22347:42;;22234:162;;;;:::o;9234:286:1:-;9337:10;9317:30;;:16;9325:7;9317;:16::i;:::-;:30;;;9309:44;;;;;;;;;;;;:::i;:::-;;;;;;;;;9375:13;:11;:13::i;:::-;9367:4;:21;;9359:35;;;;;;;;;;;;:::i;:::-;;;;;;;;;9418:1;9408:6;;:11;9400:25;;;;;;;;;;;;:::i;:::-;;;;;;;;;9464:4;9439:22;9453:7;9439:13;:22::i;:::-;:29;9431:44;;;;;;;;;;;;:::i;:::-;;;;;;;;;9511:4;9482:11;:20;9494:7;9482:20;;;;;;;;;;;:26;9503:4;9482:26;;;;;;;;;;;;:33;;;;;;;;;;;;;;;;;;9234:286;;;:::o;19565:300:0:-;19667:4;19717:25;19702:40;;;:11;:40;;;;:104;;;;19773:33;19758:48;;;:11;:48;;;;19702:104;:156;;;;19822:36;19846:11;19822:23;:36::i;:::-;19702:156;19683:175;;19565:300;;;:::o;24814:125::-;24879:4;24930:1;24902:30;;:7;:16;24910:7;24902:16;;;;;;;;;;;;;;;;;;;;;:30;;;;24895:37;;24814:125;;;:::o;15379:96::-;15432:7;15458:10;15451:17;;15379:96;:::o;28487:171::-;28588:2;28561:15;:24;28577:7;28561:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;28643:7;28639:2;28605:46;;28614:23;28629:7;28614:14;:23::i;:::-;28605:46;;;;;;;;;;;;28487:171;;:::o;25097:311::-;25190:4;25214:16;25222:7;25214;:16::i;:::-;25206:40;;;;;;;;;;;;:::i;:::-;;;;;;;;;25256:13;25272:23;25287:7;25272:14;:23::i;:::-;25256:39;;25324:5;25313:16;;:7;:16;;;:51;;;;25357:7;25333:31;;:20;25345:7;25333:11;:20::i;:::-;:31;;;25313:51;:87;;;;25368:32;25385:5;25392:7;25368:16;:32::i;:::-;25313:87;25305:96;;;25097:311;;;;:::o;27916:460::-;28070:4;28043:31;;:23;28058:7;28043:14;:23::i;:::-;:31;;;28035:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;28106:39;28127:4;28133:2;28137:7;28106:20;:39::i;:::-;28207:29;28224:1;28228:7;28207:8;:29::i;:::-;28266:1;28247:9;:15;28257:4;28247:15;;;;;;;;;;;;;;;;:20;;;;;;;:::i;:::-;;;;;;;;28294:1;28277:9;:13;28287:2;28277:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;28324:2;28305:7;:16;28313:7;28305:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;28361:7;28357:2;28342:27;;28351:4;28342:27;;;;;;;;;;;;27916:460;;;:::o;26677:350::-;26770:1;26756:16;;:2;:16;;;26748:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;26820:16;26828:7;26820;:16::i;:::-;26819:17;26811:44;;;;;;;;;;;;:::i;:::-;;;;;;;;;26866:45;26895:1;26899:2;26903:7;26866:20;:45::i;:::-;26939:1;26922:9;:13;26932:2;26922:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;26969:2;26950:7;:16;26958:7;26950:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;27012:7;27008:2;26987:33;;27004:1;26987:33;;;;;;;;;;;;26677:350;;:::o;24227:284::-;24378:28;24388:4;24394:2;24398:7;24378:9;:28::i;:::-;24424:48;24447:4;24453:2;24457:7;24466:5;24424:22;:48::i;:::-;24416:88;;;;;;;;;;;;:::i;:::-;;;;;;;;;24227:284;;;;:::o;18214:155::-;18299:4;18337:25;18322:40;;;:11;:40;;;;18315:47;;18214:155;;;:::o;30526:122::-;;;;:::o;29211:759::-;29361:4;29381:15;:2;:13;;;:15::i;:::-;29377:587;;;29432:2;29416:36;;;29453:12;:10;:12::i;:::-;29467:4;29473:7;29482:5;29416:72;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;29412:500;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29676:1;29659:6;:13;:18;29655:243;;29701:37;;;;;;;;;;:::i;:::-;;;;;;;;29655:243;29850:6;29844:13;29835:6;29831:2;29827:15;29820:38;29412:500;29548:45;;;29538:55;;;:6;:55;;;;29531:62;;;;;29377:587;29949:4;29942:11;;29211:759;;;;;;;:::o;7462:377::-;7522:4;7725:12;7790:7;7778:20;7770:28;;7831:1;7824:4;:8;7817:15;;;7462:377;;;:::o;7:77:2:-;44:7;73:5;62:16;;7:77;;;:::o;90:180::-;138:77;135:1;128:88;235:4;232:1;225:15;259:4;256:1;249:15;276:191;316:3;335:20;353:1;335:20;:::i;:::-;330:25;;369:20;387:1;369:20;:::i;:::-;364:25;;412:1;409;405:9;398:16;;433:3;430:1;427:10;424:36;;;440:18;;:::i;:::-;424:36;276:191;;;;:::o;473:233::-;512:3;535:24;553:5;535:24;:::i;:::-;526:33;;581:66;574:5;571:77;568:103;;651:18;;:::i;:::-;568:103;698:1;691:5;687:13;680:20;;473:233;;;:::o;712:75::-;745:6;778:2;772:9;762:19;;712:75;:::o;793:117::-;902:1;899;892:12;916:117;1025:1;1022;1015:12;1039:149;1075:7;1115:66;1108:5;1104:78;1093:89;;1039:149;;;:::o;1194:120::-;1266:23;1283:5;1266:23;:::i;:::-;1259:5;1256:34;1246:62;;1304:1;1301;1294:12;1246:62;1194:120;:::o;1320:137::-;1365:5;1403:6;1390:20;1381:29;;1419:32;1445:5;1419:32;:::i;:::-;1320:137;;;;:::o;1463:327::-;1521:6;1570:2;1558:9;1549:7;1545:23;1541:32;1538:119;;;1576:79;;:::i;:::-;1538:119;1696:1;1721:52;1765:7;1756:6;1745:9;1741:22;1721:52;:::i;:::-;1711:62;;1667:116;1463:327;;;;:::o;1796:90::-;1830:7;1873:5;1866:13;1859:21;1848:32;;1796:90;;;:::o;1892:109::-;1973:21;1988:5;1973:21;:::i;:::-;1968:3;1961:34;1892:109;;:::o;2007:210::-;2094:4;2132:2;2121:9;2117:18;2109:26;;2145:65;2207:1;2196:9;2192:17;2183:6;2145:65;:::i;:::-;2007:210;;;;:::o;2223:118::-;2310:24;2328:5;2310:24;:::i;:::-;2305:3;2298:37;2223:118;;:::o;2347:222::-;2440:4;2478:2;2467:9;2463:18;2455:26;;2491:71;2559:1;2548:9;2544:17;2535:6;2491:71;:::i;:::-;2347:222;;;;:::o;2575:99::-;2627:6;2661:5;2655:12;2645:22;;2575:99;;;:::o;2680:169::-;2764:11;2798:6;2793:3;2786:19;2838:4;2833:3;2829:14;2814:29;;2680:169;;;;:::o;2855:246::-;2936:1;2946:113;2960:6;2957:1;2954:13;2946:113;;;3045:1;3040:3;3036:11;3030:18;3026:1;3021:3;3017:11;3010:39;2982:2;2979:1;2975:10;2970:15;;2946:113;;;3093:1;3084:6;3079:3;3075:16;3068:27;2917:184;2855:246;;;:::o;3107:102::-;3148:6;3199:2;3195:7;3190:2;3183:5;3179:14;3175:28;3165:38;;3107:102;;;:::o;3215:377::-;3303:3;3331:39;3364:5;3331:39;:::i;:::-;3386:71;3450:6;3445:3;3386:71;:::i;:::-;3379:78;;3466:65;3524:6;3519:3;3512:4;3505:5;3501:16;3466:65;:::i;:::-;3556:29;3578:6;3556:29;:::i;:::-;3551:3;3547:39;3540:46;;3307:285;3215:377;;;;:::o;3598:313::-;3711:4;3749:2;3738:9;3734:18;3726:26;;3798:9;3792:4;3788:20;3784:1;3773:9;3769:17;3762:47;3826:78;3899:4;3890:6;3826:78;:::i;:::-;3818:86;;3598:313;;;;:::o;3917:122::-;3990:24;4008:5;3990:24;:::i;:::-;3983:5;3980:35;3970:63;;4029:1;4026;4019:12;3970:63;3917:122;:::o;4045:139::-;4091:5;4129:6;4116:20;4107:29;;4145:33;4172:5;4145:33;:::i;:::-;4045:139;;;;:::o;4190:329::-;4249:6;4298:2;4286:9;4277:7;4273:23;4269:32;4266:119;;;4304:79;;:::i;:::-;4266:119;4424:1;4449:53;4494:7;4485:6;4474:9;4470:22;4449:53;:::i;:::-;4439:63;;4395:117;4190:329;;;;:::o;4525:126::-;4562:7;4602:42;4595:5;4591:54;4580:65;;4525:126;;;:::o;4657:96::-;4694:7;4723:24;4741:5;4723:24;:::i;:::-;4712:35;;4657:96;;;:::o;4759:118::-;4846:24;4864:5;4846:24;:::i;:::-;4841:3;4834:37;4759:118;;:::o;4883:222::-;4976:4;5014:2;5003:9;4999:18;4991:26;;5027:71;5095:1;5084:9;5080:17;5071:6;5027:71;:::i;:::-;4883:222;;;;:::o;5111:122::-;5184:24;5202:5;5184:24;:::i;:::-;5177:5;5174:35;5164:63;;5223:1;5220;5213:12;5164:63;5111:122;:::o;5239:139::-;5285:5;5323:6;5310:20;5301:29;;5339:33;5366:5;5339:33;:::i;:::-;5239:139;;;;:::o;5384:474::-;5452:6;5460;5509:2;5497:9;5488:7;5484:23;5480:32;5477:119;;;5515:79;;:::i;:::-;5477:119;5635:1;5660:53;5705:7;5696:6;5685:9;5681:22;5660:53;:::i;:::-;5650:63;;5606:117;5762:2;5788:53;5833:7;5824:6;5813:9;5809:22;5788:53;:::i;:::-;5778:63;;5733:118;5384:474;;;;;:::o;5864:::-;5932:6;5940;5989:2;5977:9;5968:7;5964:23;5960:32;5957:119;;;5995:79;;:::i;:::-;5957:119;6115:1;6140:53;6185:7;6176:6;6165:9;6161:22;6140:53;:::i;:::-;6130:63;;6086:117;6242:2;6268:53;6313:7;6304:6;6293:9;6289:22;6268:53;:::i;:::-;6258:63;;6213:118;5864:474;;;;;:::o;6344:619::-;6421:6;6429;6437;6486:2;6474:9;6465:7;6461:23;6457:32;6454:119;;;6492:79;;:::i;:::-;6454:119;6612:1;6637:53;6682:7;6673:6;6662:9;6658:22;6637:53;:::i;:::-;6627:63;;6583:117;6739:2;6765:53;6810:7;6801:6;6790:9;6786:22;6765:53;:::i;:::-;6755:63;;6710:118;6867:2;6893:53;6938:7;6929:6;6918:9;6914:22;6893:53;:::i;:::-;6883:63;;6838:118;6344:619;;;;;:::o;6969:329::-;7028:6;7077:2;7065:9;7056:7;7052:23;7048:32;7045:119;;;7083:79;;:::i;:::-;7045:119;7203:1;7228:53;7273:7;7264:6;7253:9;7249:22;7228:53;:::i;:::-;7218:63;;7174:117;6969:329;;;;:::o;7304:332::-;7425:4;7463:2;7452:9;7448:18;7440:26;;7476:71;7544:1;7533:9;7529:17;7520:6;7476:71;:::i;:::-;7557:72;7625:2;7614:9;7610:18;7601:6;7557:72;:::i;:::-;7304:332;;;;;:::o;7642:116::-;7712:21;7727:5;7712:21;:::i;:::-;7705:5;7702:32;7692:60;;7748:1;7745;7738:12;7692:60;7642:116;:::o;7764:133::-;7807:5;7845:6;7832:20;7823:29;;7861:30;7885:5;7861:30;:::i;:::-;7764:133;;;;:::o;7903:468::-;7968:6;7976;8025:2;8013:9;8004:7;8000:23;7996:32;7993:119;;;8031:79;;:::i;:::-;7993:119;8151:1;8176:53;8221:7;8212:6;8201:9;8197:22;8176:53;:::i;:::-;8166:63;;8122:117;8278:2;8304:50;8346:7;8337:6;8326:9;8322:22;8304:50;:::i;:::-;8294:60;;8249:115;7903:468;;;;;:::o;8377:117::-;8486:1;8483;8476:12;8500:117;8609:1;8606;8599:12;8623:180;8671:77;8668:1;8661:88;8768:4;8765:1;8758:15;8792:4;8789:1;8782:15;8809:281;8892:27;8914:4;8892:27;:::i;:::-;8884:6;8880:40;9022:6;9010:10;9007:22;8986:18;8974:10;8971:34;8968:62;8965:88;;;9033:18;;:::i;:::-;8965:88;9073:10;9069:2;9062:22;8852:238;8809:281;;:::o;9096:129::-;9130:6;9157:20;;:::i;:::-;9147:30;;9186:33;9214:4;9206:6;9186:33;:::i;:::-;9096:129;;;:::o;9231:307::-;9292:4;9382:18;9374:6;9371:30;9368:56;;;9404:18;;:::i;:::-;9368:56;9442:29;9464:6;9442:29;:::i;:::-;9434:37;;9526:4;9520;9516:15;9508:23;;9231:307;;;:::o;9544:146::-;9641:6;9636:3;9631;9618:30;9682:1;9673:6;9668:3;9664:16;9657:27;9544:146;;;:::o;9696:423::-;9773:5;9798:65;9814:48;9855:6;9814:48;:::i;:::-;9798:65;:::i;:::-;9789:74;;9886:6;9879:5;9872:21;9924:4;9917:5;9913:16;9962:3;9953:6;9948:3;9944:16;9941:25;9938:112;;;9969:79;;:::i;:::-;9938:112;10059:54;10106:6;10101:3;10096;10059:54;:::i;:::-;9779:340;9696:423;;;;;:::o;10138:338::-;10193:5;10242:3;10235:4;10227:6;10223:17;10219:27;10209:122;;10250:79;;:::i;:::-;10209:122;10367:6;10354:20;10392:78;10466:3;10458:6;10451:4;10443:6;10439:17;10392:78;:::i;:::-;10383:87;;10199:277;10138:338;;;;:::o;10482:943::-;10577:6;10585;10593;10601;10650:3;10638:9;10629:7;10625:23;10621:33;10618:120;;;10657:79;;:::i;:::-;10618:120;10777:1;10802:53;10847:7;10838:6;10827:9;10823:22;10802:53;:::i;:::-;10792:63;;10748:117;10904:2;10930:53;10975:7;10966:6;10955:9;10951:22;10930:53;:::i;:::-;10920:63;;10875:118;11032:2;11058:53;11103:7;11094:6;11083:9;11079:22;11058:53;:::i;:::-;11048:63;;11003:118;11188:2;11177:9;11173:18;11160:32;11219:18;11211:6;11208:30;11205:117;;;11241:79;;:::i;:::-;11205:117;11346:62;11400:7;11391:6;11380:9;11376:22;11346:62;:::i;:::-;11336:72;;11131:287;10482:943;;;;;;;:::o;11431:474::-;11499:6;11507;11556:2;11544:9;11535:7;11531:23;11527:32;11524:119;;;11562:79;;:::i;:::-;11524:119;11682:1;11707:53;11752:7;11743:6;11732:9;11728:22;11707:53;:::i;:::-;11697:63;;11653:117;11809:2;11835:53;11880:7;11871:6;11860:9;11856:22;11835:53;:::i;:::-;11825:63;;11780:118;11431:474;;;;;:::o;11911:::-;11979:6;11987;12036:2;12024:9;12015:7;12011:23;12007:32;12004:119;;;12042:79;;:::i;:::-;12004:119;12162:1;12187:53;12232:7;12223:6;12212:9;12208:22;12187:53;:::i;:::-;12177:63;;12133:117;12289:2;12315:53;12360:7;12351:6;12340:9;12336:22;12315:53;:::i;:::-;12305:63;;12260:118;11911:474;;;;;:::o;12391:613::-;12465:6;12473;12481;12530:2;12518:9;12509:7;12505:23;12501:32;12498:119;;;12536:79;;:::i;:::-;12498:119;12656:1;12681:53;12726:7;12717:6;12706:9;12702:22;12681:53;:::i;:::-;12671:63;;12627:117;12783:2;12809:53;12854:7;12845:6;12834:9;12830:22;12809:53;:::i;:::-;12799:63;;12754:118;12911:2;12937:50;12979:7;12970:6;12959:9;12955:22;12937:50;:::i;:::-;12927:60;;12882:115;12391:613;;;;;:::o;13010:194::-;13050:4;13070:20;13088:1;13070:20;:::i;:::-;13065:25;;13104:20;13122:1;13104:20;:::i;:::-;13099:25;;13148:1;13145;13141:9;13133:17;;13172:1;13166:4;13163:11;13160:37;;;13177:18;;:::i;:::-;13160:37;13010:194;;;;:::o;13210:180::-;13258:77;13255:1;13248:88;13355:4;13352:1;13345:15;13379:4;13376:1;13369:15;13396:185;13436:1;13453:20;13471:1;13453:20;:::i;:::-;13448:25;;13487:20;13505:1;13487:20;:::i;:::-;13482:25;;13526:1;13516:35;;13531:18;;:::i;:::-;13516:35;13573:1;13570;13566:9;13561:14;;13396:185;;;;:::o;13587:180::-;13635:77;13632:1;13625:88;13732:4;13729:1;13722:15;13756:4;13753:1;13746:15;13773:320;13817:6;13854:1;13848:4;13844:12;13834:22;;13901:1;13895:4;13891:12;13922:18;13912:81;;13978:4;13970:6;13966:17;13956:27;;13912:81;14040:2;14032:6;14029:14;14009:18;14006:38;14003:84;;14059:18;;:::i;:::-;14003:84;13824:269;13773:320;;;:::o;14099:161::-;14239:13;14235:1;14227:6;14223:14;14216:37;14099:161;:::o;14266:366::-;14408:3;14429:67;14493:2;14488:3;14429:67;:::i;:::-;14422:74;;14505:93;14594:3;14505:93;:::i;:::-;14623:2;14618:3;14614:12;14607:19;;14266:366;;;:::o;14638:419::-;14804:4;14842:2;14831:9;14827:18;14819:26;;14891:9;14885:4;14881:20;14877:1;14866:9;14862:17;14855:47;14919:131;15045:4;14919:131;:::i;:::-;14911:139;;14638:419;;;:::o;15063:180::-;15203:32;15199:1;15191:6;15187:14;15180:56;15063:180;:::o;15249:366::-;15391:3;15412:67;15476:2;15471:3;15412:67;:::i;:::-;15405:74;;15488:93;15577:3;15488:93;:::i;:::-;15606:2;15601:3;15597:12;15590:19;;15249:366;;;:::o;15621:419::-;15787:4;15825:2;15814:9;15810:18;15802:26;;15874:9;15868:4;15864:20;15860:1;15849:9;15845:17;15838:47;15902:131;16028:4;15902:131;:::i;:::-;15894:139;;15621:419;;;:::o;16046:151::-;16186:3;16182:1;16174:6;16170:14;16163:27;16046:151;:::o;16203:365::-;16345:3;16366:66;16430:1;16425:3;16366:66;:::i;:::-;16359:73;;16441:93;16530:3;16441:93;:::i;:::-;16559:2;16554:3;16550:12;16543:19;;16203:365;;;:::o;16574:419::-;16740:4;16778:2;16767:9;16763:18;16755:26;;16827:9;16821:4;16817:20;16813:1;16802:9;16798:17;16791:47;16855:131;16981:4;16855:131;:::i;:::-;16847:139;;16574:419;;;:::o;16999:151::-;17139:3;17135:1;17127:6;17123:14;17116:27;16999:151;:::o;17156:365::-;17298:3;17319:66;17383:1;17378:3;17319:66;:::i;:::-;17312:73;;17394:93;17483:3;17394:93;:::i;:::-;17512:2;17507:3;17503:12;17496:19;;17156:365;;;:::o;17527:419::-;17693:4;17731:2;17720:9;17716:18;17708:26;;17780:9;17774:4;17770:20;17766:1;17755:9;17751:17;17744:47;17808:131;17934:4;17808:131;:::i;:::-;17800:139;;17527:419;;;:::o;17952:151::-;18092:3;18088:1;18080:6;18076:14;18069:27;17952:151;:::o;18109:365::-;18251:3;18272:66;18336:1;18331:3;18272:66;:::i;:::-;18265:73;;18347:93;18436:3;18347:93;:::i;:::-;18465:2;18460:3;18456:12;18449:19;;18109:365;;;:::o;18480:419::-;18646:4;18684:2;18673:9;18669:18;18661:26;;18733:9;18727:4;18723:20;18719:1;18708:9;18704:17;18697:47;18761:131;18887:4;18761:131;:::i;:::-;18753:139;;18480:419;;;:::o;18905:152::-;19045:4;19041:1;19033:6;19029:14;19022:28;18905:152;:::o;19063:365::-;19205:3;19226:66;19290:1;19285:3;19226:66;:::i;:::-;19219:73;;19301:93;19390:3;19301:93;:::i;:::-;19419:2;19414:3;19410:12;19403:19;;19063:365;;;:::o;19434:419::-;19600:4;19638:2;19627:9;19623:18;19615:26;;19687:9;19681:4;19677:20;19673:1;19662:9;19658:17;19651:47;19715:131;19841:4;19715:131;:::i;:::-;19707:139;;19434:419;;;:::o;19859:152::-;19999:4;19995:1;19987:6;19983:14;19976:28;19859:152;:::o;20017:365::-;20159:3;20180:66;20244:1;20239:3;20180:66;:::i;:::-;20173:73;;20255:93;20344:3;20255:93;:::i;:::-;20373:2;20368:3;20364:12;20357:19;;20017:365;;;:::o;20388:419::-;20554:4;20592:2;20581:9;20577:18;20569:26;;20641:9;20635:4;20631:20;20627:1;20616:9;20612:17;20605:47;20669:131;20795:4;20669:131;:::i;:::-;20661:139;;20388:419;;;:::o;20813:172::-;20953:24;20949:1;20941:6;20937:14;20930:48;20813:172;:::o;20991:366::-;21133:3;21154:67;21218:2;21213:3;21154:67;:::i;:::-;21147:74;;21230:93;21319:3;21230:93;:::i;:::-;21348:2;21343:3;21339:12;21332:19;;20991:366;;;:::o;21363:419::-;21529:4;21567:2;21556:9;21552:18;21544:26;;21616:9;21610:4;21606:20;21602:1;21591:9;21587:17;21580:47;21644:131;21770:4;21644:131;:::i;:::-;21636:139;;21363:419;;;:::o;21788:151::-;21928:3;21924:1;21916:6;21912:14;21905:27;21788:151;:::o;21945:365::-;22087:3;22108:66;22172:1;22167:3;22108:66;:::i;:::-;22101:73;;22183:93;22272:3;22183:93;:::i;:::-;22301:2;22296:3;22292:12;22285:19;;21945:365;;;:::o;22316:419::-;22482:4;22520:2;22509:9;22505:18;22497:26;;22569:9;22563:4;22559:20;22555:1;22544:9;22540:17;22533:47;22597:131;22723:4;22597:131;:::i;:::-;22589:139;;22316:419;;;:::o;22741:151::-;22881:3;22877:1;22869:6;22865:14;22858:27;22741:151;:::o;22898:365::-;23040:3;23061:66;23125:1;23120:3;23061:66;:::i;:::-;23054:73;;23136:93;23225:3;23136:93;:::i;:::-;23254:2;23249:3;23245:12;23238:19;;22898:365;;;:::o;23269:419::-;23435:4;23473:2;23462:9;23458:18;23450:26;;23522:9;23516:4;23512:20;23508:1;23497:9;23493:17;23486:47;23550:131;23676:4;23550:131;:::i;:::-;23542:139;;23269:419;;;:::o;23694:151::-;23834:3;23830:1;23822:6;23818:14;23811:27;23694:151;:::o;23851:365::-;23993:3;24014:66;24078:1;24073:3;24014:66;:::i;:::-;24007:73;;24089:93;24178:3;24089:93;:::i;:::-;24207:2;24202:3;24198:12;24191:19;;23851:365;;;:::o;24222:419::-;24388:4;24426:2;24415:9;24411:18;24403:26;;24475:9;24469:4;24465:20;24461:1;24450:9;24446:17;24439:47;24503:131;24629:4;24503:131;:::i;:::-;24495:139;;24222:419;;;:::o;24647:152::-;24787:4;24783:1;24775:6;24771:14;24764:28;24647:152;:::o;24805:365::-;24947:3;24968:66;25032:1;25027:3;24968:66;:::i;:::-;24961:73;;25043:93;25132:3;25043:93;:::i;:::-;25161:2;25156:3;25152:12;25145:19;;24805:365;;;:::o;25176:419::-;25342:4;25380:2;25369:9;25365:18;25357:26;;25429:9;25423:4;25419:20;25415:1;25404:9;25400:17;25393:47;25457:131;25583:4;25457:131;:::i;:::-;25449:139;;25176:419;;;:::o;25601:85::-;25646:7;25675:5;25664:16;;25601:85;;;:::o;25692:60::-;25720:3;25741:5;25734:12;;25692:60;;;:::o;25758:158::-;25816:9;25849:61;25867:42;25876:32;25902:5;25876:32;:::i;:::-;25867:42;:::i;:::-;25849:61;:::i;:::-;25836:74;;25758:158;;;:::o;25922:147::-;26017:45;26056:5;26017:45;:::i;:::-;26012:3;26005:58;25922:147;;:::o;26075:348::-;26204:4;26242:2;26231:9;26227:18;26219:26;;26255:79;26331:1;26320:9;26316:17;26307:6;26255:79;:::i;:::-;26344:72;26412:2;26401:9;26397:18;26388:6;26344:72;:::i;:::-;26075:348;;;;;:::o;26429:308::-;26491:4;26581:18;26573:6;26570:30;26567:56;;;26603:18;;:::i;:::-;26567:56;26641:29;26663:6;26641:29;:::i;:::-;26633:37;;26725:4;26719;26715:15;26707:23;;26429:308;;;:::o;26743:434::-;26832:5;26857:66;26873:49;26915:6;26873:49;:::i;:::-;26857:66;:::i;:::-;26848:75;;26946:6;26939:5;26932:21;26984:4;26977:5;26973:16;27022:3;27013:6;27008:3;27004:16;27001:25;26998:112;;;27029:79;;:::i;:::-;26998:112;27119:52;27164:6;27159:3;27154;27119:52;:::i;:::-;26838:339;26743:434;;;;;:::o;27197:355::-;27264:5;27313:3;27306:4;27298:6;27294:17;27290:27;27280:122;;27321:79;;:::i;:::-;27280:122;27431:6;27425:13;27456:90;27542:3;27534:6;27527:4;27519:6;27515:17;27456:90;:::i;:::-;27447:99;;27270:282;27197:355;;;;:::o;27558:524::-;27638:6;27687:2;27675:9;27666:7;27662:23;27658:32;27655:119;;;27693:79;;:::i;:::-;27655:119;27834:1;27823:9;27819:17;27813:24;27864:18;27856:6;27853:30;27850:117;;;27886:79;;:::i;:::-;27850:117;27991:74;28057:7;28048:6;28037:9;28033:22;27991:74;:::i;:::-;27981:84;;27784:291;27558:524;;;;:::o;28088:151::-;28228:3;28224:1;28216:6;28212:14;28205:27;28088:151;:::o;28245:365::-;28387:3;28408:66;28472:1;28467:3;28408:66;:::i;:::-;28401:73;;28483:93;28572:3;28483:93;:::i;:::-;28601:2;28596:3;28592:12;28585:19;;28245:365;;;:::o;28616:419::-;28782:4;28820:2;28809:9;28805:18;28797:26;;28869:9;28863:4;28859:20;28855:1;28844:9;28840:17;28833:47;28897:131;29023:4;28897:131;:::i;:::-;28889:139;;28616:419;;;:::o;29041:151::-;29181:3;29177:1;29169:6;29165:14;29158:27;29041:151;:::o;29198:365::-;29340:3;29361:66;29425:1;29420:3;29361:66;:::i;:::-;29354:73;;29436:93;29525:3;29436:93;:::i;:::-;29554:2;29549:3;29545:12;29538:19;;29198:365;;;:::o;29569:419::-;29735:4;29773:2;29762:9;29758:18;29750:26;;29822:9;29816:4;29812:20;29808:1;29797:9;29793:17;29786:47;29850:131;29976:4;29850:131;:::i;:::-;29842:139;;29569:419;;;:::o;29994:152::-;30134:4;30130:1;30122:6;30118:14;30111:28;29994:152;:::o;30152:365::-;30294:3;30315:66;30379:1;30374:3;30315:66;:::i;:::-;30308:73;;30390:93;30479:3;30390:93;:::i;:::-;30508:2;30503:3;30499:12;30492:19;;30152:365;;;:::o;30523:419::-;30689:4;30727:2;30716:9;30712:18;30704:26;;30776:9;30770:4;30766:20;30762:1;30751:9;30747:17;30740:47;30804:131;30930:4;30804:131;:::i;:::-;30796:139;;30523:419;;;:::o;30948:166::-;31088:18;31084:1;31076:6;31072:14;31065:42;30948:166;:::o;31120:366::-;31262:3;31283:67;31347:2;31342:3;31283:67;:::i;:::-;31276:74;;31359:93;31448:3;31359:93;:::i;:::-;31477:2;31472:3;31468:12;31461:19;;31120:366;;;:::o;31492:419::-;31658:4;31696:2;31685:9;31681:18;31673:26;;31745:9;31739:4;31735:20;31731:1;31720:9;31716:17;31709:47;31773:131;31899:4;31773:131;:::i;:::-;31765:139;;31492:419;;;:::o;31917:174::-;32057:26;32053:1;32045:6;32041:14;32034:50;31917:174;:::o;32097:366::-;32239:3;32260:67;32324:2;32319:3;32260:67;:::i;:::-;32253:74;;32336:93;32425:3;32336:93;:::i;:::-;32454:2;32449:3;32445:12;32438:19;;32097:366;;;:::o;32469:419::-;32635:4;32673:2;32662:9;32658:18;32650:26;;32722:9;32716:4;32712:20;32708:1;32697:9;32693:17;32686:47;32750:131;32876:4;32750:131;:::i;:::-;32742:139;;32469:419;;;:::o;32894:164::-;33034:16;33030:1;33022:6;33018:14;33011:40;32894:164;:::o;33064:366::-;33206:3;33227:67;33291:2;33286:3;33227:67;:::i;:::-;33220:74;;33303:93;33392:3;33303:93;:::i;:::-;33421:2;33416:3;33412:12;33405:19;;33064:366;;;:::o;33436:419::-;33602:4;33640:2;33629:9;33625:18;33617:26;;33689:9;33683:4;33679:20;33675:1;33664:9;33660:17;33653:47;33717:131;33843:4;33717:131;:::i;:::-;33709:139;;33436:419;;;:::o;33861:177::-;34001:29;33997:1;33989:6;33985:14;33978:53;33861:177;:::o;34044:366::-;34186:3;34207:67;34271:2;34266:3;34207:67;:::i;:::-;34200:74;;34283:93;34372:3;34283:93;:::i;:::-;34401:2;34396:3;34392:12;34385:19;;34044:366;;;:::o;34416:419::-;34582:4;34620:2;34609:9;34605:18;34597:26;;34669:9;34663:4;34659:20;34655:1;34644:9;34640:17;34633:47;34697:131;34823:4;34697:131;:::i;:::-;34689:139;;34416:419;;;:::o;34841:98::-;34892:6;34926:5;34920:12;34910:22;;34841:98;;;:::o;34945:168::-;35028:11;35062:6;35057:3;35050:19;35102:4;35097:3;35093:14;35078:29;;34945:168;;;;:::o;35119:373::-;35205:3;35233:38;35265:5;35233:38;:::i;:::-;35287:70;35350:6;35345:3;35287:70;:::i;:::-;35280:77;;35366:65;35424:6;35419:3;35412:4;35405:5;35401:16;35366:65;:::i;:::-;35456:29;35478:6;35456:29;:::i;:::-;35451:3;35447:39;35440:46;;35209:283;35119:373;;;;:::o;35498:640::-;35693:4;35731:3;35720:9;35716:19;35708:27;;35745:71;35813:1;35802:9;35798:17;35789:6;35745:71;:::i;:::-;35826:72;35894:2;35883:9;35879:18;35870:6;35826:72;:::i;:::-;35908;35976:2;35965:9;35961:18;35952:6;35908:72;:::i;:::-;36027:9;36021:4;36017:20;36012:2;36001:9;35997:18;35990:48;36055:76;36126:4;36117:6;36055:76;:::i;:::-;36047:84;;35498:640;;;;;;;:::o;36144:141::-;36200:5;36231:6;36225:13;36216:22;;36247:32;36273:5;36247:32;:::i;:::-;36144:141;;;;:::o;36291:349::-;36360:6;36409:2;36397:9;36388:7;36384:23;36380:32;36377:119;;;36415:79;;:::i;:::-;36377:119;36535:1;36560:63;36615:7;36606:6;36595:9;36591:22;36560:63;:::i;:::-;36550:73;;36506:127;36291:349;;;;:::o

Swarm Source

ipfs://b51cc4f274cf2fa7a934df139a0b4211d1e8e31300a971dec5317cdb9e15c430
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.