MATIC Price: $1.02 (+0.31%)
Gas: 160 GWei
 

Overview

MATIC Balance

Polygon PoS Chain LogoPolygon PoS Chain LogoPolygon PoS Chain Logo0 MATIC

MATIC Value

$0.00

More Info

Private Name Tags

TokenTracker

Sponsored

Transaction Hash
Method
Block
From
To
Value
Safe Transfer Fr...535105522024-02-14 11:53:5242 days ago1707911632IN
0x97e9B539...C7008fAcd
0 MATIC0.0044197979.35422321
Set Approval For...518867712024-01-03 9:40:5184 days ago1704274851IN
0x97e9B539...C7008fAcd
0 MATIC0.01029285220.71577459
Safe Transfer Fr...490189712023-10-22 12:27:10157 days ago1697977630IN
0x97e9B539...C7008fAcd
0 MATIC0.0051383892.38202885
Set Approval For...462695362023-08-13 20:41:44227 days ago1691959304IN
0x97e9B539...C7008fAcd
0 MATIC0.0035134275.34044555
Set Approval For...454242042023-07-23 13:40:18248 days ago1690119618IN
0x97e9B539...C7008fAcd
0 MATIC0.00274414111
Set Approval For...442695442023-06-24 4:16:36278 days ago1687580196IN
0x97e9B539...C7008fAcd
0 MATIC0.00707619151.7388686
Set Approval For...438370732023-06-12 19:13:18289 days ago1686597198IN
0x97e9B539...C7008fAcd
0 MATIC0.00898531192.67741963
Set Approval For...430191552023-05-22 16:28:44310 days ago1684772924IN
0x97e9B539...C7008fAcd
0 MATIC0.00955289204.84831039
Safe Transfer Fr...429908272023-05-21 22:26:29311 days ago1684707989IN
0x97e9B539...C7008fAcd
0 MATIC0.012882434.54228224
Safe Transfer Fr...429908262023-05-21 22:26:27311 days ago1684707987IN
0x97e9B539...C7008fAcd
0 MATIC0.01870986631.13039716
Safe Transfer Fr...429908242023-05-21 22:26:23311 days ago1684707983IN
0x97e9B539...C7008fAcd
0 MATIC0.01870986631.13039716
Safe Transfer Fr...429908222023-05-21 22:26:19311 days ago1684707979IN
0x97e9B539...C7008fAcd
0 MATIC0.012882434.54228224
Safe Transfer Fr...429908222023-05-21 22:26:19311 days ago1684707979IN
0x97e9B539...C7008fAcd
0 MATIC0.012882434.54228224
Safe Transfer Fr...429908222023-05-21 22:26:19311 days ago1684707979IN
0x97e9B539...C7008fAcd
0 MATIC0.01689675569.96964615
Safe Transfer Fr...429908202023-05-21 22:26:15311 days ago1684707975IN
0x97e9B539...C7008fAcd
0 MATIC0.02423198817.40561927
Safe Transfer Fr...429908202023-05-21 22:26:15311 days ago1684707975IN
0x97e9B539...C7008fAcd
0 MATIC0.02423198817.40561927
Safe Transfer Fr...429908182023-05-21 22:26:11311 days ago1684707971IN
0x97e9B539...C7008fAcd
0 MATIC0.012882434.54228224
Safe Transfer Fr...429908162023-05-21 22:26:07311 days ago1684707967IN
0x97e9B539...C7008fAcd
0 MATIC0.03531739634.96518949
Set Approval For...406150322023-03-21 22:19:20372 days ago1679437160IN
0x97e9B539...C7008fAcd
0 MATIC0.0041064588.05706044
Set Approval For...391625612023-02-11 6:13:05411 days ago1676095985IN
0x97e9B539...C7008fAcd
0 MATIC0.01234916264.81033549
Set Approval For...385911422023-01-27 15:05:43425 days ago1674831943IN
0x97e9B539...C7008fAcd
0 MATIC0.01407419301.80109747
Set Approval For...383199152023-01-20 18:57:56432 days ago1674241076IN
0x97e9B539...C7008fAcd
0 MATIC0.0024042551.55586052
Set Approval For...373438882022-12-27 15:11:54456 days ago1672153914IN
0x97e9B539...C7008fAcd
0 MATIC0.0027920262.55380444
Set Approval For...372000432022-12-24 1:27:11460 days ago1671845231IN
0x97e9B539...C7008fAcd
0 MATIC0.0016842136.11550241
Safe Transfer Fr...371110852022-12-21 20:18:41462 days ago1671653921IN
0x97e9B539...C7008fAcd
0 MATIC0.0025391545.5216194
View all transactions

Parent Txn Hash Block From To Value
View All Internal Transactions
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
SpookiesGhoulishDrops

Compiler Version
v0.8.0+commit.c7dfd78e

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at polygonscan.com on 2022-02-13
*/

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/utils/structs/EnumerableSet.sol


// OpenZeppelin Contracts v4.3.2 (utils/structs/EnumerableSet.sol)

pragma solidity ^0.8.0;

/**
 * @dev Library for managing
 * https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive
 * types.
 *
 * Sets have the following properties:
 *
 * - Elements are added, removed, and checked for existence in constant time
 * (O(1)).
 * - Elements are enumerated in O(n). No guarantees are made on the ordering.
 *
 * ```
 * contract Example {
 *     // Add the library methods
 *     using EnumerableSet for EnumerableSet.AddressSet;
 *
 *     // Declare a set state variable
 *     EnumerableSet.AddressSet private mySet;
 * }
 * ```
 *
 * As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`)
 * and `uint256` (`UintSet`) are supported.
 */
