ETH Price: $3,335.84 (-4.23%)
Gas: 3 Gwei

Contract

0xE22D58561Ae545750667771512Fa695104c01Bc6
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Epic Blind Box140168342022-01-16 13:36:56920 days ago1642340216IN
0xE22D5856...104c01Bc6
0.16 ETH0.003746787.55200724
Withdraw140164452022-01-16 12:11:33920 days ago1642335093IN
0xE22D5856...104c01Bc6
0 ETH0.0034578593.09075174
Pause Sale140162662022-01-16 11:32:23920 days ago1642332743IN
0xE22D5856...104c01Bc6
0 ETH0.0023755896.21252907
Legend Blind Box140162652022-01-16 11:32:14920 days ago1642332734IN
0xE22D5856...104c01Bc6
1.46 ETH0.0177889386.1453607
Legend Blind Box140162222022-01-16 11:22:58920 days ago1642332178IN
0xE22D5856...104c01Bc6
1.46 ETH0.0171800583.19680633
Epic Blind Box140161322022-01-16 11:04:58920 days ago1642331098IN
0xE22D5856...104c01Bc6
0.16 ETH0.0211889102.6320983
Epic Blind Box140161312022-01-16 11:04:43920 days ago1642331083IN
0xE22D5856...104c01Bc6
0.16 ETH0.02201194106.61859685
Epic Blind Box140161292022-01-16 11:04:32920 days ago1642331072IN
0xE22D5856...104c01Bc6
0.16 ETH0.02285059110.68075118
Epic Blind Box140161282022-01-16 11:04:00920 days ago1642331040IN
0xE22D5856...104c01Bc6
0.16 ETH0.0205964699.76247464
Legend Blind Box140158732022-01-16 10:04:39920 days ago1642327479IN
0xE22D5856...104c01Bc6
1.46 ETH0.02854835138.24935864
Epic Blind Box140157162022-01-16 9:27:24920 days ago1642325244IN
0xE22D5856...104c01Bc6
0.16 ETH0.02286702110.76035812
Epic Blind Box140156532022-01-16 9:10:43920 days ago1642324243IN
0xE22D5856...104c01Bc6
0.16 ETH0.0180371987.3662084
Epic Blind Box140155642022-01-16 8:51:45920 days ago1642323105IN
0xE22D5856...104c01Bc6
0.16 ETH0.0174068884.31320967
Epic Blind Box140151802022-01-16 7:29:33920 days ago1642318173IN
0xE22D5856...104c01Bc6
0.16 ETH0.02466778119.48262989
Epic Blind Box140150662022-01-16 7:06:18920 days ago1642316778IN
0xE22D5856...104c01Bc6
0.16 ETH0.0191759792.88208792
Epic Blind Box140148872022-01-16 6:28:39920 days ago1642314519IN
0xE22D5856...104c01Bc6
0.16 ETH0.02571394124.54985465
Epic Blind Box140141972022-01-16 3:55:16920 days ago1642305316IN
0xE22D5856...104c01Bc6
0.16 ETH0.02347125113.6870101
Legend Blind Box140138352022-01-16 2:31:32920 days ago1642300292IN
0xE22D5856...104c01Bc6
1.46 ETH0.02417124117.05261874
Legend Blind Box140135192022-01-16 1:18:31920 days ago1642295911IN
0xE22D5856...104c01Bc6
1.46 ETH0.0202985398.29847379
Epic Blind Box140110232022-01-15 16:08:41921 days ago1642262921IN
0xE22D5856...104c01Bc6
0.16 ETH0.02757019133.54096239
Epic Blind Box140099442022-01-15 12:11:02921 days ago1642248662IN
0xE22D5856...104c01Bc6
0.16 ETH0.0203296198.46998054
Epic Blind Box140099392022-01-15 12:09:55921 days ago1642248595IN
0xE22D5856...104c01Bc6
0.16 ETH0.02147675104.02634046
Legend Blind Box140099332022-01-15 12:08:43921 days ago1642248523IN
0xE22D5856...104c01Bc6
1.46 ETH0.0187808590.94888327
Legend Blind Box140098882022-01-15 12:00:13921 days ago1642248013IN
0xE22D5856...104c01Bc6
1.46 ETH0.0191745492.85539743
Set Up Sale140098252022-01-15 11:46:41921 days ago1642247201IN
0xE22D5856...104c01Bc6
0 ETH0.006859978.75618605
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
140164452022-01-16 12:11:33920 days ago1642335093
0xE22D5856...104c01Bc6
50.71 ETH
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Fantasy3KControl

Compiler Version
v0.8.0+commit.c7dfd78e

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 8 : F3kControl.sol
// contracts/F3kControl.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Address.sol";
import "./IF3K1155.sol";
import "./IF3K721.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";

contract Fantasy3KControl is ReentrancyGuard, Ownable {

    using Address for address;
    event BlindBoxPriceChanged(uint256 _epicBoxPrice, uint256 _LegendBoxPrice);
    event SaleConfigChanged (uint256 round, uint256 start, uint256 end, uint256 number, uint256 epicNumber, uint256 epicBoxPrice, uint256 legendNumber, uint256 legendBoxPrice);
    event AddWhiteList(address[] whitelist);
    event WhiteBlindBox(address to);
    event EpicBlindBox(address to);
    event LegendBlindBox(address to);
    event PayeeAdded(address account, uint256 shares_);
    event PaymentReceived(address account, uint256 amount);
    event OpenBlindBox(uint256 id);
    event MintTokens(address to, uint256 count, uint256 mtype);
    event SaleStarted();
    event SalePaused();
    event MerkleRootChanged(bytes32 merkleRoot);

    struct SaleConfig {
        uint256 round;
        uint256 startTime;
        uint256 endTime;
        uint256 whiteNumber;
        uint256 epicNumber;
        uint256 epicBoxPrice;
        uint256 legendNumber;
        uint256 legendBoxPrice;
        uint256 whiteBoxPrice;
    }

    struct BoxIdx {
        uint256 _id;
        address _address;
        uint256 _round;
        uint256 _amount;
        uint256 _height;
    }

    struct OpenBoxIdx {
        uint256 _burnId;
        uint256 _start;
        uint256 _end;
        uint256 _height;
    }

    bytes32 public merkleRoot;
    uint256 private immutable whiteListPrice = 0.5 ether; 
    bool public _isSaleActive = false;
    bool public isWhiteListActive = false;
    bool public isOpenActive = false;
    uint256 public boxLength;
    uint256 public openboxLength;
    F3K721 private f3k721;
    F3K1155 private f3k1155;

    mapping (address => bool) public whiteList;
    mapping (address => bool) private top10List;
    mapping (uint256 => BoxIdx) boxIdxs;
    mapping (uint256 => OpenBoxIdx) openBoxIdxs;
    mapping (bytes32 => bool) public activity;

    address public f3kVault;
    SaleConfig public saleConfig;

    constructor(
        address _f3k721,
        address _f3k1155,
        address _f3kVault
    ) {
        f3k721 = F3K721(_f3k721);
        f3k1155 = F3K1155(_f3k1155);
        f3kVault = _f3kVault;
    }

    function startSale() external onlyOwner {
        require(!_isSaleActive, 'Fantasy3k: Public sale is already began');
        _isSaleActive = true;
        emit SaleStarted();
    }

    function pauseSale() external onlyOwner {
        require(_isSaleActive, 'Fantasy3k: Public sale is already paused');
        _isSaleActive = false;
        emit SalePaused();
    }

    function setIsWhiteListActive(bool _isAllowListActive) external onlyOwner {
        isWhiteListActive = _isAllowListActive;
    }

    function setIsOpenActive(bool _isAllowOpen) external onlyOwner {
        isOpenActive = _isAllowOpen;
    }

    function setBaseURI(string calldata newbaseURI) external onlyOwner {
        f3k721.setBaseURI(newbaseURI);
    }
    
    function addWhiteList(address[] memory whitelist) public onlyOwner {

        require(whitelist.length == 40, "Fantasy3K: incorrect whiteList length");

        for (uint64 i; i < whitelist.length; i++){
               whiteList[whitelist[i]] = true;
        }
    
        emit AddWhiteList(whitelist);
    }

    function whiteListAirDrop(address[] memory droplist, uint32[] memory number) public onlyOwner {

        require(droplist.length == 50, "Fantasy3K: incorrect droplist airdrop length");
        require(droplist.length == number.length, "Fantasy3K: incorrect droplist or number length");

        for (uint64 i; i < droplist.length; i++){
            if (number[i] > 1) {
                boxUpdate(f3k1155.nextTokenId(), droplist[i], 0, 6);
                f3k1155.mint(droplist[i], 6);
            } else {
                f3k721.mintTokens(droplist[i], 1);
            }
        }
    }

    function whiteBlindBox() public payable {
        SaleConfig memory _saleConfig = saleConfig;

        require(isWhiteListActive, "Fantasy3K: white list is not active");
        require(_saleConfig.whiteNumber  > 0, "Fantasy3K: whiteBlindBox has sold out");
        require(whiteListPrice == msg.value, "Fantasy3K: incorrect Ether value");
        require(whiteList[msg.sender] == true, "Fantasy3K: not whitelist address");
        require(block.timestamp < _saleConfig.endTime, "Fantasy3K: whitelist sale is end"); 

        boxUpdate(f3k1155.nextTokenId(), msg.sender, 0, 6);

        saleConfig.whiteNumber -= 1;

        f3k1155.mint(msg.sender, 6);
        whiteList[msg.sender] = false;
        emit WhiteBlindBox(msg.sender);
    }

    function epicBlindBox() public payable {
        SaleConfig memory _saleConfig = saleConfig;

        require(_isSaleActive, 'Fantasy3K: sale must be active');
        require(_saleConfig.round  > 0, "Fantasy3K: epicBlindBox has not started");
        require(_saleConfig.epicBoxPrice == msg.value, "Fantasy3K: incorrect Ether value");
        require(_saleConfig.epicNumber  > 0, "Fantasy3K: epicBlindBox has sold out");
        require(block.timestamp >= _saleConfig.startTime, "Fantasy3K: sale not started");
        require(block.timestamp < _saleConfig.endTime, "Fantasy3K: sale is end");
        require(!msg.sender.isContract(), "Fantasy3K: caller can't be a contract");

        saleConfig.epicNumber -= 1;

        boxUpdate(f3k1155.nextTokenId(), msg.sender, _saleConfig.round, 5);

        f3k1155.mint(msg.sender, 5);

        emit EpicBlindBox(msg.sender);      
    }

    function legendBlindBox() public payable {
        SaleConfig memory _saleConfig = saleConfig;

        require(_isSaleActive, 'Fantasy3K: sale must be active');
        require(_saleConfig.round  > 0, "Fantasy3K: legendBlindBox has not started");
        require(_saleConfig.legendBoxPrice == msg.value, "Fantasy3K: incorrect Ether value");
        require(_saleConfig.legendNumber > 0, "Fantasy3K: legendBlindBox has sold out");
        require(block.timestamp >= _saleConfig.startTime, "Fantasy3K: sale not started");
        require(block.timestamp < _saleConfig.endTime, "Fantasy3K: sale is end");
        require(!msg.sender.isContract(), "Fantasy3K: caller can't be a contract");

        saleConfig.legendNumber -= 1;
        boxUpdate(f3k1155.nextTokenId(), msg.sender, _saleConfig.round, 50);

        f3k1155.mint(msg.sender, 50);
        emit LegendBlindBox(msg.sender);
    }


    function openBlindBox(uint256 id) public {
        require(isOpenActive, 'Fantasy3K: Open box not active');
        require(f3k1155.balanceOf(msg.sender, id) > 0, "Doesn't own the token"); 
        
        uint256 fromBalance = f3k1155.balanceOf(msg.sender, id);

        f3k1155.burnToken(msg.sender, id, fromBalance);

        nftUpdate(id, f3k721.nextTokenId(), f3k721.nextTokenId() + fromBalance);

        f3k721.mintTokens(msg.sender, fromBalance); 
        emit OpenBlindBox(id);
    }



    function nftUpdate(uint256 burnId, uint256 start, uint256 end) private {
        uint256 _openBoxLength = openboxLength;

        openBoxIdxs[_openBoxLength] = OpenBoxIdx({
            _burnId: burnId, 
            _start: start, 
            _end: end, 
            _height: block.number});

        openboxLength++;
    }

    function boxUpdate(uint256 id, address to, uint256 round, uint256 amount) private {
        uint256 _boxLength = boxLength;

        boxIdxs[_boxLength] = BoxIdx({
            _id: id, 
            _address: to, 
            _round: round, 
            _amount: amount,
            _height: block.number});

        boxLength += 1;

    }

    function getBoxMap(uint256 index) public view returns(uint256 id, address addr, uint256 round, uint256 amount, uint256 height){
        BoxIdx memory b = boxIdxs[index];
        return (b._id, b._address, b._round, b._amount, b._height);
    }

    function getOpenBoxMap(uint256 index) public view returns(uint256 burnId, uint256 start, uint256 end, uint256 height){
        OpenBoxIdx memory b = openBoxIdxs[index];
        return (b._burnId, b._start, b._end, b._height);
    }

    function setUpSale(
        uint256 round, 
        uint256 start, 
        uint256 end, 
        uint256 whiteNumber, 
        uint256 epicNumber, 
        uint256 epicBoxPrice,
        uint256 legendNumber,
        uint256 legendBoxPrice
    ) external onlyOwner {
        uint256 _round = round;
        uint256 _startTime = start;
        uint256 _endTime = end;
        uint256 _whiteNumber = whiteNumber;
        uint256 _epicNumber = epicNumber;
        uint256 _epicBoxPrice = epicBoxPrice;
        uint256 _legendNumber = legendNumber;
        uint256 _legendBoxPrice = legendBoxPrice;
        if (_round > 0) {
            require(_epicNumber > 0 && _legendNumber > 0, "Fantasy3k: zero amount");
        }
        require(start > 0 && _endTime > _startTime, "Fantasy3k: invalid time range");

        saleConfig = SaleConfig({
            round: _round,
            startTime: _startTime,
            endTime: _endTime,
            whiteNumber: _whiteNumber,
            epicNumber: _epicNumber,
            epicBoxPrice: _epicBoxPrice,
            legendNumber: _legendNumber,
            legendBoxPrice: _legendBoxPrice,
            whiteBoxPrice: whiteListPrice
        });

        emit SaleConfigChanged(_round, _startTime, _endTime, _whiteNumber, _epicNumber, _epicBoxPrice, _legendNumber, _legendBoxPrice);
    }

    function merkleCheck(bytes32 leaf, bytes32[] calldata merkleProof) view public returns (bool, bool) {
        bool valid = MerkleProof.verify(merkleProof, merkleRoot, leaf);
        return (valid, activity[leaf]);
    }

    function cooperativeSales(uint256 around, uint256[] memory round, uint256[] memory count, 
    uint256 mtype, uint256[] memory idx, bytes32[][] calldata merkleProof) public {

        for (uint256 i; i < count.length; i++) {
            bytes32 leaf = keccak256(abi.encodePacked(msg.sender, around, round[i], count[i], mtype, idx[i]));
            require(!activity[leaf], "Fantasy: leaf already participate");
            bool valid = MerkleProof.verify(merkleProof[i], merkleRoot, leaf);
            require(valid, "Fantasy: Valid proof required.");
            if (mtype == 1155){
                boxUpdate(f3k1155.nextTokenId(), msg.sender, round[i], count[i]);
                f3k1155.mint(msg.sender, count[i]);
            }else if (mtype == 721) {
                f3k721.mintTokens(msg.sender, count[i]);
            }
            activity[leaf] = true;
        }
    }


    function setMerkleRoot(bytes32 _merkleRoot) public onlyOwner {
        merkleRoot = _merkleRoot;
        emit MerkleRootChanged(_merkleRoot);
    }

    function setF3K721Contract(address _f3k721New) external onlyOwner {
        f3k721 = F3K721(_f3k721New);
    }

    function setF3K1155Contract(address _f3k1155New) external onlyOwner {
        f3k1155 = F3K1155(_f3k1155New);
    }

    function setVaultAddress(address _f3kVault) external onlyOwner {
        f3kVault = _f3kVault;
    }

    function withdraw() nonReentrant external {
        Address.sendValue(payable(f3kVault), address(this).balance);
    }

    receive() external payable virtual {
        emit PaymentReceived(_msgSender(), msg.value);
    }
}

