ETH Price: $2,839.35 (-7.02%)
Gas: 6 Gwei

Token

Odders (ODDR)
 

Overview

Max Total Supply

3,333 ODDR

Holders

136

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Balance
1 ODDR
0xA442dDf27063320789B59A8fdcA5b849Cd2CDeAC
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:
Odders

Compiler Version
v0.8.7+commit.e28d00a7

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-10-30
*/

// SPDX-License-Identifier: MIT

/*                                 ``..-::://:::--..``                                               
*                             `./oyyhyyyoo++++oosssyyyys+:.`                                         
*                          `-shdy+/-``               `.-/oyhyo-`                                     
*                        `+ddo:-.`                          -/yds:`                                  
*                       /mh/-.`                                `:yds.                                
*                     `ym+-.`                                     `+ms`                              
*                    .mh--`                                         `sm:                             
*                /shhNy--                                             /dhoss+.                       
*              `dd+:::--`          +dm/.                           -sy--.---oN-                      
*              +M:-----.          -MMMd+`                          NMMh+-   `M+                      
*              .my/::/+.           odmd/     `...-----------...``  omNNy` :/hh`                      
*               .oyyhhs`            ```     +mmmmNNNNNNNNNdsssshhdy ...   +yo-`                      
*                  `+s-`                    `/dNMMMMMMMMMMNmmmmNmm:        -oyhs.                    
*                   oN-.                      `:sdNNMMMMMMMMMMMms.            :ym-                   
*                   -Mo-`                        `-/oshdmNMMNh+.               -dd                   
*                    ym:-`                           `.:oyyoss+:.```     ````  -hm                   
*                    `dd:-.`        .o/:-..``..--:/ossso:`  ``-/oooooooooooo/ `/No                   
*                     `ym+--.`       `-:/+ooooo+//:.``               ````    `/my                    
*                       :dd+---`                                            .sN+                     
*                         :hmy/--.`                                      `-sNs`                      
*                           `/ydho/-..`                             ``./sdh+`                        
*                              `-+mNmys+/-.``````        `````.-:/+sydhy+.`                          
*                                /MMMMMMNNmdhhyyssssssyyyhhdmmNNNh+/-``                              
*                               -NMMMMMMMMMm++oshmMMdsooo+sNMMMMM/                                   
*                             `dMMMMMMNMNNNs+o+mMMMMho//oNMMMMMM:                                   
*                              oMMMMMNNNMNNNm.`.dMMMMy+oyNMMMMMMM-                                   
*                             -NMMMMNNNNNMNNN+``NMMMMh:oNMMMMMNMM-                                   
*                             hMMMMNNNNNNMNNNm`-MMMMMd:NNNMMNNNMM:                                   
*                            :MMMMNNNNNNNMMNNN//MMMMMNNNNNMNNNNNM/                                   
*                            mMMMNNNNNNNNNMNNNh+MMMMMMNNMMNNNNNNMo                                   
*                           +MMMMNNNNNNNNNNMNNNsMMMMMNNNNNNNNNNNMh                                   
*                           NMMMNNNNNNNNNNNNMNNmMMMMNNMNhyyyymNNMM`                                  
*                          +MMMMNNNNNNNNNNNNMNNNMMMNNMNNNNNNNNNNNM/                                  
*                          mMMMNNNNNNNNNNNNNNMNNMMNNMNNNNNNNNNNNNMh                                  
*                         :MMMMNNNNNNNNNNNNNNNNNNMNMNNNNNNNNNNNNNMM.                                 
*                        hMMMNNNNNNNNNNNNNNNNNNMMMNNNNNNNNNNNNNNNMs                                 
*                        .MMMMNNNNNNNNNNNNNNNNNNMMMMNNNNNNNNNNNNNNMN.                                
*                        oMMMMNNNMNNNNNNNNNNNNNNMMNNNNNNNNNNNNNMMNNMy                                
*                        mMMMNNNMMMNNNNNNNNNNNNNMMNNNNNNNNNNNNNMMNNMM:                               
*                       :MMMMNNNMMNNNNNNNNNNNNNNMMNNNNNNNNNNNNNMMMNNMd`                              
*                       yMMMMNNMMMNNNNNNNNNNNNNNNdNNNNNNNNNNNNNNMMNNNMo                              
*                       NMMMNNNMMNNNNNNNNNNNNNNNy/NNNNNNNNNNNNNNMMMNNMM-                             
*                      .MMMMNNMMMNNNNNNNNNNNNNNN/`hNNNNNNNNNNNNNMMMNNNMm`                            
*                      /MMMMNNMMMNNNNNNNNNNNNNNo:--dNNNNNNNNNNNNMMMNNNNMh                            
*                      +MdddyhNMNNNNNNNNNNNNNNd`:.`.mNNNNNNNNNNNNMMNdyo+No       
*
*
*
*  🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦🦦
*/


// File: @openzeppelin/contracts/utils/Counters.sol
pragma solidity ^0.8.0;

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

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

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

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

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

// File: WithLimitedSupply.sol


pragma solidity ^0.8.0;


/// @author 1001.digital
/// @title A token tracker that limits the token supply and increments token IDs on each new mint.
abstract contract WithLimitedSupply {
    using Counters for Counters.Counter;

    // Keeps track of how many we have minted
    Counters.Counter private _tokenCount;

    /// @dev The maximum count of tokens this token tracker will hold.
    uint256 private _totalSupply;

    /// Instanciate the contract
    /// @param totalSupply_ how many tokens this collection should hold
    constructor (uint256 totalSupply_) {
        _totalSupply = totalSupply_;
    }

    /// @dev Get the max Supply
    /// @return the maximum token count
    function totalSupply() public view returns (uint256) {
        return _totalSupply;
    }

    /// @dev Get the current token count
    /// @return the created token count
    function tokenCount() public view returns (uint256) {
        return _tokenCount.current();
    }

    /// @dev Check whether tokens are still available
    /// @return the available token count
    function availableTokenCount() public view returns (uint256) {
        return totalSupply() - tokenCount();
    }

    /// @dev Increment the token count and fetch the latest count
    /// @return the next token id
    function nextToken() internal virtual ensureAvailability returns (uint256) {
        uint256 token = _tokenCount.current();

        _tokenCount.increment();

        return token;
    }

    /// @dev Check whether another token is still available
    modifier ensureAvailability() {
        require(availableTokenCount() > 0, "No more tokens available");
        _;
    }

    /// @param amount Check whether number of tokens are still available
    /// @dev Check whether tokens are still available
    modifier ensureAvailabilityFor(uint256 amount) {
        require(availableTokenCount() >= amount, "Requested number of tokens not available");
        _;
    }
}

// File: RandomlyAssigned.sol


pragma solidity ^0.8.0;


/// @author 1001.digital
/// @title Randomly assign tokenIDs from a given set of tokens.
abstract contract RandomlyAssigned is WithLimitedSupply {
    // Used for random index assignment
    mapping(uint256 => uint256) private tokenMatrix;

    // The initial token ID
    uint256 private startFrom;

    /// Instanciate the contract
    /// @param _totalSupply how many tokens this collection should hold
    /// @param _startFrom the tokenID with which to start counting
    constructor (uint256 _totalSupply, uint256 _startFrom)
        WithLimitedSupply(_totalSupply)
    {
        startFrom = _startFrom;
    }

    /// Get the next token ID
    /// @dev Randomly gets a new token ID and keeps track of the ones that are still available.
    /// @return the next token ID
    function nextToken() internal override ensureAvailability returns (uint256) {
        uint256 maxIndex = totalSupply() - tokenCount();
        uint256 random = uint256(keccak256(
            abi.encodePacked(
                msg.sender,
                block.coinbase,
                block.difficulty,
                block.gaslimit,
                block.timestamp
            )
        )) % maxIndex;

        uint256 value = 0;
        if (tokenMatrix[random] == 0) {
            // If this matrix position is empty, set the value to the generated random number.
            value = random;
        } else {
            // Otherwise, use the previously stored number from the matrix.
            value = tokenMatrix[random];
        }

        // If the last available tokenID is still unused...
        if (tokenMatrix[maxIndex - 1] == 0) {
            // ...store that ID in the current matrix position.
            tokenMatrix[random] = maxIndex - 1;
        } else {
            // ...otherwise copy over the stored number to the current matrix position.
            tokenMatrix[random] = tokenMatrix[maxIndex - 1];
        }

        // Increment counts
        super.nextToken();

        return value + startFrom;
    }
}

// File: @openzeppelin/contracts/utils/Strings.sol



pragma solidity ^0.8.0;

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

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

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

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

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

// File: @openzeppelin/contracts/utils/Context.sol



pragma solidity ^0.8.0;

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

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

// File: @openzeppelin/contracts/access/Ownable.sol



pragma solidity ^0.8.0;


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

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

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

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

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

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

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

    function _setOwner(address newOwner) private {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

// File: @openzeppelin/contracts/security/Pausable.sol



pragma solidity ^0.8.0;


/**
 * @dev Contract module which allows children to implement an emergency stop
 * mechanism that can be triggered by an authorized account.
 *
 * This module is used through inheritance. It will make available the
 * modifiers `whenNotPaused` and `whenPaused`, which can be applied to
 * the functions of your contract. Note that they will not be pausable by
 * simply including this module, only once the modifiers are put in place.
 */
abstract contract Pausable is Context {
    /**
     * @dev Emitted when the pause is triggered by `account`.
     */
    event Paused(address account);

    /**
     * @dev Emitted when the pause is lifted by `account`.
     */
    event Unpaused(address account);

    bool private _paused;

    /**
     * @dev Initializes the contract in unpaused state.
     */
    constructor() {
        _paused = false;
    }

    /**
     * @dev Returns true if the contract is paused, and false otherwise.
     */
    function paused() public view virtual returns (bool) {
        return _paused;
    }

    /**
     * @dev Modifier to make a function callable only when the contract is not paused.
     *
     * Requirements:
     *
     * - The contract must not be paused.
     */
    modifier whenNotPaused() {
        require(!paused(), "Pausable: paused");
        _;
    }

    /**
     * @dev Modifier to make a function callable only when the contract is paused.
     *
     * Requirements:
     *
     * - The contract must be paused.
     */
    modifier whenPaused() {
        require(paused(), "Pausable: not paused");
        _;
    }

    /**
     * @dev Triggers stopped state.
     *
     * Requirements:
     *
     * - The contract must not be paused.
     */
    function _pause() internal virtual whenNotPaused {
        _paused = true;
        emit Paused(_msgSender());
    }

    /**
     * @dev Returns to normal state.
     *
     * Requirements:
     *
     * - The contract must be paused.
     */
    function _unpause() internal virtual whenPaused {
        _paused = false;
        emit Unpaused(_msgSender());
    }
}

// File: @openzeppelin/contracts/utils/Address.sol



pragma solidity ^0.8.0;

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

// File: @openzeppelin/contracts/token/ERC721/IERC721Receiver.sol



pragma solidity ^0.8.0;

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

// File: @openzeppelin/contracts/utils/introspection/IERC165.sol



pragma solidity ^0.8.0;

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

// File: @openzeppelin/contracts/utils/introspection/ERC165.sol



pragma solidity ^0.8.0;


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

// File: @openzeppelin/contracts/token/ERC721/IERC721.sol



pragma solidity ^0.8.0;


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

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

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

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

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

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

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

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

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

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

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

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

// File: @openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol



pragma solidity ^0.8.0;


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

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

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

// File: @openzeppelin/contracts/token/ERC721/ERC721.sol



pragma solidity ^0.8.0;








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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        _approve(to, tokenId);
    }

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

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        require(operator != _msgSender(), "ERC721: approve to caller");

        _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), "ERC721: transfer caller is not owner nor approved");

        _transfer(from, to, tokenId);
    }

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

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

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

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

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

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

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

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

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

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

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

    /**
     * @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, "ERC721: transfer of token that is not own");
        require(to != address(0), "ERC721: transfer to the zero address");

        _beforeTokenTransfer(from, to, tokenId);

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

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

        emit Transfer(from, to, tokenId);
    }

    /**
     * @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.onERC721Received.selector;
            } catch (bytes memory reason) {
                if (reason.length == 0) {
                    revert("ERC721: transfer to non ERC721Receiver implementer");
                } else {
                    assembly {
                        revert(add(32, reason), mload(reason))
                    }
                }
            }
        } else {
            return true;
        }
    }

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

// File: @openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol



pragma solidity ^0.8.0;



/**
 * @title ERC721 Burnable Token
 * @dev ERC721 Token that can be irreversibly burned (destroyed).
 */
abstract contract ERC721Burnable is Context, ERC721 {
    /**
     * @dev Burns `tokenId`. See {ERC721-_burn}.
     *
     * Requirements:
     *
     * - The caller must own `tokenId` or be an approved operator.
     */
    function burn(uint256 tokenId) public virtual {
        //solhint-disable-next-line max-line-length
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721Burnable: caller is not owner nor approved");
        _burn(tokenId);
    }
}

