ETH Price: $3,413.69 (-1.71%)
Gas: 6 Gwei

Contract

0x6e3565b525D5f80eC1f516319807a1DF67760660
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Set Base URI179863672023-08-24 18:32:23329 days ago1692901943IN
0x6e3565b5...F67760660
0 ETH0.0010529726.33217936
Set Base URI179861712023-08-24 17:52:47329 days ago1692899567IN
0x6e3565b5...F67760660
0 ETH0.0019928628.98084696
Transfer From154243362022-08-27 23:04:07691 days ago1661641447IN
0x6e3565b5...F67760660
0 ETH0.000334585.36333421
Burn151324252022-07-13 5:29:06737 days ago1657690146IN
0x6e3565b5...F67760660
0 ETH0.0006299810.31838167
Withdraw Funds150777642022-07-04 18:49:02745 days ago1656960542IN
0x6e3565b5...F67760660
0 ETH0.0010866825.99109386
Set Approval For...150754982022-07-04 10:29:26746 days ago1656930566IN
0x6e3565b5...F67760660
0 ETH0.000437217.66539812
Set Revealed150561332022-07-01 10:38:55749 days ago1656671935IN
0x6e3565b5...F67760660
0 ETH0.0004020813.85157193
Enter Z3ro150551042022-07-01 6:51:21749 days ago1656658281IN
0x6e3565b5...F67760660
0.2 ETH0.0040257616.97869471
Enter Z3ro150548342022-07-01 5:51:45749 days ago1656654705IN
0x6e3565b5...F67760660
0.1 ETH0.0030769713.30900709
Enter Z3ro150541172022-07-01 3:15:06749 days ago1656645306IN
0x6e3565b5...F67760660
0.1 ETH0.0038103721.18112965
Enter Z3ro150541132022-07-01 3:14:25749 days ago1656645265IN
0x6e3565b5...F67760660
0.1 ETH0.0059796925.86430967
Enter Z3ro150508422022-06-30 14:32:30749 days ago1656599550IN
0x6e3565b5...F67760660
0.1 ETH0.0086339737.33820906
Enter Z3ro150500312022-06-30 11:03:37750 days ago1656587017IN
0x6e3565b5...F67760660
0.1 ETH0.0090080850.07636273
Enter Z3ro150497412022-06-30 9:45:43750 days ago1656582343IN
0x6e3565b5...F67760660
0.2 ETH0.0112582347.48645368
Enter Z3ro150497022022-06-30 9:37:49750 days ago1656581869IN
0x6e3565b5...F67760660
0.3 ETH0.0150652362.00066348
Enter Z3ro150481742022-06-30 2:35:38750 days ago1656556538IN
0x6e3565b5...F67760660
0.1 ETH0.0107312446.41883036
Enter Z3ro150476142022-06-30 0:04:10750 days ago1656547450IN
0x6e3565b5...F67760660
0.1 ETH0.0144055562.30910889
Enter Z3ro150468462022-06-29 20:46:51750 days ago1656535611IN
0x6e3565b5...F67760660
0.1 ETH0.0172279574.51374368
Enter Z3ro150467972022-06-29 20:31:42750 days ago1656534702IN
0x6e3565b5...F67760660
0.1 ETH0.010173144
Enter Z3ro150467452022-06-29 20:22:58750 days ago1656534178IN
0x6e3565b5...F67760660
0.1 ETH0.02371439102.56781829
Enter Z3ro150467452022-06-29 20:22:58750 days ago1656534178IN
0x6e3565b5...F67760660
0.1 ETH0.02371419102.56781829
Set Approval For...150467202022-06-29 20:17:03750 days ago1656533823IN
0x6e3565b5...F67760660
0 ETH0.00614612131.71865178
Enter Z3ro150466952022-06-29 20:08:37750 days ago1656533317IN
0x6e3565b5...F67760660
0.1 ETH0.0227916698.57346307
Enter Z3ro150466652022-06-29 20:00:10750 days ago1656532810IN
0x6e3565b5...F67760660
0.1 ETH0.0214896992.94246802
Enter Z3ro150466582022-06-29 19:57:53750 days ago1656532673IN
0x6e3565b5...F67760660
0.3 ETH0.0163139767.14760071
View all transactions

Latest 3 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
150777642022-07-04 18:49:02745 days ago1656960542
0x6e3565b5...F67760660
8.6 ETH
150461762022-06-29 17:49:00750 days ago1656524940
0x6e3565b5...F67760660
 Contract Creation0 ETH
150461762022-06-29 17:49:00750 days ago1656524940
0x6e3565b5...F67760660
 Contract Creation0 ETH
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Z3roIdentity

Compiler Version
v0.8.13+commit.abaa5c0e

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 12 : Z3roIdentity.sol
// SPDX-License-Identifier: MIT

pragma solidity 0.8.13;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "erc721a/contracts/ERC721A.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";

import "./Z3roOwnership.sol";
import "./Z3roUtility.sol";

contract Z3roIdentity is Ownable, ERC721A, ReentrancyGuard {
    using ECDSA for bytes32;

    address public immutable contractOwner;
    address private immutable multiSig;
    uint256 public STAGE_MAX_SUPPLY_1;
    uint256 public STAGE_MAX_SUPPLY_2;
    uint256 public STAGE_MAX_SUPPLY_3;

    string private baseTokenURI;

    bytes32 public whitelist;
    bytes32 public freelist;

    struct Configs {
        bool revealed;
        bool onlyWhitelist;
        bool allowFl;
        uint8 stage;
        uint8 max_wallet_sets;
        uint8 max_wallet_sets_2;
        uint8 max_wallet_sets_3;
        uint8 max_fl_sets;
        uint16 max_wl_supply;
        uint256 mint_cost;
    }

    Configs public configs;

    Z3roOwnership public z3roOwnership;
    Z3roUtility public z3roUtility;

    constructor(
        uint256 stageSupply,
        uint8 maxWalletSets,
        address _multiSig
    ) ERC721A("z3rocollective", "Z3RO") {
        contractOwner = _msgSenderERC721A();
        STAGE_MAX_SUPPLY_1 = stageSupply;

        multiSig = _multiSig;

        z3roOwnership = new Z3roOwnership(address(this), multiSig);
        z3roUtility = new Z3roUtility(address(this), multiSig);

        configs = Configs(
            false, // revealed
            true, // onlyWhitelist
            true, // allowFl
            1, // stage
            maxWalletSets, // max_wallet_sets
            0, // max_wallet_sets_2
            0, // max_wallet_sets_3
            1, // max_fl_sets
            1111, // max_wl_supply
            0.1 ether // mint_cost
        );

        emit zo(address(z3roOwnership));
        emit zu(address(z3roUtility));
    }

    /* EVENTS & MODIFIERS*/
    event minted(address to, uint256 qty);

    event zo(address zo);
    event zu(address zu);

    modifier isUser() {
        require(
            tx.origin == _msgSenderERC721A(),
            "The caller is another contract, must be user."
        );
        _;
    }

    function stage1Owned() internal view returns (uint256 counter) {
        for (uint256 i = 0; i < STAGE_MAX_SUPPLY_1; i++) {
            if (ownerOf(i) == _msgSenderERC721A()) {
                counter++;
            }
        }
    }

    function stage1and2Owned() internal view returns (uint256 counter) {
        for (uint256 i = 0; i < STAGE_MAX_SUPPLY_1 + STAGE_MAX_SUPPLY_2; i++) {
            if (ownerOf(i) == _msgSenderERC721A()) {
                counter++;
            }
        }
    }

    modifier isEligibleMint(uint256 batchQty) {
        require(configs.revealed, "Not revealed yet.");

        /* Configs sanity check */
        require(configs.stage > 0, "Minting not started yet.");
        require(configs.mint_cost > 0, "Awkward...");
        require(configs.max_wallet_sets > 0, "Max wallet sets not defined.");
        require(configs.max_wl_supply > 0, "Max Whitelist supply not defined.");

        if (configs.stage == 1) {
            // there is a limit to the supply
            require(
                _totalMinted() + batchQty <= STAGE_MAX_SUPPLY_1,
                "Stage 1 sold out"
            );
        } else if (configs.stage == 2) {
            require(
                _totalMinted() + batchQty <=
                    STAGE_MAX_SUPPLY_1 + STAGE_MAX_SUPPLY_2,
                "Stage 2 sold out"
            );
        } else if (configs.stage == 3) {
            require(
                _totalMinted() + batchQty <=
                    STAGE_MAX_SUPPLY_1 +
                        STAGE_MAX_SUPPLY_2 +
                        STAGE_MAX_SUPPLY_3,
                "Stage 3 sold out"
            );
        }
        _;
    }

    modifier isEligibleMintFl(uint256 batchQty) {
        require(configs.revealed, "Not revealed yet.");

        if (configs.stage == 1) {
            // there is a limit to the supply
            require(
                _totalMinted() + batchQty <= STAGE_MAX_SUPPLY_1,
                "Stage 1 sold out"
            );
        } else if (configs.stage == 2) {
            require(
                _totalMinted() + batchQty <=
                    STAGE_MAX_SUPPLY_1 + STAGE_MAX_SUPPLY_2,
                "Stage 2 sold out"
            );
        } else if (configs.stage == 3) {
            require(
                _totalMinted() + batchQty <=
                    STAGE_MAX_SUPPLY_1 +
                        STAGE_MAX_SUPPLY_2 +
                        STAGE_MAX_SUPPLY_3,
                "Stage 3 sold out"
            );
        }
        _;
    }

    modifier isOnList(
        uint256 batchQty,
        bytes32[] calldata proof,
        bytes32 leaf
    ) {
        if (configs.onlyWhitelist) {
            require(whitelist != "", "wl root not set");
            require(
                _totalMinted() + batchQty <= configs.max_wl_supply,
                "You tried to mint more than the currently available supply."
            );

            require(
                MerkleProof.verify(proof, whitelist, leaf),
                "You are not on the whitelist"
            );
        }
        _;
    }

    modifier isAllowFl(
        uint256 batchQty,
        bytes32[] calldata proof,
        bytes32 leaf
    ) {
        require(configs.allowFl);
        require(freelist != "", "fl root not set");
        require(_totalMinted() + batchQty <= configs.max_fl_sets);
        require(
            MerkleProof.verify(proof, freelist, leaf),
            "You are not on the fl"
        );
        _;
    }

    modifier isUnderWalletLimit(uint256 batchQty) {
        if (configs.stage == 1) {
            // user cannot go over max mints per wallet
            require(
                batchQty + _numberMinted(_msgSenderERC721A()) <=
                    configs.max_wallet_sets,
                "Tried to mint more than permited per wallet"
            );
        } else if (configs.stage == 2) {
            // check amout of tokens between 0 <= STAGE_MAX_SUPPLY_1
            uint256 previousMints = stage1Owned();
            require(
                (batchQty + _numberMinted(_msgSenderERC721A())) -
                    previousMints <=
                    configs.max_wallet_sets_2,
                "Tried to mint more than permited per wallet"
            );
        } else if (configs.stage == 3) {
            // check amout of tokens between 0 <= STAGE_MAX_SUPPLY_1 + STAGE_MAX_SUPPLY_2
            uint256 previousMints = stage1and2Owned();
            require(
                (batchQty + _numberMinted(_msgSenderERC721A())) -
                    previousMints <=
                    configs.max_wallet_sets_3,
                "Tried to mint more than permited per wallet"
            );
        }
        _;
    }

    /* FUNCTIONS */

    /* external */
    function enterZ3ro(
        uint256 qty,
        bytes32[] calldata proof,
        bytes32 leaf
    )
        external
        payable
        nonReentrant
        isUser
        isEligibleMint(qty)
        isUnderWalletLimit(qty)
        isOnList(qty, proof, leaf)
    {
        require(msg.value >= configs.mint_cost, "Not enough eth sent");
        //mint Identity
        _safeMint(_msgSenderERC721A(), qty);
        //mint Ownership
        Z3roOwnership(z3roOwnership).identifyZ3ro(qty);
        //mint Utility
        Z3roUtility(z3roUtility).useZ3ro(qty);

        emit minted(_msgSenderERC721A(), qty);
    }

    function enterZ3rofl(
        uint256 qty,
        bytes32[] calldata proof,
        bytes32 leaf
    )
        external
        nonReentrant
        isUser
        isEligibleMintFl(qty)
        isUnderWalletLimit(qty)
        isAllowFl(qty, proof, leaf)
    {
        //mint Identity
        _safeMint(_msgSenderERC721A(), qty);
        //mint Ownership
        Z3roOwnership(z3roOwnership).identifyZ3ro(qty);
        //mint Utility
        Z3roUtility(z3roUtility).useZ3ro(qty);

        emit minted(_msgSenderERC721A(), qty);
    }

    /* GETTERS AND SETTERS */

    function setBaseURI(string calldata baseURI) external onlyOwner {
        baseTokenURI = baseURI;
    }

    function setRevealed(bool isRevealed) external onlyOwner {
        configs.revealed = isRevealed;
    }

    function setOnlyWhitelist(bool isOnlyWl) external onlyOwner {
        configs.onlyWhitelist = isOnlyWl;
    }

    function setStage(uint8 stage) external onlyOwner {
        configs.stage = stage;
    }

    function setStageSupply1(uint256 supply) external onlyOwner {
        require(configs.stage == 1);
        STAGE_MAX_SUPPLY_1 = supply;
    }

    function setStageSupply2(uint256 supply) external onlyOwner {
        require(configs.stage == 2);
        STAGE_MAX_SUPPLY_2 = supply;
    }

    function setStageSupply3(uint256 supply) external onlyOwner {
        require(configs.stage == 3);
        STAGE_MAX_SUPPLY_3 = supply;
    }

    function setMaxWalletSets(uint8 max) external onlyOwner {
        configs.max_wallet_sets = max;
    }

    function setMaxWalletSets2(uint8 max) external onlyOwner {
        configs.max_wallet_sets_2 = max;
    }

    function setMaxWalletSets3(uint8 max) external onlyOwner {
        configs.max_wallet_sets_3 = max;
    }

    function setMaxWlSupply(uint16 max) external onlyOwner {
        configs.max_wl_supply = max;
    }

    function setMintCost(uint256 cost) external onlyOwner {
        configs.mint_cost = cost;
    }

    function setWhitelistMerkleRoot(bytes32 root) external onlyOwner {
        whitelist = root;
    }

    function setFlMerkleRoot(bytes32 root) external onlyOwner {
        freelist = root;
    }

    function setAllowFl(bool allow) external onlyOwner {
        configs.allowFl = allow;
    }

    function withdrawFunds() external nonReentrant onlyOwner {
        (bool success, ) = payable(multiSig).call{value: address(this).balance}(
            ""
        );
        require(success, "Transfer failed.");
    }

    function getZ3roOwnership() external view returns (Z3roOwnership) {
        return z3roOwnership;
    }

    function getZ3roUtility() external view returns (Z3roUtility) {
        return z3roUtility;
    }

    function getRevealed() external view returns (bool) {
        return configs.revealed;
    }

    function getStage() external view returns (uint8) {
        return configs.stage;
    }

    function getTotalMinted() external view returns (uint256) {
        return _totalMinted();
    }

    function totalBurned() external view returns (uint256) {
        return _totalBurned();
    }

    function numberBurned(address owner) external view returns (uint256) {
        return _numberBurned(owner);
    }

    function burn(uint256 tokenId) external {
        _burn(tokenId, true);
    }

    /* internal */
    function _baseURI() internal view virtual override returns (string memory) {
        return baseTokenURI;
    }
}

File 2 of 12 : Ownable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)

pragma solidity ^0.8.0;

import "../utils/Context.sol";

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

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

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

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

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

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

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

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

File 3 of 12 : ReentrancyGuard.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol)

pragma solidity ^0.8.0;

/**
 * @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() {
        _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 making 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 4 of 12 : ERC721A.sol
// SPDX-License-Identifier: MIT
// ERC721A Contracts v4.0.0
// Creator: Chiru Labs

pragma solidity ^0.8.4;

import './IERC721A.sol';

/**
 * @dev ERC721 token receiver interface.
 */
interface ERC721A__IERC721Receiver {
    function onERC721Received(
        address operator,
        address from,
        uint256 tokenId,
        bytes calldata data
    ) external returns (bytes4);
}

/**
 * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including
 * the Metadata extension. Built to optimize for lower gas during batch mints.
 *
 * Assumes serials are sequentially minted starting at _startTokenId() (defaults to 0, e.g. 0, 1, 2, 3..).
 *
 * Assumes that an owner cannot have more than 2**64 - 1 (max value of uint64) of supply.
 *
 * Assumes that the maximum token id cannot exceed 2**256 - 1 (max value of uint256).
 */
