ETH Price: $3,512.79 (-0.02%)
Gas: 2 Gwei

Contract

0x933FA13Abc4E1532DC5De017b6673711c2f16d9a
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Withdraw Tokens139213102022-01-01 19:02:24931 days ago1641063744IN
0x933FA13A...1c2f16d9a
0 ETH0.009273796.29914381
Withdraw Tokens139135522021-12-31 14:02:04932 days ago1640959324IN
0x933FA13A...1c2f16d9a
0 ETH0.0069045871.69795617
Withdraw Tokens138905552021-12-28 0:37:49935 days ago1640651869IN
0x933FA13A...1c2f16d9a
0 ETH0.01093113138.01763968
Withdraw Tokens138838922021-12-26 23:54:00936 days ago1640562840IN
0x933FA13A...1c2f16d9a
0 ETH0.0032734533.99190049
Withdraw Tokens138665412021-12-24 7:24:56939 days ago1640330696IN
0x933FA13A...1c2f16d9a
0 ETH0.0058815661.07485208
Withdraw Tokens138610272021-12-23 11:09:44940 days ago1640257784IN
0x933FA13A...1c2f16d9a
0 ETH0.0044996956.81365023
Withdraw Tokens138602182021-12-23 8:04:33940 days ago1640246673IN
0x933FA13A...1c2f16d9a
0 ETH0.0059423761.70629301
Withdraw Tokens138563642021-12-22 17:35:34941 days ago1640194534IN
0x933FA13A...1c2f16d9a
0 ETH0.01218207126.5
Withdraw Tokens138547672021-12-22 11:35:30941 days ago1640172930IN
0x933FA13A...1c2f16d9a
0 ETH0.0032532233.78180445
Withdraw Tokens138541472021-12-22 9:15:59941 days ago1640164559IN
0x933FA13A...1c2f16d9a
0 ETH0.001832238.84842896
Withdraw Tokens138541472021-12-22 9:15:59941 days ago1640164559IN
0x933FA13A...1c2f16d9a
0 ETH0.001832238.84842896
Withdraw Tokens138541472021-12-22 9:15:59941 days ago1640164559IN
0x933FA13A...1c2f16d9a
0 ETH0.001832238.84842896
Withdraw Tokens138541472021-12-22 9:15:59941 days ago1640164559IN
0x933FA13A...1c2f16d9a
0 ETH0.001832238.84842896
Withdraw Tokens138541472021-12-22 9:15:59941 days ago1640164559IN
0x933FA13A...1c2f16d9a
0 ETH0.001832238.84842896
Withdraw Tokens138541472021-12-22 9:15:59941 days ago1640164559IN
0x933FA13A...1c2f16d9a
0 ETH0.0037411438.84842896
Commit Tokens138540992021-12-22 9:05:53941 days ago1640163953IN
0x933FA13A...1c2f16d9a
0 ETH0.0019887457.98768538
Withdraw Tokens138532102021-12-22 5:50:33941 days ago1640152233IN
0x933FA13A...1c2f16d9a
0 ETH0.005187153.86341554
Withdraw Tokens138486782021-12-21 13:04:08942 days ago1640091848IN
0x933FA13A...1c2f16d9a
0 ETH0.0061006263.3495546
Withdraw Tokens138481402021-12-21 10:57:14942 days ago1640084234IN
0x933FA13A...1c2f16d9a
0 ETH0.0040048641.58696749
Withdraw Tokens138469112021-12-21 6:24:16942 days ago1640067856IN
0x933FA13A...1c2f16d9a
0 ETH0.0040446442
Withdraw Tokens138458722021-12-21 2:24:47942 days ago1640053487IN
0x933FA13A...1c2f16d9a
0 ETH0.0061784864.15809618
Withdraw Tokens138458332021-12-21 2:15:56942 days ago1640052956IN
0x933FA13A...1c2f16d9a
0 ETH0.0079841782.90849367
Withdraw Tokens138453232021-12-21 0:20:27942 days ago1640046027IN
0x933FA13A...1c2f16d9a
0 ETH0.0074036576.88039553
Withdraw Tokens138452742021-12-21 0:09:29942 days ago1640045369IN
0x933FA13A...1c2f16d9a
0 ETH0.0087571890.93557953
Withdraw Tokens138452462021-12-21 0:02:25942 days ago1640044945IN
0x933FA13A...1c2f16d9a
0 ETH0.0085554588.84075772
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xE134204b...37ecBc8A8
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
DutchAuction

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, GNU GPLv3 license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-12-14
*/

// Sources flattened with hardhat v2.6.7 https://hardhat.org

// File contracts/OpenZeppelin/utils/ReentrancyGuard.sol

pragma solidity 0.6.12;

/**
 * @dev Contract module that helps prevent reentrant calls to a function.
 *
 * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
 * available, which can be applied to functions to make sure there are no nested
 * (reentrant) calls to them.
 *
 * Note that because there is a single `nonReentrant` guard, functions marked as
 * `nonReentrant` may not call one another. This can be worked around by making
 * those functions `private`, and then adding `external` `nonReentrant` entry
 * points to them.
 *
 * TIP: If you would like to learn more about reentrancy and alternative ways
 * to protect against it, check out our blog post
 * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
 */
abstract contract ReentrancyGuard {
    // Booleans are more expensive than uint256 or any type that takes up a full
    // word because each write operation emits an extra SLOAD to first read the
    // slot's contents, replace the bits taken up by the boolean, and then write
    // back. This is the compiler's defense against contract upgrades and
    // pointer aliasing, and it cannot be disabled.

    // The values being non-zero value makes deployment a bit more expensive,
    // but in exchange the refund on every call to nonReentrant will be lower in
    // amount. Since refunds are capped to a percentage of the total
    // transaction's gas, it is best to keep them low in cases like this one, to
    // increase the likelihood of the full refund coming into effect.
    uint256 private constant _NOT_ENTERED = 1;
    uint256 private constant _ENTERED = 2;

    uint256 private _status;

    constructor () internal {
        _status = _NOT_ENTERED;
    }

    /**
     * @dev Prevents a contract from calling itself, directly or indirectly.
     * Calling a `nonReentrant` function from another `nonReentrant`
     * function is not supported. It is possible to prevent this from happening
     * by making the `nonReentrant` function external, and make it call a
     * `private` function that does the actual work.
     */
    modifier nonReentrant() {
        // On the first call to nonReentrant, _notEntered will be true
        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");

        // Any calls to nonReentrant after this point will fail
        _status = _ENTERED;

        _;

        // By storing the original value once again, a refund is triggered (see
        // https://eips.ethereum.org/EIPS/eip-2200)
        _status = _NOT_ENTERED;
    }
}


// File contracts/OpenZeppelin/utils/EnumerableSet.sol

pragma solidity 0.6.12;

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

            // When the value to delete is the last one, the swap operation is unnecessary. However, since this occurs
            // so rarely, we still do the swap anyway to avoid the gas cost of adding an 'if' statement.

            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] = toDeleteIndex + 1; // All indexes are 1-based

            // 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) {
        require(set._values.length > index, "EnumerableSet: index out of bounds");
        return set._values[index];
    }

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

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


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


// File contracts/OpenZeppelin/utils/Context.sol

pragma solidity 0.6.12;

/*
 * @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 GSN 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 payable) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes memory) {
        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
        return msg.data;
    }
}


// File contracts/OpenZeppelin/access/AccessControl.sol

pragma solidity 0.6.12;


/**
 * @dev Contract module that allows children to implement role-based access
 * control mechanisms.
 *
 * 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 {
    using EnumerableSet for EnumerableSet.AddressSet;

    struct RoleData {
        EnumerableSet.AddressSet members;
        bytes32 adminRole;
    }

    mapping (bytes32 => RoleData) private _roles;

    bytes32 public constant DEFAULT_ADMIN_ROLE = 0x00;

    /**
     * @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 {_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) public view returns (bool) {
        return _roles[role].members.contains(account);
    }

    /**
     * @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 returns (uint256) {
        return _roles[role].members.length();
    }

    /**
     * @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 returns (address) {
        return _roles[role].members.at(index);
    }

    /**
     * @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 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 {
        require(hasRole(_roles[role].adminRole, _msgSender()), "AccessControl: sender must be an admin to grant");

        _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 {
        require(hasRole(_roles[role].adminRole, _msgSender()), "AccessControl: sender must be an admin to revoke");

        _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 granted `role`, emits a {RoleRevoked}
     * event.
     *
     * Requirements:
     *
     * - the caller must be `account`.
     */
    function renounceRole(bytes32 role, address account) public virtual {
        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}.
     * ====
     */
    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 {
        emit RoleAdminChanged(role, _roles[role].adminRole, adminRole);
        _roles[role].adminRole = adminRole;
    }

    function _grantRole(bytes32 role, address account) private {
        if (_roles[role].members.add(account)) {
            emit RoleGranted(role, account, _msgSender());
        }
    }

    function _revokeRole(bytes32 role, address account) private {
        if (_roles[role].members.remove(account)) {
            emit RoleRevoked(role, account, _msgSender());
        }
    }
}


// File contracts/Access/MISOAdminAccess.sol

pragma solidity 0.6.12;

contract MISOAdminAccess is AccessControl {

    /// @dev Whether access is initialised.
    bool private initAccess;

    /// @notice Events for adding and removing various roles.
    event AdminRoleGranted(
        address indexed beneficiary,
        address indexed caller
    );

    event AdminRoleRemoved(
        address indexed beneficiary,
        address indexed caller
    );


    /// @notice The deployer is automatically given the admin role which will allow them to then grant roles to other addresses.
    constructor() public {
    }

    /**
     * @notice Initializes access controls.
     * @param _admin Admins address.
     */
    function initAccessControls(address _admin) public {
        require(!initAccess, "Already initialised");
        require(_admin != address(0), "Incorrect input");
        _setupRole(DEFAULT_ADMIN_ROLE, _admin);
        initAccess = true;
    }

    /////////////
    // Lookups //
    /////////////

    /**
     * @notice Used to check whether an address has the admin role.
     * @param _address EOA or contract being checked.
     * @return bool True if the account has the role or false if it does not.
     */
    function hasAdminRole(address _address) public  view returns (bool) {
        return hasRole(DEFAULT_ADMIN_ROLE, _address);
    }

    ///////////////
    // Modifiers //
    ///////////////

    /**
     * @notice Grants the admin role to an address.
     * @dev The sender must have the admin role.
     * @param _address EOA or contract receiving the new role.
     */
    function addAdminRole(address _address) external {
        grantRole(DEFAULT_ADMIN_ROLE, _address);
        emit AdminRoleGranted(_address, _msgSender());
    }

    /**
     * @notice Removes the admin role from an address.
     * @dev The sender must have the admin role.
     * @param _address EOA or contract affected.
     */
    function removeAdminRole(address _address) external {
        revokeRole(DEFAULT_ADMIN_ROLE, _address);
        emit AdminRoleRemoved(_address, _msgSender());
    }
}


// File contracts/Access/MISOAccessControls.sol

pragma solidity 0.6.12;

/**
 * @notice Access Controls
 * @author Attr: BlockRocket.tech
 */
contract MISOAccessControls is MISOAdminAccess {
    /// @notice Role definitions
    bytes32 public constant MINTER_ROLE = keccak256("MINTER_ROLE");
    bytes32 public constant SMART_CONTRACT_ROLE = keccak256("SMART_CONTRACT_ROLE");
    bytes32 public constant OPERATOR_ROLE = keccak256("OPERATOR_ROLE");

    /// @notice Events for adding and removing various roles

    event MinterRoleGranted(
        address indexed beneficiary,
        address indexed caller
    );

    event MinterRoleRemoved(
        address indexed beneficiary,
        address indexed caller
    );

    event OperatorRoleGranted(
        address indexed beneficiary,
        address indexed caller
    );

    event OperatorRoleRemoved(
        address indexed beneficiary,
        address indexed caller
    );

    event SmartContractRoleGranted(
        address indexed beneficiary,
        address indexed caller
    );

    event SmartContractRoleRemoved(
        address indexed beneficiary,
        address indexed caller
    );

    /**
     * @notice The deployer is automatically given the admin role which will allow them to then grant roles to other addresses
     */
    constructor() public {
    }


    /////////////
    // Lookups //
    /////////////

    /**
     * @notice Used to check whether an address has the minter role
     * @param _address EOA or contract being checked
     * @return bool True if the account has the role or false if it does not
     */
    function hasMinterRole(address _address) public view returns (bool) {
        return hasRole(MINTER_ROLE, _address);
    }

    /**
     * @notice Used to check whether an address has the smart contract role
     * @param _address EOA or contract being checked
     * @return bool True if the account has the role or false if it does not
     */
    function hasSmartContractRole(address _address) public view returns (bool) {
        return hasRole(SMART_CONTRACT_ROLE, _address);
    }

    /**
     * @notice Used to check whether an address has the operator role
     * @param _address EOA or contract being checked
     * @return bool True if the account has the role or false if it does not
     */
    function hasOperatorRole(address _address) public view returns (bool) {
        return hasRole(OPERATOR_ROLE, _address);
    }

    ///////////////
    // Modifiers //
    ///////////////

    /**
     * @notice Grants the minter role to an address
     * @dev The sender must have the admin role
     * @param _address EOA or contract receiving the new role
     */
    function addMinterRole(address _address) external {
        grantRole(MINTER_ROLE, _address);
        emit MinterRoleGranted(_address, _msgSender());
    }

    /**
     * @notice Removes the minter role from an address
     * @dev The sender must have the admin role
     * @param _address EOA or contract affected
     */
    function removeMinterRole(address _address) external {
        revokeRole(MINTER_ROLE, _address);
        emit MinterRoleRemoved(_address, _msgSender());
    }

    /**
     * @notice Grants the smart contract role to an address
     * @dev The sender must have the admin role
     * @param _address EOA or contract receiving the new role
     */
    function addSmartContractRole(address _address) external {
        grantRole(SMART_CONTRACT_ROLE, _address);
        emit SmartContractRoleGranted(_address, _msgSender());
    }

    /**
     * @notice Removes the smart contract role from an address
     * @dev The sender must have the admin role
     * @param _address EOA or contract affected
     */
    function removeSmartContractRole(address _address) external {
        revokeRole(SMART_CONTRACT_ROLE, _address);
        emit SmartContractRoleRemoved(_address, _msgSender());
    }

    /**
     * @notice Grants the operator role to an address
     * @dev The sender must have the admin role
     * @param _address EOA or contract receiving the new role
     */
    function addOperatorRole(address _address) external {
        grantRole(OPERATOR_ROLE, _address);
        emit OperatorRoleGranted(_address, _msgSender());
    }

    /**
     * @notice Removes the operator role from an address
     * @dev The sender must have the admin role
     * @param _address EOA or contract affected
     */
    function removeOperatorRole(address _address) external {
        revokeRole(OPERATOR_ROLE, _address);
        emit OperatorRoleRemoved(_address, _msgSender());
    }

}


// File contracts/Utils/SafeTransfer.sol

pragma solidity 0.6.12;

contract SafeTransfer {

    address private constant ETH_ADDRESS = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;

    /// @dev Helper function to handle both ETH and ERC20 payments
    function _safeTokenPayment(
        address _token,
        address payable _to,
        uint256 _amount
    ) internal {
        if (address(_token) == ETH_ADDRESS) {
            _safeTransferETH(_to,_amount );
        } else {
            _safeTransfer(_token, _to, _amount);
        }
    }


    /// @dev Helper function to handle both ETH and ERC20 payments
    function _tokenPayment(
        address _token,
        address payable _to,
        uint256 _amount
    ) internal {
        if (address(_token) == ETH_ADDRESS) {
            _to.transfer(_amount);
        } else {
            _safeTransfer(_token, _to, _amount);
        }
    }


    /// @dev Transfer helper from UniswapV2 Router
    function _safeApprove(address token, address to, uint value) internal {
        // bytes4(keccak256(bytes('approve(address,uint256)')));
        (bool success, bytes memory data) = token.call(abi.encodeWithSelector(0x095ea7b3, to, value));
        require(success && (data.length == 0 || abi.decode(data, (bool))), 'TransferHelper: APPROVE_FAILED');
    }


    /**
     * There are many non-compliant ERC20 tokens... this can handle most, adapted from UniSwap V2
     * Im trying to make it a habit to put external calls last (reentrancy)
     * You can put this in an internal function if you like.
     */
    function _safeTransfer(
        address token,
        address to,
        uint256 amount
    ) internal virtual {
        // solium-disable-next-line security/no-low-level-calls
        (bool success, bytes memory data) =
            token.call(
                // 0xa9059cbb = bytes4(keccak256("transfer(address,uint256)"))
                abi.encodeWithSelector(0xa9059cbb, to, amount)
            );
        require(success && (data.length == 0 || abi.decode(data, (bool)))); // ERC20 Transfer failed
    }

    function _safeTransferFrom(
        address token,
        address from,
        uint256 amount
    ) internal virtual {
        // solium-disable-next-line security/no-low-level-calls
        (bool success, bytes memory data) =
            token.call(
                // 0x23b872dd = bytes4(keccak256("transferFrom(address,address,uint256)"))
                abi.encodeWithSelector(0x23b872dd, from, address(this), amount)
            );
        require(success && (data.length == 0 || abi.decode(data, (bool)))); // ERC20 TransferFrom failed
    }

    function _safeTransferFrom(address token, address from, address to, uint value) internal {
        // bytes4(keccak256(bytes('transferFrom(address,address,uint256)')));
        (bool success, bytes memory data) = token.call(abi.encodeWithSelector(0x23b872dd, from, to, value));
        require(success && (data.length == 0 || abi.decode(data, (bool))), 'TransferHelper: TRANSFER_FROM_FAILED');
    }

    function _safeTransferETH(address to, uint value) internal {
        (bool success,) = to.call{value:value}(new bytes(0));
        require(success, 'TransferHelper: ETH_TRANSFER_FAILED');
    }


}


// File contracts/interfaces/IERC20.sol

pragma solidity 0.6.12;

interface IERC20 {
    function totalSupply() external view returns (uint256);
    function balanceOf(address account) external view returns (uint256);
    function allowance(address owner, address spender) external view returns (uint256);
    function approve(address spender, uint256 amount) external returns (bool);
    function name() external view returns (string memory);
    function symbol() external view returns (string memory);
    function decimals() external view returns (uint8);

    event Transfer(address indexed from, address indexed to, uint256 value);
    event Approval(address indexed owner, address indexed spender, uint256 value);