// File: Odders.sol


pragma solidity ^0.8.2;

contract Odders is ERC721, Pausable, Ownable, ERC721Burnable, RandomlyAssigned {
   
    uint256 public constant MAX_SUPPLY = 3333; //MAX general supply
    uint256 public constant MAX_ODDERS_PER_MINT = 5;
    uint256 public constant ODDER_MINT_PRICE = 0.02 ether; // 0.02 ETH
    bool public ODDER_GENERAL_SALE_STARTED = false;
    bool public ODDER_PRESALE_STARTED = false;
    string public ODDER_BASE_URI = "ipfs://QmSWNSNM45fCC3piyQpgT9JDWAFFmAmGSkfWM2gZ3qGJTM/";
    mapping(address => uint256) whiteListMintCount;
   
    constructor() ERC721("Odders", "ODDR")  RandomlyAssigned(MAX_SUPPLY, 1) {}
   
    function _baseURI() internal view override returns (string memory) {
        return ODDER_BASE_URI;
    }
    
    function setBaseURI(string memory baseURI) public onlyOwner {
        ODDER_BASE_URI = baseURI;
    }
    
    function setGeneralSaleStart(bool _start) public onlyOwner {
        ODDER_GENERAL_SALE_STARTED = _start;
    }
    
    function setPreSaleStart(bool _start) public onlyOwner {
        ODDER_PRESALE_STARTED = _start;
    }

    function pause() public onlyOwner {
        _pause();
    }

    function unpause() public onlyOwner {
        _unpause();
    }
    
    function adminMint(address to, uint256 numberOfOdders) public onlyOwner
    {
        require(availableTokenCount()>=numberOfOdders ,"Max supply of Odders reached" );
        for(uint256 i=0; i< numberOfOdders; i++){
            uint256 t_newTokenId = nextToken();
            _safeMint(to, t_newTokenId);
        }
    }
    
    function bringMeOdders( uint256 numberOfOdders) public payable 
        whenNotPaused
    {
        require(ODDER_GENERAL_SALE_STARTED || ODDER_PRESALE_STARTED, "Odders not minting yet");
        require(numberOfOdders <= MAX_ODDERS_PER_MINT ,"Soz, limit of 5 Odders per transaction" );
        require(availableTokenCount()>=numberOfOdders ,"Max supply of Odders reached" );
        require(msg.value >= numberOfOdders * ODDER_MINT_PRICE, "Not enough dosh");
        if (ODDER_GENERAL_SALE_STARTED)
        {
            payable(owner()).transfer(msg.value);
            for(uint256 i=0; i< numberOfOdders; i++){
                uint256 t_newTokenId = nextToken();
                _safeMint(_msgSender(), t_newTokenId);
            }
        }
        else if (ODDER_PRESALE_STARTED)
        {
            require(whiteListMintCount[msg.sender] >0 , "No Odders reserved");
            require(whiteListMintCount[msg.sender] >= numberOfOdders, "You don't have this many reserved Odders");
            payable(owner()).transfer(msg.value);
            whiteListMintCount[_msgSender()] -= numberOfOdders;
            for(uint256 i=0; i< numberOfOdders; i++){
                uint256 t_newTokenId = nextToken();
                _safeMint(_msgSender(), t_newTokenId);
            }
        }
    }
   
    function getWhitelistMintAmount(address addr) public view virtual returns (uint256) {
        return whiteListMintCount[addr];
    }
    
    function setWhitelist(address addr, uint numberOfOdders) public onlyOwner {
        whiteListMintCount[addr] = numberOfOdders;
    }
  
    function setWhitelistBulkSimple(address[] memory addr,uint numberOfOdders) public onlyOwner {
        for(uint256 i = 0; i < addr.length; i++){
            whiteListMintCount[addr[i]] = numberOfOdders;
        }
    }
    
    function readOwnership(uint256 lowToken, uint sliceLength) public onlyOwner view returns (uint[] memory, address[] memory) {
        uint[] memory array = new uint[](sliceLength);
        address[] memory ownerData = new address[](sliceLength);
        for (uint i = 0; i < sliceLength; i++) 
        {
            array[i] = lowToken+i;
            ownerData[i] = _owners[lowToken+i];
        }
        return (array,ownerData);
    }

    function _beforeTokenTransfer(address from, address to, uint256 tokenId)
        internal
        whenNotPaused
        override
    {
        super._beforeTokenTransfer(from, to, tokenId);
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","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"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"MAX_ODDERS_PER_MINT","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_SUPPLY","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"ODDER_BASE_URI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"ODDER_GENERAL_SALE_STARTED","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"ODDER_MINT_PRICE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"ODDER_PRESALE_STARTED","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"_owners","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"numberOfOdders","type":"uint256"}],"name":"adminMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"availableTokenCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"numberOfOdders","type":"uint256"}],"name":"bringMeOdders","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"addr","type":"address"}],"name":"getWhitelistMintAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"lowToken","type":"uint256"},{"internalType":"uint256","name":"sliceLength","type":"uint256"}],"name":"readOwnership","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"},{"internalType":"address[]","name":"","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"baseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_start","type":"bool"}],"name":"setGeneralSaleStart","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_start","type":"bool"}],"name":"setPreSaleStart","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"addr","type":"address"},{"internalType":"uint256","name":"numberOfOdders","type":"uint256"}],"name":"setWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"addr","type":"address[]"},{"internalType":"uint256","name":"numberOfOdders","type":"uint256"}],"name":"setWhitelistBulkSimple","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokenCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"}]