File 2 of 8 : ReentrancyGuard.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (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 3 of 8 : Ownable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (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 4 of 8 : Address.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (utils/Address.sol)

pragma solidity ^0.8.0;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize, which returns 0 for contracts in
        // construction, since the code is only stored at the end of the
        // constructor execution.

        uint256 size;
        assembly {
            size := extcodesize(account)
        }
        return size > 0;
    }

    /**
     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
     * `recipient`, forwarding all available gas and reverting on errors.
     *
     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
     * of certain opcodes, possibly making contracts go over the 2300 gas limit
     * imposed by `transfer`, making them unable to receive funds via
     * `transfer`. {sendValue} removes this limitation.
     *
     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
     *
     * IMPORTANT: because control is transferred to `recipient`, care must be
     * taken to not create reentrancy vulnerabilities. Consider using
     * {ReentrancyGuard} or the
     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
     */
    function sendValue(address payable recipient, uint256 amount) internal {
        require(address(this).balance >= amount, "Address: insufficient balance");

        (bool success, ) = recipient.call{value: amount}("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

    /**
     * @dev Performs a Solidity function call using a low level `call`. A
     * plain `call` is an unsafe replacement for a function call: use this
     * function instead.
     *
     * If `target` reverts with a revert reason, it is bubbled up by this
     * function (like regular Solidity function calls).
     *
     * Returns the raw returned data. To convert to the expected return value,
     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
     *
     * Requirements:
     *
     * - `target` must be a contract.
     * - calling `target` with `data` must not revert.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionCall(target, data, "Address: low-level call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
     * `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but also transferring `value` wei to `target`.
     *
     * Requirements:
     *
     * - the calling contract must have an ETH balance of at least `value`.
     * - the called Solidity function must be `payable`.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
    }

    /**
     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
     * with `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(address(this).balance >= value, "Address: insufficient balance for call");
        require(isContract(target), "Address: call to non-contract");

        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
        return functionStaticCall(target, data, "Address: low-level static call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        require(isContract(target), "Address: static call to non-contract");

        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionDelegateCall(target, data, "Address: low-level delegate call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(isContract(target), "Address: delegate call to non-contract");

        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}

File 5 of 8 : IF3K1155.sol
// contracts/F3K721.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

interface F3K1155 {
    function mint(address to, uint256 amountToMint) external;

    function nextTokenId() external view returns (uint256);
    
    function balanceOf(address account, uint256 id) external view returns (uint256);

    function burnToken(address account, uint256 id, uint256 value) external;

    function safeTransferFrom(
        address from,
        address to,
        uint256 id,
        uint256 amount,
        bytes calldata data
    ) external;
}

File 6 of 8 : IF3K721.sol
// contracts/F3K721.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

interface F3K721 {
    function mintTokens(address to, uint256 count) external;

    function setBaseURI(string calldata newbaseURI) external;

    function nextTokenId() external view returns (uint256);
}

File 7 of 8 : MerkleProof.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.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.
 */
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 Merklee 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 = keccak256(abi.encodePacked(computedHash, proofElement));
            } else {
                // Hash(current element of the proof + current computed hash)
                computedHash = keccak256(abi.encodePacked(proofElement, computedHash));
            }
        }
        return computedHash;
    }
}

File 8 of 8 : Context.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (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;
    }
}

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

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_f3k721","type":"address"},{"internalType":"address","name":"_f3k1155","type":"address"},{"internalType":"address","name":"_f3kVault","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address[]","name":"whitelist","type":"address[]"}],"name":"AddWhiteList","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_epicBoxPrice","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_LegendBoxPrice","type":"uint256"}],"name":"BlindBoxPriceChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"to","type":"address"}],"name":"EpicBlindBox","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"to","type":"address"}],"name":"LegendBlindBox","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"merkleRoot","type":"bytes32"}],"name":"MerkleRootChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"count","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"mtype","type":"uint256"}],"name":"MintTokens","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"id","type":"uint256"}],"name":"OpenBlindBox","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"uint256","name":"shares_","type":"uint256"}],"name":"PayeeAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"PaymentReceived","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"round","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"start","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"end","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"number","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"epicNumber","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"epicBoxPrice","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"legendNumber","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"legendBoxPrice","type":"uint256"}],"name":"SaleConfigChanged","type":"event"},{"anonymous":false,"inputs":[],"name":"SalePaused","type":"event"},{"anonymous":false,"inputs":[],"name":"SaleStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"to","type":"address"}],"name":"WhiteBlindBox","type":"event"},{"inputs":[],"name":"_isSaleActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"name":"activity","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"whitelist","type":"address[]"}],"name":"addWhiteList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"boxLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"around","type":"uint256"},{"internalType":"uint256[]","name":"round","type":"uint256[]"},{"internalType":"uint256[]","name":"count","type":"uint256[]"},{"internalType":"uint256","name":"mtype","type":"uint256"},{"internalType":"uint256[]","name":"idx","type":"uint256[]"},{"internalType":"bytes32[][]","name":"merkleProof","type":"bytes32[][]"}],"name":"cooperativeSales","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"epicBlindBox","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"f3kVault","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"getBoxMap","outputs":[{"internalType":"uint256","name":"id","type":"uint256"},{"internalType":"address","name":"addr","type":"address"},{"internalType":"uint256","name":"round","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint256","name":"height","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"getOpenBoxMap","outputs":[{"internalType":"uint256","name":"burnId","type":"uint256"},{"internalType":"uint256","name":"start","type":"uint256"},{"internalType":"uint256","name":"end","type":"uint256"},{"internalType":"uint256","name":"height","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"isOpenActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"isWhiteListActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"legendBlindBox","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"leaf","type":"bytes32"},{"internalType":"bytes32[]","name":"merkleProof","type":"bytes32[]"}],"name":"merkleCheck","outputs":[{"internalType":"bool","name":"","type":"bool"},{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"merkleRoot","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"id","type":"uint256"}],"name":"openBlindBox","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"openboxLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pauseSale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"saleConfig","outputs":[{"internalType":"uint256","name":"round","type":"uint256"},{"internalType":"uint256","name":"startTime","type":"uint256"},{"internalType":"uint256","name":"endTime","type":"uint256"},{"internalType":"uint256","name":"whiteNumber","type":"uint256"},{"internalType":"uint256","name":"epicNumber","type":"uint256"},{"internalType":"uint256","name":"epicBoxPrice","type":"uint256"},{"internalType":"uint256","name":"legendNumber","type":"uint256"},{"internalType":"uint256","name":"legendBoxPrice","type":"uint256"},{"internalType":"uint256","name":"whiteBoxPrice","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"newbaseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_f3k1155New","type":"address"}],"name":"setF3K1155Contract","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_f3k721New","type":"address"}],"name":"setF3K721Contract","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_isAllowOpen","type":"bool"}],"name":"setIsOpenActive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_isAllowListActive","type":"bool"}],"name":"setIsWhiteListActive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_merkleRoot","type":"bytes32"}],"name":"setMerkleRoot","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"round","type":"uint256"},{"internalType":"uint256","name":"start","type":"uint256"},{"internalType":"uint256","name":"end","type":"uint256"},{"internalType":"uint256","name":"whiteNumber","type":"uint256"},{"internalType":"uint256","name":"epicNumber","type":"uint256"},{"internalType":"uint256","name":"epicBoxPrice","type":"uint256"},{"internalType":"uint256","name":"legendNumber","type":"uint256"},{"internalType":"uint256","name":"legendBoxPrice","type":"uint256"}],"name":"setUpSale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_f3kVault","type":"address"}],"name":"setVaultAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startSale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"whiteBlindBox","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"whiteList","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"droplist","type":"address[]"},{"internalType":"uint32[]","name":"number","type":"uint32[]"}],"name":"whiteListAirDrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