    function permit(
        address owner,
        address spender,
        uint256 value,
        uint256 deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external;
}


// File contracts/Utils/BoringERC20.sol

pragma solidity 0.6.12;

// solhint-disable avoid-low-level-calls

library BoringERC20 {
    bytes4 private constant SIG_SYMBOL = 0x95d89b41; // symbol()
    bytes4 private constant SIG_NAME = 0x06fdde03; // name()
    bytes4 private constant SIG_DECIMALS = 0x313ce567; // decimals()
    bytes4 private constant SIG_TRANSFER = 0xa9059cbb; // transfer(address,uint256)
    bytes4 private constant SIG_TRANSFER_FROM = 0x23b872dd; // transferFrom(address,address,uint256)

    /// @notice Provides a safe ERC20.symbol version which returns '???' as fallback string.
    /// @param token The address of the ERC-20 token contract.
    /// @return (string) Token symbol.
    function safeSymbol(IERC20 token) internal view returns (string memory) {
        (bool success, bytes memory data) = address(token).staticcall(abi.encodeWithSelector(SIG_SYMBOL));
        return success && data.length > 0 ? abi.decode(data, (string)) : "???";
    }

    /// @notice Provides a safe ERC20.name version which returns '???' as fallback string.
    /// @param token The address of the ERC-20 token contract.
    /// @return (string) Token name.
    function safeName(IERC20 token) internal view returns (string memory) {
        (bool success, bytes memory data) = address(token).staticcall(abi.encodeWithSelector(SIG_NAME));
        return success && data.length > 0 ? abi.decode(data, (string)) : "???";
    }

    /// @notice Provides a safe ERC20.decimals version which returns '18' as fallback value.
    /// @param token The address of the ERC-20 token contract.
    /// @return (uint8) Token decimals.
    function safeDecimals(IERC20 token) internal view returns (uint8) {
        (bool success, bytes memory data) = address(token).staticcall(abi.encodeWithSelector(SIG_DECIMALS));
        return success && data.length == 32 ? abi.decode(data, (uint8)) : 18;
    }

    /// @notice Provides a safe ERC20.transfer version for different ERC-20 implementations.
    /// Reverts on a failed transfer.
    /// @param token The address of the ERC-20 token.
    /// @param to Transfer tokens to.
    /// @param amount The token amount.
    function safeTransfer(
        IERC20 token,
        address to,
        uint256 amount
    ) internal {
        (bool success, bytes memory data) = address(token).call(abi.encodeWithSelector(SIG_TRANSFER, to, amount));
        require(success && (data.length == 0 || abi.decode(data, (bool))), "BoringERC20: Transfer failed");
    }

    /// @notice Provides a safe ERC20.transferFrom version for different ERC-20 implementations.
    /// Reverts on a failed transfer.
    /// @param token The address of the ERC-20 token.
    /// @param from Transfer tokens from.
    /// @param to Transfer tokens to.
    /// @param amount The token amount.
    function safeTransferFrom(
        IERC20 token,
        address from,
        address to,
        uint256 amount
    ) internal {
        (bool success, bytes memory data) = address(token).call(abi.encodeWithSelector(SIG_TRANSFER_FROM, from, to, amount));
        require(success && (data.length == 0 || abi.decode(data, (bool))), "BoringERC20: TransferFrom failed");
    }
}


// File contracts/Utils/BoringBatchable.sol

pragma solidity 0.6.12;

// solhint-disable avoid-low-level-calls
// solhint-disable no-inline-assembly

// Audit on 5-Jan-2021 by Keno and BoringCrypto

contract BaseBoringBatchable {
    /// @dev Helper function to extract a useful revert message from a failed call.
    /// If the returned data is malformed or not correctly abi encoded then this call can fail itself.
    function _getRevertMsg(bytes memory _returnData) internal pure returns (string memory) {
        // If the _res length is less than 68, then the transaction failed silently (without a revert message)
        if (_returnData.length < 68) return "Transaction reverted silently";

        assembly {
            // Slice the sighash.
            _returnData := add(_returnData, 0x04)
        }
        return abi.decode(_returnData, (string)); // All that remains is the revert string
    }

    /// @notice Allows batched call to self (this contract).
    /// @param calls An array of inputs for each call.
    /// @param revertOnFail If True then reverts after a failed call and stops doing further calls.
    /// @return successes An array indicating the success of a call, mapped one-to-one to `calls`.
    /// @return results An array with the returned data of each function call, mapped one-to-one to `calls`.
    // F1: External is ok here because this is the batch function, adding it to a batch makes no sense
    // F2: Calls in the batch may be payable, delegatecall operates in the same context, so each call in the batch has access to msg.value
    // C3: The length of the loop is fully under user control, so can't be exploited
    // C7: Delegatecall is only used on the same contract, so it's safe
    function batch(bytes[] calldata calls, bool revertOnFail) external payable returns (bool[] memory successes, bytes[] memory results) {
        successes = new bool[](calls.length);
        results = new bytes[](calls.length);
        for (uint256 i = 0; i < calls.length; i++) {
            (bool success, bytes memory result) = address(this).delegatecall(calls[i]);
            require(success || !revertOnFail, _getRevertMsg(result));
            successes[i] = success;
            results[i] = result;
        }
    }
}

contract BoringBatchable is BaseBoringBatchable {
    /// @notice Call wrapper that performs `ERC20.permit` on `token`.
    /// Lookup `IERC20.permit`.
    // F6: Parameters can be used front-run the permit and the user's permit will fail (due to nonce or other revert)
    //     if part of a batch this could be used to grief once as the second call would not need the permit
    function permitToken(
        IERC20 token,
        address from,
        address to,
        uint256 amount,
        uint256 deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) public {
        token.permit(from, to, amount, deadline, v, r, s);
    }
}


// File contracts/Utils/BoringMath.sol

pragma solidity 0.6.12;

/// @notice A library for performing overflow-/underflow-safe math,
/// updated with awesomeness from of DappHub (https://github.com/dapphub/ds-math).
library BoringMath {
    function add(uint256 a, uint256 b) internal pure returns (uint256 c) {
        require((c = a + b) >= b, "BoringMath: Add Overflow");
    }

    function sub(uint256 a, uint256 b) internal pure returns (uint256 c) {
        require((c = a - b) <= a, "BoringMath: Underflow");
    }

    function mul(uint256 a, uint256 b) internal pure returns (uint256 c) {
        require(b == 0 || (c = a * b) / b == a, "BoringMath: Mul Overflow");
    }

    function div(uint256 a, uint256 b) internal pure returns (uint256 c) {
        require(b > 0, "BoringMath: Div zero");
        c = a / b;
    }

    function to128(uint256 a) internal pure returns (uint128 c) {
        require(a <= uint128(-1), "BoringMath: uint128 Overflow");
        c = uint128(a);
    }

    function to64(uint256 a) internal pure returns (uint64 c) {
        require(a <= uint64(-1), "BoringMath: uint64 Overflow");
        c = uint64(a);
    }

    function to32(uint256 a) internal pure returns (uint32 c) {
        require(a <= uint32(-1), "BoringMath: uint32 Overflow");
        c = uint32(a);
    }

    function to16(uint256 a) internal pure returns (uint16 c) {
        require(a <= uint16(-1), "BoringMath: uint16 Overflow");
        c = uint16(a);
    }

}

/// @notice A library for performing overflow-/underflow-safe addition and subtraction on uint128.
library BoringMath128 {
    function add(uint128 a, uint128 b) internal pure returns (uint128 c) {
        require((c = a + b) >= b, "BoringMath: Add Overflow");
    }

    function sub(uint128 a, uint128 b) internal pure returns (uint128 c) {
        require((c = a - b) <= a, "BoringMath: Underflow");
    }
}

/// @notice A library for performing overflow-/underflow-safe addition and subtraction on uint64.
library BoringMath64 {
    function add(uint64 a, uint64 b) internal pure returns (uint64 c) {
        require((c = a + b) >= b, "BoringMath: Add Overflow");
    }

    function sub(uint64 a, uint64 b) internal pure returns (uint64 c) {
        require((c = a - b) <= a, "BoringMath: Underflow");
    }
}

/// @notice A library for performing overflow-/underflow-safe addition and subtraction on uint32.
library BoringMath32 {
    function add(uint32 a, uint32 b) internal pure returns (uint32 c) {
        require((c = a + b) >= b, "BoringMath: Add Overflow");
    }

    function sub(uint32 a, uint32 b) internal pure returns (uint32 c) {
        require((c = a - b) <= a, "BoringMath: Underflow");
    }
}

/// @notice A library for performing overflow-/underflow-safe addition and subtraction on uint32.
library BoringMath16 {
    function add(uint16 a, uint16 b) internal pure returns (uint16 c) {
        require((c = a + b) >= b, "BoringMath: Add Overflow");
    }

    function sub(uint16 a, uint16 b) internal pure returns (uint16 c) {
        require((c = a - b) <= a, "BoringMath: Underflow");
    }
}


// File contracts/Utils/Documents.sol

pragma solidity 0.6.12;


/**
 * @title Standard implementation of ERC1643 Document management
 */
contract Documents {

    struct Document {
        uint32 docIndex;    // Store the document name indexes
        uint64 lastModified; // Timestamp at which document details was last modified
        string data; // data of the document that exist off-chain
    }

    // mapping to store the documents details in the document
    mapping(string => Document) internal _documents;
    // mapping to store the document name indexes
    mapping(string => uint32) internal _docIndexes;
    // Array use to store all the document name present in the contracts
    string[] _docNames;

    // Document Events
    event DocumentRemoved(string indexed _name, string _data);
    event DocumentUpdated(string indexed _name, string _data);

    /**
     * @notice Used to attach a new document to the contract, or update the data or hash of an existing attached document
     * @dev Can only be executed by the owner of the contract.
     * @param _name Name of the document. It should be unique always
     * @param _data Off-chain data of the document from where it is accessible to investors/advisors to read.
     */
    function _setDocument(string calldata _name, string calldata _data) internal {
        require(bytes(_name).length > 0, "Zero name is not allowed");
        require(bytes(_data).length > 0, "Should not be a empty data");
        // Document storage document = _documents[_name];
        if (_documents[_name].lastModified == uint64(0)) {
            _docNames.push(_name);
            _documents[_name].docIndex = uint32(_docNames.length);
        }
        _documents[_name] = Document(_documents[_name].docIndex, uint64(now), _data);
        emit DocumentUpdated(_name, _data);
    }

    /**
     * @notice Used to remove an existing document from the contract by giving the name of the document.
     * @dev Can only be executed by the owner of the contract.
     * @param _name Name of the document. It should be unique always
     */

    function _removeDocument(string calldata _name) internal {
        require(_documents[_name].lastModified != uint64(0), "Document should exist");
        uint32 index = _documents[_name].docIndex - 1;
        if (index != _docNames.length - 1) {
            _docNames[index] = _docNames[_docNames.length - 1];
            _documents[_docNames[index]].docIndex = index + 1; 
        }
        _docNames.pop();
        emit DocumentRemoved(_name, _documents[_name].data);
        delete _documents[_name];
    }

    /**
     * @notice Used to return the details of a document with a known name (`string`).
     * @param _name Name of the document
     * @return string The data associated with the document.
     * @return uint256 the timestamp at which the document was last modified.
     */
    function getDocument(string calldata _name) external view returns (string memory, uint256) {
        return (
            _documents[_name].data,
            uint256(_documents[_name].lastModified)
        );
    }

    /**
     * @notice Used to retrieve a full list of documents attached to the smart contract.
     * @return string List of all documents names present in the contract.
     */
    function getAllDocuments() external view returns (string[] memory) {
        return _docNames;
    }

    /**
     * @notice Used to retrieve the total documents in the smart contract.
     * @return uint256 Count of the document names present in the contract.
     */
    function getDocumentCount() external view returns (uint256) {
        return _docNames.length;
    }

    /**
     * @notice Used to retrieve the document name from index in the smart contract.
     * @return string Name of the document name.
     */
    function getDocumentName(uint256 _index) external view returns (string memory) {
        require(_index < _docNames.length, "Index out of bounds");
        return _docNames[_index];
    }

}


// File contracts/interfaces/IPointList.sol

pragma solidity 0.6.12;

// ----------------------------------------------------------------------------
// White List interface
// ----------------------------------------------------------------------------

interface IPointList {
    function isInList(address account) external view returns (bool);
    function hasPoints(address account, uint256 amount) external view  returns (bool);
    function setPoints(
        address[] memory accounts,
        uint256[] memory amounts
    ) external; 
    function initPointList(address accessControl) external ;

}


// File contracts/interfaces/IMisoMarket.sol

pragma solidity 0.6.12;

interface IMisoMarket {