600b805461ffff1916905560e0604052603660808181529062002be660a03980516200003491600c916020909101906200012a565b503480156200004257600080fd5b5060408051808201825260068152654f646465727360d01b60208083019182528351808501909452600484526327a2222960e11b908401528151610d05936001938593909262000095916000916200012a565b508051620000ab9060019060208401906200012a565b50506006805460ff1916905550620000c333620000d0565b600855600a55506200020d565b600680546001600160a01b03838116610100818102610100600160a81b031985161790945560405193909204169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b8280546200013890620001d0565b90600052602060002090601f0160209004810192826200015c5760008555620001a7565b82601f106200017757805160ff1916838001178555620001a7565b82800160010185558215620001a7579182015b82811115620001a75782518255916020019190600101906200018a565b50620001b5929150620001b9565b5090565b5b80821115620001b55760008155600101620001ba565b600181811c90821680620001e557607f821691505b602082108114156200020757634e487b7160e01b600052602260045260246000fd5b50919050565b6129c9806200021d6000396000f3fe6080604052600436106102305760003560e01c80636352211e1161012e578063a22cb465116100ab578063dfa578fe1161006f578063dfa578fe14610660578063e14ca3531461068e578063e58306f9146106a3578063e985e9c5146106c3578063f2fde38b1461070c57600080fd5b8063a22cb465146105c6578063a7f23302146105e6578063b88d4fde14610606578063c87b56dd14610626578063dbe92e291461064657600080fd5b80638f1a6092116100f25780638f1a60921461051057806395d89b4114610530578063992924a6146105455780639afdf2f31461057b5780639f181b5e146105b157600080fd5b80636352211e1461048357806370a08231146104a3578063715018a6146104c35780638456cb59146104d85780638da5cb5b146104ed57600080fd5b80632c324799116101bc57806342966c681161018057806342966c68146103f157806355f804b3146104115780635a8efa98146104315780635c4db3c2146104505780635c975abb1461046b57600080fd5b80632c3247991461037357806332cb6b0c1461039357806339e1ddc3146103a95780633f4ba83a146103bc57806342842e0e146103d157600080fd5b8063095ea7b311610203578063095ea7b3146102e75780631302d03a1461030957806318160ddd1461032957806320624f631461033e57806323b872dd1461035357600080fd5b806301ffc9a71461023557806305af28bc1461026a57806306fdde031461028d578063081812fc146102af575b600080fd5b34801561024157600080fd5b5061025561025036600461250d565b61072c565b60405190151581526020015b60405180910390f35b34801561027657600080fd5b5061027f600581565b604051908152602001610261565b34801561029957600080fd5b506102a261077e565b60405161026191906126e7565b3480156102bb57600080fd5b506102cf6102ca366004612590565b610810565b6040516001600160a01b039091168152602001610261565b3480156102f357600080fd5b5061030761030236600461240e565b6108aa565b005b34801561031557600080fd5b5061030761032436600461240e565b6109c0565b34801561033557600080fd5b5060085461027f565b34801561034a57600080fd5b506102a2610a0c565b34801561035f57600080fd5b5061030761036e36600461232c565b610a9a565b34801561037f57600080fd5b5061030761038e3660046124f2565b610acc565b34801561039f57600080fd5b5061027f610d0581565b6103076103b7366004612590565b610b0f565b3480156103c857600080fd5b50610307610e8a565b3480156103dd57600080fd5b506103076103ec36600461232c565b610ec4565b3480156103fd57600080fd5b5061030761040c366004612590565b610edf565b34801561041d57600080fd5b5061030761042c366004612547565b610f56565b34801561043d57600080fd5b50600b5461025590610100900460ff1681565b34801561045c57600080fd5b5061027f66470de4df82000081565b34801561047757600080fd5b5060065460ff16610255565b34801561048f57600080fd5b506102cf61049e366004612590565b610f99565b3480156104af57600080fd5b5061027f6104be3660046122de565b611010565b3480156104cf57600080fd5b50610307611097565b3480156104e457600080fd5b506103076110d1565b3480156104f957600080fd5b5060065461010090046001600160a01b03166102cf565b34801561051c57600080fd5b5061030761052b366004612438565b611109565b34801561053c57600080fd5b506102a261119b565b34801561055157600080fd5b506102cf610560366004612590565b6002602052600090815260409020546001600160a01b031681565b34801561058757600080fd5b5061027f6105963660046122de565b6001600160a01b03166000908152600d602052604090205490565b3480156105bd57600080fd5b5061027f6111aa565b3480156105d257600080fd5b506103076105e13660046123e4565b6111ba565b3480156105f257600080fd5b506103076106013660046124f2565b61127f565b34801561061257600080fd5b50610307610621366004612368565b6112c9565b34801561063257600080fd5b506102a2610641366004612590565b611301565b34801561065257600080fd5b50600b546102559060ff1681565b34801561066c57600080fd5b5061068061067b3660046125a9565b6113dc565b604051610261929190612663565b34801561069a57600080fd5b5061027f611549565b3480156106af57600080fd5b506103076106be36600461240e565b611560565b3480156106cf57600080fd5b506102556106de3660046122f9565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b34801561071857600080fd5b506103076107273660046122de565b61161b565b60006001600160e01b031982166380ac58cd60e01b148061075d57506001600160e01b03198216635b5e139f60e01b145b8061077857506301ffc9a760e01b6001600160e01b03198316145b92915050565b60606000805461078d906128bb565b80601f01602080910402602001604051908101604052809291908181526020018280546107b9906128bb565b80156108065780601f106107db57610100808354040283529160200191610806565b820191906000526020600020905b8154815290600101906020018083116107e957829003601f168201915b5050505050905090565b6000818152600260205260408120546001600160a01b031661088e5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b60006108b582610f99565b9050806001600160a01b0316836001600160a01b031614156109235760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b6064820152608401610885565b336001600160a01b038216148061093f575061093f81336106de565b6109b15760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c00000000000000006064820152608401610885565b6109bb83836116b9565b505050565b6006546001600160a01b036101009091041633146109f05760405162461bcd60e51b815260040161088590612776565b6001600160a01b039091166000908152600d6020526040902055565b600c8054610a19906128bb565b80601f0160208091040260200160405190810160405280929190818152602001828054610a45906128bb565b8015610a925780601f10610a6757610100808354040283529160200191610a92565b820191906000526020600020905b815481529060010190602001808311610a7557829003601f168201915b505050505081565b610aa5335b82611727565b610ac15760405162461bcd60e51b8152600401610885906127ab565b6109bb83838361181e565b6006546001600160a01b03610100909104163314610afc5760405162461bcd60e51b815260040161088590612776565b600b805460ff1916911515919091179055565b60065460ff1615610b325760405162461bcd60e51b81526004016108859061274c565b600b5460ff1680610b4a5750600b54610100900460ff165b610b8f5760405162461bcd60e51b815260206004820152601660248201527513d919195c9cc81b9bdd081b5a5b9d1a5b99c81e595d60521b6044820152606401610885565b6005811115610bef5760405162461bcd60e51b815260206004820152602660248201527f536f7a2c206c696d6974206f662035204f646465727320706572207472616e7360448201526530b1ba34b7b760d11b6064820152608401610885565b80610bf8611549565b1015610c465760405162461bcd60e51b815260206004820152601c60248201527f4d617820737570706c79206f66204f64646572732072656163686564000000006044820152606401610885565b610c5766470de4df82000082612859565b341015610c985760405162461bcd60e51b815260206004820152600f60248201526e09cdee840cadcdeeaced040c8dee6d608b1b6044820152606401610885565b600b5460ff1615610d1d576006546040516001600160a01b0361010090920491909116903480156108fc02916000818181858888f19350505050158015610ce3573d6000803e3d6000fd5b5060005b81811015610d19576000610cf96119c9565b9050610d06335b82611b5c565b5080610d11816128f6565b915050610ce7565b5050565b600b54610100900460ff1615610e8757336000908152600d6020526040902054610d7e5760405162461bcd60e51b8152602060048201526012602482015271139bc813d919195c9cc81c995cd95c9d995960721b6044820152606401610885565b336000908152600d6020526040902054811115610dee5760405162461bcd60e51b815260206004820152602860248201527f596f7520646f6e277420686176652074686973206d616e79207265736572766560448201526764204f646465727360c01b6064820152608401610885565b6006546040516001600160a01b0361010090920491909116903480156108fc02916000818181858888f19350505050158015610e2e573d6000803e3d6000fd5b50336000908152600d602052604081208054839290610e4e908490612878565b90915550600090505b81811015610d19576000610e696119c9565b9050610e7433610d00565b5080610e7f816128f6565b915050610e57565b50565b6006546001600160a01b03610100909104163314610eba5760405162461bcd60e51b815260040161088590612776565b610ec2611b76565b565b6109bb838383604051806020016040528060008152506112c9565b610ee833610a9f565b610f4d5760405162461bcd60e51b815260206004820152603060248201527f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760448201526f1b995c881b9bdc88185c1c1c9bdd995960821b6064820152608401610885565b610e8781611c09565b6006546001600160a01b03610100909104163314610f865760405162461bcd60e51b815260040161088590612776565b8051610d1990600c9060208401906121c1565b6000818152600260205260408120546001600160a01b0316806107785760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b6064820152608401610885565b60006001600160a01b03821661107b5760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b6064820152608401610885565b506001600160a01b031660009081526003602052604090205490565b6006546001600160a01b036101009091041633146110c75760405162461bcd60e51b815260040161088590612776565b610ec26000611cb0565b6006546001600160a01b036101009091041633146111015760405162461bcd60e51b815260040161088590612776565b610ec2611d0a565b6006546001600160a01b036101009091041633146111395760405162461bcd60e51b815260040161088590612776565b60005b82518110156109bb5781600d600085848151811061115c5761115c612951565b60200260200101516001600160a01b03166001600160a01b03168152602001908152602001600020819055508080611193906128f6565b91505061113c565b60606001805461078d906128bb565b60006111b560075490565b905090565b6001600160a01b0382163314156112135760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c6572000000000000006044820152606401610885565b3360008181526005602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b6006546001600160a01b036101009091041633146112af5760405162461bcd60e51b815260040161088590612776565b600b80549115156101000261ff0019909216919091179055565b6112d33383611727565b6112ef5760405162461bcd60e51b8152600401610885906127ab565b6112fb84848484611d62565b50505050565b6000818152600260205260409020546060906001600160a01b03166113805760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608401610885565b600061138a611d95565b905060008151116113aa57604051806020016040528060008152506113d5565b806113b484611da4565b6040516020016113c59291906125f7565b6040516020818303038152906040525b9392505050565b60065460609081906001600160a01b036101009091041633146114115760405162461bcd60e51b815260040161088590612776565b60008367ffffffffffffffff81111561142c5761142c612967565b604051908082528060200260200182016040528015611455578160200160208202803683370190505b50905060008467ffffffffffffffff81111561147357611473612967565b60405190808252806020026020018201604052801561149c578160200160208202803683370190505b50905060005b8581101561153d576114b4818861282d565b8382815181106114c6576114c6612951565b6020908102919091010152600260006114df838a61282d565b815260200190815260200160002060009054906101000a90046001600160a01b031682828151811061151357611513612951565b6001600160a01b039092166020928302919091019091015280611535816128f6565b9150506114a2565b50909590945092505050565b60006115536111aa565b6008546111b59190612878565b6006546001600160a01b036101009091041633146115905760405162461bcd60e51b815260040161088590612776565b80611599611549565b10156115e75760405162461bcd60e51b815260206004820152601c60248201527f4d617820737570706c79206f66204f64646572732072656163686564000000006044820152606401610885565b60005b818110156109bb5760006115fc6119c9565b90506116088482611b5c565b5080611613816128f6565b9150506115ea565b6006546001600160a01b0361010090910416331461164b5760405162461bcd60e51b815260040161088590612776565b6001600160a01b0381166116b05760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610885565b610e8781611cb0565b600081815260046020526040902080546001600160a01b0319166001600160a01b03841690811790915581906116ee82610f99565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000818152600260205260408120546001600160a01b03166117a05760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b6064820152608401610885565b60006117ab83610f99565b9050806001600160a01b0316846001600160a01b031614806117e65750836001600160a01b03166117db84610810565b6001600160a01b0316145b8061181657506001600160a01b0380821660009081526005602090815260408083209388168352929052205460ff165b949350505050565b826001600160a01b031661183182610f99565b6001600160a01b0316146118995760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b6064820152608401610885565b6001600160a01b0382166118fb5760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b6064820152608401610885565b611906838383611ea2565b6119116000826116b9565b6001600160a01b038316600090815260036020526040812080546001929061193a908490612878565b90915550506001600160a01b038216600090815260036020526040812080546001929061196890849061282d565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6000806119d4611549565b11611a1c5760405162461bcd60e51b81526020600482015260186024820152774e6f206d6f726520746f6b656e7320617661696c61626c6560401b6044820152606401610885565b6000611a266111aa565b600854611a339190612878565b6040516bffffffffffffffffffffffff1933606090811b8216602084015241901b166034820152446048820152456068820152426088820152909150600090829060a8016040516020818303038152906040528051906020012060001c611a9a9190612911565b60008181526009602052604081205491925090611ab8575080611ac9565b506000818152600960205260409020545b60096000611ad8600186612878565b81526020019081526020016000205460001415611b0e57611afa600184612878565b600083815260096020526040902055611b3e565b60096000611b1d600186612878565b81526020808201929092526040908101600090812054858252600990935220555b611b46611ec5565b50600a54611b54908261282d565b935050505090565b610d19828260405180602001604052806000815250611f33565b60065460ff16611bbf5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b6044820152606401610885565b6006805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b6000611c1482610f99565b9050611c2281600084611ea2565b611c2d6000836116b9565b6001600160a01b0381166000908152600360205260408120805460019290611c56908490612878565b909155505060008281526002602052604080822080546001600160a01b0319169055518391906001600160a01b038416907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908390a45050565b600680546001600160a01b03838116610100818102610100600160a81b031985161790945560405193909204169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60065460ff1615611d2d5760405162461bcd60e51b81526004016108859061274c565b6006805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611bec3390565b611d6d84848461181e565b611d7984848484611f66565b6112fb5760405162461bcd60e51b8152600401610885906126fa565b6060600c805461078d906128bb565b606081611dc85750506040805180820190915260018152600360fc1b602082015290565b8160005b8115611df25780611ddc816128f6565b9150611deb9050600a83612845565b9150611dcc565b60008167ffffffffffffffff811115611e0d57611e0d612967565b6040519080825280601f01601f191660200182016040528015611e37576020820181803683370190505b5090505b841561181657611e4c600183612878565b9150611e59600a86612911565b611e6490603061282d565b60f81b818381518110611e7957611e79612951565b60200101906001600160f81b031916908160001a905350611e9b600a86612845565b9450611e3b565b60065460ff16156109bb5760405162461bcd60e51b81526004016108859061274c565b600080611ed0611549565b11611f185760405162461bcd60e51b81526020600482015260186024820152774e6f206d6f726520746f6b656e7320617661696c61626c6560401b6044820152606401610885565b6000611f2360075490565b90506111b5600780546001019055565b611f3d8383612073565b611f4a6000848484611f66565b6109bb5760405162461bcd60e51b8152600401610885906126fa565b60006001600160a01b0384163b1561206857604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290611faa903390899088908890600401612626565b602060405180830381600087803b158015611fc457600080fd5b505af1925050508015611ff4575060408051601f3d908101601f19168201909252611ff19181019061252a565b60015b61204e573d808015612022576040519150601f19603f3d011682016040523d82523d6000602084013e612027565b606091505b5080516120465760405162461bcd60e51b8152600401610885906126fa565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050611816565b506001949350505050565b6001600160a01b0382166120c95760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f20616464726573736044820152606401610885565b6000818152600260205260409020546001600160a01b03161561212e5760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006044820152606401610885565b61213a60008383611ea2565b6001600160a01b038216600090815260036020526040812080546001929061216390849061282d565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b8280546121cd906128bb565b90600052602060002090601f0160209004810192826121ef5760008555612235565b82601f1061220857805160ff1916838001178555612235565b82800160010185558215612235579182015b8281111561223557825182559160200191906001019061221a565b50612241929150612245565b5090565b5b808211156122415760008155600101612246565b600067ffffffffffffffff83111561227457612274612967565b612287601f8401601f19166020016127fc565b905082815283838301111561229b57600080fd5b828260208301376000602084830101529392505050565b80356001600160a01b03811681146122c957600080fd5b919050565b803580151581146122c957600080fd5b6000602082840312156122f057600080fd5b6113d5826122b2565b6000806040838503121561230c57600080fd5b612315836122b2565b9150612323602084016122b2565b90509250929050565b60008060006060848603121561234157600080fd5b61234a846122b2565b9250612358602085016122b2565b9150604084013590509250925092565b6000806000806080858703121561237e57600080fd5b612387856122b2565b9350612395602086016122b2565b925060408501359150606085013567ffffffffffffffff8111156123b857600080fd5b8501601f810187136123c957600080fd5b6123d88782356020840161225a565b91505092959194509250565b600080604083850312156123f757600080fd5b612400836122b2565b9150612323602084016122ce565b6000806040838503121561242157600080fd5b61242a836122b2565b946020939093013593505050565b6000806040838503121561244b57600080fd5b823567ffffffffffffffff8082111561246357600080fd5b818501915085601f83011261247757600080fd5b813560208282111561248b5761248b612967565b8160051b925061249c8184016127fc565b8281528181019085830185870184018b10156124b757600080fd5b600096505b848710156124e1576124cd816122b2565b8352600196909601959183019183016124bc565b509997909101359750505050505050565b60006020828403121561250457600080fd5b6113d5826122ce565b60006020828403121561251f57600080fd5b81356113d58161297d565b60006020828403121561253c57600080fd5b81516113d58161297d565b60006020828403121561255957600080fd5b813567ffffffffffffffff81111561257057600080fd5b8201601f8101841361258157600080fd5b6118168482356020840161225a565b6000602082840312156125a257600080fd5b5035919050565b600080604083850312156125bc57600080fd5b50508035926020909101359150565b600081518084526125e381602086016020860161288f565b601f01601f19169290920160200192915050565b6000835161260981846020880161288f565b83519083019061261d81836020880161288f565b01949350505050565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090612659908301846125cb565b9695505050505050565b604080825283519082018190526000906020906060840190828701845b8281101561269c57815184529284019290840190600101612680565b5050508381038285015284518082528583019183019060005b818110156126da5783516001600160a01b0316835292840192918401916001016126b5565b5090979650505050505050565b6020815260006113d560208301846125cb565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b60208082526010908201526f14185d5cd8589b194e881c185d5cd95960821b604082015260600190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b604051601f8201601f1916810167ffffffffffffffff8111828210171561282557612825612967565b604052919050565b6000821982111561284057612840612925565b500190565b6000826128545761285461293b565b500490565b600081600019048311821515161561287357612873612925565b500290565b60008282101561288a5761288a612925565b500390565b60005b838110156128aa578181015183820152602001612892565b838111156112fb5750506000910152565b600181811c908216806128cf57607f821691505b602082108114156128f057634e487b7160e01b600052602260045260246000fd5b50919050565b600060001982141561290a5761290a612925565b5060010190565b6000826129205761292061293b565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b031981168114610e8757600080fdfea2646970667358221220dbf400e0994e42904f9e24e7cae9d168c0a510040793b106d7d1d974a10d949764736f6c63430008070033697066733a2f2f516d53574e534e4d34356643433370697951706754394a44574146466d416d47536b66574d32675a3371474a544d2f

Deployed Bytecode