library EnumerableSet {
    // To implement this library for multiple types with as little code
    // repetition as possible, we write it in terms of a generic Set type with
    // bytes32 values.
    // The Set implementation uses private functions, and user-facing
    // implementations (such as AddressSet) are just wrappers around the
    // underlying Set.
    // This means that we can only create new EnumerableSets for types that fit
    // in bytes32.

    struct Set {
        // Storage of set values
        bytes32[] _values;
        // Position of the value in the `values` array, plus 1 because index 0
        // means a value is not in the set.
        mapping(bytes32 => uint256) _indexes;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function _add(Set storage set, bytes32 value) private returns (bool) {
        if (!_contains(set, value)) {
            set._values.push(value);
            // The value is stored at length-1, but we add 1 to all indexes
            // and use 0 as a sentinel value
            set._indexes[value] = set._values.length;
            return true;
        } else {
            return false;
        }
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function _remove(Set storage set, bytes32 value) private returns (bool) {
        // We read and store the value's index to prevent multiple reads from the same storage slot
        uint256 valueIndex = set._indexes[value];

        if (valueIndex != 0) {
            // Equivalent to contains(set, value)
            // To delete an element from the _values array in O(1), we swap the element to delete with the last one in
            // the array, and then remove the last element (sometimes called as 'swap and pop').
            // This modifies the order of the array, as noted in {at}.

            uint256 toDeleteIndex = valueIndex - 1;
            uint256 lastIndex = set._values.length - 1;

            if (lastIndex != toDeleteIndex) {
                bytes32 lastvalue = set._values[lastIndex];

                // Move the last value to the index where the value to delete is
                set._values[toDeleteIndex] = lastvalue;
                // Update the index for the moved value
                set._indexes[lastvalue] = valueIndex; // Replace lastvalue's index to valueIndex
            }

            // Delete the slot where the moved value was stored
            set._values.pop();

            // Delete the index for the deleted slot
            delete set._indexes[value];

            return true;
        } else {
            return false;
        }
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function _contains(Set storage set, bytes32 value) private view returns (bool) {
        return set._indexes[value] != 0;
    }

    /**
     * @dev Returns the number of values on the set. O(1).
     */
    function _length(Set storage set) private view returns (uint256) {
        return set._values.length;
    }

    /**
     * @dev Returns the value stored at position `index` in the set. O(1).
     *
     * Note that there are no guarantees on the ordering of values inside the
     * array, and it may change when more values are added or removed.
     *
     * Requirements:
     *
     * - `index` must be strictly less than {length}.
     */
    function _at(Set storage set, uint256 index) private view returns (bytes32) {
        return set._values[index];
    }

    /**
     * @dev Return the entire set in an array
     *
     * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
     * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
     * this function has an unbounded cost, and using it as part of a state-changing function may render the function
     * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
     */
    function _values(Set storage set) private view returns (bytes32[] memory) {
        return set._values;
    }

    // Bytes32Set

    struct Bytes32Set {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(Bytes32Set storage set, bytes32 value) internal returns (bool) {
        return _add(set._inner, value);
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(Bytes32Set storage set, bytes32 value) internal returns (bool) {
        return _remove(set._inner, value);
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(Bytes32Set storage set, bytes32 value) internal view returns (bool) {
        return _contains(set._inner, value);
    }

    /**
     * @dev Returns the number of values in the set. O(1).
     */
    function length(Bytes32Set storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

    /**
     * @dev Returns the value stored at position `index` in the set. O(1).
     *
     * Note that there are no guarantees on the ordering of values inside the
     * array, and it may change when more values are added or removed.
     *
     * Requirements:
     *
     * - `index` must be strictly less than {length}.
     */
    function at(Bytes32Set storage set, uint256 index) internal view returns (bytes32) {
        return _at(set._inner, index);
    }

    /**
     * @dev Return the entire set in an array
     *
     * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
     * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
     * this function has an unbounded cost, and using it as part of a state-changing function may render the function
     * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
     */
    function values(Bytes32Set storage set) internal view returns (bytes32[] memory) {
        return _values(set._inner);
    }

    // AddressSet

    struct AddressSet {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(AddressSet storage set, address value) internal returns (bool) {
        return _add(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(AddressSet storage set, address value) internal returns (bool) {
        return _remove(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(AddressSet storage set, address value) internal view returns (bool) {
        return _contains(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Returns the number of values in the set. O(1).
     */
    function length(AddressSet storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

    /**
     * @dev Returns the value stored at position `index` in the set. O(1).
     *
     * Note that there are no guarantees on the ordering of values inside the
     * array, and it may change when more values are added or removed.
     *
     * Requirements:
     *
     * - `index` must be strictly less than {length}.
     */
    function at(AddressSet storage set, uint256 index) internal view returns (address) {
        return address(uint160(uint256(_at(set._inner, index))));
    }

    /**
     * @dev Return the entire set in an array
     *
     * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
     * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
     * this function has an unbounded cost, and using it as part of a state-changing function may render the function
     * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
     */
    function values(AddressSet storage set) internal view returns (address[] memory) {
        bytes32[] memory store = _values(set._inner);
        address[] memory result;

        assembly {
            result := store
        }

        return result;
    }

    // UintSet

    struct UintSet {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(UintSet storage set, uint256 value) internal returns (bool) {
        return _add(set._inner, bytes32(value));
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(UintSet storage set, uint256 value) internal returns (bool) {
        return _remove(set._inner, bytes32(value));
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(UintSet storage set, uint256 value) internal view returns (bool) {
        return _contains(set._inner, bytes32(value));
    }

    /**
     * @dev Returns the number of values on the set. O(1).
     */
    function length(UintSet storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

    /**
     * @dev Returns the value stored at position `index` in the set. O(1).
     *
     * Note that there are no guarantees on the ordering of values inside the
     * array, and it may change when more values are added or removed.
     *
     * Requirements:
     *
     * - `index` must be strictly less than {length}.
     */
    function at(UintSet storage set, uint256 index) internal view returns (uint256) {
        return uint256(_at(set._inner, index));
    }

    /**
     * @dev Return the entire set in an array
     *
     * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
     * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
     * this function has an unbounded cost, and using it as part of a state-changing function may render the function
     * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
     */
    function values(UintSet storage set) internal view returns (uint256[] memory) {
        bytes32[] memory store = _values(set._inner);
        uint256[] memory result;

        assembly {
            result := store
        }

        return result;
    }
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/utils/Strings.sol


// OpenZeppelin Contracts v4.3.2 (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: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/access/IAccessControl.sol


// OpenZeppelin Contracts v4.3.2 (access/IAccessControl.sol)

pragma solidity ^0.8.0;

/**
 * @dev External interface of AccessControl declared to support ERC165 detection.
 */
interface IAccessControl {
    /**
     * @dev Emitted when `newAdminRole` is set as ``role``'s admin role, replacing `previousAdminRole`
     *
     * `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite
     * {RoleAdminChanged} not being emitted signaling this.
     *
     * _Available since v3.1._
     */
    event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole);

    /**
     * @dev Emitted when `account` is granted `role`.
     *
     * `sender` is the account that originated the contract call, an admin role
     * bearer except when using {AccessControl-_setupRole}.
     */
    event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender);

    /**
     * @dev Emitted when `account` is revoked `role`.
     *
     * `sender` is the account that originated the contract call:
     *   - if using `revokeRole`, it is the admin role bearer
     *   - if using `renounceRole`, it is the role bearer (i.e. `account`)
     */
    event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender);

    /**
     * @dev Returns `true` if `account` has been granted `role`.
     */
    function hasRole(bytes32 role, address account) external view returns (bool);

    /**
     * @dev Returns the admin role that controls `role`. See {grantRole} and
     * {revokeRole}.
     *
     * To change a role's admin, use {AccessControl-_setRoleAdmin}.
     */
    function getRoleAdmin(bytes32 role) external view returns (bytes32);

    /**
     * @dev Grants `role` to `account`.
     *
     * If `account` had not been already granted `role`, emits a {RoleGranted}
     * event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     */
    function grantRole(bytes32 role, address account) external;

    /**
     * @dev Revokes `role` from `account`.
     *
     * If `account` had been granted `role`, emits a {RoleRevoked} event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     */
    function revokeRole(bytes32 role, address account) external;

    /**
     * @dev Revokes `role` from the calling account.
     *
     * Roles are often managed via {grantRole} and {revokeRole}: this function's
     * purpose is to provide a mechanism for accounts to lose their privileges
     * if they are compromised (such as when a trusted device is misplaced).
     *
     * If the calling account had been granted `role`, emits a {RoleRevoked}
     * event.
     *
     * Requirements:
     *
     * - the caller must be `account`.
     */
    function renounceRole(bytes32 role, address account) external;
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/access/IAccessControlEnumerable.sol


// OpenZeppelin Contracts v4.3.2 (access/IAccessControlEnumerable.sol)

pragma solidity ^0.8.0;


/**
 * @dev External interface of AccessControlEnumerable declared to support ERC165 detection.
 */
interface IAccessControlEnumerable is IAccessControl {
    /**
     * @dev Returns one of the accounts that have `role`. `index` must be a
     * value between 0 and {getRoleMemberCount}, non-inclusive.
     *
     * Role bearers are not sorted in any particular way, and their ordering may
     * change at any point.
     *
     * WARNING: When using {getRoleMember} and {getRoleMemberCount}, make sure
     * you perform all queries on the same block. See the following
     * https://forum.openzeppelin.com/t/iterating-over-elements-on-enumerableset-in-openzeppelin-contracts/2296[forum post]
     * for more information.
     */
    function getRoleMember(bytes32 role, uint256 index) external view returns (address);

    /**
     * @dev Returns the number of accounts that have `role`. Can be used
     * together with {getRoleMember} to enumerate all bearers of a role.
     */
    function getRoleMemberCount(bytes32 role) external view returns (uint256);
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/utils/Context.sol


// OpenZeppelin Contracts v4.3.2 (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: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/access/Ownable.sol


// OpenZeppelin Contracts v4.4.0 (access/Ownable.sol)

pragma solidity ^0.8.0;


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

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

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

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

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

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

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

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Internal function without access restriction.
     */
    function _transferOwnership(address newOwner) internal virtual {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/security/Pausable.sol


// OpenZeppelin Contracts v4.3.2 (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: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/utils/Address.sol


// OpenZeppelin Contracts v4.3.2 (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: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/utils/introspection/IERC165.sol


// OpenZeppelin Contracts v4.3.2 (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: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/utils/introspection/ERC165.sol


// OpenZeppelin Contracts v4.3.2 (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: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/access/AccessControl.sol


// OpenZeppelin Contracts v4.3.2 (access/AccessControl.sol)

pragma solidity ^0.8.0;





/**
 * @dev Contract module that allows children to implement role-based access
 * control mechanisms. This is a lightweight version that doesn't allow enumerating role
 * members except through off-chain means by accessing the contract event logs. Some
 * applications may benefit from on-chain enumerability, for those cases see
 * {AccessControlEnumerable}.
 *
 * Roles are referred to by their `bytes32` identifier. These should be exposed
 * in the external API and be unique. The best way to achieve this is by
 * using `public constant` hash digests:
 *
 * ```
 * bytes32 public constant MY_ROLE = keccak256("MY_ROLE");
 * ```
 *
 * Roles can be used to represent a set of permissions. To restrict access to a
 * function call, use {hasRole}:
 *
 * ```
 * function foo() public {
 *     require(hasRole(MY_ROLE, msg.sender));
 *     ...
 * }
 * ```
 *
 * Roles can be granted and revoked dynamically via the {grantRole} and
 * {revokeRole} functions. Each role has an associated admin role, and only
 * accounts that have a role's admin role can call {grantRole} and {revokeRole}.
 *
 * By default, the admin role for all roles is `DEFAULT_ADMIN_ROLE`, which means
 * that only accounts with this role will be able to grant or revoke other
 * roles. More complex role relationships can be created by using
 * {_setRoleAdmin}.
 *
 * WARNING: The `DEFAULT_ADMIN_ROLE` is also its own admin: it has permission to
 * grant and revoke this role. Extra precautions should be taken to secure
 * accounts that have been granted it.
 */
abstract contract AccessControl is Context, IAccessControl, ERC165 {
    struct RoleData {
        mapping(address => bool) members;
        bytes32 adminRole;
    }

    mapping(bytes32 => RoleData) private _roles;

    bytes32 public constant DEFAULT_ADMIN_ROLE = 0x00;

    /**
     * @dev Modifier that checks that an account has a specific role. Reverts
     * with a standardized message including the required role.
     *
     * The format of the revert reason is given by the following regular expression:
     *
     *  /^AccessControl: account (0x[0-9a-f]{40}) is missing role (0x[0-9a-f]{64})$/
     *
     * _Available since v4.1._
     */
    modifier onlyRole(bytes32 role) {
        _checkRole(role, _msgSender());
        _;
    }

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

    /**
     * @dev Returns `true` if `account` has been granted `role`.
     */
    function hasRole(bytes32 role, address account) public view override returns (bool) {
        return _roles[role].members[account];
    }

    /**
     * @dev Revert with a standard message if `account` is missing `role`.
     *
     * The format of the revert reason is given by the following regular expression:
     *
     *  /^AccessControl: account (0x[0-9a-f]{40}) is missing role (0x[0-9a-f]{64})$/
     */
    function _checkRole(bytes32 role, address account) internal view {
        if (!hasRole(role, account)) {
            revert(
                string(
                    abi.encodePacked(
                        "AccessControl: account ",
                        Strings.toHexString(uint160(account), 20),
                        " is missing role ",
                        Strings.toHexString(uint256(role), 32)
                    )
                )
            );
        }
    }

    /**
     * @dev Returns the admin role that controls `role`. See {grantRole} and
     * {revokeRole}.
     *
     * To change a role's admin, use {_setRoleAdmin}.
     */
    function getRoleAdmin(bytes32 role) public view override returns (bytes32) {
        return _roles[role].adminRole;
    }

    /**
     * @dev Grants `role` to `account`.
     *
     * If `account` had not been already granted `role`, emits a {RoleGranted}
     * event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     */
    function grantRole(bytes32 role, address account) public virtual override onlyRole(getRoleAdmin(role)) {
        _grantRole(role, account);
    }

    /**
     * @dev Revokes `role` from `account`.
     *
     * If `account` had been granted `role`, emits a {RoleRevoked} event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     */
    function revokeRole(bytes32 role, address account) public virtual override onlyRole(getRoleAdmin(role)) {
        _revokeRole(role, account);
    }

    /**
     * @dev Revokes `role` from the calling account.
     *
     * Roles are often managed via {grantRole} and {revokeRole}: this function's
     * purpose is to provide a mechanism for accounts to lose their privileges
     * if they are compromised (such as when a trusted device is misplaced).
     *
     * If the calling account had been revoked `role`, emits a {RoleRevoked}
     * event.
     *
     * Requirements:
     *
     * - the caller must be `account`.
     */
    function renounceRole(bytes32 role, address account) public virtual override {
        require(account == _msgSender(), "AccessControl: can only renounce roles for self");

        _revokeRole(role, account);
    }

    /**
     * @dev Grants `role` to `account`.
     *
     * If `account` had not been already granted `role`, emits a {RoleGranted}
     * event. Note that unlike {grantRole}, this function doesn't perform any
     * checks on the calling account.
     *
     * [WARNING]
     * ====
     * This function should only be called from the constructor when setting
     * up the initial roles for the system.
     *
     * Using this function in any other way is effectively circumventing the admin
     * system imposed by {AccessControl}.
     * ====
     *
     * NOTE: This function is deprecated in favor of {_grantRole}.
     */
    function _setupRole(bytes32 role, address account) internal virtual {
        _grantRole(role, account);
    }

    /**
     * @dev Sets `adminRole` as ``role``'s admin role.
     *
     * Emits a {RoleAdminChanged} event.
     */
    function _setRoleAdmin(bytes32 role, bytes32 adminRole) internal virtual {
        bytes32 previousAdminRole = getRoleAdmin(role);
        _roles[role].adminRole = adminRole;
        emit RoleAdminChanged(role, previousAdminRole, adminRole);
    }

    /**
     * @dev Grants `role` to `account`.
     *
     * Internal function without access restriction.
     */
    function _grantRole(bytes32 role, address account) internal virtual {
        if (!hasRole(role, account)) {
            _roles[role].members[account] = true;
            emit RoleGranted(role, account, _msgSender());
        }
    }

    /**
     * @dev Revokes `role` from `account`.
     *
     * Internal function without access restriction.
     */
    function _revokeRole(bytes32 role, address account) internal virtual {
        if (hasRole(role, account)) {
            _roles[role].members[account] = false;
            emit RoleRevoked(role, account, _msgSender());
        }
    }
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/access/AccessControlEnumerable.sol


// OpenZeppelin Contracts v4.3.2 (access/AccessControlEnumerable.sol)

pragma solidity ^0.8.0;




/**
 * @dev Extension of {AccessControl} that allows enumerating the members of each role.
 */
abstract contract AccessControlEnumerable is IAccessControlEnumerable, AccessControl {
    using EnumerableSet for EnumerableSet.AddressSet;

    mapping(bytes32 => EnumerableSet.AddressSet) private _roleMembers;

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

    /**
     * @dev Returns one of the accounts that have `role`. `index` must be a
     * value between 0 and {getRoleMemberCount}, non-inclusive.
     *
     * Role bearers are not sorted in any particular way, and their ordering may
     * change at any point.
     *
     * WARNING: When using {getRoleMember} and {getRoleMemberCount}, make sure
     * you perform all queries on the same block. See the following
     * https://forum.openzeppelin.com/t/iterating-over-elements-on-enumerableset-in-openzeppelin-contracts/2296[forum post]
     * for more information.
     */
    function getRoleMember(bytes32 role, uint256 index) public view override returns (address) {
        return _roleMembers[role].at(index);
    }

    /**
     * @dev Returns the number of accounts that have `role`. Can be used
     * together with {getRoleMember} to enumerate all bearers of a role.
     */
    function getRoleMemberCount(bytes32 role) public view override returns (uint256) {
        return _roleMembers[role].length();
    }

    /**
     * @dev Overload {_grantRole} to track enumerable memberships
     */
    function _grantRole(bytes32 role, address account) internal virtual override {
        super._grantRole(role, account);
        _roleMembers[role].add(account);
    }

    /**
     * @dev Overload {_revokeRole} to track enumerable memberships
     */
    function _revokeRole(bytes32 role, address account) internal virtual override {
        super._revokeRole(role, account);
        _roleMembers[role].remove(account);
    }
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/token/ERC1155/IERC1155Receiver.sol


// OpenZeppelin Contracts v4.3.2 (token/ERC1155/IERC1155Receiver.sol)

pragma solidity ^0.8.0;


/**
 * @dev _Available since v3.1._
 */
interface IERC1155Receiver is IERC165 {
    /**
     * @dev Handles the receipt of a single ERC1155 token type. This function is
     * called at the end of a `safeTransferFrom` after the balance has been updated.
     *
     * NOTE: To accept the transfer, this must return
     * `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))`
     * (i.e. 0xf23a6e61, or its own function selector).
     *
     * @param operator The address which initiated the transfer (i.e. msg.sender)
     * @param from The address which previously owned the token
     * @param id The ID of the token being transferred
     * @param value The amount of tokens being transferred
     * @param data Additional data with no specified format
     * @return `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` if transfer is allowed
     */
    function onERC1155Received(
        address operator,
        address from,
        uint256 id,
        uint256 value,
        bytes calldata data
    ) external returns (bytes4);

    /**
     * @dev Handles the receipt of a multiple ERC1155 token types. This function
     * is called at the end of a `safeBatchTransferFrom` after the balances have
     * been updated.
     *
     * NOTE: To accept the transfer(s), this must return
     * `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))`
     * (i.e. 0xbc197c81, or its own function selector).
     *
     * @param operator The address which initiated the batch transfer (i.e. msg.sender)
     * @param from The address which previously owned the token
     * @param ids An array containing ids of each token being transferred (order and length must match values array)
     * @param values An array containing amounts of each token being transferred (order and length must match ids array)
     * @param data Additional data with no specified format
     * @return `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` if transfer is allowed
     */
    function onERC1155BatchReceived(
        address operator,
        address from,
        uint256[] calldata ids,
        uint256[] calldata values,
        bytes calldata data
    ) external returns (bytes4);
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/token/ERC1155/IERC1155.sol


// OpenZeppelin Contracts v4.3.2 (token/ERC1155/IERC1155.sol)

pragma solidity ^0.8.0;


/**
 * @dev Required interface of an ERC1155 compliant contract, as defined in the
 * https://eips.ethereum.org/EIPS/eip-1155[EIP].
 *
 * _Available since v3.1._
 */
interface IERC1155 is IERC165 {
    /**
     * @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`.
     */
    event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value);

    /**
     * @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all
     * transfers.
     */
    event TransferBatch(
        address indexed operator,
        address indexed from,
        address indexed to,
        uint256[] ids,
        uint256[] values
    );

    /**
     * @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to
     * `approved`.
     */
    event ApprovalForAll(address indexed account, address indexed operator, bool approved);

    /**
     * @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI.
     *
     * If an {URI} event was emitted for `id`, the standard
     * https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value
     * returned by {IERC1155MetadataURI-uri}.
     */
    event URI(string value, uint256 indexed id);

    /**
     * @dev Returns the amount of tokens of token type `id` owned by `account`.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     */
    function balanceOf(address account, uint256 id) external view returns (uint256);

    /**
     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}.
     *
     * Requirements:
     *
     * - `accounts` and `ids` must have the same length.
     */
    function balanceOfBatch(address[] calldata accounts, uint256[] calldata ids)
        external
        view
        returns (uint256[] memory);

    /**
     * @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`,
     *
     * Emits an {ApprovalForAll} event.
     *
     * Requirements:
     *
     * - `operator` cannot be the caller.
     */
    function setApprovalForAll(address operator, bool approved) external;

    /**
     * @dev Returns true if `operator` is approved to transfer ``account``'s tokens.
     *
     * See {setApprovalForAll}.
     */
    function isApprovedForAll(address account, address operator) external view returns (bool);

    /**
     * @dev Transfers `amount` tokens of token type `id` from `from` to `to`.
     *
     * Emits a {TransferSingle} event.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - If the caller is not `from`, it must be have been approved to spend ``from``'s tokens via {setApprovalForAll}.
     * - `from` must have a balance of tokens of type `id` of at least `amount`.
     * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the
     * acceptance magic value.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 id,
        uint256 amount,
        bytes calldata data
    ) external;

    /**
     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}.
     *
     * Emits a {TransferBatch} event.
     *
     * Requirements:
     *
     * - `ids` and `amounts` must have the same length.
     * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the
     * acceptance magic value.
     */
    function safeBatchTransferFrom(
        address from,
        address to,
        uint256[] calldata ids,
        uint256[] calldata amounts,
        bytes calldata data
    ) external;
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/token/ERC1155/extensions/IERC1155MetadataURI.sol


// OpenZeppelin Contracts v4.3.2 (token/ERC1155/extensions/IERC1155MetadataURI.sol)

pragma solidity ^0.8.0;


/**
 * @dev Interface of the optional ERC1155MetadataExtension interface, as defined
 * in the https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[EIP].
 *
 * _Available since v3.1._
 */
interface IERC1155MetadataURI is IERC1155 {
    /**
     * @dev Returns the URI for token type `id`.
     *
     * If the `\{id\}` substring is present in the URI, it must be replaced by
     * clients with the actual token type ID.
     */
    function uri(uint256 id) external view returns (string memory);
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/token/ERC1155/ERC1155.sol


// OpenZeppelin Contracts v4.3.2 (token/ERC1155/ERC1155.sol)

pragma solidity ^0.8.0;







/**
 * @dev Implementation of the basic standard multi-token.
 * See https://eips.ethereum.org/EIPS/eip-1155
 * Originally based on code by Enjin: https://github.com/enjin/erc-1155
 *
 * _Available since v3.1._
 */
contract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI {
    using Address for address;

    // Mapping from token ID to account balances
    mapping(uint256 => mapping(address => uint256)) private _balances;

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

    // Used as the URI for all token types by relying on ID substitution, e.g. https://token-cdn-domain/{id}.json
    string private _uri;

    /**
     * @dev See {_setURI}.
     */
    constructor(string memory uri_) {
        _setURI(uri_);
    }

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

    /**
     * @dev See {IERC1155MetadataURI-uri}.
     *
     * This implementation returns the same URI for *all* token types. It relies
     * on the token type ID substitution mechanism
     * https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP].
     *
     * Clients calling this function must replace the `\{id\}` substring with the
     * actual token type ID.
     */
    function uri(uint256) public view virtual override returns (string memory) {
        return _uri;
    }

    /**
     * @dev See {IERC1155-balanceOf}.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     */
    function balanceOf(address account, uint256 id) public view virtual override returns (uint256) {
        require(account != address(0), "ERC1155: balance query for the zero address");
        return _balances[id][account];
    }

    /**
     * @dev See {IERC1155-balanceOfBatch}.
     *
     * Requirements:
     *
     * - `accounts` and `ids` must have the same length.
     */
    function balanceOfBatch(address[] memory accounts, uint256[] memory ids)
        public
        view
        virtual
        override
        returns (uint256[] memory)
    {
        require(accounts.length == ids.length, "ERC1155: accounts and ids length mismatch");

        uint256[] memory batchBalances = new uint256[](accounts.length);

        for (uint256 i = 0; i < accounts.length; ++i) {
            batchBalances[i] = balanceOf(accounts[i], ids[i]);
        }

        return batchBalances;
    }

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

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

    /**
     * @dev See {IERC1155-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 id,
        uint256 amount,
        bytes memory data
    ) public virtual override {
        require(
            from == _msgSender() || isApprovedForAll(from, _msgSender()),
            "ERC1155: caller is not owner nor approved"
        );
        _safeTransferFrom(from, to, id, amount, data);
    }

    /**
     * @dev See {IERC1155-safeBatchTransferFrom}.
     */
    function safeBatchTransferFrom(
        address from,
        address to,
        uint256[] memory ids,
        uint256[] memory amounts,
        bytes memory data
    ) public virtual override {
        require(
            from == _msgSender() || isApprovedForAll(from, _msgSender()),
            "ERC1155: transfer caller is not owner nor approved"
        );
        _safeBatchTransferFrom(from, to, ids, amounts, data);
    }

    /**
     * @dev Transfers `amount` tokens of token type `id` from `from` to `to`.
     *
     * Emits a {TransferSingle} event.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `from` must have a balance of tokens of type `id` of at least `amount`.
     * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the
     * acceptance magic value.
     */
    function _safeTransferFrom(
        address from,
        address to,
        uint256 id,
        uint256 amount,
        bytes memory data
    ) internal virtual {
        require(to != address(0), "ERC1155: transfer to the zero address");

        address operator = _msgSender();

        _beforeTokenTransfer(operator, from, to, _asSingletonArray(id), _asSingletonArray(amount), data);

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

        emit TransferSingle(operator, from, to, id, amount);

        _doSafeTransferAcceptanceCheck(operator, from, to, id, amount, data);
    }

    /**
     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_safeTransferFrom}.
     *
     * Emits a {TransferBatch} event.
     *
     * Requirements:
     *
     * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the
     * acceptance magic value.
     */
    function _safeBatchTransferFrom(
        address from,
        address to,
        uint256[] memory ids,
        uint256[] memory amounts,
        bytes memory data
    ) internal virtual {
        require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch");
        require(to != address(0), "ERC1155: transfer to the zero address");

        address operator = _msgSender();

        _beforeTokenTransfer(operator, from, to, ids, amounts, data);

        for (uint256 i = 0; i < ids.length; ++i) {
            uint256 id = ids[i];
            uint256 amount = amounts[i];

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

        emit TransferBatch(operator, from, to, ids, amounts);

        _doSafeBatchTransferAcceptanceCheck(operator, from, to, ids, amounts, data);
    }

    /**
     * @dev Sets a new URI for all token types, by relying on the token type ID
     * substitution mechanism
     * https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP].
     *
     * By this mechanism, any occurrence of the `\{id\}` substring in either the
     * URI or any of the amounts in the JSON file at said URI will be replaced by
     * clients with the token type ID.
     *
     * For example, the `https://token-cdn-domain/\{id\}.json` URI would be
     * interpreted by clients as
     * `https://token-cdn-domain/000000000000000000000000000000000000000000000000000000000004cce0.json`
     * for token type ID 0x4cce0.
     *
     * See {uri}.
     *
     * Because these URIs cannot be meaningfully represented by the {URI} event,
     * this function emits no events.
     */
    function _setURI(string memory newuri) internal virtual {
        _uri = newuri;
    }

    /**
     * @dev Creates `amount` tokens of token type `id`, and assigns them to `to`.
     *
     * Emits a {TransferSingle} event.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the
     * acceptance magic value.
     */
    function _mint(
        address to,
        uint256 id,
        uint256 amount,
        bytes memory data
    ) internal virtual {
        require(to != address(0), "ERC1155: mint to the zero address");

        address operator = _msgSender();

        _beforeTokenTransfer(operator, address(0), to, _asSingletonArray(id), _asSingletonArray(amount), data);

        _balances[id][to] += amount;
        emit TransferSingle(operator, address(0), to, id, amount);

        _doSafeTransferAcceptanceCheck(operator, address(0), to, id, amount, data);
    }

    /**
     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_mint}.
     *
     * Requirements:
     *
     * - `ids` and `amounts` must have the same length.
     * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the
     * acceptance magic value.
     */
    function _mintBatch(
        address to,
        uint256[] memory ids,
        uint256[] memory amounts,
        bytes memory data
    ) internal virtual {
        require(to != address(0), "ERC1155: mint to the zero address");
        require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch");

        address operator = _msgSender();

        _beforeTokenTransfer(operator, address(0), to, ids, amounts, data);

        for (uint256 i = 0; i < ids.length; i++) {
            _balances[ids[i]][to] += amounts[i];
        }

        emit TransferBatch(operator, address(0), to, ids, amounts);

        _doSafeBatchTransferAcceptanceCheck(operator, address(0), to, ids, amounts, data);
    }

    /**
     * @dev Destroys `amount` tokens of token type `id` from `from`
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `from` must have at least `amount` tokens of token type `id`.
     */
    function _burn(
        address from,
        uint256 id,
        uint256 amount
    ) internal virtual {
        require(from != address(0), "ERC1155: burn from the zero address");

        address operator = _msgSender();

        _beforeTokenTransfer(operator, from, address(0), _asSingletonArray(id), _asSingletonArray(amount), "");

        uint256 fromBalance = _balances[id][from];
        require(fromBalance >= amount, "ERC1155: burn amount exceeds balance");
        unchecked {
            _balances[id][from] = fromBalance - amount;
        }

        emit TransferSingle(operator, from, address(0), id, amount);
    }

    /**
     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_burn}.
     *
     * Requirements:
     *
     * - `ids` and `amounts` must have the same length.
     */
    function _burnBatch(
        address from,
        uint256[] memory ids,
        uint256[] memory amounts
    ) internal virtual {
        require(from != address(0), "ERC1155: burn from the zero address");
        require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch");

        address operator = _msgSender();

        _beforeTokenTransfer(operator, from, address(0), ids, amounts, "");

        for (uint256 i = 0; i < ids.length; i++) {
            uint256 id = ids[i];
            uint256 amount = amounts[i];

            uint256 fromBalance = _balances[id][from];
            require(fromBalance >= amount, "ERC1155: burn amount exceeds balance");
            unchecked {
                _balances[id][from] = fromBalance - amount;
            }
        }

        emit TransferBatch(operator, from, address(0), ids, amounts);
    }

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

    /**
     * @dev Hook that is called before any token transfer. This includes minting
     * and burning, as well as batched variants.
     *
     * The same hook is called on both single and batched variants. For single
     * transfers, the length of the `id` and `amount` arrays will be 1.
     *
     * Calling conditions (for each `id` and `amount` pair):
     *
     * - When `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * of token type `id` will be  transferred to `to`.
     * - When `from` is zero, `amount` tokens of token type `id` will be minted
     * for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens of token type `id`
     * will be burned.
     * - `from` and `to` are never both zero.
     * - `ids` and `amounts` have the same, non-zero length.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(
        address operator,
        address from,
        address to,
        uint256[] memory ids,
        uint256[] memory amounts,
        bytes memory data
    ) internal virtual {}

    function _doSafeTransferAcceptanceCheck(
        address operator,
        address from,
        address to,
        uint256 id,
        uint256 amount,
        bytes memory data
    ) private {
        if (to.isContract()) {
            try IERC1155Receiver(to).onERC1155Received(operator, from, id, amount, data) returns (bytes4 response) {
                if (response != IERC1155Receiver.onERC1155Received.selector) {
                    revert("ERC1155: ERC1155Receiver rejected tokens");
                }
            } catch Error(string memory reason) {
                revert(reason);
            } catch {
                revert("ERC1155: transfer to non ERC1155Receiver implementer");
            }
        }
    }

    function _doSafeBatchTransferAcceptanceCheck(
        address operator,
        address from,
        address to,
        uint256[] memory ids,
        uint256[] memory amounts,
        bytes memory data
    ) private {
        if (to.isContract()) {
            try IERC1155Receiver(to).onERC1155BatchReceived(operator, from, ids, amounts, data) returns (
                bytes4 response
            ) {
                if (response != IERC1155Receiver.onERC1155BatchReceived.selector) {
                    revert("ERC1155: ERC1155Receiver rejected tokens");
                }
            } catch Error(string memory reason) {
                revert(reason);
            } catch {
                revert("ERC1155: transfer to non ERC1155Receiver implementer");
            }
        }
    }

    function _asSingletonArray(uint256 element) private pure returns (uint256[] memory) {
        uint256[] memory array = new uint256[](1);
        array[0] = element;

        return array;
    }
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/token/ERC1155/extensions/ERC1155Pausable.sol


// OpenZeppelin Contracts v4.3.2 (token/ERC1155/extensions/ERC1155Pausable.sol)

pragma solidity ^0.8.0;



/**
 * @dev ERC1155 token with pausable token transfers, minting and burning.
 *
 * Useful for scenarios such as preventing trades until the end of an evaluation
 * period, or having an emergency switch for freezing all token transfers in the
 * event of a large bug.
 *
 * _Available since v3.1._
 */
abstract contract ERC1155Pausable is ERC1155, Pausable {
    /**
     * @dev See {ERC1155-_beforeTokenTransfer}.
     *
     * Requirements:
     *
     * - the contract must not be paused.
     */
    function _beforeTokenTransfer(
        address operator,
        address from,
        address to,
        uint256[] memory ids,
        uint256[] memory amounts,
        bytes memory data
    ) internal virtual override {
        super._beforeTokenTransfer(operator, from, to, ids, amounts, data);

        require(!paused(), "ERC1155Pausable: token transfer while paused");
    }
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/token/ERC1155/extensions/ERC1155Burnable.sol


// OpenZeppelin Contracts v4.3.2 (token/ERC1155/extensions/ERC1155Burnable.sol)

pragma solidity ^0.8.0;


/**
 * @dev Extension of {ERC1155} that allows token holders to destroy both their
 * own tokens and those that they have been approved to use.
 *
 * _Available since v3.1._
 */
abstract contract ERC1155Burnable is ERC1155 {
    function burn(
        address account,
        uint256 id,
        uint256 value
    ) public virtual {
        require(
            account == _msgSender() || isApprovedForAll(account, _msgSender()),
            "ERC1155: caller is not owner nor approved"
        );

        _burn(account, id, value);
    }

    function burnBatch(
        address account,
        uint256[] memory ids,
        uint256[] memory values
    ) public virtual {
        require(
            account == _msgSender() || isApprovedForAll(account, _msgSender()),
            "ERC1155: caller is not owner nor approved"
        );

        _burnBatch(account, ids, values);
    }
}

// File: .deps/github/OpenZeppelin/openzeppelin-contracts/contracts/token/ERC1155/presets/SpookiesTradingCards.sol


// OpenZeppelin Contracts v4.3.2 (token/ERC1155/presets/ERC1155PresetMinterPauser.sol)

pragma solidity ^0.8.0;







/**
 * @dev {ERC1155} token, including:
 *
 *  - ability for holders to burn (destroy) their tokens
 *  - a minter role that allows for token minting (creation)
 *  - a pauser role that allows to stop all token transfers
 *
 * This contract uses {AccessControl} to lock permissioned functions using the
 * different roles - head to its documentation for details.
 *
 * The account that deploys the contract will be granted the minter and pauser
 * roles, as well as the default admin role, which will let it grant both minter
 * and pauser roles to other accounts.
 */
contract SpookiesGhoulishDrops is Context, Ownable, AccessControlEnumerable, ERC1155Burnable, ERC1155Pausable {
    bytes32 public constant MINTER_ROLE = keccak256("MINTER_ROLE");
    bytes32 public constant PAUSER_ROLE = keccak256("PAUSER_ROLE");

    /**
     * @dev Grants `DEFAULT_ADMIN_ROLE`, `MINTER_ROLE`, and `PAUSER_ROLE` to the account that
     * deploys the contract.
     */
    constructor(string memory uri) ERC1155(uri) {
        _setupRole(DEFAULT_ADMIN_ROLE, _msgSender());

        _setupRole(MINTER_ROLE, _msgSender());
        _setupRole(PAUSER_ROLE, _msgSender());
    }

    /**
     * @dev Creates `amount` new tokens for `to`, of token type `id`.
     *
     * See {ERC1155-_mint}.
     *
     * Requirements:
     *
     * - the caller must have the `MINTER_ROLE`.
     */
    function mint(
        address to,
        uint256 id,
        uint256 amount,
        bytes memory data
    ) public virtual {
        require(hasRole(MINTER_ROLE, _msgSender()), "ERC1155PresetMinterPauser: must have minter role to mint");

        _mint(to, id, amount, data);
    }

    /**
     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] variant of {mint}.
     */
    function mintBatch(
        address to,
        uint256[] memory ids,
        uint256[] memory amounts,
        bytes memory data
    ) public virtual {
        require(hasRole(MINTER_ROLE, _msgSender()), "ERC1155PresetMinterPauser: must have minter role to mint");

        _mintBatch(to, ids, amounts, data);
    }

    /**
     * @dev Pauses all token transfers.
     *
     * See {ERC1155Pausable} and {Pausable-_pause}.
     *
     * Requirements:
     *
     * - the caller must have the `PAUSER_ROLE`.
     */
    function pause() public virtual {
        require(hasRole(PAUSER_ROLE, _msgSender()), "ERC1155PresetMinterPauser: must have pauser role to pause");
        _pause();
    }

    /**
     * @dev Unpauses all token transfers.
     *
     * See {ERC1155Pausable} and {Pausable-_unpause}.
     *
     * Requirements:
     *
     * - the caller must have the `PAUSER_ROLE`.
     */
    function unpause() public virtual {
        require(hasRole(PAUSER_ROLE, _msgSender()), "ERC1155PresetMinterPauser: must have pauser role to unpause");
        _unpause();
    }

    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId)
        public
        view
        virtual
        override(AccessControlEnumerable, ERC1155)
        returns (bool)
    {
        return super.supportsInterface(interfaceId);
    }

    function _beforeTokenTransfer(
        address operator,
        address from,
        address to,
        uint256[] memory ids,
        uint256[] memory amounts,
        bytes memory data
    ) internal virtual override(ERC1155, ERC1155Pausable) {
        super._beforeTokenTransfer(operator, from, to, ids, amounts, data);
    }
    
    function contractURI() public view returns (string memory) {
        return "ipfs://Qmd6kz9MK3ajDg859ChwjjVTRerLtdopP63pQszd4rNQ5v";
    }

   function setURI(string memory newuri, uint256 id) public {
         require(hasRole(DEFAULT_ADMIN_ROLE, _msgSender()), "must have admin role to change uri");

         emit URI(newuri, id);

         _setURI(newuri);
     }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"uri","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","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":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"previousAdminRole","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"newAdminRole","type":"bytes32"}],"name":"RoleAdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"sender","type":"address"}],"name":"RoleGranted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"sender","type":"address"}],"name":"RoleRevoked","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"values","type":"uint256[]"}],"name":"TransferBatch","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"TransferSingle","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"value","type":"string"},{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"}],"name":"URI","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"DEFAULT_ADMIN_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MINTER_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PAUSER_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"id","type":"uint256"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"accounts","type":"address[]"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"}],"name":"balanceOfBatch","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"id","type":"uint256"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"uint256[]","name":"values","type":"uint256[]"}],"name":"burnBatch","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"contractURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"}],"name":"getRoleAdmin","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"getRoleMember","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"}],"name":"getRoleMemberCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"grantRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"hasRole","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"id","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"mintBatch","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","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":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"renounceRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"revokeRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"safeBatchTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"id","type":"uint256"},{"internalType":"uint256","name":"amount","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":"newuri","type":"string"},{"internalType":"uint256","name":"id","type":"uint256"}],"name":"setURI","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":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"uri","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"}]

60806040523480156200001157600080fd5b5060405162005b4738038062005b478339818101604052810190620000379190620005cb565b80620000586200004c6200013260201b60201c565b6200013a60201b60201c565b6200006981620001fe60201b60201c565b506000600660006101000a81548160ff021916908315150217905550620000a96000801b6200009d6200013260201b60201c565b6200021a60201b60201c565b620000ea7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6620000de6200013260201b60201c565b6200021a60201b60201c565b6200012b7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a6200011f6200013260201b60201c565b6200021a60201b60201c565b5062000741565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b806005908051906020019062000216929190620004a9565b5050565b6200022c82826200023060201b60201c565b5050565b6200024782826200027860201b620012691760201c565b6200027381600260008581526020019081526020016000206200036960201b620013491790919060201c565b505050565b6200028a8282620003a160201b60201c565b6200036557600180600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506200030a6200013260201b60201c565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45b5050565b600062000399836000018373ffffffffffffffffffffffffffffffffffffffff1660001b6200040c60201b60201c565b905092915050565b60006001600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60006200042083836200048660201b60201c565b6200047b57826000018290806001815401808255809150506001900390600052602060002001600090919091909150558260000180549050836001016000848152602001908152602001600020819055506001905062000480565b600090505b92915050565b600080836001016000848152602001908152602001600020541415905092915050565b828054620004b790620006ad565b90600052602060002090601f016020900481019282620004db576000855562000527565b82601f10620004f657805160ff191683800117855562000527565b8280016001018555821562000527579182015b828111156200052657825182559160200191906001019062000509565b5b5090506200053691906200053a565b5090565b5b80821115620005555760008160009055506001016200053b565b5090565b6000620005706200056a8462000644565b62000610565b9050828152602081018484840111156200058957600080fd5b6200059684828562000677565b509392505050565b600082601f830112620005b057600080fd5b8151620005c284826020860162000559565b91505092915050565b600060208284031215620005de57600080fd5b600082015167ffffffffffffffff811115620005f957600080fd5b62000607848285016200059e565b91505092915050565b6000604051905081810181811067ffffffffffffffff821117156200063a576200063962000712565b5b8060405250919050565b600067ffffffffffffffff82111562000662576200066162000712565b5b601f19601f8301169050602081019050919050565b60005b83811015620006975780820151818401526020810190506200067a565b83811115620006a7576000848401525b50505050565b60006002820490506001821680620006c657607f821691505b60208210811415620006dd57620006dc620006e3565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6153f680620007516000396000f3fe608060405234801561001057600080fd5b50600436106101d95760003560e01c80638456cb5911610104578063d5391393116100a2578063e985e9c511610071578063e985e9c51461052c578063f242432a1461055c578063f2fde38b14610578578063f5298aca14610594576101d9565b8063d5391393146104b6578063d547741f146104d4578063e63ab1e9146104f0578063e8a3d4851461050e576101d9565b806391d14854116100de57806391d148541461041c578063a217fddf1461044c578063a22cb4651461046a578063ca15c87314610486576101d9565b80638456cb59146103c45780638da5cb5b146103ce5780639010d07c146103ec576101d9565b806336568abe1161017c57806367db3b8f1161014b57806367db3b8f146103665780636b20c45414610382578063715018a61461039e578063731133e9146103a8576101d9565b806336568abe146102f25780633f4ba83a1461030e5780634e1273f4146103185780635c975abb14610348576101d9565b80631f7fdffa116101b85780631f7fdffa1461026e578063248a9ca31461028a5780632eb2c2d6146102ba5780632f2ff15d146102d6576101d9565b8062fdd58e146101de57806301ffc9a71461020e5780630e89341c1461023e575b600080fd5b6101f860048036038101906101f39190613b3f565b6105b0565b6040516102059190614dc5565b60405180910390f35b61022860048036038101906102239190613d52565b61067a565b6040516102359190614a6d565b60405180910390f35b61025860048036038101906102539190613df8565b61068c565b6040516102659190614aa3565b60405180910390f35b61028860048036038101906102839190613a58565b610720565b005b6102a4600480360381019061029f9190613cb1565b6107a2565b6040516102b19190614a88565b60405180910390f35b6102d460048036038101906102cf919061388b565b6107c2565b005b6102f060048036038101906102eb9190613cda565b610863565b005b61030c60048036038101906103079190613cda565b61088c565b005b61031661090f565b005b610332600480360381019061032d9190613c45565b610989565b60405161033f9190614a14565b60405180910390f35b610350610b3a565b60405161035d9190614a6d565b60405180910390f35b610380600480360381019061037b9190613da4565b610b51565b005b61039c600480360381019061039791906139d9565b610be9565b005b6103a6610c86565b005b6103c260048036038101906103bd9190613bca565b610d0e565b005b6103cc610d90565b005b6103d6610e0a565b6040516103e39190614937565b60405180910390f35b61040660048036038101906104019190613d16565b610e33565b6040516104139190614937565b60405180910390f35b61043660048036038101906104319190613cda565b610e62565b6040516104439190614a6d565b60405180910390f35b610454610ecd565b6040516104619190614a88565b60405180910390f35b610484600480360381019061047f9190613b03565b610ed4565b005b6104a0600480360381019061049b9190613cb1565b610eea565b6040516104ad9190614dc5565b60405180910390f35b6104be610f0e565b6040516104cb9190614a88565b60405180910390f35b6104ee60048036038101906104e99190613cda565b610f32565b005b6104f8610f5b565b6040516105059190614a88565b60405180910390f35b610516610f7f565b6040516105239190614aa3565b60405180910390f35b6105466004803603810190610541919061384f565b610f9f565b6040516105539190614a6d565b60405180910390f35b6105766004803603810190610571919061394a565b611033565b005b610592600480360381019061058d9190613826565b6110d4565b005b6105ae60048036038101906105a99190613b7b565b6111cc565b005b60008073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610621576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161061890614b45565b60405180910390fd5b6003600083815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600061068582611379565b9050919050565b60606005805461069b9061513c565b80601f01602080910402602001604051908101604052809291908181526020018280546106c79061513c565b80156107145780601f106106e957610100808354040283529160200191610714565b820191906000526020600020905b8154815290600101906020018083116106f757829003601f168201915b50505050509050919050565b6107517f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a661074c61145b565b610e62565b610790576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161078790614c65565b60405180910390fd5b61079c84848484611463565b50505050565b600060016000838152602001908152602001600020600101549050919050565b6107ca61145b565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161480610810575061080f8561080a61145b565b610f9f565b5b61084f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161084690614c25565b60405180910390fd5b61085c85858585856116ce565b5050505050565b61086c826107a2565b61087d8161087861145b565b611a31565b6108878383611ace565b505050565b61089461145b565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610901576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108f890614da5565b60405180910390fd5b61090b8282611b02565b5050565b6109407f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a61093b61145b565b610e62565b61097f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097690614ce5565b60405180910390fd5b610987611b36565b565b606081518351146109cf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109c690614d45565b60405180910390fd5b6000835167ffffffffffffffff811115610a12577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051908082528060200260200182016040528015610a405781602001602082028036833780820191505090505b50905060005b8451811015610b2f57610ad9858281518110610a8b577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151858381518110610acc577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516105b0565b828281518110610b12577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101818152505080610b289061516e565b9050610a46565b508091505092915050565b6000600660009054906101000a900460ff16905090565b610b656000801b610b6061145b565b610e62565b610ba4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9b90614ca5565b60405180910390fd5b807f6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b83604051610bd49190614aa3565b60405180910390a2610be582611bd8565b5050565b610bf161145b565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161480610c375750610c3683610c3161145b565b610f9f565b5b610c76576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6d90614bc5565b60405180910390fd5b610c81838383611bf2565b505050565b610c8e61145b565b73ffffffffffffffffffffffffffffffffffffffff16610cac610e0a565b73ffffffffffffffffffffffffffffffffffffffff1614610d02576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cf990614cc5565b60405180910390fd5b610d0c6000611ef1565b565b610d3f7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6610d3a61145b565b610e62565b610d7e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d7590614c65565b60405180910390fd5b610d8a84848484611fb5565b50505050565b610dc17f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a610dbc61145b565b610e62565b610e00576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610df790614d05565b60405180910390fd5b610e0861214c565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000610e5a82600260008681526020019081526020016000206121ef90919063ffffffff16565b905092915050565b60006001600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b6000801b81565b610ee6610edf61145b565b8383612209565b5050565b6000610f0760026000848152602001908152602001600020612376565b9050919050565b7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b610f3b826107a2565b610f4c81610f4761145b565b611a31565b610f568383611b02565b505050565b7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a81565b606060405180606001604052806035815260200161538c60359139905090565b6000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61103b61145b565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16148061108157506110808561107b61145b565b610f9f565b5b6110c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110b790614bc5565b60405180910390fd5b6110cd858585858561238b565b5050505050565b6110dc61145b565b73ffffffffffffffffffffffffffffffffffffffff166110fa610e0a565b73ffffffffffffffffffffffffffffffffffffffff1614611150576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161114790614cc5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156111c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b790614b65565b60405180910390fd5b6111c981611ef1565b50565b6111d461145b565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16148061121a57506112198361121461145b565b610f9f565b5b611259576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161125090614bc5565b60405180910390fd5b611264838383612610565b505050565b6112738282610e62565b61134557600180600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506112ea61145b565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45b5050565b6000611371836000018373ffffffffffffffffffffffffffffffffffffffff1660001b61282f565b905092915050565b60007fd9b67a26000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061144457507f0e89341c000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061145457506114538261289f565b5b9050919050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614156114d3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114ca90614d85565b60405180910390fd5b8151835114611517576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150e90614d65565b60405180910390fd5b600061152161145b565b905061153281600087878787612919565b60005b845181101561163857838181518110611577577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151600360008784815181106115bc577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461161e9190614f6e565b9250508190555080806116309061516e565b915050611535565b508473ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb87876040516116b0929190614a36565b60405180910390a46116c78160008787878761292f565b5050505050565b8151835114611712576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161170990614d65565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161415611782576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161177990614c05565b60405180910390fd5b600061178c61145b565b905061179c818787878787612919565b60005b845181101561199c5760008582815181106117e3577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015190506000858381518110611828577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151905060006003600084815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156118ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118c190614c85565b60405180910390fd5b8181036003600085815260200190815260200160002060008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816003600085815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546119819190614f6e565b92505081905550505050806119959061516e565b905061179f565b508473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051611a13929190614a36565b60405180910390a4611a2981878787878761292f565b505050505050565b611a3b8282610e62565b611aca57611a608173ffffffffffffffffffffffffffffffffffffffff166014612aff565b611a6e8360001c6020612aff565b604051602001611a7f9291906148fd565b6040516020818303038152906040526040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ac19190614aa3565b60405180910390fd5b5050565b611ad88282611269565b611afd816002600085815260200190815260200160002061134990919063ffffffff16565b505050565b611b0c8282612df9565b611b318160026000858152602001908152602001600020612edb90919063ffffffff16565b505050565b611b3e610b3a565b611b7d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b7490614b25565b60405180910390fd5b6000600660006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611bc161145b565b604051611bce9190614937565b60405180910390a1565b8060059080519060200190611bee929190613509565b5050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611c62576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c5990614c45565b60405180910390fd5b8051825114611ca6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c9d90614d65565b60405180910390fd5b6000611cb061145b565b9050611cd081856000868660405180602001604052806000815250612919565b60005b8351811015611e6b576000848281518110611d17577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015190506000848381518110611d5c577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151905060006003600084815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611dfe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611df590614b85565b60405180910390fd5b8181036003600085815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505050508080611e639061516e565b915050611cd3565b50600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8686604051611ee3929190614a36565b60405180910390a450505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161415612025576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161201c90614d85565b60405180910390fd5b600061202f61145b565b90506120508160008761204188612f0b565b61204a88612f0b565b87612919565b826003600086815260200190815260200160002060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546120b09190614f6e565b925050819055508473ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62878760405161212e929190614de0565b60405180910390a461214581600087878787612fd1565b5050505050565b612154610b3a565b15612194576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161218b90614be5565b60405180910390fd5b6001600660006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586121d861145b565b6040516121e59190614937565b60405180910390a1565b60006121fe83600001836131a1565b60001c905092915050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612278576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161226f90614d25565b60405180910390fd5b80600460008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516123699190614a6d565b60405180910390a3505050565b6000612384826000016131f2565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614156123fb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123f290614c05565b60405180910390fd5b600061240561145b565b905061242581878761241688612f0b565b61241f88612f0b565b87612919565b60006003600086815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050838110156124bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124b490614c85565b60405180910390fd5b8381036003600087815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550836003600087815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546125749190614f6e565b925050819055508573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6288886040516125f1929190614de0565b60405180910390a4612607828888888888612fd1565b50505050505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612680576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267790614c45565b60405180910390fd5b600061268a61145b565b90506126ba8185600061269c87612f0b565b6126a587612f0b565b60405180602001604052806000815250612919565b60006003600085815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015612752576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161274990614b85565b60405180910390fd5b8281036003600086815260200190815260200160002060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f628787604051612820929190614de0565b60405180910390a45050505050565b600061283b8383613203565b612894578260000182908060018154018082558091505060019003906000526020600020016000909190919091505582600001805490508360010160008481526020019081526020016000208190555060019050612899565b600090505b92915050565b60007f5a05180f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480612912575061291182613226565b5b9050919050565b6129278686868686866132a0565b505050505050565b61294e8473ffffffffffffffffffffffffffffffffffffffff166132fe565b15612af7578373ffffffffffffffffffffffffffffffffffffffff1663bc197c8187878686866040518663ffffffff1660e01b8152600401612994959493929190614952565b602060405180830381600087803b1580156129ae57600080fd5b505af19250505080156129df57506040513d601f19601f820116820180604052508101906129dc9190613d7b565b60015b612a6e576129eb615262565b806129f65750612a33565b806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a2a9190614aa3565b60405180910390fd5b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a6590614ac5565b60405180910390fd5b63bc197c8160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614612af5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612aec90614b05565b60405180910390fd5b505b505050505050565b606060006002836002612b129190614fc4565b612b1c9190614f6e565b67ffffffffffffffff811115612b5b577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015612b8d5781602001600182028036833780820191505090505b5090507f300000000000000000000000000000000000000000000000000000000000000081600081518110612beb577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053507f780000000000000000000000000000000000000000000000000000000000000081600181518110612c75577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060006001846002612cb59190614fc4565b612cbf9190614f6e565b90505b6001811115612dab577f3031323334353637383961626364656600000000000000000000000000000000600f861660108110612d27577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b1a60f81b828281518110612d64577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600485901c945080612da490615112565b9050612cc2565b5060008414612def576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612de690614ae5565b60405180910390fd5b8091505092915050565b612e038282610e62565b15612ed75760006001600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550612e7c61145b565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b60405160405180910390a45b5050565b6000612f03836000018373ffffffffffffffffffffffffffffffffffffffff1660001b613311565b905092915050565b60606000600167ffffffffffffffff811115612f50577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051908082528060200260200182016040528015612f7e5781602001602082028036833780820191505090505b5090508281600081518110612fbc577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101818152505080915050919050565b612ff08473ffffffffffffffffffffffffffffffffffffffff166132fe565b15613199578373ffffffffffffffffffffffffffffffffffffffff1663f23a6e6187878686866040518663ffffffff1660e01b81526004016130369594939291906149ba565b602060405180830381600087803b15801561305057600080fd5b505af192505050801561308157506040513d601f19601f8201168201806040525081019061307e9190613d7b565b60015b6131105761308d615262565b8061309857506130d5565b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016130cc9190614aa3565b60405180910390fd5b6040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161310790614ac5565b60405180910390fd5b63f23a6e6160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614613197576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161318e90614b05565b60405180910390fd5b505b505050505050565b60008260000182815481106131df577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200154905092915050565b600081600001805490509050919050565b600080836001016000848152602001908152602001600020541415905092915050565b60007f7965db0b000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480613299575061329882613497565b5b9050919050565b6132ae868686868686613501565b6132b6610b3a565b156132f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132ed90614ba5565b60405180910390fd5b505050505050565b600080823b905060008111915050919050565b6000808360010160008481526020019081526020016000205490506000811461348b576000600182613343919061501e565b905060006001866000018054905061335b919061501e565b90508181146134165760008660000182815481106133a2577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050808760000184815481106133ec577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001819055508387600101600083815260200190815260200160002081905550505b85600001805480613450577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b600190038181906000526020600020016000905590558560010160008681526020019081526020016000206000905560019350505050613491565b60009150505b92915050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b505050505050565b8280546135159061513c565b90600052602060002090601f016020900481019282613537576000855561357e565b82601f1061355057805160ff191683800117855561357e565b8280016001018555821561357e579182015b8281111561357d578251825591602001919060010190613562565b5b50905061358b919061358f565b5090565b5b808211156135a8576000816000905550600101613590565b5090565b60006135bf6135ba84614e3a565b614e09565b905080838252602082019050828560208602820111156135de57600080fd5b60005b8581101561360e57816135f48882613700565b8452602084019350602083019250506001810190506135e1565b5050509392505050565b600061362b61362684614e66565b614e09565b9050808382526020820190508285602086028201111561364a57600080fd5b60005b8581101561367a57816136608882613811565b84526020840193506020830192505060018101905061364d565b5050509392505050565b600061369761369284614e92565b614e09565b9050828152602081018484840111156136af57600080fd5b6136ba8482856150d0565b509392505050565b60006136d56136d084614ec2565b614e09565b9050828152602081018484840111156136ed57600080fd5b6136f88482856150d0565b509392505050565b60008135905061370f81615318565b92915050565b600082601f83011261372657600080fd5b81356137368482602086016135ac565b91505092915050565b600082601f83011261375057600080fd5b8135613760848260208601613618565b91505092915050565b6000813590506137788161532f565b92915050565b60008135905061378d81615346565b92915050565b6000813590506137a28161535d565b92915050565b6000815190506137b78161535d565b92915050565b600082601f8301126137ce57600080fd5b81356137de848260208601613684565b91505092915050565b600082601f8301126137f857600080fd5b81356138088482602086016136c2565b91505092915050565b60008135905061382081615374565b92915050565b60006020828403121561383857600080fd5b600061384684828501613700565b91505092915050565b6000806040838503121561386257600080fd5b600061387085828601613700565b925050602061388185828601613700565b9150509250929050565b600080600080600060a086880312156138a357600080fd5b60006138b188828901613700565b95505060206138c288828901613700565b945050604086013567ffffffffffffffff8111156138df57600080fd5b6138eb8882890161373f565b935050606086013567ffffffffffffffff81111561390857600080fd5b6139148882890161373f565b925050608086013567ffffffffffffffff81111561393157600080fd5b61393d888289016137bd565b9150509295509295909350565b600080600080600060a0868803121561396257600080fd5b600061397088828901613700565b955050602061398188828901613700565b945050604061399288828901613811565b93505060606139a388828901613811565b925050608086013567ffffffffffffffff8111156139c057600080fd5b6139cc888289016137bd565b9150509295509295909350565b6000806000606084860312156139ee57600080fd5b60006139fc86828701613700565b935050602084013567ffffffffffffffff811115613a1957600080fd5b613a258682870161373f565b925050604084013567ffffffffffffffff811115613a4257600080fd5b613a4e8682870161373f565b9150509250925092565b60008060008060808587031215613a6e57600080fd5b6000613a7c87828801613700565b945050602085013567ffffffffffffffff811115613a9957600080fd5b613aa58782880161373f565b935050604085013567ffffffffffffffff811115613ac257600080fd5b613ace8782880161373f565b925050606085013567ffffffffffffffff811115613aeb57600080fd5b613af7878288016137bd565b91505092959194509250565b60008060408385031215613b1657600080fd5b6000613b2485828601613700565b9250506020613b3585828601613769565b9150509250929050565b60008060408385031215613b5257600080fd5b6000613b6085828601613700565b9250506020613b7185828601613811565b9150509250929050565b600080600060608486031215613b9057600080fd5b6000613b9e86828701613700565b9350506020613baf86828701613811565b9250506040613bc086828701613811565b9150509250925092565b60008060008060808587031215613be057600080fd5b6000613bee87828801613700565b9450506020613bff87828801613811565b9350506040613c1087828801613811565b925050606085013567ffffffffffffffff811115613c2d57600080fd5b613c39878288016137bd565b91505092959194509250565b60008060408385031215613c5857600080fd5b600083013567ffffffffffffffff811115613c7257600080fd5b613c7e85828601613715565b925050602083013567ffffffffffffffff811115613c9b57600080fd5b613ca78582860161373f565b9150509250929050565b600060208284031215613cc357600080fd5b6000613cd18482850161377e565b91505092915050565b60008060408385031215613ced57600080fd5b6000613cfb8582860161377e565b9250506020613d0c85828601613700565b9150509250929050565b60008060408385031215613d2957600080fd5b6000613d378582860161377e565b9250506020613d4885828601613811565b9150509250929050565b600060208284031215613d6457600080fd5b6000613d7284828501613793565b91505092915050565b600060208284031215613d8d57600080fd5b6000613d9b848285016137a8565b91505092915050565b60008060408385031215613db757600080fd5b600083013567ffffffffffffffff811115613dd157600080fd5b613ddd858286016137e7565b9250506020613dee85828601613811565b9150509250929050565b600060208284031215613e0a57600080fd5b6000613e1884828501613811565b91505092915050565b6000613e2d83836148df565b60208301905092915050565b613e4281615052565b82525050565b6000613e5382614f02565b613e5d8185614f30565b9350613e6883614ef2565b8060005b83811015613e99578151613e808882613e21565b9750613e8b83614f23565b925050600181019050613e6c565b5085935050505092915050565b613eaf81615064565b82525050565b613ebe81615070565b82525050565b6000613ecf82614f0d565b613ed98185614f41565b9350613ee98185602086016150df565b613ef281615244565b840191505092915050565b6000613f0882614f18565b613f128185614f52565b9350613f228185602086016150df565b613f2b81615244565b840191505092915050565b6000613f4182614f18565b613f4b8185614f63565b9350613f5b8185602086016150df565b80840191505092915050565b6000613f74603483614f52565b91507f455243313135353a207472616e7366657220746f206e6f6e204552433131353560008301527f526563656976657220696d706c656d656e7465720000000000000000000000006020830152604082019050919050565b6000613fda602083614f52565b91507f537472696e67733a20686578206c656e67746820696e73756666696369656e746000830152602082019050919050565b600061401a602883614f52565b91507f455243313135353a204552433131353552656365697665722072656a6563746560008301527f6420746f6b656e730000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614080601483614f52565b91507f5061757361626c653a206e6f74207061757365640000000000000000000000006000830152602082019050919050565b60006140c0602b83614f52565b91507f455243313135353a2062616c616e636520717565727920666f7220746865207a60008301527f65726f20616464726573730000000000000000000000000000000000000000006020830152604082019050919050565b6000614126602683614f52565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061418c602483614f52565b91507f455243313135353a206275726e20616d6f756e7420657863656564732062616c60008301527f616e6365000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006141f2602c83614f52565b91507f455243313135355061757361626c653a20746f6b656e207472616e736665722060008301527f7768696c652070617573656400000000000000000000000000000000000000006020830152604082019050919050565b6000614258602983614f52565b91507f455243313135353a2063616c6c6572206973206e6f74206f776e6572206e6f7260008301527f20617070726f76656400000000000000000000000000000000000000000000006020830152604082019050919050565b60006142be601083614f52565b91507f5061757361626c653a20706175736564000000000000000000000000000000006000830152602082019050919050565b60006142fe602583614f52565b91507f455243313135353a207472616e7366657220746f20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614364603283614f52565b91507f455243313135353a207472616e736665722063616c6c6572206973206e6f742060008301527f6f776e6572206e6f7220617070726f76656400000000000000000000000000006020830152604082019050919050565b60006143ca602383614f52565b91507f455243313135353a206275726e2066726f6d20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614430603883614f52565b91507f455243313135355072657365744d696e7465725061757365723a206d7573742060008301527f68617665206d696e74657220726f6c6520746f206d696e7400000000000000006020830152604082019050919050565b6000614496602a83614f52565b91507f455243313135353a20696e73756666696369656e742062616c616e636520666f60008301527f72207472616e73666572000000000000000000000000000000000000000000006020830152604082019050919050565b60006144fc602283614f52565b91507f6d75737420686176652061646d696e20726f6c6520746f206368616e6765207560008301527f72690000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614562602083614f52565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b60006145a2603b83614f52565b91507f455243313135355072657365744d696e7465725061757365723a206d7573742060008301527f686176652070617573657220726f6c6520746f20756e706175736500000000006020830152604082019050919050565b6000614608603983614f52565b91507f455243313135355072657365744d696e7465725061757365723a206d7573742060008301527f686176652070617573657220726f6c6520746f207061757365000000000000006020830152604082019050919050565b600061466e601783614f63565b91507f416363657373436f6e74726f6c3a206163636f756e74200000000000000000006000830152601782019050919050565b60006146ae602983614f52565b91507f455243313135353a2073657474696e6720617070726f76616c2073746174757360008301527f20666f722073656c6600000000000000000000000000000000000000000000006020830152604082019050919050565b6000614714602983614f52565b91507f455243313135353a206163636f756e747320616e6420696473206c656e67746860008301527f206d69736d6174636800000000000000000000000000000000000000000000006020830152604082019050919050565b600061477a602883614f52565b91507f455243313135353a2069647320616e6420616d6f756e7473206c656e6774682060008301527f6d69736d617463680000000000000000000000000000000000000000000000006020830152604082019050919050565b60006147e0602183614f52565b91507f455243313135353a206d696e7420746f20746865207a65726f2061646472657360008301527f73000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614846601183614f63565b91507f206973206d697373696e6720726f6c65200000000000000000000000000000006000830152601182019050919050565b6000614886602f83614f52565b91507f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560008301527f20726f6c657320666f722073656c6600000000000000000000000000000000006020830152604082019050919050565b6148e8816150c6565b82525050565b6148f7816150c6565b82525050565b600061490882614661565b91506149148285613f36565b915061491f82614839565b915061492b8284613f36565b91508190509392505050565b600060208201905061494c6000830184613e39565b92915050565b600060a0820190506149676000830188613e39565b6149746020830187613e39565b81810360408301526149868186613e48565b9050818103606083015261499a8185613e48565b905081810360808301526149ae8184613ec4565b90509695505050505050565b600060a0820190506149cf6000830188613e39565b6149dc6020830187613e39565b6149e960408301866148ee565b6149f660608301856148ee565b8181036080830152614a088184613ec4565b90509695505050505050565b60006020820190508181036000830152614a2e8184613e48565b905092915050565b60006040820190508181036000830152614a508185613e48565b90508181036020830152614a648184613e48565b90509392505050565b6000602082019050614a826000830184613ea6565b92915050565b6000602082019050614a9d6000830184613eb5565b92915050565b60006020820190508181036000830152614abd8184613efd565b905092915050565b60006020820190508181036000830152614ade81613f67565b9050919050565b60006020820190508181036000830152614afe81613fcd565b9050919050565b60006020820190508181036000830152614b1e8161400d565b9050919050565b60006020820190508181036000830152614b3e81614073565b9050919050565b60006020820190508181036000830152614b5e816140b3565b9050919050565b60006020820190508181036000830152614b7e81614119565b9050919050565b60006020820190508181036000830152614b9e8161417f565b9050919050565b60006020820190508181036000830152614bbe816141e5565b9050919050565b60006020820190508181036000830152614bde8161424b565b9050919050565b60006020820190508181036000830152614bfe816142b1565b9050919050565b60006020820190508181036000830152614c1e816142f1565b9050919050565b60006020820190508181036000830152614c3e81614357565b9050919050565b60006020820190508181036000830152614c5e816143bd565b9050919050565b60006020820190508181036000830152614c7e81614423565b9050919050565b60006020820190508181036000830152614c9e81614489565b9050919050565b60006020820190508181036000830152614cbe816144ef565b9050919050565b60006020820190508181036000830152614cde81614555565b9050919050565b60006020820190508181036000830152614cfe81614595565b9050919050565b60006020820190508181036000830152614d1e816145fb565b9050919050565b60006020820190508181036000830152614d3e816146a1565b9050919050565b60006020820190508181036000830152614d5e81614707565b9050919050565b60006020820190508181036000830152614d7e8161476d565b9050919050565b60006020820190508181036000830152614d9e816147d3565b9050919050565b60006020820190508181036000830152614dbe81614879565b9050919050565b6000602082019050614dda60008301846148ee565b92915050565b6000604082019050614df560008301856148ee565b614e0260208301846148ee565b9392505050565b6000604051905081810181811067ffffffffffffffff82111715614e3057614e2f615215565b5b8060405250919050565b600067ffffffffffffffff821115614e5557614e54615215565b5b602082029050602081019050919050565b600067ffffffffffffffff821115614e8157614e80615215565b5b602082029050602081019050919050565b600067ffffffffffffffff821115614ead57614eac615215565b5b601f19601f8301169050602081019050919050565b600067ffffffffffffffff821115614edd57614edc615215565b5b601f19601f8301169050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b6000614f79826150c6565b9150614f84836150c6565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115614fb957614fb86151b7565b5b828201905092915050565b6000614fcf826150c6565b9150614fda836150c6565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615615013576150126151b7565b5b828202905092915050565b6000615029826150c6565b9150615034836150c6565b925082821015615047576150466151b7565b5b828203905092915050565b600061505d826150a6565b9050919050565b60008115159050919050565b6000819050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156150fd5780820151818401526020810190506150e2565b8381111561510c576000848401525b50505050565b600061511d826150c6565b91506000821415615131576151306151b7565b5b600182039050919050565b6000600282049050600182168061515457607f821691505b60208210811415615168576151676151e6565b5b50919050565b6000615179826150c6565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156151ac576151ab6151b7565b5b600182019050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b60008160e01c9050919050565b600060443d101561527257615315565b60046000803e615283600051615255565b6308c379a081146152945750615315565b60405160043d036004823e80513d602482011167ffffffffffffffff821117156152c057505050615315565b808201805167ffffffffffffffff8111156152df575050505050615315565b8060208301013d85018111156152fa57505050505050615315565b61530382615244565b60208401016040528296505050505050505b90565b61532181615052565b811461532c57600080fd5b50565b61533881615064565b811461534357600080fd5b50565b61534f81615070565b811461535a57600080fd5b50565b6153668161507a565b811461537157600080fd5b50565b61537d816150c6565b811461538857600080fd5b5056fe697066733a2f2f516d64366b7a394d4b33616a44673835394368776a6a56545265724c74646f705036337051737a6434724e513576a2646970667358221220af319ccf5a1611e9afde87c036efebb85d52f03d03234be039540ed6132c6a2264736f6c6343000800003300000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101d95760003560e01c80638456cb5911610104578063d5391393116100a2578063e985e9c511610071578063e985e9c51461052c578063f242432a1461055c578063f2fde38b14610578578063f5298aca14610594576101d9565b8063d5391393146104b6578063d547741f146104d4578063e63ab1e9146104f0578063e8a3d4851461050e576101d9565b806391d14854116100de57806391d148541461041c578063a217fddf1461044c578063a22cb4651461046a578063ca15c87314610486576101d9565b80638456cb59146103c45780638da5cb5b146103ce5780639010d07c146103ec576101d9565b806336568abe1161017c57806367db3b8f1161014b57806367db3b8f146103665780636b20c45414610382578063715018a61461039e578063731133e9146103a8576101d9565b806336568abe146102f25780633f4ba83a1461030e5780634e1273f4146103185780635c975abb14610348576101d9565b80631f7fdffa116101b85780631f7fdffa1461026e578063248a9ca31461028a5780632eb2c2d6146102ba5780632f2ff15d146102d6576101d9565b8062fdd58e146101de57806301ffc9a71461020e5780630e89341c1461023e575b600080fd5b6101f860048036038101906101f39190613b3f565b6105b0565b6040516102059190614dc5565b60405180910390f35b61022860048036038101906102239190613d52565b61067a565b6040516102359190614a6d565b60405180910390f35b61025860048036038101906102539190613df8565b61068c565b6040516102659190614aa3565b60405180910390f35b61028860048036038101906102839190613a58565b610720565b005b6102a4600480360381019061029f9190613cb1565b6107a2565b6040516102b19190614a88565b60405180910390f35b6102d460048036038101906102cf919061388b565b6107c2565b005b6102f060048036038101906102eb9190613cda565b610863565b005b61030c60048036038101906103079190613cda565b61088c565b005b61031661090f565b005b610332600480360381019061032d9190613c45565b610989565b60405161033f9190614a14565b60405180910390f35b610350610b3a565b60405161035d9190614a6d565b60405180910390f35b610380600480360381019061037b9190613da4565b610b51565b005b61039c600480360381019061039791906139d9565b610be9565b005b6103a6610c86565b005b6103c260048036038101906103bd9190613bca565b610d0e565b005b6103cc610d90565b005b6103d6610e0a565b6040516103e39190614937565b60405180910390f35b61040660048036038101906104019190613d16565b610e33565b6040516104139190614937565b60405180910390f35b61043660048036038101906104319190613cda565b610e62565b6040516104439190614a6d565b60405180910390f35b610454610ecd565b6040516104619190614a88565b60405180910390f35b610484600480360381019061047f9190613b03565b610ed4565b005b6104a0600480360381019061049b9190613cb1565b610eea565b6040516104ad9190614dc5565b60405180910390f35b6104be610f0e565b6040516104cb9190614a88565b60405180910390f35b6104ee60048036038101906104e99190613cda565b610f32565b005b6104f8610f5b565b6040516105059190614a88565b60405180910390f35b610516610f7f565b6040516105239190614aa3565b60405180910390f35b6105466004803603810190610541919061384f565b610f9f565b6040516105539190614a6d565b60405180910390f35b6105766004803603810190610571919061394a565b611033565b005b610592600480360381019061058d9190613826565b6110d4565b005b6105ae60048036038101906105a99190613b7b565b6111cc565b005b60008073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610621576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161061890614b45565b60405180910390fd5b6003600083815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600061068582611379565b9050919050565b60606005805461069b9061513c565b80601f01602080910402602001604051908101604052809291908181526020018280546106c79061513c565b80156107145780601f106106e957610100808354040283529160200191610714565b820191906000526020600020905b8154815290600101906020018083116106f757829003601f168201915b50505050509050919050565b6107517f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a661074c61145b565b610e62565b610790576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161078790614c65565b60405180910390fd5b61079c84848484611463565b50505050565b600060016000838152602001908152602001600020600101549050919050565b6107ca61145b565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161480610810575061080f8561080a61145b565b610f9f565b5b61084f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161084690614c25565b60405180910390fd5b61085c85858585856116ce565b5050505050565b61086c826107a2565b61087d8161087861145b565b611a31565b6108878383611ace565b505050565b61089461145b565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610901576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108f890614da5565b60405180910390fd5b61090b8282611b02565b5050565b6109407f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a61093b61145b565b610e62565b61097f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097690614ce5565b60405180910390fd5b610987611b36565b565b606081518351146109cf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109c690614d45565b60405180910390fd5b6000835167ffffffffffffffff811115610a12577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051908082528060200260200182016040528015610a405781602001602082028036833780820191505090505b50905060005b8451811015610b2f57610ad9858281518110610a8b577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151858381518110610acc577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516105b0565b828281518110610b12577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101818152505080610b289061516e565b9050610a46565b508091505092915050565b6000600660009054906101000a900460ff16905090565b610b656000801b610b6061145b565b610e62565b610ba4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9b90614ca5565b60405180910390fd5b807f6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b83604051610bd49190614aa3565b60405180910390a2610be582611bd8565b5050565b610bf161145b565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161480610c375750610c3683610c3161145b565b610f9f565b5b610c76576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6d90614bc5565b60405180910390fd5b610c81838383611bf2565b505050565b610c8e61145b565b73ffffffffffffffffffffffffffffffffffffffff16610cac610e0a565b73ffffffffffffffffffffffffffffffffffffffff1614610d02576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cf990614cc5565b60405180910390fd5b610d0c6000611ef1565b565b610d3f7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6610d3a61145b565b610e62565b610d7e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d7590614c65565b60405180910390fd5b610d8a84848484611fb5565b50505050565b610dc17f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a610dbc61145b565b610e62565b610e00576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610df790614d05565b60405180910390fd5b610e0861214c565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000610e5a82600260008681526020019081526020016000206121ef90919063ffffffff16565b905092915050565b60006001600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b6000801b81565b610ee6610edf61145b565b8383612209565b5050565b6000610f0760026000848152602001908152602001600020612376565b9050919050565b7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b610f3b826107a2565b610f4c81610f4761145b565b611a31565b610f568383611b02565b505050565b7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a81565b606060405180606001604052806035815260200161538c60359139905090565b6000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61103b61145b565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16148061108157506110808561107b61145b565b610f9f565b5b6110c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110b790614bc5565b60405180910390fd5b6110cd858585858561238b565b5050505050565b6110dc61145b565b73ffffffffffffffffffffffffffffffffffffffff166110fa610e0a565b73ffffffffffffffffffffffffffffffffffffffff1614611150576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161114790614cc5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156111c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b790614b65565b60405180910390fd5b6111c981611ef1565b50565b6111d461145b565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16148061121a57506112198361121461145b565b610f9f565b5b611259576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161125090614bc5565b60405180910390fd5b611264838383612610565b505050565b6112738282610e62565b61134557600180600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506112ea61145b565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45b5050565b6000611371836000018373ffffffffffffffffffffffffffffffffffffffff1660001b61282f565b905092915050565b60007fd9b67a26000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061144457507f0e89341c000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061145457506114538261289f565b5b9050919050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614156114d3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114ca90614d85565b60405180910390fd5b8151835114611517576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150e90614d65565b60405180910390fd5b600061152161145b565b905061153281600087878787612919565b60005b845181101561163857838181518110611577577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151600360008784815181106115bc577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461161e9190614f6e565b9250508190555080806116309061516e565b915050611535565b508473ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb87876040516116b0929190614a36565b60405180910390a46116c78160008787878761292f565b5050505050565b8151835114611712576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161170990614d65565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161415611782576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161177990614c05565b60405180910390fd5b600061178c61145b565b905061179c818787878787612919565b60005b845181101561199c5760008582815181106117e3577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015190506000858381518110611828577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151905060006003600084815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156118ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118c190614c85565b60405180910390fd5b8181036003600085815260200190815260200160002060008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816003600085815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546119819190614f6e565b92505081905550505050806119959061516e565b905061179f565b508473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051611a13929190614a36565b60405180910390a4611a2981878787878761292f565b505050505050565b611a3b8282610e62565b611aca57611a608173ffffffffffffffffffffffffffffffffffffffff166014612aff565b611a6e8360001c6020612aff565b604051602001611a7f9291906148fd565b6040516020818303038152906040526040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ac19190614aa3565b60405180910390fd5b5050565b611ad88282611269565b611afd816002600085815260200190815260200160002061134990919063ffffffff16565b505050565b611b0c8282612df9565b611b318160026000858152602001908152602001600020612edb90919063ffffffff16565b505050565b611b3e610b3a565b611b7d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b7490614b25565b60405180910390fd5b6000600660006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611bc161145b565b604051611bce9190614937565b60405180910390a1565b8060059080519060200190611bee929190613509565b5050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611c62576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c5990614c45565b60405180910390fd5b8051825114611ca6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c9d90614d65565b60405180910390fd5b6000611cb061145b565b9050611cd081856000868660405180602001604052806000815250612919565b60005b8351811015611e6b576000848281518110611d17577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015190506000848381518110611d5c577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151905060006003600084815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611dfe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611df590614b85565b60405180910390fd5b8181036003600085815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505050508080611e639061516e565b915050611cd3565b50600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8686604051611ee3929190614a36565b60405180910390a450505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161415612025576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161201c90614d85565b60405180910390fd5b600061202f61145b565b90506120508160008761204188612f0b565b61204a88612f0b565b87612919565b826003600086815260200190815260200160002060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546120b09190614f6e565b925050819055508473ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62878760405161212e929190614de0565b60405180910390a461214581600087878787612fd1565b5050505050565b612154610b3a565b15612194576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161218b90614be5565b60405180910390fd5b6001600660006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586121d861145b565b6040516121e59190614937565b60405180910390a1565b60006121fe83600001836131a1565b60001c905092915050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612278576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161226f90614d25565b60405180910390fd5b80600460008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516123699190614a6d565b60405180910390a3505050565b6000612384826000016131f2565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614156123fb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123f290614c05565b60405180910390fd5b600061240561145b565b905061242581878761241688612f0b565b61241f88612f0b565b87612919565b60006003600086815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050838110156124bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124b490614c85565b60405180910390fd5b8381036003600087815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550836003600087815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546125749190614f6e565b925050819055508573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6288886040516125f1929190614de0565b60405180910390a4612607828888888888612fd1565b50505050505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612680576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267790614c45565b60405180910390fd5b600061268a61145b565b90506126ba8185600061269c87612f0b565b6126a587612f0b565b60405180602001604052806000815250612919565b60006003600085815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015612752576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161274990614b85565b60405180910390fd5b8281036003600086815260200190815260200160002060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f628787604051612820929190614de0565b60405180910390a45050505050565b600061283b8383613203565b612894578260000182908060018154018082558091505060019003906000526020600020016000909190919091505582600001805490508360010160008481526020019081526020016000208190555060019050612899565b600090505b92915050565b60007f5a05180f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480612912575061291182613226565b5b9050919050565b6129278686868686866132a0565b505050505050565b61294e8473ffffffffffffffffffffffffffffffffffffffff166132fe565b15612af7578373ffffffffffffffffffffffffffffffffffffffff1663bc197c8187878686866040518663ffffffff1660e01b8152600401612994959493929190614952565b602060405180830381600087803b1580156129ae57600080fd5b505af19250505080156129df57506040513d601f19601f820116820180604052508101906129dc9190613d7b565b60015b612a6e576129eb615262565b806129f65750612a33565b806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a2a9190614aa3565b60405180910390fd5b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a6590614ac5565b60405180910390fd5b63bc197c8160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614612af5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612aec90614b05565b60405180910390fd5b505b505050505050565b606060006002836002612b129190614fc4565b612b1c9190614f6e565b67ffffffffffffffff811115612b5b577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015612b8d5781602001600182028036833780820191505090505b5090507f300000000000000000000000000000000000000000000000000000000000000081600081518110612beb577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053507f780000000000000000000000000000000000000000000000000000000000000081600181518110612c75577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060006001846002612cb59190614fc4565b612cbf9190614f6e565b90505b6001811115612dab577f3031323334353637383961626364656600000000000000000000000000000000600f861660108110612d27577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b1a60f81b828281518110612d64577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600485901c945080612da490615112565b9050612cc2565b5060008414612def576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612de690614ae5565b60405180910390fd5b8091505092915050565b612e038282610e62565b15612ed75760006001600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550612e7c61145b565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b60405160405180910390a45b5050565b6000612f03836000018373ffffffffffffffffffffffffffffffffffffffff1660001b613311565b905092915050565b60606000600167ffffffffffffffff811115612f50577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051908082528060200260200182016040528015612f7e5781602001602082028036833780820191505090505b5090508281600081518110612fbc577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101818152505080915050919050565b612ff08473ffffffffffffffffffffffffffffffffffffffff166132fe565b15613199578373ffffffffffffffffffffffffffffffffffffffff1663f23a6e6187878686866040518663ffffffff1660e01b81526004016130369594939291906149ba565b602060405180830381600087803b15801561305057600080fd5b505af192505050801561308157506040513d601f19601f8201168201806040525081019061307e9190613d7b565b60015b6131105761308d615262565b8061309857506130d5565b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016130cc9190614aa3565b60405180910390fd5b6040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161310790614ac5565b60405180910390fd5b63f23a6e6160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614613197576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161318e90614b05565b60405180910390fd5b505b505050505050565b60008260000182815481106131df577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200154905092915050565b600081600001805490509050919050565b600080836001016000848152602001908152602001600020541415905092915050565b60007f7965db0b000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480613299575061329882613497565b5b9050919050565b6132ae868686868686613501565b6132b6610b3a565b156132f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132ed90614ba5565b60405180910390fd5b505050505050565b600080823b905060008111915050919050565b6000808360010160008481526020019081526020016000205490506000811461348b576000600182613343919061501e565b905060006001866000018054905061335b919061501e565b90508181146134165760008660000182815481106133a2577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050808760000184815481106133ec577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001819055508387600101600083815260200190815260200160002081905550505b85600001805480613450577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b600190038181906000526020600020016000905590558560010160008681526020019081526020016000206000905560019350505050613491565b60009150505b92915050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b505050505050565b8280546135159061513c565b90600052602060002090601f016020900481019282613537576000855561357e565b82601f1061355057805160ff191683800117855561357e565b8280016001018555821561357e579182015b8281111561357d578251825591602001919060010190613562565b5b50905061358b919061358f565b5090565b5b808211156135a8576000816000905550600101613590565b5090565b60006135bf6135ba84614e3a565b614e09565b905080838252602082019050828560208602820111156135de57600080fd5b60005b8581101561360e57816135f48882613700565b8452602084019350602083019250506001810190506135e1565b5050509392505050565b600061362b61362684614e66565b614e09565b9050808382526020820190508285602086028201111561364a57600080fd5b60005b8581101561367a57816136608882613811565b84526020840193506020830192505060018101905061364d565b5050509392505050565b600061369761369284614e92565b614e09565b9050828152602081018484840111156136af57600080fd5b6136ba8482856150d0565b509392505050565b60006136d56136d084614ec2565b614e09565b9050828152602081018484840111156136ed57600080fd5b6136f88482856150d0565b509392505050565b60008135905061370f81615318565b92915050565b600082601f83011261372657600080fd5b81356137368482602086016135ac565b91505092915050565b600082601f83011261375057600080fd5b8135613760848260208601613618565b91505092915050565b6000813590506137788161532f565b92915050565b60008135905061378d81615346565b92915050565b6000813590506137a28161535d565b92915050565b6000815190506137b78161535d565b92915050565b600082601f8301126137ce57600080fd5b81356137de848260208601613684565b91505092915050565b600082601f8301126137f857600080fd5b81356138088482602086016136c2565b91505092915050565b60008135905061382081615374565b92915050565b60006020828403121561383857600080fd5b600061384684828501613700565b91505092915050565b6000806040838503121561386257600080fd5b600061387085828601613700565b925050602061388185828601613700565b9150509250929050565b600080600080600060a086880312156138a357600080fd5b60006138b188828901613700565b95505060206138c288828901613700565b945050604086013567ffffffffffffffff8111156138df57600080fd5b6138eb8882890161373f565b935050606086013567ffffffffffffffff81111561390857600080fd5b6139148882890161373f565b925050608086013567ffffffffffffffff81111561393157600080fd5b61393d888289016137bd565b9150509295509295909350565b600080600080600060a0868803121561396257600080fd5b600061397088828901613700565b955050602061398188828901613700565b945050604061399288828901613811565b93505060606139a388828901613811565b925050608086013567ffffffffffffffff8111156139c057600080fd5b6139cc888289016137bd565b9150509295509295909350565b6000806000606084860312156139ee57600080fd5b60006139fc86828701613700565b935050602084013567ffffffffffffffff811115613a1957600080fd5b613a258682870161373f565b925050604084013567ffffffffffffffff811115613a4257600080fd5b613a4e8682870161373f565b9150509250925092565b60008060008060808587031215613a6e57600080fd5b6000613a7c87828801613700565b945050602085013567ffffffffffffffff811115613a9957600080fd5b613aa58782880161373f565b935050604085013567ffffffffffffffff811115613ac257600080fd5b613ace8782880161373f565b925050606085013567ffffffffffffffff811115613aeb57600080fd5b613af7878288016137bd565b91505092959194509250565b60008060408385031215613b1657600080fd5b6000613b2485828601613700565b9250506020613b3585828601613769565b9150509250929050565b60008060408385031215613b5257600080fd5b6000613b6085828601613700565b9250506020613b7185828601613811565b9150509250929050565b600080600060608486031215613b9057600080fd5b6000613b9e86828701613700565b9350506020613baf86828701613811565b9250506040613bc086828701613811565b9150509250925092565b60008060008060808587031215613be057600080fd5b6000613bee87828801613700565b9450506020613bff87828801613811565b9350506040613c1087828801613811565b925050606085013567ffffffffffffffff811115613c2d57600080fd5b613c39878288016137bd565b91505092959194509250565b60008060408385031215613c5857600080fd5b600083013567ffffffffffffffff811115613c7257600080fd5b613c7e85828601613715565b925050602083013567ffffffffffffffff811115613c9b57600080fd5b613ca78582860161373f565b9150509250929050565b600060208284031215613cc357600080fd5b6000613cd18482850161377e565b91505092915050565b60008060408385031215613ced57600080fd5b6000613cfb8582860161377e565b9250506020613d0c85828601613700565b9150509250929050565b60008060408385031215613d2957600080fd5b6000613d378582860161377e565b9250506020613d4885828601613811565b9150509250929050565b600060208284031215613d6457600080fd5b6000613d7284828501613793565b91505092915050565b600060208284031215613d8d57600080fd5b6000613d9b848285016137a8565b91505092915050565b60008060408385031215613db757600080fd5b600083013567ffffffffffffffff811115613dd157600080fd5b613ddd858286016137e7565b9250506020613dee85828601613811565b9150509250929050565b600060208284031215613e0a57600080fd5b6000613e1884828501613811565b91505092915050565b6000613e2d83836148df565b60208301905092915050565b613e4281615052565b82525050565b6000613e5382614f02565b613e5d8185614f30565b9350613e6883614ef2565b8060005b83811015613e99578151613e808882613e21565b9750613e8b83614f23565b925050600181019050613e6c565b5085935050505092915050565b613eaf81615064565b82525050565b613ebe81615070565b82525050565b6000613ecf82614f0d565b613ed98185614f41565b9350613ee98185602086016150df565b613ef281615244565b840191505092915050565b6000613f0882614f18565b613f128185614f52565b9350613f228185602086016150df565b613f2b81615244565b840191505092915050565b6000613f4182614f18565b613f4b8185614f63565b9350613f5b8185602086016150df565b80840191505092915050565b6000613f74603483614f52565b91507f455243313135353a207472616e7366657220746f206e6f6e204552433131353560008301527f526563656976657220696d706c656d656e7465720000000000000000000000006020830152604082019050919050565b6000613fda602083614f52565b91507f537472696e67733a20686578206c656e67746820696e73756666696369656e746000830152602082019050919050565b600061401a602883614f52565b91507f455243313135353a204552433131353552656365697665722072656a6563746560008301527f6420746f6b656e730000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614080601483614f52565b91507f5061757361626c653a206e6f74207061757365640000000000000000000000006000830152602082019050919050565b60006140c0602b83614f52565b91507f455243313135353a2062616c616e636520717565727920666f7220746865207a60008301527f65726f20616464726573730000000000000000000000000000000000000000006020830152604082019050919050565b6000614126602683614f52565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061418c602483614f52565b91507f455243313135353a206275726e20616d6f756e7420657863656564732062616c60008301527f616e6365000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006141f2602c83614f52565b91507f455243313135355061757361626c653a20746f6b656e207472616e736665722060008301527f7768696c652070617573656400000000000000000000000000000000000000006020830152604082019050919050565b6000614258602983614f52565b91507f455243313135353a2063616c6c6572206973206e6f74206f776e6572206e6f7260008301527f20617070726f76656400000000000000000000000000000000000000000000006020830152604082019050919050565b60006142be601083614f52565b91507f5061757361626c653a20706175736564000000000000000000000000000000006000830152602082019050919050565b60006142fe602583614f52565b91507f455243313135353a207472616e7366657220746f20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614364603283614f52565b91507f455243313135353a207472616e736665722063616c6c6572206973206e6f742060008301527f6f776e6572206e6f7220617070726f76656400000000000000000000000000006020830152604082019050919050565b60006143ca602383614f52565b91507f455243313135353a206275726e2066726f6d20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614430603883614f52565b91507f455243313135355072657365744d696e7465725061757365723a206d7573742060008301527f68617665206d696e74657220726f6c6520746f206d696e7400000000000000006020830152604082019050919050565b6000614496602a83614f52565b91507f455243313135353a20696e73756666696369656e742062616c616e636520666f60008301527f72207472616e73666572000000000000000000000000000000000000000000006020830152604082019050919050565b60006144fc602283614f52565b91507f6d75737420686176652061646d696e20726f6c6520746f206368616e6765207560008301527f72690000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614562602083614f52565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b60006145a2603b83614f52565b91507f455243313135355072657365744d696e7465725061757365723a206d7573742060008301527f686176652070617573657220726f6c6520746f20756e706175736500000000006020830152604082019050919050565b6000614608603983614f52565b91507f455243313135355072657365744d696e7465725061757365723a206d7573742060008301527f686176652070617573657220726f6c6520746f207061757365000000000000006020830152604082019050919050565b600061466e601783614f63565b91507f416363657373436f6e74726f6c3a206163636f756e74200000000000000000006000830152601782019050919050565b60006146ae602983614f52565b91507f455243313135353a2073657474696e6720617070726f76616c2073746174757360008301527f20666f722073656c6600000000000000000000000000000000000000000000006020830152604082019050919050565b6000614714602983614f52565b91507f455243313135353a206163636f756e747320616e6420696473206c656e67746860008301527f206d69736d6174636800000000000000000000000000000000000000000000006020830152604082019050919050565b600061477a602883614f52565b91507f455243313135353a2069647320616e6420616d6f756e7473206c656e6774682060008301527f6d69736d617463680000000000000000000000000000000000000000000000006020830152604082019050919050565b60006147e0602183614f52565b91507f455243313135353a206d696e7420746f20746865207a65726f2061646472657360008301527f73000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614846601183614f63565b91507f206973206d697373696e6720726f6c65200000000000000000000000000000006000830152601182019050919050565b6000614886602f83614f52565b91507f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560008301527f20726f6c657320666f722073656c6600000000000000000000000000000000006020830152604082019050919050565b6148e8816150c6565b82525050565b6148f7816150c6565b82525050565b600061490882614661565b91506149148285613f36565b915061491f82614839565b915061492b8284613f36565b91508190509392505050565b600060208201905061494c6000830184613e39565b92915050565b600060a0820190506149676000830188613e39565b6149746020830187613e39565b81810360408301526149868186613e48565b9050818103606083015261499a8185613e48565b905081810360808301526149ae8184613ec4565b90509695505050505050565b600060a0820190506149cf6000830188613e39565b6149dc6020830187613e39565b6149e960408301866148ee565b6149f660608301856148ee565b8181036080830152614a088184613ec4565b90509695505050505050565b60006020820190508181036000830152614a2e8184613e48565b905092915050565b60006040820190508181036000830152614a508185613e48565b90508181036020830152614a648184613e48565b90509392505050565b6000602082019050614a826000830184613ea6565b92915050565b6000602082019050614a9d6000830184613eb5565b92915050565b60006020820190508181036000830152614abd8184613efd565b905092915050565b60006020820190508181036000830152614ade81613f67565b9050919050565b60006020820190508181036000830152614afe81613fcd565b9050919050565b60006020820190508181036000830152614b1e8161400d565b9050919050565b60006020820190508181036000830152614b3e81614073565b9050919050565b60006020820190508181036000830152614b5e816140b3565b9050919050565b60006020820190508181036000830152614b7e81614119565b9050919050565b60006020820190508181036000830152614b9e8161417f565b9050919050565b60006020820190508181036000830152614bbe816141e5565b9050919050565b60006020820190508181036000830152614bde8161424b565b9050919050565b60006020820190508181036000830152614bfe816142b1565b9050919050565b60006020820190508181036000830152614c1e816142f1565b9050919050565b60006020820190508181036000830152614c3e81614357565b9050919050565b60006020820190508181036000830152614c5e816143bd565b9050919050565b60006020820190508181036000830152614c7e81614423565b9050919050565b60006020820190508181036000830152614c9e81614489565b9050919050565b60006020820190508181036000830152614cbe816144ef565b9050919050565b60006020820190508181036000830152614cde81614555565b9050919050565b60006020820190508181036000830152614cfe81614595565b9050919050565b60006020820190508181036000830152614d1e816145fb565b9050919050565b60006020820190508181036000830152614d3e816146a1565b9050919050565b60006020820190508181036000830152614d5e81614707565b9050919050565b60006020820190508181036000830152614d7e8161476d565b9050919050565b60006020820190508181036000830152614d9e816147d3565b9050919050565b60006020820190508181036000830152614dbe81614879565b9050919050565b6000602082019050614dda60008301846148ee565b92915050565b6000604082019050614df560008301856148ee565b614e0260208301846148ee565b9392505050565b6000604051905081810181811067ffffffffffffffff82111715614e3057614e2f615215565b5b8060405250919050565b600067ffffffffffffffff821115614e5557614e54615215565b5b602082029050602081019050919050565b600067ffffffffffffffff821115614e8157614e80615215565b5b602082029050602081019050919050565b600067ffffffffffffffff821115614ead57614eac615215565b5b601f19601f8301169050602081019050919050565b600067ffffffffffffffff821115614edd57614edc615215565b5b601f19601f8301169050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b6000614f79826150c6565b9150614f84836150c6565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115614fb957614fb86151b7565b5b828201905092915050565b6000614fcf826150c6565b9150614fda836150c6565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615615013576150126151b7565b5b828202905092915050565b6000615029826150c6565b9150615034836150c6565b925082821015615047576150466151b7565b5b828203905092915050565b600061505d826150a6565b9050919050565b60008115159050919050565b6000819050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156150fd5780820151818401526020810190506150e2565b8381111561510c576000848401525b50505050565b600061511d826150c6565b91506000821415615131576151306151b7565b5b600182039050919050565b6000600282049050600182168061515457607f821691505b60208210811415615168576151676151e6565b5b50919050565b6000615179826150c6565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156151ac576151ab6151b7565b5b600182019050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b60008160e01c9050919050565b600060443d101561527257615315565b60046000803e615283600051615255565b6308c379a081146152945750615315565b60405160043d036004823e80513d602482011167ffffffffffffffff821117156152c057505050615315565b808201805167ffffffffffffffff8111156152df575050505050615315565b8060208301013d85018111156152fa57505050505050615315565b61530382615244565b60208401016040528296505050505050505b90565b61532181615052565b811461532c57600080fd5b50565b61533881615064565b811461534357600080fd5b50565b61534f81615070565b811461535a57600080fd5b50565b6153668161507a565b811461537157600080fd5b50565b61537d816150c6565b811461538857600080fd5b5056fe697066733a2f2f516d64366b7a394d4b33616a44673835394368776a6a56545265724c74646f705036337051737a6434724e513576a2646970667358221220af319ccf5a1611e9afde87c036efebb85d52f03d03234be039540ed6132c6a2264736f6c63430008000033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : uri (string):

-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000020
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000000


Deployed Bytecode Sourcemap

71446:3389:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;54804:231;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;73860:237;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;54548:105;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;72673:325;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;39222:123;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;56743:442;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;39607:147;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;40655:218;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;73608:180;;;:::i;:::-;;55201:524;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;23812:86;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;74603:229;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;70254:353;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;21828:103;;;:::i;:::-;;72273:293;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;73214:174;;;:::i;:::-;;21177:87;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;44184:145;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;38107:139;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;37198:49;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;55798:155;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;44503:134;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;71563:62;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;39999:149;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;71632:62;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;74456:140;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;56025:168;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;56265:401;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;22086:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;69925:321;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;54804:231;54890:7;54937:1;54918:21;;:7;:21;;;;54910:77;;;;;;;;;;;;:::i;:::-;;;;;;;;;55005:9;:13;55015:2;55005:13;;;;;;;;;;;:22;55019:7;55005:22;;;;;;;;;;;;;;;;54998:29;;54804:231;;;;:::o;73860:237::-;74024:4;74053:36;74077:11;74053:23;:36::i;:::-;74046:43;;73860:237;;;:::o;54548:105::-;54608:13;54641:4;54634:11;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;54548:105;;;:::o;72673:325::-;72848:34;71601:24;72869:12;:10;:12::i;:::-;72848:7;:34::i;:::-;72840:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;72956:34;72967:2;72971:3;72976:7;72985:4;72956:10;:34::i;:::-;72673:325;;;;:::o;39222:123::-;39288:7;39315:6;:12;39322:4;39315:12;;;;;;;;;;;:22;;;39308:29;;39222:123;;;:::o;56743:442::-;56984:12;:10;:12::i;:::-;56976:20;;:4;:20;;;:60;;;;57000:36;57017:4;57023:12;:10;:12::i;:::-;57000:16;:36::i;:::-;56976:60;56954:160;;;;;;;;;;;;:::i;:::-;;;;;;;;;57125:52;57148:4;57154:2;57158:3;57163:7;57172:4;57125:22;:52::i;:::-;56743:442;;;;;:::o;39607:147::-;39690:18;39703:4;39690:12;:18::i;:::-;37689:30;37700:4;37706:12;:10;:12::i;:::-;37689:10;:30::i;:::-;39721:25:::1;39732:4;39738:7;39721:10;:25::i;:::-;39607:147:::0;;;:::o;40655:218::-;40762:12;:10;:12::i;:::-;40751:23;;:7;:23;;;40743:83;;;;;;;;;;;;:::i;:::-;;;;;;;;;40839:26;40851:4;40857:7;40839:11;:26::i;:::-;40655:218;;:::o;73608:180::-;73661:34;71670:24;73682:12;:10;:12::i;:::-;73661:7;:34::i;:::-;73653:106;;;;;;;;;;;;:::i;:::-;;;;;;;;;73770:10;:8;:10::i;:::-;73608:180::o;55201:524::-;55357:16;55418:3;:10;55399:8;:15;:29;55391:83;;;;;;;;;;;;:::i;:::-;;;;;;;;;55487:30;55534:8;:15;55520:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;55487:63;;55568:9;55563:122;55587:8;:15;55583:1;:19;55563:122;;;55643:30;55653:8;55662:1;55653:11;;;;;;;;;;;;;;;;;;;;;;55666:3;55670:1;55666:6;;;;;;;;;;;;;;;;;;;;;;55643:9;:30::i;:::-;55624:13;55638:1;55624:16;;;;;;;;;;;;;;;;;;;;;:49;;;;;55604:3;;;;:::i;:::-;;;55563:122;;;;55704:13;55697:20;;;55201:524;;;;:::o;23812:86::-;23859:4;23883:7;;;;;;;;;;;23876:14;;23812:86;:::o;74603:229::-;74680:41;37243:4;74688:18;;74708:12;:10;:12::i;:::-;74680:7;:41::i;:::-;74672:88;;;;;;;;;;;;:::i;:::-;;;;;;;;;74791:2;74779:15;74783:6;74779:15;;;;;;:::i;:::-;;;;;;;;74808;74816:6;74808:7;:15::i;:::-;74603:229;;:::o;70254:353::-;70430:12;:10;:12::i;:::-;70419:23;;:7;:23;;;:66;;;;70446:39;70463:7;70472:12;:10;:12::i;:::-;70446:16;:39::i;:::-;70419:66;70397:157;;;;;;;;;;;;:::i;:::-;;;;;;;;;70567:32;70578:7;70587:3;70592:6;70567:10;:32::i;:::-;70254:353;;;:::o;21828:103::-;21408:12;:10;:12::i;:::-;21397:23;;:7;:5;:7::i;:::-;:23;;;21389:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;21893:30:::1;21920:1;21893:18;:30::i;:::-;21828:103::o:0;72273:293::-;72423:34;71601:24;72444:12;:10;:12::i;:::-;72423:7;:34::i;:::-;72415:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;72531:27;72537:2;72541;72545:6;72553:4;72531:5;:27::i;:::-;72273:293;;;;:::o;73214:174::-;73265:34;71670:24;73286:12;:10;:12::i;:::-;73265:7;:34::i;:::-;73257:104;;;;;;;;;;;;:::i;:::-;;;;;;;;;73372:8;:6;:8::i;:::-;73214:174::o;21177:87::-;21223:7;21250:6;;;;;;;;;;;21243:13;;21177:87;:::o;44184:145::-;44266:7;44293:28;44315:5;44293:12;:18;44306:4;44293:18;;;;;;;;;;;:21;;:28;;;;:::i;:::-;44286:35;;44184:145;;;;:::o;38107:139::-;38185:4;38209:6;:12;38216:4;38209:12;;;;;;;;;;;:20;;:29;38230:7;38209:29;;;;;;;;;;;;;;;;;;;;;;;;;38202:36;;38107:139;;;;:::o;37198:49::-;37243:4;37198:49;;;:::o;55798:155::-;55893:52;55912:12;:10;:12::i;:::-;55926:8;55936;55893:18;:52::i;:::-;55798:155;;:::o;44503:134::-;44575:7;44602:27;:12;:18;44615:4;44602:18;;;;;;;;;;;:25;:27::i;:::-;44595:34;;44503:134;;;:::o;71563:62::-;71601:24;71563:62;:::o;39999:149::-;40083:18;40096:4;40083:12;:18::i;:::-;37689:30;37700:4;37706:12;:10;:12::i;:::-;37689:10;:30::i;:::-;40114:26:::1;40126:4;40132:7;40114:11;:26::i;:::-;39999:149:::0;;;:::o;71632:62::-;71670:24;71632:62;:::o;74456:140::-;74500:13;74526:62;;;;;;;;;;;;;;;;;;;74456:140;:::o;56025:168::-;56124:4;56148:18;:27;56167:7;56148:27;;;;;;;;;;;;;;;:37;56176:8;56148:37;;;;;;;;;;;;;;;;;;;;;;;;;56141:44;;56025:168;;;;:::o;56265:401::-;56481:12;:10;:12::i;:::-;56473:20;;:4;:20;;;:60;;;;56497:36;56514:4;56520:12;:10;:12::i;:::-;56497:16;:36::i;:::-;56473:60;56451:151;;;;;;;;;;;;:::i;:::-;;;;;;;;;56613:45;56631:4;56637:2;56641;56645:6;56653:4;56613:17;:45::i;:::-;56265:401;;;;;:::o;22086:201::-;21408:12;:10;:12::i;:::-;21397:23;;:7;:5;:7::i;:::-;:23;;;21389:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;22195:1:::1;22175:22;;:8;:22;;;;22167:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;22251:28;22270:8;22251:18;:28::i;:::-;22086:201:::0;:::o;69925:321::-;70076:12;:10;:12::i;:::-;70065:23;;:7;:23;;;:66;;;;70092:39;70109:7;70118:12;:10;:12::i;:::-;70092:16;:39::i;:::-;70065:66;70043:157;;;;;;;;;;;;:::i;:::-;;;;;;;;;70213:25;70219:7;70228:2;70232:5;70213;:25::i;:::-;69925:321;;;:::o;42156:238::-;42240:22;42248:4;42254:7;42240;:22::i;:::-;42235:152;;42311:4;42279:6;:12;42286:4;42279:12;;;;;;;;;;;:20;;:29;42300:7;42279:29;;;;;;;;;;;;;;;;:36;;;;;;;;;;;;;;;;;;42362:12;:10;:12::i;:::-;42335:40;;42353:7;42335:40;;42347:4;42335:40;;;;;;;;;;42235:152;42156:238;;:::o;7907:152::-;7977:4;8001:50;8006:3;:10;;8042:5;8026:23;;8018:32;;8001:4;:50::i;:::-;7994:57;;7907:152;;;;:::o;53827:310::-;53929:4;53981:26;53966:41;;;:11;:41;;;;:110;;;;54039:37;54024:52;;;:11;:52;;;;53966:110;:163;;;;54093:36;54117:11;54093:23;:36::i;:::-;53966:163;53946:183;;53827:310;;;:::o;19866:98::-;19919:7;19946:10;19939:17;;19866:98;:::o;62144:735::-;62336:1;62322:16;;:2;:16;;;;62314:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;62409:7;:14;62395:3;:10;:28;62387:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;62481:16;62500:12;:10;:12::i;:::-;62481:31;;62525:66;62546:8;62564:1;62568:2;62572:3;62577:7;62586:4;62525:20;:66::i;:::-;62609:9;62604:103;62628:3;:10;62624:1;:14;62604:103;;;62685:7;62693:1;62685:10;;;;;;;;;;;;;;;;;;;;;;62660:9;:17;62670:3;62674:1;62670:6;;;;;;;;;;;;;;;;;;;;;;62660:17;;;;;;;;;;;:21;62678:2;62660:21;;;;;;;;;;;;;;;;:35;;;;;;;:::i;:::-;;;;;;;;62640:3;;;;;:::i;:::-;;;;62604:103;;;;62760:2;62724:53;;62756:1;62724:53;;62738:8;62724:53;;;62764:3;62769:7;62724:53;;;;;;;:::i;:::-;;;;;;;;62790:81;62826:8;62844:1;62848:2;62852:3;62857:7;62866:4;62790:35;:81::i;:::-;62144:735;;;;;:::o;58827:1074::-;59054:7;:14;59040:3;:10;:28;59032:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;59146:1;59132:16;;:2;:16;;;;59124:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;59203:16;59222:12;:10;:12::i;:::-;59203:31;;59247:60;59268:8;59278:4;59284:2;59288:3;59293:7;59302:4;59247:20;:60::i;:::-;59325:9;59320:421;59344:3;:10;59340:1;:14;59320:421;;;59376:10;59389:3;59393:1;59389:6;;;;;;;;;;;;;;;;;;;;;;59376:19;;59410:14;59427:7;59435:1;59427:10;;;;;;;;;;;;;;;;;;;;;;59410:27;;59454:19;59476:9;:13;59486:2;59476:13;;;;;;;;;;;:19;59490:4;59476:19;;;;;;;;;;;;;;;;59454:41;;59533:6;59518:11;:21;;59510:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;59666:6;59652:11;:20;59630:9;:13;59640:2;59630:13;;;;;;;;;;;:19;59644:4;59630:19;;;;;;;;;;;;;;;:42;;;;59723:6;59702:9;:13;59712:2;59702:13;;;;;;;;;;;:17;59716:2;59702:17;;;;;;;;;;;;;;;;:27;;;;;;;:::i;:::-;;;;;;;;59320:421;;;59356:3;;;;:::i;:::-;;;59320:421;;;;59788:2;59758:47;;59782:4;59758:47;;59772:8;59758:47;;;59792:3;59797:7;59758:47;;;;;;;:::i;:::-;;;;;;;;59818:75;59854:8;59864:4;59870:2;59874:3;59879:7;59888:4;59818:35;:75::i;:::-;58827:1074;;;;;;:::o;38536:497::-;38617:22;38625:4;38631:7;38617;:22::i;:::-;38612:414;;38805:41;38833:7;38805:41;;38843:2;38805:19;:41::i;:::-;38919:38;38947:4;38939:13;;38954:2;38919:19;:38::i;:::-;38710:270;;;;;;;;;:::i;:::-;;;;;;;;;;;;;38656:358;;;;;;;;;;;:::i;:::-;;;;;;;;38612:414;38536:497;;:::o;44730:169::-;44818:31;44835:4;44841:7;44818:16;:31::i;:::-;44860;44883:7;44860:12;:18;44873:4;44860:18;;;;;;;;;;;:22;;:31;;;;:::i;:::-;;44730:169;;:::o;44993:174::-;45082:32;45100:4;45106:7;45082:17;:32::i;:::-;45125:34;45151:7;45125:12;:18;45138:4;45125:18;;;;;;;;;;;:25;;:34;;;;:::i;:::-;;44993:174;;:::o;24871:120::-;24415:8;:6;:8::i;:::-;24407:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;24940:5:::1;24930:7;;:15;;;;;;;;;;;;;;;;;;24961:22;24970:12;:10;:12::i;:::-;24961:22;;;;;;:::i;:::-;;;;;;;;24871:120::o:0;60745:88::-;60819:6;60812:4;:13;;;;;;;;;;;;:::i;:::-;;60745:88;:::o;63980:891::-;64148:1;64132:18;;:4;:18;;;;64124:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;64223:7;:14;64209:3;:10;:28;64201:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;64295:16;64314:12;:10;:12::i;:::-;64295:31;;64339:66;64360:8;64370:4;64384:1;64388:3;64393:7;64339:66;;;;;;;;;;;;:20;:66::i;:::-;64423:9;64418:373;64442:3;:10;64438:1;:14;64418:373;;;64474:10;64487:3;64491:1;64487:6;;;;;;;;;;;;;;;;;;;;;;64474:19;;64508:14;64525:7;64533:1;64525:10;;;;;;;;;;;;;;;;;;;;;;64508:27;;64552:19;64574:9;:13;64584:2;64574:13;;;;;;;;;;;:19;64588:4;64574:19;;;;;;;;;;;;;;;;64552:41;;64631:6;64616:11;:21;;64608:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;64758:6;64744:11;:20;64722:9;:13;64732:2;64722:13;;;;;;;;;;;:19;64736:4;64722:19;;;;;;;;;;;;;;;:42;;;;64418:373;;;64454:3;;;;;:::i;:::-;;;;64418:373;;;;64846:1;64808:55;;64832:4;64808:55;;64822:8;64808:55;;;64850:3;64855:7;64808:55;;;;;;;:::i;:::-;;;;;;;;63980:891;;;;:::o;22447:191::-;22521:16;22540:6;;;;;;;;;;;22521:25;;22566:8;22557:6;;:17;;;;;;;;;;;;;;;;;;22621:8;22590:40;;22611:8;22590:40;;;;;;;;;;;;22447:191;;:::o;61219:569::-;61386:1;61372:16;;:2;:16;;;;61364:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;61439:16;61458:12;:10;:12::i;:::-;61439:31;;61483:102;61504:8;61522:1;61526:2;61530:21;61548:2;61530:17;:21::i;:::-;61553:25;61571:6;61553:17;:25::i;:::-;61580:4;61483:20;:102::i;:::-;61619:6;61598:9;:13;61608:2;61598:13;;;;;;;;;;;:17;61612:2;61598:17;;;;;;;;;;;;;;;;:27;;;;;;;:::i;:::-;;;;;;;;61678:2;61641:52;;61674:1;61641:52;;61656:8;61641:52;;;61682:2;61686:6;61641:52;;;;;;;:::i;:::-;;;;;;;;61706:74;61737:8;61755:1;61759:2;61763;61767:6;61775:4;61706:30;:74::i;:::-;61219:569;;;;;:::o;24612:118::-;24138:8;:6;:8::i;:::-;24137:9;24129:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;24682:4:::1;24672:7;;:14;;;;;;;;;;;;;;;;;;24702:20;24709:12;:10;:12::i;:::-;24702:20;;;;;;:::i;:::-;;;;;;;;24612:118::o:0;9203:158::-;9277:7;9328:22;9332:3;:10;;9344:5;9328:3;:22::i;:::-;9320:31;;9297:56;;9203:158;;;;:::o;65013:331::-;65168:8;65159:17;;:5;:17;;;;65151:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;65271:8;65233:18;:25;65252:5;65233:25;;;;;;;;;;;;;;;:35;65259:8;65233:35;;;;;;;;;;;;;;;;:46;;;;;;;;;;;;;;;;;;65317:8;65295:41;;65310:5;65295:41;;;65327:8;65295:41;;;;;;:::i;:::-;;;;;;;;65013:331;;;:::o;8732:117::-;8795:7;8822:19;8830:3;:10;;8822:7;:19::i;:::-;8815:26;;8732:117;;;:::o;57649:820::-;57851:1;57837:16;;:2;:16;;;;57829:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;57908:16;57927:12;:10;:12::i;:::-;57908:31;;57952:96;57973:8;57983:4;57989:2;57993:21;58011:2;57993:17;:21::i;:::-;58016:25;58034:6;58016:17;:25::i;:::-;58043:4;57952:20;:96::i;:::-;58061:19;58083:9;:13;58093:2;58083:13;;;;;;;;;;;:19;58097:4;58083:19;;;;;;;;;;;;;;;;58061:41;;58136:6;58121:11;:21;;58113:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;58261:6;58247:11;:20;58225:9;:13;58235:2;58225:13;;;;;;;;;;;:19;58239:4;58225:19;;;;;;;;;;;;;;;:42;;;;58310:6;58289:9;:13;58299:2;58289:13;;;;;;;;;;;:17;58303:2;58289:17;;;;;;;;;;;;;;;;:27;;;;;;;:::i;:::-;;;;;;;;58365:2;58334:46;;58359:4;58334:46;;58349:8;58334:46;;;58369:2;58373:6;58334:46;;;;;;;:::i;:::-;;;;;;;;58393:68;58424:8;58434:4;58440:2;58444;58448:6;58456:4;58393:30;:68::i;:::-;57649:820;;;;;;;:::o;63129:648::-;63272:1;63256:18;;:4;:18;;;;63248:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;63327:16;63346:12;:10;:12::i;:::-;63327:31;;63371:102;63392:8;63402:4;63416:1;63420:21;63438:2;63420:17;:21::i;:::-;63443:25;63461:6;63443:17;:25::i;:::-;63371:102;;;;;;;;;;;;:20;:102::i;:::-;63486:19;63508:9;:13;63518:2;63508:13;;;;;;;;;;;:19;63522:4;63508:19;;;;;;;;;;;;;;;;63486:41;;63561:6;63546:11;:21;;63538:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;63680:6;63666:11;:20;63644:9;:13;63654:2;63644:13;;;;;;;;;;;:19;63658:4;63644:19;;;;;;;;;;;;;;;:42;;;;63754:1;63715:54;;63740:4;63715:54;;63730:8;63715:54;;;63758:2;63762:6;63715:54;;;;;;;:::i;:::-;;;;;;;;63129:648;;;;;:::o;1822:414::-;1885:4;1907:21;1917:3;1922:5;1907:9;:21::i;:::-;1902:327;;1945:3;:11;;1962:5;1945:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2128:3;:11;;:18;;;;2106:3;:12;;:19;2119:5;2106:19;;;;;;;;;;;:40;;;;2168:4;2161:11;;;;1902:327;2212:5;2205:12;;1822:414;;;;;:::o;43371:214::-;43456:4;43495:42;43480:57;;;:11;:57;;;;:97;;;;43541:36;43565:11;43541:23;:36::i;:::-;43480:97;43473:104;;43371:214;;;:::o;74105:339::-;74370:66;74397:8;74407:4;74413:2;74417:3;74422:7;74431:4;74370:26;:66::i;:::-;74105:339;;;;;;:::o;67281:813::-;67521:15;:2;:13;;;:15::i;:::-;67517:570;;;67574:2;67557:43;;;67601:8;67611:4;67617:3;67622:7;67631:4;67557:79;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;67553:523;;;;:::i;:::-;;;;;;;;67949:6;67942:14;;;;;;;;;;;:::i;:::-;;;;;;;;67553:523;67998:62;;;;;;;;;;:::i;:::-;;;;;;;;67553:523;67730:48;;;67718:60;;;:8;:60;;;;67714:159;;67803:50;;;;;;;;;;:::i;:::-;;;;;;;;67714:159;67637:251;67517:570;67281:813;;;;;;:::o;14313:451::-;14388:13;14414:19;14459:1;14450:6;14446:1;:10;;;;:::i;:::-;:14;;;;:::i;:::-;14436:25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14414:47;;14472:15;:6;14479:1;14472:9;;;;;;;;;;;;;;;;;;;:15;;;;;;;;;;;14498;:6;14505:1;14498:9;;;;;;;;;;;;;;;;;;;:15;;;;;;;;;;;14529:9;14554:1;14545:6;14541:1;:10;;;;:::i;:::-;:14;;;;:::i;:::-;14529:26;;14524:135;14561:1;14557;:5;14524:135;;;14596:12;14617:3;14609:5;:11;14596:25;;;;;;;;;;;;;;;;;;14584:6;14591:1;14584:9;;;;;;;;;;;;;;;;;;;:37;;;;;;;;;;;14646:1;14636:11;;;;;14564:3;;;;:::i;:::-;;;14524:135;;;;14686:1;14677:5;:10;14669:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;14749:6;14735:21;;;14313:451;;;;:::o;42526:239::-;42610:22;42618:4;42624:7;42610;:22::i;:::-;42606:152;;;42681:5;42649:6;:12;42656:4;42649:12;;;;;;;;;;;:20;;:29;42670:7;42649:29;;;;;;;;;;;;;;;;:37;;;;;;;;;;;;;;;;;;42733:12;:10;:12::i;:::-;42706:40;;42724:7;42706:40;;42718:4;42706:40;;;;;;;;;;42606:152;42526:239;;:::o;8235:158::-;8308:4;8332:53;8340:3;:10;;8376:5;8360:23;;8352:32;;8332:7;:53::i;:::-;8325:60;;8235:158;;;;:::o;68102:198::-;68168:16;68197:22;68236:1;68222:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;68197:41;;68260:7;68249:5;68255:1;68249:8;;;;;;;;;;;;;;;;;;;;;:18;;;;;68287:5;68280:12;;;68102:198;;;:::o;66529:744::-;66744:15;:2;:13;;;:15::i;:::-;66740:526;;;66797:2;66780:38;;;66819:8;66829:4;66835:2;66839:6;66847:4;66780:72;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;66776:479;;;;:::i;:::-;;;;;;;;67128:6;67121:14;;;;;;;;;;;:::i;:::-;;;;;;;;66776:479;67177:62;;;;;;;;;;:::i;:::-;;;;;;;;66776:479;66914:43;;;66902:55;;;:8;:55;;;;66898:154;;66982:50;;;;;;;;;;:::i;:::-;;;;;;;;66898:154;66853:214;66740:526;66529:744;;;;;;:::o;4596:120::-;4663:7;4690:3;:11;;4702:5;4690:18;;;;;;;;;;;;;;;;;;;;;;;;4683:25;;4596:120;;;;:::o;4133:109::-;4189:7;4216:3;:11;;:18;;;;4209:25;;4133:109;;;:::o;3918:129::-;3991:4;4038:1;4015:3;:12;;:19;4028:5;4015:19;;;;;;;;;;;;:24;;4008:31;;3918:129;;;;:::o;37811:204::-;37896:4;37935:32;37920:47;;;:11;:47;;;;:87;;;;37971:36;37995:11;37971:23;:36::i;:::-;37920:87;37913:94;;37811:204;;;:::o;69060:392::-;69299:66;69326:8;69336:4;69342:2;69346:3;69351:7;69360:4;69299:26;:66::i;:::-;69387:8;:6;:8::i;:::-;69386:9;69378:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;69060:392;;;;;;:::o;25853:387::-;25913:4;26121:12;26188:7;26176:20;26168:28;;26231:1;26224:4;:8;26217:15;;;25853:387;;;:::o;2412:1420::-;2478:4;2596:18;2617:3;:12;;:19;2630:5;2617:19;;;;;;;;;;;;2596:40;;2667:1;2653:10;:15;2649:1176;;3028:21;3065:1;3052:10;:14;;;;:::i;:::-;3028:38;;3081:17;3122:1;3101:3;:11;;:18;;;;:22;;;;:::i;:::-;3081:42;;3157:13;3144:9;:26;3140:405;;3191:17;3211:3;:11;;3223:9;3211:22;;;;;;;;;;;;;;;;;;;;;;;;3191:42;;3365:9;3336:3;:11;;3348:13;3336:26;;;;;;;;;;;;;;;;;;;;;;;:38;;;;3476:10;3450:3;:12;;:23;3463:9;3450:23;;;;;;;;;;;:36;;;;3140:405;;3626:3;:11;;:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3721:3;:12;;:19;3734:5;3721:19;;;;;;;;;;;3714:26;;;3764:4;3757:11;;;;;;;2649:1176;3808:5;3801:12;;;2412:1420;;;;;:::o;35036:157::-;35121:4;35160:25;35145:40;;;:11;:40;;;;35138:47;;35036:157;;;:::o;66300:221::-;;;;;;;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;24:622:1:-;;145:80;160:64;217:6;160:64;:::i;:::-;145:80;:::i;:::-;136:89;;245:5;273:6;266:5;259:21;299:4;292:5;288:16;281:23;;324:6;374:3;366:4;358:6;354:17;349:3;345:27;342:36;339:2;;;391:1;388;381:12;339:2;419:1;404:236;429:6;426:1;423:13;404:236;;;496:3;524:37;557:3;545:10;524:37;:::i;:::-;519:3;512:50;591:4;586:3;582:14;575:21;;625:4;620:3;616:14;609:21;;464:176;451:1;448;444:9;439:14;;404:236;;;408:14;126:520;;;;;;;:::o;669:622::-;;790:80;805:64;862:6;805:64;:::i;:::-;790:80;:::i;:::-;781:89;;890:5;918:6;911:5;904:21;944:4;937:5;933:16;926:23;;969:6;1019:3;1011:4;1003:6;999:17;994:3;990:27;987:36;984:2;;;1036:1;1033;1026:12;984:2;1064:1;1049:236;1074:6;1071:1;1068:13;1049:236;;;1141:3;1169:37;1202:3;1190:10;1169:37;:::i;:::-;1164:3;1157:50;1236:4;1231:3;1227:14;1220:21;;1270:4;1265:3;1261:14;1254:21;;1109:176;1096:1;1093;1089:9;1084:14;;1049:236;;;1053:14;771:520;;;;;;;:::o;1297:342::-;;1399:64;1414:48;1455:6;1414:48;:::i;:::-;1399:64;:::i;:::-;1390:73;;1486:6;1479:5;1472:21;1524:4;1517:5;1513:16;1562:3;1553:6;1548:3;1544:16;1541:25;1538:2;;;1579:1;1576;1569:12;1538:2;1592:41;1626:6;1621:3;1616;1592:41;:::i;:::-;1380:259;;;;;;:::o;1645:344::-;;1748:65;1763:49;1805:6;1763:49;:::i;:::-;1748:65;:::i;:::-;1739:74;;1836:6;1829:5;1822:21;1874:4;1867:5;1863:16;1912:3;1903:6;1898:3;1894:16;1891:25;1888:2;;;1929:1;1926;1919:12;1888:2;1942:41;1976:6;1971:3;1966;1942:41;:::i;:::-;1729:260;;;;;;:::o;1995:139::-;;2079:6;2066:20;2057:29;;2095:33;2122:5;2095:33;:::i;:::-;2047:87;;;;:::o;2157:303::-;;2277:3;2270:4;2262:6;2258:17;2254:27;2244:2;;2295:1;2292;2285:12;2244:2;2335:6;2322:20;2360:94;2450:3;2442:6;2435:4;2427:6;2423:17;2360:94;:::i;:::-;2351:103;;2234:226;;;;;:::o;2483:303::-;;2603:3;2596:4;2588:6;2584:17;2580:27;2570:2;;2621:1;2618;2611:12;2570:2;2661:6;2648:20;2686:94;2776:3;2768:6;2761:4;2753:6;2749:17;2686:94;:::i;:::-;2677:103;;2560:226;;;;;:::o;2792:133::-;;2873:6;2860:20;2851:29;;2889:30;2913:5;2889:30;:::i;:::-;2841:84;;;;:::o;2931:139::-;;3015:6;3002:20;2993:29;;3031:33;3058:5;3031:33;:::i;:::-;2983:87;;;;:::o;3076:137::-;;3159:6;3146:20;3137:29;;3175:32;3201:5;3175:32;:::i;:::-;3127:86;;;;:::o;3219:141::-;;3306:6;3300:13;3291:22;;3322:32;3348:5;3322:32;:::i;:::-;3281:79;;;;:::o;3379:271::-;;3483:3;3476:4;3468:6;3464:17;3460:27;3450:2;;3501:1;3498;3491:12;3450:2;3541:6;3528:20;3566:78;3640:3;3632:6;3625:4;3617:6;3613:17;3566:78;:::i;:::-;3557:87;;3440:210;;;;;:::o;3670:273::-;;3775:3;3768:4;3760:6;3756:17;3752:27;3742:2;;3793:1;3790;3783:12;3742:2;3833:6;3820:20;3858:79;3933:3;3925:6;3918:4;3910:6;3906:17;3858:79;:::i;:::-;3849:88;;3732:211;;;;;:::o;3949:139::-;;4033:6;4020:20;4011:29;;4049:33;4076:5;4049:33;:::i;:::-;4001:87;;;;:::o;4094:262::-;;4202:2;4190:9;4181:7;4177:23;4173:32;4170:2;;;4218:1;4215;4208:12;4170:2;4261:1;4286:53;4331:7;4322:6;4311:9;4307:22;4286:53;:::i;:::-;4276:63;;4232:117;4160:196;;;;:::o;4362:407::-;;;4487:2;4475:9;4466:7;4462:23;4458:32;4455:2;;;4503:1;4500;4493:12;4455:2;4546:1;4571:53;4616:7;4607:6;4596:9;4592:22;4571:53;:::i;:::-;4561:63;;4517:117;4673:2;4699:53;4744:7;4735:6;4724:9;4720:22;4699:53;:::i;:::-;4689:63;;4644:118;4445:324;;;;;:::o;4775:1241::-;;;;;;5010:3;4998:9;4989:7;4985:23;4981:33;4978:2;;;5027:1;5024;5017:12;4978:2;5070:1;5095:53;5140:7;5131:6;5120:9;5116:22;5095:53;:::i;:::-;5085:63;;5041:117;5197:2;5223:53;5268:7;5259:6;5248:9;5244:22;5223:53;:::i;:::-;5213:63;;5168:118;5353:2;5342:9;5338:18;5325:32;5384:18;5376:6;5373:30;5370:2;;;5416:1;5413;5406:12;5370:2;5444:78;5514:7;5505:6;5494:9;5490:22;5444:78;:::i;:::-;5434:88;;5296:236;5599:2;5588:9;5584:18;5571:32;5630:18;5622:6;5619:30;5616:2;;;5662:1;5659;5652:12;5616:2;5690:78;5760:7;5751:6;5740:9;5736:22;5690:78;:::i;:::-;5680:88;;5542:236;5845:3;5834:9;5830:19;5817:33;5877:18;5869:6;5866:30;5863:2;;;5909:1;5906;5899:12;5863:2;5937:62;5991:7;5982:6;5971:9;5967:22;5937:62;:::i;:::-;5927:72;;5788:221;4968:1048;;;;;;;;:::o;6022:955::-;;;;;;6207:3;6195:9;6186:7;6182:23;6178:33;6175:2;;;6224:1;6221;6214:12;6175:2;6267:1;6292:53;6337:7;6328:6;6317:9;6313:22;6292:53;:::i;:::-;6282:63;;6238:117;6394:2;6420:53;6465:7;6456:6;6445:9;6441:22;6420:53;:::i;:::-;6410:63;;6365:118;6522:2;6548:53;6593:7;6584:6;6573:9;6569:22;6548:53;:::i;:::-;6538:63;;6493:118;6650:2;6676:53;6721:7;6712:6;6701:9;6697:22;6676:53;:::i;:::-;6666:63;;6621:118;6806:3;6795:9;6791:19;6778:33;6838:18;6830:6;6827:30;6824:2;;;6870:1;6867;6860:12;6824:2;6898:62;6952:7;6943:6;6932:9;6928:22;6898:62;:::i;:::-;6888:72;;6749:221;6165:812;;;;;;;;:::o;6983:838::-;;;;7175:2;7163:9;7154:7;7150:23;7146:32;7143:2;;;7191:1;7188;7181:12;7143:2;7234:1;7259:53;7304:7;7295:6;7284:9;7280:22;7259:53;:::i;:::-;7249:63;;7205:117;7389:2;7378:9;7374:18;7361:32;7420:18;7412:6;7409:30;7406:2;;;7452:1;7449;7442:12;7406:2;7480:78;7550:7;7541:6;7530:9;7526:22;7480:78;:::i;:::-;7470:88;;7332:236;7635:2;7624:9;7620:18;7607:32;7666:18;7658:6;7655:30;7652:2;;;7698:1;7695;7688:12;7652:2;7726:78;7796:7;7787:6;7776:9;7772:22;7726:78;:::i;:::-;7716:88;;7578:236;7133:688;;;;;:::o;7827:1095::-;;;;;8045:3;8033:9;8024:7;8020:23;8016:33;8013:2;;;8062:1;8059;8052:12;8013:2;8105:1;8130:53;8175:7;8166:6;8155:9;8151:22;8130:53;:::i;:::-;8120:63;;8076:117;8260:2;8249:9;8245:18;8232:32;8291:18;8283:6;8280:30;8277:2;;;8323:1;8320;8313:12;8277:2;8351:78;8421:7;8412:6;8401:9;8397:22;8351:78;:::i;:::-;8341:88;;8203:236;8506:2;8495:9;8491:18;8478:32;8537:18;8529:6;8526:30;8523:2;;;8569:1;8566;8559:12;8523:2;8597:78;8667:7;8658:6;8647:9;8643:22;8597:78;:::i;:::-;8587:88;;8449:236;8752:2;8741:9;8737:18;8724:32;8783:18;8775:6;8772:30;8769:2;;;8815:1;8812;8805:12;8769:2;8843:62;8897:7;8888:6;8877:9;8873:22;8843:62;:::i;:::-;8833:72;;8695:220;8003:919;;;;;;;:::o;8928:401::-;;;9050:2;9038:9;9029:7;9025:23;9021:32;9018:2;;;9066:1;9063;9056:12;9018:2;9109:1;9134:53;9179:7;9170:6;9159:9;9155:22;9134:53;:::i;:::-;9124:63;;9080:117;9236:2;9262:50;9304:7;9295:6;9284:9;9280:22;9262:50;:::i;:::-;9252:60;;9207:115;9008:321;;;;;:::o;9335:407::-;;;9460:2;9448:9;9439:7;9435:23;9431:32;9428:2;;;9476:1;9473;9466:12;9428:2;9519:1;9544:53;9589:7;9580:6;9569:9;9565:22;9544:53;:::i;:::-;9534:63;;9490:117;9646:2;9672:53;9717:7;9708:6;9697:9;9693:22;9672:53;:::i;:::-;9662:63;;9617:118;9418:324;;;;;:::o;9748:552::-;;;;9890:2;9878:9;9869:7;9865:23;9861:32;9858:2;;;9906:1;9903;9896:12;9858:2;9949:1;9974:53;10019:7;10010:6;9999:9;9995:22;9974:53;:::i;:::-;9964:63;;9920:117;10076:2;10102:53;10147:7;10138:6;10127:9;10123:22;10102:53;:::i;:::-;10092:63;;10047:118;10204:2;10230:53;10275:7;10266:6;10255:9;10251:22;10230:53;:::i;:::-;10220:63;;10175:118;9848:452;;;;;:::o;10306:809::-;;;;;10474:3;10462:9;10453:7;10449:23;10445:33;10442:2;;;10491:1;10488;10481:12;10442:2;10534:1;10559:53;10604:7;10595:6;10584:9;10580:22;10559:53;:::i;:::-;10549:63;;10505:117;10661:2;10687:53;10732:7;10723:6;10712:9;10708:22;10687:53;:::i;:::-;10677:63;;10632:118;10789:2;10815:53;10860:7;10851:6;10840:9;10836:22;10815:53;:::i;:::-;10805:63;;10760:118;10945:2;10934:9;10930:18;10917:32;10976:18;10968:6;10965:30;10962:2;;;11008:1;11005;10998:12;10962:2;11036:62;11090:7;11081:6;11070:9;11066:22;11036:62;:::i;:::-;11026:72;;10888:220;10432:683;;;;;;;:::o;11121:693::-;;;11296:2;11284:9;11275:7;11271:23;11267:32;11264:2;;;11312:1;11309;11302:12;11264:2;11383:1;11372:9;11368:17;11355:31;11413:18;11405:6;11402:30;11399:2;;;11445:1;11442;11435:12;11399:2;11473:78;11543:7;11534:6;11523:9;11519:22;11473:78;:::i;:::-;11463:88;;11326:235;11628:2;11617:9;11613:18;11600:32;11659:18;11651:6;11648:30;11645:2;;;11691:1;11688;11681:12;11645:2;11719:78;11789:7;11780:6;11769:9;11765:22;11719:78;:::i;:::-;11709:88;;11571:236;11254:560;;;;;:::o;11820:262::-;;11928:2;11916:9;11907:7;11903:23;11899:32;11896:2;;;11944:1;11941;11934:12;11896:2;11987:1;12012:53;12057:7;12048:6;12037:9;12033:22;12012:53;:::i;:::-;12002:63;;11958:117;11886:196;;;;:::o;12088:407::-;;;12213:2;12201:9;12192:7;12188:23;12184:32;12181:2;;;12229:1;12226;12219:12;12181:2;12272:1;12297:53;12342:7;12333:6;12322:9;12318:22;12297:53;:::i;:::-;12287:63;;12243:117;12399:2;12425:53;12470:7;12461:6;12450:9;12446:22;12425:53;:::i;:::-;12415:63;;12370:118;12171:324;;;;;:::o;12501:407::-;;;12626:2;12614:9;12605:7;12601:23;12597:32;12594:2;;;12642:1;12639;12632:12;12594:2;12685:1;12710:53;12755:7;12746:6;12735:9;12731:22;12710:53;:::i;:::-;12700:63;;12656:117;12812:2;12838:53;12883:7;12874:6;12863:9;12859:22;12838:53;:::i;:::-;12828:63;;12783:118;12584:324;;;;;:::o;12914:260::-;;13021:2;13009:9;13000:7;12996:23;12992:32;12989:2;;;13037:1;13034;13027:12;12989:2;13080:1;13105:52;13149:7;13140:6;13129:9;13125:22;13105:52;:::i;:::-;13095:62;;13051:116;12979:195;;;;:::o;13180:282::-;;13298:2;13286:9;13277:7;13273:23;13269:32;13266:2;;;13314:1;13311;13304:12;13266:2;13357:1;13382:63;13437:7;13428:6;13417:9;13413:22;13382:63;:::i;:::-;13372:73;;13328:127;13256:206;;;;:::o;13468:520::-;;;13603:2;13591:9;13582:7;13578:23;13574:32;13571:2;;;13619:1;13616;13609:12;13571:2;13690:1;13679:9;13675:17;13662:31;13720:18;13712:6;13709:30;13706:2;;;13752:1;13749;13742:12;13706:2;13780:63;13835:7;13826:6;13815:9;13811:22;13780:63;:::i;:::-;13770:73;;13633:220;13892:2;13918:53;13963:7;13954:6;13943:9;13939:22;13918:53;:::i;:::-;13908:63;;13863:118;13561:427;;;;;:::o;13994:262::-;;14102:2;14090:9;14081:7;14077:23;14073:32;14070:2;;;14118:1;14115;14108:12;14070:2;14161:1;14186:53;14231:7;14222:6;14211:9;14207:22;14186:53;:::i;:::-;14176:63;;14132:117;14060:196;;;;:::o;14262:179::-;;14352:46;14394:3;14386:6;14352:46;:::i;:::-;14430:4;14425:3;14421:14;14407:28;;14342:99;;;;:::o;14447:118::-;14534:24;14552:5;14534:24;:::i;:::-;14529:3;14522:37;14512:53;;:::o;14601:732::-;;14749:54;14797:5;14749:54;:::i;:::-;14819:86;14898:6;14893:3;14819:86;:::i;:::-;14812:93;;14929:56;14979:5;14929:56;:::i;:::-;15008:7;15039:1;15024:284;15049:6;15046:1;15043:13;15024:284;;;15125:6;15119:13;15152:63;15211:3;15196:13;15152:63;:::i;:::-;15145:70;;15238:60;15291:6;15238:60;:::i;:::-;15228:70;;15084:224;15071:1;15068;15064:9;15059:14;;15024:284;;;15028:14;15324:3;15317:10;;14725:608;;;;;;;:::o;15339:109::-;15420:21;15435:5;15420:21;:::i;:::-;15415:3;15408:34;15398:50;;:::o;15454:118::-;15541:24;15559:5;15541:24;:::i;:::-;15536:3;15529:37;15519:53;;:::o;15578:360::-;;15692:38;15724:5;15692:38;:::i;:::-;15746:70;15809:6;15804:3;15746:70;:::i;:::-;15739:77;;15825:52;15870:6;15865:3;15858:4;15851:5;15847:16;15825:52;:::i;:::-;15902:29;15924:6;15902:29;:::i;:::-;15897:3;15893:39;15886:46;;15668:270;;;;;:::o;15944:364::-;;16060:39;16093:5;16060:39;:::i;:::-;16115:71;16179:6;16174:3;16115:71;:::i;:::-;16108:78;;16195:52;16240:6;16235:3;16228:4;16221:5;16217:16;16195:52;:::i;:::-;16272:29;16294:6;16272:29;:::i;:::-;16267:3;16263:39;16256:46;;16036:272;;;;;:::o;16314:377::-;;16448:39;16481:5;16448:39;:::i;:::-;16503:89;16585:6;16580:3;16503:89;:::i;:::-;16496:96;;16601:52;16646:6;16641:3;16634:4;16627:5;16623:16;16601:52;:::i;:::-;16678:6;16673:3;16669:16;16662:23;;16424:267;;;;;:::o;16697:384::-;;16860:67;16924:2;16919:3;16860:67;:::i;:::-;16853:74;;16957:34;16953:1;16948:3;16944:11;16937:55;17023:22;17018:2;17013:3;17009:12;17002:44;17072:2;17067:3;17063:12;17056:19;;16843:238;;;:::o;17087:330::-;;17250:67;17314:2;17309:3;17250:67;:::i;:::-;17243:74;;17347:34;17343:1;17338:3;17334:11;17327:55;17408:2;17403:3;17399:12;17392:19;;17233:184;;;:::o;17423:372::-;;17586:67;17650:2;17645:3;17586:67;:::i;:::-;17579:74;;17683:34;17679:1;17674:3;17670:11;17663:55;17749:10;17744:2;17739:3;17735:12;17728:32;17786:2;17781:3;17777:12;17770:19;;17569:226;;;:::o;17801:318::-;;17964:67;18028:2;18023:3;17964:67;:::i;:::-;17957:74;;18061:22;18057:1;18052:3;18048:11;18041:43;18110:2;18105:3;18101:12;18094:19;;17947:172;;;:::o;18125:375::-;;18288:67;18352:2;18347:3;18288:67;:::i;:::-;18281:74;;18385:34;18381:1;18376:3;18372:11;18365:55;18451:13;18446:2;18441:3;18437:12;18430:35;18491:2;18486:3;18482:12;18475:19;;18271:229;;;:::o;18506:370::-;;18669:67;18733:2;18728:3;18669:67;:::i;:::-;18662:74;;18766:34;18762:1;18757:3;18753:11;18746:55;18832:8;18827:2;18822:3;18818:12;18811:30;18867:2;18862:3;18858:12;18851:19;;18652:224;;;:::o;18882:368::-;;19045:67;19109:2;19104:3;19045:67;:::i;:::-;19038:74;;19142:34;19138:1;19133:3;19129:11;19122:55;19208:6;19203:2;19198:3;19194:12;19187:28;19241:2;19236:3;19232:12;19225:19;;19028:222;;;:::o;19256:376::-;;19419:67;19483:2;19478:3;19419:67;:::i;:::-;19412:74;;19516:34;19512:1;19507:3;19503:11;19496:55;19582:14;19577:2;19572:3;19568:12;19561:36;19623:2;19618:3;19614:12;19607:19;;19402:230;;;:::o;19638:373::-;;19801:67;19865:2;19860:3;19801:67;:::i;:::-;19794:74;;19898:34;19894:1;19889:3;19885:11;19878:55;19964:11;19959:2;19954:3;19950:12;19943:33;20002:2;19997:3;19993:12;19986:19;;19784:227;;;:::o;20017:314::-;;20180:67;20244:2;20239:3;20180:67;:::i;:::-;20173:74;;20277:18;20273:1;20268:3;20264:11;20257:39;20322:2;20317:3;20313:12;20306:19;;20163:168;;;:::o;20337:369::-;;20500:67;20564:2;20559:3;20500:67;:::i;:::-;20493:74;;20597:34;20593:1;20588:3;20584:11;20577:55;20663:7;20658:2;20653:3;20649:12;20642:29;20697:2;20692:3;20688:12;20681:19;;20483:223;;;:::o;20712:382::-;;20875:67;20939:2;20934:3;20875:67;:::i;:::-;20868:74;;20972:34;20968:1;20963:3;20959:11;20952:55;21038:20;21033:2;21028:3;21024:12;21017:42;21085:2;21080:3;21076:12;21069:19;;20858:236;;;:::o;21100:367::-;;21263:67;21327:2;21322:3;21263:67;:::i;:::-;21256:74;;21360:34;21356:1;21351:3;21347:11;21340:55;21426:5;21421:2;21416:3;21412:12;21405:27;21458:2;21453:3;21449:12;21442:19;;21246:221;;;:::o;21473:388::-;;21636:67;21700:2;21695:3;21636:67;:::i;:::-;21629:74;;21733:34;21729:1;21724:3;21720:11;21713:55;21799:26;21794:2;21789:3;21785:12;21778:48;21852:2;21847:3;21843:12;21836:19;;21619:242;;;:::o;21867:374::-;;22030:67;22094:2;22089:3;22030:67;:::i;:::-;22023:74;;22127:34;22123:1;22118:3;22114:11;22107:55;22193:12;22188:2;22183:3;22179:12;22172:34;22232:2;22227:3;22223:12;22216:19;;22013:228;;;:::o;22247:366::-;;22410:67;22474:2;22469:3;22410:67;:::i;:::-;22403:74;;22507:34;22503:1;22498:3;22494:11;22487:55;22573:4;22568:2;22563:3;22559:12;22552:26;22604:2;22599:3;22595:12;22588:19;;22393:220;;;:::o;22619:330::-;;22782:67;22846:2;22841:3;22782:67;:::i;:::-;22775:74;;22879:34;22875:1;22870:3;22866:11;22859:55;22940:2;22935:3;22931:12;22924:19;;22765:184;;;:::o;22955:391::-;;23118:67;23182:2;23177:3;23118:67;:::i;:::-;23111:74;;23215:34;23211:1;23206:3;23202:11;23195:55;23281:29;23276:2;23271:3;23267:12;23260:51;23337:2;23332:3;23328:12;23321:19;;23101:245;;;:::o;23352:389::-;;23515:67;23579:2;23574:3;23515:67;:::i;:::-;23508:74;;23612:34;23608:1;23603:3;23599:11;23592:55;23678:27;23673:2;23668:3;23664:12;23657:49;23732:2;23727:3;23723:12;23716:19;;23498:243;;;:::o;23747:357::-;;23928:85;24010:2;24005:3;23928:85;:::i;:::-;23921:92;;24043:25;24039:1;24034:3;24030:11;24023:46;24095:2;24090:3;24086:12;24079:19;;23911:193;;;:::o;24110:373::-;;24273:67;24337:2;24332:3;24273:67;:::i;:::-;24266:74;;24370:34;24366:1;24361:3;24357:11;24350:55;24436:11;24431:2;24426:3;24422:12;24415:33;24474:2;24469:3;24465:12;24458:19;;24256:227;;;:::o;24489:373::-;;24652:67;24716:2;24711:3;24652:67;:::i;:::-;24645:74;;24749:34;24745:1;24740:3;24736:11;24729:55;24815:11;24810:2;24805:3;24801:12;24794:33;24853:2;24848:3;24844:12;24837:19;;24635:227;;;:::o;24868:372::-;;25031:67;25095:2;25090:3;25031:67;:::i;:::-;25024:74;;25128:34;25124:1;25119:3;25115:11;25108:55;25194:10;25189:2;25184:3;25180:12;25173:32;25231:2;25226:3;25222:12;25215:19;;25014:226;;;:::o;25246:365::-;;25409:67;25473:2;25468:3;25409:67;:::i;:::-;25402:74;;25506:34;25502:1;25497:3;25493:11;25486:55;25572:3;25567:2;25562:3;25558:12;25551:25;25602:2;25597:3;25593:12;25586:19;;25392:219;;;:::o;25617:351::-;;25798:85;25880:2;25875:3;25798:85;:::i;:::-;25791:92;;25913:19;25909:1;25904:3;25900:11;25893:40;25959:2;25954:3;25950:12;25943:19;;25781:187;;;:::o;25974:379::-;;26137:67;26201:2;26196:3;26137:67;:::i;:::-;26130:74;;26234:34;26230:1;26225:3;26221:11;26214:55;26300:17;26295:2;26290:3;26286:12;26279:39;26344:2;26339:3;26335:12;26328:19;;26120:233;;;:::o;26359:108::-;26436:24;26454:5;26436:24;:::i;:::-;26431:3;26424:37;26414:53;;:::o;26473:118::-;26560:24;26578:5;26560:24;:::i;:::-;26555:3;26548:37;26538:53;;:::o;26597:967::-;;27001:148;27145:3;27001:148;:::i;:::-;26994:155;;27166:95;27257:3;27248:6;27166:95;:::i;:::-;27159:102;;27278:148;27422:3;27278:148;:::i;:::-;27271:155;;27443:95;27534:3;27525:6;27443:95;:::i;:::-;27436:102;;27555:3;27548:10;;26983:581;;;;;:::o;27570:222::-;;27701:2;27690:9;27686:18;27678:26;;27714:71;27782:1;27771:9;27767:17;27758:6;27714:71;:::i;:::-;27668:124;;;;:::o;27798:1053::-;;28159:3;28148:9;28144:19;28136:27;;28173:71;28241:1;28230:9;28226:17;28217:6;28173:71;:::i;:::-;28254:72;28322:2;28311:9;28307:18;28298:6;28254:72;:::i;:::-;28373:9;28367:4;28363:20;28358:2;28347:9;28343:18;28336:48;28401:108;28504:4;28495:6;28401:108;:::i;:::-;28393:116;;28556:9;28550:4;28546:20;28541:2;28530:9;28526:18;28519:48;28584:108;28687:4;28678:6;28584:108;:::i;:::-;28576:116;;28740:9;28734:4;28730:20;28724:3;28713:9;28709:19;28702:49;28768:76;28839:4;28830:6;28768:76;:::i;:::-;28760:84;;28126:725;;;;;;;;:::o;28857:751::-;;29118:3;29107:9;29103:19;29095:27;;29132:71;29200:1;29189:9;29185:17;29176:6;29132:71;:::i;:::-;29213:72;29281:2;29270:9;29266:18;29257:6;29213:72;:::i;:::-;29295;29363:2;29352:9;29348:18;29339:6;29295:72;:::i;:::-;29377;29445:2;29434:9;29430:18;29421:6;29377:72;:::i;:::-;29497:9;29491:4;29487:20;29481:3;29470:9;29466:19;29459:49;29525:76;29596:4;29587:6;29525:76;:::i;:::-;29517:84;;29085:523;;;;;;;;:::o;29614:373::-;;29795:2;29784:9;29780:18;29772:26;;29844:9;29838:4;29834:20;29830:1;29819:9;29815:17;29808:47;29872:108;29975:4;29966:6;29872:108;:::i;:::-;29864:116;;29762:225;;;;:::o;29993:634::-;;30252:2;30241:9;30237:18;30229:26;;30301:9;30295:4;30291:20;30287:1;30276:9;30272:17;30265:47;30329:108;30432:4;30423:6;30329:108;:::i;:::-;30321:116;;30484:9;30478:4;30474:20;30469:2;30458:9;30454:18;30447:48;30512:108;30615:4;30606:6;30512:108;:::i;:::-;30504:116;;30219:408;;;;;:::o;30633:210::-;;30758:2;30747:9;30743:18;30735:26;;30771:65;30833:1;30822:9;30818:17;30809:6;30771:65;:::i;:::-;30725:118;;;;:::o;30849:222::-;;30980:2;30969:9;30965:18;30957:26;;30993:71;31061:1;31050:9;31046:17;31037:6;30993:71;:::i;:::-;30947:124;;;;:::o;31077:313::-;;31228:2;31217:9;31213:18;31205:26;;31277:9;31271:4;31267:20;31263:1;31252:9;31248:17;31241:47;31305:78;31378:4;31369:6;31305:78;:::i;:::-;31297:86;;31195:195;;;;:::o;31396:419::-;;31600:2;31589:9;31585:18;31577:26;;31649:9;31643:4;31639:20;31635:1;31624:9;31620:17;31613:47;31677:131;31803:4;31677:131;:::i;:::-;31669:139;;31567:248;;;:::o;31821:419::-;;32025:2;32014:9;32010:18;32002:26;;32074:9;32068:4;32064:20;32060:1;32049:9;32045:17;32038:47;32102:131;32228:4;32102:131;:::i;:::-;32094:139;;31992:248;;;:::o;32246:419::-;;32450:2;32439:9;32435:18;32427:26;;32499:9;32493:4;32489:20;32485:1;32474:9;32470:17;32463:47;32527:131;32653:4;32527:131;:::i;:::-;32519:139;;32417:248;;;:::o;32671:419::-;;32875:2;32864:9;32860:18;32852:26;;32924:9;32918:4;32914:20;32910:1;32899:9;32895:17;32888:47;32952:131;33078:4;32952:131;:::i;:::-;32944:139;;32842:248;;;:::o;33096:419::-;;33300:2;33289:9;33285:18;33277:26;;33349:9;33343:4;33339:20;33335:1;33324:9;33320:17;33313:47;33377:131;33503:4;33377:131;:::i;:::-;33369:139;;33267:248;;;:::o;33521:419::-;;33725:2;33714:9;33710:18;33702:26;;33774:9;33768:4;33764:20;33760:1;33749:9;33745:17;33738:47;33802:131;33928:4;33802:131;:::i;:::-;33794:139;;33692:248;;;:::o;33946:419::-;;34150:2;34139:9;34135:18;34127:26;;34199:9;34193:4;34189:20;34185:1;34174:9;34170:17;34163:47;34227:131;34353:4;34227:131;:::i;:::-;34219:139;;34117:248;;;:::o;34371:419::-;;34575:2;34564:9;34560:18;34552:26;;34624:9;34618:4;34614:20;34610:1;34599:9;34595:17;34588:47;34652:131;34778:4;34652:131;:::i;:::-;34644:139;;34542:248;;;:::o;34796:419::-;;35000:2;34989:9;34985:18;34977:26;;35049:9;35043:4;35039:20;35035:1;35024:9;35020:17;35013:47;35077:131;35203:4;35077:131;:::i;:::-;35069:139;;34967:248;;;:::o;35221:419::-;;35425:2;35414:9;35410:18;35402:26;;35474:9;35468:4;35464:20;35460:1;35449:9;35445:17;35438:47;35502:131;35628:4;35502:131;:::i;:::-;35494:139;;35392:248;;;:::o;35646:419::-;;35850:2;35839:9;35835:18;35827:26;;35899:9;35893:4;35889:20;35885:1;35874:9;35870:17;35863:47;35927:131;36053:4;35927:131;:::i;:::-;35919:139;;35817:248;;;:::o;36071:419::-;;36275:2;36264:9;36260:18;36252:26;;36324:9;36318:4;36314:20;36310:1;36299:9;36295:17;36288:47;36352:131;36478:4;36352:131;:::i;:::-;36344:139;;36242:248;;;:::o;36496:419::-;;36700:2;36689:9;36685:18;36677:26;;36749:9;36743:4;36739:20;36735:1;36724:9;36720:17;36713:47;36777:131;36903:4;36777:131;:::i;:::-;36769:139;;36667:248;;;:::o;36921:419::-;;37125:2;37114:9;37110:18;37102:26;;37174:9;37168:4;37164:20;37160:1;37149:9;37145:17;37138:47;37202:131;37328:4;37202:131;:::i;:::-;37194:139;;37092:248;;;:::o;37346:419::-;;37550:2;37539:9;37535:18;37527:26;;37599:9;37593:4;37589:20;37585:1;37574:9;37570:17;37563:47;37627:131;37753:4;37627:131;:::i;:::-;37619:139;;37517:248;;;:::o;37771:419::-;;37975:2;37964:9;37960:18;37952:26;;38024:9;38018:4;38014:20;38010:1;37999:9;37995:17;37988:47;38052:131;38178:4;38052:131;:::i;:::-;38044:139;;37942:248;;;:::o;38196:419::-;;38400:2;38389:9;38385:18;38377:26;;38449:9;38443:4;38439:20;38435:1;38424:9;38420:17;38413:47;38477:131;38603:4;38477:131;:::i;:::-;38469:139;;38367:248;;;:::o;38621:419::-;;38825:2;38814:9;38810:18;38802:26;;38874:9;38868:4;38864:20;38860:1;38849:9;38845:17;38838:47;38902:131;39028:4;38902:131;:::i;:::-;38894:139;;38792:248;;;:::o;39046:419::-;;39250:2;39239:9;39235:18;39227:26;;39299:9;39293:4;39289:20;39285:1;39274:9;39270:17;39263:47;39327:131;39453:4;39327:131;:::i;:::-;39319:139;;39217:248;;;:::o;39471:419::-;;39675:2;39664:9;39660:18;39652:26;;39724:9;39718:4;39714:20;39710:1;39699:9;39695:17;39688:47;39752:131;39878:4;39752:131;:::i;:::-;39744:139;;39642:248;;;:::o;39896:419::-;;40100:2;40089:9;40085:18;40077:26;;40149:9;40143:4;40139:20;40135:1;40124:9;40120:17;40113:47;40177:131;40303:4;40177:131;:::i;:::-;40169:139;;40067:248;;;:::o;40321:419::-;;40525:2;40514:9;40510:18;40502:26;;40574:9;40568:4;40564:20;40560:1;40549:9;40545:17;40538:47;40602:131;40728:4;40602:131;:::i;:::-;40594:139;;40492:248;;;:::o;40746:419::-;;40950:2;40939:9;40935:18;40927:26;;40999:9;40993:4;40989:20;40985:1;40974:9;40970:17;40963:47;41027:131;41153:4;41027:131;:::i;:::-;41019:139;;40917:248;;;:::o;41171:419::-;;41375:2;41364:9;41360:18;41352:26;;41424:9;41418:4;41414:20;41410:1;41399:9;41395:17;41388:47;41452:131;41578:4;41452:131;:::i;:::-;41444:139;;41342:248;;;:::o;41596:222::-;;41727:2;41716:9;41712:18;41704:26;;41740:71;41808:1;41797:9;41793:17;41784:6;41740:71;:::i;:::-;41694:124;;;;:::o;41824:332::-;;41983:2;41972:9;41968:18;41960:26;;41996:71;42064:1;42053:9;42049:17;42040:6;41996:71;:::i;:::-;42077:72;42145:2;42134:9;42130:18;42121:6;42077:72;:::i;:::-;41950:206;;;;;:::o;42162:283::-;;42228:2;42222:9;42212:19;;42270:4;42262:6;42258:17;42377:6;42365:10;42362:22;42341:18;42329:10;42326:34;42323:62;42320:2;;;42388:18;;:::i;:::-;42320:2;42428:10;42424:2;42417:22;42202:243;;;;:::o;42451:311::-;;42618:18;42610:6;42607:30;42604:2;;;42640:18;;:::i;:::-;42604:2;42690:4;42682:6;42678:17;42670:25;;42750:4;42744;42740:15;42732:23;;42533:229;;;:::o;42768:311::-;;42935:18;42927:6;42924:30;42921:2;;;42957:18;;:::i;:::-;42921:2;43007:4;42999:6;42995:17;42987:25;;43067:4;43061;43057:15;43049:23;;42850:229;;;:::o;43085:331::-;;43236:18;43228:6;43225:30;43222:2;;;43258:18;;:::i;:::-;43222:2;43343:4;43339:9;43332:4;43324:6;43320:17;43316:33;43308:41;;43404:4;43398;43394:15;43386:23;;43151:265;;;:::o;43422:332::-;;43574:18;43566:6;43563:30;43560:2;;;43596:18;;:::i;:::-;43560:2;43681:4;43677:9;43670:4;43662:6;43658:17;43654:33;43646:41;;43742:4;43736;43732:15;43724:23;;43489:265;;;:::o;43760:132::-;;43850:3;43842:11;;43880:4;43875:3;43871:14;43863:22;;43832:60;;;:::o;43898:114::-;;43999:5;43993:12;43983:22;;43972:40;;;:::o;44018:98::-;;44103:5;44097:12;44087:22;;44076:40;;;:::o;44122:99::-;;44208:5;44202:12;44192:22;;44181:40;;;:::o;44227:113::-;;44329:4;44324:3;44320:14;44312:22;;44302:38;;;:::o;44346:184::-;;44479:6;44474:3;44467:19;44519:4;44514:3;44510:14;44495:29;;44457:73;;;;:::o;44536:168::-;;44653:6;44648:3;44641:19;44693:4;44688:3;44684:14;44669:29;;44631:73;;;;:::o;44710:169::-;;44828:6;44823:3;44816:19;44868:4;44863:3;44859:14;44844:29;;44806:73;;;;:::o;44885:148::-;;45024:3;45009:18;;44999:34;;;;:::o;45039:305::-;;45098:20;45116:1;45098:20;:::i;:::-;45093:25;;45132:20;45150:1;45132:20;:::i;:::-;45127:25;;45286:1;45218:66;45214:74;45211:1;45208:81;45205:2;;;45292:18;;:::i;:::-;45205:2;45336:1;45333;45329:9;45322:16;;45083:261;;;;:::o;45350:348::-;;45413:20;45431:1;45413:20;:::i;:::-;45408:25;;45447:20;45465:1;45447:20;:::i;:::-;45442:25;;45635:1;45567:66;45563:74;45560:1;45557:81;45552:1;45545:9;45538:17;45534:105;45531:2;;;45642:18;;:::i;:::-;45531:2;45690:1;45687;45683:9;45672:20;;45398:300;;;;:::o;45704:191::-;;45764:20;45782:1;45764:20;:::i;:::-;45759:25;;45798:20;45816:1;45798:20;:::i;:::-;45793:25;;45837:1;45834;45831:8;45828:2;;;45842:18;;:::i;:::-;45828:2;45887:1;45884;45880:9;45872:17;;45749:146;;;;:::o;45901:96::-;;45967:24;45985:5;45967:24;:::i;:::-;45956:35;;45946:51;;;:::o;46003:90::-;;46080:5;46073:13;46066:21;46055:32;;46045:48;;;:::o;46099:77::-;;46165:5;46154:16;;46144:32;;;:::o;46182:149::-;;46258:66;46251:5;46247:78;46236:89;;46226:105;;;:::o;46337:126::-;;46414:42;46407:5;46403:54;46392:65;;46382:81;;;:::o;46469:77::-;;46535:5;46524:16;;46514:32;;;:::o;46552:154::-;46636:6;46631:3;46626;46613:30;46698:1;46689:6;46684:3;46680:16;46673:27;46603:103;;;:::o;46712:307::-;46780:1;46790:113;46804:6;46801:1;46798:13;46790:113;;;46889:1;46884:3;46880:11;46874:18;46870:1;46865:3;46861:11;46854:39;46826:2;46823:1;46819:10;46814:15;;46790:113;;;46921:6;46918:1;46915:13;46912:2;;;47001:1;46992:6;46987:3;46983:16;46976:27;46912:2;46761:258;;;;:::o;47025:171::-;;47087:24;47105:5;47087:24;:::i;:::-;47078:33;;47133:4;47126:5;47123:15;47120:2;;;47141:18;;:::i;:::-;47120:2;47188:1;47181:5;47177:13;47170:20;;47068:128;;;:::o;47202:320::-;;47283:1;47277:4;47273:12;47263:22;;47330:1;47324:4;47320:12;47351:18;47341:2;;47407:4;47399:6;47395:17;47385:27;;47341:2;47469;47461:6;47458:14;47438:18;47435:38;47432:2;;;47488:18;;:::i;:::-;47432:2;47253:269;;;;:::o;47528:233::-;;47590:24;47608:5;47590:24;:::i;:::-;47581:33;;47636:66;47629:5;47626:77;47623:2;;;47706:18;;:::i;:::-;47623:2;47753:1;47746:5;47742:13;47735:20;;47571:190;;;:::o;47767:180::-;47815:77;47812:1;47805:88;47912:4;47909:1;47902:15;47936:4;47933:1;47926:15;47953:180;48001:77;47998:1;47991:88;48098:4;48095:1;48088:15;48122:4;48119:1;48112:15;48139:180;48187:77;48184:1;48177:88;48284:4;48281:1;48274:15;48308:4;48305:1;48298:15;48325:102;;48417:2;48413:7;48408:2;48401:5;48397:14;48393:28;48383:38;;48373:54;;;:::o;48433:106::-;;48526:5;48521:3;48517:15;48496:36;;48486:53;;;:::o;48545:833::-;;48622:4;48604:16;48601:26;48598:2;;;48630:5;;48598:2;48668:1;48665;48662;48647:23;48690:34;48721:1;48715:8;48690:34;:::i;:::-;48751:10;48746:3;48743:19;48733:2;;48766:5;;;48733:2;48801;48795:9;48859:1;48841:16;48837:24;48834:1;48828:4;48813:49;48892:4;48886:11;48991:16;48984:4;48976:6;48972:17;48969:39;48936:18;48928:6;48925:30;48909:113;48906:2;;;49037:5;;;;;48906:2;49083:6;49077:4;49073:17;49119:3;49113:10;49146:18;49138:6;49135:30;49132:2;;;49168:5;;;;;;;49132:2;49216:6;49209:4;49204:3;49200:14;49196:27;49253:16;49247:4;49243:27;49238:3;49235:36;49232:2;;;49274:5;;;;;;;;49232:2;49322:29;49344:6;49322:29;:::i;:::-;49315:4;49310:3;49306:14;49302:50;49298:2;49291:62;49369:3;49362:10;;48588:790;;;;;;;;:::o;49384:122::-;49457:24;49475:5;49457:24;:::i;:::-;49450:5;49447:35;49437:2;;49496:1;49493;49486:12;49437:2;49427:79;:::o;49512:116::-;49582:21;49597:5;49582:21;:::i;:::-;49575:5;49572:32;49562:2;;49618:1;49615;49608:12;49562:2;49552:76;:::o;49634:122::-;49707:24;49725:5;49707:24;:::i;:::-;49700:5;49697:35;49687:2;;49746:1;49743;49736:12;49687:2;49677:79;:::o;49762:120::-;49834:23;49851:5;49834:23;:::i;:::-;49827:5;49824:34;49814:2;;49872:1;49869;49862:12;49814:2;49804:78;:::o;49888:122::-;49961:24;49979:5;49961:24;:::i;:::-;49954:5;49951:35;49941:2;;50000:1;49997;49990:12;49941:2;49931:79;:::o

Swarm Source

ipfs://af319ccf5a1611e9afde87c036efebb85d52f03d03234be039540ed6132c6a22

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Txn Hash Block Value Eth2 PubKey Valid
View All Deposits
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.