60a06040526706f05b59d3b200006080908152506000600360006101000a81548160ff0219169083151502179055506000600360016101000a81548160ff0219169083151502179055506000600360026101000a81548160ff0219169083151502179055503480156200007157600080fd5b506040516200584838038062005848833981810160405281019062000097919062000270565b6001600081905550620000bf620000b36200018b60201b60201c565b6200019360201b60201c565b82600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555081600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050505062000314565b600033905090565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000815190506200026a81620002fa565b92915050565b6000806000606084860312156200028657600080fd5b6000620002968682870162000259565b9350506020620002a98682870162000259565b9250506040620002bc8682870162000259565b9150509250925092565b6000620002d382620002da565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6200030581620002c6565b81146200031157600080fd5b50565b608051615511620003376000396000818161092d015261114a01526155116000f3fe6080604052600436106101fd5760003560e01c80637cb647591161010d578063946f7c11116100a0578063b9ec81a21161006f578063b9ec81a2146106a3578063d2df81ae146106cc578063d768e010146106f5578063e96b1ac714610733578063f2fde38b1461077357610244565b8063946f7c111461064d578063b49bf5c414610657578063b615b94514610682578063b66a0e5d1461068c57610244565b80638d3c86ba116100dc5780638d3c86ba146105995780638da5cb5b146105c457806390aa0b0f146105ef57806390d3745a1461062257610244565b80637cb64759146104df57806385535cc51461050857806387dfa1a71461053157806389d838281461055c57610244565b806355367ba911610190578063684d972d1161015f578063684d972d1461040a5780637080d6fc1461044b578063715018a61461047657806372d49f961461048d57806379c34f41146104b657610244565b806355367ba91461037657806355f804b31461038d578063573f5dae146103b65780635e1045ec146103e157610244565b80634285ca12116101cc5780634285ca12146102f157806347407d461461031a57806349ec975b14610343578063509d4a431461036c57610244565b8063169ae726146102495780632eb4a7ab14610272578063372c12b11461029d5780633ccfd60b146102da57610244565b36610244577f6ef95f06320e7a25a04a175ca677b7052bdd97131872c2192525a629f51be77061022b61079c565b3460405161023a929190614a1f565b60405180910390a1005b600080fd5b34801561025557600080fd5b50610270600480360381019061026b9190613cfa565b6107a4565b005b34801561027e57600080fd5b50610287610a06565b6040516102949190614ae5565b60405180910390f35b3480156102a957600080fd5b506102c460048036038101906102bf91906139f4565b610a0c565b6040516102d19190614aa1565b60405180910390f35b3480156102e657600080fd5b506102ef610a2c565b005b3480156102fd57600080fd5b50610318600480360381019061031391906139f4565b610ab0565b005b34801561032657600080fd5b50610341600480360381019061033c9190613a5e565b610b70565b005b34801561034f57600080fd5b5061036a60048036038101906103659190613aca565b610fac565b005b610374611045565b005b34801561038257600080fd5b5061038b61146e565b005b34801561039957600080fd5b506103b460048036038101906103af9190613b74565b611582565b005b3480156103c257600080fd5b506103cb611691565b6040516103d89190614aa1565b60405180910390f35b3480156103ed57600080fd5b5061040860048036038101906104039190613a1d565b6116a4565b005b34801561041657600080fd5b50610431600480360381019061042c9190613bb9565b61186a565b604051610442959493929190614edf565b60405180910390f35b34801561045757600080fd5b5061046061193e565b60405161046d9190614aa1565b60405180910390f35b34801561048257600080fd5b5061048b611951565b005b34801561049957600080fd5b506104b460048036038101906104af9190613aca565b6119d9565b005b3480156104c257600080fd5b506104dd60048036038101906104d891906139f4565b611a72565b005b3480156104eb57600080fd5b5061050660048036038101906105019190613af3565b611b32565b005b34801561051457600080fd5b5061052f600480360381019061052a91906139f4565b611bef565b005b34801561053d57600080fd5b50610546611caf565b6040516105539190614aa1565b60405180910390f35b34801561056857600080fd5b50610583600480360381019061057e9190613af3565b611cc2565b6040516105909190614aa1565b60405180910390f35b3480156105a557600080fd5b506105ae611ce2565b6040516105bb9190614ec4565b60405180910390f35b3480156105d057600080fd5b506105d9611ce8565b6040516105e69190614960565b60405180910390f35b3480156105fb57600080fd5b50610604611d12565b60405161061999989796959493929190614ff5565b60405180910390f35b34801561062e57600080fd5b50610637611d4e565b6040516106449190614ec4565b60405180910390f35b610655611d54565b005b34801561066357600080fd5b5061066c612166565b6040516106799190614960565b60405180910390f35b61068a61218c565b005b34801561069857600080fd5b506106a161259e565b005b3480156106af57600080fd5b506106ca60048036038101906106c59190613c0b565b6126b3565b005b3480156106d857600080fd5b506106f360048036038101906106ee9190613bb9565b612c1f565b005b34801561070157600080fd5b5061071c60048036038101906107179190613b1c565b6130bb565b60405161072a929190614abc565b60405180910390f35b34801561073f57600080fd5b5061075a60048036038101906107559190613bb9565b61313f565b60405161076a9493929190614f32565b60405180910390f35b34801561077f57600080fd5b5061079a600480360381019061079591906139f4565b6131b3565b005b600033905090565b6107ac61079c565b73ffffffffffffffffffffffffffffffffffffffff166107ca611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614610820576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081790614d84565b60405180910390fd5b6000889050600088905060008890506000889050600088905060008890506000889050600088905060008811156108a1576000841180156108615750600082115b6108a0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161089790614c24565b60405180910390fd5b5b60008f1180156108b057508686115b6108ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108e690614c84565b60405180910390fd5b6040518061012001604052808981526020018881526020018781526020018681526020018581526020018481526020018381526020018281526020017f0000000000000000000000000000000000000000000000000000000000000000815250600e600082015181600001556020820151816001015560408201518160020155606082015181600301556080820151816004015560a0820151816005015560c0820151816006015560e0820151816007015561010082015181600801559050507f1438bfdee66bfbb9fdf5bdcd454bd6035922f057b3d7c62797c062300523d24d88888888888888886040516109ec989796959493929190614f77565b60405180910390a150505050505050505050505050505050565b60025481565b60086020528060005260406000206000915054906101000a900460ff1681565b60026000541415610a72576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a6990614ea4565b60405180910390fd5b6002600081905550610aa6600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16476132ab565b6001600081905550565b610ab861079c565b73ffffffffffffffffffffffffffffffffffffffff16610ad6611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614610b2c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b2390614d84565b60405180910390fd5b80600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b610b7861079c565b73ffffffffffffffffffffffffffffffffffffffff16610b96611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614610bec576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610be390614d84565b60405180910390fd5b6032825114610c30576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c2790614e84565b60405180910390fd5b8051825114610c74576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6b90614e44565b60405180910390fd5b60005b82518167ffffffffffffffff161015610fa7576001828267ffffffffffffffff1681518110610ccf577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015163ffffffff161115610eb957610dda600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b158015610d4e57600080fd5b505afa158015610d62573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d869190613be2565b848367ffffffffffffffff1681518110610dc9577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516000600661339f565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340c10f19848367ffffffffffffffff1681518110610e5b577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015160066040518363ffffffff1660e01b8152600401610e829291906149f6565b600060405180830381600087803b158015610e9c57600080fd5b505af1158015610eb0573d6000803e3d6000fd5b50505050610f94565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f0dda65c848367ffffffffffffffff1681518110610f3a577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015160016040518363ffffffff1660e01b8152600401610f6192919061497b565b600060405180830381600087803b158015610f7b57600080fd5b505af1158015610f8f573d6000803e3d6000fd5b505050505b8080610f9f90615383565b915050610c77565b505050565b610fb461079c565b73ffffffffffffffffffffffffffffffffffffffff16610fd2611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611028576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161101f90614d84565b60405180910390fd5b80600360016101000a81548160ff02191690831515021790555050565b6000600e6040518061012001604052908160008201548152602001600182015481526020016002820154815260200160038201548152602001600482015481526020016005820154815260200160068201548152602001600782015481526020016008820154815250509050600360019054906101000a900460ff16611100576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110f790614bc4565b60405180910390fd5b6000816060015111611147576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161113e90614b24565b60405180910390fd5b347f0000000000000000000000000000000000000000000000000000000000000000146111a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111a090614d24565b60405180910390fd5b60011515600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615151461123c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161123390614dc4565b60405180910390fd5b80604001514210611282576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161127990614ce4565b60405180910390fd5b61132f600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b1580156112ed57600080fd5b505afa158015611301573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113259190613be2565b336000600661339f565b6001600e60030160008282546113459190615239565b92505081905550600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340c10f193360066040518363ffffffff1660e01b81526004016113aa9291906149f6565b600060405180830381600087803b1580156113c457600080fd5b505af11580156113d8573d6000803e3d6000fd5b505050506000600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055507f387cec17460506abe9a74c412f882126b817048ac9594d11397eea777435e400336040516114639190614960565b60405180910390a150565b61147661079c565b73ffffffffffffffffffffffffffffffffffffffff16611494611ce8565b73ffffffffffffffffffffffffffffffffffffffff16146114ea576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114e190614d84565b60405180910390fd5b600360009054906101000a900460ff16611539576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161153090614d44565b60405180910390fd5b6000600360006101000a81548160ff0219169083151502179055507f8a98cbd0cab14e33b8a5e5710b9b59bceec8af9a5b4b3bb32fb275cf04ea048d60405160405180910390a1565b61158a61079c565b73ffffffffffffffffffffffffffffffffffffffff166115a8611ce8565b73ffffffffffffffffffffffffffffffffffffffff16146115fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115f590614d84565b60405180910390fd5b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166355f804b383836040518363ffffffff1660e01b815260040161165b929190614b00565b600060405180830381600087803b15801561167557600080fd5b505af1158015611689573d6000803e3d6000fd5b505050505050565b600360019054906101000a900460ff1681565b6116ac61079c565b73ffffffffffffffffffffffffffffffffffffffff166116ca611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611720576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161171790614d84565b60405180910390fd5b6028815114611764576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161175b90614ca4565b60405180910390fd5b60005b81518167ffffffffffffffff16101561182f57600160086000848467ffffffffffffffff16815181106117c3577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550808061182790615383565b915050611767565b507f31a21fc681afd4f39621f4d7401bae50b4356d27c92b3bf836cb441cb9e8222a8160405161185f9190614a7f565b60405180910390a150565b600080600080600080600a60008881526020019081526020016000206040518060a0016040529081600082015481526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820154815260200160038201548152602001600482015481525050905080600001518160200151826040015183606001518460800151955095509550955095505091939590929450565b600360009054906101000a900460ff1681565b61195961079c565b73ffffffffffffffffffffffffffffffffffffffff16611977611ce8565b73ffffffffffffffffffffffffffffffffffffffff16146119cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c490614d84565b60405180910390fd5b6119d76000613489565b565b6119e161079c565b73ffffffffffffffffffffffffffffffffffffffff166119ff611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611a55576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4c90614d84565b60405180910390fd5b80600360026101000a81548160ff02191690831515021790555050565b611a7a61079c565b73ffffffffffffffffffffffffffffffffffffffff16611a98611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611aee576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ae590614d84565b60405180910390fd5b80600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b611b3a61079c565b73ffffffffffffffffffffffffffffffffffffffff16611b58611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611bae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ba590614d84565b60405180910390fd5b806002819055507f1b930366dfeaa7eb3b325021e4ae81e36527063452ee55b86c95f85b36f4c31c81604051611be49190614ae5565b60405180910390a150565b611bf761079c565b73ffffffffffffffffffffffffffffffffffffffff16611c15611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611c6b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c6290614d84565b60405180910390fd5b80600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600360029054906101000a900460ff1681565b600c6020528060005260406000206000915054906101000a900460ff1681565b60055481565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600e8060000154908060010154908060020154908060030154908060040154908060050154908060060154908060070154908060080154905089565b60045481565b6000600e6040518061012001604052908160008201548152602001600182015481526020016002820154815260200160038201548152602001600482015481526020016005820154815260200160068201548152602001600782015481526020016008820154815250509050600360009054906101000a900460ff16611e0f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e0690614d64565b60405180910390fd5b6000816000015111611e56576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e4d90614e24565b60405180910390fd5b348160a0015114611e9c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e9390614d24565b60405180910390fd5b6000816080015111611ee3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611eda90614da4565b60405180910390fd5b8060200151421015611f2a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f2190614c04565b60405180910390fd5b80604001514210611f70576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f6790614b64565b60405180910390fd5b611f8f3373ffffffffffffffffffffffffffffffffffffffff1661354f565b15611fcf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fc690614be4565b60405180910390fd5b6001600e6004016000828254611fe59190615239565b9250508190555061209c600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b15801561205757600080fd5b505afa15801561206b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061208f9190613be2565b338360000151600561339f565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340c10f193360056040518363ffffffff1660e01b81526004016120fa9291906149cd565b600060405180830381600087803b15801561211457600080fd5b505af1158015612128573d6000803e3d6000fd5b505050507fed8b192837a27494691ecb4838e166cbeac185c3a32aa156f0c23d95dc7eb4a63360405161215b9190614960565b60405180910390a150565b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600e6040518061012001604052908160008201548152602001600182015481526020016002820154815260200160038201548152602001600482015481526020016005820154815260200160068201548152602001600782015481526020016008820154815250509050600360009054906101000a900460ff16612247576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161223e90614d64565b60405180910390fd5b600081600001511161228e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161228590614e04565b60405180910390fd5b348160e00151146122d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122cb90614d24565b60405180910390fd5b60008160c001511161231b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161231290614d04565b60405180910390fd5b8060200151421015612362576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235990614c04565b60405180910390fd5b806040015142106123a8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161239f90614b64565b60405180910390fd5b6123c73373ffffffffffffffffffffffffffffffffffffffff1661354f565b15612407576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123fe90614be4565b60405180910390fd5b6001600e600601600082825461241d9190615239565b925050819055506124d4600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b15801561248f57600080fd5b505afa1580156124a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124c79190613be2565b338360000151603261339f565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340c10f193360326040518363ffffffff1660e01b81526004016125329291906149a4565b600060405180830381600087803b15801561254c57600080fd5b505af1158015612560573d6000803e3d6000fd5b505050507f27262579979e5f3767c0b7e94e5d1c2b52b9bda133d12f9ba0a9ac866441c166336040516125939190614960565b60405180910390a150565b6125a661079c565b73ffffffffffffffffffffffffffffffffffffffff166125c4611ce8565b73ffffffffffffffffffffffffffffffffffffffff161461261a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161261190614d84565b60405180910390fd5b600360009054906101000a900460ff161561266a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161266190614de4565b60405180910390fd5b6001600360006101000a81548160ff0219169083151502179055507f912ee23dde46ec889d6748212cce445d667f7041597691dc89e8549ad8bc0acb60405160405180910390a1565b60005b8551811015612c1557600033898984815181106126fc577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015189858151811061273d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101518989878151811061277f577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015160405160200161279c969594939291906148af565b604051602081830303815290604052805190602001209050600c600082815260200190815260200160002060009054906101000a900460ff1615612815576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161280c90614b44565b60405180910390fd5b60006128ae858585818110612853577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90506020028101906128659190615082565b80806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f8201169050808301925050505050505060025484613562565b9050806128f0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128e790614cc4565b60405180910390fd5b610483871415612af957612a25600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b15801561296557600080fd5b505afa158015612979573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061299d9190613be2565b338b86815181106129d7577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101518b8781518110612a18577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015161339f565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340c10f19338a8681518110612a9d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516040518363ffffffff1660e01b8152600401612ac2929190614a1f565b600060405180830381600087803b158015612adc57600080fd5b505af1158015612af0573d6000803e3d6000fd5b50505050612bd4565b6102d1871415612bd357600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f0dda65c338a8681518110612b7b577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516040518363ffffffff1660e01b8152600401612ba0929190614a1f565b600060405180830381600087803b158015612bba57600080fd5b505af1158015612bce573d6000803e3d6000fd5b505050505b5b6001600c600084815260200190815260200160002060006101000a81548160ff02191690831515021790555050508080612c0d9061533a565b9150506126b6565b5050505050505050565b600360029054906101000a900460ff16612c6e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c6590614e64565b60405180910390fd5b6000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1662fdd58e33846040518363ffffffff1660e01b8152600401612ccc929190614a1f565b60206040518083038186803b158015612ce457600080fd5b505afa158015612cf8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d1c9190613be2565b11612d5c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d5390614ba4565b60405180910390fd5b6000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1662fdd58e33846040518363ffffffff1660e01b8152600401612dba929190614a1f565b60206040518083038186803b158015612dd257600080fd5b505afa158015612de6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e0a9190613be2565b9050600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ed8c59383384846040518463ffffffff1660e01b8152600401612e6b93929190614a48565b600060405180830381600087803b158015612e8557600080fd5b505af1158015612e99573d6000803e3d6000fd5b50505050612ff182600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b158015612f0957600080fd5b505afa158015612f1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f419190613be2565b83600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b158015612faa57600080fd5b505afa158015612fbe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612fe29190613be2565b612fec91906151e3565b613579565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f0dda65c33836040518363ffffffff1660e01b815260040161304e929190614a1f565b600060405180830381600087803b15801561306857600080fd5b505af115801561307c573d6000803e3d6000fd5b505050507ff5fd4318988062fbeccc0d60b7154fc6898388fd2ab4511e5caa70df407918ef826040516130af9190614ec4565b60405180910390a15050565b600080600061310e858580806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f8201169050808301925050505050505060025488613562565b905080600c600088815260200190815260200160002060009054906101000a900460ff169250925050935093915050565b6000806000806000600b6000878152602001908152602001600020604051806080016040529081600082015481526020016001820154815260200160028201548152602001600382015481525050905080600001518160200151826040015183606001519450945094509450509193509193565b6131bb61079c565b73ffffffffffffffffffffffffffffffffffffffff166131d9611ce8565b73ffffffffffffffffffffffffffffffffffffffff161461322f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161322690614d84565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561329f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161329690614b84565b60405180910390fd5b6132a881613489565b50565b804710156132ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132e590614c64565b60405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff16826040516133149061494b565b60006040518083038185875af1925050503d8060008114613351576040519150601f19603f3d011682016040523d82523d6000602084013e613356565b606091505b505090508061339a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161339190614c44565b60405180910390fd5b505050565b600060045490506040518060a001604052808681526020018573ffffffffffffffffffffffffffffffffffffffff16815260200184815260200183815260200143815250600a60008381526020019081526020016000206000820151816000015560208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020155606082015181600301556080820151816004015590505060016004600082825461347b91906151e3565b925050819055505050505050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600080823b905060008111915050919050565b60008261356f85846135fd565b1490509392505050565b60006005549050604051806080016040528085815260200184815260200183815260200143815250600b600083815260200190815260200160002060008201518160000155602082015181600101556040820151816002015560608201518160030155905050600560008154809291906135f29061533a565b919050555050505050565b60008082905060005b84518110156136cb57600085828151811061364a577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151905080831161368b57828160405160200161366e92919061491f565b6040516020818303038152906040528051906020012092506136b7565b808360405160200161369e92919061491f565b6040516020818303038152906040528051906020012092505b5080806136c39061533a565b915050613606565b508091505092915050565b60006136e96136e48461510a565b6150d9565b9050808382526020820190508285602086028201111561370857600080fd5b60005b85811015613738578161371e888261381a565b84526020840193506020830192505060018101905061370b565b5050509392505050565b600061375561375084615136565b6150d9565b9050808382526020820190508285602086028201111561377457600080fd5b60005b858110156137a4578161378a88826139b5565b845260208401935060208301925050600181019050613777565b5050509392505050565b60006137c16137bc84615162565b6150d9565b905080838252602082019050828560208602820111156137e057600080fd5b60005b8581101561381057816137f688826139df565b8452602084019350602083019250506001810190506137e3565b5050509392505050565b60008135905061382981615468565b92915050565b600082601f83011261384057600080fd5b81356138508482602086016136d6565b91505092915050565b60008083601f84011261386b57600080fd5b8235905067ffffffffffffffff81111561388457600080fd5b60208301915083602082028301111561389c57600080fd5b9250929050565b60008083601f8401126138b557600080fd5b8235905067ffffffffffffffff8111156138ce57600080fd5b6020830191508360208202830111156138e657600080fd5b9250929050565b600082601f8301126138fe57600080fd5b813561390e848260208601613742565b91505092915050565b600082601f83011261392857600080fd5b81356139388482602086016137ae565b91505092915050565b6000813590506139508161547f565b92915050565b60008135905061396581615496565b92915050565b60008083601f84011261397d57600080fd5b8235905067ffffffffffffffff81111561399657600080fd5b6020830191508360018202830111156139ae57600080fd5b9250929050565b6000813590506139c4816154ad565b92915050565b6000815190506139d9816154ad565b92915050565b6000813590506139ee816154c4565b92915050565b600060208284031215613a0657600080fd5b6000613a148482850161381a565b91505092915050565b600060208284031215613a2f57600080fd5b600082013567ffffffffffffffff811115613a4957600080fd5b613a558482850161382f565b91505092915050565b60008060408385031215613a7157600080fd5b600083013567ffffffffffffffff811115613a8b57600080fd5b613a978582860161382f565b925050602083013567ffffffffffffffff811115613ab457600080fd5b613ac085828601613917565b9150509250929050565b600060208284031215613adc57600080fd5b6000613aea84828501613941565b91505092915050565b600060208284031215613b0557600080fd5b6000613b1384828501613956565b91505092915050565b600080600060408486031215613b3157600080fd5b6000613b3f86828701613956565b935050602084013567ffffffffffffffff811115613b5c57600080fd5b613b68868287016138a3565b92509250509250925092565b60008060208385031215613b8757600080fd5b600083013567ffffffffffffffff811115613ba157600080fd5b613bad8582860161396b565b92509250509250929050565b600060208284031215613bcb57600080fd5b6000613bd9848285016139b5565b91505092915050565b600060208284031215613bf457600080fd5b6000613c02848285016139ca565b91505092915050565b600080600080600080600060c0888a031215613c2657600080fd5b6000613c348a828b016139b5565b975050602088013567ffffffffffffffff811115613c5157600080fd5b613c5d8a828b016138ed565b965050604088013567ffffffffffffffff811115613c7a57600080fd5b613c868a828b016138ed565b9550506060613c978a828b016139b5565b945050608088013567ffffffffffffffff811115613cb457600080fd5b613cc08a828b016138ed565b93505060a088013567ffffffffffffffff811115613cdd57600080fd5b613ce98a828b01613859565b925092505092959891949750929550565b600080600080600080600080610100898b031215613d1757600080fd5b6000613d258b828c016139b5565b9850506020613d368b828c016139b5565b9750506040613d478b828c016139b5565b9650506060613d588b828c016139b5565b9550506080613d698b828c016139b5565b94505060a0613d7a8b828c016139b5565b93505060c0613d8b8b828c016139b5565b92505060e0613d9c8b828c016139b5565b9150509295985092959890939650565b6000613db88383613dc4565b60208301905092915050565b613dcd8161526d565b82525050565b613ddc8161526d565b82525050565b613df3613dee8261526d565b6153b4565b82525050565b6000613e048261519e565b613e0e81856151b6565b9350613e198361518e565b8060005b83811015613e4a578151613e318882613dac565b9750613e3c836151a9565b925050600181019050613e1d565b5085935050505092915050565b613e608161527f565b82525050565b613e6f8161528b565b82525050565b613e86613e818261528b565b6153c6565b82525050565b613e95816152e3565b82525050565b613ea4816152f5565b82525050565b613eb381615307565b82525050565b613ec281615319565b82525050565b6000613ed483856151d2565b9350613ee183858461532b565b613eea8361544a565b840190509392505050565b6000613f026025836151d2565b91507f46616e74617379334b3a207768697465426c696e64426f782068617320736f6c60008301527f64206f75740000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000613f686021836151d2565b91507f46616e746173793a206c65616620616c7265616479207061727469636970617460008301527f65000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000613fce6016836151d2565b91507f46616e74617379334b3a2073616c6520697320656e64000000000000000000006000830152602082019050919050565b600061400e6026836151d2565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006140746015836151d2565b91507f446f65736e2774206f776e2074686520746f6b656e00000000000000000000006000830152602082019050919050565b60006140b46023836151d2565b91507f46616e74617379334b3a207768697465206c697374206973206e6f742061637460008301527f69766500000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061411a6025836151d2565b91507f46616e74617379334b3a2063616c6c65722063616e2774206265206120636f6e60008301527f74726163740000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614180601b836151d2565b91507f46616e74617379334b3a2073616c65206e6f74207374617274656400000000006000830152602082019050919050565b60006141c06016836151d2565b91507f46616e74617379336b3a207a65726f20616d6f756e74000000000000000000006000830152602082019050919050565b6000614200603a836151d2565b91507f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260008301527f6563697069656e74206d617920686176652072657665727465640000000000006020830152604082019050919050565b6000614266601d836151d2565b91507f416464726573733a20696e73756666696369656e742062616c616e63650000006000830152602082019050919050565b60006142a6601d836151d2565b91507f46616e74617379336b3a20696e76616c69642074696d652072616e67650000006000830152602082019050919050565b60006142e66025836151d2565b91507f46616e74617379334b3a20696e636f72726563742077686974654c697374206c60008301527f656e6774680000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061434c601e836151d2565b91507f46616e746173793a2056616c69642070726f6f662072657175697265642e00006000830152602082019050919050565b600061438c6020836151d2565b91507f46616e74617379334b3a2077686974656c6973742073616c6520697320656e646000830152602082019050919050565b60006143cc6026836151d2565b91507f46616e74617379334b3a206c6567656e64426c696e64426f782068617320736f60008301527f6c64206f757400000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006144326020836151d2565b91507f46616e74617379334b3a20696e636f72726563742045746865722076616c75656000830152602082019050919050565b60006144726028836151d2565b91507f46616e74617379336b3a205075626c69632073616c6520697320616c7265616460008301527f79207061757365640000000000000000000000000000000000000000000000006020830152604082019050919050565b60006144d8601e836151d2565b91507f46616e74617379334b3a2073616c65206d7573742062652061637469766500006000830152602082019050919050565b60006145186020836151d2565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b60006145586024836151d2565b91507f46616e74617379334b3a2065706963426c696e64426f782068617320736f6c6460008301527f206f7574000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006145be6020836151d2565b91507f46616e74617379334b3a206e6f742077686974656c69737420616464726573736000830152602082019050919050565b60006145fe6027836151d2565b91507f46616e74617379336b3a205075626c69632073616c6520697320616c7265616460008301527f7920626567616e000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006146646029836151d2565b91507f46616e74617379334b3a206c6567656e64426c696e64426f7820686173206e6f60008301527f74207374617274656400000000000000000000000000000000000000000000006020830152604082019050919050565b60006146ca6027836151d2565b91507f46616e74617379334b3a2065706963426c696e64426f7820686173206e6f742060008301527f73746172746564000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614730602e836151d2565b91507f46616e74617379334b3a20696e636f72726563742064726f706c697374206f7260008301527f206e756d626572206c656e6774680000000000000000000000000000000000006020830152604082019050919050565b60006147966000836151c7565b9150600082019050919050565b60006147b0601e836151d2565b91507f46616e74617379334b3a204f70656e20626f78206e6f742061637469766500006000830152602082019050919050565b60006147f0602c836151d2565b91507f46616e74617379334b3a20696e636f72726563742064726f706c69737420616960008301527f7264726f70206c656e67746800000000000000000000000000000000000000006020830152604082019050919050565b6000614856601f836151d2565b91507f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006000830152602082019050919050565b614892816152b5565b82525050565b6148a96148a4826152b5565b6153e2565b82525050565b60006148bb8289613de2565b6014820191506148cb8288614898565b6020820191506148db8287614898565b6020820191506148eb8286614898565b6020820191506148fb8285614898565b60208201915061490b8284614898565b602082019150819050979650505050505050565b600061492b8285613e75565b60208201915061493b8284613e75565b6020820191508190509392505050565b600061495682614789565b9150819050919050565b60006020820190506149756000830184613dd3565b92915050565b60006040820190506149906000830185613dd3565b61499d6020830184613e8c565b9392505050565b60006040820190506149b96000830185613dd3565b6149c66020830184613e9b565b9392505050565b60006040820190506149e26000830185613dd3565b6149ef6020830184613eaa565b9392505050565b6000604082019050614a0b6000830185613dd3565b614a186020830184613eb9565b9392505050565b6000604082019050614a346000830185613dd3565b614a416020830184614889565b9392505050565b6000606082019050614a5d6000830186613dd3565b614a6a6020830185614889565b614a776040830184614889565b949350505050565b60006020820190508181036000830152614a998184613df9565b905092915050565b6000602082019050614ab66000830184613e57565b92915050565b6000604082019050614ad16000830185613e57565b614ade6020830184613e57565b9392505050565b6000602082019050614afa6000830184613e66565b92915050565b60006020820190508181036000830152614b1b818486613ec8565b90509392505050565b60006020820190508181036000830152614b3d81613ef5565b9050919050565b60006020820190508181036000830152614b5d81613f5b565b9050919050565b60006020820190508181036000830152614b7d81613fc1565b9050919050565b60006020820190508181036000830152614b9d81614001565b9050919050565b60006020820190508181036000830152614bbd81614067565b9050919050565b60006020820190508181036000830152614bdd816140a7565b9050919050565b60006020820190508181036000830152614bfd8161410d565b9050919050565b60006020820190508181036000830152614c1d81614173565b9050919050565b60006020820190508181036000830152614c3d816141b3565b9050919050565b60006020820190508181036000830152614c5d816141f3565b9050919050565b60006020820190508181036000830152614c7d81614259565b9050919050565b60006020820190508181036000830152614c9d81614299565b9050919050565b60006020820190508181036000830152614cbd816142d9565b9050919050565b60006020820190508181036000830152614cdd8161433f565b9050919050565b60006020820190508181036000830152614cfd8161437f565b9050919050565b60006020820190508181036000830152614d1d816143bf565b9050919050565b60006020820190508181036000830152614d3d81614425565b9050919050565b60006020820190508181036000830152614d5d81614465565b9050919050565b60006020820190508181036000830152614d7d816144cb565b9050919050565b60006020820190508181036000830152614d9d8161450b565b9050919050565b60006020820190508181036000830152614dbd8161454b565b9050919050565b60006020820190508181036000830152614ddd816145b1565b9050919050565b60006020820190508181036000830152614dfd816145f1565b9050919050565b60006020820190508181036000830152614e1d81614657565b9050919050565b60006020820190508181036000830152614e3d816146bd565b9050919050565b60006020820190508181036000830152614e5d81614723565b9050919050565b60006020820190508181036000830152614e7d816147a3565b9050919050565b60006020820190508181036000830152614e9d816147e3565b9050919050565b60006020820190508181036000830152614ebd81614849565b9050919050565b6000602082019050614ed96000830184614889565b92915050565b600060a082019050614ef46000830188614889565b614f016020830187613dd3565b614f0e6040830186614889565b614f1b6060830185614889565b614f286080830184614889565b9695505050505050565b6000608082019050614f476000830187614889565b614f546020830186614889565b614f616040830185614889565b614f6e6060830184614889565b95945050505050565b600061010082019050614f8d600083018b614889565b614f9a602083018a614889565b614fa76040830189614889565b614fb46060830188614889565b614fc16080830187614889565b614fce60a0830186614889565b614fdb60c0830185614889565b614fe860e0830184614889565b9998505050505050505050565b60006101208201905061500b600083018c614889565b615018602083018b614889565b615025604083018a614889565b6150326060830189614889565b61503f6080830188614889565b61504c60a0830187614889565b61505960c0830186614889565b61506660e0830185614889565b615074610100830184614889565b9a9950505050505050505050565b6000808335600160200384360303811261509b57600080fd5b80840192508235915067ffffffffffffffff8211156150b957600080fd5b6020830192506020820236038313156150d157600080fd5b509250929050565b6000604051905081810181811067ffffffffffffffff82111715615100576150ff61541b565b5b8060405250919050565b600067ffffffffffffffff8211156151255761512461541b565b5b602082029050602081019050919050565b600067ffffffffffffffff8211156151515761515061541b565b5b602082029050602081019050919050565b600067ffffffffffffffff82111561517d5761517c61541b565b5b602082029050602081019050919050565b6000819050602082019050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b60006151ee826152b5565b91506151f9836152b5565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561522e5761522d6153ec565b5b828201905092915050565b6000615244826152b5565b915061524f836152b5565b925082821015615262576152616153ec565b5b828203905092915050565b600061527882615295565b9050919050565b60008115159050919050565b6000819050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600063ffffffff82169050919050565b600067ffffffffffffffff82169050919050565b60006152ee826152b5565b9050919050565b6000615300826152b5565b9050919050565b6000615312826152b5565b9050919050565b6000615324826152b5565b9050919050565b82818337600083830152505050565b6000615345826152b5565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415615378576153776153ec565b5b600182019050919050565b600061538e826152cf565b915067ffffffffffffffff8214156153a9576153a86153ec565b5b600182019050919050565b60006153bf826153d0565b9050919050565b6000819050919050565b60006153db8261545b565b9050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b60008160601b9050919050565b6154718161526d565b811461547c57600080fd5b50565b6154888161527f565b811461549357600080fd5b50565b61549f8161528b565b81146154aa57600080fd5b50565b6154b6816152b5565b81146154c157600080fd5b50565b6154cd816152bf565b81146154d857600080fd5b5056fea264697066735822122095f7f9e60956cebf535bab90bee5f55ac056892d671ea1987d4431d70276583164736f6c634300080000330000000000000000000000004f9bb332eea75b4a65386ae36f3d0104f9fc1fde0000000000000000000000002eb6c2363b2e9ba124ea324bcffad042365dc1ed000000000000000000000000fe41e99a8efa50c24b1ec6254df6420cc27c23ea