    function init(bytes calldata data) external payable;
    function initMarket( bytes calldata data ) external;
    function marketTemplate() external view returns (uint256);

}


// File contracts/Auctions/DutchAuction.sol

pragma solidity 0.6.12;
pragma experimental ABIEncoderV2;


//----------------------------------------------------------------------------------
//    I n s t a n t
//
//        .:mmm.         .:mmm:.       .ii.  .:SSSSSSSSSSSSS.     .oOOOOOOOOOOOo.  
//      .mMM'':Mm.     .:MM'':Mm:.     .II:  :SSs..........     .oOO'''''''''''OOo.
//    .:Mm'   ':Mm.   .:Mm'   'MM:.    .II:  'sSSSSSSSSSSSSS:.  :OO.           .OO:
//  .'mMm'     ':MM:.:MMm'     ':MM:.  .II:  .:...........:SS.  'OOo:.........:oOO'
//  'mMm'        ':MMmm'         'mMm:  II:  'sSSSSSSSSSSSSS'     'oOOOOOOOOOOOO'  
//
//----------------------------------------------------------------------------------
//
// Chef Gonpachi's Dutch Auction
//
// A declining price auction with fair price discovery. 
//
// Inspired by DutchSwap's Dutch Auctions
// https://github.com/deepyr/DutchSwap
// 
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// The above copyright notice and this permission notice shall be included 
// in all copies or substantial portions of the Software.
//
// Made for Sushi.com 
// 
// Enjoy. (c) Chef Gonpachi, Kusatoshi, SSMikazu 2021 
// <https://github.com/chefgonpachi/MISO/>
//
// ---------------------------------------------------------------------
// SPDX-License-Identifier: GPL-3.0                        
// ---------------------------------------------------------------------









/// @notice Attribution to delta.financial
/// @notice Attribution to dutchswap.com

contract DutchAuction is IMisoMarket, MISOAccessControls, BoringBatchable, SafeTransfer, Documents , ReentrancyGuard  {
    using BoringMath for uint256;
    using BoringMath128 for uint128;
    using BoringMath64 for uint64;
    using BoringERC20 for IERC20;

    /// @notice MISOMarket template id for the factory contract.
    /// @dev For different marketplace types, this must be incremented.
    uint256 public constant override marketTemplate = 2;
    /// @dev The placeholder ETH address.
    address private constant ETH_ADDRESS = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;

    /// @notice Main market variables.
    struct MarketInfo {
        uint64 startTime;
        uint64 endTime;
        uint128 totalTokens;
    }
    MarketInfo public marketInfo;

    /// @notice Market price variables.
    struct MarketPrice {
        uint128 startPrice;
        uint128 minimumPrice;
    }
    MarketPrice public marketPrice;

    /// @notice Market dynamic variables.
    struct MarketStatus {
        uint128 commitmentsTotal;
        bool finalized;
        bool usePointList;
    }

    MarketStatus public marketStatus;

    /// @notice The token being sold.
    address public auctionToken; 
    /// @notice The currency the auction accepts for payment. Can be ETH or token address.
    address public paymentCurrency;  
    /// @notice Where the auction funds will get paid.
    address payable public wallet;  
    /// @notice Address that manages auction approvals.
    address public pointList;

    /// @notice The committed amount of accounts.
    mapping(address => uint256) public commitments; 
    /// @notice Amount of tokens to claim per address.
    mapping(address => uint256) public claimed;

    /// @notice Event for updating auction times.  Needs to be before auction starts.
    event AuctionTimeUpdated(uint256 startTime, uint256 endTime); 
    /// @notice Event for updating auction prices. Needs to be before auction starts.
    event AuctionPriceUpdated(uint256 startPrice, uint256 minimumPrice); 
    /// @notice Event for updating auction wallet. Needs to be before auction starts.
    event AuctionWalletUpdated(address wallet); 

    /// @notice Event for adding a commitment.
    event AddedCommitment(address addr, uint256 commitment);   
    /// @notice Event for finalization of the auction.
    event AuctionFinalized();
    /// @notice Event for cancellation of the auction.
    event AuctionCancelled();

    /**
     * @notice Initializes main contract variables and transfers funds for the auction.
     * @dev Init function.
     * @param _funder The address that funds the token for DutchAuction.
     * @param _token Address of the token being sold.
     * @param _totalTokens The total number of tokens to sell in auction.
     * @param _startTime Auction start time.
     * @param _endTime Auction end time.
     * @param _paymentCurrency The currency the DutchAuction accepts for payment. Can be ETH or token address.
     * @param _startPrice Starting price of the auction.
     * @param _minimumPrice The minimum auction price.
     * @param _admin Address that can finalize auction.
     * @param _pointList Address that will manage auction approvals.
     * @param _wallet Address where collected funds will be forwarded to.
     */
    function initAuction(
        address _funder,
        address _token,
        uint256 _totalTokens,
        uint256 _startTime,
        uint256 _endTime,
        address _paymentCurrency,
        uint256 _startPrice,
        uint256 _minimumPrice,
        address _admin,
        address _pointList,
        address payable _wallet
    ) public {
        require(hasAdminRole(msg.sender));
        require(_endTime < 10000000000, "DutchAuction: enter an unix timestamp in seconds, not miliseconds");
        require(_startTime >= block.timestamp, "DutchAuction: start time is before current time");
        require(_endTime > _startTime, "DutchAuction: end time must be older than start price");
        require(_totalTokens > 0,"DutchAuction: total tokens must be greater than zero");
        require(_startPrice > _minimumPrice, "DutchAuction: start price must be higher than minimum price");
        require(_minimumPrice > 0, "DutchAuction: minimum price must be greater than 0"); 
        require(_admin != address(0), "DutchAuction: admin is the zero address");
        require(_wallet != address(0), "DutchAuction: wallet is the zero address");
        require(IERC20(_token).decimals() == 9, "DutchAuction: Token does not have 9 decimals");
        if (_paymentCurrency != ETH_ADDRESS) {
            require(IERC20(_paymentCurrency).decimals() > 0, "DutchAuction: Payment currency is not ERC20");
        }

        marketInfo.startTime = BoringMath.to64(_startTime);
        marketInfo.endTime = BoringMath.to64(_endTime);
        marketInfo.totalTokens = BoringMath.to128(_totalTokens);

        marketPrice.startPrice = BoringMath.to128(_startPrice);
        marketPrice.minimumPrice = BoringMath.to128(_minimumPrice);

        auctionToken = _token;
        paymentCurrency = _paymentCurrency;
        wallet = _wallet;

        _setList(_pointList);
        _safeTransferFrom(_token, _funder, _totalTokens);
    }


    /**
     * @notice need admin rights to not waste gas of users using uneeded finctionality
     */

    constructor() public {
        initAccessControls(msg.sender);
    }


    /**
     Dutch Auction Price Function
     ============================
     
     Start Price -----
                      \
                       \
                        \
                         \ ------------ Clearing Price
                        / \            = AmountRaised/TokenSupply
         Token Price  --   \
                     /      \
                   --        ----------- Minimum Price
     Amount raised /          End Time
    */

    /**
     * @notice Calculates the average price of each token from all commitments.
     * @return Average token price.
     */
    function tokenPrice() public view returns (uint256) {
        return uint256(marketStatus.commitmentsTotal)
               .mul(1e9).div(uint256(marketInfo.totalTokens));        
    }

    /**
     * @notice Returns auction price in any time.
     * @return Fixed start price or minimum price if outside of auction time, otherwise calculated current price.
     */
    function priceFunction() public view returns (uint256) {
        /// @dev Return Auction Price
        if (block.timestamp <= uint256(marketInfo.startTime)) {
            return uint256(marketPrice.startPrice);
        }
        if (block.timestamp >= uint256(marketInfo.endTime)) {
            return uint256(marketPrice.minimumPrice);
        }

        return _currentPrice();
    }

    /**
     * @notice The current clearing price of the Dutch auction.
     * @return The bigger from tokenPrice and priceFunction.
     */
    function clearingPrice() public view returns (uint256) {

        /// @dev If auction successful, return tokenPrice
        uint256 _tokenPrice = tokenPrice();
        uint256 _currentPrice = priceFunction();
        return _tokenPrice > _currentPrice ? _tokenPrice : _currentPrice;

    }


    ///--------------------------------------------------------
    /// Commit to buying tokens!
    ///--------------------------------------------------------

    receive() external payable {
        revertBecauseUserDidNotProvideAgreement();
    }

    /** 
     * @dev Attribution to the awesome delta.financial contracts
    */  
    function marketParticipationAgreement() public pure returns (string memory) {
        return "I understand that I'm interacting with a smart contract. I understand that tokens committed are subject to the token issuer and local laws where applicable. I reviewed code of the smart contract and understand it fully. I agree to not hold developers or other people associated with the project liable for any losses or misunderstandings";
    }
    /** 
     * @dev Not using modifiers is a purposeful choice for code readability.
    */ 
    function revertBecauseUserDidNotProvideAgreement() internal pure {
        revert("No agreement provided, please review the smart contract before interacting with it");
    }

    /**
     * @notice Checks the amount of ETH to commit and adds the commitment. Refunds the buyer if commit is too high.
     * @param _beneficiary Auction participant ETH address.
     */
    function commitEth(
        address payable _beneficiary,
        bool readAndAgreedToMarketParticipationAgreement
    )
        public payable
    {
        require(paymentCurrency == ETH_ADDRESS, "DutchAuction: payment currency is not ETH address"); 
        if(readAndAgreedToMarketParticipationAgreement == false) {
            revertBecauseUserDidNotProvideAgreement();
        }
        // Get ETH able to be committed
        uint256 ethToTransfer = calculateCommitment(msg.value);

        /// @notice Accept ETH Payments.
        uint256 ethToRefund = msg.value.sub(ethToTransfer);
        if (ethToTransfer > 0) {
            _addCommitment(_beneficiary, ethToTransfer);
        }
        /// @notice Return any ETH to be refunded.
        if (ethToRefund > 0) {
            _beneficiary.transfer(ethToRefund);
        }

        /// @notice Revert if commitmentsTotal exceeds the balance
        require(marketStatus.commitmentsTotal <= address(this).balance, "DutchAuction: The committed ETH exceeds the balance");
    }

    /**
     * @notice Buy Tokens by commiting approved ERC20 tokens to this contract address.
     * @param _amount Amount of tokens to commit.
     */
    function commitTokens(uint256 _amount, bool readAndAgreedToMarketParticipationAgreement) public {
        commitTokensFrom(msg.sender, _amount, readAndAgreedToMarketParticipationAgreement);
    }


    /**
     * @notice Checks how much is user able to commit and processes that commitment.
     * @dev Users must approve contract prior to committing tokens to auction.
     * @param _from User ERC20 address.
     * @param _amount Amount of approved ERC20 tokens.
     */
    function commitTokensFrom(
        address _from,
        uint256 _amount,
        bool readAndAgreedToMarketParticipationAgreement
    )
        public   nonReentrant  
    {
        require(address(paymentCurrency) != ETH_ADDRESS, "DutchAuction: Payment currency is not a token");
        if(readAndAgreedToMarketParticipationAgreement == false) {
            revertBecauseUserDidNotProvideAgreement();
        }
        uint256 tokensToTransfer = calculateCommitment(_amount);
        if (tokensToTransfer > 0) {
            _safeTransferFrom(paymentCurrency, msg.sender, tokensToTransfer);
            _addCommitment(_from, tokensToTransfer);
        }
    }

    /**
     * @notice Calculates the pricedrop factor.
     * @return Value calculated from auction start and end price difference divided the auction duration.
     */
    function priceDrop() public view returns (uint256) {
        MarketInfo memory _marketInfo = marketInfo;
        MarketPrice memory _marketPrice = marketPrice;

        uint256 numerator = uint256(_marketPrice.startPrice.sub(_marketPrice.minimumPrice));
        uint256 denominator = uint256(_marketInfo.endTime.sub(_marketInfo.startTime));
        return numerator / denominator;
    }


   /**
     * @notice How many tokens the user is able to claim.
     * @param _user Auction participant address.
     * @return claimerCommitment User commitments reduced by already claimed tokens.
     */
    function tokensClaimable(address _user) public view returns (uint256 claimerCommitment) {
        if (commitments[_user] == 0) return 0;
        uint256 unclaimedTokens = IERC20(auctionToken).balanceOf(address(this));

        claimerCommitment = commitments[_user].mul(uint256(marketInfo.totalTokens)).div(uint256(marketStatus.commitmentsTotal));
        claimerCommitment = claimerCommitment.sub(claimed[_user]);

        if(claimerCommitment > unclaimedTokens){
            claimerCommitment = unclaimedTokens;
        }
    }

    /**
     * @notice Calculates total amount of tokens committed at current auction price.
     * @return Number of tokens committed.
     */
    function totalTokensCommitted() public view returns (uint256) {
        return uint256(marketStatus.commitmentsTotal).mul(1e9).div(clearingPrice());
    }

    /**
     * @notice Calculates the amount able to be committed during an auction.
     * @param _commitment Commitment user would like to make.
     * @return committed Amount allowed to commit.
     */
    function calculateCommitment(uint256 _commitment) public view returns (uint256 committed) {
        uint256 maxCommitment = uint256(marketInfo.totalTokens).mul(clearingPrice()).div(1e9);
        if (uint256(marketStatus.commitmentsTotal).add(_commitment) > maxCommitment) {
            return maxCommitment.sub(uint256(marketStatus.commitmentsTotal));
        }
        return _commitment;
    }

    /**
     * @notice Checks if the auction is open.
     * @return True if current time is greater than startTime and less than endTime.
     */
    function isOpen() public view returns (bool) {
        return block.timestamp >= uint256(marketInfo.startTime) && block.timestamp <= uint256(marketInfo.endTime);
    }

    /**
     * @notice Successful if tokens sold equals totalTokens.
     * @return True if tokenPrice is bigger or equal clearingPrice.
     */
    function auctionSuccessful() public view returns (bool) {
        return tokenPrice() >= clearingPrice();
    }

    /**
     * @notice Checks if the auction has ended.
     * @return True if auction is successful or time has ended.
     */
    function auctionEnded() public view returns (bool) {
        return auctionSuccessful() || block.timestamp > uint256(marketInfo.endTime);
    }

    /**
     * @return Returns true if market has been finalized
     */
    function finalized() public view returns (bool) {
        return marketStatus.finalized;
    }

    /**
     * @return Returns true if 7 days have passed since the end of the auction
     */
    function finalizeTimeExpired() public view returns (bool) {
        return uint256(marketInfo.endTime) + 7 days < block.timestamp;
    }

    /**
     * @notice Calculates price during the auction.
     * @return Current auction price.
     */
    function _currentPrice() private view returns (uint256) {
        MarketInfo memory _marketInfo = marketInfo;
        MarketPrice memory _marketPrice = marketPrice;
        uint256 priceDiff = block.timestamp.sub(uint256(_marketInfo.startTime)).mul(
            uint256(_marketPrice.startPrice.sub(_marketPrice.minimumPrice))
        ) / uint256(_marketInfo.endTime.sub(_marketInfo.startTime));        
        return uint256(_marketPrice.startPrice).sub(priceDiff);
    }

    /**
     * @notice Updates commitment for this address and total commitment of the auction.
     * @param _addr Bidders address.
     * @param _commitment The amount to commit.
     */
    function _addCommitment(address _addr, uint256 _commitment) internal {
        require(block.timestamp >= uint256(marketInfo.startTime) && block.timestamp <= uint256(marketInfo.endTime), "DutchAuction: outside auction hours");
        MarketStatus storage status = marketStatus;
        
        uint256 newCommitment = commitments[_addr].add(_commitment);
        if (status.usePointList) {
            require(IPointList(pointList).hasPoints(_addr, newCommitment));
        }
        
        commitments[_addr] = newCommitment;
        status.commitmentsTotal = BoringMath.to128(uint256(status.commitmentsTotal).add(_commitment));
        emit AddedCommitment(_addr, _commitment);
    }


    //--------------------------------------------------------
    // Finalize Auction
    //--------------------------------------------------------


    /**
     * @notice Cancel Auction
     * @dev Admin can cancel the auction before it starts
     */
    function cancelAuction() public   nonReentrant  
    {
        require(hasAdminRole(msg.sender));
        MarketStatus storage status = marketStatus;
        require(!status.finalized, "DutchAuction: auction already finalized");
        require( uint256(status.commitmentsTotal) == 0, "DutchAuction: auction already committed" );
        _safeTokenPayment(auctionToken, wallet, uint256(marketInfo.totalTokens));
        status.finalized = true;
        emit AuctionCancelled();
    }

    /**
     * @notice Auction finishes successfully above the reserve.
     * @dev Transfer contract funds to initialized wallet.
     */
    function finalize() public   nonReentrant  
    {

        require(hasAdminRole(msg.sender) 
                || hasSmartContractRole(msg.sender) 
                || wallet == msg.sender
                || finalizeTimeExpired(), "DutchAuction: sender must be an admin");
        
        require(marketInfo.totalTokens > 0, "Not initialized");

        MarketStatus storage status = marketStatus;

        require(!status.finalized, "DutchAuction: auction already finalized");
        if (auctionSuccessful()) {
            /// @dev Successful auction
            /// @dev Transfer contributed tokens to wallet.
            _safeTokenPayment(paymentCurrency, wallet, uint256(status.commitmentsTotal));
        } else {
            /// @dev Failed auction
            /// @dev Return auction tokens back to wallet.
            require(block.timestamp > uint256(marketInfo.endTime), "DutchAuction: auction has not finished yet"); 
            _safeTokenPayment(auctionToken, wallet, uint256(marketInfo.totalTokens));
        }
        status.finalized = true;
        emit AuctionFinalized();
    }


    /// @notice Withdraws bought tokens, or returns commitment if the sale is unsuccessful.
    function withdrawTokens() public  {
        withdrawTokens(msg.sender);
    }

   /**
     * @notice Withdraws bought tokens, or returns commitment if the sale is unsuccessful.
     * @dev Withdraw tokens only after auction ends.
     * @param beneficiary Whose tokens will be withdrawn.
     */
    function withdrawTokens(address payable beneficiary) public   nonReentrant  {
        if (auctionSuccessful()) {
            require(marketStatus.finalized, "DutchAuction: not finalized");
            /// @dev Successful auction! Transfer claimed tokens.
            uint256 tokensToClaim = tokensClaimable(beneficiary);
            require(tokensToClaim > 0, "DutchAuction: No tokens to claim"); 
            claimed[beneficiary] = claimed[beneficiary].add(tokensToClaim);
            _safeTokenPayment(auctionToken, beneficiary, tokensToClaim);
        } else {
            /// @dev Auction did not meet reserve price.
            /// @dev Return committed funds back to user.
            require(block.timestamp > uint256(marketInfo.endTime), "DutchAuction: auction has not finished yet");
            uint256 fundsCommitted = commitments[beneficiary];
            commitments[beneficiary] = 0; // Stop multiple withdrawals and free some gas
            _safeTokenPayment(paymentCurrency, beneficiary, fundsCommitted);
        }
    }


    //--------------------------------------------------------
    // Documents
    //--------------------------------------------------------

    function setDocument(string calldata _name, string calldata _data) external {
        require(hasAdminRole(msg.sender) );
        _setDocument( _name, _data);
    }

    function setDocuments(string[] calldata _name, string[] calldata _data) external {
        require(hasAdminRole(msg.sender) );
        uint256 numDocs = _name.length;
        for (uint256 i = 0; i < numDocs; i++) {
            _setDocument( _name[i], _data[i]);
        }
    }

    function removeDocument(string calldata _name) external {
        require(hasAdminRole(msg.sender));
        _removeDocument(_name);
    }


    //--------------------------------------------------------
    // Point Lists
    //--------------------------------------------------------


    function setList(address _list) external {
        require(hasAdminRole(msg.sender));
        _setList(_list);
    }

    function enableList(bool _status) external {
        require(hasAdminRole(msg.sender));
        marketStatus.usePointList = _status;
    }

    function _setList(address _pointList) private {
        if (_pointList != address(0)) {
            pointList = _pointList;
            marketStatus.usePointList = true;
        }
    }

    //--------------------------------------------------------
    // Setter Functions
    //--------------------------------------------------------

    /**
     * @notice Admin can set start and end time through this function.
     * @param _startTime Auction start time.
     * @param _endTime Auction end time.
     */
    function setAuctionTime(uint256 _startTime, uint256 _endTime) external {
        require(hasAdminRole(msg.sender));
        require(_startTime < 10000000000, "DutchAuction: enter an unix timestamp in seconds, not miliseconds");
        require(_endTime < 10000000000, "DutchAuction: enter an unix timestamp in seconds, not miliseconds");
        require(_startTime >= block.timestamp, "DutchAuction: start time is before current time");
        require(_endTime > _startTime, "DutchAuction: end time must be older than start time");
        require(marketStatus.commitmentsTotal == 0, "DutchAuction: auction cannot have already started");

        marketInfo.startTime = BoringMath.to64(_startTime);
        marketInfo.endTime = BoringMath.to64(_endTime);
        
        emit AuctionTimeUpdated(_startTime,_endTime);
    }

    /**
     * @notice Admin can set start and min price through this function.
     * @param _startPrice Auction start price.
     * @param _minimumPrice Auction minimum price.
     */
    function setAuctionPrice(uint256 _startPrice, uint256 _minimumPrice) external {
        require(hasAdminRole(msg.sender));
        require(_startPrice > _minimumPrice, "DutchAuction: start price must be higher than minimum price");
        require(_minimumPrice > 0, "DutchAuction: minimum price must be greater than 0"); 
        require(marketStatus.commitmentsTotal == 0, "DutchAuction: auction cannot have already started");

        marketPrice.startPrice = BoringMath.to128(_startPrice);
        marketPrice.minimumPrice = BoringMath.to128(_minimumPrice);

        emit AuctionPriceUpdated(_startPrice,_minimumPrice);
    }

    /**
     * @notice Admin can set the auction wallet through this function.
     * @param _wallet Auction wallet is where funds will be sent.
     */
    function setAuctionWallet(address payable _wallet) external {
        require(hasAdminRole(msg.sender));
        require(_wallet != address(0), "DutchAuction: wallet is the zero address");

        wallet = _wallet;

        emit AuctionWalletUpdated(_wallet);
    }


   //--------------------------------------------------------
    // Market Launchers
    //--------------------------------------------------------

    /**
     * @notice Decodes and hands auction data to the initAuction function.
     * @param _data Encoded data for initialization.
     */

    function init(bytes calldata _data) external override payable {

    }

    function initMarket(
        bytes calldata _data
    ) public override {
        (
        address _funder,
        address _token,
        uint256 _totalTokens,
        uint256 _startTime,
        uint256 _endTime,
        address _paymentCurrency,
        uint256 _startPrice,
        uint256 _minimumPrice,
        address _admin,
        address _pointList,
        address payable _wallet
        ) = abi.decode(_data, (
            address,
            address,
            uint256,
            uint256,
            uint256,
            address,
            uint256,
            uint256,
            address,
            address,
            address
        ));
        initAuction(_funder, _token, _totalTokens, _startTime, _endTime, _paymentCurrency, _startPrice, _minimumPrice, _admin, _pointList, _wallet);
    }

    /**
     * @notice Collects data to initialize the auction and encodes them.
     * @param _funder The address that funds the token for DutchAuction.
     * @param _token Address of the token being sold.
     * @param _totalTokens The total number of tokens to sell in auction.
     * @param _startTime Auction start time.
     * @param _endTime Auction end time.
     * @param _paymentCurrency The currency the DutchAuction accepts for payment. Can be ETH or token address.
     * @param _startPrice Starting price of the auction.
     * @param _minimumPrice The minimum auction price.
     * @param _admin Address that can finalize auction.
     * @param _pointList Address that will manage auction approvals.
     * @param _wallet Address where collected funds will be forwarded to.
     * @return _data All the data in bytes format.
     */
    function getAuctionInitData(
        address _funder,
        address _token,
        uint256 _totalTokens,
        uint256 _startTime,
        uint256 _endTime,
        address _paymentCurrency,
        uint256 _startPrice,
        uint256 _minimumPrice,
        address _admin,
        address _pointList,
        address payable _wallet
    )
        external 
        pure
        returns (bytes memory _data)
    {
            return abi.encode(
                _funder,
                _token,
                _totalTokens,
                _startTime,
                _endTime,
                _paymentCurrency,
                _startPrice,
                _minimumPrice,
                _admin,
                _pointList,
                _wallet
            );
    }
        
    function getBaseInformation() external view returns(
        address, 
        uint64,
        uint64,
        bool 
    ) {
        return (auctionToken, marketInfo.startTime, marketInfo.endTime, marketStatus.finalized);
    }

    function getTotalTokens() external view returns(uint256) {
        return uint256(marketInfo.totalTokens);
    }

}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"addr","type":"address"},{"indexed":false,"internalType":"uint256","name":"commitment","type":"uint256"}],"name":"AddedCommitment","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beneficiary","type":"address"},{"indexed":true,"internalType":"address","name":"caller","type":"address"}],"name":"AdminRoleGranted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beneficiary","type":"address"},{"indexed":true,"internalType":"address","name":"caller","type":"address"}],"name":"AdminRoleRemoved","type":"event"},{"anonymous":false,"inputs":[],"name":"AuctionCancelled","type":"event"},{"anonymous":false,"inputs":[],"name":"AuctionFinalized","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"startPrice","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"minimumPrice","type":"uint256"}],"name":"AuctionPriceUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"startTime","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"endTime","type":"uint256"}],"name":"AuctionTimeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"wallet","type":"address"}],"name":"AuctionWalletUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"string","name":"_name","type":"string"},{"indexed":false,"internalType":"string","name":"_data","type":"string"}],"name":"DocumentRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"string","name":"_name","type":"string"},{"indexed":false,"internalType":"string","name":"_data","type":"string"}],"name":"DocumentUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beneficiary","type":"address"},{"indexed":true,"internalType":"address","name":"caller","type":"address"}],"name":"MinterRoleGranted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beneficiary","type":"address"},{"indexed":true,"internalType":"address","name":"caller","type":"address"}],"name":"MinterRoleRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beneficiary","type":"address"},{"indexed":true,"internalType":"address","name":"caller","type":"address"}],"name":"OperatorRoleGranted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beneficiary","type":"address"},{"indexed":true,"internalType":"address","name":"caller","type":"address"}],"name":"OperatorRoleRemoved","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":"beneficiary","type":"address"},{"indexed":true,"internalType":"address","name":"caller","type":"address"}],"name":"SmartContractRoleGranted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beneficiary","type":"address"},{"indexed":true,"internalType":"address","name":"caller","type":"address"}],"name":"SmartContractRoleRemoved","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":"OPERATOR_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"SMART_CONTRACT_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"addAdminRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"addMinterRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"addOperatorRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"addSmartContractRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"auctionEnded","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"auctionSuccessful","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"auctionToken","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes[]","name":"calls","type":"bytes[]"},{"internalType":"bool","name":"revertOnFail","type":"bool"}],"name":"batch","outputs":[{"internalType":"bool[]","name":"successes","type":"bool[]"},{"internalType":"bytes[]","name":"results","type":"bytes[]"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_commitment","type":"uint256"}],"name":"calculateCommitment","outputs":[{"internalType":"uint256","name":"committed","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"cancelAuction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"claimed","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"clearingPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address payable","name":"_beneficiary","type":"address"},{"internalType":"bool","name":"readAndAgreedToMarketParticipationAgreement","type":"bool"}],"name":"commitEth","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bool","name":"readAndAgreedToMarketParticipationAgreement","type":"bool"}],"name":"commitTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bool","name":"readAndAgreedToMarketParticipationAgreement","type":"bool"}],"name":"commitTokensFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"commitments","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bool","name":"_status","type":"bool"}],"name":"enableList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"finalize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"finalizeTimeExpired","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"finalized","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getAllDocuments","outputs":[{"internalType":"string[]","name":"","type":"string[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_funder","type":"address"},{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_totalTokens","type":"uint256"},{"internalType":"uint256","name":"_startTime","type":"uint256"},{"internalType":"uint256","name":"_endTime","type":"uint256"},{"internalType":"address","name":"_paymentCurrency","type":"address"},{"internalType":"uint256","name":"_startPrice","type":"uint256"},{"internalType":"uint256","name":"_minimumPrice","type":"uint256"},{"internalType":"address","name":"_admin","type":"address"},{"internalType":"address","name":"_pointList","type":"address"},{"internalType":"address payable","name":"_wallet","type":"address"}],"name":"getAuctionInitData","outputs":[{"internalType":"bytes","name":"_data","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"getBaseInformation","outputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint64","name":"","type":"uint64"},{"internalType":"uint64","name":"","type":"uint64"},{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"_name","type":"string"}],"name":"getDocument","outputs":[{"internalType":"string","name":"","type":"string"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getDocumentCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_index","type":"uint256"}],"name":"getDocumentName","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":[],"name":"getTotalTokens","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":"address","name":"_address","type":"address"}],"name":"hasAdminRole","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"hasMinterRole","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"hasOperatorRole","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","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":"_address","type":"address"}],"name":"hasSmartContractRole","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"init","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"_admin","type":"address"}],"name":"initAccessControls","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_funder","type":"address"},{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_totalTokens","type":"uint256"},{"internalType":"uint256","name":"_startTime","type":"uint256"},{"internalType":"uint256","name":"_endTime","type":"uint256"},{"internalType":"address","name":"_paymentCurrency","type":"address"},{"internalType":"uint256","name":"_startPrice","type":"uint256"},{"internalType":"uint256","name":"_minimumPrice","type":"uint256"},{"internalType":"address","name":"_admin","type":"address"},{"internalType":"address","name":"_pointList","type":"address"},{"internalType":"address payable","name":"_wallet","type":"address"}],"name":"initAuction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"initMarket","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"isOpen","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketInfo","outputs":[{"internalType":"uint64","name":"startTime","type":"uint64"},{"internalType":"uint64","name":"endTime","type":"uint64"},{"internalType":"uint128","name":"totalTokens","type":"uint128"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketParticipationAgreement","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"marketPrice","outputs":[{"internalType":"uint128","name":"startPrice","type":"uint128"},{"internalType":"uint128","name":"minimumPrice","type":"uint128"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketStatus","outputs":[{"internalType":"uint128","name":"commitmentsTotal","type":"uint128"},{"internalType":"bool","name":"finalized","type":"bool"},{"internalType":"bool","name":"usePointList","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketTemplate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"paymentCurrency","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"token","type":"address"},{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"permitToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"pointList","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"priceDrop","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"priceFunction","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"removeAdminRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_name","type":"string"}],"name":"removeDocument","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"removeMinterRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"removeOperatorRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"removeSmartContractRole","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":"uint256","name":"_startPrice","type":"uint256"},{"internalType":"uint256","name":"_minimumPrice","type":"uint256"}],"name":"setAuctionPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_startTime","type":"uint256"},{"internalType":"uint256","name":"_endTime","type":"uint256"}],"name":"setAuctionTime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address payable","name":"_wallet","type":"address"}],"name":"setAuctionWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_data","type":"string"}],"name":"setDocument","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string[]","name":"_name","type":"string[]"},{"internalType":"string[]","name":"_data","type":"string[]"}],"name":"setDocuments","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_list","type":"address"}],"name":"setList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"tokenPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_user","type":"address"}],"name":"tokensClaimable","outputs":[{"internalType":"uint256","name":"claimerCommitment","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalTokensCommitted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"wallet","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address payable","name":"beneficiary","type":"address"}],"name":"withdrawTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdrawTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

Deployed Bytecode

0x6080604052600436106104355760003560e01c80638a845fc011610229578063c6b547e61161012e578063dc97e082116100b6578063e8fcf7231161007a578063e8fcf72314610c3b578063f04899d314610c5b578063f08b82e614610c70578063f5b541a614610c85578063fc4e3e0a14610c9a57610444565b8063dc97e08214610b97578063dccfe31014610bb7578063dde51f6d14610bd7578063e0e081d714610bf7578063e6594abd14610c1b57610444565b8063d2423b51116100fd578063d2423b5114610b0c578063d539139314610b2d578063d547741f14610b42578063d69d3e6214610b62578063d7568b6e14610b8257610444565b8063c6b547e614610a8c578063c884ef8314610aac578063c92bce8714610acc578063ca15c87314610aec57610444565b80639c64d0ae116101b1578063adbf377611610180578063adbf3776146109f7578063b1f1621814610a17578063b3f05b9714610a37578063b7928b1d14610a4c578063c395fcb314610a6c57610444565b80639c64d0ae1461098b5780639fa5f50b146109ab578063a217fddf146109cd578063a9d87ee6146109e257610444565b8063919e93b5116101f8578063919e93b51461090157806391d14854146109165780639478941c1461093657806399fdb320146109565780639a87222c1461096b57610444565b80638a845fc0146108975780638d8f2adb146108b75780638fa8b790146108cc5780639010d07c146108e157610444565b806347535d7b1161033a5780636ae260c1116102c25780637ff9b596116102865780637ff9b5961461081857806381353c8e1461082d57806384720f161461084d578063857d26081461086d578063864333741461088257610444565b80636ae260c11461076857806373973fcb1461078857806374cf9fc5146107a85780637c516e94146107ca5780637ccb6a64146107ea57610444565b80634dc80e15116103095780634dc80e15146106e05780634ddf47d414610700578063521eb2731461071357806354f1e126146107285780636595171c1461074857610444565b806347535d7b1461067657806349df728c1461068b5780634b3e6abb146106ab5780634bb278f3146106cb57610444565b80632f2ff15d116103bd57806336d0054b1161038c57806336d0054b146105e75780633d15cc6d146105fc5780633d1c22731461061e5780633f16431a1461063357806345a153881461065357610444565b80632f2ff15d1461056d578063314148e21461058d57806332a0f2d7146105b257806336568abe146105c757610444565b80631b3e460e116104045780631b3e460e146104d8578063212f8a81146104fa578063248a9ca31461051a57806324e4025b1461053a578063297629601461055a57610444565b8063031bee0014610449578063099db01714610476578063113b0ab2146104a357806317026455146104c357610444565b3661044457610442610cba565b005b600080fd5b34801561045557600080fd5b5061045e610cdb565b60405161046d93929190614df9565b60405180910390f35b34801561048257600080fd5b506104966104913660046139c5565b610d08565b60405161046d9190614172565b3480156104af57600080fd5b506104966104be3660046139c5565b610d2a565b3480156104cf57600080fd5b50610496610d44565b3480156104e457600080fd5b506104ed610d63565b60405161046d919061417d565b34801561050657600080fd5b50610442610515366004613af7565b610d68565b34801561052657600080fd5b506104ed610535366004613c21565b610e1b565b34801561054657600080fd5b50610442610555366004613c5d565b610e30565b610442610568366004613a9e565b610f37565b34801561057957600080fd5b50610442610588366004613c39565b61101e565b34801561059957600080fd5b506105a2611066565b60405161046d9493929190614046565b3480156105be57600080fd5b506104ed61109e565b3480156105d357600080fd5b506104426105e2366004613c39565b6110cd565b3480156105f357600080fd5b5061049661110f565b34801561060857600080fd5b50610611611128565b60405161046d9190613f55565b34801561062a57600080fd5b506104ed611137565b34801561063f57600080fd5b5061044261064e3660046139c5565b61113d565b34801561065f57600080fd5b5061066861119f565b60405161046d929190614dd1565b34801561068257600080fd5b506104966111b9565b34801561069757600080fd5b506104426106a63660046139c5565b6111ee565b3480156106b757600080fd5b506104426106c6366004613be9565b611338565b3480156106d757600080fd5b50610442611368565b3480156106ec57600080fd5b506104ed6106fb3660046139c5565b61151e565b61044261070e366004613c7e565b611062565b34801561071f57600080fd5b50610611611648565b34801561073457600080fd5b506104426107433660046139c5565b611657565b34801561075457600080fd5b506104426107633660046139c5565b6116b9565b34801561077457600080fd5b50610442610783366004613c5d565b61170e565b34801561079457600080fd5b506104ed6107a3366004613c21565b611861565b3480156107b457600080fd5b506107bd6118d7565b60405161046d9190614186565b3480156107d657600080fd5b506104426107e5366004613cbd565b6118fa565b3480156107f657600080fd5b5061080a610805366004613c7e565b61196e565b60405161046d9291906141c8565b34801561082457600080fd5b506104ed611a5b565b34801561083957600080fd5b50610442610848366004613c7e565b611a8a565b34801561085957600080fd5b506107bd610868366004613ad6565b611ada565b34801561087957600080fd5b506104ed611b21565b34801561088e57600080fd5b50610496611b33565b3480156108a357600080fd5b506104426108b23660046139c5565b611b5c565b3480156108c357600080fd5b50610442611bbe565b3480156108d857600080fd5b50610442611bc9565b3480156108ed57600080fd5b506106116108fc366004613c5d565b611cc8565b34801561090d57600080fd5b506104ed611ce9565b34801561092257600080fd5b50610496610931366004613c39565b611d10565b34801561094257600080fd5b506104426109513660046139c5565b611d28565b34801561096257600080fd5b50610611611d8a565b34801561097757600080fd5b506104426109863660046139c5565b611d99565b34801561099757600080fd5b506104426109a6366004613d3f565b611e27565b3480156109b757600080fd5b506109c0611e45565b60405161046d9190614112565b3480156109d957600080fd5b506104ed611f1d565b3480156109ee57600080fd5b506104ed611f22565b348015610a0357600080fd5b50610442610a123660046139c5565b611f83565b348015610a2357600080fd5b50610442610a32366004613ad6565b611fe5565b348015610a4357600080fd5b50610496612381565b348015610a5857600080fd5b50610442610a673660046139c5565b612391565b348015610a7857600080fd5b50610496610a873660046139c5565b6123f3565b348015610a9857600080fd5b506107bd610aa7366004613c21565b6123ff565b348015610ab857600080fd5b506104ed610ac73660046139c5565b6124ca565b348015610ad857600080fd5b50610442610ae7366004613b81565b6124dc565b348015610af857600080fd5b506104ed610b07366004613c21565b61254e565b610b1f610b1a366004613b38565b612565565b60405161046d929190614078565b348015610b3957600080fd5b506104ed6126f5565b348015610b4e57600080fd5b50610442610b5d366004613c39565b612707565b348015610b6e57600080fd5b50610442610b7d3660046139c5565b612741565b348015610b8e57600080fd5b506104ed61275f565b348015610ba357600080fd5b50610442610bb2366004613e4d565b612837565b348015610bc357600080fd5b50610442610bd23660046139c5565b612842565b348015610be357600080fd5b50610442610bf2366004613c7e565b612897565b348015610c0357600080fd5b50610c0c6128b3565b60405161046d93929190614dae565b348015610c2757600080fd5b50610442610c363660046139c5565b6128d8565b348015610c4757600080fd5b506104ed610c563660046139c5565b61293b565b348015610c6757600080fd5b5061061161294d565b348015610c7c57600080fd5b506104ed61295c565b348015610c9157600080fd5b506104ed612972565b348015610ca657600080fd5b50610496610cb53660046139c5565b612984565b60405162461bcd60e51b8152600401610cd290614664565b60405180910390fd5b6006546001600160401b0380821691600160401b810490911690600160801b90046001600160801b031683565b6000610d22600080516020614f1483398151915283611d10565b90505b919050565b6000610d22600080516020614ed483398151915283611d10565b60065442600160401b9091046001600160401b031662093a8001105b90565b600281565b60026005541415610d8b5760405162461bcd60e51b8152600401610cd290614bce565b6002600555600a546001600160a01b031673eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee1415610dcf5760405162461bcd60e51b8152600401610cd290614274565b80610ddc57610ddc610cba565b6000610de783611861565b90508015610e1057600a54610e06906001600160a01b031633836129b3565b610e108482612a90565b505060016005555050565b60009081526020819052604090206002015490565b610e39336123f3565b610e4257600080fd5b808211610e615760405162461bcd60e51b8152600401610cd290614c8d565b60008111610e815760405162461bcd60e51b8152600401610cd2906144ca565b6008546001600160801b031615610eaa5760405162461bcd60e51b8152600401610cd290614c05565b610eb382612c33565b600780546001600160801b0319166001600160801b0392909216919091179055610edc81612c33565b600780546001600160801b03928316600160801b0292169190911790556040517f622a57040c34e45abc5fadeb22e4c3c687cf48a096c86694cd21a7be9e7851ee90610f2b9084908490614deb565b60405180910390a15050565b600a546001600160a01b031673eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee14610f755760405162461bcd60e51b8152600401610cd2906149bb565b80610f8257610f82610cba565b6000610f8d34611861565b90506000610f9b3483612c60565b90508115610fad57610fad8483612a90565b8015610feb576040516001600160a01b0385169082156108fc029083906000818181858888f19350505050158015610fe9573d6000803e3d6000fd5b505b600854476001600160801b0390911611156110185760405162461bcd60e51b8152600401610cd29061451c565b50505050565b60008281526020819052604090206002015461103c90610931612c83565b6110585760405162461bcd60e51b8152600401610cd290614430565b6110628282612c87565b5050565b6009546006546008546001600160a01b03909216926001600160401b0380831693600160401b9093041691600160801b900460ff1690565b6000806110a9611a5b565b905060006110b5611f22565b90508082116110c457806110c6565b815b9250505090565b6110d5612c83565b6001600160a01b0316816001600160a01b0316146111055760405162461bcd60e51b8152600401610cd290614d31565b6110628282612cf0565b600061111961109e565b611121611a5b565b1015905090565b600a546001600160a01b031681565b60045490565b611155600080516020614ed48339815191528261101e565b61115d612c83565b6001600160a01b0316816001600160a01b03167f1d5f9ec24c6f91be922ea13ceaad919ad6554a41b5c26087f96289a9baf98ad260405160405180910390a350565b6007546001600160801b0380821691600160801b90041682565b6006546000906001600160401b031642108015906111e95750600654600160401b90046001600160401b03164211155b905090565b600260055414156112115760405162461bcd60e51b8152600401610cd290614bce565b600260055561121e61110f565b156112ce57600854600160801b900460ff1661124c5760405162461bcd60e51b8152600401610cd290614aa6565b60006112578261151e565b9050600081116112795760405162461bcd60e51b8152600401610cd290614344565b6001600160a01b0382166000908152600e602052604090205461129c9082612d59565b6001600160a01b038084166000908152600e60205260409020919091556009546112c891168383612d7c565b50611330565b600654600160401b90046001600160401b031642116112ff5760405162461bcd60e51b8152600401610cd290614b84565b6001600160a01b038082166000908152600d602052604081208054919055600a54909161132e91168383612d7c565b505b506001600555565b611341336123f3565b61134a57600080fd5b60088054911515600160881b0260ff60881b19909216919091179055565b6002600554141561138b5760405162461bcd60e51b8152600401610cd290614bce565b6002600555611399336123f3565b806113a857506113a833610d2a565b806113bd5750600b546001600160a01b031633145b806113cb57506113cb610d44565b6113e75760405162461bcd60e51b8152600401610cd290614a0c565b600654600160801b90046001600160801b03166114165760405162461bcd60e51b8152600401610cd290614881565b60088054600160801b900460ff16156114415760405162461bcd60e51b8152600401610cd29061456f565b61144961110f565b1561147b57600a54600b548254611476926001600160a01b039081169216906001600160801b0316612d7c565b6114dc565b600654600160401b90046001600160401b031642116114ac5760405162461bcd60e51b8152600401610cd290614b84565b600954600b546006546114dc926001600160a01b03908116921690600160801b90046001600160801b0316612d7c565b805460ff60801b1916600160801b1781556040517f32bebcfd2d04dbae321298091d96d2cb1d07279f59718cd83bd98245b8b82b5a90600090a1506001600555565b6001600160a01b0381166000908152600d602052604081205461154357506000610d25565b6009546040516370a0823160e01b81526000916001600160a01b0316906370a0823190611574903090600401613f55565b60206040518083038186803b15801561158c57600080fd5b505afa1580156115a0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115c49190613e35565b6008546006546001600160a01b0386166000908152600d602052604090205492935061160d926001600160801b039283169261160792600160801b900416612dc0565b90612df7565b6001600160a01b0384166000908152600e6020526040902054909250611634908390612c60565b915080821115611642578091505b50919050565b600b546001600160a01b031681565b61166f600080516020614f1483398151915282612707565b611677612c83565b6001600160a01b0316816001600160a01b03167f56692a161ffec953ddf9def93b958ea8d1ec95e21b80870c66be91a4374dc4e360405160405180910390a350565b6116c460008261101e565b6116cc612c83565b6001600160a01b0316816001600160a01b03167f2570ac42fd8b322dc453ada624dc2ed0e9bdd67f16f201a25bbd30468f2aa18760405160405180910390a350565b611717336123f3565b61172057600080fd5b6402540be40082106117445760405162461bcd60e51b8152600401610cd2906145b6565b6402540be40081106117685760405162461bcd60e51b8152600401610cd2906145b6565b428210156117885760405162461bcd60e51b8152600401610cd2906146dc565b8181116117a75760405162461bcd60e51b8152600401610cd2906142c1565b6008546001600160801b0316156117d05760405162461bcd60e51b8152600401610cd290614c05565b6117d982612e29565b6006805467ffffffffffffffff19166001600160401b039290921691909117905561180381612e29565b600680546001600160401b0392909216600160401b0267ffffffffffffffff60401b199092169190911790556040517f5725d1e4352d6944889e54837ffaefde55cdc0b55796b831365d61cd4c87fdb890610f2b9084908490614deb565b600080611890633b9aca0061160761187761109e565b600654600160801b90046001600160801b031690612dc0565b60085490915081906118ab906001600160801b031685612d59565b11156118d0576008546118c89082906001600160801b0316612c60565b915050610d25565b5090919050565b60606040518061018001604052806101518152602001614f346101519139905090565b60405163d505accf60e01b81526001600160a01b0389169063d505accf90611932908a908a908a908a908a908a908a90600401613fec565b600060405180830381600087803b15801561194c57600080fd5b505af1158015611960573d6000803e3d6000fd5b505050505050505050505050565b6060600060028484604051611984929190613eb9565b9081526020016040518091039020600101600285856040516119a7929190613eb9565b908152604080516020928190038301812054845460026101006001831615026000190190911604601f810185900485028301850190935282825264010000000090046001600160401b03169290918491830182828015611a485780601f10611a1d57610100808354040283529160200191611a48565b820191906000526020600020905b815481529060010190602001808311611a2b57829003601f168201915b50505050509150915091505b9250929050565b6006546008546000916111e9916001600160801b03600160801b9092048216916116079116633b9aca00612dc0565b600080808080808080808080611aa28c8e018e6139e8565b9a509a509a509a509a509a509a509a509a509a509a50611acb8b8b8b8b8b8b8b8b8b8b8b611fe5565b50505050505050505050505050565b60608b8b8b8b8b8b8b8b8b8b8b604051602001611b019b9a99989796959493929190613f8d565b60405160208183030381529060405290509b9a5050505050505050505050565b600080516020614ed483398151915281565b6000611b3d61110f565b806111e9575050600654600160401b90046001600160401b0316421190565b611b74600080516020614ed483398151915282612707565b611b7c612c83565b6001600160a01b0316816001600160a01b03167fe5f1aa9e528307345194b88b24a32401c13926e0823060f1049d9b26c0bb62b260405160405180910390a350565b611bc7336111ee565b565b60026005541415611bec5760405162461bcd60e51b8152600401610cd290614bce565b6002600555611bfa336123f3565b611c0357600080fd5b60088054600160801b900460ff1615611c2e5760405162461bcd60e51b8152600401610cd29061456f565b80546001600160801b031615611c565760405162461bcd60e51b8152600401610cd29061461d565b600954600b54600654611c86926001600160a01b03908116921690600160801b90046001600160801b0316612d7c565b805460ff60801b1916600160801b1781556040517fa5fb31e47bd1eca58bf14a3312d5e6aeafdc4ee787c8ed348c15c2b092324d9390600090a1506001600555565b6000828152602081905260408120611ce09083612e52565b90505b92915050565b60006111e9611cf661109e565b600854611607906001600160801b0316633b9aca00612dc0565b6000828152602081905260408120611ce09083612e5e565b611d40600080516020614ef483398151915282612707565b611d48612c83565b6001600160a01b0316816001600160a01b03167f70b25138b6fadeb9992d18b9653564271823e34b3e3257515d12a6d4b15fcddf60405160405180910390a350565b6009546001600160a01b031681565b611da2336123f3565b611dab57600080fd5b6001600160a01b038116611dd15760405162461bcd60e51b8152600401610cd290614379565b600b80546001600160a01b0319166001600160a01b0383161790556040517f34ae2bad9265f0212d4cf341708b8250949164bb54f9d0e4f442024f83bb2f9090611e1c908390613f55565b60405180910390a150565b611e30336123f3565b611e3957600080fd5b61101884848484612e73565b60606004805480602002602001604051908101604052809291908181526020016000905b82821015611f145760008481526020908190208301805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015611f005780601f10611ed557610100808354040283529160200191611f00565b820191906000526020600020905b815481529060010190602001808311611ee357829003601f168201915b505050505081526020019060010190611e69565b50505050905090565b600081565b6006546000906001600160401b03164211611f4957506007546001600160801b0316610d60565b600654600160401b90046001600160401b03164210611f7b5750600754600160801b90046001600160801b0316610d60565b6111e96130c5565b611f9b600080516020614f148339815191528261101e565b611fa3612c83565b6001600160a01b0316816001600160a01b03167f0be6ab9784c7401fafb73f7bc47bc67cc4ef8c47a60ad3cb66d1de0353a0784c60405160405180910390a350565b611fee336123f3565b611ff757600080fd5b6402540be400871061201b5760405162461bcd60e51b8152600401610cd2906145b6565b4288101561203b5760405162461bcd60e51b8152600401610cd2906146dc565b87871161205a5760405162461bcd60e51b8152600401610cd290614a51565b6000891161207a5760405162461bcd60e51b8152600401610cd2906147a6565b8385116120995760405162461bcd60e51b8152600401610cd290614c8d565b600084116120b95760405162461bcd60e51b8152600401610cd2906144ca565b6001600160a01b0383166120df5760405162461bcd60e51b8152600401610cd290614cea565b6001600160a01b0381166121055760405162461bcd60e51b8152600401610cd290614379565b896001600160a01b031663313ce5676040518163ffffffff1660e01b815260040160206040518083038186803b15801561213e57600080fd5b505afa158015612152573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121769190613e71565b60ff166009146121985760405162461bcd60e51b8152600401610cd29061475a565b6001600160a01b03861673eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee1461224f576000866001600160a01b031663313ce5676040518163ffffffff1660e01b815260040160206040518083038186803b1580156121f757600080fd5b505afa15801561220b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061222f9190613e71565b60ff161161224f5760405162461bcd60e51b8152600401610cd29061447f565b61225888612e29565b6006805467ffffffffffffffff19166001600160401b039290921691909117905561228287612e29565b600680546001600160401b0392909216600160401b0267ffffffffffffffff60401b199092169190911790556122b789612c33565b600680546001600160801b03928316600160801b0292169190911790556122dd85612c33565b600780546001600160801b0319166001600160801b039290921691909117905561230684612c33565b600780546001600160801b03928316600160801b029216919091179055600980546001600160a01b03808d166001600160a01b031992831617909255600a8054898416908316179055600b805492841692909116919091179055612369826131e7565b6123748a8c8b6129b3565b5050505050505050505050565b600854600160801b900460ff1690565b6123a9600080516020614ef48339815191528261101e565b6123b1612c83565b6001600160a01b0316816001600160a01b03167f2d45ee102874989882745a26688d0b4fffee125a18df26536b12582c7fde4e1760405160405180910390a350565b6000610d228183611d10565b60045460609082106124235760405162461bcd60e51b8152600401610cd290614b20565b6004828154811061243057fe5b600091825260209182902001805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152928301828280156124be5780601f10612493576101008083540402835291602001916124be565b820191906000526020600020905b8154815290600101906020018083116124a157829003601f168201915b50505050509050919050565b600e6020526000908152604090205481565b6124e5336123f3565b6124ee57600080fd5b8260005b818110156125465761253e86868381811061250957fe5b905060200281019061251b9190614e25565b86868581811061252757fe5b90506020028101906125399190614e25565b612e73565b6001016124f2565b505050505050565b6000818152602081905260408120610d2290613229565b606080836001600160401b038111801561257e57600080fd5b506040519080825280602002602001820160405280156125a8578160200160208202803683370190505b509150836001600160401b03811180156125c157600080fd5b506040519080825280602002602001820160405280156125f557816020015b60608152602001906001900390816125e05790505b50905060005b848110156126ec57600060603088888581811061261457fe5b90506020028101906126269190614e25565b604051612634929190613eb9565b600060405180830381855af49150503d806000811461266f576040519150601f19603f3d011682016040523d82523d6000602084013e612674565b606091505b50915091508180612683575085155b61268c82613234565b906126aa5760405162461bcd60e51b8152600401610cd29190614186565b50818584815181106126b857fe5b602002602001019015159081151581525050808484815181106126d757fe5b602090810291909101015250506001016125fb565b50935093915050565b600080516020614f1483398151915281565b60008281526020819052604090206002015461272590610931612c83565b6111055760405162461bcd60e51b8152600401610cd290614831565b61274a336123f3565b61275357600080fd5b61275c816131e7565b50565b600061276961375c565b50604080516060810182526006546001600160401b038082168352600160401b8204166020830152600160801b90046001600160801b0316918101919091526127b061377c565b50604080518082019091526007546001600160801b03808216808452600160801b90920416602083018190526000916127e891613294565b6001600160801b031690506000612819846000015185602001516001600160401b03166132c390919063ffffffff16565b6001600160401b0316905080828161282d57fe5b0494505050505090565b611062338383610d68565b61284d600082612707565b612855612c83565b6001600160a01b0316816001600160a01b03167f21ba1239795d4e22874e3dc55f0a9d7b65bfb23069d32965d7c23be9524ccf9560405160405180910390a350565b6128a0336123f3565b6128a957600080fd5b61106282826132f2565b6008546001600160801b0381169060ff600160801b8204811691600160881b90041683565b60015460ff16156128fb5760405162461bcd60e51b8152600401610cd2906143c1565b6001600160a01b0381166129215760405162461bcd60e51b8152600401610cd290614918565b61292c600082611058565b506001805460ff191681179055565b600d6020526000908152604090205481565b600c546001600160a01b031681565b600654600160801b90046001600160801b031690565b600080516020614ef483398151915281565b6000610d22600080516020614ef483398151915283611d10565b6000611ce0836001600160a01b038416613523565b60006060846001600160a01b03166323b872dd8530866040516024016129db93929190613f69565b6040516020818303038152906040529060e01b6020820180516001600160e01b038381831617835250505050604051612a149190613ec9565b6000604051808303816000865af19150503d8060008114612a51576040519150601f19603f3d011682016040523d82523d6000602084013e612a56565b606091505b5091509150818015612a80575080511580612a80575080806020019051810190612a809190613c05565b612a8957600080fd5b5050505050565b6006546001600160401b03164210801590612abd5750600654600160401b90046001600160401b03164211155b612ad95760405162461bcd60e51b8152600401610cd290614941565b6001600160a01b0382166000908152600d602052604081205460089190612b009084612d59565b8254909150600160881b900460ff1615612b9f57600c54604051631cd53d5560e01b81526001600160a01b0390911690631cd53d5590612b46908790859060040161402d565b60206040518083038186803b158015612b5e57600080fd5b505afa158015612b72573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b969190613c05565b612b9f57600080fd5b6001600160a01b0384166000908152600d602052604090208190558154612bd890612bd3906001600160801b031685612d59565b612c33565b82546001600160801b0319166001600160801b03919091161782556040517f077511a636ba1f10551cc7b89c13ff66a6ac9344e8a917527817a9690b15af7a90612c25908690869061402d565b60405180910390a150505050565b60006001600160801b03821115612c5c5760405162461bcd60e51b8152600401610cd2906147fa565b5090565b80820382811115611ce35760405162461bcd60e51b8152600401610cd290614315565b3390565b6000828152602081905260409020612c9f908261299e565b1561106257612cac612c83565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b6000828152602081905260409020612d08908261356d565b1561106257612d15612c83565b6001600160a01b0316816001600160a01b0316837ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b60405160405180910390a45050565b81810181811015611ce35760405162461bcd60e51b8152600401610cd2906148aa565b6001600160a01b03831673eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee1415612db057612dab8282613582565b612dbb565b612dbb83838361360f565b505050565b6000811580612ddb57505080820282828281612dd857fe5b04145b611ce35760405162461bcd60e51b8152600401610cd290614c56565b6000808211612e185760405162461bcd60e51b8152600401610cd290614d80565b818381612e2157fe5b049392505050565b60006001600160401b03821115612c5c5760405162461bcd60e51b8152600401610cd290614984565b6000611ce08383613635565b6000611ce0836001600160a01b03841661367a565b82612e905760405162461bcd60e51b8152600401610cd2906148e1565b80612ead5760405162461bcd60e51b8152600401610cd290614b4d565b60006001600160401b031660028585604051612eca929190613eb9565b908152604051908190036020019020546001600160401b03640100000000909104161415612f705760048054600181018255600091909152612f2f907f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b018585613793565b50600454604051600290612f469087908790613eb9565b908152604051908190036020019020805463ffffffff9290921663ffffffff199092169190911790555b604051806060016040528060028686604051612f8d929190613eb9565b90815260408051602092819003830190205463ffffffff168352426001600160401b0316838301528051601f860183900483028101830182528581529201919085908590819084018382808284376000920191909152505050915250604051600290612ffc9087908790613eb9565b9081526040805191829003602090810190922083518154858501516001600160401b0316640100000000026bffffffffffffffff000000001963ffffffff90931663ffffffff199092169190911791909116178155908301518051919261306b9260018501929091019061380d565b505060405161307e915085908590613eb9565b60405180910390207fbaa206e5ea800eb88bce099f453fee53295b793b9d5d1cfc4ce4b6db06a34f5383836040516130b7929190614199565b60405180910390a250505050565b60006130cf61375c565b50604080516060810182526006546001600160401b038082168352600160401b8204166020830152600160801b90046001600160801b03169181019190915261311661377c565b50604080518082019091526007546001600160801b038082168352600160801b9091041660208083019190915282519083015160009161315f916001600160401b0316906132c3565b6001600160401b03166131be61318f846020015185600001516001600160801b031661329490919063ffffffff16565b6001600160801b03166131b886600001516001600160401b031642612c6090919063ffffffff16565b90612dc0565b816131c557fe5b835191900491506131df906001600160801b031682612c60565b935050505090565b6001600160a01b0381161561275c57600c80546001600160a01b0383166001600160a01b03199091161790556008805460ff60881b1916600160881b17905550565b6000610d2282613692565b606060448251101561327a575060408051808201909152601d81527f5472616e73616374696f6e2072657665727465642073696c656e746c790000006020820152610d25565b60048201915081806020019051810190610d229190613d9b565b8082036001600160801b038084169082161115611ce35760405162461bcd60e51b8152600401610cd290614315565b8082036001600160401b038084169082161115611ce35760405162461bcd60e51b8152600401610cd290614315565b60006001600160401b03166002838360405161330f929190613eb9565b908152604051908190036020019020546001600160401b0364010000000090910416141561334f5760405162461bcd60e51b8152600401610cd29061472b565b6000600160028484604051613365929190613eb9565b9081526040519081900360200190205460045463ffffffff918216929092039250821660001990910114613446576004805460001981019081106133a557fe5b9060005260206000200160048263ffffffff16815481106133c257fe5b9060005260206000200190805460018160011615610100020316600290046133eb92919061387b565b5080600101600260048363ffffffff168154811061340557fe5b9060005260206000200160405161341c9190613ee5565b908152604051908190036020019020805463ffffffff9290921663ffffffff199092169190911790555b600480548061345157fe5b60019003818190600052602060002001600061346d91906138f0565b9055828260405161347f929190613eb9565b60405180910390207f4b5338540b4d1c0f6dd0308a25f633b7ff60472f894d711cff9dd64e35c613b2600285856040516134ba929190613eb9565b90815260200160405180910390206001016040516134d891906141ea565b60405180910390a2600283836040516134f2929190613eb9565b90815260405190819003602001902080546bffffffffffffffffffffffff191681556000612a8960018301826138f0565b600061352f838361367a565b61356557508154600181810184556000848152602080822090930184905584548482528286019093526040902091909155611ce3565b506000611ce3565b6000611ce0836001600160a01b038416613696565b604080516000808252602082019092526001600160a01b0384169083906040516135ac9190613ec9565b60006040518083038185875af1925050503d80600081146135e9576040519150601f19603f3d011682016040523d82523d6000602084013e6135ee565b606091505b5050905080612dbb5760405162461bcd60e51b8152600401610cd290614add565b60006060846001600160a01b031663a9059cbb85856040516024016129db92919061402d565b815460009082106136585760405162461bcd60e51b8152600401610cd2906143ee565b82600001828154811061366757fe5b9060005260206000200154905092915050565b60009081526001919091016020526040902054151590565b5490565b6000818152600183016020526040812054801561375257835460001980830191908101906000908790839081106136c957fe5b90600052602060002001549050808760000184815481106136e657fe5b60009182526020808320909101929092558281526001898101909252604090209084019055865487908061371657fe5b60019003818190600052602060002001600090559055866001016000878152602001908152602001600020600090556001945050505050611ce3565b6000915050611ce3565b604080516060810182526000808252602082018190529181019190915290565b604080518082019091526000808252602082015290565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106137d45782800160ff19823516178555613801565b82800160010185558215613801579182015b828111156138015782358255916020019190600101906137e6565b50612c5c929150613930565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061384e57805160ff1916838001178555613801565b82800160010185558215613801579182015b82811115613801578251825591602001919060010190613860565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106138b45780548555613801565b8280016001018555821561380157600052602060002091601f016020900482015b828111156138015782548255916001019190600101906138d5565b50805460018160011615610100020316600290046000825580601f10613916575061275c565b601f01602090049060005260206000209081019061275c91905b5b80821115612c5c5760008155600101613931565b60008083601f840112613956578182fd5b5081356001600160401b0381111561396c578182fd5b6020830191508360208083028501011115611a5457600080fd5b60008083601f840112613997578182fd5b5081356001600160401b038111156139ad578182fd5b602083019150836020828501011115611a5457600080fd5b6000602082840312156139d6578081fd5b81356139e181614ea1565b9392505050565b60008060008060008060008060008060006101608c8e031215613a09578687fd5b8b35613a1481614ea1565b9a5060208c0135613a2481614ea1565b995060408c0135985060608c0135975060808c0135965060a08c0135613a4981614ea1565b955060c08c0135945060e08c013593506101008c0135613a6881614ea1565b92506101208c0135613a7981614ea1565b91506101408c0135613a8a81614ea1565b809150509295989b509295989b9093969950565b60008060408385031215613ab0578182fd5b8235613abb81614ea1565b91506020830135613acb81614eb6565b809150509250929050565b60008060008060008060008060008060006101608c8e031215613a09578081fd5b600080600060608486031215613b0b578283fd5b8335613b1681614ea1565b9250602084013591506040840135613b2d81614eb6565b809150509250925092565b600080600060408486031215613b4c578081fd5b83356001600160401b03811115613b61578182fd5b613b6d86828701613945565b9094509250506020840135613b2d81614eb6565b60008060008060408587031215613b96578182fd5b84356001600160401b0380821115613bac578384fd5b613bb888838901613945565b90965094506020870135915080821115613bd0578384fd5b50613bdd87828801613945565b95989497509550505050565b600060208284031215613bfa578081fd5b81356139e181614eb6565b600060208284031215613c16578081fd5b81516139e181614eb6565b600060208284031215613c32578081fd5b5035919050565b60008060408385031215613c4b578182fd5b823591506020830135613acb81614ea1565b60008060408385031215613c6f578182fd5b50508035926020909101359150565b60008060208385031215613c90578182fd5b82356001600160401b03811115613ca5578283fd5b613cb185828601613986565b90969095509350505050565b600080600080600080600080610100898b031215613cd9578182fd5b8835613ce481614ea1565b97506020890135613cf481614ea1565b96506040890135613d0481614ea1565b9550606089013594506080890135935060a0890135613d2281614ec4565b979a969950949793969295929450505060c08201359160e0013590565b60008060008060408587031215613d54578182fd5b84356001600160401b0380821115613d6a578384fd5b613d7688838901613986565b90965094506020870135915080821115613d8e578384fd5b50613bdd87828801613986565b600060208284031215613dac578081fd5b81516001600160401b0380821115613dc2578283fd5b818401915084601f830112613dd5578283fd5b815181811115613de3578384fd5b604051601f8201601f191681016020018381118282101715613e03578586fd5b604052818152838201602001871015613e1a578485fd5b613e2b826020830160208701614e75565b9695505050505050565b600060208284031215613e46578081fd5b5051919050565b60008060408385031215613e5f578182fd5b823591506020830135613acb81614eb6565b600060208284031215613e82578081fd5b81516139e181614ec4565b60008151808452613ea5816020860160208601614e75565b601f01601f19169290920160200192915050565b6000828483379101908152919050565b60008251613edb818460208701614e75565b9190910192915050565b6000808354600180821660008114613f045760018114613f1b57613f4a565b60ff198316865260028304607f1686019350613f4a565b600283048786526020808720875b83811015613f425781548a820152908501908201613f29565b505050860193505b509195945050505050565b6001600160a01b0391909116815260200190565b6001600160a01b039384168152919092166020820152604081019190915260600190565b6001600160a01b039b8c168152998b1660208b015260408a01989098526060890196909652608088019490945291871660a087015260c086015260e0850152841661010084015283166101208301529091166101408201526101600190565b6001600160a01b0397881681529590961660208601526040850193909352606084019190915260ff16608083015260a082015260c081019190915260e00190565b6001600160a01b03929092168252602082015260400190565b6001600160a01b039490941684526001600160401b039283166020850152911660408301521515606082015260800190565b604080825283519082018190526000906020906060840190828701845b828110156140b3578151151584529284019290840190600101614095565b505050838103828501528085516140ca818461417d565b91508192508381028201848801865b838110156141035785830385526140f1838351613e8d565b948701949250908601906001016140d9565b50909998505050505050505050565b6000602080830181845280855180835260408601915060408482028701019250838701855b8281101561416557603f19888603018452614153858351613e8d565b94509285019290850190600101614137565b5092979650505050505050565b901515815260200190565b90815260200190565b600060208252611ce06020830184613e8d565b60006020825282602083015282846040840137818301604090810191909152601f909201601f19160101919050565b6000604082526141db6040830185613e8d565b90508260208301529392505050565b60006020808301818452828554600180821660008114614211576001811461422f57614267565b60028304607f16855260ff1983166040890152606088019350614267565b6002830480865261423f8a614e69565b885b8281101561425d5781548b820160400152908401908801614241565b8a01604001955050505b5091979650505050505050565b6020808252602d908201527f447574636841756374696f6e3a205061796d656e742063757272656e6379206960408201526c39903737ba1030903a37b5b2b760991b606082015260800190565b60208082526034908201527f447574636841756374696f6e3a20656e642074696d65206d757374206265206f6040820152736c646572207468616e2073746172742074696d6560601b606082015260800190565b602080825260159082015274426f72696e674d6174683a20556e646572666c6f7760581b604082015260600190565b6020808252818101527f447574636841756374696f6e3a204e6f20746f6b656e7320746f20636c61696d604082015260600190565b60208082526028908201527f447574636841756374696f6e3a2077616c6c657420697320746865207a65726f604082015267206164647265737360c01b606082015260800190565b602080825260139082015272105b1c9958591e481a5b9a5d1a585b1a5cd959606a1b604082015260600190565b60208082526022908201527f456e756d657261626c655365743a20696e646578206f7574206f6620626f756e604082015261647360f01b606082015260800190565b6020808252602f908201527f416363657373436f6e74726f6c3a2073656e646572206d75737420626520616e60408201526e0818591b5a5b881d1bc819dc985b9d608a1b606082015260800190565b6020808252602b908201527f447574636841756374696f6e3a205061796d656e742063757272656e6379206960408201526a073206e6f742045524332360ac1b606082015260800190565b60208082526032908201527f447574636841756374696f6e3a206d696e696d756d207072696365206d75737460408201527102062652067726561746572207468616e20360741b606082015260800190565b60208082526033908201527f447574636841756374696f6e3a2054686520636f6d6d6974746564204554482060408201527265786365656473207468652062616c616e636560681b606082015260800190565b60208082526027908201527f447574636841756374696f6e3a2061756374696f6e20616c72656164792066696040820152661b985b1a5e995960ca1b606082015260800190565b60208082526041908201527f447574636841756374696f6e3a20656e74657220616e20756e69782074696d6560408201527f7374616d7020696e207365636f6e64732c206e6f74206d696c697365636f6e646060820152607360f81b608082015260a00190565b60208082526027908201527f447574636841756374696f6e3a2061756374696f6e20616c726561647920636f6040820152661b5b5a5d1d195960ca1b606082015260800190565b60208082526052908201527f4e6f2061677265656d656e742070726f76696465642c20706c6561736520726560408201527f766965772074686520736d61727420636f6e7472616374206265666f726520696060820152711b9d195c9858dd1a5b99c81dda5d1a081a5d60721b608082015260a00190565b6020808252602f908201527f447574636841756374696f6e3a2073746172742074696d65206973206265666f60408201526e72652063757272656e742074696d6560881b606082015260800190565b602080825260159082015274111bd8dd5b595b9d081cda1bdd5b1908195e1a5cdd605a1b604082015260600190565b6020808252602c908201527f447574636841756374696f6e3a20546f6b656e20646f6573206e6f742068617660408201526b65203920646563696d616c7360a01b606082015260800190565b60208082526034908201527f447574636841756374696f6e3a20746f74616c20746f6b656e73206d7573742060408201527362652067726561746572207468616e207a65726f60601b606082015260800190565b6020808252601c908201527f426f72696e674d6174683a2075696e74313238204f766572666c6f7700000000604082015260600190565b60208082526030908201527f416363657373436f6e74726f6c3a2073656e646572206d75737420626520616e60408201526f2061646d696e20746f207265766f6b6560801b606082015260800190565b6020808252600f908201526e139bdd081a5b9a5d1a585b1a5e9959608a1b604082015260600190565b60208082526018908201527f426f72696e674d6174683a20416464204f766572666c6f770000000000000000604082015260600190565b60208082526018908201527f5a65726f206e616d65206973206e6f7420616c6c6f7765640000000000000000604082015260600190565b6020808252600f908201526e125b98dbdc9c9958dd081a5b9c1d5d608a1b604082015260600190565b60208082526023908201527f447574636841756374696f6e3a206f7574736964652061756374696f6e20686f60408201526275727360e81b606082015260800190565b6020808252601b908201527f426f72696e674d6174683a2075696e743634204f766572666c6f770000000000604082015260600190565b60208082526031908201527f447574636841756374696f6e3a207061796d656e742063757272656e6379206960408201527073206e6f7420455448206164647265737360781b606082015260800190565b60208082526025908201527f447574636841756374696f6e3a2073656e646572206d75737420626520616e2060408201526430b236b4b760d91b606082015260800190565b60208082526035908201527f447574636841756374696f6e3a20656e642074696d65206d757374206265206f6040820152746c646572207468616e20737461727420707269636560581b606082015260800190565b6020808252601b908201527f447574636841756374696f6e3a206e6f742066696e616c697a65640000000000604082015260600190565b60208082526023908201527f5472616e7366657248656c7065723a204554485f5452414e534645525f46414960408201526213115160ea1b606082015260800190565b602080825260139082015272496e646578206f7574206f6620626f756e647360681b604082015260600190565b6020808252601a908201527f53686f756c64206e6f74206265206120656d7074792064617461000000000000604082015260600190565b6020808252602a908201527f447574636841756374696f6e3a2061756374696f6e20686173206e6f742066696040820152691b9a5cda1959081e595d60b21b606082015260800190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60208082526031908201527f447574636841756374696f6e3a2061756374696f6e2063616e6e6f74206861766040820152701948185b1c9958591e481cdd185c9d1959607a1b606082015260800190565b60208082526018908201527f426f72696e674d6174683a204d756c204f766572666c6f770000000000000000604082015260600190565b6020808252603b908201527f447574636841756374696f6e3a207374617274207072696365206d757374206260408201527f6520686967686572207468616e206d696e696d756d2070726963650000000000606082015260800190565b60208082526027908201527f447574636841756374696f6e3a2061646d696e20697320746865207a65726f206040820152666164647265737360c81b606082015260800190565b6020808252602f908201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560408201526e103937b632b9903337b91039b2b63360891b606082015260800190565b602080825260149082015273426f72696e674d6174683a20446976207a65726f60601b604082015260600190565b6001600160801b0393909316835290151560208301521515604082015260600190565b6001600160801b0392831681529116602082015260400190565b918252602082015260400190565b6001600160401b0393841681529190921660208201526001600160801b03909116604082015260600190565b6000808335601e19843603018112614e3b578283fd5b8301803591506001600160401b03821115614e54578283fd5b602001915036819003821315611a5457600080fd5b60009081526020902090565b60005b83811015614e90578181015183820152602001614e78565b838111156110185750506000910152565b6001600160a01b038116811461275c57600080fd5b801515811461275c57600080fd5b60ff8116811461275c57600080fdfe9d49f397ae9ef1a834b569acb967799a367061e305932181a44f5773da873bfd97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b9299f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a64920756e6465727374616e6420746861742049276d20696e746572616374696e672077697468206120736d61727420636f6e74726163742e204920756e6465727374616e64207468617420746f6b656e7320636f6d6d697474656420617265207375626a65637420746f2074686520746f6b656e2069737375657220616e64206c6f63616c206c617773207768657265206170706c696361626c652e204920726576696577656420636f6465206f662074686520736d61727420636f6e747261637420616e6420756e6465727374616e642069742066756c6c792e204920616772656520746f206e6f7420686f6c6420646576656c6f70657273206f72206f746865722070656f706c65206173736f6369617465642077697468207468652070726f6a656374206c6961626c6520666f7220616e79206c6f73736573206f72206d6973756e6465727374616e64696e6773a26469706673582212207bf8250b5ebb5c1aa446fed749a9c96a0e905a123edf3aadd698222a6947f68e64736f6c634300060c0033

Deployed Bytecode Sourcemap

48646:26768:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;56236:41;:39;:41::i;:::-;48646:26768;;;;;49401:28;;;;;;;;;;;;;:::i;:::-;;;;;;;;;:::i;:::-;;;;;;;;24824:124;;;;;;;;;;-1:-1:-1;24824:124:0;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;25183:139::-;;;;;;;;;;-1:-1:-1;25183:139:0;;;;;:::i;:::-;;:::i;63128:138::-;;;;;;;;;;;;;:::i;49056:51::-;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;59013:678::-;;;;;;;;;;-1:-1:-1;59013:678:0;;;;;:::i;:::-;;:::i;17725:114::-;;;;;;;;;;-1:-1:-1;17725:114:0;;;;;:::i;:::-;;:::i;71038:639::-;;;;;;;;;;-1:-1:-1;71038:639:0;;;;;:::i;:::-;;:::i;57303:1057::-;;;;;;:::i;:::-;;:::i;18101:227::-;;;;;;;;;;-1:-1:-1;18101:227:0;;;;;:::i;:::-;;:::i;75053:234::-;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;:::i;55726:296::-;;;;;;;;;;;;;:::i;19310:209::-;;;;;;;;;;-1:-1:-1;19310:209:0;;;;;:::i;:::-;;:::i;62444:113::-;;;;;;;;;;;;;:::i;49985:30::-;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;45275:102::-;;;;;;;;;;;;;:::i;26634:180::-;;;;;;;;;;-1:-1:-1;26634:180:0;;;;;:::i;:::-;;:::i;49572:30::-;;;;;;;;;;;;;:::i;:::-;;;;;;;;:::i;62118:169::-;;;;;;;;;;;;;:::i;67216:1053::-;;;;;;;;;;-1:-1:-1;67216:1053:0;;;;;:::i;:::-;;:::i;69323:141::-;;;;;;;;;;-1:-1:-1;69323:141:0;;;;;:::i;:::-;;:::i;65684:1120::-;;;;;;;;;;;;;:::i;60488:539::-;;;;;;;;;;-1:-1:-1;60488:539:0;;;;;:::i;:::-;;:::i;72429:72::-;;;;;;:::i;:::-;;:::i;50080:29::-;;;;;;;;;;;;;:::i;26273:162::-;;;;;;;;;;-1:-1:-1;26273:162:0;;;;;:::i;:::-;;:::i;22630:163::-;;;;;;;;;;-1:-1:-1;22630:163:0;;;;;:::i;:::-;;:::i;70003:836::-;;;;;;;;;;-1:-1:-1;70003:836:0;;;;;:::i;:::-;;:::i;61558:401::-;;;;;;;;;;-1:-1:-1;61558:401:0;;;;;:::i;:::-;;:::i;56379:441::-;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;38138:280::-;;;;;;;;;;-1:-1:-1;38138:280:0;;;;;:::i;:::-;;:::i;44583:219::-;;;;;;;;;;-1:-1:-1;44583:219:0;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;54799:187::-;;;;;;;;;;;;;:::i;72509:852::-;;;;;;;;;;-1:-1:-1;72509:852:0;;;;;:::i;:::-;;:::i;74233:804::-;;;;;;;;;;-1:-1:-1;74233:804:0;;;;;:::i;:::-;;:::i;23459:78::-;;;;;;;;;;;;;:::i;62697:145::-;;;;;;;;;;;;;:::i;27002:184::-;;;;;;;;;;-1:-1:-1;27002:184:0;;;;;:::i;:::-;;:::i;66907:79::-;;;;;;;;;;;;;:::i;65041:492::-;;;;;;;;;;;;;:::i;17398:138::-;;;;;;;;;;-1:-1:-1;17398:138:0;;;;;:::i;:::-;;:::i;61183:156::-;;;;;;;;;;;;;:::i;16359:139::-;;;;;;;;;;-1:-1:-1;16359:139:0;;;;;:::i;:::-;;:::i;27725:168::-;;;;;;;;;;-1:-1:-1;27725:168:0;;;;;:::i;:::-;;:::i;49858:27::-;;;;;;;;;;;;;:::i;71842:273::-;;;;;;;;;;-1:-1:-1;71842:273:0;;;;;:::i;:::-;;:::i;68427:167::-;;;;;;;;;;-1:-1:-1;68427:167:0;;;;;:::i;:::-;;:::i;44994:102::-;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;15104:49::-;;;;;;;;;;;;;:::i;55178:395::-;;;;;;;;;;;;;:::i;25935:158::-;;;;;;;;;;-1:-1:-1;25935:158:0;;;;;:::i;:::-;;:::i;52020:1967::-;;;;;;;;;;-1:-1:-1;52020:1967:0;;;;;:::i;:::-;;:::i;62926:96::-;;;;;;;;;;;;;:::i;27379:164::-;;;;;;;;;;-1:-1:-1;27379:164:0;;;;;:::i;:::-;;:::i;22241:131::-;;;;;;;;;;-1:-1:-1;22241:131:0;;;;;:::i;:::-;;:::i;45538:190::-;;;;;;;;;;-1:-1:-1;45538:190:0;;;;;:::i;:::-;;:::i;50369:42::-;;;;;;;;;;-1:-1:-1;50369:42:0;;;;;:::i;:::-;;:::i;68602:283::-;;;;;;;;;;-1:-1:-1;68602:283:0;;;;;:::i;:::-;;:::i;16672:127::-;;;;;;;;;;-1:-1:-1;16672:127:0;;;;;:::i;:::-;;:::i;37214:530::-;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;23390:62::-;;;;;;;;;;;;;:::i;18573:230::-;;;;;;;;;;-1:-1:-1;18573:230:0;;;;;:::i;:::-;;:::i;69196:119::-;;;;;;;;;;-1:-1:-1;69196:119:0;;;;;:::i;:::-;;:::i;59873:393::-;;;;;;;;;;;;;:::i;58525:197::-;;;;;;;;;;-1:-1:-1;58525:197:0;;;;;:::i;:::-;;:::i;22975:167::-;;;;;;;;;;-1:-1:-1;22975:167:0;;;;;:::i;:::-;;:::i;68893:141::-;;;;;;;;;;-1:-1:-1;68893:141:0;;;;;:::i;:::-;;:::i;49778:32::-;;;;;;;;;;;;;:::i;:::-;;;;;;;;;:::i;21704:249::-;;;;;;;;;;-1:-1:-1;21704:249:0;;;;;:::i;:::-;;:::i;50259:46::-;;;;;;;;;;-1:-1:-1;50259:46:0;;;;;:::i;:::-;;:::i;50175:24::-;;;;;;;;;;;;;:::i;75295:114::-;;;;;;;;;;;;;:::i;23544:66::-;;;;;;;;;;;;;:::i;25551:128::-;;;;;;;;;;-1:-1:-1;25551:128:0;;;;;:::i;:::-;;:::i;56923:176::-;56999:92;;-1:-1:-1;;;56999:92:0;;;;;;;:::i;:::-;;;;;;;;49401:28;;;-1:-1:-1;;;;;49401:28:0;;;;-1:-1:-1;;;49401:28:0;;;;;;-1:-1:-1;;;49401:28:0;;-1:-1:-1;;;;;49401:28:0;;:::o;24824:124::-;24886:4;24910:30;-1:-1:-1;;;;;;;;;;;24931:8:0;24910:7;:30::i;:::-;24903:37;;24824:124;;;;:::o;25183:139::-;25252:4;25276:38;-1:-1:-1;;;;;;;;;;;25305:8:0;25276:7;:38::i;63128:138::-;63212:10;:18;63243:15;-1:-1:-1;;;63212:18:0;;;-1:-1:-1;;;;;63212:18:0;63234:6;63204:36;:54;63128:138;;:::o;49056:51::-;49106:1;49056:51;:::o;59013:678::-;1802:1;2408:7;;:19;;2400:63;;;;-1:-1:-1;;;2400:63:0;;;;;;;:::i;:::-;1802:1;2541:7;:18;59220:15:::1;::::0;-1:-1:-1;;;;;59220:15:0::1;49196:42;59212:39;;59204:97;;;;-1:-1:-1::0;;;59204:97:0::1;;;;;;;:::i;:::-;59315:52:::0;59312:125:::1;;59384:41;:39;:41::i;:::-;59447:24;59474:28;59494:7;59474:19;:28::i;:::-;59447:55:::0;-1:-1:-1;59517:20:0;;59513:171:::1;;59572:15;::::0;59554:64:::1;::::0;-1:-1:-1;;;;;59572:15:0::1;59589:10;59601:16:::0;59554:17:::1;:64::i;:::-;59633:39;59648:5;59655:16;59633:14;:39::i;:::-;-1:-1:-1::0;;1758:1:0;2720:7;:22;-1:-1:-1;;59013:678:0:o;17725:114::-;17782:7;17809:12;;;;;;;;;;:22;;;;17725:114::o;71038:639::-;71135:24;71148:10;71135:12;:24::i;:::-;71127:33;;;;;;71193:13;71179:11;:27;71171:99;;;;-1:-1:-1;;;71171:99:0;;;;;;;:::i;:::-;71305:1;71289:13;:17;71281:80;;;;-1:-1:-1;;;71281:80:0;;;;;;;:::i;:::-;71381:12;:29;-1:-1:-1;;;;;71381:29:0;:34;71373:96;;;;-1:-1:-1;;;71373:96:0;;;;;;;:::i;:::-;71507:29;71524:11;71507:16;:29::i;:::-;71482:11;:54;;-1:-1:-1;;;;;;71482:54:0;-1:-1:-1;;;;;71482:54:0;;;;;;;;;;71574:31;71591:13;71574:16;:31::i;:::-;71547:11;:58;;-1:-1:-1;;;;;71547:58:0;;;-1:-1:-1;;;71547:58:0;;;;;;;;;71623:46;;;;;;71643:11;;71655:13;;71623:46;:::i;:::-;;;;;;;;71038:639;;:::o;57303:1057::-;57475:15;;-1:-1:-1;;;;;57475:15:0;49196:42;57475:30;57467:92;;;;-1:-1:-1;;;57467:92:0;;;;;;;:::i;:::-;57574:52;57571:125;;57643:41;:39;:41::i;:::-;57747:21;57771:30;57791:9;57771:19;:30::i;:::-;57747:54;-1:-1:-1;57856:19:0;57878:28;:9;57747:54;57878:13;:28::i;:::-;57856:50;-1:-1:-1;57921:17:0;;57917:93;;57955:43;57970:12;57984:13;57955:14;:43::i;:::-;58076:15;;58072:82;;58108:34;;-1:-1:-1;;;;;58108:21:0;;;:34;;;;;58130:11;;58108:34;;;;58130:11;58108:21;:34;;;;;;;;;;;;;;;;;;;;;58072:82;58242:12;:29;58275:21;-1:-1:-1;;;;;58242:29:0;;;:54;;58234:118;;;;-1:-1:-1;;;58234:118:0;;;;;;;:::i;:::-;57303:1057;;;;:::o;18101:227::-;18193:6;:12;;;;;;;;;;:22;;;18185:45;;18217:12;:10;:12::i;18185:45::-;18177:105;;;;-1:-1:-1;;;18177:105:0;;;;;;;:::i;:::-;18295:25;18306:4;18312:7;18295:10;:25::i;:::-;18101:227;;:::o;75053:234::-;75200:12;;75214:10;:20;75236:18;75256:22;-1:-1:-1;;;;;75200:12:0;;;;-1:-1:-1;;;;;75214:20:0;;;;-1:-1:-1;;;75236:18:0;;;;;-1:-1:-1;;;75256:22:0;;;;;75053:234::o;55726:296::-;55772:7;55853:19;55875:12;:10;:12::i;:::-;55853:34;;55898:21;55922:15;:13;:15::i;:::-;55898:39;;55969:13;55955:11;:27;:57;;55999:13;55955:57;;;55985:11;55955:57;55948:64;;;;55726:296;:::o;19310:209::-;19408:12;:10;:12::i;:::-;-1:-1:-1;;;;;19397:23:0;:7;-1:-1:-1;;;;;19397:23:0;;19389:83;;;;-1:-1:-1;;;19389:83:0;;;;;;;:::i;:::-;19485:26;19497:4;19503:7;19485:11;:26::i;62444:113::-;62494:4;62534:15;:13;:15::i;:::-;62518:12;:10;:12::i;:::-;:31;;62511:38;;62444:113;:::o;49985:30::-;;;-1:-1:-1;;;;;49985:30:0;;:::o;45275:102::-;45353:9;:16;45275:102;:::o;26634:180::-;26702:40;-1:-1:-1;;;;;;;;;;;26733:8:0;26702:9;:40::i;:::-;26793:12;:10;:12::i;:::-;-1:-1:-1;;;;;26758:48:0;26783:8;-1:-1:-1;;;;;26758:48:0;;;;;;;;;;;26634:180;:::o;49572:30::-;;;-1:-1:-1;;;;;49572:30:0;;;;-1:-1:-1;;;49572:30:0;;;;:::o;62118:169::-;62208:10;:20;62157:4;;-1:-1:-1;;;;;62208:20:0;62181:15;:48;;;;:98;;-1:-1:-1;62260:10:0;:18;-1:-1:-1;;;62260:18:0;;-1:-1:-1;;;;;62260:18:0;62233:15;:46;;62181:98;62174:105;;62118:169;:::o;67216:1053::-;1802:1;2408:7;;:19;;2400:63;;;;-1:-1:-1;;;2400:63:0;;;;;;;:::i;:::-;1802:1;2541:7;:18;67307:19:::1;:17;:19::i;:::-;67303:959;;;67351:12;:22:::0;-1:-1:-1;;;67351:22:0;::::1;;;67343:62;;;;-1:-1:-1::0;;;67343:62:0::1;;;;;;;:::i;:::-;67487:21;67511:28;67527:11;67511:15;:28::i;:::-;67487:52;;67578:1;67562:13;:17;67554:62;;;;-1:-1:-1::0;;;67554:62:0::1;;;;;;;:::i;:::-;-1:-1:-1::0;;;;;67655:20:0;::::1;;::::0;;;:7:::1;:20;::::0;;;;;:39:::1;::::0;67680:13;67655:24:::1;:39::i;:::-;-1:-1:-1::0;;;;;67632:20:0;;::::1;;::::0;;;:7:::1;:20;::::0;;;;:62;;;;67727:12:::1;::::0;67709:59:::1;::::0;67727:12:::1;67640:11:::0;67754:13;67709:17:::1;:59::i;:::-;67303:959;;;;67952:10;:18:::0;-1:-1:-1;;;67952:18:0;::::1;-1:-1:-1::0;;;;;67952:18:0::1;67926:15;:45;67918:100;;;;-1:-1:-1::0;;;67918:100:0::1;;;;;;;:::i;:::-;-1:-1:-1::0;;;;;68058:24:0;;::::1;68033:22;68058:24:::0;;;:11:::1;:24;::::0;;;;;;68097:28;;;68205:15:::1;::::0;68058:24;;68187:63:::1;::::0;68205:15:::1;68070:11:::0;68058:24;68187:17:::1;:63::i;:::-;67303:959;;-1:-1:-1::0;1758:1:0;2720:7;:22;67216:1053::o;69323:141::-;69385:24;69398:10;69385:12;:24::i;:::-;69377:33;;;;;;69421:12;:35;;;;;-1:-1:-1;;;69421:35:0;-1:-1:-1;;;;69421:35:0;;;;;;;;;69323:141::o;65684:1120::-;1802:1;2408:7;;:19;;2400:63;;;;-1:-1:-1;;;2400:63:0;;;;;;;:::i;:::-;1802:1;2541:7;:18;65754:24:::1;65767:10;65754:12;:24::i;:::-;:78;;;;65800:32;65821:10;65800:20;:32::i;:::-;65754:120;;;-1:-1:-1::0;65854:6:0::1;::::0;-1:-1:-1;;;;;65854:6:0::1;65864:10;65854:20;65754:120;:162;;;;65895:21;:19;:21::i;:::-;65746:212;;;;-1:-1:-1::0;;;65746:212:0::1;;;;;;;:::i;:::-;65987:10;:22:::0;-1:-1:-1;;;65987:22:0;::::1;-1:-1:-1::0;;;;;65987:22:0::1;65979:54;;;;-1:-1:-1::0;;;65979:54:0::1;;;;;;;:::i;:::-;66076:12;66110:16:::0;;-1:-1:-1;;;66110:16:0;::::1;;;66109:17;66101:69;;;;-1:-1:-1::0;;;66101:69:0::1;;;;;;;:::i;:::-;66185:19;:17;:19::i;:::-;66181:548;;;66341:15;::::0;66358:6:::1;::::0;66374:23;;66323:76:::1;::::0;-1:-1:-1;;;;;66341:15:0;;::::1;::::0;66358:6:::1;::::0;-1:-1:-1;;;;;66374:23:0::1;66323:17;:76::i;:::-;66181:548;;;66563:10;:18:::0;-1:-1:-1;;;66563:18:0;::::1;-1:-1:-1::0;;;;;66563:18:0::1;66537:15;:45;66529:100;;;;-1:-1:-1::0;;;66529:100:0::1;;;;;;;:::i;:::-;66663:12;::::0;66677:6:::1;::::0;66693:10:::1;:22:::0;66645:72:::1;::::0;-1:-1:-1;;;;;66663:12:0;;::::1;::::0;66677:6:::1;::::0;-1:-1:-1;;;66693:22:0;::::1;-1:-1:-1::0;;;;;66693:22:0::1;66645:17;:72::i;:::-;66739:23:::0;;-1:-1:-1;;;;66739:23:0::1;-1:-1:-1::0;;;66739:23:0::1;::::0;;66778:18:::1;::::0;::::1;::::0;66739:16:::1;::::0;66778:18:::1;-1:-1:-1::0;1758:1:0;2720:7;:22;65684:1120::o;60488:539::-;-1:-1:-1;;;;;60591:18:0;;60549:25;60591:18;;;:11;:18;;;;;;60587:37;;-1:-1:-1;60623:1:0;60616:8;;60587:37;60668:12;;60661:45;;-1:-1:-1;;;60661:45:0;;60635:23;;-1:-1:-1;;;;;60668:12:0;;60661:30;;:45;;60700:4;;60661:45;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;60807:12;:29;60770:10;:22;-1:-1:-1;;;;;60739:18:0;;60807:29;60739:18;;;:11;:18;;;;;;60635:71;;-1:-1:-1;60739:99:0;;-1:-1:-1;;;;;60807:29:0;;;;60739:55;;-1:-1:-1;;;60770:22:0;;;60739;:55::i;:::-;:59;;:99::i;:::-;-1:-1:-1;;;;;60891:14:0;;;;;;:7;:14;;;;;;60719:119;;-1:-1:-1;60869:37:0;;60719:119;;60869:21;:37::i;:::-;60849:57;;60942:15;60922:17;:35;60919:101;;;60993:15;60973:35;;60919:101;60488:539;;;;:::o;50080:29::-;;;-1:-1:-1;;;;;50080:29:0;;:::o;26273:162::-;26337:33;-1:-1:-1;;;;;;;;;;;26361:8:0;26337:10;:33::i;:::-;26414:12;:10;:12::i;:::-;-1:-1:-1;;;;;26386:41:0;26404:8;-1:-1:-1;;;;;26386:41:0;;;;;;;;;;;26273:162;:::o;22630:163::-;22690:39;15149:4;22720:8;22690:9;:39::i;:::-;22772:12;:10;:12::i;:::-;-1:-1:-1;;;;;22745:40:0;22762:8;-1:-1:-1;;;;;22745:40:0;;;;;;;;;;;22630:163;:::o;70003:836::-;70093:24;70106:10;70093:12;:24::i;:::-;70085:33;;;;;;70150:11;70137:10;:24;70129:102;;;;-1:-1:-1;;;70129:102:0;;;;;;;:::i;:::-;70261:11;70250:8;:22;70242:100;;;;-1:-1:-1;;;70242:100:0;;;;;;;:::i;:::-;70375:15;70361:10;:29;;70353:89;;;;-1:-1:-1;;;70353:89:0;;;;;;;:::i;:::-;70472:10;70461:8;:21;70453:86;;;;-1:-1:-1;;;70453:86:0;;;;;;;:::i;:::-;70558:12;:29;-1:-1:-1;;;;;70558:29:0;:34;70550:96;;;;-1:-1:-1;;;70550:96:0;;;;;;;:::i;:::-;70682:27;70698:10;70682:15;:27::i;:::-;70659:10;:50;;-1:-1:-1;;70659:50:0;-1:-1:-1;;;;;70659:50:0;;;;;;;;;;70741:25;70757:8;70741:15;:25::i;:::-;70720:10;:46;;-1:-1:-1;;;;;70720:46:0;;;;-1:-1:-1;;;70720:46:0;-1:-1:-1;;;;70720:46:0;;;;;;;;;70792:39;;;;;;70811:10;;70822:8;;70792:39;:::i;61558:401::-;61629:17;61659:21;61683:61;61740:3;61683:52;61719:15;:13;:15::i;:::-;61691:10;:22;-1:-1:-1;;;61691:22:0;;-1:-1:-1;;;;;61691:22:0;;61683:35;:52::i;:61::-;61767:12;:29;61659:85;;-1:-1:-1;61659:85:0;;61759:55;;-1:-1:-1;;;;;61767:29:0;61802:11;61759:42;:55::i;:::-;:71;61755:168;;;61880:12;:29;61854:57;;:13;;-1:-1:-1;;;;;61880:29:0;61854:17;:57::i;:::-;61847:64;;;;;61755:168;-1:-1:-1;61940:11:0;;61558:401;-1:-1:-1;61558:401:0:o;56379:441::-;56440:13;56466:346;;;;;;;;;;;;;;;;;;;56379:441;:::o;38138:280::-;38361:49;;-1:-1:-1;;;38361:49:0;;-1:-1:-1;;;;;38361:12:0;;;;;:49;;38374:4;;38380:2;;38384:6;;38392:8;;38402:1;;38405;;38408;;38361:49;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38138:280;;;;;;;;:::o;44583:219::-;44650:13;44665:7;44707:10;44718:5;;44707:17;;;;;;;:::i;:::-;;;;;;;;;;;;;:22;;44752:10;44763:5;;44752:17;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;:30;44685:109;;;44752:30;44685:109;;;;;-1:-1:-1;;44685:109:0;;;;;;;;;;;;;;;;;;;;;;;44752:30;;;-1:-1:-1;;;;;44752:30:0;;:17;;44685:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44583:219;;;;;;:::o;54799:187::-;54946:10;:22;54877:12;:29;54842:7;;54869:101;;-1:-1:-1;;;;;;;;54946:22:0;;;;;;54869:64;;54877:29;54929:3;54869:59;:64::i;72509:852::-;72605:15;;;;;;;;;;;72931:272;;;;72942:5;72931:272;:::i;:::-;72594:609;;;;;;;;;;;;;;;;;;;;;;73214:139;73226:7;73235:6;73243:12;73257:10;73269:8;73279:16;73297:11;73310:13;73325:6;73333:10;73345:7;73214:11;:139::i;:::-;72509:852;;;;;;;;;;;;;:::o;74233:804::-;74642:18;74718:7;74744:6;74769:12;74800:10;74829:8;74856:16;74891:11;74921:13;74953:6;74978:10;75007:7;74689:340;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;74682:347;;74233:804;;;;;;;;;;;;;:::o;23459:78::-;-1:-1:-1;;;;;;;;;;;23459:78:0;:::o;62697:145::-;62742:4;62766:19;:17;:19::i;:::-;:68;;;-1:-1:-1;;62815:10:0;:18;-1:-1:-1;;;62815:18:0;;-1:-1:-1;;;;;62815:18:0;62789:15;:45;;62697:145::o;27002:184::-;27073:41;-1:-1:-1;;;;;;;;;;;27105:8:0;27073:10;:41::i;:::-;27165:12;:10;:12::i;:::-;-1:-1:-1;;;;;27130:48:0;27155:8;-1:-1:-1;;;;;27130:48:0;;;;;;;;;;;27002:184;:::o;66907:79::-;66952:26;66967:10;66952:14;:26::i;:::-;66907:79::o;65041:492::-;1802:1;2408:7;;:19;;2400:63;;;;-1:-1:-1;;;2400:63:0;;;;;;;:::i;:::-;1802:1;2541:7;:18;65114:24:::1;65127:10;65114:12;:24::i;:::-;65106:33;;;::::0;::::1;;65180:12;65212:16:::0;;-1:-1:-1;;;65212:16:0;::::1;;;65211:17;65203:69;;;;-1:-1:-1::0;;;65203:69:0::1;;;;;;;:::i;:::-;65300:23:::0;;-1:-1:-1;;;;;65300:23:0::1;65292:37:::0;65283:91:::1;;;;-1:-1:-1::0;;;65283:91:0::1;;;;;;;:::i;:::-;65403:12;::::0;65417:6:::1;::::0;65433:10:::1;:22:::0;65385:72:::1;::::0;-1:-1:-1;;;;;65403:12:0;;::::1;::::0;65417:6:::1;::::0;-1:-1:-1;;;65433:22:0;::::1;-1:-1:-1::0;;;;;65433:22:0::1;65385:17;:72::i;:::-;65468:23:::0;;-1:-1:-1;;;;65468:23:0::1;-1:-1:-1::0;;;65468:23:0::1;::::0;;65507:18:::1;::::0;::::1;::::0;65468:16:::1;::::0;65507:18:::1;-1:-1:-1::0;1758:1:0;2720:7;:22;65041:492::o;17398:138::-;17471:7;17498:12;;;;;;;;;;:30;;17522:5;17498:23;:30::i;:::-;17491:37;;17398:138;;;;;:::o;61183:156::-;61236:7;61263:68;61315:15;:13;:15::i;:::-;61271:12;:29;61263:47;;-1:-1:-1;;;;;61271:29:0;61306:3;61263:42;:47::i;16359:139::-;16428:4;16452:12;;;;;;;;;;:38;;16482:7;16452:29;:38::i;27725:168::-;27791:35;-1:-1:-1;;;;;;;;;;;27817:8:0;27791:10;:35::i;:::-;27872:12;:10;:12::i;:::-;-1:-1:-1;;;;;27842:43:0;27862:8;-1:-1:-1;;;;;27842:43:0;;;;;;;;;;;27725:168;:::o;49858:27::-;;;-1:-1:-1;;;;;49858:27:0;;:::o;71842:273::-;71921:24;71934:10;71921:12;:24::i;:::-;71913:33;;;;;;-1:-1:-1;;;;;71965:21:0;;71957:74;;;;-1:-1:-1;;;71957:74:0;;;;;;;:::i;:::-;72044:6;:16;;-1:-1:-1;;;;;;72044:16:0;-1:-1:-1;;;;;72044:16:0;;;;;72078:29;;;;;;72044:16;;72078:29;:::i;:::-;;;;;;;;71842:273;:::o;68427:167::-;68522:24;68535:10;68522:12;:24::i;:::-;68514:34;;;;;;68559:27;68573:5;;68580;;68559:12;:27::i;44994:102::-;45044:15;45079:9;45072:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;45072:16:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44994:102;:::o;15104:49::-;15149:4;15104:49;:::o;55178:395::-;55314:10;:20;55224:7;;-1:-1:-1;;;;;55314:20:0;55287:15;:48;55283:119;;-1:-1:-1;55367:11:0;:22;-1:-1:-1;;;;;55367:22:0;55352:38;;55283:119;55443:10;:18;-1:-1:-1;;;55443:18:0;;-1:-1:-1;;;;;55443:18:0;55416:15;:46;55412:119;;-1:-1:-1;55494:11:0;:24;-1:-1:-1;;;55494:24:0;;-1:-1:-1;;;;;55494:24:0;55479:40;;55412:119;55550:15;:13;:15::i;25935:158::-;25996:32;-1:-1:-1;;;;;;;;;;;26019:8:0;25996:9;:32::i;:::-;26072:12;:10;:12::i;:::-;-1:-1:-1;;;;;26044:41:0;26062:8;-1:-1:-1;;;;;26044:41:0;;;;;;;;;;;25935:158;:::o;52020:1967::-;52397:24;52410:10;52397:12;:24::i;:::-;52389:33;;;;;;52452:11;52441:8;:22;52433:100;;;;-1:-1:-1;;;52433:100:0;;;;;;;:::i;:::-;52566:15;52552:10;:29;;52544:89;;;;-1:-1:-1;;;52544:89:0;;;;;;;:::i;:::-;52663:10;52652:8;:21;52644:87;;;;-1:-1:-1;;;52644:87:0;;;;;;;:::i;:::-;52765:1;52750:12;:16;52742:80;;;;-1:-1:-1;;;52742:80:0;;;;;;;:::i;:::-;52855:13;52841:11;:27;52833:99;;;;-1:-1:-1;;;52833:99:0;;;;;;;:::i;:::-;52967:1;52951:13;:17;52943:80;;;;-1:-1:-1;;;52943:80:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;53043:20:0;;53035:72;;;;-1:-1:-1;;;53035:72:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;53126:21:0;;53118:74;;;;-1:-1:-1;;;53118:74:0;;;;;;;:::i;:::-;53218:6;-1:-1:-1;;;;;53211:23:0;;:25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:30;;53240:1;53211:30;53203:87;;;;-1:-1:-1;;;53203:87:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;53305:31:0;;49196:42;53305:31;53301:159;;53399:1;53368:16;-1:-1:-1;;;;;53361:33:0;;:35;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:39;;;53353:95;;;;-1:-1:-1;;;53353:95:0;;;;;;;:::i;:::-;53495:27;53511:10;53495:15;:27::i;:::-;53472:10;:50;;-1:-1:-1;;53472:50:0;-1:-1:-1;;;;;53472:50:0;;;;;;;;;;53554:25;53570:8;53554:15;:25::i;:::-;53533:10;:46;;-1:-1:-1;;;;;53533:46:0;;;;-1:-1:-1;;;53533:46:0;-1:-1:-1;;;;53533:46:0;;;;;;;;;53615:30;53632:12;53615:16;:30::i;:::-;53590:10;:55;;-1:-1:-1;;;;;53590:55:0;;;-1:-1:-1;;;53590:55:0;;;;;;;;;53683:29;53700:11;53683:16;:29::i;:::-;53658:11;:54;;-1:-1:-1;;;;;;53658:54:0;-1:-1:-1;;;;;53658:54:0;;;;;;;;;;53750:31;53767:13;53750:16;:31::i;:::-;53723:11;:58;;-1:-1:-1;;;;;53723:58:0;;;-1:-1:-1;;;53723:58:0;;;;;;;;;53794:12;:21;;-1:-1:-1;;;;;53794:21:0;;;-1:-1:-1;;;;;;53794:21:0;;;;;;;53826:15;:34;;;;;;;;;;;53871:6;:16;;;;;;;;;;;;;;;53900:20;53909:10;53900:8;:20::i;:::-;53931:48;53949:6;53957:7;53966:12;53931:17;:48::i;:::-;52020:1967;;;;;;;;;;;:::o;62926:96::-;62992:12;:22;-1:-1:-1;;;62992:22:0;;;;;62926:96::o;27379:164::-;27442:34;-1:-1:-1;;;;;;;;;;;27467:8:0;27442:9;:34::i;:::-;27522:12;:10;:12::i;:::-;-1:-1:-1;;;;;27492:43:0;27512:8;-1:-1:-1;;;;;27492:43:0;;;;;;;;;;;27379:164;:::o;22241:131::-;22303:4;22327:37;22303:4;22355:8;22327:7;:37::i;45538:190::-;45645:9;:16;45602:13;;45636:25;;45628:57;;;;-1:-1:-1;;;45628:57:0;;;;;;;:::i;:::-;45703:9;45713:6;45703:17;;;;;;;;;;;;;;;;;;45696:24;;;;;;;-1:-1:-1;;45696:24:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45703:17;45696:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45538:190;;;:::o;50369:42::-;;;;;;;;;;;;;:::o;68602:283::-;68702:24;68715:10;68702:12;:24::i;:::-;68694:34;;;;;;68757:5;68739:15;68780:98;68804:7;68800:1;:11;68780:98;;;68833:33;68847:5;;68853:1;68847:8;;;;;;;;;;;;;;;;;;:::i;:::-;68857:5;;68863:1;68857:8;;;;;;;;;;;;;;;;;;:::i;:::-;68833:12;:33::i;:::-;68813:3;;68780:98;;;;68602:283;;;;;:::o;16672:127::-;16735:7;16762:12;;;;;;;;;;:29;;:27;:29::i;37214:530::-;37298:23;;37381:5;-1:-1:-1;;;;;37370:24:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;37370:24:0;-1:-1:-1;37358:36:0;-1:-1:-1;37427:5:0;-1:-1:-1;;;;;37415:25:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37405:35;;37456:9;37451:286;37471:16;;;37451:286;;;37510:12;37524:19;37555:4;37574:5;;37580:1;37574:8;;;;;;;;;;;;;;;;;;:::i;:::-;37547:36;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37509:74;;;;37606:7;:24;;;;37618:12;37617:13;37606:24;37632:21;37646:6;37632:13;:21::i;:::-;37598:56;;;;;-1:-1:-1;;;37598:56:0;;;;;;;;:::i;:::-;;37684:7;37669:9;37679:1;37669:12;;;;;;;;;;;;;:22;;;;;;;;;;;37719:6;37706:7;37714:1;37706:10;;;;;;;;;;;;;;;;;:19;-1:-1:-1;;37489:3:0;;37451:286;;;;37214:530;;;;;;:::o;23390:62::-;-1:-1:-1;;;;;;;;;;;23390:62:0;:::o;18573:230::-;18666:6;:12;;;;;;;;;;:22;;;18658:45;;18690:12;:10;:12::i;18658:45::-;18650:106;;;;-1:-1:-1;;;18650:106:0;;;;;;;:::i;69196:119::-;69256:24;69269:10;69256:12;:24::i;:::-;69248:33;;;;;;69292:15;69301:5;69292:8;:15::i;:::-;69196:119;:::o;59873:393::-;59915:7;59935:29;;:::i;:::-;-1:-1:-1;59935:42:0;;;;;;;;59967:10;59935:42;-1:-1:-1;;;;;59935:42:0;;;;;-1:-1:-1;;;59935:42:0;;;;;;;-1:-1:-1;;;59935:42:0;;-1:-1:-1;;;;;59935:42:0;;;;;;;;59988:31;;:::i;:::-;-1:-1:-1;59988:45:0;;;;;;;;;60022:11;59988:45;-1:-1:-1;;;;;59988:45:0;;;;;;-1:-1:-1;;;59988:45:0;;;;;;;;;;-1:-1:-1;;60074:54:0;;:27;:54::i;:::-;-1:-1:-1;;;;;60066:63:0;60046:83;;60140:19;60170:46;60194:11;:21;;;60170:11;:19;;;-1:-1:-1;;;;;60170:23:0;;;:46;;;;:::i;:::-;-1:-1:-1;;;;;60162:55:0;60140:77;;60247:11;60235:9;:23;;;;;;60228:30;;;;;;59873:393;:::o;58525:197::-;58632:82;58649:10;58661:7;58670:43;58632:16;:82::i;22975:167::-;23038:40;15149:4;23069:8;23038:10;:40::i;:::-;23121:12;:10;:12::i;:::-;-1:-1:-1;;;;;23094:40:0;23111:8;-1:-1:-1;;;;;23094:40:0;;;;;;;;;;;22975:167;:::o;68893:141::-;68968:24;68981:10;68968:12;:24::i;:::-;68960:33;;;;;;69004:22;69020:5;;69004:15;:22::i;49778:32::-;;;-1:-1:-1;;;;;49778:32:0;;;;-1:-1:-1;;;49778:32:0;;;;;-1:-1:-1;;;49778:32:0;;;;:::o;21704:249::-;21775:10;;;;21774:11;21766:43;;;;-1:-1:-1;;;21766:43:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;21828:20:0;;21820:48;;;;-1:-1:-1;;;21820:48:0;;;;;;;:::i;:::-;21879:38;15149:4;21910:6;21879:10;:38::i;:::-;-1:-1:-1;21941:4:0;21928:17;;-1:-1:-1;;21928:17:0;;;;;21704:249::o;50259:46::-;;;;;;;;;;;;;:::o;50175:24::-;;;-1:-1:-1;;;;;50175:24:0;;:::o;75295:114::-;75378:10;:22;-1:-1:-1;;;75378:22:0;;-1:-1:-1;;;;;75378:22:0;;75295:114::o;23544:66::-;-1:-1:-1;;;;;;;;;;;23544:66:0;:::o;25551:128::-;25615:4;25639:32;-1:-1:-1;;;;;;;;;;;25662:8:0;25639:7;:32::i;9403:152::-;9473:4;9497:50;9502:3;-1:-1:-1;;;;;9522:23:0;;9497:4;:50::i;30052:561::-;30252:12;30266:17;30300:5;-1:-1:-1;;;;;30300:10:0;30444;30456:4;30470;30477:6;30421:63;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;30421:63:0;;;;;;;;;;;30300:199;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30251:248;;;;30518:7;:57;;;;-1:-1:-1;30530:11:0;;:16;;:44;;;30561:4;30550:24;;;;;;;;;;;;:::i;:::-;30510:66;;;;;;30052:561;;;;;:::o;64065:701::-;64180:10;:20;-1:-1:-1;;;;;64180:20:0;64153:15;:48;;;;:98;;-1:-1:-1;64232:10:0;:18;-1:-1:-1;;;64232:18:0;;-1:-1:-1;;;;;64232:18:0;64205:15;:46;;64153:98;64145:146;;;;-1:-1:-1;;;64145:146:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;64389:18:0;;64302:27;64389:18;;;:11;:18;;;;;;64332:12;;64302:27;64389:35;;64412:11;64389:22;:35::i;:::-;64439:19;;64365:59;;-1:-1:-1;;;;64439:19:0;;;;64435:114;;;64494:9;;64483:53;;-1:-1:-1;;;64483:53:0;;-1:-1:-1;;;;;64494:9:0;;;;64483:31;;:53;;64515:5;;64522:13;;64483:53;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;64475:62;;;;;;-1:-1:-1;;;;;64569:18:0;;;;;;:11;:18;;;;;:34;;;64665:23;;64640:67;;64657:49;;-1:-1:-1;;;;;64665:23:0;64694:11;64657:36;:49::i;:::-;64640:16;:67::i;:::-;64614:93;;-1:-1:-1;;;;;;64614:93:0;-1:-1:-1;;;;;64614:93:0;;;;;;;64723:35;;;;;;64739:5;;64746:11;;64723:35;:::i;:::-;;;;;;;;64065:701;;;;:::o;39287:161::-;39336:9;-1:-1:-1;;;;;39366:16:0;;;39358:57;;;;-1:-1:-1;;;39358:57:0;;;;;;;:::i;:::-;-1:-1:-1;39438:1:0;39287:161::o;38824:138::-;38917:5;;;38912:16;;;;38904:50;;;;-1:-1:-1;;;38904:50:0;;;;;;;:::i;13085:106::-;13173:10;13085:106;:::o;20553:188::-;20627:6;:12;;;;;;;;;;:33;;20652:7;20627:24;:33::i;:::-;20623:111;;;20709:12;:10;:12::i;:::-;-1:-1:-1;;;;;20682:40:0;20700:7;-1:-1:-1;;;;;20682:40:0;20694:4;20682:40;;;;;;;;;;20553:188;;:::o;20749:192::-;20824:6;:12;;;;;;;;;;:36;;20852:7;20824:27;:36::i;:::-;20820:114;;;20909:12;:10;:12::i;:::-;-1:-1:-1;;;;;20882:40:0;20900:7;-1:-1:-1;;;;;20882:40:0;20894:4;20882:40;;;;;;;;;;20749:192;;:::o;38675:141::-;38768:5;;;38763:16;;;;38755:53;;;;-1:-1:-1;;;38755:53:0;;;;;;;:::i;28164:303::-;-1:-1:-1;;;;;28303:30:0;;28045:42;28303:30;28299:161;;;28350:30;28367:3;28371:7;28350:16;:30::i;:::-;28299:161;;;28413:35;28427:6;28435:3;28440:7;28413:13;:35::i;:::-;28164:303;;;:::o;38970:155::-;39028:9;39058:6;;;:30;;-1:-1:-1;;39073:5:0;;;39087:1;39082;39073:5;39082:1;39068:15;;;;;:20;39058:30;39050:67;;;;-1:-1:-1;;;39050:67:0;;;;;;;:::i;39133:146::-;39191:9;39225:1;39221;:5;39213:38;;;;-1:-1:-1;;;39213:38:0;;;;;;;:::i;:::-;39270:1;39266;:5;;;;;;;39133:146;-1:-1:-1;;;39133:146:0:o;39456:156::-;39504:8;-1:-1:-1;;;;;39533:15:0;;;39525:55;;;;-1:-1:-1;;;39525:55:0;;;;;;;:::i;10689:158::-;10763:7;10814:22;10818:3;10830:5;10814:3;:22::i;9975:167::-;10055:4;10079:55;10089:3;-1:-1:-1;;;;;10109:23:0;;10079:9;:55::i;42905:595::-;43001:23;42993:60;;;;-1:-1:-1;;;42993:60:0;;;;;;;:::i;:::-;43072:23;43064:62;;;;-1:-1:-1;;;43064:62:0;;;;;;;:::i;:::-;43241:1;-1:-1:-1;;;;;43200:43:0;:10;43211:5;;43200:17;;;;;;;:::i;:::-;;;;;;;;;;;;;;:30;-1:-1:-1;;;;;43200:30:0;;;;;:43;43196:165;;;43260:9;:21;;;;;;;-1:-1:-1;43260:21:0;;;;;;;;43275:5;;43260:21;:::i;:::-;-1:-1:-1;43332:9:0;:16;43296:17;;:10;;:17;;43307:5;;;;43296:17;:::i;:::-;;;;;;;;;;;;;;:53;;;;;;;-1:-1:-1;;43296:53:0;;;;;;;;;43196:165;43391:56;;;;;;;;43400:10;43411:5;;43400:17;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;:26;;;43391:56;;43435:3;-1:-1:-1;;;;;43391:56:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;43441:5;;43391:56;;;;;;43441:5;43391:56;;43441:5;43391:56;;;;;;;;;-1:-1:-1;;;43391:56:0;;-1:-1:-1;43371:17:0;;:10;;:17;;43382:5;;;;43371:17;:::i;:::-;;;;;;;;;;;;;;;;;;:76;;;;;;;;-1:-1:-1;;;;;43371:76:0;;;-1:-1:-1;;43371:76:0;;;;-1:-1:-1;;43371:76:0;;;;;;;;;;;;;;;;;;;;:17;;:76;;;;;;;;;;;:::i;:::-;-1:-1:-1;;43463:29:0;;;;-1:-1:-1;43479:5:0;;;;43463:29;:::i;:::-;;;;;;;;;43486:5;;43463:29;;;;;;;:::i;:::-;;;;;;;;42905:595;;;;:::o;63384:479::-;63431:7;63451:29;;:::i;:::-;-1:-1:-1;63451:42:0;;;;;;;;63483:10;63451:42;-1:-1:-1;;;;;63451:42:0;;;;;-1:-1:-1;;;63451:42:0;;;;;;;-1:-1:-1;;;63451:42:0;;-1:-1:-1;;;;;63451:42:0;;;;;;;;63504:31;;:::i;:::-;-1:-1:-1;63504:45:0;;;;;;;;;63538:11;63504:45;-1:-1:-1;;;;;63504:45:0;;;;;-1:-1:-1;;;63504:45:0;;;;;;;;;;;;63759:21;;63735:19;;;;-1:-1:-1;;63735:46:0;;-1:-1:-1;;;;;63735:23:0;;;:46::i;:::-;-1:-1:-1;;;;;63727:55:0;63580:144;63658:54;63686:12;:25;;;63658:12;:23;;;-1:-1:-1;;;;;63658:27:0;;;:54;;;;:::i;:::-;-1:-1:-1;;;;;63650:63:0;63580:51;63608:11;:21;;;-1:-1:-1;;;;;63600:30:0;63580:15;:19;;:51;;;;:::i;:::-;:55;;:144::i;:::-;:202;;;;;63816:23;;63580:202;;;;-1:-1:-1;63808:47:0;;-1:-1:-1;;;;;63808:32:0;63580:202;63808:36;:47::i;:::-;63801:54;;;;;63384:479;:::o;69472:190::-;-1:-1:-1;;;;;69533:24:0;;;69529:126;;69574:9;:22;;-1:-1:-1;;;;;69574:22:0;;-1:-1:-1;;;;;;69574:22:0;;;;;;69611:12;:32;;-1:-1:-1;;;;69611:32:0;-1:-1:-1;;;69611:32:0;;;69472:190;:::o;10228:117::-;10291:7;10318:19;10326:3;10318:7;:19::i;35878:496::-;35950:13;36113:2;36092:11;:18;:23;36088:67;;;-1:-1:-1;36117:38:0;;;;;;;;;;;;;;;;;;;36088:67;36259:4;36246:11;36242:22;36227:37;;36303:11;36292:33;;;;;;;;;;;;:::i;40227:138::-;40320:5;;;-1:-1:-1;;;;;40315:16:0;;;;;;;;40307:50;;;;-1:-1:-1;;;40307:50:0;;;;;;;:::i;40645:135::-;40735:5;;;-1:-1:-1;;;;;40730:16:0;;;;;;;;40722:50;;;;-1:-1:-1;;;40722:50:0;;;;;;;:::i;43768:519::-;43885:1;-1:-1:-1;;;;;43844:43:0;:10;43855:5;;43844:17;;;;;;;:::i;:::-;;;;;;;;;;;;;;:30;-1:-1:-1;;;;;43844:30:0;;;;;:43;;43836:77;;;;-1:-1:-1;;;43836:77:0;;;;;;;:::i;:::-;43924:12;43968:1;43939:10;43950:5;;43939:17;;;;;;;:::i;:::-;;;;;;;;;;;;;;:26;43993:9;:16;43939:26;;;;:30;;;;;-1:-1:-1;43984:29:0;;-1:-1:-1;;43993:20:0;;;43984:29;43980:177;;44049:9;44059:16;;-1:-1:-1;;44059:20:0;;;44049:31;;;;;;;;;;;;;44030:9;44040:5;44030:16;;;;;;;;;;;;;;;;;:50;;;;;;;;;;;;;;;;;;;;:::i;:::-;;44135:5;44143:1;44135:9;44095:10;44106:9;44116:5;44106:16;;;;;;;;;;;;;;;;;44095:28;;;;;;:::i;:::-;;;;;;;;;;;;;;:49;;;;;;;-1:-1:-1;;44095:49:0;;;;;;;;;43980:177;44167:9;:15;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;44214:5;;44198:46;;;;;;;:::i;:::-;;;;;;;;;44221:10;44232:5;;44221:17;;;;;;;:::i;:::-;;;;;;;;;;;;;:22;;44198:46;;;;;;:::i;:::-;;;;;;;;44262:10;44273:5;;44262:17;;;;;;;:::i;:::-;;;;;;;;;;;;;;44255:24;;-1:-1:-1;;44255:24:0;;;44262:17;44255:24;;;;44262:17;44255:24;:::i;4467:414::-;4530:4;4552:21;4562:3;4567:5;4552:9;:21::i;:::-;4547:327;;-1:-1:-1;4590:23:0;;;;;;;;:11;:23;;;;;;;;;;;;;4773:18;;4751:19;;;:12;;;:19;;;;;;:40;;;;4806:11;;4547:327;-1:-1:-1;4857:5:0;4850:12;;9731:158;9804:4;9828:53;9836:3;-1:-1:-1;;;;;9856:23:0;;9828:7;:53::i;31032:196::-;31141:12;;;31103;31141;;;;;;;;;-1:-1:-1;;;;;31120:7:0;;;31134:5;;31120:34;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31102:52;;;31173:7;31165:55;;;;-1:-1:-1;;;31165:55:0;;;;;;;:::i;29522:522::-;29716:12;29730:17;29764:5;-1:-1:-1;;;;;29764:10:0;29896;29908:2;29912:6;29873:46;;;;;;;;;:::i;7355:204::-;7450:18;;7422:7;;7450:26;-1:-1:-1;7442:73:0;;;;-1:-1:-1;;;7442:73:0;;;;;;;:::i;:::-;7533:3;:11;;7545:5;7533:18;;;;;;;;;;;;;;;;7526:25;;7355:204;;;;:::o;6687:129::-;6760:4;6784:19;;;:12;;;;;:19;;;;;;:24;;;6687:129::o;6902:109::-;6985:18;;6902:109::o;5057:1544::-;5123:4;5262:19;;;:12;;;:19;;;;;;5298:15;;5294:1300;;5733:18;;-1:-1:-1;;5684:14:0;;;;5733:22;;;;5660:21;;5733:3;;:22;;6020;;;;;;;;;;;;;;6000:42;;6166:9;6137:3;:11;;6149:13;6137:26;;;;;;;;;;;;;;;;;;;:38;;;;6243:23;;;6285:1;6243:12;;;:23;;;;;;6269:17;;;6243:43;;6395:17;;6243:3;;6395:17;;;;;;;;;;;;;;;;;;;;;;6490:3;:12;;:19;6503:5;6490:19;;;;;;;;;;;6483:26;;;6533:4;6526:11;;;;;;;;5294:1300;6577:5;6570:12;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;311:363;;;452:3;445:4;437:6;433:17;429:27;419:2;;-1:-1;;460:12;419:2;-1:-1;490:20;;-1:-1;;;;;519:30;;516:2;;;-1:-1;;552:12;516:2;596:4;588:6;584:17;572:29;;647:3;596:4;;631:6;627:17;588:6;613:32;;610:41;607:2;;;664:1;;654:12;1488:336;;;1602:3;1595:4;1587:6;1583:17;1579:27;1569:2;;-1:-1;;1610:12;1569:2;-1:-1;1640:20;;-1:-1;;;;;1669:30;;1666:2;;;-1:-1;;1702:12;1666:2;1746:4;1738:6;1734:17;1722:29;;1797:3;1746:4;1777:17;1738:6;1763:32;;1760:41;1757:2;;;1814:1;;1804:12;3360:241;;3464:2;3452:9;3443:7;3439:23;3435:32;3432:2;;;-1:-1;;3470:12;3432:2;85:6;72:20;97:33;124:5;97:33;:::i;:::-;3522:63;3426:175;-1:-1;;;3426:175::o;3872:1597::-;;;;;;;;;;;;4195:3;4183:9;4174:7;4170:23;4166:33;4163:2;;;-1:-1;;4202:12;4163:2;230:6;217:20;242:41;277:5;242:41;:::i;:::-;4254:71;-1:-1;4362:2;4409:22;;217:20;242:41;217:20;242:41;:::i;:::-;4370:71;-1:-1;4478:2;4517:22;;2879:20;;-1:-1;4586:2;4625:22;;2879:20;;-1:-1;4694:3;4734:22;;2879:20;;-1:-1;4803:3;4851:22;;72:20;97:33;72:20;97:33;:::i;:::-;4812:71;-1:-1;4920:3;4960:22;;2879:20;;-1:-1;5029:3;5069:22;;2879:20;;-1:-1;5138:3;5186:22;;72:20;97:33;72:20;97:33;:::i;:::-;5147:71;-1:-1;5255:3;5303:22;;72:20;97:33;72:20;97:33;:::i;:::-;5264:71;-1:-1;5372:3;5421:22;;72:20;97:33;72:20;97:33;:::i;:::-;5381:72;;;;4157:1312;;;;;;;;;;;;;;:::o;5476:376::-;;;5602:2;5590:9;5581:7;5577:23;5573:32;5570:2;;;-1:-1;;5608:12;5570:2;230:6;217:20;242:41;277:5;242:41;:::i;:::-;5660:71;-1:-1;5768:2;5804:22;;1135:20;1160:30;1135:20;1160:30;:::i;:::-;5776:60;;;;5564:288;;;;;:::o;5859:1517::-;;;;;;;;;;;;6142:3;6130:9;6121:7;6117:23;6113:33;6110:2;;;-1:-1;;6149:12;7383:485;;;;7518:2;7506:9;7497:7;7493:23;7489:32;7486:2;;;-1:-1;;7524:12;7486:2;85:6;72:20;97:33;124:5;97:33;:::i;:::-;7576:63;-1:-1;7676:2;7715:22;;2879:20;;-1:-1;7784:2;7820:22;;1135:20;1160:30;1135:20;1160:30;:::i;:::-;7792:60;;;;7480:388;;;;;:::o;7875:538::-;;;;8039:2;8027:9;8018:7;8014:23;8010:32;8007:2;;;-1:-1;;8045:12;8007:2;8103:17;8090:31;-1:-1;;;;;8133:6;8130:30;8127:2;;;-1:-1;;8163:12;8127:2;8201:91;8284:7;8275:6;8264:9;8260:22;8201:91;:::i;:::-;8183:109;;-1:-1;8183:109;-1:-1;;8329:2;8365:22;;1135:20;1160:30;1135:20;1160:30;:::i;8420:726::-;;;;;8635:2;8623:9;8614:7;8610:23;8606:32;8603:2;;;-1:-1;;8641:12;8603:2;8699:17;8686:31;-1:-1;;;;;8737:18;8729:6;8726:30;8723:2;;;-1:-1;;8759:12;8723:2;8797:92;8881:7;8872:6;8861:9;8857:22;8797:92;:::i;:::-;8779:110;;-1:-1;8779:110;-1:-1;8954:2;8939:18;;8926:32;;-1:-1;8967:30;;;8964:2;;;-1:-1;;9000:12;8964:2;;9038:92;9122:7;9113:6;9102:9;9098:22;9038:92;:::i;:::-;8597:549;;;;-1:-1;9020:110;-1:-1;;;;8597:549::o;9153:235::-;;9254:2;9242:9;9233:7;9229:23;9225:32;9222:2;;;-1:-1;;9260:12;9222:2;1148:6;1135:20;1160:30;1184:5;1160:30;:::i;9395:257::-;;9507:2;9495:9;9486:7;9482:23;9478:32;9475:2;;;-1:-1;;9513:12;9475:2;1283:6;1277:13;1295:30;1319:5;1295:30;:::i;9659:241::-;;9763:2;9751:9;9742:7;9738:23;9734:32;9731:2;;;-1:-1;;9769:12;9731:2;-1:-1;1404:20;;9725:175;-1:-1;9725:175::o;9907:366::-;;;10028:2;10016:9;10007:7;10003:23;9999:32;9996:2;;;-1:-1;;10034:12;9996:2;1417:6;1404:20;10086:63;;10186:2;10229:9;10225:22;72:20;97:33;124:5;97:33;:::i;10280:366::-;;;10401:2;10389:9;10380:7;10376:23;10372:32;10369:2;;;-1:-1;;10407:12;10369:2;-1:-1;;1404:20;;;10559:2;10598:22;;;2879:20;;-1:-1;10363:283::o;10653:365::-;;;10776:2;10764:9;10755:7;10751:23;10747:32;10744:2;;;-1:-1;;10782:12;10744:2;10840:17;10827:31;-1:-1;;;;;10870:6;10867:30;10864:2;;;-1:-1;;10900:12;10864:2;10938:64;10994:7;10985:6;10974:9;10970:22;10938:64;:::i;:::-;10920:82;;;;-1:-1;10738:280;-1:-1;;;;10738:280::o;11025:1147::-;;;;;;;;;11261:3;11249:9;11240:7;11236:23;11232:33;11229:2;;;-1:-1;;11268:12;11229:2;1927:6;1914:20;1939:48;1981:5;1939:48;:::i;:::-;11320:78;-1:-1;11435:2;11474:22;;72:20;97:33;72:20;97:33;:::i;:::-;11443:63;-1:-1;11543:2;11582:22;;72:20;97:33;72:20;97:33;:::i;:::-;11551:63;-1:-1;11651:2;11690:22;;2879:20;;-1:-1;11759:3;11799:22;;2879:20;;-1:-1;11868:3;11906:22;;3155:20;3180:31;3155:20;3180:31;:::i;:::-;11223:949;;;;-1:-1;11223:949;;;;;;11877:61;;-1:-1;;;11975:3;12015:22;;1404:20;;12084:3;12124:22;1404:20;;11223:949::o;12553:618::-;;;;;12714:2;12702:9;12693:7;12689:23;12685:32;12682:2;;;-1:-1;;12720:12;12682:2;12778:17;12765:31;-1:-1;;;;;12816:18;12808:6;12805:30;12802:2;;;-1:-1;;12838:12;12802:2;12876:65;12933:7;12924:6;12913:9;12909:22;12876:65;:::i;:::-;12858:83;;-1:-1;12858:83;-1:-1;13006:2;12991:18;;12978:32;;-1:-1;13019:30;;;13016:2;;;-1:-1;;13052:12;13016:2;;13090:65;13147:7;13138:6;13127:9;13123:22;13090:65;:::i;13178:362::-;;13303:2;13291:9;13282:7;13278:23;13274:32;13271:2;;;-1:-1;;13309:12;13271:2;13360:17;13354:24;-1:-1;;;;;13398:18;13390:6;13387:30;13384:2;;;-1:-1;;13420:12;13384:2;13507:6;13496:9;13492:22;;;2473:3;2466:4;2458:6;2454:17;2450:27;2440:2;;-1:-1;;2481:12;2440:2;2521:6;2515:13;13398:18;69305:6;69302:30;69299:2;;;-1:-1;;69335:12;69299:2;68968;68962:9;69408;69389:17;;-1:-1;;69385:33;68994:17;;13303:2;68994:17;69054:34;;;69090:22;;;69051:62;69048:2;;;-1:-1;;69116:12;69048:2;68968;69135:22;2614:21;;;2714:16;;;13303:2;2714:16;2711:25;-1:-1;2708:2;;;-1:-1;;2739:12;2708:2;2759:39;2791:6;13303:2;2690:5;2686:16;13303:2;2656:6;2652:17;2759:39;:::i;:::-;13440:84;13265:275;-1:-1;;;;;;13265:275::o;13795:263::-;;13910:2;13898:9;13889:7;13885:23;13881:32;13878:2;;;-1:-1;;13916:12;13878:2;-1:-1;3027:13;;13872:186;-1:-1;13872:186::o;14065:360::-;;;14183:2;14171:9;14162:7;14158:23;14154:32;14151:2;;;-1:-1;;14189:12;14151:2;2892:6;2879:20;14241:63;;14341:2;14381:9;14377:22;1135:20;1160:30;1184:5;1160:30;:::i;14805:259::-;;14918:2;14906:9;14897:7;14893:23;14889:32;14886:2;;;-1:-1;;14924:12;14886:2;3305:6;3299:13;3317:31;3342:5;3317:31;:::i;19346:323::-;;19478:5;70253:12;71347:6;71342:3;71335:19;19561:52;19606:6;71384:4;71379:3;71375:14;71384:4;19587:5;19583:16;19561:52;:::i;:::-;69408:9;74653:14;-1:-1;;74649:28;19625:39;;;;71384:4;19625:39;;19426:243;-1:-1;;19426:243::o;39610:291::-;;74236:6;74231:3;74226;74213:30;74274:16;;74267:27;;;74274:16;39754:147;-1:-1;39754:147::o;39908:271::-;;20186:5;70253:12;20297:52;20342:6;20337:3;20330:4;20323:5;20319:16;20297:52;:::i;:::-;20361:16;;;;;40042:137;-1:-1;;40042:137::o;40488:269::-;;-1:-1;22774:5;22768:12;22808:1;;22797:9;22793:17;22821:1;22816:268;;;;23095:1;23090:425;;;;22786:729;;22816:268;-1:-1;;23021:25;;23009:38;;22890:1;22875:17;;22894:4;22871:28;23061:16;;;-1:-1;22816:268;;23090:425;23159:1;23148:9;23144:17;70093:3;-1:-1;70083:14;70125:4;;-1:-1;70112:18;-1:-1;23348:130;23362:6;23359:1;23356:13;23348:130;;;23421:14;;23408:11;;;23401:35;23455:15;;;;23377:12;;23348:130;;;-1:-1;;;23492:16;;;-1:-1;22786:729;-1:-1;40742:10;;40621:136;-1:-1;;;;;40621:136::o;40764:222::-;-1:-1;;;;;73439:54;;;;15877:45;;40891:2;40876:18;;40862:124::o;41499:444::-;-1:-1;;;;;73439:54;;;15877:45;;73439:54;;;;41846:2;41831:18;;15877:45;41929:2;41914:18;;18956:37;;;;41682:2;41667:18;;41653:290::o;41950:1374::-;-1:-1;;;;;73439:54;;;15877:45;;73439:54;;;42539:2;42524:18;;15877:45;42622:2;42607:18;;18956:37;;;;42705:2;42690:18;;18956:37;;;;42788:3;42773:19;;18956:37;;;;73439:54;;;73450:42;42857:19;;15877:45;42956:3;42941:19;;18956:37;43040:3;43025:19;;18956:37;73439:54;;43124:3;43109:19;;15877:45;73439:54;;43208:3;43193:19;;15877:45;73439:54;;;43309:3;43294:19;;15877:45;42374:3;42359:19;;42345:979::o;43331:884::-;-1:-1;;;;;73439:54;;;15877:45;;73439:54;;;;43787:2;43772:18;;15877:45;43870:2;43855:18;;18956:37;;;;43953:2;43938:18;;18956:37;;;;73758:4;73747:16;44032:3;44017:19;;39563:35;73450:42;44101:19;;18956:37;44200:3;44185:19;;18956:37;;;;43622:3;43607:19;;43593:622::o;44222:333::-;-1:-1;;;;;73439:54;;;;15877:45;;44541:2;44526:18;;18956:37;44377:2;44362:18;;44348:207::o;44562:536::-;-1:-1;;;;;73439:54;;;;15877:45;;-1:-1;;;;;73645:30;;;44926:2;44911:18;;39448:36;73645:30;;45007:2;44992:18;;39448:36;73039:13;73032:21;45084:2;45069:18;;18728:34;44763:3;44748:19;;44734:364::o;45105:653::-;45372:2;45386:47;;;70253:12;;45357:18;;;71335:19;;;45105:653;;71384:4;;71375:14;;;;69610;;;45105:653;16472:251;16497:6;16494:1;16491:13;16472:251;;;16558:13;;73039;73032:21;18728:34;;15213:14;;;;70944;;;;16519:1;16512:9;16472:251;;;16476:14;;;45597:9;45591:4;45587:20;71384:4;45571:9;45567:18;45560:48;45622:126;17000:5;70253:12;17019:95;17107:6;17102:3;17019:95;:::i;:::-;17012:102;;;;;71384:4;17171:6;17167:17;17162:3;17158:27;71384:4;17265:5;69610:14;-1:-1;17304:357;17329:6;17326:1;17323:13;17304:357;;;17391:9;17385:4;17381:20;17376:3;17369:33;15361:64;15421:3;17436:6;17430:13;15361:64;:::i;:::-;17640:14;;;;17450:90;-1:-1;70944:14;;;;16519:1;17344:9;17304:357;;;-1:-1;45614:134;;45343:415;-1:-1;;;;;;;;;45343:415::o;45765:410::-;;45962:2;;45951:9;45947:18;45962:2;45983:17;45976:47;46037:128;17960:5;70253:12;71347:6;71342:3;71335:19;71375:14;45951:9;71375:14;17972:103;;71375:14;45962:2;18132:6;18128:17;45951:9;18119:27;;18107:39;;45962:2;18227:5;69610:14;-1:-1;18266:360;18291:6;18288:1;18285:13;18266:360;;;18343:20;;45951:9;18347:4;18343:20;;18338:3;18331:33;15361:64;15421:3;18398:6;18392:13;15361:64;:::i;:::-;18412:92;-1:-1;18605:14;;;;70944;;;;18313:1;18306:9;18266:360;;;-1:-1;46029:136;;45933:242;-1:-1;;;;;;;45933:242::o;46182:210::-;73039:13;;73032:21;18728:34;;46303:2;46288:18;;46274:118::o;46399:222::-;18956:37;;;46526:2;46511:18;;46497:124::o;46628:306::-;;46773:2;46794:17;46787:47;46848:76;46773:2;46762:9;46758:18;46910:6;46848:76;:::i;46941:330::-;;47098:2;47119:17;47112:47;71347:6;47098:2;47087:9;47083:18;71335:19;74236:6;74231:3;71375:14;47087:9;71375:14;74213:30;74274:16;;;71375:14;74274:16;;;74267:27;;;;69408:9;74653:14;;;-1:-1;;74649:28;20669:39;;;47069:202;-1:-1;47069:202::o;47595:421::-;;47770:2;47791:17;47784:47;47845:78;47770:2;47759:9;47755:18;47909:6;47845:78;:::i;:::-;47837:86;;18986:5;48002:2;47991:9;47987:18;18956:37;47741:275;;;;;:::o;48023:304::-;;48167:2;;48156:9;48152:18;48167:2;48188:17;48181:47;-1:-1;21900:5;21894:12;21934:1;;21923:9;21919:17;21947:1;21942:248;;;;22201:1;22196:402;;;;21912:686;;21942:248;22016:1;22001:17;;22020:4;21997:28;71335:19;;-1:-1;;22129:25;;71375:14;;;22117:38;22169:14;;;;-1:-1;21942:248;;22196:402;22265:1;22254:9;22250:17;71347:6;71342:3;71335:19;22374:38;22406:5;22374:38;:::i;:::-;-1:-1;22436:130;22450:6;22447:1;22444:13;22436:130;;;22509:14;;22496:11;;;71375:14;22496:11;22489:35;22543:15;;;;22465:12;;22436:130;;;22580:11;;71375:14;22580:11;;-1:-1;;;21912:686;-1:-1;48234:83;;48138:189;-1:-1;;;;;;;48138:189::o;48334:416::-;48534:2;48548:47;;;23754:2;48519:18;;;71335:19;23790:34;71375:14;;;23770:55;-1:-1;;;23845:12;;;23838:37;23894:12;;;48505:245::o;48757:416::-;48957:2;48971:47;;;24145:2;48942:18;;;71335:19;24181:34;71375:14;;;24161:55;-1:-1;;;24236:12;;;24229:44;24292:12;;;48928:245::o;49180:416::-;49380:2;49394:47;;;24543:2;49365:18;;;71335:19;-1:-1;;;71375:14;;;24559:44;24622:12;;;49351:245::o;49603:416::-;49803:2;49817:47;;;49788:18;;;71335:19;24909:34;71375:14;;;24889:55;24963:12;;;49774:245::o;50026:416::-;50226:2;50240:47;;;25214:2;50211:18;;;71335:19;25250:34;71375:14;;;25230:55;-1:-1;;;25305:12;;;25298:32;25349:12;;;50197:245::o;50449:416::-;50649:2;50663:47;;;25600:2;50634:18;;;71335:19;-1:-1;;;71375:14;;;25616:42;25677:12;;;50620:245::o;50872:416::-;51072:2;51086:47;;;25928:2;51057:18;;;71335:19;25964:34;71375:14;;;25944:55;-1:-1;;;26019:12;;;26012:26;26057:12;;;51043:245::o;51295:416::-;51495:2;51509:47;;;26308:2;51480:18;;;71335:19;26344:34;71375:14;;;26324:55;-1:-1;;;26399:12;;;26392:39;26450:12;;;51466:245::o;51718:416::-;51918:2;51932:47;;;26701:2;51903:18;;;71335:19;26737:34;71375:14;;;26717:55;-1:-1;;;26792:12;;;26785:35;26839:12;;;51889:245::o;52141:416::-;52341:2;52355:47;;;27090:2;52326:18;;;71335:19;27126:34;71375:14;;;27106:55;-1:-1;;;27181:12;;;27174:42;27235:12;;;52312:245::o;52564:416::-;52764:2;52778:47;;;27486:2;52749:18;;;71335:19;27522:34;71375:14;;;27502:55;-1:-1;;;27577:12;;;27570:43;27632:12;;;52735:245::o;52987:416::-;53187:2;53201:47;;;27883:2;53172:18;;;71335:19;27919:34;71375:14;;;27899:55;-1:-1;;;27974:12;;;27967:31;28017:12;;;53158:245::o;53410:416::-;53610:2;53624:47;;;28268:2;53595:18;;;71335:19;28304:34;71375:14;;;28284:55;28373:34;28359:12;;;28352:56;-1:-1;;;28428:12;;;28421:25;28465:12;;;53581:245::o;53833:416::-;54033:2;54047:47;;;28716:2;54018:18;;;71335:19;28752:34;71375:14;;;28732:55;-1:-1;;;28807:12;;;28800:31;28850:12;;;54004:245::o;54256:416::-;54456:2;54470:47;;;29101:2;54441:18;;;71335:19;29137:34;71375:14;;;29117:55;29206:34;29192:12;;;29185:56;-1:-1;;;29261:12;;;29254:42;29315:12;;;54427:245::o;54679:416::-;54879:2;54893:47;;;29566:2;54864:18;;;71335:19;29602:34;71375:14;;;29582:55;-1:-1;;;29657:12;;;29650:39;29708:12;;;54850:245::o;55102:416::-;55302:2;55316:47;;;29959:2;55287:18;;;71335:19;-1:-1;;;71375:14;;;29975:44;30038:12;;;55273:245::o;55525:416::-;55725:2;55739:47;;;30289:2;55710:18;;;71335:19;30325:34;71375:14;;;30305:55;-1:-1;;;30380:12;;;30373:36;30428:12;;;55696:245::o;55948:416::-;56148:2;56162:47;;;30679:2;56133:18;;;71335:19;30715:34;71375:14;;;30695:55;-1:-1;;;30770:12;;;30763:44;30826:12;;;56119:245::o;56371:416::-;56571:2;56585:47;;;31077:2;56556:18;;;71335:19;31113:30;71375:14;;;31093:51;31163:12;;;56542:245::o;56794:416::-;56994:2;57008:47;;;31414:2;56979:18;;;71335:19;31450:34;71375:14;;;31430:55;-1:-1;;;31505:12;;;31498:40;31557:12;;;56965:245::o;57217:416::-;57417:2;57431:47;;;31808:2;57402:18;;;71335:19;-1:-1;;;71375:14;;;31824:38;31881:12;;;57388:245::o;57640:416::-;57840:2;57854:47;;;32132:2;57825:18;;;71335:19;32168:26;71375:14;;;32148:47;32214:12;;;57811:245::o;58063:416::-;58263:2;58277:47;;;32465:2;58248:18;;;71335:19;32501:26;71375:14;;;32481:47;32547:12;;;58234:245::o;58486:416::-;58686:2;58700:47;;;32798:2;58671:18;;;71335:19;-1:-1;;;71375:14;;;32814:38;32871:12;;;58657:245::o;58909:416::-;59109:2;59123:47;;;33122:2;59094:18;;;71335:19;33158:34;71375:14;;;33138:55;-1:-1;;;33213:12;;;33206:27;33252:12;;;59080:245::o;59332:416::-;59532:2;59546:47;;;33503:2;59517:18;;;71335:19;33539:29;71375:14;;;33519:50;33588:12;;;59503:245::o;59755:416::-;59955:2;59969:47;;;33839:2;59940:18;;;71335:19;33875:34;71375:14;;;33855:55;-1:-1;;;33930:12;;;33923:41;33983:12;;;59926:245::o;60178:416::-;60378:2;60392:47;;;34234:2;60363:18;;;71335:19;34270:34;71375:14;;;34250:55;-1:-1;;;34325:12;;;34318:29;34366:12;;;60349:245::o;60601:416::-;60801:2;60815:47;;;34617:2;60786:18;;;71335:19;34653:34;71375:14;;;34633:55;-1:-1;;;34708:12;;;34701:45;34765:12;;;60772:245::o;61024:416::-;61224:2;61238:47;;;35016:2;61209:18;;;71335:19;35052:29;71375:14;;;35032:50;35101:12;;;61195:245::o;61447:416::-;61647:2;61661:47;;;35352:2;61632:18;;;71335:19;35388:34;71375:14;;;35368:55;-1:-1;;;35443:12;;;35436:27;35482:12;;;61618:245::o;61870:416::-;62070:2;62084:47;;;35733:2;62055:18;;;71335:19;-1:-1;;;71375:14;;;35749:42;35810:12;;;62041:245::o;62293:416::-;62493:2;62507:47;;;36061:2;62478:18;;;71335:19;36097:28;71375:14;;;36077:49;36145:12;;;62464:245::o;62716:416::-;62916:2;62930:47;;;36396:2;62901:18;;;71335:19;36432:34;71375:14;;;36412:55;-1:-1;;;36487:12;;;36480:34;36533:12;;;62887:245::o;63139:416::-;63339:2;63353:47;;;36784:2;63324:18;;;71335:19;36820:33;71375:14;;;36800:54;36873:12;;;63310:245::o;63562:416::-;63762:2;63776:47;;;37124:2;63747:18;;;71335:19;37160:34;71375:14;;;37140:55;-1:-1;;;37215:12;;;37208:41;37268:12;;;63733:245::o;63985:416::-;64185:2;64199:47;;;37519:2;64170:18;;;71335:19;37555:26;71375:14;;;37535:47;37601:12;;;64156:245::o;64408:416::-;64608:2;64622:47;;;37852:2;64593:18;;;71335:19;37888:34;71375:14;;;37868:55;37957:29;37943:12;;;37936:51;38006:12;;;64579:245::o;64831:416::-;65031:2;65045:47;;;38257:2;65016:18;;;71335:19;38293:34;71375:14;;;38273:55;-1:-1;;;38348:12;;;38341:31;38391:12;;;65002:245::o;65254:416::-;65454:2;65468:47;;;38642:2;65439:18;;;71335:19;38678:34;71375:14;;;38658:55;-1:-1;;;38733:12;;;38726:39;38784:12;;;65425:245::o;65677:416::-;65877:2;65891:47;;;39035:2;65862:18;;;71335:19;-1:-1;;;71375:14;;;39051:43;39113:12;;;65848:245::o;66100:420::-;-1:-1;;;;;73319:46;;;;39210:37;;73039:13;;73032:21;66429:2;66414:18;;18728:34;73039:13;73032:21;66506:2;66491:18;;18728:34;66271:2;66256:18;;66242:278::o;66527:333::-;-1:-1;;;;;73319:46;;;39210:37;;73319:46;;66846:2;66831:18;;39210:37;66682:2;66667:18;;66653:207::o;67096:333::-;18956:37;;;67415:2;67400:18;;18956:37;67251:2;67236:18;;67222:207::o;67436:436::-;-1:-1;;;;;73645:30;;;39448:36;;73645:30;;;;67775:2;67760:18;;39448:36;-1:-1;;;;;73319:46;;;67858:2;67843:18;;39210:37;67615:2;67600:18;;67586:286::o;67879:506::-;;;68014:11;68001:25;68065:48;;68089:8;68073:14;68069:29;68065:48;68045:18;68041:73;68031:2;;-1:-1;;68118:12;68031:2;68145:33;;68199:18;;;-1:-1;;;;;;68226:30;;68223:2;;;-1:-1;;68259:12;68223:2;68104:4;68287:13;;-1:-1;68073:14;68319:38;;;68309:49;;68306:2;;;68371:1;;68361:12;69988:158;;70083:14;;;70125:4;70112:18;;;70042:104::o;74309:268::-;74374:1;74381:101;74395:6;74392:1;74389:13;74381:101;;;74462:11;;;74456:18;74443:11;;;74436:39;74417:2;74410:10;74381:101;;;74497:6;74494:1;74491:13;74488:2;;;-1:-1;;74374:1;74544:16;;74537:27;74358:219::o;74690:117::-;-1:-1;;;;;73439:54;;74749:35;;74739:2;;74798:1;;74788:12;74954:111;75035:5;73039:13;73032:21;75013:5;75010:32;75000:2;;75056:1;;75046:12;75474:113;73758:4;75557:5;73747:16;75534:5;75531:33;75521:2;;75578:1;;75568:12

Swarm Source

ipfs://7bf8250b5ebb5c1aa446fed749a9c96a0e905a123edf3aadd698222a6947f68e

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

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ 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.