contract ERC721A is IERC721A {
    // Mask of an entry in packed address data.
    uint256 private constant BITMASK_ADDRESS_DATA_ENTRY = (1 << 64) - 1;

    // The bit position of `numberMinted` in packed address data.
    uint256 private constant BITPOS_NUMBER_MINTED = 64;

    // The bit position of `numberBurned` in packed address data.
    uint256 private constant BITPOS_NUMBER_BURNED = 128;

    // The bit position of `aux` in packed address data.
    uint256 private constant BITPOS_AUX = 192;

    // Mask of all 256 bits in packed address data except the 64 bits for `aux`.
    uint256 private constant BITMASK_AUX_COMPLEMENT = (1 << 192) - 1;

    // The bit position of `startTimestamp` in packed ownership.
    uint256 private constant BITPOS_START_TIMESTAMP = 160;

    // The bit mask of the `burned` bit in packed ownership.
    uint256 private constant BITMASK_BURNED = 1 << 224;
    
    // The bit position of the `nextInitialized` bit in packed ownership.
    uint256 private constant BITPOS_NEXT_INITIALIZED = 225;

    // The bit mask of the `nextInitialized` bit in packed ownership.
    uint256 private constant BITMASK_NEXT_INITIALIZED = 1 << 225;

    // The tokenId of the next token to be minted.
    uint256 private _currentIndex;

    // The number of tokens burned.
    uint256 private _burnCounter;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    // Mapping from token ID to ownership details
    // An empty struct value does not necessarily mean the token is unowned.
    // See `_packedOwnershipOf` implementation for details.
    //
    // Bits Layout:
    // - [0..159]   `addr`
    // - [160..223] `startTimestamp`
    // - [224]      `burned`
    // - [225]      `nextInitialized`
    mapping(uint256 => uint256) private _packedOwnerships;

    // Mapping owner address to address data.
    //
    // Bits Layout:
    // - [0..63]    `balance`
    // - [64..127]  `numberMinted`
    // - [128..191] `numberBurned`
    // - [192..255] `aux`
    mapping(address => uint256) private _packedAddressData;

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

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

    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
        _currentIndex = _startTokenId();
    }

    /**
     * @dev Returns the starting token ID. 
     * To change the starting token ID, please override this function.
     */
    function _startTokenId() internal view virtual returns (uint256) {
        return 0;
    }

    /**
     * @dev Returns the next token ID to be minted.
     */
    function _nextTokenId() internal view returns (uint256) {
        return _currentIndex;
    }

    /**
     * @dev Returns the total number of tokens in existence.
     * Burned tokens will reduce the count. 
     * To get the total number of tokens minted, please see `_totalMinted`.
     */
    function totalSupply() public view override returns (uint256) {
        // Counter underflow is impossible as _burnCounter cannot be incremented
        // more than `_currentIndex - _startTokenId()` times.
        unchecked {
            return _currentIndex - _burnCounter - _startTokenId();
        }
    }

    /**
     * @dev Returns the total amount of tokens minted in the contract.
     */
    function _totalMinted() internal view returns (uint256) {
        // Counter underflow is impossible as _currentIndex does not decrement,
        // and it is initialized to `_startTokenId()`
        unchecked {
            return _currentIndex - _startTokenId();
        }
    }

    /**
     * @dev Returns the total number of tokens burned.
     */
    function _totalBurned() internal view returns (uint256) {
        return _burnCounter;
    }

    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        // The interface IDs are constants representing the first 4 bytes of the XOR of
        // all function selectors in the interface. See: https://eips.ethereum.org/EIPS/eip-165
        // e.g. `bytes4(i.functionA.selector ^ i.functionB.selector ^ ...)`
        return
            interfaceId == 0x01ffc9a7 || // ERC165 interface ID for ERC165.
            interfaceId == 0x80ac58cd || // ERC165 interface ID for ERC721.
            interfaceId == 0x5b5e139f; // ERC165 interface ID for ERC721Metadata.
    }

    /**
     * @dev See {IERC721-balanceOf}.
     */
    function balanceOf(address owner) public view override returns (uint256) {
        if (owner == address(0)) revert BalanceQueryForZeroAddress();
        return _packedAddressData[owner] & BITMASK_ADDRESS_DATA_ENTRY;
    }

    /**
     * Returns the number of tokens minted by `owner`.
     */
    function _numberMinted(address owner) internal view returns (uint256) {
        return (_packedAddressData[owner] >> BITPOS_NUMBER_MINTED) & BITMASK_ADDRESS_DATA_ENTRY;
    }

    /**
     * Returns the number of tokens burned by or on behalf of `owner`.
     */
    function _numberBurned(address owner) internal view returns (uint256) {
        return (_packedAddressData[owner] >> BITPOS_NUMBER_BURNED) & BITMASK_ADDRESS_DATA_ENTRY;
    }

    /**
     * Returns the auxillary data for `owner`. (e.g. number of whitelist mint slots used).
     */
    function _getAux(address owner) internal view returns (uint64) {
        return uint64(_packedAddressData[owner] >> BITPOS_AUX);
    }

    /**
     * Sets the auxillary data for `owner`. (e.g. number of whitelist mint slots used).
     * If there are multiple variables, please pack them into a uint64.
     */
    function _setAux(address owner, uint64 aux) internal {
        uint256 packed = _packedAddressData[owner];
        uint256 auxCasted;
        assembly { // Cast aux without masking.
            auxCasted := aux
        }
        packed = (packed & BITMASK_AUX_COMPLEMENT) | (auxCasted << BITPOS_AUX);
        _packedAddressData[owner] = packed;
    }

    /**
     * Returns the packed ownership data of `tokenId`.
     */
    function _packedOwnershipOf(uint256 tokenId) private view returns (uint256) {
        uint256 curr = tokenId;

        unchecked {
            if (_startTokenId() <= curr)
                if (curr < _currentIndex) {
                    uint256 packed = _packedOwnerships[curr];
                    // If not burned.
                    if (packed & BITMASK_BURNED == 0) {
                        // Invariant:
                        // There will always be an ownership that has an address and is not burned
                        // before an ownership that does not have an address and is not burned.
                        // Hence, curr will not underflow.
                        //
                        // We can directly compare the packed value.
                        // If the address is zero, packed is zero.
                        while (packed == 0) {
                            packed = _packedOwnerships[--curr];
                        }
                        return packed;
                    }
                }
        }
        revert OwnerQueryForNonexistentToken();
    }

    /**
     * Returns the unpacked `TokenOwnership` struct from `packed`.
     */
    function _unpackedOwnership(uint256 packed) private pure returns (TokenOwnership memory ownership) {
        ownership.addr = address(uint160(packed));
        ownership.startTimestamp = uint64(packed >> BITPOS_START_TIMESTAMP);
        ownership.burned = packed & BITMASK_BURNED != 0;
    }

    /**
     * Returns the unpacked `TokenOwnership` struct at `index`.
     */
    function _ownershipAt(uint256 index) internal view returns (TokenOwnership memory) {
        return _unpackedOwnership(_packedOwnerships[index]);
    }

    /**
     * @dev Initializes the ownership slot minted at `index` for efficiency purposes.
     */
    function _initializeOwnershipAt(uint256 index) internal {
        if (_packedOwnerships[index] == 0) {
            _packedOwnerships[index] = _packedOwnershipOf(index);
        }
    }

    /**
     * Gas spent here starts off proportional to the maximum mint batch size.
     * It gradually moves to O(1) as tokens get transferred around in the collection over time.
     */
    function _ownershipOf(uint256 tokenId) internal view returns (TokenOwnership memory) {
        return _unpackedOwnership(_packedOwnershipOf(tokenId));
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view override returns (address) {
        return address(uint160(_packedOwnershipOf(tokenId)));
    }

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

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

    /**
     * @dev See {IERC721Metadata-tokenURI}.
     */
    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
        if (!_exists(tokenId)) revert URIQueryForNonexistentToken();

        string memory baseURI = _baseURI();
        return bytes(baseURI).length != 0 ? string(abi.encodePacked(baseURI, _toString(tokenId))) : '';
    }

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

    /**
     * @dev Casts the address to uint256 without masking.
     */
    function _addressToUint256(address value) private pure returns (uint256 result) {
        assembly {
            result := value
        }
    }

    /**
     * @dev Casts the boolean to uint256 without branching.
     */
    function _boolToUint256(bool value) private pure returns (uint256 result) {
        assembly {
            result := value
        }
    }

    /**
     * @dev See {IERC721-approve}.
     */
    function approve(address to, uint256 tokenId) public override {
        address owner = address(uint160(_packedOwnershipOf(tokenId)));
        if (to == owner) revert ApprovalToCurrentOwner();

        if (_msgSenderERC721A() != owner)
            if (!isApprovedForAll(owner, _msgSenderERC721A())) {
                revert ApprovalCallerNotOwnerNorApproved();
            }

        _tokenApprovals[tokenId] = to;
        emit Approval(owner, to, tokenId);
    }

    /**
     * @dev See {IERC721-getApproved}.
     */
    function getApproved(uint256 tokenId) public view override returns (address) {
        if (!_exists(tokenId)) revert ApprovalQueryForNonexistentToken();

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        if (operator == _msgSenderERC721A()) revert ApproveToCaller();

        _operatorApprovals[_msgSenderERC721A()][operator] = approved;
        emit ApprovalForAll(_msgSenderERC721A(), operator, approved);
    }

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

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

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

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) public virtual override {
        _transfer(from, to, tokenId);
        if (to.code.length != 0)
            if (!_checkContractOnERC721Received(from, to, tokenId, _data)) {
                revert TransferToNonERC721ReceiverImplementer();
            }
    }

    /**
     * @dev Returns whether `tokenId` exists.
     *
     * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}.
     *
     * Tokens start existing when they are minted (`_mint`),
     */
    function _exists(uint256 tokenId) internal view returns (bool) {
        return
            _startTokenId() <= tokenId &&
            tokenId < _currentIndex && // If within bounds,
            _packedOwnerships[tokenId] & BITMASK_BURNED == 0; // and not burned.
    }

    /**
     * @dev Equivalent to `_safeMint(to, quantity, '')`.
     */
    function _safeMint(address to, uint256 quantity) internal {
        _safeMint(to, quantity, '');
    }

    /**
     * @dev Safely mints `quantity` tokens and transfers them to `to`.
     *
     * Requirements:
     *
     * - If `to` refers to a smart contract, it must implement
     *   {IERC721Receiver-onERC721Received}, which is called for each safe transfer.
     * - `quantity` must be greater than 0.
     *
     * Emits a {Transfer} event.
     */
    function _safeMint(
        address to,
        uint256 quantity,
        bytes memory _data
    ) internal {
        uint256 startTokenId = _currentIndex;
        if (to == address(0)) revert MintToZeroAddress();
        if (quantity == 0) revert MintZeroQuantity();

        _beforeTokenTransfers(address(0), to, startTokenId, quantity);

        // Overflows are incredibly unrealistic.
        // balance or numberMinted overflow if current value of either + quantity > 1.8e19 (2**64) - 1
        // updatedIndex overflows if _currentIndex + quantity > 1.2e77 (2**256) - 1
        unchecked {
            // Updates:
            // - `balance += quantity`.
            // - `numberMinted += quantity`.
            //
            // We can directly add to the balance and number minted.
            _packedAddressData[to] += quantity * ((1 << BITPOS_NUMBER_MINTED) | 1);

            // Updates:
            // - `address` to the owner.
            // - `startTimestamp` to the timestamp of minting.
            // - `burned` to `false`.
            // - `nextInitialized` to `quantity == 1`.
            _packedOwnerships[startTokenId] =
                _addressToUint256(to) |
                (block.timestamp << BITPOS_START_TIMESTAMP) |
                (_boolToUint256(quantity == 1) << BITPOS_NEXT_INITIALIZED);

            uint256 updatedIndex = startTokenId;
            uint256 end = updatedIndex + quantity;

            if (to.code.length != 0) {
                do {
                    emit Transfer(address(0), to, updatedIndex);
                    if (!_checkContractOnERC721Received(address(0), to, updatedIndex++, _data)) {
                        revert TransferToNonERC721ReceiverImplementer();
                    }
                } while (updatedIndex < end);
                // Reentrancy protection
                if (_currentIndex != startTokenId) revert();
            } else {
                do {
                    emit Transfer(address(0), to, updatedIndex++);
                } while (updatedIndex < end);
            }
            _currentIndex = updatedIndex;
        }
        _afterTokenTransfers(address(0), to, startTokenId, quantity);
    }

    /**
     * @dev Mints `quantity` tokens and transfers them to `to`.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `quantity` must be greater than 0.
     *
     * Emits a {Transfer} event.
     */
    function _mint(address to, uint256 quantity) internal {
        uint256 startTokenId = _currentIndex;
        if (to == address(0)) revert MintToZeroAddress();
        if (quantity == 0) revert MintZeroQuantity();

        _beforeTokenTransfers(address(0), to, startTokenId, quantity);

        // Overflows are incredibly unrealistic.
        // balance or numberMinted overflow if current value of either + quantity > 1.8e19 (2**64) - 1
        // updatedIndex overflows if _currentIndex + quantity > 1.2e77 (2**256) - 1
        unchecked {
            // Updates:
            // - `balance += quantity`.
            // - `numberMinted += quantity`.
            //
            // We can directly add to the balance and number minted.
            _packedAddressData[to] += quantity * ((1 << BITPOS_NUMBER_MINTED) | 1);

            // Updates:
            // - `address` to the owner.
            // - `startTimestamp` to the timestamp of minting.
            // - `burned` to `false`.
            // - `nextInitialized` to `quantity == 1`.
            _packedOwnerships[startTokenId] =
                _addressToUint256(to) |
                (block.timestamp << BITPOS_START_TIMESTAMP) |
                (_boolToUint256(quantity == 1) << BITPOS_NEXT_INITIALIZED);

            uint256 updatedIndex = startTokenId;
            uint256 end = updatedIndex + quantity;

            do {
                emit Transfer(address(0), to, updatedIndex++);
            } while (updatedIndex < end);

            _currentIndex = updatedIndex;
        }
        _afterTokenTransfers(address(0), to, startTokenId, quantity);
    }

    /**
     * @dev Transfers `tokenId` from `from` to `to`.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     *
     * Emits a {Transfer} event.
     */
    function _transfer(
        address from,
        address to,
        uint256 tokenId
    ) private {
        uint256 prevOwnershipPacked = _packedOwnershipOf(tokenId);

        if (address(uint160(prevOwnershipPacked)) != from) revert TransferFromIncorrectOwner();

        bool isApprovedOrOwner = (_msgSenderERC721A() == from ||
            isApprovedForAll(from, _msgSenderERC721A()) ||
            getApproved(tokenId) == _msgSenderERC721A());

        if (!isApprovedOrOwner) revert TransferCallerNotOwnerNorApproved();
        if (to == address(0)) revert TransferToZeroAddress();

        _beforeTokenTransfers(from, to, tokenId, 1);

        // Clear approvals from the previous owner.
        delete _tokenApprovals[tokenId];

        // Underflow of the sender's balance is impossible because we check for
        // ownership above and the recipient's balance can't realistically overflow.
        // Counter overflow is incredibly unrealistic as tokenId would have to be 2**256.
        unchecked {
            // We can directly increment and decrement the balances.
            --_packedAddressData[from]; // Updates: `balance -= 1`.
            ++_packedAddressData[to]; // Updates: `balance += 1`.

            // Updates:
            // - `address` to the next owner.
            // - `startTimestamp` to the timestamp of transfering.
            // - `burned` to `false`.
            // - `nextInitialized` to `true`.
            _packedOwnerships[tokenId] =
                _addressToUint256(to) |
                (block.timestamp << BITPOS_START_TIMESTAMP) |
                BITMASK_NEXT_INITIALIZED;

            // If the next slot may not have been initialized (i.e. `nextInitialized == false`) .
            if (prevOwnershipPacked & BITMASK_NEXT_INITIALIZED == 0) {
                uint256 nextTokenId = tokenId + 1;
                // If the next slot's address is zero and not burned (i.e. packed value is zero).
                if (_packedOwnerships[nextTokenId] == 0) {
                    // If the next slot is within bounds.
                    if (nextTokenId != _currentIndex) {
                        // Initialize the next slot to maintain correctness for `ownerOf(tokenId + 1)`.
                        _packedOwnerships[nextTokenId] = prevOwnershipPacked;
                    }
                }
            }
        }

        emit Transfer(from, to, tokenId);
        _afterTokenTransfers(from, to, tokenId, 1);
    }

    /**
     * @dev Equivalent to `_burn(tokenId, false)`.
     */
    function _burn(uint256 tokenId) internal virtual {
        _burn(tokenId, false);
    }

    /**
     * @dev Destroys `tokenId`.
     * The approval is cleared when the token is burned.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     *
     * Emits a {Transfer} event.
     */
    function _burn(uint256 tokenId, bool approvalCheck) internal virtual {
        uint256 prevOwnershipPacked = _packedOwnershipOf(tokenId);

        address from = address(uint160(prevOwnershipPacked));

        if (approvalCheck) {
            bool isApprovedOrOwner = (_msgSenderERC721A() == from ||
                isApprovedForAll(from, _msgSenderERC721A()) ||
                getApproved(tokenId) == _msgSenderERC721A());

            if (!isApprovedOrOwner) revert TransferCallerNotOwnerNorApproved();
        }

        _beforeTokenTransfers(from, address(0), tokenId, 1);

        // Clear approvals from the previous owner.
        delete _tokenApprovals[tokenId];

        // Underflow of the sender's balance is impossible because we check for
        // ownership above and the recipient's balance can't realistically overflow.
        // Counter overflow is incredibly unrealistic as tokenId would have to be 2**256.
        unchecked {
            // Updates:
            // - `balance -= 1`.
            // - `numberBurned += 1`.
            //
            // We can directly decrement the balance, and increment the number burned.
            // This is equivalent to `packed -= 1; packed += 1 << BITPOS_NUMBER_BURNED;`.
            _packedAddressData[from] += (1 << BITPOS_NUMBER_BURNED) - 1;

            // Updates:
            // - `address` to the last owner.
            // - `startTimestamp` to the timestamp of burning.
            // - `burned` to `true`.
            // - `nextInitialized` to `true`.
            _packedOwnerships[tokenId] =
                _addressToUint256(from) |
                (block.timestamp << BITPOS_START_TIMESTAMP) |
                BITMASK_BURNED | 
                BITMASK_NEXT_INITIALIZED;

            // If the next slot may not have been initialized (i.e. `nextInitialized == false`) .
            if (prevOwnershipPacked & BITMASK_NEXT_INITIALIZED == 0) {
                uint256 nextTokenId = tokenId + 1;
                // If the next slot's address is zero and not burned (i.e. packed value is zero).
                if (_packedOwnerships[nextTokenId] == 0) {
                    // If the next slot is within bounds.
                    if (nextTokenId != _currentIndex) {
                        // Initialize the next slot to maintain correctness for `ownerOf(tokenId + 1)`.
                        _packedOwnerships[nextTokenId] = prevOwnershipPacked;
                    }
                }
            }
        }

        emit Transfer(from, address(0), tokenId);
        _afterTokenTransfers(from, address(0), tokenId, 1);

        // Overflow not possible, as _burnCounter cannot be exceed _currentIndex times.
        unchecked {
            _burnCounter++;
        }
    }

    /**
     * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target contract.
     *
     * @param from address representing the previous owner of the given token ID
     * @param to target address that will receive the tokens
     * @param tokenId uint256 ID of the token to be transferred
     * @param _data bytes optional data to send along with the call
     * @return bool whether the call correctly returned the expected magic value
     */
    function _checkContractOnERC721Received(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) private returns (bool) {
        try ERC721A__IERC721Receiver(to).onERC721Received(_msgSenderERC721A(), from, tokenId, _data) returns (
            bytes4 retval
        ) {
            return retval == ERC721A__IERC721Receiver(to).onERC721Received.selector;
        } catch (bytes memory reason) {
            if (reason.length == 0) {
                revert TransferToNonERC721ReceiverImplementer();
            } else {
                assembly {
                    revert(add(32, reason), mload(reason))
                }
            }
        }
    }

    /**
     * @dev Hook that is called before a set of serially-ordered token ids are about to be transferred. This includes minting.
     * And also called before burning one token.
     *
     * startTokenId - the first token id to be transferred
     * quantity - the amount to be transferred
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, `from`'s `tokenId` will be
     * transferred to `to`.
     * - When `from` is zero, `tokenId` will be minted for `to`.
     * - When `to` is zero, `tokenId` will be burned by `from`.
     * - `from` and `to` are never both zero.
     */
    function _beforeTokenTransfers(
        address from,
        address to,
        uint256 startTokenId,
        uint256 quantity
    ) internal virtual {}

    /**
     * @dev Hook that is called after a set of serially-ordered token ids have been transferred. This includes
     * minting.
     * And also called after one token has been burned.
     *
     * startTokenId - the first token id to be transferred
     * quantity - the amount to be transferred
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, `from`'s `tokenId` has been
     * transferred to `to`.
     * - When `from` is zero, `tokenId` has been minted for `to`.
     * - When `to` is zero, `tokenId` has been burned by `from`.
     * - `from` and `to` are never both zero.
     */
    function _afterTokenTransfers(
        address from,
        address to,
        uint256 startTokenId,
        uint256 quantity
    ) internal virtual {}

    /**
     * @dev Returns the message sender (defaults to `msg.sender`).
     *
     * If you are writing GSN compatible contracts, you need to override this function.
     */
    function _msgSenderERC721A() internal view virtual returns (address) {
        return msg.sender;
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` decimal representation.
     */
    function _toString(uint256 value) internal pure returns (string memory ptr) {
        assembly {
            // The maximum value of a uint256 contains 78 digits (1 byte per digit), 
            // but we allocate 128 bytes to keep the free memory pointer 32-byte word aliged.
            // We will need 1 32-byte word to store the length, 
            // and 3 32-byte words to store a maximum of 78 digits. Total: 32 + 3 * 32 = 128.
            ptr := add(mload(0x40), 128)
            // Update the free memory pointer to allocate.
            mstore(0x40, ptr)

            // Cache the end of the memory to calculate the length later.
            let end := ptr

            // We write the string from the rightmost digit to the leftmost digit.
            // The following is essentially a do-while loop that also handles the zero case.
            // Costs a bit more than early returning for the zero case,
            // but cheaper in terms of deployment and overall runtime costs.
            for { 
                // Initialize and perform the first pass without check.
                let temp := value
                // Move the pointer 1 byte leftwards to point to an empty character slot.
                ptr := sub(ptr, 1)
                // Write the character to the pointer. 48 is the ASCII index of '0'.
                mstore8(ptr, add(48, mod(temp, 10)))
                temp := div(temp, 10)
            } temp { 
                // Keep dividing `temp` until zero.
                temp := div(temp, 10)
            } { // Body of the for loop.
                ptr := sub(ptr, 1)
                mstore8(ptr, add(48, mod(temp, 10)))
            }
            
            let length := sub(end, ptr)
            // Move the pointer 32 bytes leftwards to make room for the length.
            ptr := sub(ptr, 32)
            // Store the length.
            mstore(ptr, length)
        }
    }
}

File 5 of 12 : ECDSA.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (utils/cryptography/ECDSA.sol)

pragma solidity ^0.8.0;

import "../Strings.sol";

/**
 * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.
 *
 * These functions can be used to verify that a message was signed by the holder
 * of the private keys of a given address.
 */
library ECDSA {
    enum RecoverError {
        NoError,
        InvalidSignature,
        InvalidSignatureLength,
        InvalidSignatureS,
        InvalidSignatureV
    }

    function _throwError(RecoverError error) private pure {
        if (error == RecoverError.NoError) {
            return; // no error: do nothing
        } else if (error == RecoverError.InvalidSignature) {
            revert("ECDSA: invalid signature");
        } else if (error == RecoverError.InvalidSignatureLength) {
            revert("ECDSA: invalid signature length");
        } else if (error == RecoverError.InvalidSignatureS) {
            revert("ECDSA: invalid signature 's' value");
        } else if (error == RecoverError.InvalidSignatureV) {
            revert("ECDSA: invalid signature 'v' value");
        }
    }

    /**
     * @dev Returns the address that signed a hashed message (`hash`) with
     * `signature` or error string. This address can then be used for verification purposes.
     *
     * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:
     * this function rejects them by requiring the `s` value to be in the lower
     * half order, and the `v` value to be either 27 or 28.
     *
     * IMPORTANT: `hash` _must_ be the result of a hash operation for the
     * verification to be secure: it is possible to craft signatures that
     * recover to arbitrary addresses for non-hashed data. A safe way to ensure
     * this is by receiving a hash of the original message (which may otherwise
     * be too long), and then calling {toEthSignedMessageHash} on it.
     *
     * Documentation for signature generation:
     * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]
     * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]
     *
     * _Available since v4.3._
     */
    function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) {
        // Check the signature length
        // - case 65: r,s,v signature (standard)
        // - case 64: r,vs signature (cf https://eips.ethereum.org/EIPS/eip-2098) _Available since v4.1._
        if (signature.length == 65) {
            bytes32 r;
            bytes32 s;
            uint8 v;
            // ecrecover takes the signature parameters, and the only way to get them
            // currently is to use assembly.
            assembly {
                r := mload(add(signature, 0x20))
                s := mload(add(signature, 0x40))
                v := byte(0, mload(add(signature, 0x60)))
            }
            return tryRecover(hash, v, r, s);
        } else if (signature.length == 64) {
            bytes32 r;
            bytes32 vs;
            // ecrecover takes the signature parameters, and the only way to get them
            // currently is to use assembly.
            assembly {
                r := mload(add(signature, 0x20))
                vs := mload(add(signature, 0x40))
            }
            return tryRecover(hash, r, vs);
        } else {
            return (address(0), RecoverError.InvalidSignatureLength);
        }
    }

    /**
     * @dev Returns the address that signed a hashed message (`hash`) with
     * `signature`. This address can then be used for verification purposes.
     *
     * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:
     * this function rejects them by requiring the `s` value to be in the lower
     * half order, and the `v` value to be either 27 or 28.
     *
     * IMPORTANT: `hash` _must_ be the result of a hash operation for the
     * verification to be secure: it is possible to craft signatures that
     * recover to arbitrary addresses for non-hashed data. A safe way to ensure
     * this is by receiving a hash of the original message (which may otherwise
     * be too long), and then calling {toEthSignedMessageHash} on it.
     */
    function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {
        (address recovered, RecoverError error) = tryRecover(hash, signature);
        _throwError(error);
        return recovered;
    }

    /**
     * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.
     *
     * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]
     *
     * _Available since v4.3._
     */
    function tryRecover(
        bytes32 hash,
        bytes32 r,
        bytes32 vs
    ) internal pure returns (address, RecoverError) {
        bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff);
        uint8 v = uint8((uint256(vs) >> 255) + 27);
        return tryRecover(hash, v, r, s);
    }

    /**
     * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.
     *
     * _Available since v4.2._
     */
    function recover(
        bytes32 hash,
        bytes32 r,
        bytes32 vs
    ) internal pure returns (address) {
        (address recovered, RecoverError error) = tryRecover(hash, r, vs);
        _throwError(error);
        return recovered;
    }

    /**
     * @dev Overload of {ECDSA-tryRecover} that receives the `v`,
     * `r` and `s` signature fields separately.
     *
     * _Available since v4.3._
     */
    function tryRecover(
        bytes32 hash,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) internal pure returns (address, RecoverError) {
        // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature
        // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines
        // the valid range for s in (301): 0 < s < secp256k1n ÷ 2 + 1, and for v in (302): v ∈ {27, 28}. Most
        // signatures from current libraries generate a unique signature with an s-value in the lower half order.
        //
        // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value
        // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or
        // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept
        // these malleable signatures as well.
        if (uint256(s) > 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0) {
            return (address(0), RecoverError.InvalidSignatureS);
        }
        if (v != 27 && v != 28) {
            return (address(0), RecoverError.InvalidSignatureV);
        }

        // If the signature is valid (and not malleable), return the signer address
        address signer = ecrecover(hash, v, r, s);
        if (signer == address(0)) {
            return (address(0), RecoverError.InvalidSignature);
        }

        return (signer, RecoverError.NoError);
    }

    /**
     * @dev Overload of {ECDSA-recover} that receives the `v`,
     * `r` and `s` signature fields separately.
     */
    function recover(
        bytes32 hash,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) internal pure returns (address) {
        (address recovered, RecoverError error) = tryRecover(hash, v, r, s);
        _throwError(error);
        return recovered;
    }

    /**
     * @dev Returns an Ethereum Signed Message, created from a `hash`. This
     * produces hash corresponding to the one signed with the
     * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]
     * JSON-RPC method as part of EIP-191.
     *
     * See {recover}.
     */
    function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32) {
        // 32 is the length in bytes of hash,
        // enforced by the type signature above
        return keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n32", hash));
    }

    /**
     * @dev Returns an Ethereum Signed Message, created from `s`. This
     * produces hash corresponding to the one signed with the
     * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]
     * JSON-RPC method as part of EIP-191.
     *
     * See {recover}.
     */
    function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) {
        return keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n", Strings.toString(s.length), s));
    }

    /**
     * @dev Returns an Ethereum Signed Typed Data, created from a
     * `domainSeparator` and a `structHash`. This produces hash corresponding
     * to the one signed with the
     * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]
     * JSON-RPC method as part of EIP-712.
     *
     * See {recover}.
     */
    function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32) {
        return keccak256(abi.encodePacked("\x19\x01", domainSeparator, structHash));
    }
}

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

pragma solidity ^0.8.0;

/**
 * @dev These functions deal with verification of Merkle Trees proofs.
 *
 * The proofs can be generated using the JavaScript library
 * https://github.com/miguelmota/merkletreejs[merkletreejs].
 * Note: the hashing algorithm should be keccak256 and pair sorting should be enabled.
 *
 * See `test/utils/cryptography/MerkleProof.test.js` for some examples.
 *
 * WARNING: You should avoid using leaf values that are 64 bytes long prior to
 * hashing, or use a hash function other than keccak256 for hashing leaves.
 * This is because the concatenation of a sorted pair of internal nodes in
 * the merkle tree could be reinterpreted as a leaf value.
 */
library MerkleProof {
    /**
     * @dev Returns true if a `leaf` can be proved to be a part of a Merkle tree
     * defined by `root`. For this, a `proof` must be provided, containing
     * sibling hashes on the branch from the leaf to the root of the tree. Each
     * pair of leaves and each pair of pre-images are assumed to be sorted.
     */
    function verify(
        bytes32[] memory proof,
        bytes32 root,
        bytes32 leaf
    ) internal pure returns (bool) {
        return processProof(proof, leaf) == root;
    }

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

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

File 7 of 12 : Z3roOwnership.sol
// SPDX-License-Identifier: MIT

pragma solidity 0.8.13;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "erc721a/contracts/ERC721A.sol";
import "erc721a/contracts/IERC721A.sol";

import "./Z3roIdentity.sol";

contract Z3roOwnership is Ownable, ERC721A, ReentrancyGuard {
    address public immutable contractOwner;
    address private immutable multiSig;
    address public z3roIdentity;

    uint256 public mintCost;

    string private baseTokenURI;

    constructor(address identity, address _multiSig)
        ERC721A("z3rocollective", "Z3RO")
    {
        z3roIdentity = identity;
        contractOwner = _msgSenderERC721A();
        multiSig = _multiSig;
    }

    /* EVENTS & MODIFIERS*/
    event ownershipMinted(address to, uint256 qty);

    modifier isZ3ro() {
        require(
            _msgSenderERC721A() == z3roIdentity,
            "The caller is not Z3RO, must be Z3roIdentity contract"
        );
        _;
    }

    modifier isEligibleMint(uint256 batchQty) {
        require(
            IERC721A(z3roIdentity).balanceOf(tx.origin) > 0,
            "You need to own Z3RO's Identity."
        );
        _;
    }

    /* FUNCTIONS */

    /* external */
    function identifyZ3ro(uint256 qty)
        external
        payable
        nonReentrant
        isZ3ro
        isEligibleMint(qty)
    {
        //mint Ownership
        _safeMint(tx.origin, qty);
        emit ownershipMinted(tx.origin, qty);
    }

    /* GETTERS AND SETTERS */
    function setBaseURI(string calldata baseURI) external onlyOwner {
        baseTokenURI = baseURI;
    }

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

    function withdrawFunds() external nonReentrant onlyOwner {
        (bool success, ) = payable(multiSig).call{
            value: address(this).balance
        }("");
        require(success, "Transfer failed.");
    }

    /* Sets the z3ro identity contract */
    function setZ3roIdentity(address identity) external onlyOwner {
        z3roIdentity = identity;
    }
}

File 8 of 12 : Z3roUtility.sol
// SPDX-License-Identifier: MIT

pragma solidity 0.8.13;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "erc721a/contracts/ERC721A.sol";
import "erc721a/contracts/IERC721A.sol";

import "./MultiSig.sol";

import "./Z3roIdentity.sol";

contract Z3roUtility is Ownable, ERC721A, ReentrancyGuard {
    address public immutable contractOwner;
    address private immutable multiSig;
    address public z3roIdentity;

    uint256 public mintCost;

    string private baseTokenURI;

    

    constructor(address identity, address _multiSig)
        ERC721A("z3rocollective", "Z3RO")
    {
        z3roIdentity = identity;
        contractOwner = _msgSenderERC721A();
        multiSig = _multiSig;
    }

    /* EVENTS & MODIFIERS*/
    event utilityMinted(address to, uint256 qty);

    modifier isZ3ro() {
        require(
            _msgSenderERC721A() == z3roIdentity,
            "The caller is not Z3RO, must be Z3roIdentity contract"
        );
        _;
    }

    modifier isEligibleMint(uint256 batchQty) {
        require(
            IERC721A(z3roIdentity).balanceOf(tx.origin) > 0,
            "You need to own Z3RO's Identity."
        );
        _;
    }

    /* FUNCTIONS */

    /* external */
    function useZ3ro(uint256 qty)
        external
        payable
        nonReentrant
        isZ3ro
        isEligibleMint(qty)
    {
        //mint Utility
        _safeMint(tx.origin, qty);
        emit utilityMinted(tx.origin, qty);
    }

    /* GETTERS AND SETTERS */
    function setBaseURI(string calldata baseURI) external onlyOwner {
        baseTokenURI = baseURI;
    }

    /* internal */
    function _baseURI() internal view virtual override returns (string memory) {
        return baseTokenURI;
    }

    function withdrawFunds() external nonReentrant onlyOwner {
        (bool success, ) = payable(multiSig).call{
            value: address(this).balance
        }("");
        require(success, "Transfer failed.");
    }

    /* Sets the z3ro identity contract */
    function setZ3roIdentity(address identity) external onlyOwner {
        z3roIdentity = identity;
    }
}

File 9 of 12 : Context.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

pragma solidity ^0.8.0;

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

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

File 10 of 12 : IERC721A.sol
// SPDX-License-Identifier: MIT
// ERC721A Contracts v4.0.0
// Creator: Chiru Labs

pragma solidity ^0.8.4;

/**
 * @dev Interface of an ERC721A compliant contract.
 */
interface IERC721A {
    /**
     * The caller must own the token or be an approved operator.
     */
    error ApprovalCallerNotOwnerNorApproved();

    /**
     * The token does not exist.
     */
    error ApprovalQueryForNonexistentToken();

    /**
     * The caller cannot approve to their own address.
     */
    error ApproveToCaller();

    /**
     * The caller cannot approve to the current owner.
     */
    error ApprovalToCurrentOwner();

    /**
     * Cannot query the balance for the zero address.
     */
    error BalanceQueryForZeroAddress();

    /**
     * Cannot mint to the zero address.
     */
    error MintToZeroAddress();

    /**
     * The quantity of tokens minted must be more than zero.
     */
    error MintZeroQuantity();

    /**
     * The token does not exist.
     */
    error OwnerQueryForNonexistentToken();

    /**
     * The caller must own the token or be an approved operator.
     */
    error TransferCallerNotOwnerNorApproved();

    /**
     * The token must be owned by `from`.
     */
    error TransferFromIncorrectOwner();

    /**
     * Cannot safely transfer to a contract that does not implement the ERC721Receiver interface.
     */
    error TransferToNonERC721ReceiverImplementer();

    /**
     * Cannot transfer to the zero address.
     */
    error TransferToZeroAddress();

    /**
     * The token does not exist.
     */
    error URIQueryForNonexistentToken();

    struct TokenOwnership {
        // The address of the owner.
        address addr;
        // Keeps track of the start time of ownership with minimal overhead for tokenomics.
        uint64 startTimestamp;
        // Whether the token has been burned.
        bool burned;
    }

    /**
     * @dev Returns the total amount of tokens stored by the contract.
     *
     * Burned tokens are calculated here, use `_totalMinted()` if you want to count just minted tokens.
     */
    function totalSupply() external view returns (uint256);

    // ==============================
    //            IERC165
    // ==============================

    /**
     * @dev Returns true if this contract implements the interface defined by
     * `interfaceId`. See the corresponding
     * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
     * to learn more about how these ids are created.
     *
     * This function call must use less than 30 000 gas.
     */
    function supportsInterface(bytes4 interfaceId) external view returns (bool);

    // ==============================
    //            IERC721
    // ==============================

    /**
     * @dev Emitted when `tokenId` token is transferred from `from` to `to`.
     */
    event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);

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

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

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

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

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

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

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

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

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

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

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

    // ==============================
    //        IERC721Metadata
    // ==============================

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

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

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

File 11 of 12 : Strings.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Strings.sol)

pragma solidity ^0.8.0;

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

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

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

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

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

File 12 of 12 : MultiSig.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;

import "./Z3roIdentity.sol";
import "./Z3roOwnership.sol";
import "./Z3roUtility.sol";

contract MultiSig {
    event Deposit(address indexed sender, uint256 amount, uint256 balance);
    event SubmitTransaction(
        address indexed owner,
        uint256 indexed txIndex,
        address indexed to,
        uint256 value,
        bytes data
    );
    event ConfirmTransaction(address indexed owner, uint256 indexed txIndex);
    event RevokeConfirmation(address indexed owner, uint256 indexed txIndex);
    event ExecuteTransaction(address indexed owner, uint256 indexed txIndex);

    address[] public owners;
    mapping(address => bool) public isOwner;
    uint256 public numConfirmationsRequired;

    address public identity;
    address public ownership;
    address public utility;

    struct Transaction {
        address to;
        uint256 value;
        bytes data;
        bool executed;
        uint256 numConfirmations;
    }

    // mapping from tx index => owner => bool
    mapping(uint256 => mapping(address => bool)) public isConfirmed;

    Transaction[] public transactions;

    modifier onlyOwnerSig() {
        require(isOwner[msg.sender], "not owner");
        _;
    }

    modifier txExists(uint256 _txIndex) {
        require(_txIndex < transactions.length, "tx does not exist");
        _;
    }

    modifier notExecuted(uint256 _txIndex) {
        require(!transactions[_txIndex].executed, "tx already executed");
        _;
    }

    modifier notConfirmed(uint256 _txIndex) {
        require(!isConfirmed[_txIndex][msg.sender], "tx already confirmed");
        _;
    }

    constructor(
        address[] memory _owners,
        uint256 _numConfirmationsRequired,
        address _identity,
        address _ownership,
        address _utility
    ) {
        require(_owners.length > 0, "owners required");
        require(
            _numConfirmationsRequired > 0 &&
                _numConfirmationsRequired <= _owners.length,
            "invalid number of required confirmations"
        );

        for (uint256 i = 0; i < _owners.length; i++) {
            address owner = _owners[i];

            require(owner != address(0), "invalid owner");
            require(!isOwner[owner], "owner not unique");

            isOwner[owner] = true;
            owners.push(owner);
        }

        numConfirmationsRequired = _numConfirmationsRequired;

        identity = _identity;
        ownership = _ownership;
        utility = _utility;
    }

    // TODO: call for the withdraw on Identity (has access to identity and knows it)
    // to make the withdraw function => this is the only address that can do it
    receive() external payable {
        emit Deposit(msg.sender, msg.value, address(this).balance);
    }

    function submitTransaction(
        address _to,
        uint256 _value,
        bytes memory _data
    ) public onlyOwnerSig {
        uint256 txIndex = transactions.length;

        transactions.push(
            Transaction({
                to: _to,
                value: _value,
                data: _data,
                executed: false,
                numConfirmations: 0
            })
        );

        emit SubmitTransaction(msg.sender, txIndex, _to, _value, _data);
    }

    function confirmTransaction(uint256 _txIndex)
        public
        onlyOwnerSig
        txExists(_txIndex)
        notExecuted(_txIndex)
        notConfirmed(_txIndex)
    {
        Transaction storage transaction = transactions[_txIndex];
        transaction.numConfirmations += 1;
        isConfirmed[_txIndex][msg.sender] = true;

        emit ConfirmTransaction(msg.sender, _txIndex);
    }

    function executeTransaction(uint256 _txIndex)
        public
        onlyOwnerSig
        txExists(_txIndex)
        notExecuted(_txIndex)
    {
        Transaction storage transaction = transactions[_txIndex];

        require(
            transaction.numConfirmations >= numConfirmationsRequired,
            "cannot execute tx"
        );

        transaction.executed = true;

        (bool success, ) = transaction.to.call{value: transaction.value}(
            transaction.data
        );
        require(success, "tx failed");

        emit ExecuteTransaction(msg.sender, _txIndex);
    }

    function revokeConfirmation(uint256 _txIndex)
        public
        onlyOwnerSig
        txExists(_txIndex)
        notExecuted(_txIndex)
    {
        Transaction storage transaction = transactions[_txIndex];

        require(isConfirmed[_txIndex][msg.sender], "tx not confirmed");

        transaction.numConfirmations -= 1;
        isConfirmed[_txIndex][msg.sender] = false;

        emit RevokeConfirmation(msg.sender, _txIndex);
    }

    function getOwners() public view returns (address[] memory) {
        return owners;
    }

    function getTransactionCount() public view returns (uint256) {
        return transactions.length;
    }

    function getTransaction(uint256 _txIndex)
        public
        view
        returns (
            address to,
            uint256 value,
            bytes memory data,
            bool executed,
            uint256 numConfirmations
        )
    {
        Transaction storage transaction = transactions[_txIndex];

        return (
            transaction.to,
            transaction.value,
            transaction.data,
            transaction.executed,
            transaction.numConfirmations
        );
    }

    function withdrawIdentity() public payable onlyOwnerSig {
        Z3roIdentity(identity).withdrawFunds();
    }

    function withdrawOwnership() public payable onlyOwnerSig {
        Z3roIdentity(ownership).withdrawFunds();
    }

    function withdrawUtility() public payable onlyOwnerSig {
        Z3roIdentity(utility).withdrawFunds();
    }
}

Settings
{
  "optimizer": {
    "enabled": false,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"uint256","name":"stageSupply","type":"uint256"},{"internalType":"uint8","name":"maxWalletSets","type":"uint8"},{"internalType":"address","name":"_multiSig","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"ApprovalToCurrentOwner","type":"error"},{"inputs":[],"name":"ApproveToCaller","type":"error"},{"inputs":[],"name":"BalanceQueryForZeroAddress","type":"error"},{"inputs":[],"name":"MintToZeroAddress","type":"error"},{"inputs":[],"name":"MintZeroQuantity","type":"error"},{"inputs":[],"name":"OwnerQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"TransferCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"TransferFromIncorrectOwner","type":"error"},{"inputs":[],"name":"TransferToNonERC721ReceiverImplementer","type":"error"},{"inputs":[],"name":"TransferToZeroAddress","type":"error"},{"inputs":[],"name":"URIQueryForNonexistentToken","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"qty","type":"uint256"}],"name":"minted","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"zo","type":"address"}],"name":"zo","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"zu","type":"address"}],"name":"zu","type":"event"},{"inputs":[],"name":"STAGE_MAX_SUPPLY_1","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"STAGE_MAX_SUPPLY_2","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"STAGE_MAX_SUPPLY_3","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"configs","outputs":[{"internalType":"bool","name":"revealed","type":"bool"},{"internalType":"bool","name":"onlyWhitelist","type":"bool"},{"internalType":"bool","name":"allowFl","type":"bool"},{"internalType":"uint8","name":"stage","type":"uint8"},{"internalType":"uint8","name":"max_wallet_sets","type":"uint8"},{"internalType":"uint8","name":"max_wallet_sets_2","type":"uint8"},{"internalType":"uint8","name":"max_wallet_sets_3","type":"uint8"},{"internalType":"uint8","name":"max_fl_sets","type":"uint8"},{"internalType":"uint16","name":"max_wl_supply","type":"uint16"},{"internalType":"uint256","name":"mint_cost","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"contractOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"qty","type":"uint256"},{"internalType":"bytes32[]","name":"proof","type":"bytes32[]"},{"internalType":"bytes32","name":"leaf","type":"bytes32"}],"name":"enterZ3ro","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"qty","type":"uint256"},{"internalType":"bytes32[]","name":"proof","type":"bytes32[]"},{"internalType":"bytes32","name":"leaf","type":"bytes32"}],"name":"enterZ3rofl","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"freelist","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getRevealed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getStage","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getTotalMinted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getZ3roOwnership","outputs":[{"internalType":"contract Z3roOwnership","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getZ3roUtility","outputs":[{"internalType":"contract Z3roUtility","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"numberBurned","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"allow","type":"bool"}],"name":"setAllowFl","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"baseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"root","type":"bytes32"}],"name":"setFlMerkleRoot","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint8","name":"max","type":"uint8"}],"name":"setMaxWalletSets","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint8","name":"max","type":"uint8"}],"name":"setMaxWalletSets2","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint8","name":"max","type":"uint8"}],"name":"setMaxWalletSets3","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"max","type":"uint16"}],"name":"setMaxWlSupply","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"cost","type":"uint256"}],"name":"setMintCost","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"isOnlyWl","type":"bool"}],"name":"setOnlyWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"isRevealed","type":"bool"}],"name":"setRevealed","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint8","name":"stage","type":"uint8"}],"name":"setStage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"supply","type":"uint256"}],"name":"setStageSupply1","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"supply","type":"uint256"}],"name":"setStageSupply2","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"supply","type":"uint256"}],"name":"setStageSupply3","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"root","type":"bytes32"}],"name":"setWhitelistMerkleRoot","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalBurned","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"whitelist","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdrawFunds","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"z3roOwnership","outputs":[{"internalType":"contract Z3roOwnership","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"z3roUtility","outputs":[{"internalType":"contract Z3roUtility","name":"","type":"address"}],"stateMutability":"view","type":"function"}]

60c06040523480156200001157600080fd5b506040516200c3ad3803806200c3ad83398181016040528101906200003791906200077d565b6040518060400160405280600e81526020017f7a33726f636f6c6c6563746976650000000000000000000000000000000000008152506040518060400160405280600481526020017f5a33524f00000000000000000000000000000000000000000000000000000000815250620000c3620000b7620004f560201b60201c565b620004fd60201b60201c565b8160039080519060200190620000db929190620005ce565b508060049080519060200190620000f4929190620005ce565b5062000105620005c160201b60201c565b6001819055505050600160098190555062000125620005c660201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff168152505082600a819055508073ffffffffffffffffffffffffffffffffffffffff1660a08173ffffffffffffffffffffffffffffffffffffffff16815250503060a051604051620001a5906200065f565b620001b2929190620007ea565b604051809103906000f080158015620001cf573d6000803e3d6000fd5b50601260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055503060a05160405162000222906200066d565b6200022f929190620007ea565b604051809103906000f0801580156200024c573d6000803e3d6000fd5b50601360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550604051806101400160405280600015158152602001600115158152602001600115158152602001600160ff1681526020018360ff168152602001600060ff168152602001600060ff168152602001600160ff16815260200161045761ffff16815260200167016345785d8a0000815250601060008201518160000160006101000a81548160ff02191690831515021790555060208201518160000160016101000a81548160ff02191690831515021790555060408201518160000160026101000a81548160ff02191690831515021790555060608201518160000160036101000a81548160ff021916908360ff16021790555060808201518160000160046101000a81548160ff021916908360ff16021790555060a08201518160000160056101000a81548160ff021916908360ff16021790555060c08201518160000160066101000a81548160ff021916908360ff16021790555060e08201518160000160076101000a81548160ff021916908360ff1602179055506101008201518160000160086101000a81548161ffff021916908361ffff16021790555061012082015181600101559050507fcb8418fda511f4f53b124f5af3e99eafdf99f1757e3f333632243ed09544e400601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660405162000489919062000817565b60405180910390a17fc44b098621d43a984ce329ed40944b931292913b9f979c7ab123dd223a32f26d601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16604051620004e4919062000817565b60405180910390a150505062000898565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600090565b600033905090565b828054620005dc9062000863565b90600052602060002090601f0160209004810192826200060057600085556200064c565b82601f106200061b57805160ff19168380011785556200064c565b828001600101855582156200064c579182015b828111156200064b5782518255916020019190600101906200062e565b5b5090506200065b91906200067b565b5090565b61306180620062eb83390190565b613061806200934c83390190565b5b80821115620006965760008160009055506001016200067c565b5090565b600080fd5b6000819050919050565b620006b4816200069f565b8114620006c057600080fd5b50565b600081519050620006d481620006a9565b92915050565b600060ff82169050919050565b620006f281620006da565b8114620006fe57600080fd5b50565b6000815190506200071281620006e7565b92915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000620007458262000718565b9050919050565b620007578162000738565b81146200076357600080fd5b50565b60008151905062000777816200074c565b92915050565b6000806000606084860312156200079957620007986200069a565b5b6000620007a986828701620006c3565b9350506020620007bc8682870162000701565b9250506040620007cf8682870162000766565b9150509250925092565b620007e48162000738565b82525050565b6000604082019050620008016000830185620007d9565b620008106020830184620007d9565b9392505050565b60006020820190506200082e6000830184620007d9565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200087c57607f821691505b60208210810362000892576200089162000834565b5b50919050565b60805160a051615a2d620008be60003960006110f101526000612f6b0152615a2d6000f3fe6080604052600436106102ff5760003560e01c8063812b4bfc11610190578063c213cfd3116100dc578063ce606ee011610095578063e985e9c51161006f578063e985e9c514610b28578063f2fde38b14610b65578063fa11c1aa14610b8e578063fcaa766414610bb7576102ff565b8063ce606ee014610aa9578063d89135cd14610ad4578063e0a8085314610aff576102ff565b8063c213cfd314610990578063c51ec15f146109b9578063c7535068146109ed578063c87b56dd14610a18578063c984a59d14610a55578063ce3cd99714610a80576102ff565b80639d71052111610149578063b25d82cf11610123578063b25d82cf146108ec578063b88d4fde14610915578063b9fede891461093e578063bd32fb6614610967576102ff565b80639d7105211461086d578063a22cb46514610898578063b12a1818146108c1576102ff565b8063812b4bfc1461076f5780638545f4ea146107985780638da5cb5b146107c157806393e59dc1146107ec57806394cc41401461081757806395d89b4114610842576102ff565b806342842e0e1161024f578063572097dd116102085780636fa379a1116101e25780636fa379a1146106c75780636fbc2fd3146106f057806370a082311461071b578063715018a614610758576102ff565b8063572097dd146106455780636352211e1461066e57806365d4c93e146106ab576102ff565b806342842e0e1461054d57806342966c681461057657806343794ec81461059f57806349da0406146105c8578063559d0f57146105f357806355f804b31461061c576102ff565b8063198861ee116102bc57806324600fc31161029657806324600fc3146104a55780632478d639146104bc578063260f2cf4146104f95780633dca978514610524576102ff565b8063198861ee146104285780631dd02b4b1461045357806323b872dd1461047c576102ff565b806301ffc9a71461030457806306fdde0314610341578063081812fc1461036c578063095ea7b3146103a95780630ca1c5c9146103d257806318160ddd146103fd575b600080fd5b34801561031057600080fd5b5061032b600480360381019061032691906143a7565b610be2565b60405161033891906143ef565b60405180910390f35b34801561034d57600080fd5b50610356610c74565b60405161036391906144a3565b60405180910390f35b34801561037857600080fd5b50610393600480360381019061038e91906144fb565b610d06565b6040516103a09190614569565b60405180910390f35b3480156103b557600080fd5b506103d060048036038101906103cb91906145b0565b610d82565b005b3480156103de57600080fd5b506103e7610f28565b6040516103f491906145ff565b60405180910390f35b34801561040957600080fd5b50610412610f37565b60405161041f91906145ff565b60405180910390f35b34801561043457600080fd5b5061043d610f4e565b60405161044a9190614679565b60405180910390f35b34801561045f57600080fd5b5061047a600480360381019061047591906146c0565b610f78565b005b34801561048857600080fd5b506104a3600480360381019061049e91906146ed565b611014565b005b3480156104b157600080fd5b506104ba611024565b005b3480156104c857600080fd5b506104e360048036038101906104de9190614740565b6111c4565b6040516104f091906145ff565b60405180910390f35b34801561050557600080fd5b5061050e6111d6565b60405161051b919061478e565b60405180910390f35b34801561053057600080fd5b5061054b600480360381019061054691906144fb565b6111fc565b005b34801561055957600080fd5b50610574600480360381019061056f91906146ed565b6112a4565b005b34801561058257600080fd5b5061059d600480360381019061059891906144fb565b6112c4565b005b3480156105ab57600080fd5b506105c660048036038101906105c191906147df565b6112d2565b005b3480156105d457600080fd5b506105dd611358565b6040516105ea919061481b565b60405180910390f35b3480156105ff57600080fd5b5061061a600480360381019061061591906144fb565b61135e565b005b34801561062857600080fd5b50610643600480360381019061063e919061489b565b611406565b005b34801561065157600080fd5b5061066c60048036038101906106679190614922565b611498565b005b34801561067a57600080fd5b50610695600480360381019061069091906144fb565b611537565b6040516106a29190614569565b60405180910390f35b6106c560048036038101906106c091906149a5565b611549565b005b3480156106d357600080fd5b506106ee60048036038101906106e99190614a52565b611e4d565b005b3480156106fc57600080fd5b50610705611eea565b60405161071291906145ff565b60405180910390f35b34801561072757600080fd5b50610742600480360381019061073d9190614740565b611ef0565b60405161074f91906145ff565b60405180910390f35b34801561076457600080fd5b5061076d611fa8565b005b34801561077b57600080fd5b5061079660048036038101906107919190614a52565b612030565b005b3480156107a457600080fd5b506107bf60048036038101906107ba91906144fb565b6120cd565b005b3480156107cd57600080fd5b506107d6612156565b6040516107e39190614569565b60405180910390f35b3480156107f857600080fd5b5061080161217f565b60405161080e919061481b565b60405180910390f35b34801561082357600080fd5b5061082c612185565b60405161083991906143ef565b60405180910390f35b34801561084e57600080fd5b5061085761219f565b60405161086491906144a3565b60405180910390f35b34801561087957600080fd5b50610882612231565b60405161088f9190614679565b60405180910390f35b3480156108a457600080fd5b506108bf60048036038101906108ba9190614a7f565b612257565b005b3480156108cd57600080fd5b506108d66123ce565b6040516108e391906145ff565b60405180910390f35b3480156108f857600080fd5b50610913600480360381019061090e91906149a5565b6123d4565b005b34801561092157600080fd5b5061093c60048036038101906109379190614bef565b612b09565b005b34801561094a57600080fd5b50610965600480360381019061096091906146c0565b612b7c565b005b34801561097357600080fd5b5061098e600480360381019061098991906147df565b612c18565b005b34801561099c57600080fd5b506109b760048036038101906109b291906144fb565b612c9e565b005b3480156109c557600080fd5b506109ce612d46565b6040516109e49a99989796959493929190614c90565b60405180910390f35b3480156109f957600080fd5b50610a02612dfe565b604051610a0f919061478e565b60405180910390f35b348015610a2457600080fd5b50610a3f6004803603810190610a3a91906144fb565b612e28565b604051610a4c91906144a3565b60405180910390f35b348015610a6157600080fd5b50610a6a612ec6565b604051610a7791906145ff565b60405180910390f35b348015610a8c57600080fd5b50610aa76004803603810190610aa29190614a52565b612ecc565b005b348015610ab557600080fd5b50610abe612f69565b604051610acb9190614569565b60405180910390f35b348015610ae057600080fd5b50610ae9612f8d565b604051610af691906145ff565b60405180910390f35b348015610b0b57600080fd5b50610b266004803603810190610b2191906146c0565b612f9c565b005b348015610b3457600080fd5b50610b4f6004803603810190610b4a9190614d2c565b613038565b604051610b5c91906143ef565b60405180910390f35b348015610b7157600080fd5b50610b8c6004803603810190610b879190614740565b6130cc565b005b348015610b9a57600080fd5b50610bb56004803603810190610bb09190614a52565b6131c3565b005b348015610bc357600080fd5b50610bcc613260565b604051610bd99190614d6c565b60405180910390f35b60006301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610c3d57506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610c6d5750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b606060038054610c8390614db6565b80601f0160208091040260200160405190810160405280929190818152602001828054610caf90614db6565b8015610cfc5780601f10610cd157610100808354040283529160200191610cfc565b820191906000526020600020905b815481529060010190602001808311610cdf57829003601f168201915b5050505050905090565b6000610d118261327a565b610d47576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6007600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610d8d826132d9565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610df4576040517f943f7b8c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610e136133a5565b73ffffffffffffffffffffffffffffffffffffffff1614610e7657610e3f81610e3a6133a5565b613038565b610e75576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b826007600084815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b6000610f326133ad565b905090565b6000610f416133c0565b6002546001540303905090565b6000601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610f806133c5565b73ffffffffffffffffffffffffffffffffffffffff16610f9e612156565b73ffffffffffffffffffffffffffffffffffffffff1614610ff4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610feb90614e33565b60405180910390fd5b80601060000160016101000a81548160ff02191690831515021790555050565b61101f8383836133cd565b505050565b600260095403611069576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161106090614e9f565b60405180910390fd5b60026009819055506110796133c5565b73ffffffffffffffffffffffffffffffffffffffff16611097612156565b73ffffffffffffffffffffffffffffffffffffffff16146110ed576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110e490614e33565b60405180910390fd5b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff164760405161113390614ef0565b60006040518083038185875af1925050503d8060008114611170576040519150601f19603f3d011682016040523d82523d6000602084013e611175565b606091505b50509050806111b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b090614f51565b60405180910390fd5b506001600981905550565b60006111cf82613774565b9050919050565b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6112046133c5565b73ffffffffffffffffffffffffffffffffffffffff16611222612156565b73ffffffffffffffffffffffffffffffffffffffff1614611278576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161126f90614e33565b60405180910390fd5b6001601060000160039054906101000a900460ff1660ff161461129a57600080fd5b80600a8190555050565b6112bf83838360405180602001604052806000815250612b09565b505050565b6112cf8160016137cb565b50565b6112da6133c5565b73ffffffffffffffffffffffffffffffffffffffff166112f8612156565b73ffffffffffffffffffffffffffffffffffffffff161461134e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161134590614e33565b60405180910390fd5b80600f8190555050565b600f5481565b6113666133c5565b73ffffffffffffffffffffffffffffffffffffffff16611384612156565b73ffffffffffffffffffffffffffffffffffffffff16146113da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113d190614e33565b60405180910390fd5b6002601060000160039054906101000a900460ff1660ff16146113fc57600080fd5b80600b8190555050565b61140e6133c5565b73ffffffffffffffffffffffffffffffffffffffff1661142c612156565b73ffffffffffffffffffffffffffffffffffffffff1614611482576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161147990614e33565b60405180910390fd5b8181600d9190611493929190614298565b505050565b6114a06133c5565b73ffffffffffffffffffffffffffffffffffffffff166114be612156565b73ffffffffffffffffffffffffffffffffffffffff1614611514576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150b90614e33565b60405180910390fd5b80601060000160086101000a81548161ffff021916908361ffff16021790555050565b6000611542826132d9565b9050919050565b60026009540361158e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161158590614e9f565b60405180910390fd5b600260098190555061159e6133a5565b73ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff161461160b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161160290614fe3565b60405180910390fd5b83601060000160009054906101000a900460ff1661165e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116559061504f565b60405180910390fd5b6000601060000160039054906101000a900460ff1660ff16116116b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116ad906150bb565b60405180910390fd5b6000601060010154116116fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116f590615127565b60405180910390fd5b6000601060000160049054906101000a900460ff1660ff1611611756576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161174d90615193565b60405180910390fd5b6000601060000160089054906101000a900461ffff1661ffff16116117b0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117a790615225565b60405180910390fd5b6001601060000160039054906101000a900460ff1660ff160361182957600a54816117d96133ad565b6117e39190615274565b1115611824576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161181b90615316565b60405180910390fd5b611940565b6002601060000160039054906101000a900460ff1660ff16036118af57600b54600a546118569190615274565b8161185f6133ad565b6118699190615274565b11156118aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118a190615382565b60405180910390fd5b61193f565b6003601060000160039054906101000a900460ff1660ff160361193e57600c54600b54600a546118df9190615274565b6118e99190615274565b816118f26133ad565b6118fc9190615274565b111561193d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611934906153ee565b60405180910390fd5b5b5b5b846001601060000160039054906101000a900460ff1660ff16036119d557601060000160049054906101000a900460ff1660ff1661198461197f6133a5565b613aa1565b8261198f9190615274565b11156119d0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c790615480565b60405180910390fd5b611b2b565b6002601060000160039054906101000a900460ff1660ff1603611a815760006119fc613af8565b9050601060000160059054906101000a900460ff1660ff1681611a25611a206133a5565b613aa1565b84611a309190615274565b611a3a91906154a0565b1115611a7b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a7290615480565b60405180910390fd5b50611b2a565b6003601060000160039054906101000a900460ff1660ff1603611b29576000611aa8613b72565b9050601060000160069054906101000a900460ff1660ff1681611ad1611acc6133a5565b613aa1565b84611adc9190615274565b611ae691906154a0565b1115611b27576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b1e90615480565b60405180910390fd5b505b5b5b85858585601060000160019054906101000a900460ff1615611c86576000600e5403611b8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b8390615520565b60405180910390fd5b601060000160089054906101000a900461ffff1661ffff1684611bad6133ad565b611bb79190615274565b1115611bf8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bef906155b2565b60405180910390fd5b611c46838380806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f82011690508083019250505050505050600e5483613bf9565b611c85576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c7c9061561e565b60405180910390fd5b5b601060010154341015611cce576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cc59061568a565b60405180910390fd5b611cdf611cd96133a5565b8b613c10565b601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633d0bc5af8b6040518263ffffffff1660e01b8152600401611d3a91906145ff565b600060405180830381600087803b158015611d5457600080fd5b505af1158015611d68573d6000803e3d6000fd5b50505050601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e61be4808b6040518263ffffffff1660e01b8152600401611dc791906145ff565b600060405180830381600087803b158015611de157600080fd5b505af1158015611df5573d6000803e3d6000fd5b505050507fb7656808f0e04b4af7a20f7ef1caa7669f0d781f1ca4cba31a3ba467880766c9611e226133a5565b8b604051611e319291906156aa565b60405180910390a1505050505050600160098190555050505050565b611e556133c5565b73ffffffffffffffffffffffffffffffffffffffff16611e73612156565b73ffffffffffffffffffffffffffffffffffffffff1614611ec9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ec090614e33565b60405180910390fd5b80601060000160066101000a81548160ff021916908360ff16021790555050565b600b5481565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611f57576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054169050919050565b611fb06133c5565b73ffffffffffffffffffffffffffffffffffffffff16611fce612156565b73ffffffffffffffffffffffffffffffffffffffff1614612024576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161201b90614e33565b60405180910390fd5b61202e6000613c2e565b565b6120386133c5565b73ffffffffffffffffffffffffffffffffffffffff16612056612156565b73ffffffffffffffffffffffffffffffffffffffff16146120ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120a390614e33565b60405180910390fd5b80601060000160056101000a81548160ff021916908360ff16021790555050565b6120d56133c5565b73ffffffffffffffffffffffffffffffffffffffff166120f3612156565b73ffffffffffffffffffffffffffffffffffffffff1614612149576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161214090614e33565b60405180910390fd5b8060106001018190555050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600e5481565b6000601060000160009054906101000a900460ff16905090565b6060600480546121ae90614db6565b80601f01602080910402602001604051908101604052809291908181526020018280546121da90614db6565b80156122275780601f106121fc57610100808354040283529160200191612227565b820191906000526020600020905b81548152906001019060200180831161220a57829003601f168201915b5050505050905090565b601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b61225f6133a5565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036122c3576040517fb06307db00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80600860006122d06133a5565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff1661237d6133a5565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516123c291906143ef565b60405180910390a35050565b600c5481565b600260095403612419576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241090614e9f565b60405180910390fd5b60026009819055506124296133a5565b73ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff1614612496576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248d90614fe3565b60405180910390fd5b83601060000160009054906101000a900460ff166124e9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124e09061504f565b60405180910390fd5b6001601060000160039054906101000a900460ff1660ff160361256257600a54816125126133ad565b61251c9190615274565b111561255d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161255490615316565b60405180910390fd5b612679565b6002601060000160039054906101000a900460ff1660ff16036125e857600b54600a5461258f9190615274565b816125986133ad565b6125a29190615274565b11156125e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125da90615382565b60405180910390fd5b612678565b6003601060000160039054906101000a900460ff1660ff160361267757600c54600b54600a546126189190615274565b6126229190615274565b8161262b6133ad565b6126359190615274565b1115612676576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161266d906153ee565b60405180910390fd5b5b5b5b846001601060000160039054906101000a900460ff1660ff160361270e57601060000160049054906101000a900460ff1660ff166126bd6126b86133a5565b613aa1565b826126c89190615274565b1115612709576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161270090615480565b60405180910390fd5b612864565b6002601060000160039054906101000a900460ff1660ff16036127ba576000612735613af8565b9050601060000160059054906101000a900460ff1660ff168161275e6127596133a5565b613aa1565b846127699190615274565b61277391906154a0565b11156127b4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127ab90615480565b60405180910390fd5b50612863565b6003601060000160039054906101000a900460ff1660ff16036128625760006127e1613b72565b9050601060000160069054906101000a900460ff1660ff168161280a6128056133a5565b613aa1565b846128159190615274565b61281f91906154a0565b1115612860576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161285790615480565b60405180910390fd5b505b5b5b85858585601060000160029054906101000a900460ff1661288457600080fd5b6000600f54036128c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128c09061571f565b60405180910390fd5b601060000160079054906101000a900460ff1660ff16846128e86133ad565b6128f29190615274565b11156128fd57600080fd5b61294b838380806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f82011690508083019250505050505050600f5483613bf9565b61298a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129819061578b565b60405180910390fd5b61299b6129956133a5565b8b613c10565b601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633d0bc5af8b6040518263ffffffff1660e01b81526004016129f691906145ff565b600060405180830381600087803b158015612a1057600080fd5b505af1158015612a24573d6000803e3d6000fd5b50505050601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e61be4808b6040518263ffffffff1660e01b8152600401612a8391906145ff565b600060405180830381600087803b158015612a9d57600080fd5b505af1158015612ab1573d6000803e3d6000fd5b505050507fb7656808f0e04b4af7a20f7ef1caa7669f0d781f1ca4cba31a3ba467880766c9612ade6133a5565b8b604051612aed9291906156aa565b60405180910390a1505050505050600160098190555050505050565b612b148484846133cd565b60008373ffffffffffffffffffffffffffffffffffffffff163b14612b7657612b3f84848484613cf2565b612b75576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b612b846133c5565b73ffffffffffffffffffffffffffffffffffffffff16612ba2612156565b73ffffffffffffffffffffffffffffffffffffffff1614612bf8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612bef90614e33565b60405180910390fd5b80601060000160026101000a81548160ff02191690831515021790555050565b612c206133c5565b73ffffffffffffffffffffffffffffffffffffffff16612c3e612156565b73ffffffffffffffffffffffffffffffffffffffff1614612c94576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c8b90614e33565b60405180910390fd5b80600e8190555050565b612ca66133c5565b73ffffffffffffffffffffffffffffffffffffffff16612cc4612156565b73ffffffffffffffffffffffffffffffffffffffff1614612d1a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d1190614e33565b60405180910390fd5b6003601060000160039054906101000a900460ff1660ff1614612d3c57600080fd5b80600c8190555050565b60108060000160009054906101000a900460ff16908060000160019054906101000a900460ff16908060000160029054906101000a900460ff16908060000160039054906101000a900460ff16908060000160049054906101000a900460ff16908060000160059054906101000a900460ff16908060000160069054906101000a900460ff16908060000160079054906101000a900460ff16908060000160089054906101000a900461ffff1690806001015490508a565b6000601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060612e338261327a565b612e69576040517fa14c4b5000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000612e73613e42565b90506000815103612e935760405180602001604052806000815250612ebe565b80612e9d84613ed4565b604051602001612eae9291906157e7565b6040516020818303038152906040525b915050919050565b600a5481565b612ed46133c5565b73ffffffffffffffffffffffffffffffffffffffff16612ef2612156565b73ffffffffffffffffffffffffffffffffffffffff1614612f48576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f3f90614e33565b60405180910390fd5b80601060000160036101000a81548160ff021916908360ff16021790555050565b7f000000000000000000000000000000000000000000000000000000000000000081565b6000612f97613f2e565b905090565b612fa46133c5565b73ffffffffffffffffffffffffffffffffffffffff16612fc2612156565b73ffffffffffffffffffffffffffffffffffffffff1614613018576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161300f90614e33565b60405180910390fd5b80601060000160006101000a81548160ff02191690831515021790555050565b6000600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b6130d46133c5565b73ffffffffffffffffffffffffffffffffffffffff166130f2612156565b73ffffffffffffffffffffffffffffffffffffffff1614613148576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161313f90614e33565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036131b7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016131ae9061587d565b60405180910390fd5b6131c081613c2e565b50565b6131cb6133c5565b73ffffffffffffffffffffffffffffffffffffffff166131e9612156565b73ffffffffffffffffffffffffffffffffffffffff161461323f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161323690614e33565b60405180910390fd5b80601060000160046101000a81548160ff021916908360ff16021790555050565b6000601060000160039054906101000a900460ff16905090565b6000816132856133c0565b11158015613294575060015482105b80156132d2575060007c0100000000000000000000000000000000000000000000000000000000600560008581526020019081526020016000205416145b9050919050565b600080829050806132e86133c0565b1161336e5760015481101561336d5760006005600083815260200190815260200160002054905060007c010000000000000000000000000000000000000000000000000000000082160361336b575b60008103613361576005600083600190039350838152602001908152602001600020549050613337565b80925050506133a0565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b600033905090565b60006133b76133c0565b60015403905090565b600090565b600033905090565b60006133d8826132d9565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161461343f576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008473ffffffffffffffffffffffffffffffffffffffff166134606133a5565b73ffffffffffffffffffffffffffffffffffffffff16148061348f575061348e856134896133a5565b613038565b5b806134d4575061349d6133a5565b73ffffffffffffffffffffffffffffffffffffffff166134bc84610d06565b73ffffffffffffffffffffffffffffffffffffffff16145b90508061350d576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603613573576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6135808585856001613f38565b6007600084815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001900391905081905550600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154600101919050819055507c020000000000000000000000000000000000000000000000000000000060a042901b61367d86613f3e565b1717600560008581526020019081526020016000208190555060007c02000000000000000000000000000000000000000000000000000000008316036137055760006001840190506000600560008381526020019081526020016000205403613703576001548114613702578260056000838152602001908152602001600020819055505b5b505b828473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461376d8585856001613f48565b5050505050565b600067ffffffffffffffff6080600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054901c169050919050565b60006137d6836132d9565b9050600081905082156138b35760008173ffffffffffffffffffffffffffffffffffffffff166138046133a5565b73ffffffffffffffffffffffffffffffffffffffff16148061383357506138328261382d6133a5565b613038565b5b8061387857506138416133a5565b73ffffffffffffffffffffffffffffffffffffffff1661386086610d06565b73ffffffffffffffffffffffffffffffffffffffff16145b9050806138b1576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505b6138c1816000866001613f38565b6007600085815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600160806001901b03600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055507c02000000000000000000000000000000000000000000000000000000007c010000000000000000000000000000000000000000000000000000000060a042901b61399684613f3e565b171717600560008681526020019081526020016000208190555060007c0200000000000000000000000000000000000000000000000000000000831603613a1f5760006001850190506000600560008381526020019081526020016000205403613a1d576001548114613a1c578260056000838152602001908152602001600020819055505b5b505b83600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4613a89816000866001613f48565b60026000815480929190600101919050555050505050565b600067ffffffffffffffff6040600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054901c169050919050565b600080600090505b600a54811015613b6e57613b126133a5565b73ffffffffffffffffffffffffffffffffffffffff16613b3182611537565b73ffffffffffffffffffffffffffffffffffffffff1603613b5b578180613b579061589d565b9250505b8080613b669061589d565b915050613b00565b5090565b600080600090505b600b54600a54613b8a9190615274565b811015613bf557613b996133a5565b73ffffffffffffffffffffffffffffffffffffffff16613bb882611537565b73ffffffffffffffffffffffffffffffffffffffff1603613be2578180613bde9061589d565b9250505b8080613bed9061589d565b915050613b7a565b5090565b600082613c068584613f4e565b1490509392505050565b613c2a828260405180602001604052806000815250613fc3565b5050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a02613d186133a5565b8786866040518563ffffffff1660e01b8152600401613d3a949392919061593a565b6020604051808303816000875af1925050508015613d7657506040513d601f19601f82011682018060405250810190613d73919061599b565b60015b613def573d8060008114613da6576040519150601f19603f3d011682016040523d82523d6000602084013e613dab565b606091505b506000815103613de7576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b6060600d8054613e5190614db6565b80601f0160208091040260200160405190810160405280929190818152602001828054613e7d90614db6565b8015613eca5780601f10613e9f57610100808354040283529160200191613eca565b820191906000526020600020905b815481529060010190602001808311613ead57829003601f168201915b5050505050905090565b60606080604051019050806040528082600183039250600a81066030018353600a810490505b8015613f1a57600183039250600a81066030018353600a81049050613efa565b508181036020830392508083525050919050565b6000600254905090565b50505050565b6000819050919050565b50505050565b60008082905060005b8451811015613fb8576000858281518110613f7557613f746159c8565b5b60200260200101519050808311613f9757613f908382614277565b9250613fa4565b613fa18184614277565b92505b508080613fb09061589d565b915050613f57565b508091505092915050565b60006001549050600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603614030576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000830361406a576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6140776000858386613f38565b600160406001901b178302600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254019250508190555060e16140dc6001851461428e565b901b60a042901b6140ec86613f3e565b1717600560008381526020019081526020016000208190555060008190506000848201905060008673ffffffffffffffffffffffffffffffffffffffff163b146141f0575b818673ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46141a06000878480600101955087613cf2565b6141d6576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8082106141315782600154146141eb57600080fd5b61425b565b5b818060010192508673ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a48082106141f1575b8160018190555050506142716000858386613f48565b50505050565b600082600052816020526040600020905092915050565b6000819050919050565b8280546142a490614db6565b90600052602060002090601f0160209004810192826142c6576000855561430d565b82601f106142df57803560ff191683800117855561430d565b8280016001018555821561430d579182015b8281111561430c5782358255916020019190600101906142f1565b5b50905061431a919061431e565b5090565b5b8082111561433757600081600090555060010161431f565b5090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6143848161434f565b811461438f57600080fd5b50565b6000813590506143a18161437b565b92915050565b6000602082840312156143bd576143bc614345565b5b60006143cb84828501614392565b91505092915050565b60008115159050919050565b6143e9816143d4565b82525050565b600060208201905061440460008301846143e0565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b83811015614444578082015181840152602081019050614429565b83811115614453576000848401525b50505050565b6000601f19601f8301169050919050565b60006144758261440a565b61447f8185614415565b935061448f818560208601614426565b61449881614459565b840191505092915050565b600060208201905081810360008301526144bd818461446a565b905092915050565b6000819050919050565b6144d8816144c5565b81146144e357600080fd5b50565b6000813590506144f5816144cf565b92915050565b60006020828403121561451157614510614345565b5b600061451f848285016144e6565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061455382614528565b9050919050565b61456381614548565b82525050565b600060208201905061457e600083018461455a565b92915050565b61458d81614548565b811461459857600080fd5b50565b6000813590506145aa81614584565b92915050565b600080604083850312156145c7576145c6614345565b5b60006145d58582860161459b565b92505060206145e6858286016144e6565b9150509250929050565b6145f9816144c5565b82525050565b600060208201905061461460008301846145f0565b92915050565b6000819050919050565b600061463f61463a61463584614528565b61461a565b614528565b9050919050565b600061465182614624565b9050919050565b600061466382614646565b9050919050565b61467381614658565b82525050565b600060208201905061468e600083018461466a565b92915050565b61469d816143d4565b81146146a857600080fd5b50565b6000813590506146ba81614694565b92915050565b6000602082840312156146d6576146d5614345565b5b60006146e4848285016146ab565b91505092915050565b60008060006060848603121561470657614705614345565b5b60006147148682870161459b565b93505060206147258682870161459b565b9250506040614736868287016144e6565b9150509250925092565b60006020828403121561475657614755614345565b5b60006147648482850161459b565b91505092915050565b600061477882614646565b9050919050565b6147888161476d565b82525050565b60006020820190506147a3600083018461477f565b92915050565b6000819050919050565b6147bc816147a9565b81146147c757600080fd5b50565b6000813590506147d9816147b3565b92915050565b6000602082840312156147f5576147f4614345565b5b6000614803848285016147ca565b91505092915050565b614815816147a9565b82525050565b6000602082019050614830600083018461480c565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f84011261485b5761485a614836565b5b8235905067ffffffffffffffff8111156148785761487761483b565b5b60208301915083600182028301111561489457614893614840565b5b9250929050565b600080602083850312156148b2576148b1614345565b5b600083013567ffffffffffffffff8111156148d0576148cf61434a565b5b6148dc85828601614845565b92509250509250929050565b600061ffff82169050919050565b6148ff816148e8565b811461490a57600080fd5b50565b60008135905061491c816148f6565b92915050565b60006020828403121561493857614937614345565b5b60006149468482850161490d565b91505092915050565b60008083601f84011261496557614964614836565b5b8235905067ffffffffffffffff8111156149825761498161483b565b5b60208301915083602082028301111561499e5761499d614840565b5b9250929050565b600080600080606085870312156149bf576149be614345565b5b60006149cd878288016144e6565b945050602085013567ffffffffffffffff8111156149ee576149ed61434a565b5b6149fa8782880161494f565b93509350506040614a0d878288016147ca565b91505092959194509250565b600060ff82169050919050565b614a2f81614a19565b8114614a3a57600080fd5b50565b600081359050614a4c81614a26565b92915050565b600060208284031215614a6857614a67614345565b5b6000614a7684828501614a3d565b91505092915050565b60008060408385031215614a9657614a95614345565b5b6000614aa48582860161459b565b9250506020614ab5858286016146ab565b9150509250929050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b614afc82614459565b810181811067ffffffffffffffff82111715614b1b57614b1a614ac4565b5b80604052505050565b6000614b2e61433b565b9050614b3a8282614af3565b919050565b600067ffffffffffffffff821115614b5a57614b59614ac4565b5b614b6382614459565b9050602081019050919050565b82818337600083830152505050565b6000614b92614b8d84614b3f565b614b24565b905082815260208101848484011115614bae57614bad614abf565b5b614bb9848285614b70565b509392505050565b600082601f830112614bd657614bd5614836565b5b8135614be6848260208601614b7f565b91505092915050565b60008060008060808587031215614c0957614c08614345565b5b6000614c178782880161459b565b9450506020614c288782880161459b565b9350506040614c39878288016144e6565b925050606085013567ffffffffffffffff811115614c5a57614c5961434a565b5b614c6687828801614bc1565b91505092959194509250565b614c7b81614a19565b82525050565b614c8a816148e8565b82525050565b600061014082019050614ca6600083018d6143e0565b614cb3602083018c6143e0565b614cc0604083018b6143e0565b614ccd606083018a614c72565b614cda6080830189614c72565b614ce760a0830188614c72565b614cf460c0830187614c72565b614d0160e0830186614c72565b614d0f610100830185614c81565b614d1d6101208301846145f0565b9b9a5050505050505050505050565b60008060408385031215614d4357614d42614345565b5b6000614d518582860161459b565b9250506020614d628582860161459b565b9150509250929050565b6000602082019050614d816000830184614c72565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680614dce57607f821691505b602082108103614de157614de0614d87565b5b50919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000614e1d602083614415565b9150614e2882614de7565b602082019050919050565b60006020820190508181036000830152614e4c81614e10565b9050919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b6000614e89601f83614415565b9150614e9482614e53565b602082019050919050565b60006020820190508181036000830152614eb881614e7c565b9050919050565b600081905092915050565b50565b6000614eda600083614ebf565b9150614ee582614eca565b600082019050919050565b6000614efb82614ecd565b9150819050919050565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b6000614f3b601083614415565b9150614f4682614f05565b602082019050919050565b60006020820190508181036000830152614f6a81614f2e565b9050919050565b7f5468652063616c6c657220697320616e6f7468657220636f6e74726163742c2060008201527f6d75737420626520757365722e00000000000000000000000000000000000000602082015250565b6000614fcd602d83614415565b9150614fd882614f71565b604082019050919050565b60006020820190508181036000830152614ffc81614fc0565b9050919050565b7f4e6f742072657665616c6564207965742e000000000000000000000000000000600082015250565b6000615039601183614415565b915061504482615003565b602082019050919050565b600060208201905081810360008301526150688161502c565b9050919050565b7f4d696e74696e67206e6f742073746172746564207965742e0000000000000000600082015250565b60006150a5601883614415565b91506150b08261506f565b602082019050919050565b600060208201905081810360008301526150d481615098565b9050919050565b7f41776b776172642e2e2e00000000000000000000000000000000000000000000600082015250565b6000615111600a83614415565b915061511c826150db565b602082019050919050565b6000602082019050818103600083015261514081615104565b9050919050565b7f4d61782077616c6c65742073657473206e6f7420646566696e65642e00000000600082015250565b600061517d601c83614415565b915061518882615147565b602082019050919050565b600060208201905081810360008301526151ac81615170565b9050919050565b7f4d61782057686974656c69737420737570706c79206e6f7420646566696e656460008201527f2e00000000000000000000000000000000000000000000000000000000000000602082015250565b600061520f602183614415565b915061521a826151b3565b604082019050919050565b6000602082019050818103600083015261523e81615202565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061527f826144c5565b915061528a836144c5565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156152bf576152be615245565b5b828201905092915050565b7f5374616765203120736f6c64206f757400000000000000000000000000000000600082015250565b6000615300601083614415565b915061530b826152ca565b602082019050919050565b6000602082019050818103600083015261532f816152f3565b9050919050565b7f5374616765203220736f6c64206f757400000000000000000000000000000000600082015250565b600061536c601083614415565b915061537782615336565b602082019050919050565b6000602082019050818103600083015261539b8161535f565b9050919050565b7f5374616765203320736f6c64206f757400000000000000000000000000000000600082015250565b60006153d8601083614415565b91506153e3826153a2565b602082019050919050565b60006020820190508181036000830152615407816153cb565b9050919050565b7f547269656420746f206d696e74206d6f7265207468616e207065726d6974656460008201527f207065722077616c6c6574000000000000000000000000000000000000000000602082015250565b600061546a602b83614415565b91506154758261540e565b604082019050919050565b600060208201905081810360008301526154998161545d565b9050919050565b60006154ab826144c5565b91506154b6836144c5565b9250828210156154c9576154c8615245565b5b828203905092915050565b7f776c20726f6f74206e6f74207365740000000000000000000000000000000000600082015250565b600061550a600f83614415565b9150615515826154d4565b602082019050919050565b60006020820190508181036000830152615539816154fd565b9050919050565b7f596f7520747269656420746f206d696e74206d6f7265207468616e207468652060008201527f63757272656e746c7920617661696c61626c6520737570706c792e0000000000602082015250565b600061559c603b83614415565b91506155a782615540565b604082019050919050565b600060208201905081810360008301526155cb8161558f565b9050919050565b7f596f7520617265206e6f74206f6e207468652077686974656c69737400000000600082015250565b6000615608601c83614415565b9150615613826155d2565b602082019050919050565b60006020820190508181036000830152615637816155fb565b9050919050565b7f4e6f7420656e6f756768206574682073656e7400000000000000000000000000600082015250565b6000615674601383614415565b915061567f8261563e565b602082019050919050565b600060208201905081810360008301526156a381615667565b9050919050565b60006040820190506156bf600083018561455a565b6156cc60208301846145f0565b9392505050565b7f666c20726f6f74206e6f74207365740000000000000000000000000000000000600082015250565b6000615709600f83614415565b9150615714826156d3565b602082019050919050565b60006020820190508181036000830152615738816156fc565b9050919050565b7f596f7520617265206e6f74206f6e2074686520666c0000000000000000000000600082015250565b6000615775601583614415565b91506157808261573f565b602082019050919050565b600060208201905081810360008301526157a481615768565b9050919050565b600081905092915050565b60006157c18261440a565b6157cb81856157ab565b93506157db818560208601614426565b80840191505092915050565b60006157f382856157b6565b91506157ff82846157b6565b91508190509392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000615867602683614415565b91506158728261580b565b604082019050919050565b600060208201905081810360008301526158968161585a565b9050919050565b60006158a8826144c5565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036158da576158d9615245565b5b600182019050919050565b600081519050919050565b600082825260208201905092915050565b600061590c826158e5565b61591681856158f0565b9350615926818560208601614426565b61592f81614459565b840191505092915050565b600060808201905061594f600083018761455a565b61595c602083018661455a565b61596960408301856145f0565b818103606083015261597b8184615901565b905095945050505050565b6000815190506159958161437b565b92915050565b6000602082840312156159b1576159b0614345565b5b60006159bf84828501615986565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fdfea26469706673582212206e9873cfc4c14bb40e0362e9b7d4761bedad4cf9d8ccbfde976c4d80da25dbbc64736f6c634300080d003360c06040523480156200001157600080fd5b5060405162003061380380620030618339818101604052810190620000379190620003c8565b6040518060400160405280600e81526020017f7a33726f636f6c6c6563746976650000000000000000000000000000000000008152506040518060400160405280600481526020017f5a33524f00000000000000000000000000000000000000000000000000000000815250620000c3620000b7620001d560201b60201c565b620001dd60201b60201c565b8160039080519060200190620000db929190620002ae565b508060049080519060200190620000f4929190620002ae565b5062000105620002a160201b60201c565b6001819055505050600160098190555081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555062000166620002a660201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff16815250508073ffffffffffffffffffffffffffffffffffffffff1660a08173ffffffffffffffffffffffffffffffffffffffff1681525050505062000473565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600090565b600033905090565b828054620002bc906200043e565b90600052602060002090601f016020900481019282620002e057600085556200032c565b82601f10620002fb57805160ff19168380011785556200032c565b828001600101855582156200032c579182015b828111156200032b5782518255916020019190600101906200030e565b5b5090506200033b91906200033f565b5090565b5b808211156200035a57600081600090555060010162000340565b5090565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000620003908262000363565b9050919050565b620003a28162000383565b8114620003ae57600080fd5b50565b600081519050620003c28162000397565b92915050565b60008060408385031215620003e257620003e16200035e565b5b6000620003f285828601620003b1565b92505060206200040585828601620003b1565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200045757607f821691505b6020821081036200046d576200046c6200040f565b5b50919050565b60805160a051612bc86200049960003960006109b7015260006112d10152612bc86000f3fe60806040526004361061014b5760003560e01c806370a08231116100b6578063b88d4fde1161006f578063b88d4fde1461045b578063bdb4b84814610484578063c87b56dd146104af578063ce606ee0146104ec578063e985e9c514610517578063f2fde38b146105545761014b565b806370a082311461035f578063715018a61461039c5780638d9301b7146103b35780638da5cb5b146103dc57806395d89b4114610407578063a22cb465146104325761014b565b806324600fc31161010857806324600fc3146102725780633d0bc5af1461028957806342842e0e146102a557806355f804b3146102ce578063594d2a57146102f75780636352211e146103225761014b565b806301ffc9a71461015057806306fdde031461018d578063081812fc146101b8578063095ea7b3146101f557806318160ddd1461021e57806323b872dd14610249575b600080fd5b34801561015c57600080fd5b5061017760048036038101906101729190612066565b61057d565b60405161018491906120ae565b60405180910390f35b34801561019957600080fd5b506101a261060f565b6040516101af9190612162565b60405180910390f35b3480156101c457600080fd5b506101df60048036038101906101da91906121ba565b6106a1565b6040516101ec9190612228565b60405180910390f35b34801561020157600080fd5b5061021c6004803603810190610217919061226f565b61071d565b005b34801561022a57600080fd5b506102336108c3565b60405161024091906122be565b60405180910390f35b34801561025557600080fd5b50610270600480360381019061026b91906122d9565b6108da565b005b34801561027e57600080fd5b506102876108ea565b005b6102a3600480360381019061029e91906121ba565b610a8a565b005b3480156102b157600080fd5b506102cc60048036038101906102c791906122d9565b610c9c565b005b3480156102da57600080fd5b506102f560048036038101906102f09190612391565b610cbc565b005b34801561030357600080fd5b5061030c610d4e565b6040516103199190612228565b60405180910390f35b34801561032e57600080fd5b50610349600480360381019061034491906121ba565b610d74565b6040516103569190612228565b60405180910390f35b34801561036b57600080fd5b50610386600480360381019061038191906123de565b610d86565b60405161039391906122be565b60405180910390f35b3480156103a857600080fd5b506103b1610e3e565b005b3480156103bf57600080fd5b506103da60048036038101906103d591906123de565b610ec6565b005b3480156103e857600080fd5b506103f1610f86565b6040516103fe9190612228565b60405180910390f35b34801561041357600080fd5b5061041c610faf565b6040516104299190612162565b60405180910390f35b34801561043e57600080fd5b5061045960048036038101906104549190612437565b611041565b005b34801561046757600080fd5b50610482600480360381019061047d91906125a7565b6111b8565b005b34801561049057600080fd5b5061049961122b565b6040516104a691906122be565b60405180910390f35b3480156104bb57600080fd5b506104d660048036038101906104d191906121ba565b611231565b6040516104e39190612162565b60405180910390f35b3480156104f857600080fd5b506105016112cf565b60405161050e9190612228565b60405180910390f35b34801561052357600080fd5b5061053e6004803603810190610539919061262a565b6112f3565b60405161054b91906120ae565b60405180910390f35b34801561056057600080fd5b5061057b600480360381019061057691906123de565b611387565b005b60006301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806105d857506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806106085750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b60606003805461061e90612699565b80601f016020809104026020016040519081016040528092919081815260200182805461064a90612699565b80156106975780601f1061066c57610100808354040283529160200191610697565b820191906000526020600020905b81548152906001019060200180831161067a57829003601f168201915b5050505050905090565b60006106ac8261147e565b6106e2576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6007600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610728826114dd565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361078f576040517f943f7b8c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166107ae6115a9565b73ffffffffffffffffffffffffffffffffffffffff1614610811576107da816107d56115a9565b6112f3565b610810576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b826007600084815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b60006108cd6115b1565b6002546001540303905090565b6108e58383836115b6565b505050565b60026009540361092f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161092690612716565b60405180910390fd5b600260098190555061093f61195d565b73ffffffffffffffffffffffffffffffffffffffff1661095d610f86565b73ffffffffffffffffffffffffffffffffffffffff16146109b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109aa90612782565b60405180910390fd5b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16476040516109f9906127d3565b60006040518083038185875af1925050503d8060008114610a36576040519150601f19603f3d011682016040523d82523d6000602084013e610a3b565b606091505b5050905080610a7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a7690612834565b60405180910390fd5b506001600981905550565b600260095403610acf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ac690612716565b60405180910390fd5b6002600981905550600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16610b186115a9565b73ffffffffffffffffffffffffffffffffffffffff1614610b6e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b65906128c6565b60405180910390fd5b806000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231326040518263ffffffff1660e01b8152600401610bcc9190612228565b602060405180830381865afa158015610be9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c0d91906128fb565b11610c4d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c4490612974565b60405180910390fd5b610c573283611965565b7f59ecd92cf8c91bb75e60d208dc5f746563ffc81bbb233d451fa5eb9408241e3e3283604051610c88929190612994565b60405180910390a150600160098190555050565b610cb7838383604051806020016040528060008152506111b8565b505050565b610cc461195d565b73ffffffffffffffffffffffffffffffffffffffff16610ce2610f86565b73ffffffffffffffffffffffffffffffffffffffff1614610d38576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d2f90612782565b60405180910390fd5b8181600c9190610d49929190611f57565b505050565b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000610d7f826114dd565b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610ded576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054169050919050565b610e4661195d565b73ffffffffffffffffffffffffffffffffffffffff16610e64610f86565b73ffffffffffffffffffffffffffffffffffffffff1614610eba576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eb190612782565b60405180910390fd5b610ec46000611983565b565b610ece61195d565b73ffffffffffffffffffffffffffffffffffffffff16610eec610f86565b73ffffffffffffffffffffffffffffffffffffffff1614610f42576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f3990612782565b60405180910390fd5b80600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060048054610fbe90612699565b80601f0160208091040260200160405190810160405280929190818152602001828054610fea90612699565b80156110375780601f1061100c57610100808354040283529160200191611037565b820191906000526020600020905b81548152906001019060200180831161101a57829003601f168201915b5050505050905090565b6110496115a9565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036110ad576040517fb06307db00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80600860006110ba6115a9565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff166111676115a9565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516111ac91906120ae565b60405180910390a35050565b6111c38484846115b6565b60008373ffffffffffffffffffffffffffffffffffffffff163b14611225576111ee84848484611a47565b611224576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b600b5481565b606061123c8261147e565b611272576040517fa14c4b5000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061127c611b97565b9050600081510361129c57604051806020016040528060008152506112c7565b806112a684611c29565b6040516020016112b79291906129f9565b6040516020818303038152906040525b915050919050565b7f000000000000000000000000000000000000000000000000000000000000000081565b6000600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61138f61195d565b73ffffffffffffffffffffffffffffffffffffffff166113ad610f86565b73ffffffffffffffffffffffffffffffffffffffff1614611403576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113fa90612782565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611472576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161146990612a8f565b60405180910390fd5b61147b81611983565b50565b6000816114896115b1565b11158015611498575060015482105b80156114d6575060007c0100000000000000000000000000000000000000000000000000000000600560008581526020019081526020016000205416145b9050919050565b600080829050806114ec6115b1565b11611572576001548110156115715760006005600083815260200190815260200160002054905060007c010000000000000000000000000000000000000000000000000000000082160361156f575b6000810361156557600560008360019003935083815260200190815260200160002054905061153b565b80925050506115a4565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b600033905090565b600090565b60006115c1826114dd565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614611628576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008473ffffffffffffffffffffffffffffffffffffffff166116496115a9565b73ffffffffffffffffffffffffffffffffffffffff1614806116785750611677856116726115a9565b6112f3565b5b806116bd57506116866115a9565b73ffffffffffffffffffffffffffffffffffffffff166116a5846106a1565b73ffffffffffffffffffffffffffffffffffffffff16145b9050806116f6576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff160361175c576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6117698585856001611c83565b6007600084815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001900391905081905550600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154600101919050819055507c020000000000000000000000000000000000000000000000000000000060a042901b61186686611c89565b1717600560008581526020019081526020016000208190555060007c02000000000000000000000000000000000000000000000000000000008316036118ee57600060018401905060006005600083815260200190815260200160002054036118ec5760015481146118eb578260056000838152602001908152602001600020819055505b5b505b828473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46119568585856001611c93565b5050505050565b600033905090565b61197f828260405180602001604052806000815250611c99565b5050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a02611a6d6115a9565b8786866040518563ffffffff1660e01b8152600401611a8f9493929190612b04565b6020604051808303816000875af1925050508015611acb57506040513d601f19601f82011682018060405250810190611ac89190612b65565b60015b611b44573d8060008114611afb576040519150601f19603f3d011682016040523d82523d6000602084013e611b00565b606091505b506000815103611b3c576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b6060600c8054611ba690612699565b80601f0160208091040260200160405190810160405280929190818152602001828054611bd290612699565b8015611c1f5780601f10611bf457610100808354040283529160200191611c1f565b820191906000526020600020905b815481529060010190602001808311611c0257829003601f168201915b5050505050905090565b60606080604051019050806040528082600183039250600a81066030018353600a810490505b8015611c6f57600183039250600a81066030018353600a81049050611c4f565b508181036020830392508083525050919050565b50505050565b6000819050919050565b50505050565b60006001549050600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603611d06576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008303611d40576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611d4d6000858386611c83565b600160406001901b178302600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254019250508190555060e1611db260018514611f4d565b901b60a042901b611dc286611c89565b1717600560008381526020019081526020016000208190555060008190506000848201905060008673ffffffffffffffffffffffffffffffffffffffff163b14611ec6575b818673ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611e766000878480600101955087611a47565b611eac576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808210611e07578260015414611ec157600080fd5b611f31565b5b818060010192508673ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4808210611ec7575b816001819055505050611f476000858386611c93565b50505050565b6000819050919050565b828054611f6390612699565b90600052602060002090601f016020900481019282611f855760008555611fcc565b82601f10611f9e57803560ff1916838001178555611fcc565b82800160010185558215611fcc579182015b82811115611fcb578235825591602001919060010190611fb0565b5b509050611fd99190611fdd565b5090565b5b80821115611ff6576000816000905550600101611fde565b5090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6120438161200e565b811461204e57600080fd5b50565b6000813590506120608161203a565b92915050565b60006020828403121561207c5761207b612004565b5b600061208a84828501612051565b91505092915050565b60008115159050919050565b6120a881612093565b82525050565b60006020820190506120c3600083018461209f565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b838110156121035780820151818401526020810190506120e8565b83811115612112576000848401525b50505050565b6000601f19601f8301169050919050565b6000612134826120c9565b61213e81856120d4565b935061214e8185602086016120e5565b61215781612118565b840191505092915050565b6000602082019050818103600083015261217c8184612129565b905092915050565b6000819050919050565b61219781612184565b81146121a257600080fd5b50565b6000813590506121b48161218e565b92915050565b6000602082840312156121d0576121cf612004565b5b60006121de848285016121a5565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612212826121e7565b9050919050565b61222281612207565b82525050565b600060208201905061223d6000830184612219565b92915050565b61224c81612207565b811461225757600080fd5b50565b60008135905061226981612243565b92915050565b6000806040838503121561228657612285612004565b5b60006122948582860161225a565b92505060206122a5858286016121a5565b9150509250929050565b6122b881612184565b82525050565b60006020820190506122d360008301846122af565b92915050565b6000806000606084860312156122f2576122f1612004565b5b60006123008682870161225a565b93505060206123118682870161225a565b9250506040612322868287016121a5565b9150509250925092565b600080fd5b600080fd5b600080fd5b60008083601f8401126123515761235061232c565b5b8235905067ffffffffffffffff81111561236e5761236d612331565b5b60208301915083600182028301111561238a57612389612336565b5b9250929050565b600080602083850312156123a8576123a7612004565b5b600083013567ffffffffffffffff8111156123c6576123c5612009565b5b6123d28582860161233b565b92509250509250929050565b6000602082840312156123f4576123f3612004565b5b60006124028482850161225a565b91505092915050565b61241481612093565b811461241f57600080fd5b50565b6000813590506124318161240b565b92915050565b6000806040838503121561244e5761244d612004565b5b600061245c8582860161225a565b925050602061246d85828601612422565b9150509250929050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6124b482612118565b810181811067ffffffffffffffff821117156124d3576124d261247c565b5b80604052505050565b60006124e6611ffa565b90506124f282826124ab565b919050565b600067ffffffffffffffff8211156125125761251161247c565b5b61251b82612118565b9050602081019050919050565b82818337600083830152505050565b600061254a612545846124f7565b6124dc565b90508281526020810184848401111561256657612565612477565b5b612571848285612528565b509392505050565b600082601f83011261258e5761258d61232c565b5b813561259e848260208601612537565b91505092915050565b600080600080608085870312156125c1576125c0612004565b5b60006125cf8782880161225a565b94505060206125e08782880161225a565b93505060406125f1878288016121a5565b925050606085013567ffffffffffffffff81111561261257612611612009565b5b61261e87828801612579565b91505092959194509250565b6000806040838503121561264157612640612004565b5b600061264f8582860161225a565b92505060206126608582860161225a565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806126b157607f821691505b6020821081036126c4576126c361266a565b5b50919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b6000612700601f836120d4565b915061270b826126ca565b602082019050919050565b6000602082019050818103600083015261272f816126f3565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061276c6020836120d4565b915061277782612736565b602082019050919050565b6000602082019050818103600083015261279b8161275f565b9050919050565b600081905092915050565b50565b60006127bd6000836127a2565b91506127c8826127ad565b600082019050919050565b60006127de826127b0565b9150819050919050565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b600061281e6010836120d4565b9150612829826127e8565b602082019050919050565b6000602082019050818103600083015261284d81612811565b9050919050565b7f5468652063616c6c6572206973206e6f74205a33524f2c206d7573742062652060008201527f5a33726f4964656e7469747920636f6e74726163740000000000000000000000602082015250565b60006128b06035836120d4565b91506128bb82612854565b604082019050919050565b600060208201905081810360008301526128df816128a3565b9050919050565b6000815190506128f58161218e565b92915050565b60006020828403121561291157612910612004565b5b600061291f848285016128e6565b91505092915050565b7f596f75206e65656420746f206f776e205a33524f2773204964656e746974792e600082015250565b600061295e6020836120d4565b915061296982612928565b602082019050919050565b6000602082019050818103600083015261298d81612951565b9050919050565b60006040820190506129a96000830185612219565b6129b660208301846122af565b9392505050565b600081905092915050565b60006129d3826120c9565b6129dd81856129bd565b93506129ed8185602086016120e5565b80840191505092915050565b6000612a0582856129c8565b9150612a1182846129c8565b91508190509392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000612a796026836120d4565b9150612a8482612a1d565b604082019050919050565b60006020820190508181036000830152612aa881612a6c565b9050919050565b600081519050919050565b600082825260208201905092915050565b6000612ad682612aaf565b612ae08185612aba565b9350612af08185602086016120e5565b612af981612118565b840191505092915050565b6000608082019050612b196000830187612219565b612b266020830186612219565b612b3360408301856122af565b8181036060830152612b458184612acb565b905095945050505050565b600081519050612b5f8161203a565b92915050565b600060208284031215612b7b57612b7a612004565b5b6000612b8984828501612b50565b9150509291505056fea2646970667358221220d2dc16d151c7888f2758d26df74f45efdb7b577078a96ebd73c91b9a8521571b64736f6c634300080d003360c06040523480156200001157600080fd5b5060405162003061380380620030618339818101604052810190620000379190620003c8565b6040518060400160405280600e81526020017f7a33726f636f6c6c6563746976650000000000000000000000000000000000008152506040518060400160405280600481526020017f5a33524f00000000000000000000000000000000000000000000000000000000815250620000c3620000b7620001d560201b60201c565b620001dd60201b60201c565b8160039080519060200190620000db929190620002ae565b508060049080519060200190620000f4929190620002ae565b5062000105620002a160201b60201c565b6001819055505050600160098190555081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555062000166620002a660201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff16815250508073ffffffffffffffffffffffffffffffffffffffff1660a08173ffffffffffffffffffffffffffffffffffffffff1681525050505062000473565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600090565b600033905090565b828054620002bc906200043e565b90600052602060002090601f016020900481019282620002e057600085556200032c565b82601f10620002fb57805160ff19168380011785556200032c565b828001600101855582156200032c579182015b828111156200032b5782518255916020019190600101906200030e565b5b5090506200033b91906200033f565b5090565b5b808211156200035a57600081600090555060010162000340565b5090565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000620003908262000363565b9050919050565b620003a28162000383565b8114620003ae57600080fd5b50565b600081519050620003c28162000397565b92915050565b60008060408385031215620003e257620003e16200035e565b5b6000620003f285828601620003b1565b92505060206200040585828601620003b1565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200045757607f821691505b6020821081036200046d576200046c6200040f565b5b50919050565b60805160a051612bc86200049960003960006109b7015260006110bf0152612bc86000f3fe60806040526004361061014b5760003560e01c8063715018a6116100b6578063bdb4b8481161006f578063bdb4b84814610468578063c87b56dd14610493578063ce606ee0146104d0578063e61be480146104fb578063e985e9c514610517578063f2fde38b146105545761014b565b8063715018a6146103805780638d9301b7146103975780638da5cb5b146103c057806395d89b41146103eb578063a22cb46514610416578063b88d4fde1461043f5761014b565b806324600fc31161010857806324600fc31461027257806342842e0e1461028957806355f804b3146102b2578063594d2a57146102db5780636352211e1461030657806370a08231146103435761014b565b806301ffc9a71461015057806306fdde031461018d578063081812fc146101b8578063095ea7b3146101f557806318160ddd1461021e57806323b872dd14610249575b600080fd5b34801561015c57600080fd5b5061017760048036038101906101729190612066565b61057d565b60405161018491906120ae565b60405180910390f35b34801561019957600080fd5b506101a261060f565b6040516101af9190612162565b60405180910390f35b3480156101c457600080fd5b506101df60048036038101906101da91906121ba565b6106a1565b6040516101ec9190612228565b60405180910390f35b34801561020157600080fd5b5061021c6004803603810190610217919061226f565b61071d565b005b34801561022a57600080fd5b506102336108c3565b60405161024091906122be565b60405180910390f35b34801561025557600080fd5b50610270600480360381019061026b91906122d9565b6108da565b005b34801561027e57600080fd5b506102876108ea565b005b34801561029557600080fd5b506102b060048036038101906102ab91906122d9565b610a8a565b005b3480156102be57600080fd5b506102d960048036038101906102d49190612391565b610aaa565b005b3480156102e757600080fd5b506102f0610b3c565b6040516102fd9190612228565b60405180910390f35b34801561031257600080fd5b5061032d600480360381019061032891906121ba565b610b62565b60405161033a9190612228565b60405180910390f35b34801561034f57600080fd5b5061036a600480360381019061036591906123de565b610b74565b60405161037791906122be565b60405180910390f35b34801561038c57600080fd5b50610395610c2c565b005b3480156103a357600080fd5b506103be60048036038101906103b991906123de565b610cb4565b005b3480156103cc57600080fd5b506103d5610d74565b6040516103e29190612228565b60405180910390f35b3480156103f757600080fd5b50610400610d9d565b60405161040d9190612162565b60405180910390f35b34801561042257600080fd5b5061043d60048036038101906104389190612437565b610e2f565b005b34801561044b57600080fd5b50610466600480360381019061046191906125a7565b610fa6565b005b34801561047457600080fd5b5061047d611019565b60405161048a91906122be565b60405180910390f35b34801561049f57600080fd5b506104ba60048036038101906104b591906121ba565b61101f565b6040516104c79190612162565b60405180910390f35b3480156104dc57600080fd5b506104e56110bd565b6040516104f29190612228565b60405180910390f35b610515600480360381019061051091906121ba565b6110e1565b005b34801561052357600080fd5b5061053e6004803603810190610539919061262a565b6112f3565b60405161054b91906120ae565b60405180910390f35b34801561056057600080fd5b5061057b600480360381019061057691906123de565b611387565b005b60006301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806105d857506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806106085750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b60606003805461061e90612699565b80601f016020809104026020016040519081016040528092919081815260200182805461064a90612699565b80156106975780601f1061066c57610100808354040283529160200191610697565b820191906000526020600020905b81548152906001019060200180831161067a57829003601f168201915b5050505050905090565b60006106ac8261147e565b6106e2576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6007600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610728826114dd565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361078f576040517f943f7b8c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166107ae6115a9565b73ffffffffffffffffffffffffffffffffffffffff1614610811576107da816107d56115a9565b6112f3565b610810576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b826007600084815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b60006108cd6115b1565b6002546001540303905090565b6108e58383836115b6565b505050565b60026009540361092f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161092690612716565b60405180910390fd5b600260098190555061093f61195d565b73ffffffffffffffffffffffffffffffffffffffff1661095d610d74565b73ffffffffffffffffffffffffffffffffffffffff16146109b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109aa90612782565b60405180910390fd5b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16476040516109f9906127d3565b60006040518083038185875af1925050503d8060008114610a36576040519150601f19603f3d011682016040523d82523d6000602084013e610a3b565b606091505b5050905080610a7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a7690612834565b60405180910390fd5b506001600981905550565b610aa583838360405180602001604052806000815250610fa6565b505050565b610ab261195d565b73ffffffffffffffffffffffffffffffffffffffff16610ad0610d74565b73ffffffffffffffffffffffffffffffffffffffff1614610b26576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b1d90612782565b60405180910390fd5b8181600c9190610b37929190611f57565b505050565b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000610b6d826114dd565b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610bdb576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054169050919050565b610c3461195d565b73ffffffffffffffffffffffffffffffffffffffff16610c52610d74565b73ffffffffffffffffffffffffffffffffffffffff1614610ca8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c9f90612782565b60405180910390fd5b610cb26000611965565b565b610cbc61195d565b73ffffffffffffffffffffffffffffffffffffffff16610cda610d74565b73ffffffffffffffffffffffffffffffffffffffff1614610d30576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d2790612782565b60405180910390fd5b80600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060048054610dac90612699565b80601f0160208091040260200160405190810160405280929190818152602001828054610dd890612699565b8015610e255780601f10610dfa57610100808354040283529160200191610e25565b820191906000526020600020905b815481529060010190602001808311610e0857829003601f168201915b5050505050905090565b610e376115a9565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610e9b576040517fb06307db00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8060086000610ea86115a9565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16610f556115a9565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051610f9a91906120ae565b60405180910390a35050565b610fb18484846115b6565b60008373ffffffffffffffffffffffffffffffffffffffff163b1461101357610fdc84848484611a29565b611012576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b600b5481565b606061102a8261147e565b611060576040517fa14c4b5000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061106a611b79565b9050600081510361108a57604051806020016040528060008152506110b5565b8061109484611c0b565b6040516020016110a5929190612890565b6040516020818303038152906040525b915050919050565b7f000000000000000000000000000000000000000000000000000000000000000081565b600260095403611126576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161111d90612716565b60405180910390fd5b6002600981905550600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1661116f6115a9565b73ffffffffffffffffffffffffffffffffffffffff16146111c5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111bc90612926565b60405180910390fd5b806000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231326040518263ffffffff1660e01b81526004016112239190612228565b602060405180830381865afa158015611240573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611264919061295b565b116112a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161129b906129d4565b60405180910390fd5b6112ae3283611c65565b7f9bd2a6588f9085214bc1302bd5203a2e9380efe7e264d78e826ab2e5a61ed51332836040516112df9291906129f4565b60405180910390a150600160098190555050565b6000600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61138f61195d565b73ffffffffffffffffffffffffffffffffffffffff166113ad610d74565b73ffffffffffffffffffffffffffffffffffffffff1614611403576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113fa90612782565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611472576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161146990612a8f565b60405180910390fd5b61147b81611965565b50565b6000816114896115b1565b11158015611498575060015482105b80156114d6575060007c0100000000000000000000000000000000000000000000000000000000600560008581526020019081526020016000205416145b9050919050565b600080829050806114ec6115b1565b11611572576001548110156115715760006005600083815260200190815260200160002054905060007c010000000000000000000000000000000000000000000000000000000082160361156f575b6000810361156557600560008360019003935083815260200190815260200160002054905061153b565b80925050506115a4565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b600033905090565b600090565b60006115c1826114dd565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614611628576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008473ffffffffffffffffffffffffffffffffffffffff166116496115a9565b73ffffffffffffffffffffffffffffffffffffffff1614806116785750611677856116726115a9565b6112f3565b5b806116bd57506116866115a9565b73ffffffffffffffffffffffffffffffffffffffff166116a5846106a1565b73ffffffffffffffffffffffffffffffffffffffff16145b9050806116f6576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff160361175c576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6117698585856001611c83565b6007600084815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001900391905081905550600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154600101919050819055507c020000000000000000000000000000000000000000000000000000000060a042901b61186686611c89565b1717600560008581526020019081526020016000208190555060007c02000000000000000000000000000000000000000000000000000000008316036118ee57600060018401905060006005600083815260200190815260200160002054036118ec5760015481146118eb578260056000838152602001908152602001600020819055505b5b505b828473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46119568585856001611c93565b5050505050565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a02611a4f6115a9565b8786866040518563ffffffff1660e01b8152600401611a719493929190612b04565b6020604051808303816000875af1925050508015611aad57506040513d601f19601f82011682018060405250810190611aaa9190612b65565b60015b611b26573d8060008114611add576040519150601f19603f3d011682016040523d82523d6000602084013e611ae2565b606091505b506000815103611b1e576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b6060600c8054611b8890612699565b80601f0160208091040260200160405190810160405280929190818152602001828054611bb490612699565b8015611c015780601f10611bd657610100808354040283529160200191611c01565b820191906000526020600020905b815481529060010190602001808311611be457829003601f168201915b5050505050905090565b60606080604051019050806040528082600183039250600a81066030018353600a810490505b8015611c5157600183039250600a81066030018353600a81049050611c31565b508181036020830392508083525050919050565b611c7f828260405180602001604052806000815250611c99565b5050565b50505050565b6000819050919050565b50505050565b60006001549050600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603611d06576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008303611d40576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611d4d6000858386611c83565b600160406001901b178302600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254019250508190555060e1611db260018514611f4d565b901b60a042901b611dc286611c89565b1717600560008381526020019081526020016000208190555060008190506000848201905060008673ffffffffffffffffffffffffffffffffffffffff163b14611ec6575b818673ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611e766000878480600101955087611a29565b611eac576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808210611e07578260015414611ec157600080fd5b611f31565b5b818060010192508673ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4808210611ec7575b816001819055505050611f476000858386611c93565b50505050565b6000819050919050565b828054611f6390612699565b90600052602060002090601f016020900481019282611f855760008555611fcc565b82601f10611f9e57803560ff1916838001178555611fcc565b82800160010185558215611fcc579182015b82811115611fcb578235825591602001919060010190611fb0565b5b509050611fd99190611fdd565b5090565b5b80821115611ff6576000816000905550600101611fde565b5090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6120438161200e565b811461204e57600080fd5b50565b6000813590506120608161203a565b92915050565b60006020828403121561207c5761207b612004565b5b600061208a84828501612051565b91505092915050565b60008115159050919050565b6120a881612093565b82525050565b60006020820190506120c3600083018461209f565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b838110156121035780820151818401526020810190506120e8565b83811115612112576000848401525b50505050565b6000601f19601f8301169050919050565b6000612134826120c9565b61213e81856120d4565b935061214e8185602086016120e5565b61215781612118565b840191505092915050565b6000602082019050818103600083015261217c8184612129565b905092915050565b6000819050919050565b61219781612184565b81146121a257600080fd5b50565b6000813590506121b48161218e565b92915050565b6000602082840312156121d0576121cf612004565b5b60006121de848285016121a5565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612212826121e7565b9050919050565b61222281612207565b82525050565b600060208201905061223d6000830184612219565b92915050565b61224c81612207565b811461225757600080fd5b50565b60008135905061226981612243565b92915050565b6000806040838503121561228657612285612004565b5b60006122948582860161225a565b92505060206122a5858286016121a5565b9150509250929050565b6122b881612184565b82525050565b60006020820190506122d360008301846122af565b92915050565b6000806000606084860312156122f2576122f1612004565b5b60006123008682870161225a565b93505060206123118682870161225a565b9250506040612322868287016121a5565b9150509250925092565b600080fd5b600080fd5b600080fd5b60008083601f8401126123515761235061232c565b5b8235905067ffffffffffffffff81111561236e5761236d612331565b5b60208301915083600182028301111561238a57612389612336565b5b9250929050565b600080602083850312156123a8576123a7612004565b5b600083013567ffffffffffffffff8111156123c6576123c5612009565b5b6123d28582860161233b565b92509250509250929050565b6000602082840312156123f4576123f3612004565b5b60006124028482850161225a565b91505092915050565b61241481612093565b811461241f57600080fd5b50565b6000813590506124318161240b565b92915050565b6000806040838503121561244e5761244d612004565b5b600061245c8582860161225a565b925050602061246d85828601612422565b9150509250929050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6124b482612118565b810181811067ffffffffffffffff821117156124d3576124d261247c565b5b80604052505050565b60006124e6611ffa565b90506124f282826124ab565b919050565b600067ffffffffffffffff8211156125125761251161247c565b5b61251b82612118565b9050602081019050919050565b82818337600083830152505050565b600061254a612545846124f7565b6124dc565b90508281526020810184848401111561256657612565612477565b5b612571848285612528565b509392505050565b600082601f83011261258e5761258d61232c565b5b813561259e848260208601612537565b91505092915050565b600080600080608085870312156125c1576125c0612004565b5b60006125cf8782880161225a565b94505060206125e08782880161225a565b93505060406125f1878288016121a5565b925050606085013567ffffffffffffffff81111561261257612611612009565b5b61261e87828801612579565b91505092959194509250565b6000806040838503121561264157612640612004565b5b600061264f8582860161225a565b92505060206126608582860161225a565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806126b157607f821691505b6020821081036126c4576126c361266a565b5b50919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b6000612700601f836120d4565b915061270b826126ca565b602082019050919050565b6000602082019050818103600083015261272f816126f3565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061276c6020836120d4565b915061277782612736565b602082019050919050565b6000602082019050818103600083015261279b8161275f565b9050919050565b600081905092915050565b50565b60006127bd6000836127a2565b91506127c8826127ad565b600082019050919050565b60006127de826127b0565b9150819050919050565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b600061281e6010836120d4565b9150612829826127e8565b602082019050919050565b6000602082019050818103600083015261284d81612811565b9050919050565b600081905092915050565b600061286a826120c9565b6128748185612854565b93506128848185602086016120e5565b80840191505092915050565b600061289c828561285f565b91506128a8828461285f565b91508190509392505050565b7f5468652063616c6c6572206973206e6f74205a33524f2c206d7573742062652060008201527f5a33726f4964656e7469747920636f6e74726163740000000000000000000000602082015250565b60006129106035836120d4565b915061291b826128b4565b604082019050919050565b6000602082019050818103600083015261293f81612903565b9050919050565b6000815190506129558161218e565b92915050565b60006020828403121561297157612970612004565b5b600061297f84828501612946565b91505092915050565b7f596f75206e65656420746f206f776e205a33524f2773204964656e746974792e600082015250565b60006129be6020836120d4565b91506129c982612988565b602082019050919050565b600060208201905081810360008301526129ed816129b1565b9050919050565b6000604082019050612a096000830185612219565b612a1660208301846122af565b9392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000612a796026836120d4565b9150612a8482612a1d565b604082019050919050565b60006020820190508181036000830152612aa881612a6c565b9050919050565b600081519050919050565b600082825260208201905092915050565b6000612ad682612aaf565b612ae08185612aba565b9350612af08185602086016120e5565b612af981612118565b840191505092915050565b6000608082019050612b196000830187612219565b612b266020830186612219565b612b3360408301856122af565b8181036060830152612b458184612acb565b905095945050505050565b600081519050612b5f8161203a565b92915050565b600060208284031215612b7b57612b7a612004565b5b6000612b8984828501612b50565b9150509291505056fea2646970667358221220eb34ae5b0f09512830db569f3cabe9eee9c50d27654121b6749d2aef58df8d6364736f6c634300080d003300000000000000000000000000000000000000000000000000000000000004570000000000000000000000000000000000000000000000000000000000000003000000000000000000000000467c7099a0f6c52d923aa24d1c5fabd403913693

Deployed Bytecode

0x6080604052600436106102ff5760003560e01c8063812b4bfc11610190578063c213cfd3116100dc578063ce606ee011610095578063e985e9c51161006f578063e985e9c514610b28578063f2fde38b14610b65578063fa11c1aa14610b8e578063fcaa766414610bb7576102ff565b8063ce606ee014610aa9578063d89135cd14610ad4578063e0a8085314610aff576102ff565b8063c213cfd314610990578063c51ec15f146109b9578063c7535068146109ed578063c87b56dd14610a18578063c984a59d14610a55578063ce3cd99714610a80576102ff565b80639d71052111610149578063b25d82cf11610123578063b25d82cf146108ec578063b88d4fde14610915578063b9fede891461093e578063bd32fb6614610967576102ff565b80639d7105211461086d578063a22cb46514610898578063b12a1818146108c1576102ff565b8063812b4bfc1461076f5780638545f4ea146107985780638da5cb5b146107c157806393e59dc1146107ec57806394cc41401461081757806395d89b4114610842576102ff565b806342842e0e1161024f578063572097dd116102085780636fa379a1116101e25780636fa379a1146106c75780636fbc2fd3146106f057806370a082311461071b578063715018a614610758576102ff565b8063572097dd146106455780636352211e1461066e57806365d4c93e146106ab576102ff565b806342842e0e1461054d57806342966c681461057657806343794ec81461059f57806349da0406146105c8578063559d0f57146105f357806355f804b31461061c576102ff565b8063198861ee116102bc57806324600fc31161029657806324600fc3146104a55780632478d639146104bc578063260f2cf4146104f95780633dca978514610524576102ff565b8063198861ee146104285780631dd02b4b1461045357806323b872dd1461047c576102ff565b806301ffc9a71461030457806306fdde0314610341578063081812fc1461036c578063095ea7b3146103a95780630ca1c5c9146103d257806318160ddd146103fd575b600080fd5b34801561031057600080fd5b5061032b600480360381019061032691906143a7565b610be2565b60405161033891906143ef565b60405180910390f35b34801561034d57600080fd5b50610356610c74565b60405161036391906144a3565b60405180910390f35b34801561037857600080fd5b50610393600480360381019061038e91906144fb565b610d06565b6040516103a09190614569565b60405180910390f35b3480156103b557600080fd5b506103d060048036038101906103cb91906145b0565b610d82565b005b3480156103de57600080fd5b506103e7610f28565b6040516103f491906145ff565b60405180910390f35b34801561040957600080fd5b50610412610f37565b60405161041f91906145ff565b60405180910390f35b34801561043457600080fd5b5061043d610f4e565b60405161044a9190614679565b60405180910390f35b34801561045f57600080fd5b5061047a600480360381019061047591906146c0565b610f78565b005b34801561048857600080fd5b506104a3600480360381019061049e91906146ed565b611014565b005b3480156104b157600080fd5b506104ba611024565b005b3480156104c857600080fd5b506104e360048036038101906104de9190614740565b6111c4565b6040516104f091906145ff565b60405180910390f35b34801561050557600080fd5b5061050e6111d6565b60405161051b919061478e565b60405180910390f35b34801561053057600080fd5b5061054b600480360381019061054691906144fb565b6111fc565b005b34801561055957600080fd5b50610574600480360381019061056f91906146ed565b6112a4565b005b34801561058257600080fd5b5061059d600480360381019061059891906144fb565b6112c4565b005b3480156105ab57600080fd5b506105c660048036038101906105c191906147df565b6112d2565b005b3480156105d457600080fd5b506105dd611358565b6040516105ea919061481b565b60405180910390f35b3480156105ff57600080fd5b5061061a600480360381019061061591906144fb565b61135e565b005b34801561062857600080fd5b50610643600480360381019061063e919061489b565b611406565b005b34801561065157600080fd5b5061066c60048036038101906106679190614922565b611498565b005b34801561067a57600080fd5b50610695600480360381019061069091906144fb565b611537565b6040516106a29190614569565b60405180910390f35b6106c560048036038101906106c091906149a5565b611549565b005b3480156106d357600080fd5b506106ee60048036038101906106e99190614a52565b611e4d565b005b3480156106fc57600080fd5b50610705611eea565b60405161071291906145ff565b60405180910390f35b34801561072757600080fd5b50610742600480360381019061073d9190614740565b611ef0565b60405161074f91906145ff565b60405180910390f35b34801561076457600080fd5b5061076d611fa8565b005b34801561077b57600080fd5b5061079660048036038101906107919190614a52565b612030565b005b3480156107a457600080fd5b506107bf60048036038101906107ba91906144fb565b6120cd565b005b3480156107cd57600080fd5b506107d6612156565b6040516107e39190614569565b60405180910390f35b3480156107f857600080fd5b5061080161217f565b60405161080e919061481b565b60405180910390f35b34801561082357600080fd5b5061082c612185565b60405161083991906143ef565b60405180910390f35b34801561084e57600080fd5b5061085761219f565b60405161086491906144a3565b60405180910390f35b34801561087957600080fd5b50610882612231565b60405161088f9190614679565b60405180910390f35b3480156108a457600080fd5b506108bf60048036038101906108ba9190614a7f565b612257565b005b3480156108cd57600080fd5b506108d66123ce565b6040516108e391906145ff565b60405180910390f35b3480156108f857600080fd5b50610913600480360381019061090e91906149a5565b6123d4565b005b34801561092157600080fd5b5061093c60048036038101906109379190614bef565b612b09565b005b34801561094a57600080fd5b50610965600480360381019061096091906146c0565b612b7c565b005b34801561097357600080fd5b5061098e600480360381019061098991906147df565b612c18565b005b34801561099c57600080fd5b506109b760048036038101906109b291906144fb565b612c9e565b005b3480156109c557600080fd5b506109ce612d46565b6040516109e49a99989796959493929190614c90565b60405180910390f35b3480156109f957600080fd5b50610a02612dfe565b604051610a0f919061478e565b60405180910390f35b348015610a2457600080fd5b50610a3f6004803603810190610a3a91906144fb565b612e28565b604051610a4c91906144a3565b60405180910390f35b348015610a6157600080fd5b50610a6a612ec6565b604051610a7791906145ff565b60405180910390f35b348015610a8c57600080fd5b50610aa76004803603810190610aa29190614a52565b612ecc565b005b348015610ab557600080fd5b50610abe612f69565b604051610acb9190614569565b60405180910390f35b348015610ae057600080fd5b50610ae9612f8d565b604051610af691906145ff565b60405180910390f35b348015610b0b57600080fd5b50610b266004803603810190610b2191906146c0565b612f9c565b005b348015610b3457600080fd5b50610b4f6004803603810190610b4a9190614d2c565b613038565b604051610b5c91906143ef565b60405180910390f35b348015610b7157600080fd5b50610b8c6004803603810190610b879190614740565b6130cc565b005b348015610b9a57600080fd5b50610bb56004803603810190610bb09190614a52565b6131c3565b005b348015610bc357600080fd5b50610bcc613260565b604051610bd99190614d6c565b60405180910390f35b60006301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610c3d57506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610c6d5750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b606060038054610c8390614db6565b80601f0160208091040260200160405190810160405280929190818152602001828054610caf90614db6565b8015610cfc5780601f10610cd157610100808354040283529160200191610cfc565b820191906000526020600020905b815481529060010190602001808311610cdf57829003601f168201915b5050505050905090565b6000610d118261327a565b610d47576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6007600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610d8d826132d9565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610df4576040517f943f7b8c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610e136133a5565b73ffffffffffffffffffffffffffffffffffffffff1614610e7657610e3f81610e3a6133a5565b613038565b610e75576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b826007600084815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b6000610f326133ad565b905090565b6000610f416133c0565b6002546001540303905090565b6000601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610f806133c5565b73ffffffffffffffffffffffffffffffffffffffff16610f9e612156565b73ffffffffffffffffffffffffffffffffffffffff1614610ff4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610feb90614e33565b60405180910390fd5b80601060000160016101000a81548160ff02191690831515021790555050565b61101f8383836133cd565b505050565b600260095403611069576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161106090614e9f565b60405180910390fd5b60026009819055506110796133c5565b73ffffffffffffffffffffffffffffffffffffffff16611097612156565b73ffffffffffffffffffffffffffffffffffffffff16146110ed576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110e490614e33565b60405180910390fd5b60007f000000000000000000000000467c7099a0f6c52d923aa24d1c5fabd40391369373ffffffffffffffffffffffffffffffffffffffff164760405161113390614ef0565b60006040518083038185875af1925050503d8060008114611170576040519150601f19603f3d011682016040523d82523d6000602084013e611175565b606091505b50509050806111b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b090614f51565b60405180910390fd5b506001600981905550565b60006111cf82613774565b9050919050565b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6112046133c5565b73ffffffffffffffffffffffffffffffffffffffff16611222612156565b73ffffffffffffffffffffffffffffffffffffffff1614611278576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161126f90614e33565b60405180910390fd5b6001601060000160039054906101000a900460ff1660ff161461129a57600080fd5b80600a8190555050565b6112bf83838360405180602001604052806000815250612b09565b505050565b6112cf8160016137cb565b50565b6112da6133c5565b73ffffffffffffffffffffffffffffffffffffffff166112f8612156565b73ffffffffffffffffffffffffffffffffffffffff161461134e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161134590614e33565b60405180910390fd5b80600f8190555050565b600f5481565b6113666133c5565b73ffffffffffffffffffffffffffffffffffffffff16611384612156565b73ffffffffffffffffffffffffffffffffffffffff16146113da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113d190614e33565b60405180910390fd5b6002601060000160039054906101000a900460ff1660ff16146113fc57600080fd5b80600b8190555050565b61140e6133c5565b73ffffffffffffffffffffffffffffffffffffffff1661142c612156565b73ffffffffffffffffffffffffffffffffffffffff1614611482576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161147990614e33565b60405180910390fd5b8181600d9190611493929190614298565b505050565b6114a06133c5565b73ffffffffffffffffffffffffffffffffffffffff166114be612156565b73ffffffffffffffffffffffffffffffffffffffff1614611514576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150b90614e33565b60405180910390fd5b80601060000160086101000a81548161ffff021916908361ffff16021790555050565b6000611542826132d9565b9050919050565b60026009540361158e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161158590614e9f565b60405180910390fd5b600260098190555061159e6133a5565b73ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff161461160b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161160290614fe3565b60405180910390fd5b83601060000160009054906101000a900460ff1661165e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116559061504f565b60405180910390fd5b6000601060000160039054906101000a900460ff1660ff16116116b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116ad906150bb565b60405180910390fd5b6000601060010154116116fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116f590615127565b60405180910390fd5b6000601060000160049054906101000a900460ff1660ff1611611756576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161174d90615193565b60405180910390fd5b6000601060000160089054906101000a900461ffff1661ffff16116117b0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117a790615225565b60405180910390fd5b6001601060000160039054906101000a900460ff1660ff160361182957600a54816117d96133ad565b6117e39190615274565b1115611824576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161181b90615316565b60405180910390fd5b611940565b6002601060000160039054906101000a900460ff1660ff16036118af57600b54600a546118569190615274565b8161185f6133ad565b6118699190615274565b11156118aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118a190615382565b60405180910390fd5b61193f565b6003601060000160039054906101000a900460ff1660ff160361193e57600c54600b54600a546118df9190615274565b6118e99190615274565b816118f26133ad565b6118fc9190615274565b111561193d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611934906153ee565b60405180910390fd5b5b5b5b846001601060000160039054906101000a900460ff1660ff16036119d557601060000160049054906101000a900460ff1660ff1661198461197f6133a5565b613aa1565b8261198f9190615274565b11156119d0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c790615480565b60405180910390fd5b611b2b565b6002601060000160039054906101000a900460ff1660ff1603611a815760006119fc613af8565b9050601060000160059054906101000a900460ff1660ff1681611a25611a206133a5565b613aa1565b84611a309190615274565b611a3a91906154a0565b1115611a7b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a7290615480565b60405180910390fd5b50611b2a565b6003601060000160039054906101000a900460ff1660ff1603611b29576000611aa8613b72565b9050601060000160069054906101000a900460ff1660ff1681611ad1611acc6133a5565b613aa1565b84611adc9190615274565b611ae691906154a0565b1115611b27576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b1e90615480565b60405180910390fd5b505b5b5b85858585601060000160019054906101000a900460ff1615611c86576000600e5403611b8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b8390615520565b60405180910390fd5b601060000160089054906101000a900461ffff1661ffff1684611bad6133ad565b611bb79190615274565b1115611bf8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bef906155b2565b60405180910390fd5b611c46838380806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f82011690508083019250505050505050600e5483613bf9565b611c85576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c7c9061561e565b60405180910390fd5b5b601060010154341015611cce576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cc59061568a565b60405180910390fd5b611cdf611cd96133a5565b8b613c10565b601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633d0bc5af8b6040518263ffffffff1660e01b8152600401611d3a91906145ff565b600060405180830381600087803b158015611d5457600080fd5b505af1158015611d68573d6000803e3d6000fd5b50505050601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e61be4808b6040518263ffffffff1660e01b8152600401611dc791906145ff565b600060405180830381600087803b158015611de157600080fd5b505af1158015611df5573d6000803e3d6000fd5b505050507fb7656808f0e04b4af7a20f7ef1caa7669f0d781f1ca4cba31a3ba467880766c9611e226133a5565b8b604051611e319291906156aa565b60405180910390a1505050505050600160098190555050505050565b611e556133c5565b73ffffffffffffffffffffffffffffffffffffffff16611e73612156565b73ffffffffffffffffffffffffffffffffffffffff1614611ec9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ec090614e33565b60405180910390fd5b80601060000160066101000a81548160ff021916908360ff16021790555050565b600b5481565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611f57576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054169050919050565b611fb06133c5565b73ffffffffffffffffffffffffffffffffffffffff16611fce612156565b73ffffffffffffffffffffffffffffffffffffffff1614612024576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161201b90614e33565b60405180910390fd5b61202e6000613c2e565b565b6120386133c5565b73ffffffffffffffffffffffffffffffffffffffff16612056612156565b73ffffffffffffffffffffffffffffffffffffffff16146120ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120a390614e33565b60405180910390fd5b80601060000160056101000a81548160ff021916908360ff16021790555050565b6120d56133c5565b73ffffffffffffffffffffffffffffffffffffffff166120f3612156565b73ffffffffffffffffffffffffffffffffffffffff1614612149576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161214090614e33565b60405180910390fd5b8060106001018190555050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600e5481565b6000601060000160009054906101000a900460ff16905090565b6060600480546121ae90614db6565b80601f01602080910402602001604051908101604052809291908181526020018280546121da90614db6565b80156122275780601f106121fc57610100808354040283529160200191612227565b820191906000526020600020905b81548152906001019060200180831161220a57829003601f168201915b5050505050905090565b601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b61225f6133a5565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036122c3576040517fb06307db00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80600860006122d06133a5565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff1661237d6133a5565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516123c291906143ef565b60405180910390a35050565b600c5481565b600260095403612419576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241090614e9f565b60405180910390fd5b60026009819055506124296133a5565b73ffffffffffffffffffffffffffffffffffffffff163273ffffffffffffffffffffffffffffffffffffffff1614612496576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248d90614fe3565b60405180910390fd5b83601060000160009054906101000a900460ff166124e9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124e09061504f565b60405180910390fd5b6001601060000160039054906101000a900460ff1660ff160361256257600a54816125126133ad565b61251c9190615274565b111561255d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161255490615316565b60405180910390fd5b612679565b6002601060000160039054906101000a900460ff1660ff16036125e857600b54600a5461258f9190615274565b816125986133ad565b6125a29190615274565b11156125e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125da90615382565b60405180910390fd5b612678565b6003601060000160039054906101000a900460ff1660ff160361267757600c54600b54600a546126189190615274565b6126229190615274565b8161262b6133ad565b6126359190615274565b1115612676576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161266d906153ee565b60405180910390fd5b5b5b5b846001601060000160039054906101000a900460ff1660ff160361270e57601060000160049054906101000a900460ff1660ff166126bd6126b86133a5565b613aa1565b826126c89190615274565b1115612709576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161270090615480565b60405180910390fd5b612864565b6002601060000160039054906101000a900460ff1660ff16036127ba576000612735613af8565b9050601060000160059054906101000a900460ff1660ff168161275e6127596133a5565b613aa1565b846127699190615274565b61277391906154a0565b11156127b4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127ab90615480565b60405180910390fd5b50612863565b6003601060000160039054906101000a900460ff1660ff16036128625760006127e1613b72565b9050601060000160069054906101000a900460ff1660ff168161280a6128056133a5565b613aa1565b846128159190615274565b61281f91906154a0565b1115612860576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161285790615480565b60405180910390fd5b505b5b5b85858585601060000160029054906101000a900460ff1661288457600080fd5b6000600f54036128c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128c09061571f565b60405180910390fd5b601060000160079054906101000a900460ff1660ff16846128e86133ad565b6128f29190615274565b11156128fd57600080fd5b61294b838380806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f82011690508083019250505050505050600f5483613bf9565b61298a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129819061578b565b60405180910390fd5b61299b6129956133a5565b8b613c10565b601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633d0bc5af8b6040518263ffffffff1660e01b81526004016129f691906145ff565b600060405180830381600087803b158015612a1057600080fd5b505af1158015612a24573d6000803e3d6000fd5b50505050601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e61be4808b6040518263ffffffff1660e01b8152600401612a8391906145ff565b600060405180830381600087803b158015612a9d57600080fd5b505af1158015612ab1573d6000803e3d6000fd5b505050507fb7656808f0e04b4af7a20f7ef1caa7669f0d781f1ca4cba31a3ba467880766c9612ade6133a5565b8b604051612aed9291906156aa565b60405180910390a1505050505050600160098190555050505050565b612b148484846133cd565b60008373ffffffffffffffffffffffffffffffffffffffff163b14612b7657612b3f84848484613cf2565b612b75576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b612b846133c5565b73ffffffffffffffffffffffffffffffffffffffff16612ba2612156565b73ffffffffffffffffffffffffffffffffffffffff1614612bf8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612bef90614e33565b60405180910390fd5b80601060000160026101000a81548160ff02191690831515021790555050565b612c206133c5565b73ffffffffffffffffffffffffffffffffffffffff16612c3e612156565b73ffffffffffffffffffffffffffffffffffffffff1614612c94576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c8b90614e33565b60405180910390fd5b80600e8190555050565b612ca66133c5565b73ffffffffffffffffffffffffffffffffffffffff16612cc4612156565b73ffffffffffffffffffffffffffffffffffffffff1614612d1a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d1190614e33565b60405180910390fd5b6003601060000160039054906101000a900460ff1660ff1614612d3c57600080fd5b80600c8190555050565b60108060000160009054906101000a900460ff16908060000160019054906101000a900460ff16908060000160029054906101000a900460ff16908060000160039054906101000a900460ff16908060000160049054906101000a900460ff16908060000160059054906101000a900460ff16908060000160069054906101000a900460ff16908060000160079054906101000a900460ff16908060000160089054906101000a900461ffff1690806001015490508a565b6000601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060612e338261327a565b612e69576040517fa14c4b5000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000612e73613e42565b90506000815103612e935760405180602001604052806000815250612ebe565b80612e9d84613ed4565b604051602001612eae9291906157e7565b6040516020818303038152906040525b915050919050565b600a5481565b612ed46133c5565b73ffffffffffffffffffffffffffffffffffffffff16612ef2612156565b73ffffffffffffffffffffffffffffffffffffffff1614612f48576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f3f90614e33565b60405180910390fd5b80601060000160036101000a81548160ff021916908360ff16021790555050565b7f000000000000000000000000e9d5d76b4250cf0010501a53313c219bf3e2613181565b6000612f97613f2e565b905090565b612fa46133c5565b73ffffffffffffffffffffffffffffffffffffffff16612fc2612156565b73ffffffffffffffffffffffffffffffffffffffff1614613018576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161300f90614e33565b60405180910390fd5b80601060000160006101000a81548160ff02191690831515021790555050565b6000600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b6130d46133c5565b73ffffffffffffffffffffffffffffffffffffffff166130f2612156565b73ffffffffffffffffffffffffffffffffffffffff1614613148576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161313f90614e33565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036131b7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016131ae9061587d565b60405180910390fd5b6131c081613c2e565b50565b6131cb6133c5565b73ffffffffffffffffffffffffffffffffffffffff166131e9612156565b73ffffffffffffffffffffffffffffffffffffffff161461323f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161323690614e33565b60405180910390fd5b80601060000160046101000a81548160ff021916908360ff16021790555050565b6000601060000160039054906101000a900460ff16905090565b6000816132856133c0565b11158015613294575060015482105b80156132d2575060007c0100000000000000000000000000000000000000000000000000000000600560008581526020019081526020016000205416145b9050919050565b600080829050806132e86133c0565b1161336e5760015481101561336d5760006005600083815260200190815260200160002054905060007c010000000000000000000000000000000000000000000000000000000082160361336b575b60008103613361576005600083600190039350838152602001908152602001600020549050613337565b80925050506133a0565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b600033905090565b60006133b76133c0565b60015403905090565b600090565b600033905090565b60006133d8826132d9565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161461343f576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008473ffffffffffffffffffffffffffffffffffffffff166134606133a5565b73ffffffffffffffffffffffffffffffffffffffff16148061348f575061348e856134896133a5565b613038565b5b806134d4575061349d6133a5565b73ffffffffffffffffffffffffffffffffffffffff166134bc84610d06565b73ffffffffffffffffffffffffffffffffffffffff16145b90508061350d576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603613573576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6135808585856001613f38565b6007600084815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001900391905081905550600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154600101919050819055507c020000000000000000000000000000000000000000000000000000000060a042901b61367d86613f3e565b1717600560008581526020019081526020016000208190555060007c02000000000000000000000000000000000000000000000000000000008316036137055760006001840190506000600560008381526020019081526020016000205403613703576001548114613702578260056000838152602001908152602001600020819055505b5b505b828473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461376d8585856001613f48565b5050505050565b600067ffffffffffffffff6080600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054901c169050919050565b60006137d6836132d9565b9050600081905082156138b35760008173ffffffffffffffffffffffffffffffffffffffff166138046133a5565b73ffffffffffffffffffffffffffffffffffffffff16148061383357506138328261382d6133a5565b613038565b5b8061387857506138416133a5565b73ffffffffffffffffffffffffffffffffffffffff1661386086610d06565b73ffffffffffffffffffffffffffffffffffffffff16145b9050806138b1576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505b6138c1816000866001613f38565b6007600085815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600160806001901b03600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055507c02000000000000000000000000000000000000000000000000000000007c010000000000000000000000000000000000000000000000000000000060a042901b61399684613f3e565b171717600560008681526020019081526020016000208190555060007c0200000000000000000000000000000000000000000000000000000000831603613a1f5760006001850190506000600560008381526020019081526020016000205403613a1d576001548114613a1c578260056000838152602001908152602001600020819055505b5b505b83600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4613a89816000866001613f48565b60026000815480929190600101919050555050505050565b600067ffffffffffffffff6040600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054901c169050919050565b600080600090505b600a54811015613b6e57613b126133a5565b73ffffffffffffffffffffffffffffffffffffffff16613b3182611537565b73ffffffffffffffffffffffffffffffffffffffff1603613b5b578180613b579061589d565b9250505b8080613b669061589d565b915050613b00565b5090565b600080600090505b600b54600a54613b8a9190615274565b811015613bf557613b996133a5565b73ffffffffffffffffffffffffffffffffffffffff16613bb882611537565b73ffffffffffffffffffffffffffffffffffffffff1603613be2578180613bde9061589d565b9250505b8080613bed9061589d565b915050613b7a565b5090565b600082613c068584613f4e565b1490509392505050565b613c2a828260405180602001604052806000815250613fc3565b5050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a02613d186133a5565b8786866040518563ffffffff1660e01b8152600401613d3a949392919061593a565b6020604051808303816000875af1925050508015613d7657506040513d601f19601f82011682018060405250810190613d73919061599b565b60015b613def573d8060008114613da6576040519150601f19603f3d011682016040523d82523d6000602084013e613dab565b606091505b506000815103613de7576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b6060600d8054613e5190614db6565b80601f0160208091040260200160405190810160405280929190818152602001828054613e7d90614db6565b8015613eca5780601f10613e9f57610100808354040283529160200191613eca565b820191906000526020600020905b815481529060010190602001808311613ead57829003601f168201915b5050505050905090565b60606080604051019050806040528082600183039250600a81066030018353600a810490505b8015613f1a57600183039250600a81066030018353600a81049050613efa565b508181036020830392508083525050919050565b6000600254905090565b50505050565b6000819050919050565b50505050565b60008082905060005b8451811015613fb8576000858281518110613f7557613f746159c8565b5b60200260200101519050808311613f9757613f908382614277565b9250613fa4565b613fa18184614277565b92505b508080613fb09061589d565b915050613f57565b508091505092915050565b60006001549050600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603614030576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000830361406a576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6140776000858386613f38565b600160406001901b178302600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254019250508190555060e16140dc6001851461428e565b901b60a042901b6140ec86613f3e565b1717600560008381526020019081526020016000208190555060008190506000848201905060008673ffffffffffffffffffffffffffffffffffffffff163b146141f0575b818673ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46141a06000878480600101955087613cf2565b6141d6576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8082106141315782600154146141eb57600080fd5b61425b565b5b818060010192508673ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a48082106141f1575b8160018190555050506142716000858386613f48565b50505050565b600082600052816020526040600020905092915050565b6000819050919050565b8280546142a490614db6565b90600052602060002090601f0160209004810192826142c6576000855561430d565b82601f106142df57803560ff191683800117855561430d565b8280016001018555821561430d579182015b8281111561430c5782358255916020019190600101906142f1565b5b50905061431a919061431e565b5090565b5b8082111561433757600081600090555060010161431f565b5090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6143848161434f565b811461438f57600080fd5b50565b6000813590506143a18161437b565b92915050565b6000602082840312156143bd576143bc614345565b5b60006143cb84828501614392565b91505092915050565b60008115159050919050565b6143e9816143d4565b82525050565b600060208201905061440460008301846143e0565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b83811015614444578082015181840152602081019050614429565b83811115614453576000848401525b50505050565b6000601f19601f8301169050919050565b60006144758261440a565b61447f8185614415565b935061448f818560208601614426565b61449881614459565b840191505092915050565b600060208201905081810360008301526144bd818461446a565b905092915050565b6000819050919050565b6144d8816144c5565b81146144e357600080fd5b50565b6000813590506144f5816144cf565b92915050565b60006020828403121561451157614510614345565b5b600061451f848285016144e6565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061455382614528565b9050919050565b61456381614548565b82525050565b600060208201905061457e600083018461455a565b92915050565b61458d81614548565b811461459857600080fd5b50565b6000813590506145aa81614584565b92915050565b600080604083850312156145c7576145c6614345565b5b60006145d58582860161459b565b92505060206145e6858286016144e6565b9150509250929050565b6145f9816144c5565b82525050565b600060208201905061461460008301846145f0565b92915050565b6000819050919050565b600061463f61463a61463584614528565b61461a565b614528565b9050919050565b600061465182614624565b9050919050565b600061466382614646565b9050919050565b61467381614658565b82525050565b600060208201905061468e600083018461466a565b92915050565b61469d816143d4565b81146146a857600080fd5b50565b6000813590506146ba81614694565b92915050565b6000602082840312156146d6576146d5614345565b5b60006146e4848285016146ab565b91505092915050565b60008060006060848603121561470657614705614345565b5b60006147148682870161459b565b93505060206147258682870161459b565b9250506040614736868287016144e6565b9150509250925092565b60006020828403121561475657614755614345565b5b60006147648482850161459b565b91505092915050565b600061477882614646565b9050919050565b6147888161476d565b82525050565b60006020820190506147a3600083018461477f565b92915050565b6000819050919050565b6147bc816147a9565b81146147c757600080fd5b50565b6000813590506147d9816147b3565b92915050565b6000602082840312156147f5576147f4614345565b5b6000614803848285016147ca565b91505092915050565b614815816147a9565b82525050565b6000602082019050614830600083018461480c565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f84011261485b5761485a614836565b5b8235905067ffffffffffffffff8111156148785761487761483b565b5b60208301915083600182028301111561489457614893614840565b5b9250929050565b600080602083850312156148b2576148b1614345565b5b600083013567ffffffffffffffff8111156148d0576148cf61434a565b5b6148dc85828601614845565b92509250509250929050565b600061ffff82169050919050565b6148ff816148e8565b811461490a57600080fd5b50565b60008135905061491c816148f6565b92915050565b60006020828403121561493857614937614345565b5b60006149468482850161490d565b91505092915050565b60008083601f84011261496557614964614836565b5b8235905067ffffffffffffffff8111156149825761498161483b565b5b60208301915083602082028301111561499e5761499d614840565b5b9250929050565b600080600080606085870312156149bf576149be614345565b5b60006149cd878288016144e6565b945050602085013567ffffffffffffffff8111156149ee576149ed61434a565b5b6149fa8782880161494f565b93509350506040614a0d878288016147ca565b91505092959194509250565b600060ff82169050919050565b614a2f81614a19565b8114614a3a57600080fd5b50565b600081359050614a4c81614a26565b92915050565b600060208284031215614a6857614a67614345565b5b6000614a7684828501614a3d565b91505092915050565b60008060408385031215614a9657614a95614345565b5b6000614aa48582860161459b565b9250506020614ab5858286016146ab565b9150509250929050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b614afc82614459565b810181811067ffffffffffffffff82111715614b1b57614b1a614ac4565b5b80604052505050565b6000614b2e61433b565b9050614b3a8282614af3565b919050565b600067ffffffffffffffff821115614b5a57614b59614ac4565b5b614b6382614459565b9050602081019050919050565b82818337600083830152505050565b6000614b92614b8d84614b3f565b614b24565b905082815260208101848484011115614bae57614bad614abf565b5b614bb9848285614b70565b509392505050565b600082601f830112614bd657614bd5614836565b5b8135614be6848260208601614b7f565b91505092915050565b60008060008060808587031215614c0957614c08614345565b5b6000614c178782880161459b565b9450506020614c288782880161459b565b9350506040614c39878288016144e6565b925050606085013567ffffffffffffffff811115614c5a57614c5961434a565b5b614c6687828801614bc1565b91505092959194509250565b614c7b81614a19565b82525050565b614c8a816148e8565b82525050565b600061014082019050614ca6600083018d6143e0565b614cb3602083018c6143e0565b614cc0604083018b6143e0565b614ccd606083018a614c72565b614cda6080830189614c72565b614ce760a0830188614c72565b614cf460c0830187614c72565b614d0160e0830186614c72565b614d0f610100830185614c81565b614d1d6101208301846145f0565b9b9a5050505050505050505050565b60008060408385031215614d4357614d42614345565b5b6000614d518582860161459b565b9250506020614d628582860161459b565b9150509250929050565b6000602082019050614d816000830184614c72565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680614dce57607f821691505b602082108103614de157614de0614d87565b5b50919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000614e1d602083614415565b9150614e2882614de7565b602082019050919050565b60006020820190508181036000830152614e4c81614e10565b9050919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b6000614e89601f83614415565b9150614e9482614e53565b602082019050919050565b60006020820190508181036000830152614eb881614e7c565b9050919050565b600081905092915050565b50565b6000614eda600083614ebf565b9150614ee582614eca565b600082019050919050565b6000614efb82614ecd565b9150819050919050565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b6000614f3b601083614415565b9150614f4682614f05565b602082019050919050565b60006020820190508181036000830152614f6a81614f2e565b9050919050565b7f5468652063616c6c657220697320616e6f7468657220636f6e74726163742c2060008201527f6d75737420626520757365722e00000000000000000000000000000000000000602082015250565b6000614fcd602d83614415565b9150614fd882614f71565b604082019050919050565b60006020820190508181036000830152614ffc81614fc0565b9050919050565b7f4e6f742072657665616c6564207965742e000000000000000000000000000000600082015250565b6000615039601183614415565b915061504482615003565b602082019050919050565b600060208201905081810360008301526150688161502c565b9050919050565b7f4d696e74696e67206e6f742073746172746564207965742e0000000000000000600082015250565b60006150a5601883614415565b91506150b08261506f565b602082019050919050565b600060208201905081810360008301526150d481615098565b9050919050565b7f41776b776172642e2e2e00000000000000000000000000000000000000000000600082015250565b6000615111600a83614415565b915061511c826150db565b602082019050919050565b6000602082019050818103600083015261514081615104565b9050919050565b7f4d61782077616c6c65742073657473206e6f7420646566696e65642e00000000600082015250565b600061517d601c83614415565b915061518882615147565b602082019050919050565b600060208201905081810360008301526151ac81615170565b9050919050565b7f4d61782057686974656c69737420737570706c79206e6f7420646566696e656460008201527f2e00000000000000000000000000000000000000000000000000000000000000602082015250565b600061520f602183614415565b915061521a826151b3565b604082019050919050565b6000602082019050818103600083015261523e81615202565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061527f826144c5565b915061528a836144c5565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156152bf576152be615245565b5b828201905092915050565b7f5374616765203120736f6c64206f757400000000000000000000000000000000600082015250565b6000615300601083614415565b915061530b826152ca565b602082019050919050565b6000602082019050818103600083015261532f816152f3565b9050919050565b7f5374616765203220736f6c64206f757400000000000000000000000000000000600082015250565b600061536c601083614415565b915061537782615336565b602082019050919050565b6000602082019050818103600083015261539b8161535f565b9050919050565b7f5374616765203320736f6c64206f757400000000000000000000000000000000600082015250565b60006153d8601083614415565b91506153e3826153a2565b602082019050919050565b60006020820190508181036000830152615407816153cb565b9050919050565b7f547269656420746f206d696e74206d6f7265207468616e207065726d6974656460008201527f207065722077616c6c6574000000000000000000000000000000000000000000602082015250565b600061546a602b83614415565b91506154758261540e565b604082019050919050565b600060208201905081810360008301526154998161545d565b9050919050565b60006154ab826144c5565b91506154b6836144c5565b9250828210156154c9576154c8615245565b5b828203905092915050565b7f776c20726f6f74206e6f74207365740000000000000000000000000000000000600082015250565b600061550a600f83614415565b9150615515826154d4565b602082019050919050565b60006020820190508181036000830152615539816154fd565b9050919050565b7f596f7520747269656420746f206d696e74206d6f7265207468616e207468652060008201527f63757272656e746c7920617661696c61626c6520737570706c792e0000000000602082015250565b600061559c603b83614415565b91506155a782615540565b604082019050919050565b600060208201905081810360008301526155cb8161558f565b9050919050565b7f596f7520617265206e6f74206f6e207468652077686974656c69737400000000600082015250565b6000615608601c83614415565b9150615613826155d2565b602082019050919050565b60006020820190508181036000830152615637816155fb565b9050919050565b7f4e6f7420656e6f756768206574682073656e7400000000000000000000000000600082015250565b6000615674601383614415565b915061567f8261563e565b602082019050919050565b600060208201905081810360008301526156a381615667565b9050919050565b60006040820190506156bf600083018561455a565b6156cc60208301846145f0565b9392505050565b7f666c20726f6f74206e6f74207365740000000000000000000000000000000000600082015250565b6000615709600f83614415565b9150615714826156d3565b602082019050919050565b60006020820190508181036000830152615738816156fc565b9050919050565b7f596f7520617265206e6f74206f6e2074686520666c0000000000000000000000600082015250565b6000615775601583614415565b91506157808261573f565b602082019050919050565b600060208201905081810360008301526157a481615768565b9050919050565b600081905092915050565b60006157c18261440a565b6157cb81856157ab565b93506157db818560208601614426565b80840191505092915050565b60006157f382856157b6565b91506157ff82846157b6565b91508190509392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000615867602683614415565b91506158728261580b565b604082019050919050565b600060208201905081810360008301526158968161585a565b9050919050565b60006158a8826144c5565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036158da576158d9615245565b5b600182019050919050565b600081519050919050565b600082825260208201905092915050565b600061590c826158e5565b61591681856158f0565b9350615926818560208601614426565b61592f81614459565b840191505092915050565b600060808201905061594f600083018761455a565b61595c602083018661455a565b61596960408301856145f0565b818103606083015261597b8184615901565b905095945050505050565b6000815190506159958161437b565b92915050565b6000602082840312156159b1576159b0614345565b5b60006159bf84828501615986565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fdfea26469706673582212206e9873cfc4c14bb40e0362e9b7d4761bedad4cf9d8ccbfde976c4d80da25dbbc64736f6c634300080d0033

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

00000000000000000000000000000000000000000000000000000000000004570000000000000000000000000000000000000000000000000000000000000003000000000000000000000000467c7099a0f6c52d923aa24d1c5fabd403913693

-----Decoded View---------------
Arg [0] : stageSupply (uint256): 1111
Arg [1] : maxWalletSets (uint8): 3
Arg [2] : _multiSig (address): 0x467C7099A0f6C52D923aa24D1C5FaBD403913693

-----Encoded View---------------
3 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000457
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000003
Arg [2] : 000000000000000000000000467c7099a0f6c52d923aa24d1c5fabd403913693


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  ]
[ 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.