Deployed Bytecode

0x6080604052600436106101fd5760003560e01c80637cb647591161010d578063946f7c11116100a0578063b9ec81a21161006f578063b9ec81a2146106a3578063d2df81ae146106cc578063d768e010146106f5578063e96b1ac714610733578063f2fde38b1461077357610244565b8063946f7c111461064d578063b49bf5c414610657578063b615b94514610682578063b66a0e5d1461068c57610244565b80638d3c86ba116100dc5780638d3c86ba146105995780638da5cb5b146105c457806390aa0b0f146105ef57806390d3745a1461062257610244565b80637cb64759146104df57806385535cc51461050857806387dfa1a71461053157806389d838281461055c57610244565b806355367ba911610190578063684d972d1161015f578063684d972d1461040a5780637080d6fc1461044b578063715018a61461047657806372d49f961461048d57806379c34f41146104b657610244565b806355367ba91461037657806355f804b31461038d578063573f5dae146103b65780635e1045ec146103e157610244565b80634285ca12116101cc5780634285ca12146102f157806347407d461461031a57806349ec975b14610343578063509d4a431461036c57610244565b8063169ae726146102495780632eb4a7ab14610272578063372c12b11461029d5780633ccfd60b146102da57610244565b36610244577f6ef95f06320e7a25a04a175ca677b7052bdd97131872c2192525a629f51be77061022b61079c565b3460405161023a929190614a1f565b60405180910390a1005b600080fd5b34801561025557600080fd5b50610270600480360381019061026b9190613cfa565b6107a4565b005b34801561027e57600080fd5b50610287610a06565b6040516102949190614ae5565b60405180910390f35b3480156102a957600080fd5b506102c460048036038101906102bf91906139f4565b610a0c565b6040516102d19190614aa1565b60405180910390f35b3480156102e657600080fd5b506102ef610a2c565b005b3480156102fd57600080fd5b50610318600480360381019061031391906139f4565b610ab0565b005b34801561032657600080fd5b50610341600480360381019061033c9190613a5e565b610b70565b005b34801561034f57600080fd5b5061036a60048036038101906103659190613aca565b610fac565b005b610374611045565b005b34801561038257600080fd5b5061038b61146e565b005b34801561039957600080fd5b506103b460048036038101906103af9190613b74565b611582565b005b3480156103c257600080fd5b506103cb611691565b6040516103d89190614aa1565b60405180910390f35b3480156103ed57600080fd5b5061040860048036038101906104039190613a1d565b6116a4565b005b34801561041657600080fd5b50610431600480360381019061042c9190613bb9565b61186a565b604051610442959493929190614edf565b60405180910390f35b34801561045757600080fd5b5061046061193e565b60405161046d9190614aa1565b60405180910390f35b34801561048257600080fd5b5061048b611951565b005b34801561049957600080fd5b506104b460048036038101906104af9190613aca565b6119d9565b005b3480156104c257600080fd5b506104dd60048036038101906104d891906139f4565b611a72565b005b3480156104eb57600080fd5b5061050660048036038101906105019190613af3565b611b32565b005b34801561051457600080fd5b5061052f600480360381019061052a91906139f4565b611bef565b005b34801561053d57600080fd5b50610546611caf565b6040516105539190614aa1565b60405180910390f35b34801561056857600080fd5b50610583600480360381019061057e9190613af3565b611cc2565b6040516105909190614aa1565b60405180910390f35b3480156105a557600080fd5b506105ae611ce2565b6040516105bb9190614ec4565b60405180910390f35b3480156105d057600080fd5b506105d9611ce8565b6040516105e69190614960565b60405180910390f35b3480156105fb57600080fd5b50610604611d12565b60405161061999989796959493929190614ff5565b60405180910390f35b34801561062e57600080fd5b50610637611d4e565b6040516106449190614ec4565b60405180910390f35b610655611d54565b005b34801561066357600080fd5b5061066c612166565b6040516106799190614960565b60405180910390f35b61068a61218c565b005b34801561069857600080fd5b506106a161259e565b005b3480156106af57600080fd5b506106ca60048036038101906106c59190613c0b565b6126b3565b005b3480156106d857600080fd5b506106f360048036038101906106ee9190613bb9565b612c1f565b005b34801561070157600080fd5b5061071c60048036038101906107179190613b1c565b6130bb565b60405161072a929190614abc565b60405180910390f35b34801561073f57600080fd5b5061075a60048036038101906107559190613bb9565b61313f565b60405161076a9493929190614f32565b60405180910390f35b34801561077f57600080fd5b5061079a600480360381019061079591906139f4565b6131b3565b005b600033905090565b6107ac61079c565b73ffffffffffffffffffffffffffffffffffffffff166107ca611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614610820576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081790614d84565b60405180910390fd5b6000889050600088905060008890506000889050600088905060008890506000889050600088905060008811156108a1576000841180156108615750600082115b6108a0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161089790614c24565b60405180910390fd5b5b60008f1180156108b057508686115b6108ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108e690614c84565b60405180910390fd5b6040518061012001604052808981526020018881526020018781526020018681526020018581526020018481526020018381526020018281526020017f00000000000000000000000000000000000000000000000006f05b59d3b20000815250600e600082015181600001556020820151816001015560408201518160020155606082015181600301556080820151816004015560a0820151816005015560c0820151816006015560e0820151816007015561010082015181600801559050507f1438bfdee66bfbb9fdf5bdcd454bd6035922f057b3d7c62797c062300523d24d88888888888888886040516109ec989796959493929190614f77565b60405180910390a150505050505050505050505050505050565b60025481565b60086020528060005260406000206000915054906101000a900460ff1681565b60026000541415610a72576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a6990614ea4565b60405180910390fd5b6002600081905550610aa6600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16476132ab565b6001600081905550565b610ab861079c565b73ffffffffffffffffffffffffffffffffffffffff16610ad6611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614610b2c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b2390614d84565b60405180910390fd5b80600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b610b7861079c565b73ffffffffffffffffffffffffffffffffffffffff16610b96611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614610bec576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610be390614d84565b60405180910390fd5b6032825114610c30576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c2790614e84565b60405180910390fd5b8051825114610c74576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6b90614e44565b60405180910390fd5b60005b82518167ffffffffffffffff161015610fa7576001828267ffffffffffffffff1681518110610ccf577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015163ffffffff161115610eb957610dda600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b158015610d4e57600080fd5b505afa158015610d62573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d869190613be2565b848367ffffffffffffffff1681518110610dc9577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516000600661339f565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340c10f19848367ffffffffffffffff1681518110610e5b577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015160066040518363ffffffff1660e01b8152600401610e829291906149f6565b600060405180830381600087803b158015610e9c57600080fd5b505af1158015610eb0573d6000803e3d6000fd5b50505050610f94565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f0dda65c848367ffffffffffffffff1681518110610f3a577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015160016040518363ffffffff1660e01b8152600401610f6192919061497b565b600060405180830381600087803b158015610f7b57600080fd5b505af1158015610f8f573d6000803e3d6000fd5b505050505b8080610f9f90615383565b915050610c77565b505050565b610fb461079c565b73ffffffffffffffffffffffffffffffffffffffff16610fd2611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611028576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161101f90614d84565b60405180910390fd5b80600360016101000a81548160ff02191690831515021790555050565b6000600e6040518061012001604052908160008201548152602001600182015481526020016002820154815260200160038201548152602001600482015481526020016005820154815260200160068201548152602001600782015481526020016008820154815250509050600360019054906101000a900460ff16611100576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110f790614bc4565b60405180910390fd5b6000816060015111611147576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161113e90614b24565b60405180910390fd5b347f00000000000000000000000000000000000000000000000006f05b59d3b20000146111a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111a090614d24565b60405180910390fd5b60011515600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615151461123c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161123390614dc4565b60405180910390fd5b80604001514210611282576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161127990614ce4565b60405180910390fd5b61132f600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b1580156112ed57600080fd5b505afa158015611301573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113259190613be2565b336000600661339f565b6001600e60030160008282546113459190615239565b92505081905550600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340c10f193360066040518363ffffffff1660e01b81526004016113aa9291906149f6565b600060405180830381600087803b1580156113c457600080fd5b505af11580156113d8573d6000803e3d6000fd5b505050506000600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055507f387cec17460506abe9a74c412f882126b817048ac9594d11397eea777435e400336040516114639190614960565b60405180910390a150565b61147661079c565b73ffffffffffffffffffffffffffffffffffffffff16611494611ce8565b73ffffffffffffffffffffffffffffffffffffffff16146114ea576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114e190614d84565b60405180910390fd5b600360009054906101000a900460ff16611539576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161153090614d44565b60405180910390fd5b6000600360006101000a81548160ff0219169083151502179055507f8a98cbd0cab14e33b8a5e5710b9b59bceec8af9a5b4b3bb32fb275cf04ea048d60405160405180910390a1565b61158a61079c565b73ffffffffffffffffffffffffffffffffffffffff166115a8611ce8565b73ffffffffffffffffffffffffffffffffffffffff16146115fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115f590614d84565b60405180910390fd5b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166355f804b383836040518363ffffffff1660e01b815260040161165b929190614b00565b600060405180830381600087803b15801561167557600080fd5b505af1158015611689573d6000803e3d6000fd5b505050505050565b600360019054906101000a900460ff1681565b6116ac61079c565b73ffffffffffffffffffffffffffffffffffffffff166116ca611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611720576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161171790614d84565b60405180910390fd5b6028815114611764576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161175b90614ca4565b60405180910390fd5b60005b81518167ffffffffffffffff16101561182f57600160086000848467ffffffffffffffff16815181106117c3577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550808061182790615383565b915050611767565b507f31a21fc681afd4f39621f4d7401bae50b4356d27c92b3bf836cb441cb9e8222a8160405161185f9190614a7f565b60405180910390a150565b600080600080600080600a60008881526020019081526020016000206040518060a0016040529081600082015481526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820154815260200160038201548152602001600482015481525050905080600001518160200151826040015183606001518460800151955095509550955095505091939590929450565b600360009054906101000a900460ff1681565b61195961079c565b73ffffffffffffffffffffffffffffffffffffffff16611977611ce8565b73ffffffffffffffffffffffffffffffffffffffff16146119cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c490614d84565b60405180910390fd5b6119d76000613489565b565b6119e161079c565b73ffffffffffffffffffffffffffffffffffffffff166119ff611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611a55576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4c90614d84565b60405180910390fd5b80600360026101000a81548160ff02191690831515021790555050565b611a7a61079c565b73ffffffffffffffffffffffffffffffffffffffff16611a98611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611aee576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ae590614d84565b60405180910390fd5b80600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b611b3a61079c565b73ffffffffffffffffffffffffffffffffffffffff16611b58611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611bae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ba590614d84565b60405180910390fd5b806002819055507f1b930366dfeaa7eb3b325021e4ae81e36527063452ee55b86c95f85b36f4c31c81604051611be49190614ae5565b60405180910390a150565b611bf761079c565b73ffffffffffffffffffffffffffffffffffffffff16611c15611ce8565b73ffffffffffffffffffffffffffffffffffffffff1614611c6b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c6290614d84565b60405180910390fd5b80600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600360029054906101000a900460ff1681565b600c6020528060005260406000206000915054906101000a900460ff1681565b60055481565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600e8060000154908060010154908060020154908060030154908060040154908060050154908060060154908060070154908060080154905089565b60045481565b6000600e6040518061012001604052908160008201548152602001600182015481526020016002820154815260200160038201548152602001600482015481526020016005820154815260200160068201548152602001600782015481526020016008820154815250509050600360009054906101000a900460ff16611e0f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e0690614d64565b60405180910390fd5b6000816000015111611e56576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e4d90614e24565b60405180910390fd5b348160a0015114611e9c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e9390614d24565b60405180910390fd5b6000816080015111611ee3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611eda90614da4565b60405180910390fd5b8060200151421015611f2a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f2190614c04565b60405180910390fd5b80604001514210611f70576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f6790614b64565b60405180910390fd5b611f8f3373ffffffffffffffffffffffffffffffffffffffff1661354f565b15611fcf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fc690614be4565b60405180910390fd5b6001600e6004016000828254611fe59190615239565b9250508190555061209c600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b15801561205757600080fd5b505afa15801561206b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061208f9190613be2565b338360000151600561339f565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340c10f193360056040518363ffffffff1660e01b81526004016120fa9291906149cd565b600060405180830381600087803b15801561211457600080fd5b505af1158015612128573d6000803e3d6000fd5b505050507fed8b192837a27494691ecb4838e166cbeac185c3a32aa156f0c23d95dc7eb4a63360405161215b9190614960565b60405180910390a150565b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600e6040518061012001604052908160008201548152602001600182015481526020016002820154815260200160038201548152602001600482015481526020016005820154815260200160068201548152602001600782015481526020016008820154815250509050600360009054906101000a900460ff16612247576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161223e90614d64565b60405180910390fd5b600081600001511161228e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161228590614e04565b60405180910390fd5b348160e00151146122d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122cb90614d24565b60405180910390fd5b60008160c001511161231b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161231290614d04565b60405180910390fd5b8060200151421015612362576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235990614c04565b60405180910390fd5b806040015142106123a8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161239f90614b64565b60405180910390fd5b6123c73373ffffffffffffffffffffffffffffffffffffffff1661354f565b15612407576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123fe90614be4565b60405180910390fd5b6001600e600601600082825461241d9190615239565b925050819055506124d4600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b15801561248f57600080fd5b505afa1580156124a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124c79190613be2565b338360000151603261339f565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340c10f193360326040518363ffffffff1660e01b81526004016125329291906149a4565b600060405180830381600087803b15801561254c57600080fd5b505af1158015612560573d6000803e3d6000fd5b505050507f27262579979e5f3767c0b7e94e5d1c2b52b9bda133d12f9ba0a9ac866441c166336040516125939190614960565b60405180910390a150565b6125a661079c565b73ffffffffffffffffffffffffffffffffffffffff166125c4611ce8565b73ffffffffffffffffffffffffffffffffffffffff161461261a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161261190614d84565b60405180910390fd5b600360009054906101000a900460ff161561266a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161266190614de4565b60405180910390fd5b6001600360006101000a81548160ff0219169083151502179055507f912ee23dde46ec889d6748212cce445d667f7041597691dc89e8549ad8bc0acb60405160405180910390a1565b60005b8551811015612c1557600033898984815181106126fc577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015189858151811061273d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101518989878151811061277f577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015160405160200161279c969594939291906148af565b604051602081830303815290604052805190602001209050600c600082815260200190815260200160002060009054906101000a900460ff1615612815576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161280c90614b44565b60405180910390fd5b60006128ae858585818110612853577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90506020028101906128659190615082565b80806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f8201169050808301925050505050505060025484613562565b9050806128f0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128e790614cc4565b60405180910390fd5b610483871415612af957612a25600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b15801561296557600080fd5b505afa158015612979573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061299d9190613be2565b338b86815181106129d7577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101518b8781518110612a18577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015161339f565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340c10f19338a8681518110612a9d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516040518363ffffffff1660e01b8152600401612ac2929190614a1f565b600060405180830381600087803b158015612adc57600080fd5b505af1158015612af0573d6000803e3d6000fd5b50505050612bd4565b6102d1871415612bd357600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f0dda65c338a8681518110612b7b577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516040518363ffffffff1660e01b8152600401612ba0929190614a1f565b600060405180830381600087803b158015612bba57600080fd5b505af1158015612bce573d6000803e3d6000fd5b505050505b5b6001600c600084815260200190815260200160002060006101000a81548160ff02191690831515021790555050508080612c0d9061533a565b9150506126b6565b5050505050505050565b600360029054906101000a900460ff16612c6e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c6590614e64565b60405180910390fd5b6000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1662fdd58e33846040518363ffffffff1660e01b8152600401612ccc929190614a1f565b60206040518083038186803b158015612ce457600080fd5b505afa158015612cf8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d1c9190613be2565b11612d5c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d5390614ba4565b60405180910390fd5b6000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1662fdd58e33846040518363ffffffff1660e01b8152600401612dba929190614a1f565b60206040518083038186803b158015612dd257600080fd5b505afa158015612de6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e0a9190613be2565b9050600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ed8c59383384846040518463ffffffff1660e01b8152600401612e6b93929190614a48565b600060405180830381600087803b158015612e8557600080fd5b505af1158015612e99573d6000803e3d6000fd5b50505050612ff182600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b158015612f0957600080fd5b505afa158015612f1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f419190613be2565b83600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166375794a3c6040518163ffffffff1660e01b815260040160206040518083038186803b158015612faa57600080fd5b505afa158015612fbe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612fe29190613be2565b612fec91906151e3565b613579565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f0dda65c33836040518363ffffffff1660e01b815260040161304e929190614a1f565b600060405180830381600087803b15801561306857600080fd5b505af115801561307c573d6000803e3d6000fd5b505050507ff5fd4318988062fbeccc0d60b7154fc6898388fd2ab4511e5caa70df407918ef826040516130af9190614ec4565b60405180910390a15050565b600080600061310e858580806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f8201169050808301925050505050505060025488613562565b905080600c600088815260200190815260200160002060009054906101000a900460ff169250925050935093915050565b6000806000806000600b6000878152602001908152602001600020604051806080016040529081600082015481526020016001820154815260200160028201548152602001600382015481525050905080600001518160200151826040015183606001519450945094509450509193509193565b6131bb61079c565b73ffffffffffffffffffffffffffffffffffffffff166131d9611ce8565b73ffffffffffffffffffffffffffffffffffffffff161461322f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161322690614d84565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561329f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161329690614b84565b60405180910390fd5b6132a881613489565b50565b804710156132ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132e590614c64565b60405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff16826040516133149061494b565b60006040518083038185875af1925050503d8060008114613351576040519150601f19603f3d011682016040523d82523d6000602084013e613356565b606091505b505090508061339a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161339190614c44565b60405180910390fd5b505050565b600060045490506040518060a001604052808681526020018573ffffffffffffffffffffffffffffffffffffffff16815260200184815260200183815260200143815250600a60008381526020019081526020016000206000820151816000015560208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020155606082015181600301556080820151816004015590505060016004600082825461347b91906151e3565b925050819055505050505050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600080823b905060008111915050919050565b60008261356f85846135fd565b1490509392505050565b60006005549050604051806080016040528085815260200184815260200183815260200143815250600b600083815260200190815260200160002060008201518160000155602082015181600101556040820151816002015560608201518160030155905050600560008154809291906135f29061533a565b919050555050505050565b60008082905060005b84518110156136cb57600085828151811061364a577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151905080831161368b57828160405160200161366e92919061491f565b6040516020818303038152906040528051906020012092506136b7565b808360405160200161369e92919061491f565b6040516020818303038152906040528051906020012092505b5080806136c39061533a565b915050613606565b508091505092915050565b60006136e96136e48461510a565b6150d9565b9050808382526020820190508285602086028201111561370857600080fd5b60005b85811015613738578161371e888261381a565b84526020840193506020830192505060018101905061370b565b5050509392505050565b600061375561375084615136565b6150d9565b9050808382526020820190508285602086028201111561377457600080fd5b60005b858110156137a4578161378a88826139b5565b845260208401935060208301925050600181019050613777565b5050509392505050565b60006137c16137bc84615162565b6150d9565b905080838252602082019050828560208602820111156137e057600080fd5b60005b8581101561381057816137f688826139df565b8452602084019350602083019250506001810190506137e3565b5050509392505050565b60008135905061382981615468565b92915050565b600082601f83011261384057600080fd5b81356138508482602086016136d6565b91505092915050565b60008083601f84011261386b57600080fd5b8235905067ffffffffffffffff81111561388457600080fd5b60208301915083602082028301111561389c57600080fd5b9250929050565b60008083601f8401126138b557600080fd5b8235905067ffffffffffffffff8111156138ce57600080fd5b6020830191508360208202830111156138e657600080fd5b9250929050565b600082601f8301126138fe57600080fd5b813561390e848260208601613742565b91505092915050565b600082601f83011261392857600080fd5b81356139388482602086016137ae565b91505092915050565b6000813590506139508161547f565b92915050565b60008135905061396581615496565b92915050565b60008083601f84011261397d57600080fd5b8235905067ffffffffffffffff81111561399657600080fd5b6020830191508360018202830111156139ae57600080fd5b9250929050565b6000813590506139c4816154ad565b92915050565b6000815190506139d9816154ad565b92915050565b6000813590506139ee816154c4565b92915050565b600060208284031215613a0657600080fd5b6000613a148482850161381a565b91505092915050565b600060208284031215613a2f57600080fd5b600082013567ffffffffffffffff811115613a4957600080fd5b613a558482850161382f565b91505092915050565b60008060408385031215613a7157600080fd5b600083013567ffffffffffffffff811115613a8b57600080fd5b613a978582860161382f565b925050602083013567ffffffffffffffff811115613ab457600080fd5b613ac085828601613917565b9150509250929050565b600060208284031215613adc57600080fd5b6000613aea84828501613941565b91505092915050565b600060208284031215613b0557600080fd5b6000613b1384828501613956565b91505092915050565b600080600060408486031215613b3157600080fd5b6000613b3f86828701613956565b935050602084013567ffffffffffffffff811115613b5c57600080fd5b613b68868287016138a3565b92509250509250925092565b60008060208385031215613b8757600080fd5b600083013567ffffffffffffffff811115613ba157600080fd5b613bad8582860161396b565b92509250509250929050565b600060208284031215613bcb57600080fd5b6000613bd9848285016139b5565b91505092915050565b600060208284031215613bf457600080fd5b6000613c02848285016139ca565b91505092915050565b600080600080600080600060c0888a031215613c2657600080fd5b6000613c348a828b016139b5565b975050602088013567ffffffffffffffff811115613c5157600080fd5b613c5d8a828b016138ed565b965050604088013567ffffffffffffffff811115613c7a57600080fd5b613c868a828b016138ed565b9550506060613c978a828b016139b5565b945050608088013567ffffffffffffffff811115613cb457600080fd5b613cc08a828b016138ed565b93505060a088013567ffffffffffffffff811115613cdd57600080fd5b613ce98a828b01613859565b925092505092959891949750929550565b600080600080600080600080610100898b031215613d1757600080fd5b6000613d258b828c016139b5565b9850506020613d368b828c016139b5565b9750506040613d478b828c016139b5565b9650506060613d588b828c016139b5565b9550506080613d698b828c016139b5565b94505060a0613d7a8b828c016139b5565b93505060c0613d8b8b828c016139b5565b92505060e0613d9c8b828c016139b5565b9150509295985092959890939650565b6000613db88383613dc4565b60208301905092915050565b613dcd8161526d565b82525050565b613ddc8161526d565b82525050565b613df3613dee8261526d565b6153b4565b82525050565b6000613e048261519e565b613e0e81856151b6565b9350613e198361518e565b8060005b83811015613e4a578151613e318882613dac565b9750613e3c836151a9565b925050600181019050613e1d565b5085935050505092915050565b613e608161527f565b82525050565b613e6f8161528b565b82525050565b613e86613e818261528b565b6153c6565b82525050565b613e95816152e3565b82525050565b613ea4816152f5565b82525050565b613eb381615307565b82525050565b613ec281615319565b82525050565b6000613ed483856151d2565b9350613ee183858461532b565b613eea8361544a565b840190509392505050565b6000613f026025836151d2565b91507f46616e74617379334b3a207768697465426c696e64426f782068617320736f6c60008301527f64206f75740000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000613f686021836151d2565b91507f46616e746173793a206c65616620616c7265616479207061727469636970617460008301527f65000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000613fce6016836151d2565b91507f46616e74617379334b3a2073616c6520697320656e64000000000000000000006000830152602082019050919050565b600061400e6026836151d2565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006140746015836151d2565b91507f446f65736e2774206f776e2074686520746f6b656e00000000000000000000006000830152602082019050919050565b60006140b46023836151d2565b91507f46616e74617379334b3a207768697465206c697374206973206e6f742061637460008301527f69766500000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061411a6025836151d2565b91507f46616e74617379334b3a2063616c6c65722063616e2774206265206120636f6e60008301527f74726163740000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614180601b836151d2565b91507f46616e74617379334b3a2073616c65206e6f74207374617274656400000000006000830152602082019050919050565b60006141c06016836151d2565b91507f46616e74617379336b3a207a65726f20616d6f756e74000000000000000000006000830152602082019050919050565b6000614200603a836151d2565b91507f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260008301527f6563697069656e74206d617920686176652072657665727465640000000000006020830152604082019050919050565b6000614266601d836151d2565b91507f416464726573733a20696e73756666696369656e742062616c616e63650000006000830152602082019050919050565b60006142a6601d836151d2565b91507f46616e74617379336b3a20696e76616c69642074696d652072616e67650000006000830152602082019050919050565b60006142e66025836151d2565b91507f46616e74617379334b3a20696e636f72726563742077686974654c697374206c60008301527f656e6774680000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061434c601e836151d2565b91507f46616e746173793a2056616c69642070726f6f662072657175697265642e00006000830152602082019050919050565b600061438c6020836151d2565b91507f46616e74617379334b3a2077686974656c6973742073616c6520697320656e646000830152602082019050919050565b60006143cc6026836151d2565b91507f46616e74617379334b3a206c6567656e64426c696e64426f782068617320736f60008301527f6c64206f757400000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006144326020836151d2565b91507f46616e74617379334b3a20696e636f72726563742045746865722076616c75656000830152602082019050919050565b60006144726028836151d2565b91507f46616e74617379336b3a205075626c69632073616c6520697320616c7265616460008301527f79207061757365640000000000000000000000000000000000000000000000006020830152604082019050919050565b60006144d8601e836151d2565b91507f46616e74617379334b3a2073616c65206d7573742062652061637469766500006000830152602082019050919050565b60006145186020836151d2565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b60006145586024836151d2565b91507f46616e74617379334b3a2065706963426c696e64426f782068617320736f6c6460008301527f206f7574000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006145be6020836151d2565b91507f46616e74617379334b3a206e6f742077686974656c69737420616464726573736000830152602082019050919050565b60006145fe6027836151d2565b91507f46616e74617379336b3a205075626c69632073616c6520697320616c7265616460008301527f7920626567616e000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006146646029836151d2565b91507f46616e74617379334b3a206c6567656e64426c696e64426f7820686173206e6f60008301527f74207374617274656400000000000000000000000000000000000000000000006020830152604082019050919050565b60006146ca6027836151d2565b91507f46616e74617379334b3a2065706963426c696e64426f7820686173206e6f742060008301527f73746172746564000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614730602e836151d2565b91507f46616e74617379334b3a20696e636f72726563742064726f706c697374206f7260008301527f206e756d626572206c656e6774680000000000000000000000000000000000006020830152604082019050919050565b60006147966000836151c7565b9150600082019050919050565b60006147b0601e836151d2565b91507f46616e74617379334b3a204f70656e20626f78206e6f742061637469766500006000830152602082019050919050565b60006147f0602c836151d2565b91507f46616e74617379334b3a20696e636f72726563742064726f706c69737420616960008301527f7264726f70206c656e67746800000000000000000000000000000000000000006020830152604082019050919050565b6000614856601f836151d2565b91507f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006000830152602082019050919050565b614892816152b5565b82525050565b6148a96148a4826152b5565b6153e2565b82525050565b60006148bb8289613de2565b6014820191506148cb8288614898565b6020820191506148db8287614898565b6020820191506148eb8286614898565b6020820191506148fb8285614898565b60208201915061490b8284614898565b602082019150819050979650505050505050565b600061492b8285613e75565b60208201915061493b8284613e75565b6020820191508190509392505050565b600061495682614789565b9150819050919050565b60006020820190506149756000830184613dd3565b92915050565b60006040820190506149906000830185613dd3565b61499d6020830184613e8c565b9392505050565b60006040820190506149b96000830185613dd3565b6149c66020830184613e9b565b9392505050565b60006040820190506149e26000830185613dd3565b6149ef6020830184613eaa565b9392505050565b6000604082019050614a0b6000830185613dd3565b614a186020830184613eb9565b9392505050565b6000604082019050614a346000830185613dd3565b614a416020830184614889565b9392505050565b6000606082019050614a5d6000830186613dd3565b614a6a6020830185614889565b614a776040830184614889565b949350505050565b60006020820190508181036000830152614a998184613df9565b905092915050565b6000602082019050614ab66000830184613e57565b92915050565b6000604082019050614ad16000830185613e57565b614ade6020830184613e57565b9392505050565b6000602082019050614afa6000830184613e66565b92915050565b60006020820190508181036000830152614b1b818486613ec8565b90509392505050565b60006020820190508181036000830152614b3d81613ef5565b9050919050565b60006020820190508181036000830152614b5d81613f5b565b9050919050565b60006020820190508181036000830152614b7d81613fc1565b9050919050565b60006020820190508181036000830152614b9d81614001565b9050919050565b60006020820190508181036000830152614bbd81614067565b9050919050565b60006020820190508181036000830152614bdd816140a7565b9050919050565b60006020820190508181036000830152614bfd8161410d565b9050919050565b60006020820190508181036000830152614c1d81614173565b9050919050565b60006020820190508181036000830152614c3d816141b3565b9050919050565b60006020820190508181036000830152614c5d816141f3565b9050919050565b60006020820190508181036000830152614c7d81614259565b9050919050565b60006020820190508181036000830152614c9d81614299565b9050919050565b60006020820190508181036000830152614cbd816142d9565b9050919050565b60006020820190508181036000830152614cdd8161433f565b9050919050565b60006020820190508181036000830152614cfd8161437f565b9050919050565b60006020820190508181036000830152614d1d816143bf565b9050919050565b60006020820190508181036000830152614d3d81614425565b9050919050565b60006020820190508181036000830152614d5d81614465565b9050919050565b60006020820190508181036000830152614d7d816144cb565b9050919050565b60006020820190508181036000830152614d9d8161450b565b9050919050565b60006020820190508181036000830152614dbd8161454b565b9050919050565b60006020820190508181036000830152614ddd816145b1565b9050919050565b60006020820190508181036000830152614dfd816145f1565b9050919050565b60006020820190508181036000830152614e1d81614657565b9050919050565b60006020820190508181036000830152614e3d816146bd565b9050919050565b60006020820190508181036000830152614e5d81614723565b9050919050565b60006020820190508181036000830152614e7d816147a3565b9050919050565b60006020820190508181036000830152614e9d816147e3565b9050919050565b60006020820190508181036000830152614ebd81614849565b9050919050565b6000602082019050614ed96000830184614889565b92915050565b600060a082019050614ef46000830188614889565b614f016020830187613dd3565b614f0e6040830186614889565b614f1b6060830185614889565b614f286080830184614889565b9695505050505050565b6000608082019050614f476000830187614889565b614f546020830186614889565b614f616040830185614889565b614f6e6060830184614889565b95945050505050565b600061010082019050614f8d600083018b614889565b614f9a602083018a614889565b614fa76040830189614889565b614fb46060830188614889565b614fc16080830187614889565b614fce60a0830186614889565b614fdb60c0830185614889565b614fe860e0830184614889565b9998505050505050505050565b60006101208201905061500b600083018c614889565b615018602083018b614889565b615025604083018a614889565b6150326060830189614889565b61503f6080830188614889565b61504c60a0830187614889565b61505960c0830186614889565b61506660e0830185614889565b615074610100830184614889565b9a9950505050505050505050565b6000808335600160200384360303811261509b57600080fd5b80840192508235915067ffffffffffffffff8211156150b957600080fd5b6020830192506020820236038313156150d157600080fd5b509250929050565b6000604051905081810181811067ffffffffffffffff82111715615100576150ff61541b565b5b8060405250919050565b600067ffffffffffffffff8211156151255761512461541b565b5b602082029050602081019050919050565b600067ffffffffffffffff8211156151515761515061541b565b5b602082029050602081019050919050565b600067ffffffffffffffff82111561517d5761517c61541b565b5b602082029050602081019050919050565b6000819050602082019050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b60006151ee826152b5565b91506151f9836152b5565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561522e5761522d6153ec565b5b828201905092915050565b6000615244826152b5565b915061524f836152b5565b925082821015615262576152616153ec565b5b828203905092915050565b600061527882615295565b9050919050565b60008115159050919050565b6000819050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600063ffffffff82169050919050565b600067ffffffffffffffff82169050919050565b60006152ee826152b5565b9050919050565b6000615300826152b5565b9050919050565b6000615312826152b5565b9050919050565b6000615324826152b5565b9050919050565b82818337600083830152505050565b6000615345826152b5565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415615378576153776153ec565b5b600182019050919050565b600061538e826152cf565b915067ffffffffffffffff8214156153a9576153a86153ec565b5b600182019050919050565b60006153bf826153d0565b9050919050565b6000819050919050565b60006153db8261545b565b9050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b60008160601b9050919050565b6154718161526d565b811461547c57600080fd5b50565b6154888161527f565b811461549357600080fd5b50565b61549f8161528b565b81146154aa57600080fd5b50565b6154b6816152b5565b81146154c157600080fd5b50565b6154cd816152bf565b81146154d857600080fd5b5056fea264697066735822122095f7f9e60956cebf535bab90bee5f55ac056892d671ea1987d4431d70276583164736f6c63430008000033

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

0000000000000000000000004f9bb332eea75b4a65386ae36f3d0104f9fc1fde0000000000000000000000002eb6c2363b2e9ba124ea324bcffad042365dc1ed000000000000000000000000fe41e99a8efa50c24b1ec6254df6420cc27c23ea

-----Decoded View---------------
Arg [0] : _f3k721 (address): 0x4f9BB332eEa75b4A65386ae36f3D0104f9Fc1fdE
Arg [1] : _f3k1155 (address): 0x2Eb6c2363b2E9Ba124eA324BCFfaD042365Dc1eD
Arg [2] : _f3kVault (address): 0xfE41E99a8EFA50C24b1ec6254DF6420cc27C23eA

-----Encoded View---------------
3 Constructor Arguments found :
Arg [0] : 0000000000000000000000004f9bb332eea75b4a65386ae36f3d0104f9fc1fde
Arg [1] : 0000000000000000000000002eb6c2363b2e9ba124ea324bcffad042365dc1ed
Arg [2] : 000000000000000000000000fe41e99a8efa50c24b1ec6254df6420cc27c23ea


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.