0x6080604052600436106102305760003560e01c80636352211e1161012e578063a22cb465116100ab578063dfa578fe1161006f578063dfa578fe14610660578063e14ca3531461068e578063e58306f9146106a3578063e985e9c5146106c3578063f2fde38b1461070c57600080fd5b8063a22cb465146105c6578063a7f23302146105e6578063b88d4fde14610606578063c87b56dd14610626578063dbe92e291461064657600080fd5b80638f1a6092116100f25780638f1a60921461051057806395d89b4114610530578063992924a6146105455780639afdf2f31461057b5780639f181b5e146105b157600080fd5b80636352211e1461048357806370a08231146104a3578063715018a6146104c35780638456cb59146104d85780638da5cb5b146104ed57600080fd5b80632c324799116101bc57806342966c681161018057806342966c68146103f157806355f804b3146104115780635a8efa98146104315780635c4db3c2146104505780635c975abb1461046b57600080fd5b80632c3247991461037357806332cb6b0c1461039357806339e1ddc3146103a95780633f4ba83a146103bc57806342842e0e146103d157600080fd5b8063095ea7b311610203578063095ea7b3146102e75780631302d03a1461030957806318160ddd1461032957806320624f631461033e57806323b872dd1461035357600080fd5b806301ffc9a71461023557806305af28bc1461026a57806306fdde031461028d578063081812fc146102af575b600080fd5b34801561024157600080fd5b5061025561025036600461250d565b61072c565b60405190151581526020015b60405180910390f35b34801561027657600080fd5b5061027f600581565b604051908152602001610261565b34801561029957600080fd5b506102a261077e565b60405161026191906126e7565b3480156102bb57600080fd5b506102cf6102ca366004612590565b610810565b6040516001600160a01b039091168152602001610261565b3480156102f357600080fd5b5061030761030236600461240e565b6108aa565b005b34801561031557600080fd5b5061030761032436600461240e565b6109c0565b34801561033557600080fd5b5060085461027f565b34801561034a57600080fd5b506102a2610a0c565b34801561035f57600080fd5b5061030761036e36600461232c565b610a9a565b34801561037f57600080fd5b5061030761038e3660046124f2565b610acc565b34801561039f57600080fd5b5061027f610d0581565b6103076103b7366004612590565b610b0f565b3480156103c857600080fd5b50610307610e8a565b3480156103dd57600080fd5b506103076103ec36600461232c565b610ec4565b3480156103fd57600080fd5b5061030761040c366004612590565b610edf565b34801561041d57600080fd5b5061030761042c366004612547565b610f56565b34801561043d57600080fd5b50600b5461025590610100900460ff1681565b34801561045c57600080fd5b5061027f66470de4df82000081565b34801561047757600080fd5b5060065460ff16610255565b34801561048f57600080fd5b506102cf61049e366004612590565b610f99565b3480156104af57600080fd5b5061027f6104be3660046122de565b611010565b3480156104cf57600080fd5b50610307611097565b3480156104e457600080fd5b506103076110d1565b3480156104f957600080fd5b5060065461010090046001600160a01b03166102cf565b34801561051c57600080fd5b5061030761052b366004612438565b611109565b34801561053c57600080fd5b506102a261119b565b34801561055157600080fd5b506102cf610560366004612590565b6002602052600090815260409020546001600160a01b031681565b34801561058757600080fd5b5061027f6105963660046122de565b6001600160a01b03166000908152600d602052604090205490565b3480156105bd57600080fd5b5061027f6111aa565b3480156105d257600080fd5b506103076105e13660046123e4565b6111ba565b3480156105f257600080fd5b506103076106013660046124f2565b61127f565b34801561061257600080fd5b50610307610621366004612368565b6112c9565b34801561063257600080fd5b506102a2610641366004612590565b611301565b34801561065257600080fd5b50600b546102559060ff1681565b34801561066c57600080fd5b5061068061067b3660046125a9565b6113dc565b604051610261929190612663565b34801561069a57600080fd5b5061027f611549565b3480156106af57600080fd5b506103076106be36600461240e565b611560565b3480156106cf57600080fd5b506102556106de3660046122f9565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b34801561071857600080fd5b506103076107273660046122de565b61161b565b60006001600160e01b031982166380ac58cd60e01b148061075d57506001600160e01b03198216635b5e139f60e01b145b8061077857506301ffc9a760e01b6001600160e01b03198316145b92915050565b60606000805461078d906128bb565b80601f01602080910402602001604051908101604052809291908181526020018280546107b9906128bb565b80156108065780601f106107db57610100808354040283529160200191610806565b820191906000526020600020905b8154815290600101906020018083116107e957829003601f168201915b5050505050905090565b6000818152600260205260408120546001600160a01b031661088e5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b60006108b582610f99565b9050806001600160a01b0316836001600160a01b031614156109235760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b6064820152608401610885565b336001600160a01b038216148061093f575061093f81336106de565b6109b15760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c00000000000000006064820152608401610885565b6109bb83836116b9565b505050565b6006546001600160a01b036101009091041633146109f05760405162461bcd60e51b815260040161088590612776565b6001600160a01b039091166000908152600d6020526040902055565b600c8054610a19906128bb565b80601f0160208091040260200160405190810160405280929190818152602001828054610a45906128bb565b8015610a925780601f10610a6757610100808354040283529160200191610a92565b820191906000526020600020905b815481529060010190602001808311610a7557829003601f168201915b505050505081565b610aa5335b82611727565b610ac15760405162461bcd60e51b8152600401610885906127ab565b6109bb83838361181e565b6006546001600160a01b03610100909104163314610afc5760405162461bcd60e51b815260040161088590612776565b600b805460ff1916911515919091179055565b60065460ff1615610b325760405162461bcd60e51b81526004016108859061274c565b600b5460ff1680610b4a5750600b54610100900460ff165b610b8f5760405162461bcd60e51b815260206004820152601660248201527513d919195c9cc81b9bdd081b5a5b9d1a5b99c81e595d60521b6044820152606401610885565b6005811115610bef5760405162461bcd60e51b815260206004820152602660248201527f536f7a2c206c696d6974206f662035204f646465727320706572207472616e7360448201526530b1ba34b7b760d11b6064820152608401610885565b80610bf8611549565b1015610c465760405162461bcd60e51b815260206004820152601c60248201527f4d617820737570706c79206f66204f64646572732072656163686564000000006044820152606401610885565b610c5766470de4df82000082612859565b341015610c985760405162461bcd60e51b815260206004820152600f60248201526e09cdee840cadcdeeaced040c8dee6d608b1b6044820152606401610885565b600b5460ff1615610d1d576006546040516001600160a01b0361010090920491909116903480156108fc02916000818181858888f19350505050158015610ce3573d6000803e3d6000fd5b5060005b81811015610d19576000610cf96119c9565b9050610d06335b82611b5c565b5080610d11816128f6565b915050610ce7565b5050565b600b54610100900460ff1615610e8757336000908152600d6020526040902054610d7e5760405162461bcd60e51b8152602060048201526012602482015271139bc813d919195c9cc81c995cd95c9d995960721b6044820152606401610885565b336000908152600d6020526040902054811115610dee5760405162461bcd60e51b815260206004820152602860248201527f596f7520646f6e277420686176652074686973206d616e79207265736572766560448201526764204f646465727360c01b6064820152608401610885565b6006546040516001600160a01b0361010090920491909116903480156108fc02916000818181858888f19350505050158015610e2e573d6000803e3d6000fd5b50336000908152600d602052604081208054839290610e4e908490612878565b90915550600090505b81811015610d19576000610e696119c9565b9050610e7433610d00565b5080610e7f816128f6565b915050610e57565b50565b6006546001600160a01b03610100909104163314610eba5760405162461bcd60e51b815260040161088590612776565b610ec2611b76565b565b6109bb838383604051806020016040528060008152506112c9565b610ee833610a9f565b610f4d5760405162461bcd60e51b815260206004820152603060248201527f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760448201526f1b995c881b9bdc88185c1c1c9bdd995960821b6064820152608401610885565b610e8781611c09565b6006546001600160a01b03610100909104163314610f865760405162461bcd60e51b815260040161088590612776565b8051610d1990600c9060208401906121c1565b6000818152600260205260408120546001600160a01b0316806107785760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b6064820152608401610885565b60006001600160a01b03821661107b5760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b6064820152608401610885565b506001600160a01b031660009081526003602052604090205490565b6006546001600160a01b036101009091041633146110c75760405162461bcd60e51b815260040161088590612776565b610ec26000611cb0565b6006546001600160a01b036101009091041633146111015760405162461bcd60e51b815260040161088590612776565b610ec2611d0a565b6006546001600160a01b036101009091041633146111395760405162461bcd60e51b815260040161088590612776565b60005b82518110156109bb5781600d600085848151811061115c5761115c612951565b60200260200101516001600160a01b03166001600160a01b03168152602001908152602001600020819055508080611193906128f6565b91505061113c565b60606001805461078d906128bb565b60006111b560075490565b905090565b6001600160a01b0382163314156112135760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c6572000000000000006044820152606401610885565b3360008181526005602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b6006546001600160a01b036101009091041633146112af5760405162461bcd60e51b815260040161088590612776565b600b80549115156101000261ff0019909216919091179055565b6112d33383611727565b6112ef5760405162461bcd60e51b8152600401610885906127ab565b6112fb84848484611d62565b50505050565b6000818152600260205260409020546060906001600160a01b03166113805760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608401610885565b600061138a611d95565b905060008151116113aa57604051806020016040528060008152506113d5565b806113b484611da4565b6040516020016113c59291906125f7565b6040516020818303038152906040525b9392505050565b60065460609081906001600160a01b036101009091041633146114115760405162461bcd60e51b815260040161088590612776565b60008367ffffffffffffffff81111561142c5761142c612967565b604051908082528060200260200182016040528015611455578160200160208202803683370190505b50905060008467ffffffffffffffff81111561147357611473612967565b60405190808252806020026020018201604052801561149c578160200160208202803683370190505b50905060005b8581101561153d576114b4818861282d565b8382815181106114c6576114c6612951565b6020908102919091010152600260006114df838a61282d565b815260200190815260200160002060009054906101000a90046001600160a01b031682828151811061151357611513612951565b6001600160a01b039092166020928302919091019091015280611535816128f6565b9150506114a2565b50909590945092505050565b60006115536111aa565b6008546111b59190612878565b6006546001600160a01b036101009091041633146115905760405162461bcd60e51b815260040161088590612776565b80611599611549565b10156115e75760405162461bcd60e51b815260206004820152601c60248201527f4d617820737570706c79206f66204f64646572732072656163686564000000006044820152606401610885565b60005b818110156109bb5760006115fc6119c9565b90506116088482611b5c565b5080611613816128f6565b9150506115ea565b6006546001600160a01b0361010090910416331461164b5760405162461bcd60e51b815260040161088590612776565b6001600160a01b0381166116b05760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610885565b610e8781611cb0565b600081815260046020526040902080546001600160a01b0319166001600160a01b03841690811790915581906116ee82610f99565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000818152600260205260408120546001600160a01b03166117a05760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b6064820152608401610885565b60006117ab83610f99565b9050806001600160a01b0316846001600160a01b031614806117e65750836001600160a01b03166117db84610810565b6001600160a01b0316145b8061181657506001600160a01b0380821660009081526005602090815260408083209388168352929052205460ff165b949350505050565b826001600160a01b031661183182610f99565b6001600160a01b0316146118995760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b6064820152608401610885565b6001600160a01b0382166118fb5760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b6064820152608401610885565b611906838383611ea2565b6119116000826116b9565b6001600160a01b038316600090815260036020526040812080546001929061193a908490612878565b90915550506001600160a01b038216600090815260036020526040812080546001929061196890849061282d565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6000806119d4611549565b11611a1c5760405162461bcd60e51b81526020600482015260186024820152774e6f206d6f726520746f6b656e7320617661696c61626c6560401b6044820152606401610885565b6000611a266111aa565b600854611a339190612878565b6040516bffffffffffffffffffffffff1933606090811b8216602084015241901b166034820152446048820152456068820152426088820152909150600090829060a8016040516020818303038152906040528051906020012060001c611a9a9190612911565b60008181526009602052604081205491925090611ab8575080611ac9565b506000818152600960205260409020545b60096000611ad8600186612878565b81526020019081526020016000205460001415611b0e57611afa600184612878565b600083815260096020526040902055611b3e565b60096000611b1d600186612878565b81526020808201929092526040908101600090812054858252600990935220555b611b46611ec5565b50600a54611b54908261282d565b935050505090565b610d19828260405180602001604052806000815250611f33565b60065460ff16611bbf5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b6044820152606401610885565b6006805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b6000611c1482610f99565b9050611c2281600084611ea2565b611c2d6000836116b9565b6001600160a01b0381166000908152600360205260408120805460019290611c56908490612878565b909155505060008281526002602052604080822080546001600160a01b0319169055518391906001600160a01b038416907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908390a45050565b600680546001600160a01b03838116610100818102610100600160a81b031985161790945560405193909204169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60065460ff1615611d2d5760405162461bcd60e51b81526004016108859061274c565b6006805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611bec3390565b611d6d84848461181e565b611d7984848484611f66565b6112fb5760405162461bcd60e51b8152600401610885906126fa565b6060600c805461078d906128bb565b606081611dc85750506040805180820190915260018152600360fc1b602082015290565b8160005b8115611df25780611ddc816128f6565b9150611deb9050600a83612845565b9150611dcc565b60008167ffffffffffffffff811115611e0d57611e0d612967565b6040519080825280601f01601f191660200182016040528015611e37576020820181803683370190505b5090505b841561181657611e4c600183612878565b9150611e59600a86612911565b611e6490603061282d565b60f81b818381518110611e7957611e79612951565b60200101906001600160f81b031916908160001a905350611e9b600a86612845565b9450611e3b565b60065460ff16156109bb5760405162461bcd60e51b81526004016108859061274c565b600080611ed0611549565b11611f185760405162461bcd60e51b81526020600482015260186024820152774e6f206d6f726520746f6b656e7320617661696c61626c6560401b6044820152606401610885565b6000611f2360075490565b90506111b5600780546001019055565b611f3d8383612073565b611f4a6000848484611f66565b6109bb5760405162461bcd60e51b8152600401610885906126fa565b60006001600160a01b0384163b1561206857604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290611faa903390899088908890600401612626565b602060405180830381600087803b158015611fc457600080fd5b505af1925050508015611ff4575060408051601f3d908101601f19168201909252611ff19181019061252a565b60015b61204e573d808015612022576040519150601f19603f3d011682016040523d82523d6000602084013e612027565b606091505b5080516120465760405162461bcd60e51b8152600401610885906126fa565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050611816565b506001949350505050565b6001600160a01b0382166120c95760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f20616464726573736044820152606401610885565b6000818152600260205260409020546001600160a01b03161561212e5760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006044820152606401610885565b61213a60008383611ea2565b6001600160a01b038216600090815260036020526040812080546001929061216390849061282d565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b8280546121cd906128bb565b90600052602060002090601f0160209004810192826121ef5760008555612235565b82601f1061220857805160ff1916838001178555612235565b82800160010185558215612235579182015b8281111561223557825182559160200191906001019061221a565b50612241929150612245565b5090565b5b808211156122415760008155600101612246565b600067ffffffffffffffff83111561227457612274612967565b612287601f8401601f19166020016127fc565b905082815283838301111561229b57600080fd5b828260208301376000602084830101529392505050565b80356001600160a01b03811681146122c957600080fd5b919050565b803580151581146122c957600080fd5b6000602082840312156122f057600080fd5b6113d5826122b2565b6000806040838503121561230c57600080fd5b612315836122b2565b9150612323602084016122b2565b90509250929050565b60008060006060848603121561234157600080fd5b61234a846122b2565b9250612358602085016122b2565b9150604084013590509250925092565b6000806000806080858703121561237e57600080fd5b612387856122b2565b9350612395602086016122b2565b925060408501359150606085013567ffffffffffffffff8111156123b857600080fd5b8501601f810187136123c957600080fd5b6123d88782356020840161225a565b91505092959194509250565b600080604083850312156123f757600080fd5b612400836122b2565b9150612323602084016122ce565b6000806040838503121561242157600080fd5b61242a836122b2565b946020939093013593505050565b6000806040838503121561244b57600080fd5b823567ffffffffffffffff8082111561246357600080fd5b818501915085601f83011261247757600080fd5b813560208282111561248b5761248b612967565b8160051b925061249c8184016127fc565b8281528181019085830185870184018b10156124b757600080fd5b600096505b848710156124e1576124cd816122b2565b8352600196909601959183019183016124bc565b509997909101359750505050505050565b60006020828403121561250457600080fd5b6113d5826122ce565b60006020828403121561251f57600080fd5b81356113d58161297d565b60006020828403121561253c57600080fd5b81516113d58161297d565b60006020828403121561255957600080fd5b813567ffffffffffffffff81111561257057600080fd5b8201601f8101841361258157600080fd5b6118168482356020840161225a565b6000602082840312156125a257600080fd5b5035919050565b600080604083850312156125bc57600080fd5b50508035926020909101359150565b600081518084526125e381602086016020860161288f565b601f01601f19169290920160200192915050565b6000835161260981846020880161288f565b83519083019061261d81836020880161288f565b01949350505050565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090612659908301846125cb565b9695505050505050565b604080825283519082018190526000906020906060840190828701845b8281101561269c57815184529284019290840190600101612680565b5050508381038285015284518082528583019183019060005b818110156126da5783516001600160a01b0316835292840192918401916001016126b5565b5090979650505050505050565b6020815260006113d560208301846125cb565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b60208082526010908201526f14185d5cd8589b194e881c185d5cd95960821b604082015260600190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b604051601f8201601f1916810167ffffffffffffffff8111828210171561282557612825612967565b604052919050565b6000821982111561284057612840612925565b500190565b6000826128545761285461293b565b500490565b600081600019048311821515161561287357612873612925565b500290565b60008282101561288a5761288a612925565b500390565b60005b838110156128aa578181015183820152602001612892565b838111156112fb5750506000910152565b600181811c908216806128cf57607f821691505b602082108114156128f057634e487b7160e01b600052602260045260246000fd5b50919050565b600060001982141561290a5761290a612925565b5060010190565b6000826129205761292061293b565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b031981168114610e8757600080fdfea2646970667358221220dbf400e0994e42904f9e24e7cae9d168c0a510040793b106d7d1d974a10d949764736f6c63430008070033

Deployed Bytecode Sourcemap

48476:4090:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35592:305;;;;;;;;;;-1:-1:-1;35592:305:0;;;;;:::i;:::-;;:::i;:::-;;;8703:14:1;;8696:22;8678:41;;8666:2;8651:18;35592:305:0;;;;;;;;48636:47;;;;;;;;;;;;48682:1;48636:47;;;;;19161:25:1;;;19149:2;19134:18;48636:47:0;19015:177:1;36537:100:0;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;38096:221::-;;;;;;;;;;-1:-1:-1;38096:221:0;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;6818:32:1;;;6800:51;;6788:2;6773:18;38096:221:0;6654:203:1;37619:411:0;;;;;;;;;;-1:-1:-1;37619:411:0;;;;;:::i;:::-;;:::i;:::-;;51533:134;;;;;;;;;;-1:-1:-1;51533:134:0;;;;;:::i;:::-;;:::i;6971:91::-;;;;;;;;;;-1:-1:-1;7042:12:0;;6971:91;;48863:87;;;;;;;;;;;;;:::i;38986:339::-;;;;;;;;;;-1:-1:-1;38986:339:0;;;;;:::i;:::-;;:::i;49334:113::-;;;;;;;;;;-1:-1:-1;49334:113:0;;;;;:::i;:::-;;:::i;48567:41::-;;;;;;;;;;;;48604:4;48567:41;;50057:1319;;;;;;:::i;:::-;;:::i;49640:65::-;;;;;;;;;;;;;:::i;39396:185::-;;;;;;;;;;-1:-1:-1;39396:185:0;;;;;:::i;:::-;;:::i;48172:245::-;;;;;;;;;;-1:-1:-1;48172:245:0;;;;;:::i;:::-;;:::i;49219:103::-;;;;;;;;;;-1:-1:-1;49219:103:0;;;;;:::i;:::-;;:::i;48815:41::-;;;;;;;;;;-1:-1:-1;48815:41:0;;;;;;;;;;;48690:53;;;;;;;;;;;;48733:10;48690:53;;16671:86;;;;;;;;;;-1:-1:-1;16742:7:0;;;;16671:86;;36231:239;;;;;;;;;;-1:-1:-1;36231:239:0;;;;;:::i;:::-;;:::i;35961:208::-;;;;;;;;;;-1:-1:-1;35961:208:0;;;;;:::i;:::-;;:::i;14968:94::-;;;;;;;;;;;;;:::i;49571:61::-;;;;;;;;;;;;;:::i;14317:87::-;;;;;;;;;;-1:-1:-1;14390:6:0;;;;;-1:-1:-1;;;;;14390:6:0;14317:87;;51677:221;;;;;;;;;;-1:-1:-1;51677:221:0;;;;;:::i;:::-;;:::i;36706:104::-;;;;;;;;;;;;;:::i;34899:42::-;;;;;;;;;;-1:-1:-1;34899:42:0;;;;;:::i;:::-;;;;;;;;;;;;-1:-1:-1;;;;;34899:42:0;;;51387:134;;;;;;;;;;-1:-1:-1;51387:134:0;;;;;:::i;:::-;-1:-1:-1;;;;;51489:24:0;51462:7;51489:24;;;:18;:24;;;;;;;51387:134;7153:99;;;;;;;;;;;;;:::i;38389:295::-;;;;;;;;;;-1:-1:-1;38389:295:0;;;;;:::i;:::-;;:::i;49459:104::-;;;;;;;;;;-1:-1:-1;49459:104:0;;;;;:::i;:::-;;:::i;39652:328::-;;;;;;;;;;-1:-1:-1;39652:328:0;;;;;:::i;:::-;;:::i;36881:334::-;;;;;;;;;;-1:-1:-1;36881:334:0;;;;;:::i;:::-;;:::i;48762:46::-;;;;;;;;;;-1:-1:-1;48762:46:0;;;;;;;;51910:444;;;;;;;;;;-1:-1:-1;51910:444:0;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;7358:115::-;;;;;;;;;;;;;:::i;49717:328::-;;;;;;;;;;-1:-1:-1;49717:328:0;;;;;:::i;:::-;;:::i;38755:164::-;;;;;;;;;;-1:-1:-1;38755:164:0;;;;;:::i;:::-;-1:-1:-1;;;;;38876:25:0;;;38852:4;38876:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;38755:164;15217:192;;;;;;;;;;-1:-1:-1;15217:192:0;;;;;:::i;:::-;;:::i;35592:305::-;35694:4;-1:-1:-1;;;;;;35731:40:0;;-1:-1:-1;;;35731:40:0;;:105;;-1:-1:-1;;;;;;;35788:48:0;;-1:-1:-1;;;35788:48:0;35731:105;:158;;;-1:-1:-1;;;;;;;;;;28672:40:0;;;35853:36;35711:178;35592:305;-1:-1:-1;;35592:305:0:o;36537:100::-;36591:13;36624:5;36617:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36537:100;:::o;38096:221::-;38172:7;41579:16;;;:7;:16;;;;;;-1:-1:-1;;;;;41579:16:0;38192:73;;;;-1:-1:-1;;;38192:73:0;;14918:2:1;38192:73:0;;;14900:21:1;14957:2;14937:18;;;14930:30;14996:34;14976:18;;;14969:62;-1:-1:-1;;;15047:18:1;;;15040:42;15099:19;;38192:73:0;;;;;;;;;-1:-1:-1;38285:24:0;;;;:15;:24;;;;;;-1:-1:-1;;;;;38285:24:0;;38096:221::o;37619:411::-;37700:13;37716:23;37731:7;37716:14;:23::i;:::-;37700:39;;37764:5;-1:-1:-1;;;;;37758:11:0;:2;-1:-1:-1;;;;;37758:11:0;;;37750:57;;;;-1:-1:-1;;;37750:57:0;;16865:2:1;37750:57:0;;;16847:21:1;16904:2;16884:18;;;16877:30;16943:34;16923:18;;;16916:62;-1:-1:-1;;;16994:18:1;;;16987:31;17035:19;;37750:57:0;16663:397:1;37750:57:0;13185:10;-1:-1:-1;;;;;37842:21:0;;;;:62;;-1:-1:-1;37867:37:0;37884:5;13185:10;38755:164;:::i;37867:37::-;37820:168;;;;-1:-1:-1;;;37820:168:0;;12967:2:1;37820:168:0;;;12949:21:1;13006:2;12986:18;;;12979:30;13045:34;13025:18;;;13018:62;13116:26;13096:18;;;13089:54;13160:19;;37820:168:0;12765:420:1;37820:168:0;38001:21;38010:2;38014:7;38001:8;:21::i;:::-;37689:341;37619:411;;:::o;51533:134::-;14390:6;;-1:-1:-1;;;;;14390:6:0;;;;;13185:10;14537:23;14529:68;;;;-1:-1:-1;;;14529:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;51618:24:0;;::::1;;::::0;;;:18:::1;:24;::::0;;;;:41;51533:134::o;48863:87::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;38986:339::-;39181:41;13185:10;39200:12;39214:7;39181:18;:41::i;:::-;39173:103;;;;-1:-1:-1;;;39173:103:0;;;;;;;:::i;:::-;39289:28;39299:4;39305:2;39309:7;39289:9;:28::i;49334:113::-;14390:6;;-1:-1:-1;;;;;14390:6:0;;;;;13185:10;14537:23;14529:68;;;;-1:-1:-1;;;14529:68:0;;;;;;;:::i;:::-;49404:26:::1;:35:::0;;-1:-1:-1;;49404:35:0::1;::::0;::::1;;::::0;;;::::1;::::0;;49334:113::o;50057:1319::-;16742:7;;;;16996:9;16988:38;;;;-1:-1:-1;;;16988:38:0;;;;;;;:::i;:::-;50168:26:::1;::::0;::::1;;::::0;:51:::1;;-1:-1:-1::0;50198:21:0::1;::::0;::::1;::::0;::::1;;;50168:51;50160:86;;;::::0;-1:-1:-1;;;50160:86:0;;18449:2:1;50160:86:0::1;::::0;::::1;18431:21:1::0;18488:2;18468:18;;;18461:30;-1:-1:-1;;;18507:18:1;;;18500:52;18569:18;;50160:86:0::1;18247:346:1::0;50160:86:0::1;48682:1;50265:14;:37;;50257:89;;;::::0;-1:-1:-1;;;50257:89:0;;18042:2:1;50257:89:0::1;::::0;::::1;18024:21:1::0;18081:2;18061:18;;;18054:30;18120:34;18100:18;;;18093:62;-1:-1:-1;;;18171:18:1;;;18164:36;18217:19;;50257:89:0::1;17840:402:1::0;50257:89:0::1;50388:14;50365:21;:19;:21::i;:::-;:37;;50357:79;;;::::0;-1:-1:-1;;;50357:79:0;;17267:2:1;50357:79:0::1;::::0;::::1;17249:21:1::0;17306:2;17286:18;;;17279:30;17345;17325:18;;;17318:58;17393:18;;50357:79:0::1;17065:352:1::0;50357:79:0::1;50468:33;48733:10;50468:14:::0;:33:::1;:::i;:::-;50455:9;:46;;50447:74;;;::::0;-1:-1:-1;;;50447:74:0;;14213:2:1;50447:74:0::1;::::0;::::1;14195:21:1::0;14252:2;14232:18;;;14225:30;-1:-1:-1;;;14271:18:1;;;14264:45;14326:18;;50447:74:0::1;14011:339:1::0;50447:74:0::1;50536:26;::::0;::::1;;50532:837;;;14390:6:::0;;50588:36:::1;::::0;-1:-1:-1;;;;;14390:6:0;;;;;;;;;50614:9:::1;50588:36:::0;::::1;;;::::0;::::1;::::0;;;50614:9;14390:6;50588:36;::::1;;;;;;;;;;;;;::::0;::::1;;;;;;50643:9;50639:165;50659:14;50656:1;:17;50639:165;;;50698:20;50721:11;:9;:11::i;:::-;50698:34:::0;-1:-1:-1;50751:37:0::1;13185:10:::0;50761:12:::1;50775;50751:9;:37::i;:::-;-1:-1:-1::0;50675:3:0;::::1;::::0;::::1;:::i;:::-;;;;50639:165;;;;50057:1319:::0;:::o;50532:837::-:1;50834:21;::::0;::::1;::::0;::::1;;;50830:539;;;50908:10;50921:1;50889:30:::0;;;:18:::1;:30;::::0;;;;;50881:65:::1;;;::::0;-1:-1:-1;;;50881:65:0;;16518:2:1;50881:65:0::1;::::0;::::1;16500:21:1::0;16557:2;16537:18;;;16530:30;-1:-1:-1;;;16576:18:1;;;16569:48;16634:18;;50881:65:0::1;16316:342:1::0;50881:65:0::1;50988:10;50969:30;::::0;;;:18:::1;:30;::::0;;;;;:48;-1:-1:-1;50969:48:0::1;50961:101;;;::::0;-1:-1:-1;;;50961:101:0;;10331:2:1;50961:101:0::1;::::0;::::1;10313:21:1::0;10370:2;10350:18;;;10343:30;10409:34;10389:18;;;10382:62;-1:-1:-1;;;10460:18:1;;;10453:38;10508:19;;50961:101:0::1;10129:404:1::0;50961:101:0::1;14390:6:::0;;51077:36:::1;::::0;-1:-1:-1;;;;;14390:6:0;;;;;;;;;51103:9:::1;51077:36:::0;::::1;;;::::0;::::1;::::0;;;51103:9;14390:6;51077:36;::::1;;;;;;;;;;;;;::::0;::::1;;;;;-1:-1:-1::0;13185:10:0;51128:32:::1;::::0;;;:18:::1;:32;::::0;;;;:50;;51164:14;;51128:32;:50:::1;::::0;51164:14;;51128:50:::1;:::i;:::-;::::0;;;-1:-1:-1;51197:9:0::1;::::0;-1:-1:-1;51193:165:0::1;51213:14;51210:1;:17;51193:165;;;51252:20;51275:11;:9;:11::i;:::-;51252:34:::0;-1:-1:-1;51305:37:0::1;13185:10:::0;51315:12:::1;13105:98:::0;51305:37:::1;-1:-1:-1::0;51229:3:0;::::1;::::0;::::1;:::i;:::-;;;;51193:165;;50830:539;50057:1319:::0;:::o;49640:65::-;14390:6;;-1:-1:-1;;;;;14390:6:0;;;;;13185:10;14537:23;14529:68;;;;-1:-1:-1;;;14529:68:0;;;;;;;:::i;:::-;49687:10:::1;:8;:10::i;:::-;49640:65::o:0;39396:185::-;39534:39;39551:4;39557:2;39561:7;39534:39;;;;;;;;;;;;:16;:39::i;48172:245::-;48290:41;13185:10;48309:12;13105:98;48290:41;48282:102;;;;-1:-1:-1;;;48282:102:0;;18800:2:1;48282:102:0;;;18782:21:1;18839:2;18819:18;;;18812:30;18878:34;18858:18;;;18851:62;-1:-1:-1;;;18929:18:1;;;18922:46;18985:19;;48282:102:0;18598:412:1;48282:102:0;48395:14;48401:7;48395:5;:14::i;49219:103::-;14390:6;;-1:-1:-1;;;;;14390:6:0;;;;;13185:10;14537:23;14529:68;;;;-1:-1:-1;;;14529:68:0;;;;;;;:::i;:::-;49290:24;;::::1;::::0;:14:::1;::::0;:24:::1;::::0;::::1;::::0;::::1;:::i;36231:239::-:0;36303:7;36339:16;;;:7;:16;;;;;;-1:-1:-1;;;;;36339:16:0;36374:19;36366:73;;;;-1:-1:-1;;;36366:73:0;;13803:2:1;36366:73:0;;;13785:21:1;13842:2;13822:18;;;13815:30;13881:34;13861:18;;;13854:62;-1:-1:-1;;;13932:18:1;;;13925:39;13981:19;;36366:73:0;13601:405:1;35961:208:0;36033:7;-1:-1:-1;;;;;36061:19:0;;36053:74;;;;-1:-1:-1;;;36053:74:0;;13392:2:1;36053:74:0;;;13374:21:1;13431:2;13411:18;;;13404:30;13470:34;13450:18;;;13443:62;-1:-1:-1;;;13521:18:1;;;13514:40;13571:19;;36053:74:0;13190:406:1;36053:74:0;-1:-1:-1;;;;;;36145:16:0;;;;;:9;:16;;;;;;;35961:208::o;14968:94::-;14390:6;;-1:-1:-1;;;;;14390:6:0;;;;;13185:10;14537:23;14529:68;;;;-1:-1:-1;;;14529:68:0;;;;;;;:::i;:::-;15033:21:::1;15051:1;15033:9;:21::i;49571:61::-:0;14390:6;;-1:-1:-1;;;;;14390:6:0;;;;;13185:10;14537:23;14529:68;;;;-1:-1:-1;;;14529:68:0;;;;;;;:::i;:::-;49616:8:::1;:6;:8::i;51677:221::-:0;14390:6;;-1:-1:-1;;;;;14390:6:0;;;;;13185:10;14537:23;14529:68;;;;-1:-1:-1;;;14529:68:0;;;;;;;:::i;:::-;51784:9:::1;51780:111;51803:4;:11;51799:1;:15;51780:111;;;51865:14;51835:18;:27;51854:4;51859:1;51854:7;;;;;;;;:::i;:::-;;;;;;;-1:-1:-1::0;;;;;51835:27:0::1;-1:-1:-1::0;;;;;51835:27:0::1;;;;;;;;;;;;:44;;;;51816:3;;;;;:::i;:::-;;;;51780:111;;36706:104:::0;36762:13;36795:7;36788:14;;;;;:::i;7153:99::-;7196:7;7223:21;:11;5721:14;;5629:114;7223:21;7216:28;;7153:99;:::o;38389:295::-;-1:-1:-1;;;;;38492:24:0;;13185:10;38492:24;;38484:62;;;;-1:-1:-1;;;38484:62:0;;11502:2:1;38484:62:0;;;11484:21:1;11541:2;11521:18;;;11514:30;11580:27;11560:18;;;11553:55;11625:18;;38484:62:0;11300:349:1;38484:62:0;13185:10;38559:32;;;;:18;:32;;;;;;;;-1:-1:-1;;;;;38559:42:0;;;;;;;;;;;;:53;;-1:-1:-1;;38559:53:0;;;;;;;;;;38628:48;;8678:41:1;;;38559:42:0;;13185:10;38628:48;;8651:18:1;38628:48:0;;;;;;;38389:295;;:::o;49459:104::-;14390:6;;-1:-1:-1;;;;;14390:6:0;;;;;13185:10;14537:23;14529:68;;;;-1:-1:-1;;;14529:68:0;;;;;;;:::i;:::-;49525:21:::1;:30:::0;;;::::1;;;;-1:-1:-1::0;;49525:30:0;;::::1;::::0;;;::::1;::::0;;49459:104::o;39652:328::-;39827:41;13185:10;39860:7;39827:18;:41::i;:::-;39819:103;;;;-1:-1:-1;;;39819:103:0;;;;;;;:::i;:::-;39933:39;39947:4;39953:2;39957:7;39966:5;39933:13;:39::i;:::-;39652:328;;;;:::o;36881:334::-;41555:4;41579:16;;;:7;:16;;;;;;36954:13;;-1:-1:-1;;;;;41579:16:0;36980:76;;;;-1:-1:-1;;;36980:76:0;;16102:2:1;36980:76:0;;;16084:21:1;16141:2;16121:18;;;16114:30;16180:34;16160:18;;;16153:62;-1:-1:-1;;;16231:18:1;;;16224:45;16286:19;;36980:76:0;15900:411:1;36980:76:0;37069:21;37093:10;:8;:10::i;:::-;37069:34;;37145:1;37127:7;37121:21;:25;:86;;;;;;;;;;;;;;;;;37173:7;37182:18;:7;:16;:18::i;:::-;37156:45;;;;;;;;;:::i;:::-;;;;;;;;;;;;;37121:86;37114:93;36881:334;-1:-1:-1;;;36881:334:0:o;51910:444::-;14390:6;;52000:13;;;;-1:-1:-1;;;;;14390:6:0;;;;;13185:10;14537:23;14529:68;;;;-1:-1:-1;;;14529:68:0;;;;;;;:::i;:::-;52044:19:::1;52077:11;52066:23;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;-1:-1:-1;52066:23:0::1;;52044:45;;52100:26;52143:11;52129:26;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;-1:-1:-1;52129:26:0::1;;52100:55;;52171:6;52166:146;52187:11;52183:1;:15;52166:146;;;52241:10;52250:1:::0;52241:8;:10:::1;:::i;:::-;52230:5;52236:1;52230:8;;;;;;;;:::i;:::-;;::::0;;::::1;::::0;;;;;:21;52281:7:::1;:19;52289:10;52298:1:::0;52289:8;:10:::1;:::i;:::-;52281:19;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;52281:19:0::1;52266:9;52276:1;52266:12;;;;;;;;:::i;:::-;-1:-1:-1::0;;;;;52266:34:0;;::::1;:12;::::0;;::::1;::::0;;;;;;;:34;52200:3;::::1;::::0;::::1;:::i;:::-;;;;52166:146;;;-1:-1:-1::0;52330:5:0;;;;-1:-1:-1;51910:444:0;-1:-1:-1;;;51910:444:0:o;7358:115::-;7410:7;7453:12;:10;:12::i;:::-;7042;;7437:28;;;;:::i;49717:328::-;14390:6;;-1:-1:-1;;;;;14390:6:0;;;;;13185:10;14537:23;14529:68;;;;-1:-1:-1;;;14529:68:0;;;;;;;:::i;:::-;49836:14:::1;49813:21;:19;:21::i;:::-;:37;;49805:79;;;::::0;-1:-1:-1;;;49805:79:0;;17267:2:1;49805:79:0::1;::::0;::::1;17249:21:1::0;17306:2;17286:18;;;17279:30;17345;17325:18;;;17318:58;17393:18;;49805:79:0::1;17065:352:1::0;49805:79:0::1;49899:9;49895:143;49915:14;49912:1;:17;49895:143;;;49950:20;49973:11;:9;:11::i;:::-;49950:34;;49999:27;50009:2;50013:12;49999:9;:27::i;:::-;-1:-1:-1::0;49931:3:0;::::1;::::0;::::1;:::i;:::-;;;;49895:143;;15217:192:::0;14390:6;;-1:-1:-1;;;;;14390:6:0;;;;;13185:10;14537:23;14529:68;;;;-1:-1:-1;;;14529:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;15306:22:0;::::1;15298:73;;;::::0;-1:-1:-1;;;15298:73:0;;9924:2:1;15298:73:0::1;::::0;::::1;9906:21:1::0;9963:2;9943:18;;;9936:30;10002:34;9982:18;;;9975:62;-1:-1:-1;;;10053:18:1;;;10046:36;10099:19;;15298:73:0::1;9722:402:1::0;15298:73:0::1;15382:19;15392:8;15382:9;:19::i;45472:174::-:0;45547:24;;;;:15;:24;;;;;:29;;-1:-1:-1;;;;;;45547:29:0;-1:-1:-1;;;;;45547:29:0;;;;;;;;:24;;45601:23;45547:24;45601:14;:23::i;:::-;-1:-1:-1;;;;;45592:46:0;;;;;;;;;;;45472:174;;:::o;41784:348::-;41877:4;41579:16;;;:7;:16;;;;;;-1:-1:-1;;;;;41579:16:0;41894:73;;;;-1:-1:-1;;;41894:73:0;;12209:2:1;41894:73:0;;;12191:21:1;12248:2;12228:18;;;12221:30;12287:34;12267:18;;;12260:62;-1:-1:-1;;;12338:18:1;;;12331:42;12390:19;;41894:73:0;12007:408:1;41894:73:0;41978:13;41994:23;42009:7;41994:14;:23::i;:::-;41978:39;;42047:5;-1:-1:-1;;;;;42036:16:0;:7;-1:-1:-1;;;;;42036:16:0;;:51;;;;42080:7;-1:-1:-1;;;;;42056:31:0;:20;42068:7;42056:11;:20::i;:::-;-1:-1:-1;;;;;42056:31:0;;42036:51;:87;;;-1:-1:-1;;;;;;38876:25:0;;;38852:4;38876:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;42091:32;42028:96;41784:348;-1:-1:-1;;;;41784:348:0:o;44776:578::-;44935:4;-1:-1:-1;;;;;44908:31:0;:23;44923:7;44908:14;:23::i;:::-;-1:-1:-1;;;;;44908:31:0;;44900:85;;;;-1:-1:-1;;;44900:85:0;;15692:2:1;44900:85:0;;;15674:21:1;15731:2;15711:18;;;15704:30;15770:34;15750:18;;;15743:62;-1:-1:-1;;;15821:18:1;;;15814:39;15870:19;;44900:85:0;15490:405:1;44900:85:0;-1:-1:-1;;;;;45004:16:0;;44996:65;;;;-1:-1:-1;;;44996:65:0;;11097:2:1;44996:65:0;;;11079:21:1;11136:2;11116:18;;;11109:30;11175:34;11155:18;;;11148:62;-1:-1:-1;;;11226:18:1;;;11219:34;11270:19;;44996:65:0;10895:400:1;44996:65:0;45074:39;45095:4;45101:2;45105:7;45074:20;:39::i;:::-;45178:29;45195:1;45199:7;45178:8;:29::i;:::-;-1:-1:-1;;;;;45220:15:0;;;;;;:9;:15;;;;;:20;;45239:1;;45220:15;:20;;45239:1;;45220:20;:::i;:::-;;;;-1:-1:-1;;;;;;;45251:13:0;;;;;;:9;:13;;;;;:18;;45268:1;;45251:13;:18;;45268:1;;45251:18;:::i;:::-;;;;-1:-1:-1;;45280:16:0;;;;:7;:16;;;;;;:21;;-1:-1:-1;;;;;;45280:21:0;-1:-1:-1;;;;;45280:21:0;;;;;;;;;45319:27;;45280:16;;45319:27;;;;;;;44776:578;;;:::o;9139:1264::-;9206:7;7917:1;7893:21;:19;:21::i;:::-;:25;7885:62;;;;-1:-1:-1;;;7885:62:0;;11856:2:1;7885:62:0;;;11838:21:1;11895:2;11875:18;;;11868:30;-1:-1:-1;;;11914:18:1;;;11907:54;11978:18;;7885:62:0;11654:348:1;7885:62:0;9226:16:::1;9261:12;:10;:12::i;:::-;7042::::0;;9245:28:::1;;;;:::i;:::-;9333:195;::::0;-1:-1:-1;;9368:10:0::1;5955:2:1::0;5951:15;;;5947:24;;9333:195:0::1;::::0;::::1;5935:37:1::0;9397:14:0::1;6006:15:1::0;;6002:24;5988:12;;;5981:46;9430:16:0::1;6043:12:1::0;;;6036:28;9465:14:0::1;6080:12:1::0;;;6073:28;9498:15:0::1;6117:13:1::0;;;6110:29;9226:47:0;;-1:-1:-1;9284:14:0::1;::::0;9226:47;;6155:13:1;;9333:195:0::1;;;;;;;;;;;;9309:230;;;;;;9301:239;;:250;;;;:::i;:::-;9564:13;9596:19:::0;;;:11:::1;:19;::::0;;;;;9284:267;;-1:-1:-1;9564:13:0;9592:304:::1;;-1:-1:-1::0;9741:6:0;9592:304:::1;;;-1:-1:-1::0;9865:19:0::1;::::0;;;:11:::1;:19;::::0;;;;;9592:304:::1;9973:11;:25;9985:12;9996:1;9985:8:::0;:12:::1;:::i;:::-;9973:25;;;;;;;;;;;;10002:1;9973:30;9969:331;;;10107:12;10118:1;10107:8:::0;:12:::1;:::i;:::-;10085:19;::::0;;;:11:::1;:19;::::0;;;;:34;9969:331:::1;;;10263:11;:25;10275:12;10286:1;10275:8:::0;:12:::1;:::i;:::-;10263:25:::0;;::::1;::::0;;::::1;::::0;;;;;;;;-1:-1:-1;10263:25:0;;;;10241:19;;;:11:::1;:19:::0;;;;:47;9969:331:::1;10341:17;:15;:17::i;:::-;-1:-1:-1::0;10386:9:0::1;::::0;10378:17:::1;::::0;:5;:17:::1;:::i;:::-;10371:24;;;;;9139:1264:::0;:::o;42474:110::-;42550:26;42560:2;42564:7;42550:26;;;;;;;;;;;;:9;:26::i;17730:120::-;16742:7;;;;17266:41;;;;-1:-1:-1;;;17266:41:0;;9156:2:1;17266:41:0;;;9138:21:1;9195:2;9175:18;;;9168:30;-1:-1:-1;;;9214:18:1;;;9207:50;9274:18;;17266:41:0;8954:344:1;17266:41:0;17789:7:::1;:15:::0;;-1:-1:-1;;17789:15:0::1;::::0;;17820:22:::1;13185:10:::0;17829:12:::1;17820:22;::::0;-1:-1:-1;;;;;6818:32:1;;;6800:51;;6788:2;6773:18;17820:22:0::1;;;;;;;17730:120::o:0;44079:360::-;44139:13;44155:23;44170:7;44155:14;:23::i;:::-;44139:39;;44191:48;44212:5;44227:1;44231:7;44191:20;:48::i;:::-;44280:29;44297:1;44301:7;44280:8;:29::i;:::-;-1:-1:-1;;;;;44322:16:0;;;;;;:9;:16;;;;;:21;;44342:1;;44322:16;:21;;44342:1;;44322:21;:::i;:::-;;;;-1:-1:-1;;44361:16:0;;;;:7;:16;;;;;;44354:23;;-1:-1:-1;;;;;;44354:23:0;;;44395:36;44369:7;;44361:16;-1:-1:-1;;;;;44395:36:0;;;;;44361:16;;44395:36;44128:311;44079:360;:::o;15417:173::-;15492:6;;;-1:-1:-1;;;;;15509:17:0;;;15492:6;15509:17;;;-1:-1:-1;;;;;;15509:17:0;;;;;;15542:40;;15492:6;;;;;;;;15542:40;;15473:16;;15542:40;15462:128;15417:173;:::o;17471:118::-;16742:7;;;;16996:9;16988:38;;;;-1:-1:-1;;;16988:38:0;;;;;;;:::i;:::-;17531:7:::1;:14:::0;;-1:-1:-1;;17531:14:0::1;17541:4;17531:14;::::0;;17561:20:::1;17568:12;13185:10:::0;;13105:98;40862:315;41019:28;41029:4;41035:2;41039:7;41019:9;:28::i;:::-;41066:48;41089:4;41095:2;41099:7;41108:5;41066:22;:48::i;:::-;41058:111;;;;-1:-1:-1;;;41058:111:0;;;;;;;:::i;49100:107::-;49152:13;49185:14;49178:21;;;;;:::i;10721:723::-;10777:13;10998:10;10994:53;;-1:-1:-1;;11025:10:0;;;;;;;;;;;;-1:-1:-1;;;11025:10:0;;;;;10721:723::o;10994:53::-;11072:5;11057:12;11113:78;11120:9;;11113:78;;11146:8;;;;:::i;:::-;;-1:-1:-1;11169:10:0;;-1:-1:-1;11177:2:0;11169:10;;:::i;:::-;;;11113:78;;;11201:19;11233:6;11223:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;11223:17:0;;11201:39;;11251:154;11258:10;;11251:154;;11285:11;11295:1;11285:11;;:::i;:::-;;-1:-1:-1;11354:10:0;11362:2;11354:5;:10;:::i;:::-;11341:24;;:2;:24;:::i;:::-;11328:39;;11311:6;11318;11311:14;;;;;;;;:::i;:::-;;;;:56;-1:-1:-1;;;;;11311:56:0;;;;;;;;-1:-1:-1;11382:11:0;11391:2;11382:11;;:::i;:::-;;;11251:154;;52362:201;16742:7;;;;16996:9;16988:38;;;;-1:-1:-1;;;16988:38:0;;;;;;;:::i;7583:192::-;7649:7;7917:1;7893:21;:19;:21::i;:::-;:25;7885:62;;;;-1:-1:-1;;;7885:62:0;;11856:2:1;7885:62:0;;;11838:21:1;11895:2;11875:18;;;11868:30;-1:-1:-1;;;11914:18:1;;;11907:54;11978:18;;7885:62:0;11654:348:1;7885:62:0;7669:13:::1;7685:21;:11;5721:14:::0;;5629:114;7685:21:::1;7669:37;;7719:23;:11;5840:19:::0;;5858:1;5840:19;;;5751:127;42811:321;42941:18;42947:2;42951:7;42941:5;:18::i;:::-;42992:54;43023:1;43027:2;43031:7;43040:5;42992:22;:54::i;:::-;42970:154;;;;-1:-1:-1;;;42970:154:0;;;;;;;:::i;46211:799::-;46366:4;-1:-1:-1;;;;;46387:13:0;;18946:20;18994:8;46383:620;;46423:72;;-1:-1:-1;;;46423:72:0;;-1:-1:-1;;;;;46423:36:0;;;;;:72;;13185:10;;46474:4;;46480:7;;46489:5;;46423:72;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;46423:72:0;;;;;;;;-1:-1:-1;;46423:72:0;;;;;;;;;;;;:::i;:::-;;;46419:529;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;46665:13:0;;46661:272;;46708:60;;-1:-1:-1;;;46708:60:0;;;;;;;:::i;46661:272::-;46883:6;46877:13;46868:6;46864:2;46860:15;46853:38;46419:529;-1:-1:-1;;;;;;46546:51:0;-1:-1:-1;;;46546:51:0;;-1:-1:-1;46539:58:0;;46383:620;-1:-1:-1;46987:4:0;46211:799;;;;;;:::o;43468:382::-;-1:-1:-1;;;;;43548:16:0;;43540:61;;;;-1:-1:-1;;;43540:61:0;;14557:2:1;43540:61:0;;;14539:21:1;;;14576:18;;;14569:30;14635:34;14615:18;;;14608:62;14687:18;;43540:61:0;14355:356:1;43540:61:0;41555:4;41579:16;;;:7;:16;;;;;;-1:-1:-1;;;;;41579:16:0;:30;43612:58;;;;-1:-1:-1;;;43612:58:0;;10740:2:1;43612:58:0;;;10722:21:1;10779:2;10759:18;;;10752:30;10818;10798:18;;;10791:58;10866:18;;43612:58:0;10538:352:1;43612:58:0;43683:45;43712:1;43716:2;43720:7;43683:20;:45::i;:::-;-1:-1:-1;;;;;43741:13:0;;;;;;:9;:13;;;;;:18;;43758:1;;43741:13;:18;;43758:1;;43741:18;:::i;:::-;;;;-1:-1:-1;;43770:16:0;;;;:7;:16;;;;;;:21;;-1:-1:-1;;;;;;43770:21:0;-1:-1:-1;;;;;43770:21:0;;;;;;;;43809:33;;43770:16;;;43809:33;;43770:16;;43809:33;43468:382;;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;14:406:1;78:5;112:18;104:6;101:30;98:56;;;134:18;;:::i;:::-;172:57;217:2;196:15;;-1:-1:-1;;192:29:1;223:4;188:40;172:57;:::i;:::-;163:66;;252:6;245:5;238:21;292:3;283:6;278:3;274:16;271:25;268:45;;;309:1;306;299:12;268:45;358:6;353:3;346:4;339:5;335:16;322:43;412:1;405:4;396:6;389:5;385:18;381:29;374:40;14:406;;;;;:::o;425:173::-;493:20;;-1:-1:-1;;;;;542:31:1;;532:42;;522:70;;588:1;585;578:12;522:70;425:173;;;:::o;603:160::-;668:20;;724:13;;717:21;707:32;;697:60;;753:1;750;743:12;768:186;827:6;880:2;868:9;859:7;855:23;851:32;848:52;;;896:1;893;886:12;848:52;919:29;938:9;919:29;:::i;959:260::-;1027:6;1035;1088:2;1076:9;1067:7;1063:23;1059:32;1056:52;;;1104:1;1101;1094:12;1056:52;1127:29;1146:9;1127:29;:::i;:::-;1117:39;;1175:38;1209:2;1198:9;1194:18;1175:38;:::i;:::-;1165:48;;959:260;;;;;:::o;1224:328::-;1301:6;1309;1317;1370:2;1358:9;1349:7;1345:23;1341:32;1338:52;;;1386:1;1383;1376:12;1338:52;1409:29;1428:9;1409:29;:::i;:::-;1399:39;;1457:38;1491:2;1480:9;1476:18;1457:38;:::i;:::-;1447:48;;1542:2;1531:9;1527:18;1514:32;1504:42;;1224:328;;;;;:::o;1557:666::-;1652:6;1660;1668;1676;1729:3;1717:9;1708:7;1704:23;1700:33;1697:53;;;1746:1;1743;1736:12;1697:53;1769:29;1788:9;1769:29;:::i;:::-;1759:39;;1817:38;1851:2;1840:9;1836:18;1817:38;:::i;:::-;1807:48;;1902:2;1891:9;1887:18;1874:32;1864:42;;1957:2;1946:9;1942:18;1929:32;1984:18;1976:6;1973:30;1970:50;;;2016:1;2013;2006:12;1970:50;2039:22;;2092:4;2084:13;;2080:27;-1:-1:-1;2070:55:1;;2121:1;2118;2111:12;2070:55;2144:73;2209:7;2204:2;2191:16;2186:2;2182;2178:11;2144:73;:::i;:::-;2134:83;;;1557:666;;;;;;;:::o;2228:254::-;2293:6;2301;2354:2;2342:9;2333:7;2329:23;2325:32;2322:52;;;2370:1;2367;2360:12;2322:52;2393:29;2412:9;2393:29;:::i;:::-;2383:39;;2441:35;2472:2;2461:9;2457:18;2441:35;:::i;2487:254::-;2555:6;2563;2616:2;2604:9;2595:7;2591:23;2587:32;2584:52;;;2632:1;2629;2622:12;2584:52;2655:29;2674:9;2655:29;:::i;:::-;2645:39;2731:2;2716:18;;;;2703:32;;-1:-1:-1;;;2487:254:1:o;2746:1033::-;2839:6;2847;2900:2;2888:9;2879:7;2875:23;2871:32;2868:52;;;2916:1;2913;2906:12;2868:52;2956:9;2943:23;2985:18;3026:2;3018:6;3015:14;3012:34;;;3042:1;3039;3032:12;3012:34;3080:6;3069:9;3065:22;3055:32;;3125:7;3118:4;3114:2;3110:13;3106:27;3096:55;;3147:1;3144;3137:12;3096:55;3183:2;3170:16;3205:4;3228:2;3224;3221:10;3218:36;;;3234:18;;:::i;:::-;3280:2;3277:1;3273:10;3263:20;;3303:28;3327:2;3323;3319:11;3303:28;:::i;:::-;3365:15;;;3396:12;;;;3428:11;;;3458;;;3454:20;;3451:33;-1:-1:-1;3448:53:1;;;3497:1;3494;3487:12;3448:53;3519:1;3510:10;;3529:169;3543:2;3540:1;3537:9;3529:169;;;3600:23;3619:3;3600:23;:::i;:::-;3588:36;;3561:1;3554:9;;;;;3644:12;;;;3676;;3529:169;;;-1:-1:-1;3717:5:1;3754:18;;;;3741:32;;-1:-1:-1;;;;;;;2746:1033:1:o;3784:180::-;3840:6;3893:2;3881:9;3872:7;3868:23;3864:32;3861:52;;;3909:1;3906;3899:12;3861:52;3932:26;3948:9;3932:26;:::i;3969:245::-;4027:6;4080:2;4068:9;4059:7;4055:23;4051:32;4048:52;;;4096:1;4093;4086:12;4048:52;4135:9;4122:23;4154:30;4178:5;4154:30;:::i;4219:249::-;4288:6;4341:2;4329:9;4320:7;4316:23;4312:32;4309:52;;;4357:1;4354;4347:12;4309:52;4389:9;4383:16;4408:30;4432:5;4408:30;:::i;4473:450::-;4542:6;4595:2;4583:9;4574:7;4570:23;4566:32;4563:52;;;4611:1;4608;4601:12;4563:52;4651:9;4638:23;4684:18;4676:6;4673:30;4670:50;;;4716:1;4713;4706:12;4670:50;4739:22;;4792:4;4784:13;;4780:27;-1:-1:-1;4770:55:1;;4821:1;4818;4811:12;4770:55;4844:73;4909:7;4904:2;4891:16;4886:2;4882;4878:11;4844:73;:::i;4928:180::-;4987:6;5040:2;5028:9;5019:7;5015:23;5011:32;5008:52;;;5056:1;5053;5046:12;5008:52;-1:-1:-1;5079:23:1;;4928:180;-1:-1:-1;4928:180:1:o;5113:248::-;5181:6;5189;5242:2;5230:9;5221:7;5217:23;5213:32;5210:52;;;5258:1;5255;5248:12;5210:52;-1:-1:-1;;5281:23:1;;;5351:2;5336:18;;;5323:32;;-1:-1:-1;5113:248:1:o;5366:257::-;5407:3;5445:5;5439:12;5472:6;5467:3;5460:19;5488:63;5544:6;5537:4;5532:3;5528:14;5521:4;5514:5;5510:16;5488:63;:::i;:::-;5605:2;5584:15;-1:-1:-1;;5580:29:1;5571:39;;;;5612:4;5567:50;;5366:257;-1:-1:-1;;5366:257:1:o;6179:470::-;6358:3;6396:6;6390:13;6412:53;6458:6;6453:3;6446:4;6438:6;6434:17;6412:53;:::i;:::-;6528:13;;6487:16;;;;6550:57;6528:13;6487:16;6584:4;6572:17;;6550:57;:::i;:::-;6623:20;;6179:470;-1:-1:-1;;;;6179:470:1:o;6862:488::-;-1:-1:-1;;;;;7131:15:1;;;7113:34;;7183:15;;7178:2;7163:18;;7156:43;7230:2;7215:18;;7208:34;;;7278:3;7273:2;7258:18;;7251:31;;;7056:4;;7299:45;;7324:19;;7316:6;7299:45;:::i;:::-;7291:53;6862:488;-1:-1:-1;;;;;;6862:488:1:o;7355:1178::-;7623:2;7635:21;;;7705:13;;7608:18;;;7727:22;;;7575:4;;7802;;7780:2;7765:18;;;7829:15;;;7575:4;7872:169;7886:6;7883:1;7880:13;7872:169;;;7947:13;;7935:26;;7981:12;;;;8016:15;;;;7908:1;7901:9;7872:169;;;-1:-1:-1;;;8077:19:1;;;8057:18;;;8050:47;8147:13;;8169:21;;;8245:15;;;;8208:12;;;8280:1;8290:215;8306:8;8301:3;8298:17;8290:215;;;8379:15;;-1:-1:-1;;;;;8375:41:1;8361:56;;8478:17;;;;8439:14;;;;8413:1;8325:11;8290:215;;;-1:-1:-1;8522:5:1;;7355:1178;-1:-1:-1;;;;;;;7355:1178:1:o;8730:219::-;8879:2;8868:9;8861:21;8842:4;8899:44;8939:2;8928:9;8924:18;8916:6;8899:44;:::i;9303:414::-;9505:2;9487:21;;;9544:2;9524:18;;;9517:30;9583:34;9578:2;9563:18;;9556:62;-1:-1:-1;;;9649:2:1;9634:18;;9627:48;9707:3;9692:19;;9303:414::o;12420:340::-;12622:2;12604:21;;;12661:2;12641:18;;;12634:30;-1:-1:-1;;;12695:2:1;12680:18;;12673:46;12751:2;12736:18;;12420:340::o;15129:356::-;15331:2;15313:21;;;15350:18;;;15343:30;15409:34;15404:2;15389:18;;15382:62;15476:2;15461:18;;15129:356::o;17422:413::-;17624:2;17606:21;;;17663:2;17643:18;;;17636:30;17702:34;17697:2;17682:18;;17675:62;-1:-1:-1;;;17768:2:1;17753:18;;17746:47;17825:3;17810:19;;17422:413::o;19197:275::-;19268:2;19262:9;19333:2;19314:13;;-1:-1:-1;;19310:27:1;19298:40;;19368:18;19353:34;;19389:22;;;19350:62;19347:88;;;19415:18;;:::i;:::-;19451:2;19444:22;19197:275;;-1:-1:-1;19197:275:1:o;19477:128::-;19517:3;19548:1;19544:6;19541:1;19538:13;19535:39;;;19554:18;;:::i;:::-;-1:-1:-1;19590:9:1;;19477:128::o;19610:120::-;19650:1;19676;19666:35;;19681:18;;:::i;:::-;-1:-1:-1;19715:9:1;;19610:120::o;19735:168::-;19775:7;19841:1;19837;19833:6;19829:14;19826:1;19823:21;19818:1;19811:9;19804:17;19800:45;19797:71;;;19848:18;;:::i;:::-;-1:-1:-1;19888:9:1;;19735:168::o;19908:125::-;19948:4;19976:1;19973;19970:8;19967:34;;;19981:18;;:::i;:::-;-1:-1:-1;20018:9:1;;19908:125::o;20038:258::-;20110:1;20120:113;20134:6;20131:1;20128:13;20120:113;;;20210:11;;;20204:18;20191:11;;;20184:39;20156:2;20149:10;20120:113;;;20251:6;20248:1;20245:13;20242:48;;;-1:-1:-1;;20286:1:1;20268:16;;20261:27;20038:258::o;20301:380::-;20380:1;20376:12;;;;20423;;;20444:61;;20498:4;20490:6;20486:17;20476:27;;20444:61;20551:2;20543:6;20540:14;20520:18;20517:38;20514:161;;;20597:10;20592:3;20588:20;20585:1;20578:31;20632:4;20629:1;20622:15;20660:4;20657:1;20650:15;20514:161;;20301:380;;;:::o;20686:135::-;20725:3;-1:-1:-1;;20746:17:1;;20743:43;;;20766:18;;:::i;:::-;-1:-1:-1;20813:1:1;20802:13;;20686:135::o;20826:112::-;20858:1;20884;20874:35;;20889:18;;:::i;:::-;-1:-1:-1;20923:9:1;;20826:112::o;20943:127::-;21004:10;20999:3;20995:20;20992:1;20985:31;21035:4;21032:1;21025:15;21059:4;21056:1;21049:15;21075:127;21136:10;21131:3;21127:20;21124:1;21117:31;21167:4;21164:1;21157:15;21191:4;21188:1;21181:15;21207:127;21268:10;21263:3;21259:20;21256:1;21249:31;21299:4;21296:1;21289:15;21323:4;21320:1;21313:15;21339:127;21400:10;21395:3;21391:20;21388:1;21381:31;21431:4;21428:1;21421:15;21455:4;21452:1;21445:15;21471:131;-1:-1:-1;;;;;;21545:32:1;;21535:43;;21525:71;;21592:1;21589;21582:12

Swarm Source

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