ETH Price: $3,159.17 (-2.94%)

Contract

0xD2b087b6BDA673B48E3EEC397360569874E03977
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Withdraw All78112262019-05-22 18:35:562063 days ago1558550156IN
0xD2b087b6...874E03977
0 ETH0.000150465
__callback78110872019-05-22 18:00:292063 days ago1558548029IN
0xD2b087b6...874E03977
0 ETH0.01620
Transfer78110852019-05-22 18:00:142063 days ago1558548014IN
0xD2b087b6...874E03977
1.2 ETH0.0019526211.1
__callback78110742019-05-22 17:57:252063 days ago1558547845IN
0xD2b087b6...874E03977
0 ETH0.0103471220
Transfer78110732019-05-22 17:56:522063 days ago1558547812IN
0xD2b087b6...874E03977
1.2 ETH0.001055476
__callback78110662019-05-22 17:55:092063 days ago1558547709IN
0xD2b087b6...874E03977
0 ETH0.0092321820
Transfer78110652019-05-22 17:54:312063 days ago1558547671IN
0xD2b087b6...874E03977
1.2 ETH0.0035182420
__callback78110322019-05-22 17:47:362063 days ago1558547256IN
0xD2b087b6...874E03977
0 ETH0.0091892620
Transfer78110312019-05-22 17:47:162063 days ago1558547236IN
0xD2b087b6...874E03977
1.2 ETH0.000527733
__callback78109912019-05-22 17:36:112063 days ago1558546571IN
0xD2b087b6...874E03977
0 ETH0.0091254620
Transfer78109902019-05-22 17:35:552063 days ago1558546555IN
0xD2b087b6...874E03977
1.2 ETH0.001347315

Latest 14 internal transactions

Advanced mode:
Parent Transaction Hash Block
From
To
78112262019-05-22 18:35:562063 days ago1558550156
0xD2b087b6...874E03977
3.00979254 ETH
78110872019-05-22 18:00:292063 days ago1558548029
0xD2b087b6...874E03977
0.455 ETH
78110872019-05-22 18:00:292063 days ago1558548029
0xD2b087b6...874E03977
0.485 ETH
78110852019-05-22 18:00:142063 days ago1558548014
0xD2b087b6...874E03977
0.01604149 ETH
78110742019-05-22 17:57:252063 days ago1558547845
0xD2b087b6...874E03977
0.485 ETH
78110742019-05-22 17:57:252063 days ago1558547845
0xD2b087b6...874E03977
0.485 ETH
78110732019-05-22 17:56:522063 days ago1558547812
0xD2b087b6...874E03977
0.01604149 ETH
78110662019-05-22 17:55:092063 days ago1558547709
0xD2b087b6...874E03977
0.485 ETH
78110652019-05-22 17:54:312063 days ago1558547671
0xD2b087b6...874E03977
0.01604149 ETH
78110322019-05-22 17:47:362063 days ago1558547256
0xD2b087b6...874E03977
0.485 ETH
78110312019-05-22 17:47:162063 days ago1558547236
0xD2b087b6...874E03977
0.01604149 ETH
78109912019-05-22 17:36:112063 days ago1558546571
0xD2b087b6...874E03977
0.485 ETH
78109912019-05-22 17:36:112063 days ago1558546571
0xD2b087b6...874E03977
0.485 ETH
78109902019-05-22 17:35:552063 days ago1558546555
0xD2b087b6...874E03977
0.01604149 ETH
Loading...
Loading

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

Contract Name:
FiftyContract

Compiler Version
v0.5.3+commit.10d17f24

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2019-05-22
*/

/*

ORACLIZE_API

Copyright (c) 2015-2016 Oraclize SRL
Copyright (c) 2016 Oraclize LTD

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

*/
//pragma solidity >= 0.5.0; // Incompatible compiler version - please select a compiler within the stated pragma range, or use a different version of the oraclizeAPI!

// Dummy contract only used to emit to end-user they are using wrong solc
contract solcChecker {
/* INCOMPATIBLE SOLC: import the following instead: "github.com/oraclize/ethereum-api/oraclizeAPI_0.4.sol" */ function f(bytes calldata x) external;
}

contract OraclizeI {

    address public cbAddress;

    function setProofType(byte _proofType) external;
    function setCustomGasPrice(uint _gasPrice) external;
    function getPrice(string memory _datasource) public returns (uint _dsprice);
    function randomDS_getSessionPubKeyHash() external view returns (bytes32 _sessionKeyHash);
    function getPrice(string memory _datasource, uint _gasLimit) public returns (uint _dsprice);
    function queryN(uint _timestamp, string memory _datasource, bytes memory _argN) public payable returns (bytes32 _id);
    function query(uint _timestamp, string calldata _datasource, string calldata _arg) external payable returns (bytes32 _id);
    function query2(uint _timestamp, string memory _datasource, string memory _arg1, string memory _arg2) public payable returns (bytes32 _id);
    function query_withGasLimit(uint _timestamp, string calldata _datasource, string calldata _arg, uint _gasLimit) external payable returns (bytes32 _id);
    function queryN_withGasLimit(uint _timestamp, string calldata _datasource, bytes calldata _argN, uint _gasLimit) external payable returns (bytes32 _id);
    function query2_withGasLimit(uint _timestamp, string calldata _datasource, string calldata _arg1, string calldata _arg2, uint _gasLimit) external payable returns (bytes32 _id);
}

contract OraclizeAddrResolverI {
    function getAddress() public returns (address _address);
}
/*

Begin solidity-cborutils

https://github.com/smartcontractkit/solidity-cborutils

MIT License

Copyright (c) 2018 SmartContract ChainLink, Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

*/
library Buffer {

    struct buffer {
        bytes buf;
        uint capacity;
    }

    function init(buffer memory _buf, uint _capacity) internal pure {
        uint capacity = _capacity;
        if (capacity % 32 != 0) {
            capacity += 32 - (capacity % 32);
        }
        _buf.capacity = capacity; // Allocate space for the buffer data
        assembly {
            let ptr := mload(0x40)
            mstore(_buf, ptr)
            mstore(ptr, 0)
            mstore(0x40, add(ptr, capacity))
        }
    }

    function resize(buffer memory _buf, uint _capacity) private pure {
        bytes memory oldbuf = _buf.buf;
        init(_buf, _capacity);
        append(_buf, oldbuf);
    }

    function max(uint _a, uint _b) private pure returns (uint _max) {
        if (_a > _b) {
            return _a;
        }
        return _b;
    }
    /**
      * @dev Appends a byte array to the end of the buffer. Resizes if doing so
      *      would exceed the capacity of the buffer.
      * @param _buf The buffer to append to.
      * @param _data The data to append.
      * @return The original buffer.
      *
      */
    function append(buffer memory _buf, bytes memory _data) internal pure returns (buffer memory _buffer) {
        if (_data.length + _buf.buf.length > _buf.capacity) {
            resize(_buf, max(_buf.capacity, _data.length) * 2);
        }
        uint dest;
        uint src;
        uint len = _data.length;
        assembly {
            let bufptr := mload(_buf) // Memory address of the buffer data
            let buflen := mload(bufptr) // Length of existing buffer data
            dest := add(add(bufptr, buflen), 32) // Start address = buffer address + buffer length + sizeof(buffer length)
            mstore(bufptr, add(buflen, mload(_data))) // Update buffer length
            src := add(_data, 32)
        }
        for(; len >= 32; len -= 32) { // Copy word-length chunks while possible
            assembly {
                mstore(dest, mload(src))
            }
            dest += 32;
            src += 32;
        }
        uint mask = 256 ** (32 - len) - 1; // Copy remaining bytes
        assembly {
            let srcpart := and(mload(src), not(mask))
            let destpart := and(mload(dest), mask)
            mstore(dest, or(destpart, srcpart))
        }
        return _buf;
    }
    /**
      *
      * @dev Appends a byte to the end of the buffer. Resizes if doing so would
      * exceed the capacity of the buffer.
      * @param _buf The buffer to append to.
      * @param _data The data to append.
      * @return The original buffer.
      *
      */
    function append(buffer memory _buf, uint8 _data) internal pure {
        if (_buf.buf.length + 1 > _buf.capacity) {
            resize(_buf, _buf.capacity * 2);
        }
        assembly {
            let bufptr := mload(_buf) // Memory address of the buffer data
            let buflen := mload(bufptr) // Length of existing buffer data
            let dest := add(add(bufptr, buflen), 32) // Address = buffer address + buffer length + sizeof(buffer length)
            mstore8(dest, _data)
            mstore(bufptr, add(buflen, 1)) // Update buffer length
        }
    }
    /**
      *
      * @dev Appends a byte to the end of the buffer. Resizes if doing so would
      * exceed the capacity of the buffer.
      * @param _buf The buffer to append to.
      * @param _data The data to append.
      * @return The original buffer.
      *
      */
    function appendInt(buffer memory _buf, uint _data, uint _len) internal pure returns (buffer memory _buffer) {
        if (_len + _buf.buf.length > _buf.capacity) {
            resize(_buf, max(_buf.capacity, _len) * 2);
        }
        uint mask = 256 ** _len - 1;
        assembly {
            let bufptr := mload(_buf) // Memory address of the buffer data
            let buflen := mload(bufptr) // Length of existing buffer data
            let dest := add(add(bufptr, buflen), _len) // Address = buffer address + buffer length + sizeof(buffer length) + len
            mstore(dest, or(and(mload(dest), not(mask)), _data))
            mstore(bufptr, add(buflen, _len)) // Update buffer length
        }
        return _buf;
    }
}

library CBOR {

    using Buffer for Buffer.buffer;

    uint8 private constant MAJOR_TYPE_INT = 0;
    uint8 private constant MAJOR_TYPE_MAP = 5;
    uint8 private constant MAJOR_TYPE_BYTES = 2;
    uint8 private constant MAJOR_TYPE_ARRAY = 4;
    uint8 private constant MAJOR_TYPE_STRING = 3;
    uint8 private constant MAJOR_TYPE_NEGATIVE_INT = 1;
    uint8 private constant MAJOR_TYPE_CONTENT_FREE = 7;

    function encodeType(Buffer.buffer memory _buf, uint8 _major, uint _value) private pure {
        if (_value <= 23) {
            _buf.append(uint8((_major << 5) | _value));
        } else if (_value <= 0xFF) {
            _buf.append(uint8((_major << 5) | 24));
            _buf.appendInt(_value, 1);
        } else if (_value <= 0xFFFF) {
            _buf.append(uint8((_major << 5) | 25));
            _buf.appendInt(_value, 2);
        } else if (_value <= 0xFFFFFFFF) {
            _buf.append(uint8((_major << 5) | 26));
            _buf.appendInt(_value, 4);
        } else if (_value <= 0xFFFFFFFFFFFFFFFF) {
            _buf.append(uint8((_major << 5) | 27));
            _buf.appendInt(_value, 8);
        }
    }

    function encodeIndefiniteLengthType(Buffer.buffer memory _buf, uint8 _major) private pure {
        _buf.append(uint8((_major << 5) | 31));
    }

    function encodeUInt(Buffer.buffer memory _buf, uint _value) internal pure {
        encodeType(_buf, MAJOR_TYPE_INT, _value);
    }

    function encodeInt(Buffer.buffer memory _buf, int _value) internal pure {
        if (_value >= 0) {
            encodeType(_buf, MAJOR_TYPE_INT, uint(_value));
        } else {
            encodeType(_buf, MAJOR_TYPE_NEGATIVE_INT, uint(-1 - _value));
        }
    }

    function encodeBytes(Buffer.buffer memory _buf, bytes memory _value) internal pure {
        encodeType(_buf, MAJOR_TYPE_BYTES, _value.length);
        _buf.append(_value);
    }

    function encodeString(Buffer.buffer memory _buf, string memory _value) internal pure {
        encodeType(_buf, MAJOR_TYPE_STRING, bytes(_value).length);
        _buf.append(bytes(_value));
    }

    function startArray(Buffer.buffer memory _buf) internal pure {
        encodeIndefiniteLengthType(_buf, MAJOR_TYPE_ARRAY);
    }

    function startMap(Buffer.buffer memory _buf) internal pure {
        encodeIndefiniteLengthType(_buf, MAJOR_TYPE_MAP);
    }

    function endSequence(Buffer.buffer memory _buf) internal pure {
        encodeIndefiniteLengthType(_buf, MAJOR_TYPE_CONTENT_FREE);
    }
}
/*

End solidity-cborutils

*/
contract usingOraclize {

    using CBOR for Buffer.buffer;

    OraclizeI oraclize;
    OraclizeAddrResolverI OAR;

    uint constant day = 60 * 60 * 24;
    uint constant week = 60 * 60 * 24 * 7;
    uint constant month = 60 * 60 * 24 * 30;

    byte constant proofType_NONE = 0x00;
    byte constant proofType_Ledger = 0x30;
    byte constant proofType_Native = 0xF0;
    byte constant proofStorage_IPFS = 0x01;
    byte constant proofType_Android = 0x40;
    byte constant proofType_TLSNotary = 0x10;

    string oraclize_network_name;
    uint8 constant networkID_auto = 0;
    uint8 constant networkID_morden = 2;
    uint8 constant networkID_mainnet = 1;
    uint8 constant networkID_testnet = 2;
    uint8 constant networkID_consensys = 161;

    mapping(bytes32 => bytes32) oraclize_randomDS_args;
    mapping(bytes32 => bool) oraclize_randomDS_sessionKeysHashVerified;

    modifier oraclizeAPI {
        if ((address(OAR) == address(0)) || (getCodeSize(address(OAR)) == 0)) {
            oraclize_setNetwork(networkID_auto);
        }
        if (address(oraclize) != OAR.getAddress()) {
            oraclize = OraclizeI(OAR.getAddress());
        }
        _;
    }

    modifier oraclize_randomDS_proofVerify(bytes32 _queryId, string memory _result, bytes memory _proof) {
        // RandomDS Proof Step 1: The prefix has to match 'LP\x01' (Ledger Proof version 1)
        require((_proof[0] == "L") && (_proof[1] == "P") && (uint8(_proof[2]) == uint8(1)));
        bool proofVerified = oraclize_randomDS_proofVerify__main(_proof, _queryId, bytes(_result), oraclize_getNetworkName());
        require(proofVerified);
        _;
    }

    function oraclize_setNetwork(uint8 _networkID) internal returns (bool _networkSet) {
      return oraclize_setNetwork();
      _networkID; // silence the warning and remain backwards compatible
    }

    function oraclize_setNetworkName(string memory _network_name) internal {
        oraclize_network_name = _network_name;
    }

    function oraclize_getNetworkName() internal view returns (string memory _networkName) {
        return oraclize_network_name;
    }

    function oraclize_setNetwork() internal returns (bool _networkSet) {
        if (getCodeSize(0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed) > 0) { //mainnet
            OAR = OraclizeAddrResolverI(0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed);
            oraclize_setNetworkName("eth_mainnet");
            return true;
        }
        if (getCodeSize(0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1) > 0) { //ropsten testnet
            OAR = OraclizeAddrResolverI(0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1);
            oraclize_setNetworkName("eth_ropsten3");
            return true;
        }
        if (getCodeSize(0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e) > 0) { //kovan testnet
            OAR = OraclizeAddrResolverI(0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e);
            oraclize_setNetworkName("eth_kovan");
            return true;
        }
        if (getCodeSize(0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48) > 0) { //rinkeby testnet
            OAR = OraclizeAddrResolverI(0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48);
            oraclize_setNetworkName("eth_rinkeby");
            return true;
        }
        if (getCodeSize(0x6f485C8BF6fc43eA212E93BBF8ce046C7f1cb475) > 0) { //ethereum-bridge
            OAR = OraclizeAddrResolverI(0x6f485C8BF6fc43eA212E93BBF8ce046C7f1cb475);
            return true;
        }
        if (getCodeSize(0x20e12A1F859B3FeaE5Fb2A0A32C18F5a65555bBF) > 0) { //ether.camp ide
            OAR = OraclizeAddrResolverI(0x20e12A1F859B3FeaE5Fb2A0A32C18F5a65555bBF);
            return true;
        }
        if (getCodeSize(0x51efaF4c8B3C9AfBD5aB9F4bbC82784Ab6ef8fAA) > 0) { //browser-solidity
            OAR = OraclizeAddrResolverI(0x51efaF4c8B3C9AfBD5aB9F4bbC82784Ab6ef8fAA);
            return true;
        }
        return false;
    }

    function __callback(bytes32 _myid, string memory _result) public {
        __callback(_myid, _result, new bytes(0));
    }

    function __callback(bytes32 _myid, string memory _result, bytes memory _proof) public {
      return;
      _myid; _result; _proof; // Silence compiler warnings
    }

    function oraclize_getPrice(string memory _datasource) oraclizeAPI internal returns (uint _queryPrice) {
        return oraclize.getPrice(_datasource);
    }

    function oraclize_getPrice(string memory _datasource, uint _gasLimit) oraclizeAPI internal returns (uint _queryPrice) {
        return oraclize.getPrice(_datasource, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string memory _arg) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource);
        if (price > 1 ether + tx.gasprice * 200000) {
            return 0; // Unexpectedly high price
        }
        return oraclize.query.value(price)(0, _datasource, _arg);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string memory _arg) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource);
        if (price > 1 ether + tx.gasprice * 200000) {
            return 0; // Unexpectedly high price
        }
        return oraclize.query.value(price)(_timestamp, _datasource, _arg);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string memory _arg, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource,_gasLimit);
        if (price > 1 ether + tx.gasprice * _gasLimit) {
            return 0; // Unexpectedly high price
        }
        return oraclize.query_withGasLimit.value(price)(_timestamp, _datasource, _arg, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string memory _arg, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource, _gasLimit);
        if (price > 1 ether + tx.gasprice * _gasLimit) {
           return 0; // Unexpectedly high price
        }
        return oraclize.query_withGasLimit.value(price)(0, _datasource, _arg, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string memory _arg1, string memory _arg2) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource);
        if (price > 1 ether + tx.gasprice * 200000) {
            return 0; // Unexpectedly high price
        }
        return oraclize.query2.value(price)(0, _datasource, _arg1, _arg2);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string memory _arg1, string memory _arg2) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource);
        if (price > 1 ether + tx.gasprice * 200000) {
            return 0; // Unexpectedly high price
        }
        return oraclize.query2.value(price)(_timestamp, _datasource, _arg1, _arg2);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string memory _arg1, string memory _arg2, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource, _gasLimit);
        if (price > 1 ether + tx.gasprice * _gasLimit) {
            return 0; // Unexpectedly high price
        }
        return oraclize.query2_withGasLimit.value(price)(_timestamp, _datasource, _arg1, _arg2, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string memory _arg1, string memory _arg2, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource, _gasLimit);
        if (price > 1 ether + tx.gasprice * _gasLimit) {
            return 0; // Unexpectedly high price
        }
        return oraclize.query2_withGasLimit.value(price)(0, _datasource, _arg1, _arg2, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[] memory _argN) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource);
        if (price > 1 ether + tx.gasprice * 200000) {
            return 0; // Unexpectedly high price
        }
        bytes memory args = stra2cbor(_argN);
        return oraclize.queryN.value(price)(0, _datasource, args);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[] memory _argN) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource);
        if (price > 1 ether + tx.gasprice * 200000) {
            return 0; // Unexpectedly high price
        }
        bytes memory args = stra2cbor(_argN);
        return oraclize.queryN.value(price)(_timestamp, _datasource, args);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[] memory _argN, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource, _gasLimit);
        if (price > 1 ether + tx.gasprice * _gasLimit) {
            return 0; // Unexpectedly high price
        }
        bytes memory args = stra2cbor(_argN);
        return oraclize.queryN_withGasLimit.value(price)(_timestamp, _datasource, args, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[] memory _argN, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource, _gasLimit);
        if (price > 1 ether + tx.gasprice * _gasLimit) {
            return 0; // Unexpectedly high price
        }
        bytes memory args = stra2cbor(_argN);
        return oraclize.queryN_withGasLimit.value(price)(0, _datasource, args, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[1] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](1);
        dynargs[0] = _args[0];
        return oraclize_query(_datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[1] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](1);
        dynargs[0] = _args[0];
        return oraclize_query(_timestamp, _datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[1] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](1);
        dynargs[0] = _args[0];
        return oraclize_query(_timestamp, _datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[1] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](1);
        dynargs[0] = _args[0];
        return oraclize_query(_datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[2] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](2);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        return oraclize_query(_datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[2] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](2);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        return oraclize_query(_timestamp, _datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[2] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](2);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        return oraclize_query(_timestamp, _datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[2] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](2);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        return oraclize_query(_datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[3] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](3);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        return oraclize_query(_datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[3] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](3);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        return oraclize_query(_timestamp, _datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[3] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](3);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        return oraclize_query(_timestamp, _datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[3] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](3);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        return oraclize_query(_datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[4] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](4);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        return oraclize_query(_datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[4] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](4);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        return oraclize_query(_timestamp, _datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[4] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](4);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        return oraclize_query(_timestamp, _datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[4] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](4);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        return oraclize_query(_datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[5] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](5);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        dynargs[4] = _args[4];
        return oraclize_query(_datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[5] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](5);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        dynargs[4] = _args[4];
        return oraclize_query(_timestamp, _datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, string[5] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](5);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        dynargs[4] = _args[4];
        return oraclize_query(_timestamp, _datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, string[5] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        string[] memory dynargs = new string[](5);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        dynargs[4] = _args[4];
        return oraclize_query(_datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[] memory _argN) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource);
        if (price > 1 ether + tx.gasprice * 200000) {
            return 0; // Unexpectedly high price
        }
        bytes memory args = ba2cbor(_argN);
        return oraclize.queryN.value(price)(0, _datasource, args);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[] memory _argN) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource);
        if (price > 1 ether + tx.gasprice * 200000) {
            return 0; // Unexpectedly high price
        }
        bytes memory args = ba2cbor(_argN);
        return oraclize.queryN.value(price)(_timestamp, _datasource, args);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[] memory _argN, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource, _gasLimit);
        if (price > 1 ether + tx.gasprice * _gasLimit) {
            return 0; // Unexpectedly high price
        }
        bytes memory args = ba2cbor(_argN);
        return oraclize.queryN_withGasLimit.value(price)(_timestamp, _datasource, args, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[] memory _argN, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        uint price = oraclize.getPrice(_datasource, _gasLimit);
        if (price > 1 ether + tx.gasprice * _gasLimit) {
            return 0; // Unexpectedly high price
        }
        bytes memory args = ba2cbor(_argN);
        return oraclize.queryN_withGasLimit.value(price)(0, _datasource, args, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[1] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](1);
        dynargs[0] = _args[0];
        return oraclize_query(_datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[1] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](1);
        dynargs[0] = _args[0];
        return oraclize_query(_timestamp, _datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[1] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](1);
        dynargs[0] = _args[0];
        return oraclize_query(_timestamp, _datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[1] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](1);
        dynargs[0] = _args[0];
        return oraclize_query(_datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[2] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](2);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        return oraclize_query(_datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[2] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](2);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        return oraclize_query(_timestamp, _datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[2] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](2);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        return oraclize_query(_timestamp, _datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[2] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](2);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        return oraclize_query(_datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[3] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](3);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        return oraclize_query(_datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[3] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](3);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        return oraclize_query(_timestamp, _datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[3] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](3);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        return oraclize_query(_timestamp, _datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[3] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](3);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        return oraclize_query(_datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[4] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](4);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        return oraclize_query(_datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[4] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](4);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        return oraclize_query(_timestamp, _datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[4] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](4);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        return oraclize_query(_timestamp, _datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[4] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](4);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        return oraclize_query(_datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[5] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](5);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        dynargs[4] = _args[4];
        return oraclize_query(_datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[5] memory _args) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](5);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        dynargs[4] = _args[4];
        return oraclize_query(_timestamp, _datasource, dynargs);
    }

    function oraclize_query(uint _timestamp, string memory _datasource, bytes[5] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](5);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        dynargs[4] = _args[4];
        return oraclize_query(_timestamp, _datasource, dynargs, _gasLimit);
    }

    function oraclize_query(string memory _datasource, bytes[5] memory _args, uint _gasLimit) oraclizeAPI internal returns (bytes32 _id) {
        bytes[] memory dynargs = new bytes[](5);
        dynargs[0] = _args[0];
        dynargs[1] = _args[1];
        dynargs[2] = _args[2];
        dynargs[3] = _args[3];
        dynargs[4] = _args[4];
        return oraclize_query(_datasource, dynargs, _gasLimit);
    }

    function oraclize_setProof(byte _proofP) oraclizeAPI internal {
        return oraclize.setProofType(_proofP);
    }


    function oraclize_cbAddress() oraclizeAPI internal returns (address _callbackAddress) {
        return oraclize.cbAddress();
    }

    function getCodeSize(address _addr) view internal returns (uint _size) {
        assembly {
            _size := extcodesize(_addr)
        }
    }

    function oraclize_setCustomGasPrice(uint _gasPrice) oraclizeAPI internal {
        return oraclize.setCustomGasPrice(_gasPrice);
    }

    function oraclize_randomDS_getSessionPubKeyHash() oraclizeAPI internal returns (bytes32 _sessionKeyHash) {
        return oraclize.randomDS_getSessionPubKeyHash();
    }

    function parseAddr(string memory _a) internal pure returns (address _parsedAddress) {
        bytes memory tmp = bytes(_a);
        uint160 iaddr = 0;
        uint160 b1;
        uint160 b2;
        for (uint i = 2; i < 2 + 2 * 20; i += 2) {
            iaddr *= 256;
            b1 = uint160(uint8(tmp[i]));
            b2 = uint160(uint8(tmp[i + 1]));
            if ((b1 >= 97) && (b1 <= 102)) {
                b1 -= 87;
            } else if ((b1 >= 65) && (b1 <= 70)) {
                b1 -= 55;
            } else if ((b1 >= 48) && (b1 <= 57)) {
                b1 -= 48;
            }
            if ((b2 >= 97) && (b2 <= 102)) {
                b2 -= 87;
            } else if ((b2 >= 65) && (b2 <= 70)) {
                b2 -= 55;
            } else if ((b2 >= 48) && (b2 <= 57)) {
                b2 -= 48;
            }
            iaddr += (b1 * 16 + b2);
        }
        return address(iaddr);
    }

    function strCompare(string memory _a, string memory _b) internal pure returns (int _returnCode) {
        bytes memory a = bytes(_a);
        bytes memory b = bytes(_b);
        uint minLength = a.length;
        if (b.length < minLength) {
            minLength = b.length;
        }
        for (uint i = 0; i < minLength; i ++) {
            if (a[i] < b[i]) {
                return -1;
            } else if (a[i] > b[i]) {
                return 1;
            }
        }
        if (a.length < b.length) {
            return -1;
        } else if (a.length > b.length) {
            return 1;
        } else {
            return 0;
        }
    }

    function indexOf(string memory _haystack, string memory _needle) internal pure returns (int _returnCode) {
        bytes memory h = bytes(_haystack);
        bytes memory n = bytes(_needle);
        if (h.length < 1 || n.length < 1 || (n.length > h.length)) {
            return -1;
        } else if (h.length > (2 ** 128 - 1)) {
            return -1;
        } else {
            uint subindex = 0;
            for (uint i = 0; i < h.length; i++) {
                if (h[i] == n[0]) {
                    subindex = 1;
                    while(subindex < n.length && (i + subindex) < h.length && h[i + subindex] == n[subindex]) {
                        subindex++;
                    }
                    if (subindex == n.length) {
                        return int(i);
                    }
                }
            }
            return -1;
        }
    }

    function strConcat(string memory _a, string memory _b) internal pure returns (string memory _concatenatedString) {
        return strConcat(_a, _b, "", "", "");
    }

    function strConcat(string memory _a, string memory _b, string memory _c) internal pure returns (string memory _concatenatedString) {
        return strConcat(_a, _b, _c, "", "");
    }

    function strConcat(string memory _a, string memory _b, string memory _c, string memory _d) internal pure returns (string memory _concatenatedString) {
        return strConcat(_a, _b, _c, _d, "");
    }

    function strConcat(string memory _a, string memory _b, string memory _c, string memory _d, string memory _e) internal pure returns (string memory _concatenatedString) {
        bytes memory _ba = bytes(_a);
        bytes memory _bb = bytes(_b);
        bytes memory _bc = bytes(_c);
        bytes memory _bd = bytes(_d);
        bytes memory _be = bytes(_e);
        string memory abcde = new string(_ba.length + _bb.length + _bc.length + _bd.length + _be.length);
        bytes memory babcde = bytes(abcde);
        uint k = 0;
        uint i = 0;
        for (i = 0; i < _ba.length; i++) {
            babcde[k++] = _ba[i];
        }
        for (i = 0; i < _bb.length; i++) {
            babcde[k++] = _bb[i];
        }
        for (i = 0; i < _bc.length; i++) {
            babcde[k++] = _bc[i];
        }
        for (i = 0; i < _bd.length; i++) {
            babcde[k++] = _bd[i];
        }
        for (i = 0; i < _be.length; i++) {
            babcde[k++] = _be[i];
        }
        return string(babcde);
    }

    function safeParseInt(string memory _a) internal pure returns (uint _parsedInt) {
        return safeParseInt(_a, 0);
    }

    function safeParseInt(string memory _a, uint _b) internal pure returns (uint _parsedInt) {
        bytes memory bresult = bytes(_a);
        uint mint = 0;
        bool decimals = false;
        for (uint i = 0; i < bresult.length; i++) {
            if ((uint(uint8(bresult[i])) >= 48) && (uint(uint8(bresult[i])) <= 57)) {
                if (decimals) {
                   if (_b == 0) break;
                    else _b--;
                }
                mint *= 10;
                mint += uint(uint8(bresult[i])) - 48;
            } else if (uint(uint8(bresult[i])) == 46) {
                require(!decimals, 'More than one decimal encountered in string!');
                decimals = true;
            } else {
                revert("Non-numeral character encountered in string!");
            }
        }
        if (_b > 0) {
            mint *= 10 ** _b;
        }
        return mint;
    }

    function parseInt(string memory _a) internal pure returns (uint _parsedInt) {
        return parseInt(_a, 0);
    }

    function parseInt(string memory _a, uint _b) internal pure returns (uint _parsedInt) {
        bytes memory bresult = bytes(_a);
        uint mint = 0;
        bool decimals = false;
        for (uint i = 0; i < bresult.length; i++) {
            if ((uint(uint8(bresult[i])) >= 48) && (uint(uint8(bresult[i])) <= 57)) {
                if (decimals) {
                   if (_b == 0) {
                       break;
                   } else {
                       _b--;
                   }
                }
                mint *= 10;
                mint += uint(uint8(bresult[i])) - 48;
            } else if (uint(uint8(bresult[i])) == 46) {
                decimals = true;
            }
        }
        if (_b > 0) {
            mint *= 10 ** _b;
        }
        return mint;
    }

    function uint2str(uint _i) internal pure returns (string memory _uintAsString) {
        if (_i == 0) {
            return "0";
        }
        uint j = _i;
        uint len;
        while (j != 0) {
            len++;
            j /= 10;
        }
        bytes memory bstr = new bytes(len);
        uint k = len - 1;
        while (_i != 0) {
            bstr[k--] = byte(uint8(48 + _i % 10));
            _i /= 10;
        }
        return string(bstr);
    }

    function stra2cbor(string[] memory _arr) internal pure returns (bytes memory _cborEncoding) {
        safeMemoryCleaner();
        Buffer.buffer memory buf;
        Buffer.init(buf, 1024);
        buf.startArray();
        for (uint i = 0; i < _arr.length; i++) {
            buf.encodeString(_arr[i]);
        }
        buf.endSequence();
        return buf.buf;
    }

    function ba2cbor(bytes[] memory _arr) internal pure returns (bytes memory _cborEncoding) {
        safeMemoryCleaner();
        Buffer.buffer memory buf;
        Buffer.init(buf, 1024);
        buf.startArray();
        for (uint i = 0; i < _arr.length; i++) {
            buf.encodeBytes(_arr[i]);
        }
        buf.endSequence();
        return buf.buf;
    }

    function oraclize_newRandomDSQuery(uint _delay, uint _nbytes, uint _customGasLimit) internal returns (bytes32 _queryId) {
        require((_nbytes > 0) && (_nbytes <= 32));
        _delay *= 10; // Convert from seconds to ledger timer ticks
        bytes memory nbytes = new bytes(1);
        nbytes[0] = byte(uint8(_nbytes));
        bytes memory unonce = new bytes(32);
        bytes memory sessionKeyHash = new bytes(32);
        bytes32 sessionKeyHash_bytes32 = oraclize_randomDS_getSessionPubKeyHash();
        assembly {
            mstore(unonce, 0x20)
            /*
             The following variables can be relaxed.
             Check the relaxed random contract at https://github.com/oraclize/ethereum-examples
             for an idea on how to override and replace commit hash variables.
            */
            mstore(add(unonce, 0x20), xor(blockhash(sub(number, 1)), xor(coinbase, timestamp)))
            mstore(sessionKeyHash, 0x20)
            mstore(add(sessionKeyHash, 0x20), sessionKeyHash_bytes32)
        }
        bytes memory delay = new bytes(32);
        assembly {
            mstore(add(delay, 0x20), _delay)
        }
        bytes memory delay_bytes8 = new bytes(8);
        copyBytes(delay, 24, 8, delay_bytes8, 0);
        bytes[4] memory args = [unonce, nbytes, sessionKeyHash, delay];
        bytes32 queryId = oraclize_query("random", args, _customGasLimit);
        bytes memory delay_bytes8_left = new bytes(8);
        assembly {
            let x := mload(add(delay_bytes8, 0x20))
            mstore8(add(delay_bytes8_left, 0x27), div(x, 0x100000000000000000000000000000000000000000000000000000000000000))
            mstore8(add(delay_bytes8_left, 0x26), div(x, 0x1000000000000000000000000000000000000000000000000000000000000))
            mstore8(add(delay_bytes8_left, 0x25), div(x, 0x10000000000000000000000000000000000000000000000000000000000))
            mstore8(add(delay_bytes8_left, 0x24), div(x, 0x100000000000000000000000000000000000000000000000000000000))
            mstore8(add(delay_bytes8_left, 0x23), div(x, 0x1000000000000000000000000000000000000000000000000000000))
            mstore8(add(delay_bytes8_left, 0x22), div(x, 0x10000000000000000000000000000000000000000000000000000))
            mstore8(add(delay_bytes8_left, 0x21), div(x, 0x100000000000000000000000000000000000000000000000000))
            mstore8(add(delay_bytes8_left, 0x20), div(x, 0x1000000000000000000000000000000000000000000000000))
        }
        oraclize_randomDS_setCommitment(queryId, keccak256(abi.encodePacked(delay_bytes8_left, args[1], sha256(args[0]), args[2])));
        return queryId;
    }

    function oraclize_randomDS_setCommitment(bytes32 _queryId, bytes32 _commitment) internal {
        oraclize_randomDS_args[_queryId] = _commitment;
    }

    function verifySig(bytes32 _tosignh, bytes memory _dersig, bytes memory _pubkey) internal returns (bool _sigVerified) {
        bool sigok;
        address signer;
        bytes32 sigr;
        bytes32 sigs;
        bytes memory sigr_ = new bytes(32);
        uint offset = 4 + (uint(uint8(_dersig[3])) - 0x20);
        sigr_ = copyBytes(_dersig, offset, 32, sigr_, 0);
        bytes memory sigs_ = new bytes(32);
        offset += 32 + 2;
        sigs_ = copyBytes(_dersig, offset + (uint(uint8(_dersig[offset - 1])) - 0x20), 32, sigs_, 0);
        assembly {
            sigr := mload(add(sigr_, 32))
            sigs := mload(add(sigs_, 32))
        }
        (sigok, signer) = safer_ecrecover(_tosignh, 27, sigr, sigs);
        if (address(uint160(uint256(keccak256(_pubkey)))) == signer) {
            return true;
        } else {
            (sigok, signer) = safer_ecrecover(_tosignh, 28, sigr, sigs);
            return (address(uint160(uint256(keccak256(_pubkey)))) == signer);
        }
    }

    function oraclize_randomDS_proofVerify__sessionKeyValidity(bytes memory _proof, uint _sig2offset) internal returns (bool _proofVerified) {
        bool sigok;
        // Random DS Proof Step 6: Verify the attestation signature, APPKEY1 must sign the sessionKey from the correct ledger app (CODEHASH)
        bytes memory sig2 = new bytes(uint(uint8(_proof[_sig2offset + 1])) + 2);
        copyBytes(_proof, _sig2offset, sig2.length, sig2, 0);
        bytes memory appkey1_pubkey = new bytes(64);
        copyBytes(_proof, 3 + 1, 64, appkey1_pubkey, 0);
        bytes memory tosign2 = new bytes(1 + 65 + 32);
        tosign2[0] = byte(uint8(1)); //role
        copyBytes(_proof, _sig2offset - 65, 65, tosign2, 1);
        bytes memory CODEHASH = hex"fd94fa71bc0ba10d39d464d0d8f465efeef0a2764e3887fcc9df41ded20f505c";
        copyBytes(CODEHASH, 0, 32, tosign2, 1 + 65);
        sigok = verifySig(sha256(tosign2), sig2, appkey1_pubkey);
        if (!sigok) {
            return false;
        }
        // Random DS Proof Step 7: Verify the APPKEY1 provenance (must be signed by Ledger)
        bytes memory LEDGERKEY = hex"7fb956469c5c9b89840d55b43537e66a98dd4811ea0a27224272c2e5622911e8537a2f8e86a46baec82864e98dd01e9ccc2f8bc5dfc9cbe5a91a290498dd96e4";
        bytes memory tosign3 = new bytes(1 + 65);
        tosign3[0] = 0xFE;
        copyBytes(_proof, 3, 65, tosign3, 1);
        bytes memory sig3 = new bytes(uint(uint8(_proof[3 + 65 + 1])) + 2);
        copyBytes(_proof, 3 + 65, sig3.length, sig3, 0);
        sigok = verifySig(sha256(tosign3), sig3, LEDGERKEY);
        return sigok;
    }

    function oraclize_randomDS_proofVerify__returnCode(bytes32 _queryId, string memory _result, bytes memory _proof) internal returns (uint8 _returnCode) {
        // Random DS Proof Step 1: The prefix has to match 'LP\x01' (Ledger Proof version 1)
        if ((_proof[0] != "L") || (_proof[1] != "P") || (uint8(_proof[2]) != uint8(1))) {
            return 1;
        }
        bool proofVerified = oraclize_randomDS_proofVerify__main(_proof, _queryId, bytes(_result), oraclize_getNetworkName());
        if (!proofVerified) {
            return 2;
        }
        return 0;
    }

    function matchBytes32Prefix(bytes32 _content, bytes memory _prefix, uint _nRandomBytes) internal pure returns (bool _matchesPrefix) {
        bool match_ = true;
        require(_prefix.length == _nRandomBytes);
        for (uint256 i = 0; i< _nRandomBytes; i++) {
            if (_content[i] != _prefix[i]) {
                match_ = false;
            }
        }
        return match_;
    }

    function oraclize_randomDS_proofVerify__main(bytes memory _proof, bytes32 _queryId, bytes memory _result, string memory _contextName) internal returns (bool _proofVerified) {
        // Random DS Proof Step 2: The unique keyhash has to match with the sha256 of (context name + _queryId)
        uint ledgerProofLength = 3 + 65 + (uint(uint8(_proof[3 + 65 + 1])) + 2) + 32;
        bytes memory keyhash = new bytes(32);
        copyBytes(_proof, ledgerProofLength, 32, keyhash, 0);
        if (!(keccak256(keyhash) == keccak256(abi.encodePacked(sha256(abi.encodePacked(_contextName, _queryId)))))) {
            return false;
        }
        bytes memory sig1 = new bytes(uint(uint8(_proof[ledgerProofLength + (32 + 8 + 1 + 32) + 1])) + 2);
        copyBytes(_proof, ledgerProofLength + (32 + 8 + 1 + 32), sig1.length, sig1, 0);
        // Random DS Proof Step 3: We assume sig1 is valid (it will be verified during step 5) and we verify if '_result' is the _prefix of sha256(sig1)
        if (!matchBytes32Prefix(sha256(sig1), _result, uint(uint8(_proof[ledgerProofLength + 32 + 8])))) {
            return false;
        }
        // Random DS Proof Step 4: Commitment match verification, keccak256(delay, nbytes, unonce, sessionKeyHash) == commitment in storage.
        // This is to verify that the computed args match with the ones specified in the query.
        bytes memory commitmentSlice1 = new bytes(8 + 1 + 32);
        copyBytes(_proof, ledgerProofLength + 32, 8 + 1 + 32, commitmentSlice1, 0);
        bytes memory sessionPubkey = new bytes(64);
        uint sig2offset = ledgerProofLength + 32 + (8 + 1 + 32) + sig1.length + 65;
        copyBytes(_proof, sig2offset - 64, 64, sessionPubkey, 0);
        bytes32 sessionPubkeyHash = sha256(sessionPubkey);
        if (oraclize_randomDS_args[_queryId] == keccak256(abi.encodePacked(commitmentSlice1, sessionPubkeyHash))) { //unonce, nbytes and sessionKeyHash match
            delete oraclize_randomDS_args[_queryId];
        } else return false;
        // Random DS Proof Step 5: Validity verification for sig1 (keyhash and args signed with the sessionKey)
        bytes memory tosign1 = new bytes(32 + 8 + 1 + 32);
        copyBytes(_proof, ledgerProofLength, 32 + 8 + 1 + 32, tosign1, 0);
        if (!verifySig(sha256(tosign1), sig1, sessionPubkey)) {
            return false;
        }
        // Verify if sessionPubkeyHash was verified already, if not.. let's do it!
        if (!oraclize_randomDS_sessionKeysHashVerified[sessionPubkeyHash]) {
            oraclize_randomDS_sessionKeysHashVerified[sessionPubkeyHash] = oraclize_randomDS_proofVerify__sessionKeyValidity(_proof, sig2offset);
        }
        return oraclize_randomDS_sessionKeysHashVerified[sessionPubkeyHash];
    }
    /*
     The following function has been written by Alex Beregszaszi (@axic), use it under the terms of the MIT license
    */
    function copyBytes(bytes memory _from, uint _fromOffset, uint _length, bytes memory _to, uint _toOffset) internal pure returns (bytes memory _copiedBytes) {
        uint minLength = _length + _toOffset;
        require(_to.length >= minLength); // Buffer too small. Should be a better way?
        uint i = 32 + _fromOffset; // NOTE: the offset 32 is added to skip the `size` field of both bytes variables
        uint j = 32 + _toOffset;
        while (i < (32 + _fromOffset + _length)) {
            assembly {
                let tmp := mload(add(_from, i))
                mstore(add(_to, j), tmp)
            }
            i += 32;
            j += 32;
        }
        return _to;
    }
    /*
     The following function has been written by Alex Beregszaszi (@axic), use it under the terms of the MIT license
     Duplicate Solidity's ecrecover, but catching the CALL return value
    */
    function safer_ecrecover(bytes32 _hash, uint8 _v, bytes32 _r, bytes32 _s) internal returns (bool _success, address _recoveredAddress) {
        /*
         We do our own memory management here. Solidity uses memory offset
         0x40 to store the current end of memory. We write past it (as
         writes are memory extensions), but don't update the offset so
         Solidity will reuse it. The memory used here is only needed for
         this context.
         FIXME: inline assembly can't access return values
        */
        bool ret;
        address addr;
        assembly {
            let size := mload(0x40)
            mstore(size, _hash)
            mstore(add(size, 32), _v)
            mstore(add(size, 64), _r)
            mstore(add(size, 96), _s)
            ret := call(3000, 1, 0, size, 128, size, 32) // NOTE: we can reuse the request memory because we deal with the return code.
            addr := mload(size)
        }
        return (ret, addr);
    }
    /*
     The following function has been written by Alex Beregszaszi (@axic), use it under the terms of the MIT license
    */
    function ecrecovery(bytes32 _hash, bytes memory _sig) internal returns (bool _success, address _recoveredAddress) {
        bytes32 r;
        bytes32 s;
        uint8 v;
        if (_sig.length != 65) {
            return (false, address(0));
        }
        /*
         The signature format is a compact form of:
           {bytes32 r}{bytes32 s}{uint8 v}
         Compact means, uint8 is not padded to 32 bytes.
        */
        assembly {
            r := mload(add(_sig, 32))
            s := mload(add(_sig, 64))
            /*
             Here we are loading the last 32 bytes. We exploit the fact that
             'mload' will pad with zeroes if we overread.
             There is no 'mload8' to do this, but that would be nicer.
            */
            v := byte(0, mload(add(_sig, 96)))
            /*
              Alternative solution:
              'byte' is not working due to the Solidity parser, so lets
              use the second best option, 'and'
              v := and(mload(add(_sig, 65)), 255)
            */
        }
        /*
         albeit non-transactional signatures are not specified by the YP, one would expect it
         to match the YP range of [27, 28]
         geth uses [0, 1] and some clients have followed. This might change, see:
         https://github.com/ethereum/go-ethereum/issues/2053
        */
        if (v < 27) {
            v += 27;
        }
        if (v != 27 && v != 28) {
            return (false, address(0));
        }
        return safer_ecrecover(_hash, v, r, s);
    }

    function safeMemoryCleaner() internal pure {
        assembly {
            let fmem := mload(0x40)
            codecopy(fmem, codesize, sub(msize, fmem))
        }
    }
}
/*

END ORACLIZE_API

*/

/*
 * Copyright 2019 Authpaper Team
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
pragma solidity ^0.5.3;
//import "github.com/oraclize/ethereum-api/oraclizeAPI.sol";

contract Adminstrator {
  address public admin;
  address payable public owner;

  modifier onlyAdmin() { 
        require(msg.sender == admin || msg.sender == owner,"Not authorized"); 
        _;
  } 

  constructor() public {
    admin = msg.sender;
	owner = msg.sender;
  }

  function transferAdmin(address newAdmin) public onlyAdmin {
    admin = newAdmin; 
  }
}
contract FiftyContract is Adminstrator,usingOraclize {
    uint public mRate = 200 finney; //membership fee
	uint public membershiptime = 183 * 86400; //183 days, around 0.5 year
	uint public divideRadio = 485; //The divide ratio, each uplevel will get 0.485 by default
	uint public divideRadioBase = 1000;
	mapping (address => uint) public membership;
	mapping(address => mapping(uint => uint)) public memberOrders;
	event membershipExtended(address indexed _self, uint newexpiretime);
	
	string public website="http://portal.globalcfo.org/getOrderVer4.php?eth=";
	string[] public websiteString = ["http://portal.globalcfo.org/getOrderVer4.php?room=1&eth=",
	"http://portal.globalcfo.org/getOrderVer4.php?room=2&eth=",
	"http://portal.globalcfo.org/getOrderVer4.php?room=3&eth=",
	"http://portal.globalcfo.org/getOrderVer4.php?room=5&eth=",
	"http://portal.globalcfo.org/getOrderVer4.php?room=10&eth=",
	"http://portal.globalcfo.org/getOrderVer4.php?room=50&eth="
	];
	mapping (bytes32 => treeNode) public oraclizeCallbacks;
	
	//About the tree
	event completeTree(address indexed _self, uint indexed _nodeID, uint indexed _amount);
	event startTree(address indexed _self, uint indexed _nodeID, uint indexed _amount);	
	mapping (address => mapping (uint => uint)) public nodeIDIndex;	
	mapping (address => mapping (uint => bool)) public isReatingTree;
	mapping (address => mapping (uint => mapping (uint => mapping (uint => treeNode)))) public treeChildren;
	mapping (address => mapping (uint => mapping (uint => treeNode))) public treeParent;
	mapping (address => mapping (uint => mapping (uint => uint))) public treeCompleteTime;
	//Keep the current running nodes given an address
	mapping (address => mapping (uint => bool)) public currentNodes;
	//Temporary direct referral
	mapping (address => mapping (uint => mapping (uint => address))) public tempDirRefer;
	uint public spread=2;
	uint public minimumTreeNodeReferred=2;
	uint[] public possibleNodeType = [1,2,3,5,10,50];
	
	struct treeNode {
		 address payable ethAddress; 
		 uint nodeType; 
		 uint nodeID;
	}
	struct rewardDistribution {
		address payable first;
		address payable second;
	}
	
	//Statistic issue
	uint256 public ethIN=0;
	uint256 public ethOut=0;
	uint256 public receivedAmount=0;
	uint256 public sentAmount=0;
	bool public paused=false;
	mapping (address => uint) public nodeReceivedETH;
	event Paused(address account);
	event Unpaused(address account);
	event makeQuery(address indexed account, string msg);
	event refundEvent(address indexed _self, uint sentETH, uint requireETH, uint shopID, 
	address parent, address grandparent, bool isOpeningExistingRoom);
	
	//Setting the variables
	function setMembershipFee(uint rateFinney, uint memberDays) public onlyAdmin{
		require(rateFinney > 0, "new rate must be positive");
		require(memberDays > 0, "new membership time must be positive");
		mRate = rateFinney * 10 ** uint256(15); //In finney
		membershiptime = memberDays * 86400; //In days
		
	}
	function setTreeSpec(uint newSpread, uint newDivideRate, uint newDivideBase, 
	uint newTreeNodeReferred, uint[] memory newNodeType) public onlyAdmin{
		require(newSpread > 0, "new spread must > 0");
		require(newDivideRate > 0, "new divide level must > 0");
		require(newDivideBase > newDivideRate, "new divide level base must > ratio");
		require(newTreeNodeReferred >= 1, "new min tree nodes referred by root must > 1");
		require(newNodeType.length >= 1, "invalid possible node type");
		spread = newSpread;
		divideRadio = newDivideRate;
		divideRadioBase = newDivideBase;
		minimumTreeNodeReferred = newTreeNodeReferred;
		possibleNodeType=newNodeType;
	}
	function pause(bool isPause) public onlyAdmin{
		paused = isPause;
		if(isPause) emit Paused(msg.sender);
		else emit Unpaused(msg.sender);
	}
	function withdraw(uint amount) public onlyAdmin returns(bool) {
        require(amount < address(this).balance);
        owner.transfer(amount);
        return true;
    }
    function withdrawAll() public onlyAdmin returns(bool) {
        uint balanceOld = address(this).balance;
        owner.transfer(balanceOld);
        return true;
    }
	function _addMember(address _member) internal {
		require(_member != address(0));
		if(membership[_member] <= now) membership[_member] = now;
		membership[_member] += membershiptime;
		emit membershipExtended(_member,membership[_member]);
	}
	function addMember(address member) public onlyAdmin {
		_addMember(member);
	}
	function banMember(address member) public onlyAdmin {
		require(member != address(0));
		membership[member] = 0;
	}
		
	function() external payable { 
		require(!paused,"The contract is paused");
		require(address(this).balance + msg.value > address(this).balance);
		ethIN += msg.value;
		//Make web call to find the shopping order
		//Remember, each query burns 0.01 USD from the contract !!
		string memory queryStr = strConcating(website,addressToString(msg.sender));
		emit makeQuery(msg.sender,"Oraclize query sent");
		bytes32 queryId=oraclize_query("URL", queryStr, 800000);
		//emit makeQuery(msg.sender,queryStr);
		//bytes32 queryId=bytes32("AAA");
        oraclizeCallbacks[queryId] = treeNode(msg.sender,msg.value,0);
	}
		
	function __callback(bytes32 myid, string memory result) public {
        if (msg.sender != oraclize_cbAddress()) revert();
		bytes memory _baseBytes = bytes(result);
		//require(_baseBytes.length == 84 || _baseBytes.length == 105, "The return string is not valid");
		treeNode memory o = oraclizeCallbacks[myid];
		address payable treeRoot = o.ethAddress;
		uint totalETH = o.nodeType;
		require(treeRoot != address(0),"Invalid root address");
		require(totalETH >= 0, "No ETH send in");
		if(_baseBytes.length != 231 && _baseBytes.length != 211){
			//invalid response or opening existing room, refund
			distributeETH(treeRoot,treeRoot,treeRoot,totalETH,true);
			emit refundEvent(treeRoot,totalETH,_baseBytes.length,0,address(0),address(0),false);
			return;
		}
		if(_baseBytes.length == 211){
			uint isReatingRoom = extractUintFromByte(_baseBytes,0,1);
			address payable parentAddress = extractOneAddrFromByte(_baseBytes,1);
			address payable grandAddress = extractOneAddrFromByte(_baseBytes,43);
			address payable grandgrandAddress = extractOneAddrFromByte(_baseBytes,85);
			address payable ghostAddress1 = extractOneAddrFromByte(_baseBytes,127);
			address payable ghostAddress2 = extractOneAddrFromByte(_baseBytes,169);
			
			currentNodes[treeRoot][totalETH] = true;
			uint totalRequireETH = nodeIDIndex[treeRoot][totalETH];
			nodeIDIndex[treeRoot][totalETH] += 1;
			isReatingTree[treeRoot][totalETH] = (isReatingRoom==1)? true:false;
			emit startTree(treeRoot,totalRequireETH,totalETH);
			
			if(parentAddress != address(0))
				tempDirRefer[treeRoot][totalETH][totalRequireETH] = parentAddress;
			rewardDistribution memory rewardResult = 
				_placeChildTree(parentAddress,totalETH,treeRoot,totalRequireETH);
			if(rewardResult.first == address(0) && grandAddress != address(0)){
				//Try grandparent
				rewardResult = _placeChildTree(grandAddress,totalETH,treeRoot,totalRequireETH);
			}
			if(rewardResult.first == address(0) && grandgrandAddress != address(0)){
				//Try grandparent
				rewardResult = _placeChildTree(grandgrandAddress,totalETH,treeRoot,totalRequireETH);
			}
			if(rewardResult.first == address(0)){
				//Try grandparent
				rewardResult = rewardDistribution(ghostAddress1,ghostAddress2);
			}
			//if(rewardResult.first != address(0))
			distributeETH(treeRoot,rewardResult.first,rewardResult.second,totalETH,false);
			//else isOpeningExistingRoom=true;
			return;
		}
		if(_baseBytes.length == 231){
			//Getting the shop order from the website
			//The first 9 bytes return the purchase order, the second 12 bytes returns the order details
			//the following 42 bytes return the parent address, the following 42 bytes return the grandparent address
			uint shopOrderID = extractUintFromByte(_baseBytes,0,9);
			address payable parentAddress = extractOneAddrFromByte(_baseBytes,21);
			address payable grandAddress = extractOneAddrFromByte(_baseBytes,63);
			address payable grandgrandAddress = extractOneAddrFromByte(_baseBytes,105);
			address payable ghostAddress1 = extractOneAddrFromByte(_baseBytes,147);
			address payable ghostAddress2 = extractOneAddrFromByte(_baseBytes,189);
			bool[] memory isStartTreeHere = new bool[](2*possibleNodeType.length);
			bool isOpeningExistingRoom=false;
			uint totalRequireETH = 0;			
			for(uint i=0;i<possibleNodeType.length;i++){
				isStartTreeHere[i]
					= (getOneDigit(_baseBytes,(i+21)-possibleNodeType.length) ==1)? 
					true:false;
				isStartTreeHere[i+possibleNodeType.length]
					= (getOneDigit(_baseBytes,(i+21)-(2*possibleNodeType.length)) ==1)? 
					true:false;
				if(isStartTreeHere[i]){
					totalRequireETH += possibleNodeType[i] * 10 ** uint256(18);
					uint testTreeType = possibleNodeType[i] * 10 ** uint256(18);
					if(currentNodes[treeRoot][testTreeType] 
						|| nodeIDIndex[treeRoot][testTreeType] >= (2 ** 32) -1){
						isOpeningExistingRoom=true;
					}
				}
			}
			if(membership[treeRoot] <= now) totalRequireETH += mRate;
			if(totalRequireETH > totalETH || shopOrderID ==0 || isOpeningExistingRoom){
				//No enough ETH or invalid response or openning existing room, refund
				distributeETH(treeRoot,treeRoot,treeRoot,totalETH,true);
				memberOrders[treeRoot][shopOrderID]=3;//3 means refund
				emit refundEvent(treeRoot,totalETH,totalRequireETH,shopOrderID,
				    parentAddress,grandAddress,isOpeningExistingRoom);
				return;
			}else{
				//Has enough ETH, open the rooms and find a place from parent one by one
				//First, record the receive money and extend the membership
				receivedAmount += totalRequireETH;
				memberOrders[treeRoot][shopOrderID]=1;
				if(membership[treeRoot] <= now) _addMember(treeRoot);
				//First, send out the extra ETH
				totalRequireETH = totalETH - totalRequireETH;
				require(totalRequireETH < address(this).balance, "Too much remainder");
				//The remainder is enough for extend the membership
				if(( membership[treeRoot] <= now + (7*86400) ) && totalRequireETH >= mRate){
					//Auto extend membership
					_addMember(treeRoot);
					totalRequireETH -= mRate;
					receivedAmount += mRate;
				}
				if(totalRequireETH >0){
					totalETH = address(this).balance;
					treeRoot.transfer(totalRequireETH);
					ethOut += totalRequireETH;
					assert(address(this).balance + totalRequireETH >= totalETH);
				}
				for(uint i=0;i<possibleNodeType.length;i++){
					//For each type of tree, start a node and look for parent
					if(!isStartTreeHere[i]) continue;
					totalETH = possibleNodeType[i] * 10 ** uint256(18);
					currentNodes[treeRoot][totalETH] = true;
					totalRequireETH = nodeIDIndex[treeRoot][totalETH];
					nodeIDIndex[treeRoot][totalETH] += 1;
					isReatingTree[treeRoot][totalETH] = isStartTreeHere[i+possibleNodeType.length];
					emit startTree(treeRoot,totalRequireETH,totalETH);
					
					if(parentAddress != address(0))
						tempDirRefer[treeRoot][totalETH][totalRequireETH] = parentAddress;
					rewardDistribution memory rewardResult = 
						_placeChildTree(parentAddress,totalETH,treeRoot,totalRequireETH);
					if(rewardResult.first == address(0) && grandAddress != address(0)){
						//Try grandparent
						rewardResult = _placeChildTree(grandAddress,totalETH,treeRoot,totalRequireETH);
					}
					if(rewardResult.first == address(0) && grandgrandAddress != address(0)){
						//Try grandparent
						rewardResult = _placeChildTree(grandgrandAddress,totalETH,treeRoot,totalRequireETH);
					}
					if(rewardResult.first == address(0)){
						//Try grandparent
						rewardResult = rewardDistribution(ghostAddress1,ghostAddress2);
					}
					//if(rewardResult.first != address(0))
					distributeETH(treeRoot,rewardResult.first,rewardResult.second,totalETH,false);
					//else isOpeningExistingRoom=true;
				}
			}
			return;
		}

    }
	function _placeChildTree(address payable firstUpline, uint treeType, address payable treeRoot, uint treeNodeID) internal returns(rewardDistribution memory) {
		//We do BFS here, so need to search layer by layer
		if(firstUpline == address(0)) return rewardDistribution(address(0),address(0));
		address payable getETHOne = address(0); address payable getETHTwo = address(0);
		uint8 firstLevelSearch=_placeChild(firstUpline,treeType,treeRoot,treeNodeID); 
		if(firstLevelSearch == 1){
			getETHOne=firstUpline;
			uint cNodeID=nodeIDIndex[firstUpline][treeType] - 1;
			//So the firstUpline will get the money, as well as the parent of the firstUpline
			if(treeParent[firstUpline][treeType][cNodeID].nodeType != 0){
				getETHTwo = treeParent[firstUpline][treeType][cNodeID].ethAddress;
			}
		}
		//The same address has been here before
		if(firstLevelSearch == 2) return rewardDistribution(address(0),address(0));
		if(getETHOne == address(0)){
			//Now search the grandchildren of the firstUpline for a place
			if(currentNodes[firstUpline][treeType] && nodeIDIndex[firstUpline][treeType] <(2 ** 32) -1){
				uint cNodeID=nodeIDIndex[firstUpline][treeType] - 1;
				for (uint256 i=0; i < spread; i++) {
					if(treeChildren[firstUpline][treeType][cNodeID][i].nodeType != 0){
						treeNode memory kids = treeChildren[firstUpline][treeType][cNodeID][i];
						if(_placeChild(kids.ethAddress,treeType,treeRoot,treeNodeID) == 1){
							getETHOne=kids.ethAddress;
							//So the child of firstUpline will get the money, as well as the child
							getETHTwo = firstUpline;
							break;
						}
					}
				}
			}
		}
		return rewardDistribution(getETHOne,getETHTwo);
	}
	//Return 0, there is no place for the node, 1, there is a place and placed, 2, duplicate node is found
	function _placeChild(address payable firstUpline, uint treeType, address payable treeRoot, uint treeNodeID) 
		internal returns(uint8) {
		if(currentNodes[firstUpline][treeType] && nodeIDIndex[firstUpline][treeType] <(2 ** 32) -1){
			uint cNodeID=nodeIDIndex[firstUpline][treeType] - 1;
			for (uint256 i=0; i < spread; i++) {
				if(treeChildren[firstUpline][treeType][cNodeID][i].nodeType == 0){
					//firstUpline has a place
					treeChildren[firstUpline][treeType][cNodeID][i]
						= treeNode(treeRoot,treeType,treeNodeID);
					//Set parent
					treeParent[treeRoot][treeType][treeNodeID] 
						= treeNode(firstUpline,treeType,cNodeID);
					return 1;
				}else{
				    treeNode memory kids = treeChildren[firstUpline][treeType][cNodeID][i];
				    //The child has been here in previous project
				    if(kids.ethAddress == treeRoot) return 2;
				}
			}
		}
		return 0;
	}
	function _checkTreeComplete(address payable _root, uint _treeType, uint _nodeID) internal {
		require(_root != address(0), "Tree root to check completness is 0");
		bool _isCompleted = true;
		uint _isDirectRefCount = 0;
		for (uint256 i=0; i < spread; i++) {
			if(treeChildren[_root][_treeType][_nodeID][i].nodeType == 0){
				_isCompleted = false;
				break;
			}else{
				//Search the grandchildren
				treeNode memory _child = treeChildren[_root][_treeType][_nodeID][i];
				address referral = tempDirRefer[_child.ethAddress][_child.nodeType][_child.nodeID];
				if(referral == _root) _isDirectRefCount += 1;
				for (uint256 a=0; a < spread; a++) {
					if(treeChildren[_child.ethAddress][_treeType][_child.nodeID][a].nodeType == 0){
						_isCompleted = false;
						break;
					}else{
						treeNode memory _gChild=treeChildren[_child.ethAddress][_treeType][_child.nodeID][a];
						address referral2 = tempDirRefer[_gChild.ethAddress][_gChild.nodeType][_gChild.nodeID];
						if(referral2 == _root) _isDirectRefCount += 1;
					}
				}
				if(!_isCompleted) break;
			}
		}
		if(!_isCompleted) return;
		//The tree is completed, root can start over again
		currentNodes[_root][_treeType] = false;
		treeCompleteTime[_root][_treeType][nodeIDIndex[_root][_treeType]-1]=now;
		//Ban this user
		if(nodeIDIndex[_root][_treeType] == 1 && _isDirectRefCount < minimumTreeNodeReferred) 
			nodeIDIndex[_root][_treeType] = (2 ** 32) -1;
		emit completeTree(_root, nodeIDIndex[_root][_treeType], _treeType);
		
		if(isReatingTree[_root][_treeType]){
			string memory queryStr = addressToString(_root);
			for(uint i=0;i<possibleNodeType.length;i++){
				if(_treeType == possibleNodeType[i] * 10 ** uint256(18))
					queryStr = strConcating(websiteString[i],queryStr);
			}
			emit makeQuery(msg.sender,"Oraclize query sent");
			bytes32 queryId=oraclize_query("URL", queryStr, 800000);
			oraclizeCallbacks[queryId] = treeNode(_root,_treeType,0);
		}
	}
	function findChildFromTop(address searchTarget, address _root, uint _treeType, uint _nodeID) internal returns(uint8){
		require(_root != address(0), "Tree root to check completness is 0");
		for (uint8 i=0; i < spread; i++) {
			if(treeChildren[_root][_treeType][_nodeID][i].nodeType == 0){
				continue;
			}else{
				//Search the grandchildren
				treeNode memory _child = treeChildren[_root][_treeType][_nodeID][i];
				if(_child.ethAddress == searchTarget) return (i+1);
				for (uint8 a=0; a < spread; a++) {
					if(treeChildren[_child.ethAddress][_treeType][_child.nodeID][a].nodeType == 0){
						continue;
					}else{
						treeNode memory _gChild=treeChildren[_child.ethAddress][_treeType][_child.nodeID][a];
						if(_gChild.ethAddress == searchTarget) return ((i*2)+a+3);
					}
				}
			}
		}
		return 0;
	}
	function distributeETH(address treeRoot, address payable rewardFirst, address payable rewardSecond, uint totalETH, 
		bool isFund) internal{
		//Distribute the award
		uint moneyToDistribute = (totalETH * divideRadio) / divideRadioBase;
		require(totalETH > 2*moneyToDistribute, "Too much ether to send");
		require(address(this).balance > 2*moneyToDistribute, "Nothing to send");
		uint previousBalances = address(this).balance;
		if(rewardFirst != address(0)){
			rewardFirst.transfer(moneyToDistribute);
			ethOut += moneyToDistribute;
			if(!isFund){
				sentAmount += moneyToDistribute;
				nodeReceivedETH[rewardFirst] += moneyToDistribute;
			}
			//emit distributeETH(rewardResult.first, treeRoot, moneyToDistribute);
		} 
		if(rewardSecond != address(0)){
			//If it is repeating, the fourth children will send 0.03 less, or 30
			//The fifth and sixth children will not send out
			uint cNodeID=nodeIDIndex[rewardSecond][totalETH] - 1;
			uint8 childNum = findChildFromTop(treeRoot,rewardSecond,totalETH,cNodeID);
			if(childNum == 4){
				moneyToDistribute = (totalETH * (divideRadio-30)) / divideRadioBase;
				require(totalETH > 2*moneyToDistribute, "Too much ether to send");
				require(address(this).balance > 2*moneyToDistribute, "Nothing to send");
			}
			if(childNum !=5 && childNum !=6){
				rewardSecond.transfer(moneyToDistribute);
				ethOut += moneyToDistribute;
			}
			if(!isFund){
				if(childNum !=5 && childNum !=6){
					sentAmount += moneyToDistribute;
					nodeReceivedETH[rewardSecond] += moneyToDistribute;
				}
				//emit distributeETH(rewardResult.second, treeRoot, moneyToDistribute);
				//Check if the node is now completed
				_checkTreeComplete(rewardSecond,totalETH,cNodeID);
			}
		}
		// Asserts are used to find bugs in your code. They should never fail
        assert(address(this).balance + (2*moneyToDistribute) >= previousBalances);
	}
    function strConcating(string memory _a, string memory _b) internal pure returns (string memory){
        bytes memory _ba = bytes(_a);
        bytes memory _bb = bytes(_b);
        string memory ab = new string(_ba.length + _bb.length);
        bytes memory bab = bytes(ab);
        uint k = 0;
        for (uint i = 0; i < _ba.length; i++) bab[k++] = _ba[i];
        for (uint i = 0; i < _bb.length; i++) bab[k++] = _bb[i];
        return string(bab);
    }
    function addressToString(address _addr) public pure returns(string memory) {
        bytes32 value = bytes32(uint256(_addr));
        bytes memory alphabet = "0123456789abcdef";    
        bytes memory str = new bytes(42);
        str[0] = '0';
        str[1] = 'x';
        for (uint i = 0; i < 20; i++) {
            str[2+i*2] = alphabet[uint8(value[i + 12] >> 4)];
            str[3+i*2] = alphabet[uint8(value[i + 12] & 0x0f)];
        }
        return string(str);
    }

    function extractOneAddrFromByte(bytes memory tmp, uint start) internal pure returns (address payable){
		 if(tmp.length < start+42) return address(0); 
         uint160 iaddr = 0;
         uint160 b1;
         uint160 b2;
		 uint e=start+42;
         for (uint i=start+2; i<e; i+=2){
             iaddr *= 256;
             b1 = uint8(tmp[i]);
             b2 = uint8(tmp[i+1]);
             if ((b1 >= 97)&&(b1 <= 102)) b1 -= 87;
             else if ((b1 >= 48)&&(b1 <= 57)) b1 -= 48;
             if ((b2 >= 97)&&(b2 <= 102)) b2 -= 87;
             else if ((b2 >= 48)&&(b2 <= 57)) b2 -= 48;
             iaddr += (b1*16+b2);
         }
         return address(iaddr);
	}
	function getOneDigit(bytes memory b, uint start) internal pure returns (uint){
		if(b.length <= start) return 0;
		uint digit = uint8(b[start]);
		if(digit >=48 && digit<=57) return digit-48;
		return 0;
	}
	function extractUintFromByte(bytes memory b, uint start, uint length) internal pure returns (uint){
		if(b.length < start+length) return 0;
		uint result = 0;
		uint l=start+length;
		for(uint i=start;i < l; i++){
		    uint digit = uint8(b[i]);
			if(digit >=48 && digit<=57) result = (result * 10) + (digit - 48);
		}
		return result;
	}
}

Contract Security Audit

Contract ABI

[{"constant":false,"inputs":[{"name":"isPause","type":"bool"}],"name":"pause","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"uint256"},{"name":"","type":"uint256"},{"name":"","type":"uint256"}],"name":"treeChildren","outputs":[{"name":"ethAddress","type":"address"},{"name":"nodeType","type":"uint256"},{"name":"nodeID","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"nodeReceivedETH","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"myid","type":"bytes32"},{"name":"result","type":"string"}],"name":"__callback","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"uint256"},{"name":"","type":"uint256"}],"name":"tempDirRefer","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"amount","type":"uint256"}],"name":"withdraw","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_myid","type":"bytes32"},{"name":"_result","type":"string"},{"name":"_proof","type":"bytes"}],"name":"__callback","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"uint256"}],"name":"memberOrders","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"mRate","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"bytes32"}],"name":"oraclizeCallbacks","outputs":[{"name":"ethAddress","type":"address"},{"name":"nodeType","type":"uint256"},{"name":"nodeID","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"spread","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"paused","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_addr","type":"address"}],"name":"addressToString","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"uint256"},{"name":"","type":"uint256"}],"name":"treeParent","outputs":[{"name":"ethAddress","type":"address"},{"name":"nodeType","type":"uint256"},{"name":"nodeID","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"membershiptime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"websiteString","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newAdmin","type":"address"}],"name":"transferAdmin","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"membership","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"minimumTreeNodeReferred","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"withdrawAll","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"possibleNodeType","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"receivedAmount","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"uint256"}],"name":"currentNodes","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"uint256"}],"name":"nodeIDIndex","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"divideRadio","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"rateFinney","type":"uint256"},{"name":"memberDays","type":"uint256"}],"name":"setMembershipFee","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"newSpread","type":"uint256"},{"name":"newDivideRate","type":"uint256"},{"name":"newDivideBase","type":"uint256"},{"name":"newTreeNodeReferred","type":"uint256"},{"name":"newNodeType","type":"uint256[]"}],"name":"setTreeSpec","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"website","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"ethIN","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"ethOut","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"member","type":"address"}],"name":"addMember","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"uint256"}],"name":"isReatingTree","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"member","type":"address"}],"name":"banMember","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"sentAmount","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"uint256"},{"name":"","type":"uint256"}],"name":"treeCompleteTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"divideRadioBase","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"admin","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_self","type":"address"},{"indexed":false,"name":"newexpiretime","type":"uint256"}],"name":"membershipExtended","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_self","type":"address"},{"indexed":true,"name":"_nodeID","type":"uint256"},{"indexed":true,"name":"_amount","type":"uint256"}],"name":"completeTree","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_self","type":"address"},{"indexed":true,"name":"_nodeID","type":"uint256"},{"indexed":true,"name":"_amount","type":"uint256"}],"name":"startTree","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"account","type":"address"},{"indexed":false,"name":"msg","type":"string"}],"name":"makeQuery","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_self","type":"address"},{"indexed":false,"name":"sentETH","type":"uint256"},{"indexed":false,"name":"requireETH","type":"uint256"},{"indexed":false,"name":"shopID","type":"uint256"},{"indexed":false,"name":"parent","type":"address"},{"indexed":false,"name":"grandparent","type":"address"},{"indexed":false,"name":"isOpeningExistingRoom","type":"bool"}],"name":"refundEvent","type":"event"}]

Deployed Bytecode

0x6080604052600436106102295760003560e060020a90048063853828b611610127578063beb0a416116100af578063d6f74c4511610073578063d6f74c4514610c8c578063d8193b9814610cbf578063f0eb30a314610cd4578063f13eb58314610d13578063f851a44014610d2857610229565b8063beb0a41614610be1578063c4c59c7714610bf6578063c8a4398214610c0b578063ca6d56dc14610c20578063d6ee9dfc14610c5357610229565b8063a3d250f5116100f6578063a3d250f514610a62578063aaf9658114610a9b578063b3c347d314610ad4578063b648b1ac14610ae9578063b8a4824414610b1957610229565b8063853828b6146109f9578063867354cc14610a0e5780638da5cb5b14610a385780639632e72014610a4d57610229565b8063426d5ef1116101b55780636af90f9e116101795780636af90f9e1461093f5780636b7ff0e01461095457806375829def1461097e578063772ccf5d146109b15780637b732dbc146109e457610229565b8063426d5ef1146108045780635c25c76c1461082e5780635c975abb146108435780635e57966d146108585780635ebc5ecb1461090057610229565b80632d61fe5a116101fc5780632d61fe5a146105dc5780632e1a7d4d1461063757806338bbfa50146106755780634113b61b146107b6578063413e245b146107ef57610229565b806302329a29146104425780630c235b5b1461047057806320f78e4a146104dd57806327dc297e14610522575b601e5460ff1615610284576040805160e560020a62461bcd02815260206004820152601660248201527f54686520636f6e74726163742069732070617573656400000000000000000000604482015290519081900360640190fd5b308031903134011161029557600080fd5b601a805434019055600d805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815260609361033f939192909183018282801561032c5780601f106103015761010080835404028352916020019161032c565b820191906000526020600020905b81548152906001019060200180831161030f57829003601f168201915b505050505061033a33610d3d565b610f40565b6040805160208082526013908201527f4f7261636c697a652071756572792073656e740000000000000000000000000081830152905191925033917f9d7b3c6c2c6e2402b743d6d21c6555d29bdbcf85e7ca627206d0f05c485d15869181900360600190a260006103e96040805190810160405280600381526020017f55524c000000000000000000000000000000000000000000000000000000000081525083620c3500611053565b604080516060810182523381523460208083019182526000838501818152958152600f9091529290922090518154600160a060020a031916600160a060020a039091161781559051600182015590516002909101555050005b34801561044e57600080fd5b5061046e6004803603602081101561046557600080fd5b5035151561145a565b005b34801561047c57600080fd5b506104b56004803603608081101561049357600080fd5b50600160a060020a038135169060208101359060408101359060600135611547565b60408051600160a060020a039094168452602084019290925282820152519081900360600190f35b3480156104e957600080fd5b506105106004803603602081101561050057600080fd5b5035600160a060020a031661158c565b60408051918252519081900360200190f35b34801561052e57600080fd5b5061046e6004803603604081101561054557600080fd5b8135919081019060408101602082013564010000000081111561056757600080fd5b82018360208201111561057957600080fd5b8035906020019184600183028401116401000000008311171561059b57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061159e945050505050565b3480156105e857600080fd5b5061061b600480360360608110156105ff57600080fd5b50600160a060020a0381351690602081013590604001356120e2565b60408051600160a060020a039092168252519081900360200190f35b34801561064357600080fd5b506106616004803603602081101561065a57600080fd5b503561210e565b604080519115158252519081900360200190f35b34801561068157600080fd5b5061046e6004803603606081101561069857600080fd5b813591908101906040810160208201356401000000008111156106ba57600080fd5b8201836020820111156106cc57600080fd5b803590602001918460018302840111640100000000831117156106ee57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929594936020810193503591505064010000000081111561074157600080fd5b82018360208201111561075357600080fd5b8035906020019184600183028401116401000000008311171561077557600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506121c6945050505050565b3480156107c257600080fd5b50610510600480360360408110156107d957600080fd5b50600160a060020a0381351690602001356121cb565b3480156107fb57600080fd5b506105106121e8565b34801561081057600080fd5b506104b56004803603602081101561082757600080fd5b50356121ee565b34801561083a57600080fd5b50610510612219565b34801561084f57600080fd5b5061066161221f565b34801561086457600080fd5b5061088b6004803603602081101561087b57600080fd5b5035600160a060020a0316610d3d565b6040805160208082528351818301528351919283929083019185019080838360005b838110156108c55781810151838201526020016108ad565b50505050905090810190601f1680156108f25780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561090c57600080fd5b506104b56004803603606081101561092357600080fd5b50600160a060020a038135169060208101359060400135612228565b34801561094b57600080fd5b50610510612264565b34801561096057600080fd5b5061088b6004803603602081101561097757600080fd5b503561226a565b34801561098a57600080fd5b5061046e600480360360208110156109a157600080fd5b5035600160a060020a0316612311565b3480156109bd57600080fd5b50610510600480360360208110156109d457600080fd5b5035600160a060020a031661239a565b3480156109f057600080fd5b506105106123ac565b348015610a0557600080fd5b506106616123b2565b348015610a1a57600080fd5b5061051060048036036020811015610a3157600080fd5b503561245f565b348015610a4457600080fd5b5061061b61247e565b348015610a5957600080fd5b5061051061248d565b348015610a6e57600080fd5b5061066160048036036040811015610a8557600080fd5b50600160a060020a038135169060200135612493565b348015610aa757600080fd5b5061051060048036036040811015610abe57600080fd5b50600160a060020a0381351690602001356124b3565b348015610ae057600080fd5b506105106124d0565b348015610af557600080fd5b5061046e60048036036040811015610b0c57600080fd5b50803590602001356124d6565b348015610b2557600080fd5b5061046e600480360360a0811015610b3c57600080fd5b81359160208101359160408201359160608101359181019060a081016080820135640100000000811115610b6f57600080fd5b820183602082011115610b8157600080fd5b80359060200191846020830284011164010000000083111715610ba357600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506125f0945050505050565b348015610bed57600080fd5b5061088b61280c565b348015610c0257600080fd5b50610510612867565b348015610c1757600080fd5b5061051061286d565b348015610c2c57600080fd5b5061046e60048036036020811015610c4357600080fd5b5035600160a060020a0316612873565b348015610c5f57600080fd5b5061066160048036036040811015610c7657600080fd5b50600160a060020a0381351690602001356128e3565b348015610c9857600080fd5b5061046e60048036036020811015610caf57600080fd5b5035600160a060020a0316612903565b348015610ccb57600080fd5b50610510612999565b348015610ce057600080fd5b5061051060048036036060811015610cf757600080fd5b50600160a060020a03813516906020810135906040013561299f565b348015610d1f57600080fd5b506105106129c2565b348015610d3457600080fd5b5061061b6129c8565b604080518082018252601081527f303132333435363738396162636465660000000000000000000000000000000060208201528151602a8082526060828101909452600160a060020a038516929184916020820181803883390190505090507f3000000000000000000000000000000000000000000000000000000000000000816000815181101515610dcc57fe5b906020010190600160f860020a031916908160001a9053507f7800000000000000000000000000000000000000000000000000000000000000816001815181101515610e1457fe5b906020010190600160f860020a031916908160001a90535060005b6014811015610f375782600485600c840160208110610e4a57fe5b1a60f860020a02600160f860020a031916908060020a820491505060f860020a900460ff16815181101515610e7b57fe5b90602001015160f860020a900460f860020a028282600202600201815181101515610ea257fe5b906020010190600160f860020a031916908160001a9053508284600c830160208110610eca57fe5b1a60f860020a02600f60f860020a021660f860020a900460ff16815181101515610ef057fe5b90602001015160f860020a900460f860020a028282600202600301815181101515610f1757fe5b906020010190600160f860020a031916908160001a905350600101610e2f565b50949350505050565b6060808390506060839050606081518351016040519080825280601f01601f191660200182016040528015610f7c576020820181803883390190505b509050806000805b8551811015610fe2578581815181101515610f9b57fe5b90602001015160f860020a900460f860020a028383806001019450815181101515610fc257fe5b906020010190600160f860020a031916908160001a905350600101610f84565b5060005b8451811015611044578481815181101515610ffd57fe5b90602001015160f860020a900460f860020a02838380600101945081518110151561102457fe5b906020010190600160f860020a031916908160001a905350600101610fe6565b50909450505050505b92915050565b600354600090600160a060020a03161580611080575060035461107e90600160a060020a03166129d7565b155b156110915761108f60006129db565b505b600360009054906101000a9004600160a060020a0316600160a060020a03166338cc48316040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156110e457600080fd5b505af11580156110f8573d6000803e3d6000fd5b505050506040513d602081101561110e57600080fd5b5051600254600160a060020a039081169116146111c457600360009054906101000a9004600160a060020a0316600160a060020a03166338cc48316040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561117857600080fd5b505af115801561118c573d6000803e3d6000fd5b505050506040513d60208110156111a257600080fd5b505160028054600160a060020a031916600160a060020a039092169190911790555b600254604080517f2ef3accc0000000000000000000000000000000000000000000000000000000081526024810185905260048101918252865160448201528651600093600160a060020a031692632ef3accc928992889291829160649091019060208601908083838c5b8381101561124757818101518382015260200161122f565b50505050905090810190601f1680156112745780820380516001836020036101000a031916815260200191505b509350505050602060405180830381600087803b15801561129457600080fd5b505af11580156112a8573d6000803e3d6000fd5b505050506040513d60208110156112be57600080fd5b50519050670de0b6b3a76400003a8402018111156112e0575060009050611453565b6002546040517fc51be90f00000000000000000000000000000000000000000000000000000000815260006004820181815260648301879052608060248401908152895160848501528951600160a060020a039095169463c51be90f948794938c938c938c93604481019160a49091019060208801908083838c5b8381101561137357818101518382015260200161135b565b50505050905090810190601f1680156113a05780820380516001836020036101000a031916815260200191505b50838103825285518152855160209182019187019080838360005b838110156113d35781810151838201526020016113bb565b50505050905090810190601f1680156114005780820380516001836020036101000a031916815260200191505b5096505050505050506020604051808303818588803b15801561142257600080fd5b505af1158015611436573d6000803e3d6000fd5b50505050506040513d602081101561144d57600080fd5b50519150505b9392505050565b600054600160a060020a031633148061147d5750600154600160a060020a031633145b15156114c1576040805160e560020a62461bcd02815260206004820152600e60248201526000805160206143e4833981519152604482015290519081900360640190fd5b601e805460ff19168215801591909117909155611510576040805133815290517f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2589181900360200190a1611544565b6040805133815290517f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa9181900360200190a15b50565b6012602090815260009485526040808620825293855283852081529184528284209091528252902080546001820154600290920154600160a060020a03909116919083565b601f6020526000908152604090205481565b6115a66129e5565b600160a060020a031633146115ba57600080fd5b806115c3614281565b506000838152600f602090815260409182902082516060810184528154600160a060020a03168082526001830154938201849052600290920154938101939093529081151561165c576040805160e560020a62461bcd02815260206004820152601460248201527f496e76616c696420726f6f742061646472657373000000000000000000000000604482015290519081900360640190fd5b60008110156116b5576040805160e560020a62461bcd02815260206004820152600e60248201527f4e6f204554482073656e6420696e000000000000000000000000000000000000604482015290519081900360640190fd5b835160e7141580156116c95750835160d314155b15611748576116dc828384846001612bd8565b83516040805183815260208101929092526000828201819052606083018190526080830181905260a083015251600160a060020a038416917f3efa12e9f97815bd24566b3df69f6ef652e795ec80025316a57772eb6afc4529919081900360c00190a2505050506120de565b835160d314156119915760006117618560006001612f0e565b90506000611770866001612f98565b9050600061177f87602b612f98565b9050600061178e886055612f98565b9050600061179d89607f612f98565b905060006117ac8a60a9612f98565b600160a060020a03891660008181526015602090815260408083208c84528252808320805460ff19166001908117909155938352601082528083208c845290915290208054808301909155919250871461180757600061180a565b60015b600160a060020a038a1660008181526011602090815260408083208d8452909152808220805460ff19169415159490941790935591518a928492917fe208089fdbb057f18096ab9d1bf0b45734bd7a9496273861509379357da9a3bc9190a4600160a060020a038616156118ba57600160a060020a0389811660009081526016602090815260408083208c8452825280832085845290915290208054600160a060020a0319169188169190911790555b6118c26142ac565b6118ce878a8c8561310e565b8051909150600160a060020a03161580156118f15750600160a060020a03861615155b1561190557611902868a8c8561310e565b90505b8051600160a060020a03161580156119255750600160a060020a03851615155b1561193957611936858a8c8561310e565b90505b8051600160a060020a0316151561196a575060408051808201909152600160a060020a038085168252831660208201525b6119808a826000015183602001518c6000612bd8565b5050505050505050505050506120de565b835160e714156120d95760006119aa8560006009612f0e565b905060006119b9866015612f98565b905060006119c887603f612f98565b905060006119d7886069612f98565b905060006119e6896093612f98565b905060006119f58a60bd612f98565b90506060601980549050600202604051908082528060200260200182016040528015611a2b578160200160208202803883390190505b509050600080805b601954811015611bba57601954611a50908f9083036015016133a9565b600114611a5e576000611a61565b60015b8482815181101515611a6f57fe5b911515602092830290910190910152601954611a94908f9060020283036015016133a9565b600114611aa2576000611aa5565b60015b601954855186918401908110611ab757fe5b9115156020928302909101909101528351849082908110611ad457fe5b9060200190602002015115611bb25760198054670de0b6b3a7640000919083908110611afc57fe5b9060005260206000200154028201915060006012600a0a601983815481101515611b2257fe5b9060005260206000200154029050601560008e600160a060020a0316600160a060020a03168152602001908152602001600020600082815260200190815260200160002060009054906101000a900460ff1680611ba65750600160a060020a038d16600090815260106020908152604080832084845290915290205463ffffffff11155b15611bb057600193505b505b600101611a33565b50600160a060020a038b166000908152600b60205260409020544210611bdf57600754015b89811180611beb575088155b80611bf35750815b15611c9857611c068b8c8d8d6001612bd8565b600160a060020a03808c166000818152600c602090815260408083208e84528252918290206003905581518e81529081018590528082018d90528b84166060820152928a16608084015284151560a08401525190917f3efa12e9f97815bd24566b3df69f6ef652e795ec80025316a57772eb6afc4529919081900360c00190a2505050505050505050505050506120de565b601c805482019055600160a060020a038b166000818152600c602090815260408083208d8452825280832060019055928252600b905220544210611cdf57611cdf8b613418565b890330318110611d39576040805160e560020a62461bcd02815260206004820152601260248201527f546f6f206d7563682072656d61696e6465720000000000000000000000000000604482015290519081900360640190fd5b600160a060020a038b166000908152600b602052604090205462093a80420110801590611d6857506007548110155b15611d8457611d768b613418565b600754601c80548201905590035b6000811115611ddd5760405130319a50600160a060020a038c169082156108fc029083906000818181858888f19350505050158015611dc7573d6000803e3d6000fd5b50601b805482019055303181018a1115611ddd57fe5b60005b6019548110156120c6578381815181101515611df857fe5b906020019060200201511515611e0d576120be565b60198054670de0b6b3a7640000919083908110611e2657fe5b9060005260206000200154029a506001601560008e600160a060020a0316600160a060020a0316815260200190815260200160002060008d815260200190815260200160002060006101000a81548160ff021916908315150217905550601060008d600160a060020a0316600160a060020a0316815260200190815260200160002060008c81526020019081526020016000205491506001601060008e600160a060020a0316600160a060020a0316815260200190815260200160002060008d815260200190815260200160002060008282540192505081905550836019805490508201815181101515611f1657fe5b90602001906020020151601160008e600160a060020a0316600160a060020a0316815260200190815260200160002060008d815260200190815260200160002060006101000a81548160ff0219169083151502179055508a828d600160a060020a03167fe208089fdbb057f18096ab9d1bf0b45734bd7a9496273861509379357da9a3bc60405160405180910390a4600160a060020a03891615611ff657600160a060020a038c811660009081526016602090815260408083208f8452825280832086845290915290208054600160a060020a031916918b169190911790555b611ffe6142ac565b61200a8a8d8f8661310e565b8051909150600160a060020a031615801561202d5750600160a060020a03891615155b156120415761203e898d8f8661310e565b90505b8051600160a060020a03161580156120615750600160a060020a03881615155b1561207557612072888d8f8661310e565b90505b8051600160a060020a031615156120a6575060408051808201909152600160a060020a038088168252861660208201525b6120bc8d826000015183602001518f6000612bd8565b505b600101611de0565b50505050505050505050505050506120de565b505050505b5050565b6016602090815260009384526040808520825292845282842090528252902054600160a060020a031681565b60008054600160a060020a03163314806121325750600154600160a060020a031633145b1515612176576040805160e560020a62461bcd02815260206004820152600e60248201526000805160206143e4833981519152604482015290519081900360640190fd5b3031821061218357600080fd5b600154604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156121bd573d6000803e3d6000fd5b50600192915050565b505050565b600c60209081526000928352604080842090915290825290205481565b60075481565b600f60205260009081526040902080546001820154600290920154600160a060020a03909116919083565b60175481565b601e5460ff1681565b6013602090815260009384526040808520825292845282842090528252902080546001820154600290920154600160a060020a03909116919083565b60085481565b600e80548290811061227857fe5b600091825260209182902001805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152935090918301828280156123095780601f106122de57610100808354040283529160200191612309565b820191906000526020600020905b8154815290600101906020018083116122ec57829003601f168201915b505050505081565b600054600160a060020a03163314806123345750600154600160a060020a031633145b1515612378576040805160e560020a62461bcd02815260206004820152600e60248201526000805160206143e4833981519152604482015290519081900360640190fd5b60008054600160a060020a031916600160a060020a0392909216919091179055565b600b6020526000908152604090205481565b60185481565b60008054600160a060020a03163314806123d65750600154600160a060020a031633145b151561241a576040805160e560020a62461bcd02815260206004820152600e60248201526000805160206143e4833981519152604482015290519081900360640190fd5b600154604051303191600160a060020a03169082156108fc029083906000818181858888f19350505050158015612455573d6000803e3d6000fd5b5060019150505b90565b601980548290811061246d57fe5b600091825260209091200154905081565b600154600160a060020a031681565b601c5481565b601560209081526000928352604080842090915290825290205460ff1681565b601060209081526000928352604080842090915290825290205481565b60095481565b600054600160a060020a03163314806124f95750600154600160a060020a031633145b151561253d576040805160e560020a62461bcd02815260206004820152600e60248201526000805160206143e4833981519152604482015290519081900360640190fd5b60008211612595576040805160e560020a62461bcd02815260206004820152601960248201527f6e65772072617465206d75737420626520706f73697469766500000000000000604482015290519081900360640190fd5b600081116125d75760405160e560020a62461bcd0281526004018080602001828103825260248152602001806144046024913960400191505060405180910390fd5b66038d7ea4c68000919091026007556201518002600855565b600054600160a060020a03163314806126135750600154600160a060020a031633145b1515612657576040805160e560020a62461bcd02815260206004820152600e60248201526000805160206143e4833981519152604482015290519081900360640190fd5b600085116126af576040805160e560020a62461bcd02815260206004820152601360248201527f6e657720737072656164206d757374203e203000000000000000000000000000604482015290519081900360640190fd5b60008411612707576040805160e560020a62461bcd02815260206004820152601960248201527f6e657720646976696465206c6576656c206d757374203e203000000000000000604482015290519081900360640190fd5b8383116127485760405160e560020a62461bcd0281526004018080602001828103825260228152602001806143966022913960400191505060405180910390fd5b600182101561278b5760405160e560020a62461bcd02815260040180806020018281038252602c8152602001806143b8602c913960400191505060405180910390fd5b8051600111156127e5576040805160e560020a62461bcd02815260206004820152601a60248201527f696e76616c696420706f737369626c65206e6f64652074797065000000000000604482015290519081900360640190fd5b60178590556009849055600a839055601882905580516120d99060199060208401906142c3565b600d805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156123095780601f106122de57610100808354040283529160200191612309565b601a5481565b601b5481565b600054600160a060020a03163314806128965750600154600160a060020a031633145b15156128da576040805160e560020a62461bcd02815260206004820152600e60248201526000805160206143e4833981519152604482015290519081900360640190fd5b61154481613418565b601160209081526000928352604080842090915290825290205460ff1681565b600054600160a060020a03163314806129265750600154600160a060020a031633145b151561296a576040805160e560020a62461bcd02815260206004820152600e60248201526000805160206143e4833981519152604482015290519081900360640190fd5b600160a060020a038116151561297f57600080fd5b600160a060020a03166000908152600b6020526040812055565b601d5481565b601460209081526000938452604080852082529284528284209052825290205481565b600a5481565b600054600160a060020a031681565b3b90565b600061104d6134c7565b600354600090600160a060020a03161580612a125750600354612a1090600160a060020a03166129d7565b155b15612a2357612a2160006129db565b505b600360009054906101000a9004600160a060020a0316600160a060020a03166338cc48316040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015612a7657600080fd5b505af1158015612a8a573d6000803e3d6000fd5b505050506040513d6020811015612aa057600080fd5b5051600254600160a060020a03908116911614612b5657600360009054906101000a9004600160a060020a0316600160a060020a03166338cc48316040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015612b0a57600080fd5b505af1158015612b1e573d6000803e3d6000fd5b505050506040513d6020811015612b3457600080fd5b505160028054600160a060020a031916600160a060020a039092169190911790555b600260009054906101000a9004600160a060020a0316600160a060020a031663c281d19e6040518163ffffffff1660e060020a02815260040160206040518083038186803b158015612ba757600080fd5b505afa158015612bbb573d6000803e3d6000fd5b505050506040513d6020811015612bd157600080fd5b5051905090565b6000600a546009548402811515612beb57fe5b049050600281028311612c48576040805160e560020a62461bcd02815260206004820152601660248201527f546f6f206d75636820657468657220746f2073656e6400000000000000000000604482015290519081900360640190fd5b60028102303111612ca3576040805160e560020a62461bcd02815260206004820152600f60248201527f4e6f7468696e6720746f2073656e640000000000000000000000000000000000604482015290519081900360640190fd5b3031600160a060020a03861615612d2157604051600160a060020a0387169083156108fc029084906000818181858888f19350505050158015612cea573d6000803e3d6000fd5b50601b805483019055821515612d2157601d805483019055600160a060020a0386166000908152601f602052604090208054830190555b600160a060020a03851615612ef557600160a060020a03851660009081526010602090815260408083208784529091528120546000190190612d65898888856137ef565b90508060ff1660041415612e3f57600a54601e600954038702811515612d8757fe5b049350600284028611612de4576040805160e560020a62461bcd02815260206004820152601660248201527f546f6f206d75636820657468657220746f2073656e6400000000000000000000604482015290519081900360640190fd5b60028402303111612e3f576040805160e560020a62461bcd02815260206004820152600f60248201527f4e6f7468696e6720746f2073656e640000000000000000000000000000000000604482015290519081900360640190fd5b8060ff16600514158015612e5757508060ff16600614155b15612e9c57604051600160a060020a0388169085156108fc029086906000818181858888f19350505050158015612e92573d6000803e3d6000fd5b50601b8054850190555b841515612ef2578060ff16600514158015612ebb57508060ff16600614155b15612ee757601d805485019055600160a060020a0387166000908152601f602052604090208054850190555b612ef2878784613a14565b50505b30316002830201811115612f0557fe5b50505050505050565b600081830184511015612f2357506000611453565b6000838301845b81811015612f8d5760008782815181101515612f4257fe5b90602001015160f860020a900460f860020a0260f860020a900460ff16905060308110158015612f73575060398111155b15612f84576030810384600a020193505b50600101612f2a565b509095945050505050565b600081602a0183511015612fae5750600061104d565b60008080602a8501600286015b8181101561310257610100850294508781815181101515612fd857fe5b90602001015160f860020a900460f860020a0260f860020a900460ff169350878160010181518110151561300857fe5b90602001015160f860020a900460f860020a0260f860020a900460ff169250606184600160a060020a03161015801561304b5750606684600160a060020a031611155b1561305b5760578403935061308b565b603084600160a060020a03161015801561307f5750603984600160a060020a031611155b1561308b576030840393505b606183600160a060020a0316101580156130af5750606683600160a060020a031611155b156130bf576057830392506130ef565b603083600160a060020a0316101580156130e35750603983600160a060020a031611155b156130ef576030830392505b6010840283019490940193600201612fbb565b50929695505050505050565b6131166142ac565b600160a060020a0385161515613140575060408051808201909152600080825260208201526133a1565b6000808061315088888888613f90565b90508060ff16600114156131e257600160a060020a03881660008181526010602090815260408083208b8452825280832054938352601382528083208b8452825280832060001990940180845293909152902060010154899450156131e057600160a060020a03808a1660009081526013602090815260408083208c845282528083208584529091529020541692505b505b8060ff166002141561320d575050604080518082019091526000808252602082015291506133a19050565b600160a060020a038316151561337f57600160a060020a03881660009081526015602090815260408083208a845290915290205460ff1680156132765750600160a060020a03881660009081526010602090815260408083208a845290915290205463ffffffff115b1561337f57600160a060020a03881660009081526010602090815260408083208a845290915281205460001901905b60175481101561337c57600160a060020a038a1660009081526012602090815260408083208c84528252808320858452825280832084845290915290206001015415613374576132f3614281565b50600160a060020a03808b1660009081526012602090815260408083208d84528252808320868452825280832085845282529182902082516060810184528154909416808552600182015492850192909252600201549183019190915261335c908b8b8b613f90565b60ff16600114156133725751945089935061337c565b505b6001016132a5565b50505b5060408051808201909152600160a060020a0392831681529116602082015290505b949350505050565b60008183511115156133bd5750600061104d565b600083838151811015156133cd57fe5b90602001015160f860020a900460f860020a0260f860020a900460ff169050603081101580156133fe575060398111155b1561340e57602f1901905061104d565b5060009392505050565b600160a060020a038116151561342d57600080fd5b600160a060020a0381166000908152600b6020526040902054421061346857600160a060020a0381166000908152600b602052604090204290555b600854600160a060020a0382166000818152600b60209081526040918290208054909401938490558151938452905191927f46755002d7f7d0ac42904d656babd2b63dfdb2a5ea834973a0bea74908ae61fd929081900390910190a250565b6000806134e7731d3b2638a7cc9f2cb3d298a3da7a90b67e5506ed6129d7565b11156135585760038054600160a060020a031916731d3b2638a7cc9f2cb3d298a3da7a90b67e5506ed17905560408051808201909152600b81527f6574685f6d61696e6e657400000000000000000000000000000000000000000060208201526135509061426e565b50600161245c565b600061357773c03a2615d5efaf5f49f60b7bb6583eaec212fdf16129d7565b11156135e05760038054600160a060020a03191673c03a2615d5efaf5f49f60b7bb6583eaec212fdf117905560408051808201909152600c81527f6574685f726f707374656e33000000000000000000000000000000000000000060208201526135509061426e565b60006135ff73b7a07bcf2ba2f2703b24c0691b5278999c59ac7e6129d7565b11156136685760038054600160a060020a03191673b7a07bcf2ba2f2703b24c0691b5278999c59ac7e17905560408051808201909152600981527f6574685f6b6f76616e000000000000000000000000000000000000000000000060208201526135509061426e565b600061368773146500cfd35b22e4a392fe0adc06de1a1368ed486129d7565b11156136f05760038054600160a060020a03191673146500cfd35b22e4a392fe0adc06de1a1368ed4817905560408051808201909152600b81527f6574685f72696e6b65627900000000000000000000000000000000000000000060208201526135509061426e565b600061370f736f485c8bf6fc43ea212e93bbf8ce046c7f1cb4756129d7565b1115613743575060038054600160a060020a031916736f485c8bf6fc43ea212e93bbf8ce046c7f1cb475179055600161245c565b60006137627320e12a1f859b3feae5fb2a0a32c18f5a65555bbf6129d7565b1115613796575060038054600160a060020a0319167320e12a1f859b3feae5fb2a0a32c18f5a65555bbf179055600161245c565b60006137b57351efaf4c8b3c9afbd5ab9f4bbc82784ab6ef8faa6129d7565b11156137e9575060038054600160a060020a0319167351efaf4c8b3c9afbd5ab9f4bbc82784ab6ef8faa179055600161245c565b50600090565b6000600160a060020a038416151561383b5760405160e560020a62461bcd0281526004018080602001828103825260238152602001806144286023913960400191505060405180910390fd5b60005b6017548160ff161015613a0857600160a060020a03851660009081526012602090815260408083208784528252808320868452825280832060ff85168452909152902060010154151561389057613a00565b613898614281565b50600160a060020a0380861660009081526012602090815260408083208884528252808320878452825280832060ff861684528252918290208251606081018452815485168082526001830154938201939093526002909101549281019290925290918816141561390e575060010190506133a1565b60005b6017548160ff1610156139fd578151600160a060020a031660009081526012602090815260408083208984528252808320818601518452825280832060ff851684529091529020600101541515613967576139f5565b61396f614281565b508151600160a060020a0390811660009081526012602090815260408083208a84528252808320818701518452825280832060ff861684528252918290208251606081018452815485168082526001830154938201939093526002909101549281019290925290918a1614156139f3578184600202016003019450505050506133a1565b505b600101613911565b50505b60010161383e565b50600095945050505050565b600160a060020a0383161515613a5e5760405160e560020a62461bcd0281526004018080602001828103825260238152602001806144286023913960400191505060405180910390fd5b60016000805b601754811015613c5d57600160a060020a0386166000908152601260209081526040808320888452825280832087845282528083208484529091529020600101541515613ab45760009250613c5d565b613abc614281565b50600160a060020a0380871660008181526012602090815260408083208a8452825280832089845282528083208684528252808320815160608101835281548716808252600183015482860190815260029093015482850190815290865260168552838620925186529184528285209151855292529091205490921690811415613b47576001840193505b60005b601754811015613c44578251600160a060020a031660009081526012602090815260408083208b8452825280832081870151845282528083208484529091529020600101541515613b9e5760009550613c44565b613ba6614281565b508251600160a060020a0390811660009081526012602090815260408083208c845282528083208188015184528252808320858452825280832081516060810183528154861680825260018301548286019081526002909301548285019081529086526016855283862092518652918452828520915185529252909120549091908116908b16811415613c3a576001870196505b5050600101613b4a565b50841515613c53575050613c5d565b5050600101613a64565b50811515613c6c5750506121c6565b600160a060020a03851660008181526015602090815260408083208884528252808320805460ff191690558383526014825280832088845282528083209383526010825280832088845280835281842080546000190185529483529083204290559187905252546001148015613ce3575060185481105b15613d1357600160a060020a0385166000908152601060209081526040808320878452909152902063ffffffff90555b600160a060020a0385166000818152601060209081526040808320888452909152808220549051879391927fe01d65986edbda4f3e00883d7b2c8dc27a87ffe674d314326d474a59e19b15bb91a4600160a060020a038516600090815260116020908152604080832087845290915290205460ff1615613f89576060613d9886610d3d565b905060005b601954811015613e895760198054670de0b6b3a7640000919083908110613dc057fe5b906000526020600020015402861415613e8157613e7e600e82815481101515613de557fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015613e735780601f10613e4857610100808354040283529160200191613e73565b820191906000526020600020905b815481529060010190602001808311613e5657829003601f168201915b505050505083610f40565b91505b600101613d9d565b506040805160208082526013908201527f4f7261636c697a652071756572792073656e740000000000000000000000000081830152905133917f9d7b3c6c2c6e2402b743d6d21c6555d29bdbcf85e7ca627206d0f05c485d1586919081900360600190a26000613f326040805190810160405280600381526020017f55524c000000000000000000000000000000000000000000000000000000000081525083620c3500611053565b60408051606081018252600160a060020a038a8116825260208083018b81526000848601818152968152600f90925293902091518254600160a060020a031916911617815590516001820155905160029091015550505b5050505050565b600160a060020a038416600090815260156020908152604080832086845290915281205460ff168015613fe95750600160a060020a038516600090815260106020908152604080832087845290915290205463ffffffff115b1561426357600160a060020a038516600090815260106020908152604080832087845290915281205460001901905b60175481101561426057600160a060020a03871660009081526012602090815260408083208984528252808320858452825280832084845290915290206001015415156141db5760606040519081016040528086600160a060020a03168152602001878152602001858152506012600089600160a060020a0316600160a060020a0316815260200190815260200160002060008881526020019081526020016000206000848152602001908152602001600020600083815260200190815260200160002060008201518160000160006101000a815481600160a060020a030219169083600160a060020a03160217905550602082015181600101556040820151816002015590505060606040519081016040528088600160a060020a03168152602001878152602001838152506013600087600160a060020a0316600160a060020a031681526020019081526020016000206000888152602001908152602001600020600086815260200190815260200160002060008201518160000160006101000a815481600160a060020a030219169083600160a060020a0316021790555060208201518160010155604082015181600201559050506001925050506133a1565b6141e3614281565b50600160a060020a0380881660009081526012602090815260408083208a8452825280832086845282528083208584528252918290208251606081018452815485168082526001830154938201939093526002909101549281019290925290918716141561425757600293505050506133a1565b50600101614018565b50505b506000949350505050565b80516120de90600490602084019061430e565b6060604051908101604052806000600160a060020a0316815260200160008152602001600081525090565b604080518082019091526000808252602082015290565b8280548282559060005260206000209081019282156142fe579160200282015b828111156142fe5782518255916020019190600101906142e3565b5061430a92915061437b565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061434f57805160ff19168380011785556142fe565b828001600101855582156142fe57918201828111156142fe5782518255916020019190600101906142e3565b61245c91905b8082111561430a576000815560010161438156fe6e657720646976696465206c6576656c2062617365206d757374203e20726174696f6e6577206d696e2074726565206e6f64657320726566657272656420627920726f6f74206d757374203e20314e6f7420617574686f72697a65640000000000000000000000000000000000006e6577206d656d626572736869702074696d65206d75737420626520706f7369746976655472656520726f6f7420746f20636865636b20636f6d706c65746e6573732069732030a165627a7a72305820e218a82029514016c357c179e5ae6dc20c02184ae79a868fc80635a2556ec9060029

Deployed Bytecode Sourcemap

59978:21944:0:-;;;;;;;;;;-1:-1:-1;;;59978:21944:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;64705:6;;;;64704:7;64696:41;;;;;-1:-1:-1;;;;;64696:41:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;64794:4;64786:21;;64750;;64774:9;64750:33;:57;64742:66;;;;;;64813:5;:18;;64822:9;64813:18;;;64982:7;64969:49;;;;;;;-1:-1:-1;64969:49:0;;;;;-1:-1:-1;;64969:49:0;;;;;;;;;;;;;;;;;;;;;;;;;;64944:22;;64969:49;;;;64982:7;;64969:49;;64982:7;64969:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;64990:27;65006:10;64990:15;:27::i;:::-;64969:12;:49::i;:::-;65028:43;;;;;;;;;;;;;;;;;;;64944:74;;-1:-1:-1;65038:10:0;;65028:43;;;;;;;;;65076:15;65092:39;;;;;;;;;;;;;;;;;;;65114:8;65124:6;65092:14;:39::i;:::-;65250:32;;;;;;;;65259:10;65250:32;;65270:9;65250:32;;;;;;;-1:-1:-1;65250:32:0;;;;;;65221:26;;;:17;:26;;;;;;;:61;;;;-1:-1:-1;;;;;;65221:61:0;-1:-1:-1;;;;;65221:61:0;;;;;;;;-1:-1:-1;65221:61:0;;;;;;;;;;-1:-1:-1;;59978:21944:0;63701:146;;8:9:-1;5:2;;;30:1;27;20:12;5:2;63701:146:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;63701:146:0;;;;:::i;:::-;;61356:103;;8:9:-1;5:2;;;30:1;27;20:12;5:2;61356:103:0;;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;-1:-1;;;;;;61356:103:0;;;;;;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;61356:103:0;;;;;;;;;;;;;;;;;;;;;;;;;62347:48;;8:9:-1;5:2;;;30:1;27;20:12;5:2;62347:48:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;62347:48:0;-1:-1:-1;;;;;62347:48:0;;:::i;:::-;;;;;;;;;;;;;;;;65294:6899;;8:9:-1;5:2;;;30:1;27;20:12;5:2;65294:6899:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;65294:6899:0;;;;;;;;;;;;;;21:11:-1;5:28;;2:2;;;46:1;43;36:12;2:2;65294:6899:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;65294:6899:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;39:11;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;65294:6899:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;65294:6899:0;;-1:-1:-1;65294:6899:0;;-1:-1:-1;;;;;65294:6899:0:i;61788:84::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;61788:84:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;61788:84:0;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;61788:84:0;;;;;;;;;;;;;;63850:175;;8:9:-1;5:2;;;30:1;27;20:12;5:2;63850:175:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;63850:175:0;;:::i;:::-;;;;;;;;;;;;;;;;;;15301:169;;8:9:-1;5:2;;;30:1;27;20:12;5:2;15301:169:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;15301:169:0;;;;;;;;;;;;;;21:11:-1;5:28;;2:2;;;46:1;43;36:12;2:2;15301:169:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;15301:169:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;39:11;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;15301:169:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;15301:169:0;;;;;;;;-1:-1:-1;15301:169:0;;-1:-1:-1;;21:11;5:28;;2:2;;;46:1;43;36:12;2:2;15301:169:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;15301:169:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;39:11;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;15301:169:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;15301:169:0;;-1:-1:-1;15301:169:0;;-1:-1:-1;;;;;15301:169:0:i;60338:61::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;60338:61:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;60338:61:0;;;;;;;;:::i;60038:30::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;60038:30:0;;;:::i;60965:54::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;60965:54:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;60965:54:0;;:::i;61876:20::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;61876:20:0;;;:::i;62319:24::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;62319:24:0;;;:::i;80167:488::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;80167:488:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;80167:488:0;-1:-1:-1;;;;;80167:488:0;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;80167:488:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;61463:83;;8:9:-1;5:2;;;30:1;27;20:12;5:2;61463:83:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;61463:83:0;;;;;;;;;;;;;:::i;60089:40::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;60089:40:0;;;:::i;60554:407::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;60554:407:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;60554:407:0;;:::i;59885:88::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;59885:88:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;59885:88:0;-1:-1:-1;;;;;59885:88:0;;:::i;60291:43::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;60291:43:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;60291:43:0;-1:-1:-1;;;;;60291:43:0;;:::i;61900:37::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;61900:37:0;;;:::i;64031:171::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;64031:171:0;;;:::i;61941:48::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;61941:48:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;61941:48:0;;:::i;59643:28::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;59643:28:0;;;:::i;62253:31::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;62253:31:0;;;:::i;61691:63::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;61691:63:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;61691:63:0;;;;;;;;:::i;61221:62::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;61221:62:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;61221:62:0;;;;;;;;:::i;60161:29::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;60161:29:0;;;:::i;62708:315::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;62708:315:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;62708:315:0;;;;;;;:::i;63026:672::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;63026:672:0;;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;63026:672:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;21:11:-1;5:28;;2:2;;;46:1;43;36:12;2:2;63026:672:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;63026:672:0;;;;;;101:9:-1;95:2;81:12;77:21;67:8;63:36;60:51;39:11;25:12;22:29;11:108;8:2;;;132:1;129;122:12;8:2;63026:672:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;63026:672:0;;-1:-1:-1;63026:672:0;;-1:-1:-1;;;;;63026:672:0:i;60477:73::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;60477:73:0;;;:::i;62200:22::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;62200:22:0;;;:::i;62226:23::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;62226:23:0;;;:::i;64454:80::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;64454:80:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;64454:80:0;-1:-1:-1;;;;;64454:80:0;;:::i;61288:64::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;61288:64:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;61288:64:0;;;;;;;;:::i;64537:118::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;64537:118:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;64537:118:0;-1:-1:-1;;;;;64537:118:0;;:::i;62288:27::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;62288:27:0;;;:::i;61550:85::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;61550:85:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;61550:85:0;;;;;;;;;;;;;:::i;60253:34::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;60253:34:0;;;:::i;59618:20::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;59618:20:0;;;:::i;80167:488::-;80303:42;;;;;;;;;;;;;;;;80379:13;;80389:2;80379:13;;;80227;80379;;;;;;-1:-1:-1;;;;;80277:14:0;;;80303:42;80227:13;;80379;;;21:6:-1;;104:10;80379:13:0;87:34:-1;135:17;;-1:-1;80379:13:0;80360:32;;80403:12;:3;80407:1;80403:6;;;;;;;;;;;;;;:12;-1:-1:-1;;;;;80403:12:0;;;;;;;;;80426;:3;80430:1;80426:6;;;;;;;;;;;;;;:12;-1:-1:-1;;;;;80426:12:0;;;;;;;;-1:-1:-1;80454:6:0;80449:170;80470:2;80466:1;:6;80449:170;;;80507:8;80539:1;80522:5;80532:2;80528:6;;80522:13;;;;;;;;-1:-1:-1;;;80522:13:0;-1:-1:-1;;;;;80522:18:0;;;52:12:-1;49:1;45:20;29:14;25:41;7:59;;80522:18:0;-1:-1:-1;;;80516:25:0;;80507:35;;;;;;;;;;;;;;;;;-1:-1:-1;;;80507:35:0;;-1:-1:-1;;;80507:35:0;80494:3;80500:1;80502;80500:3;80498:1;:5;80494:10;;;;;;;;;;;;;;:48;-1:-1:-1;;;;;80494:48:0;;;;;;;;-1:-1:-1;80570:8:0;80585:5;80595:2;80591:6;;80585:13;;;;;;;;-1:-1:-1;;;80585:13:0;80601:4;-1:-1:-1;;;80585:20:0;;-1:-1:-1;;;80579:27:0;;80570:37;;;;;;;;;;;;;;;;;-1:-1:-1;;;80570:37:0;;-1:-1:-1;;;80570:37:0;80557:3;80563:1;80565;80563:3;80561:1;:5;80557:10;;;;;;;;;;;;;;:50;-1:-1:-1;;;;;80557:50:0;;;;;;;;-1:-1:-1;80474:3:0;;80449:170;;;-1:-1:-1;80643:3:0;80167:488;-1:-1:-1;;;;80167:488:0:o;79694:467::-;79775:13;79800:16;79825:2;79800:28;;79839:16;79864:2;79839:28;;79878:16;79921:3;:10;79908:3;:10;:23;79897:35;;;;;;;;;;;;;;;;;;;;;;;;;21:6:-1;;104:10;79897:35:0;87:34:-1;135:17;;-1:-1;79897:35:0;-1:-1:-1;79878:54:0;-1:-1:-1;79878:54:0;79982:6;;80003:55;80024:3;:10;80020:1;:14;80003:55;;;80052:3;80056:1;80052:6;;;;;;;;;;;;;;;-1:-1:-1;;;80052:6:0;;-1:-1:-1;;;80052:6:0;80041:3;80045;;;;;;80041:8;;;;;;;;;;;;;;:17;-1:-1:-1;;;;;80041:17:0;;;;;;;;-1:-1:-1;80036:3:0;;80003:55;;;-1:-1:-1;80074:6:0;80069:55;80090:3;:10;80086:1;:14;80069:55;;;80118:3;80122:1;80118:6;;;;;;;;;;;;;;;-1:-1:-1;;;80118:6:0;;-1:-1:-1;;;80118:6:0;80107:3;80111;;;;;;80107:8;;;;;;;;;;;;;;:17;-1:-1:-1;;;;;80107:17:0;;;;;;;;-1:-1:-1;80102:3:0;;80069:55;;;-1:-1:-1;80149:3:0;;-1:-1:-1;;;;;79694:467:0;;;;;:::o;17043:412::-;12116:3;;17160:11;;-1:-1:-1;;;;;12116:3:0;12108:26;;12107:64;;-1:-1:-1;12160:3:0;;12140:25;;-1:-1:-1;;;;;12160:3:0;12140:11;:25::i;:::-;:30;12107:64;12103:132;;;12188:35;11754:1;12188:19;:35::i;:::-;;12103:132;12270:3;;;;;;;;;-1:-1:-1;;;;;12270:3:0;-1:-1:-1;;;;;12270:14:0;;:16;;;;;-1:-1:-1;;;12270:16:0;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;12270:16:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;12270:16:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;12270:16:0;12257:8;;-1:-1:-1;;;;;12257:8:0;;;12249:37;;;12245:108;;12324:3;;;;;;;;;-1:-1:-1;;;;;12324:3:0;-1:-1:-1;;;;;12324:14:0;;:16;;;;;-1:-1:-1;;;12324:16:0;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;12324:16:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;12324:16:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;12324:16:0;12303:8;:38;;-1:-1:-1;;;;;;12303:38:0;-1:-1:-1;;;;;12303:38:0;;;;;;;;;12245:108;17197:8;;:41;;;;;;;;;;;;;;;;;;;;;;;;;;17184:10;;-1:-1:-1;;;;;17197:8:0;;:17;;17215:11;;17228:9;;17197:41;;;;;;;;;;;;;;;17184:10;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;17197:41:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;17197:41:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;17197:41:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;17197:41:0;;-1:-1:-1;17261:7:0;17271:11;:23;;17261:33;17253:41;;17249:108;;;-1:-1:-1;17317:1:0;;-1:-1:-1;17310:8:0;;17249:108;17374:8;;:73;;;;;:8;:73;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;17374:8:0;;;;:27;;17408:5;;17374:8;17418:11;;17431:4;;17437:9;;17374:73;;;;;;;;;;;;;;;;:8;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;17374:73:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;17374:73:0;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;17374:73:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;17374:73:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;17374:73:0;;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;17374:73:0;;-1:-1:-1;;12363:1:0;17043:412;;;;;:::o;63701:146::-;59733:5;;-1:-1:-1;;;;;59733:5:0;59719:10;:19;;:42;;-1:-1:-1;59756:5:0;;-1:-1:-1;;;;;59756:5:0;59742:10;:19;59719:42;59711:68;;;;;;;-1:-1:-1;;;;;59711:68:0;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;59711:68:0;;;;;;;;;;;;;;;63751:6;:16;;-1:-1:-1;;63751:16:0;;;;;;;;;;;;63772:70;;63789:18;;;63796:10;63789:18;;;;;;;;;;;;;63772:70;;;63822:20;;;63831:10;63822:20;;;;;;;;;;;;;63772:70;63701:146;:::o;61356:103::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;61356:103:0;;;;;;:::o;62347:48::-;;;;;;;;;;;;;:::o;65294:6899::-;65386:20;:18;:20::i;:::-;-1:-1:-1;;;;;65372:34:0;:10;:34;65368:48;;65408:8;;;65368:48;65453:6;65566:17;;:::i;:::-;-1:-1:-1;65586:23:0;;;;:17;:23;;;;;;;;;65566:43;;;;;;;;;-1:-1:-1;;;;;65566:43:0;;;;;;;;;;;;;;;;;;;;;;;;;;;65697:22;;;65689:54;;;;;-1:-1:-1;;;;;65689:54:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;65768:1;65756:13;;;65748:40;;;;;-1:-1:-1;;;;;65748:40:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;65796:10;:17;65817:3;65796:24;;:52;;;;;65824:10;:17;65845:3;65824:24;;65796:52;65793:280;;;65911:55;65925:8;65934;65943;65952;65961:4;65911:13;:55::i;:::-;66007:17;;65977:78;;;;;;;;;;;;;66025:1;65977:78;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;65977:78:0;;;;;;;;;;;;;66061:7;;;;;;65793:280;66080:10;:17;66101:3;66080:24;66077:1683;;;66111:18;66132:35;66152:10;66163:1;66165;66132:19;:35::i;:::-;66111:56;;66173:29;66205:36;66228:10;66239:1;66205:22;:36::i;:::-;66173:68;;66247:28;66278:37;66301:10;66312:2;66278:22;:37::i;:::-;66247:68;;66321:33;66357:37;66380:10;66391:2;66357:22;:37::i;:::-;66321:73;;66400:29;66432:38;66455:10;66466:3;66432:22;:38::i;:::-;66400:70;;66476:29;66508:38;66531:10;66542:3;66508:22;:38::i;:::-;-1:-1:-1;;;;;66557:22:0;;;;;;:12;:22;;;;;;;;:32;;;;;;;;:39;;-1:-1:-1;;66557:39:0;66592:4;66557:39;;;;;;66625:21;;;:11;:21;;;;;:31;;;;;;;;;;66662:36;;;;;;66476:70;;-1:-1:-1;66741:16:0;;66740:30;;66765:5;66740:30;;;66760:4;66740:30;-1:-1:-1;;;;;66704:23:0;;;;;;:13;:23;;;;;;;;:33;;;;;;;;;:66;;-1:-1:-1;;66704:66:0;;;;;;;;;;;66781:44;;66704:33;;66800:15;;66704:23;66781:44;;66704:23;66781:44;-1:-1:-1;;;;;66839:27:0;;;66836:102;;-1:-1:-1;;;;;66873:22:0;;;;;;;:12;:22;;;;;;;;:32;;;;;;;;:49;;;;;;;;:65;;-1:-1:-1;;;;;;66873:65:0;;;;;;;;;;66836:102;66944:38;;:::i;:::-;66991:64;67007:13;67021:8;67030;67039:15;66991;:64::i;:::-;67064:18;;66944:111;;-1:-1:-1;;;;;;67064:32:0;;:62;;;;-1:-1:-1;;;;;;67100:26:0;;;;67064:62;67061:181;;;67172:63;67188:12;67201:8;67210;67219:15;67172;:63::i;:::-;67157:78;;67061:181;67250:18;;-1:-1:-1;;;;;67250:32:0;;:67;;;;-1:-1:-1;;;;;;67286:31:0;;;;67250:67;67247:191;;;67363:68;67379:17;67397:8;67406;67415:15;67363;:68::i;:::-;67348:83;;67247:191;67446:18;;-1:-1:-1;;;;;67446:32:0;;67443:135;;;-1:-1:-1;67524:47:0;;;;;;;;;-1:-1:-1;;;;;67524:47:0;;;;;;;;;;;67443:135;67626:77;67640:8;67649:12;:18;;;67668:12;:19;;;67688:8;67697:5;67626:13;:77::i;:::-;67748:7;;;;;;;;;;;;;;66077:1683;67767:10;:17;67788:3;67767:24;67764:4420;;;68051:16;68070:35;68090:10;68101:1;68103;68070:19;:35::i;:::-;68051:54;;68111:29;68143:37;68166:10;68177:2;68143:22;:37::i;:::-;68111:69;;68186:28;68217:37;68240:10;68251:2;68217:22;:37::i;:::-;68186:68;;68260:33;68296:38;68319:10;68330:3;68296:22;:38::i;:::-;68260:74;;68340:29;68372:38;68395:10;68406:3;68372:22;:38::i;:::-;68340:70;;68416:29;68448:38;68471:10;68482:3;68448:22;:38::i;:::-;68416:70;;68492:29;68537:16;:23;;;;68535:1;:25;68524:37;;;;;;;;;;;;;;;;;;;;;;29:2:-1;21:6;17:15;117:4;105:10;97:6;88:34;136:17;;-1:-1;68524:37:0;-1:-1:-1;68492:69:0;-1:-1:-1;68567:26:0;;;68638:627;68653:16;:23;68651:25;;68638:627;;;68746:16;:23;68716:54;;68728:10;;68739:30;;68742:2;68739:30;68716:11;:54::i;:::-;68773:1;68716:58;68715:79;;68789:5;68715:79;;;68784:4;68715:79;68688:15;68704:1;68688:18;;;;;;;;;;:106;;;:18;;;;;;;;;;:106;68886:16;:23;68853:58;;68865:10;;68884:1;:25;68876:34;;68879:2;68876:34;68853:11;:58::i;:::-;68914:1;68853:62;68852:83;;68930:5;68852:83;;;68925:4;68852:83;68819:16;:23;68801:42;;:15;;68817:25;;;68801:42;;;;;;:134;;;:42;;;;;;;;;;:134;68945:18;;:15;;68961:1;;68945:18;;;;;;;;;;;;;;68942:317;;;68991:16;:19;;69013:17;;68991:16;69008:1;;68991:19;;;;;;;;;;;;;;:39;68972:58;;;;69038:17;69094:2;69080;:17;69058:16;69075:1;69058:19;;;;;;;;;;;;;;;;;;:39;69038:59;;69108:12;:22;69121:8;-1:-1:-1;;;;;69108:22:0;-1:-1:-1;;;;;69108:22:0;;;;;;;;;;;;:36;69131:12;69108:36;;;;;;;;;;;;;;;;;;;;;:99;;;-1:-1:-1;;;;;;69156:21:0;;;;;;:11;:21;;;;;;;;:35;;;;;;;;;69195:12;-1:-1:-1;69156:51:0;69108:99;69105:147;;;69239:4;69217:26;;69105:147;68942:317;;68677:3;;68638:627;;;-1:-1:-1;;;;;;69273:20:0;;;;;;:10;:20;;;;;;69297:3;-1:-1:-1;69270:56:0;;69321:5;;69302:24;69270:56;69353:8;69335:15;:26;:45;;;-1:-1:-1;69365:15:0;;69335:45;:70;;;;69384:21;69335:70;69332:2835;;;69488:55;69502:8;69511;69520;69529;69538:4;69488:13;:55::i;:::-;-1:-1:-1;;;;;69550:22:0;;;;;;;:12;:22;;;;;;;;:35;;;;;;;;;69586:1;69550:37;;69615:117;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;69550:22;;69615:117;;;;;;;;;;69739:7;;;;;;;;;;;;;;;69332:2835;69906:14;:33;;;;;;-1:-1:-1;;;;;69946:22:0;;69906:14;69946:22;;;:12;:22;;;;;;;;:35;;;;;;;;-1:-1:-1;69946:37:0;;69993:20;;;:10;:20;;;;70017:3;-1:-1:-1;69990:52:0;;70022:20;70033:8;70022:10;:20::i;:::-;70104:26;;70171:4;70163:21;70145:39;;70137:70;;;;;-1:-1:-1;;;;;70137:70:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;70276:20:0;;;;;;:10;:20;;;;;;70307:7;70300:3;:15;-1:-1:-1;70276:39:0;;;70274:71;;;70340:5;;70321:15;:24;;70274:71;70271:205;;;70385:20;70396:8;70385:10;:20::i;:::-;70432:5;;70445:14;:23;;;;;;70413:24;;70271:205;70502:1;70485:15;:18;70482:212;;;70552:34;;70531:4;70523:21;;-1:-1:-1;;;;;;70552:17:0;;;:34;;;;;70570:15;;70552:34;;;;70570:15;70552:17;:34;;;;;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;-1:-1;70594:6:0;:25;;;;;;70642:4;70634:21;:39;;:51;-1:-1:-1;70634:51:0;70627:59;;;;70704:6;70700:1461;70715:16;:23;70713:25;;70700:1461;;;70819:15;70835:1;70819:18;;;;;;;;;;;;;;;;;;70818:19;70815:32;;;70839:8;;70815:32;70866:16;:19;;70888:17;;70866:16;70883:1;;70866:19;;;;;;;;;;;;;;:39;70855:50;;70948:4;70913:12;:22;70926:8;-1:-1:-1;;;;;70913:22:0;-1:-1:-1;;;;;70913:22:0;;;;;;;;;;;;:32;70936:8;70913:32;;;;;;;;;;;;:39;;;;;;;;;;;;;;;;;;70978:11;:21;70990:8;-1:-1:-1;;;;;70978:21:0;-1:-1:-1;;;;;70978:21:0;;;;;;;;;;;;:31;71000:8;70978:31;;;;;;;;;;;;70960:49;;71052:1;71017:11;:21;71029:8;-1:-1:-1;;;;;71017:21:0;-1:-1:-1;;;;;71017:21:0;;;;;;;;;;;;:31;71039:8;71017:31;;;;;;;;;;;;:36;;;;;;;;;;;71097:15;71115:16;:23;;;;71113:1;:25;71097:42;;;;;;;;;;;;;;;;;;71061:13;:23;71075:8;-1:-1:-1;;;;;71061:23:0;-1:-1:-1;;;;;71061:23:0;;;;;;;;;;;;:33;71085:8;71061:33;;;;;;;;;;;;:78;;;;;;;;;;;;;;;;;;71187:8;71171:15;71162:8;-1:-1:-1;;;;;71152:44:0;;;;;;;;;;;-1:-1:-1;;;;;71214:27:0;;;71211:104;;-1:-1:-1;;;;;71250:22:0;;;;;;;:12;:22;;;;;;;;:32;;;;;;;;:49;;;;;;;;:65;;-1:-1:-1;;;;;;71250:65:0;;;;;;;;;;71211:104;71323:38;;:::i;:::-;71372:64;71388:13;71402:8;71411;71420:15;71372;:64::i;:::-;71447:18;;71323:113;;-1:-1:-1;;;;;;71447:32:0;;:62;;;;-1:-1:-1;;;;;;71483:26:0;;;;71447:62;71444:187;;;71559:63;71575:12;71588:8;71597;71606:15;71559;:63::i;:::-;71544:78;;71444:187;71641:18;;-1:-1:-1;;;;;71641:32:0;;:67;;;;-1:-1:-1;;;;;;71677:31:0;;;;71641:67;71638:197;;;71758:68;71774:17;71792:8;71801;71810:15;71758;:68::i;:::-;71743:83;;71638:197;71845:18;;-1:-1:-1;;;;;71845:32:0;;71842:141;;;-1:-1:-1;71927:47:0;;;;;;;;;-1:-1:-1;;;;;71927:47:0;;;;;;;;;;;71842:141;72035:77;72049:8;72058:12;:18;;;72077:12;:19;;;72097:8;72106:5;72035:13;:77::i;:::-;70700:1461;;70739:3;;70700:1461;;;;72172:7;;;;;;;;;;;;;;;67764:4420;65294:6899;;;;;;;:::o;61788:84::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;61788:84:0;;:::o;63850:175::-;63906:4;59733:5;;-1:-1:-1;;;;;59733:5:0;59719:10;:19;;:42;;-1:-1:-1;59756:5:0;;-1:-1:-1;;;;;59756:5:0;59742:10;:19;59719:42;59711:68;;;;;;;-1:-1:-1;;;;;59711:68:0;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;59711:68:0;;;;;;;;;;;;;;;63948:4;63940:21;63931:30;;63923:39;;;;;;63973:5;;:22;;-1:-1:-1;;;;;63973:5:0;;;;:22;;;;;63988:6;;63973:5;:22;:5;:22;63988:6;63973:5;:22;;;;;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;-1:-1;64013:4:0;;63850:175;-1:-1:-1;;63850:175:0:o;15301:169::-;;;;:::o;60338:61::-;;;;;;;;;;;;;;;;;;;;;;;;:::o;60038:30::-;;;;:::o;60965:54::-;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;60965:54:0;;;;;;:::o;61876:20::-;;;;:::o;62319:24::-;;;;;;:::o;61463:83::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;61463:83:0;;;;;;:::o;60089:40::-;;;;:::o;60554:407::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;60554:407:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;60554:407:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;59885:88::-;59733:5;;-1:-1:-1;;;;;59733:5:0;59719:10;:19;;:42;;-1:-1:-1;59756:5:0;;-1:-1:-1;;;;;59756:5:0;59742:10;:19;59719:42;59711:68;;;;;;;-1:-1:-1;;;;;59711:68:0;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;59711:68:0;;;;;;;;;;;;;;;59950:5;:16;;-1:-1:-1;;;;;;59950:16:0;-1:-1:-1;;;;;59950:16:0;;;;;;;;;;59885:88::o;60291:43::-;;;;;;;;;;;;;:::o;61900:37::-;;;;:::o;64031:171::-;64079:4;59733:5;;-1:-1:-1;;;;;59733:5:0;59719:10;:19;;:42;;-1:-1:-1;59756:5:0;;-1:-1:-1;;;;;59756:5:0;59742:10;:19;59719:42;59711:68;;;;;;;-1:-1:-1;;;;;59711:68:0;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;59711:68:0;;;;;;;;;;;;;;;64146:5;;:26;;64122:4;64114:21;;-1:-1:-1;;;;;64146:5:0;;:26;;;;;64114:21;;64096:15;64146:26;64096:15;64146:26;64114:21;64146:5;:26;;;;;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;64146:26:0;64190:4;64183:11;;;59791:1;64031:171;:::o;61941:48::-;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;61941:48:0;:::o;59643:28::-;;;-1:-1:-1;;;;;59643:28:0;;:::o;62253:31::-;;;;:::o;61691:63::-;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;61221:62::-;;;;;;;;;;;;;;;;;;;;;;;;:::o;60161:29::-;;;;:::o;62708:315::-;59733:5;;-1:-1:-1;;;;;59733:5:0;59719:10;:19;;:42;;-1:-1:-1;59756:5:0;;-1:-1:-1;;;;;59756:5:0;59742:10;:19;59719:42;59711:68;;;;;;;-1:-1:-1;;;;;59711:68:0;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;59711:68:0;;;;;;;;;;;;;;;62810:1;62797:14;;62789:52;;;;;-1:-1:-1;;;;;62789:52:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;62867:1;62854:14;;62846:63;;;;-1:-1:-1;;;;;62846:63:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;62935:17;62922:30;;;;62914:5;:38;62999:5;62986:18;62969:14;:35;62708:315::o;63026:672::-;59733:5;;-1:-1:-1;;;;;59733:5:0;59719:10;:19;;:42;;-1:-1:-1;59756:5:0;;-1:-1:-1;;;;;59756:5:0;59742:10;:19;59719:42;59711:68;;;;;;;-1:-1:-1;;;;;59711:68:0;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;59711:68:0;;;;;;;;;;;;;;;63200:1;63188:13;;63180:45;;;;;-1:-1:-1;;;;;63180:45:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;63254:1;63238:17;;63230:55;;;;;-1:-1:-1;;;;;63230:55:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;63298:29;;;63290:76;;;;-1:-1:-1;;;;;63290:76:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;63402:1;63379:24;;;63371:81;;;;-1:-1:-1;;;;;63371:81:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;63465:18;;63487:1;-1:-1:-1;63465:23:0;63457:62;;;;;-1:-1:-1;;;;;63457:62:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;63524:6;:18;;;63547:11;:27;;;63579:15;:31;;;63615:23;:45;;;63665:28;;;;:16;;:28;;;;;:::i;60477:73::-;;;;;;;;;;;;;;;-1:-1:-1;;60477:73:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;62200:22;;;;:::o;62226:23::-;;;;:::o;64454:80::-;59733:5;;-1:-1:-1;;;;;59733:5:0;59719:10;:19;;:42;;-1:-1:-1;59756:5:0;;-1:-1:-1;;;;;59756:5:0;59742:10;:19;59719:42;59711:68;;;;;;;-1:-1:-1;;;;;59711:68:0;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;59711:68:0;;;;;;;;;;;;;;;64511:18;64522:6;64511:10;:18::i;61288:64::-;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;64537:118::-;59733:5;;-1:-1:-1;;;;;59733:5:0;59719:10;:19;;:42;;-1:-1:-1;59756:5:0;;-1:-1:-1;;;;;59756:5:0;59742:10;:19;59719:42;59711:68;;;;;;;-1:-1:-1;;;;;59711:68:0;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;59711:68:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;64602:20:0;;;;64594:29;;;;;;-1:-1:-1;;;;;64628:18:0;64649:1;64628:18;;;:10;:18;;;;;:22;64537:118::o;62288:27::-;;;;:::o;61550:85::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;60253:34::-;;;;:::o;59618:20::-;;;-1:-1:-1;;;;;59618:20:0;;:::o;37635:151::-;37750:18;;37726:53::o;12857:202::-;12922:16;12956:21;:19;:21::i;37495:132::-;12116:3;;37555:24;;-1:-1:-1;;;;;12116:3:0;12108:26;;12107:64;;-1:-1:-1;12160:3:0;;12140:25;;-1:-1:-1;;;;;12160:3:0;12140:11;:25::i;:::-;:30;12107:64;12103:132;;;12188:35;11754:1;12188:19;:35::i;:::-;;12103:132;12270:3;;;;;;;;;-1:-1:-1;;;;;12270:3:0;-1:-1:-1;;;;;12270:14:0;;:16;;;;;-1:-1:-1;;;12270:16:0;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;12270:16:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;12270:16:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;12270:16:0;12257:8;;-1:-1:-1;;;;;12257:8:0;;;12249:37;;;12245:108;;12324:3;;;;;;;;;-1:-1:-1;;;;;12324:3:0;-1:-1:-1;;;;;12324:14:0;;:16;;;;;-1:-1:-1;;;12324:16:0;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;12324:16:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;12324:16:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;12324:16:0;12303:8;:38;;-1:-1:-1;;;;;;12303:38:0;-1:-1:-1;;;;;12303:38:0;;;;;;;;;12245:108;37599:8;;;;;;;;;-1:-1:-1;;;;;37599:8:0;-1:-1:-1;;;;;37599:18:0;;:20;;;;;-1:-1:-1;;;37599:20:0;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;37599:20:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;37599:20:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;37599:20:0;;-1:-1:-1;37495:132:0;:::o;77760:1928::-;77931:22;77983:15;;77968:11;;77957:8;:22;77956:42;;;;;;;;;-1:-1:-1;78022:1:0;:19;;78011:30;;78003:65;;;;;-1:-1:-1;;;;;78003:65:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;78105:1;:19;;78089:4;78081:21;:43;78073:71;;;;;-1:-1:-1;;;;;78073:71:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;78181:4;78173:21;-1:-1:-1;;;;;78202:25:0;;;78199:305;;78234:39;;-1:-1:-1;;;;;78234:20:0;;;:39;;;;;78255:17;;78234:39;;;;78255:17;78234:20;:39;;;;;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;-1:-1;78279:6:0;:27;;;;;;78315:7;;78312:112;;;78330:10;:31;;;;;;-1:-1:-1;;;;;78368:28:0;;78330:10;78368:28;;;:15;:28;;;;;:49;;;;;;78312:112;-1:-1:-1;;;;;78512:26:0;;;78509:1018;;-1:-1:-1;;;;;78684:25:0;;78671:12;78684:25;;;:11;:25;;;;;;;;:35;;;;;;;;;-1:-1:-1;;78684:39:0;;78746:56;78763:8;78696:12;78710:8;78684:39;78746:16;:56::i;:::-;78729:73;;78811:8;:13;;78823:1;78811:13;78808:248;;;78884:15;;78877:2;78865:11;;:14;78853:8;:27;78852:47;;;;;;;;;-1:-1:-1;78925:1:0;:19;;78914:30;;78906:65;;;;;-1:-1:-1;;;;;78906:65:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;79010:1;:19;;78994:4;78986:21;:43;78978:71;;;;;-1:-1:-1;;;;;78978:71:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;79064:8;:12;;79075:1;79064:12;;:28;;;;;79080:8;:12;;79091:1;79080:12;;79064:28;79061:120;;;79100:40;;-1:-1:-1;;;;;79100:21:0;;;:40;;;;;79122:17;;79100:40;;;;79122:17;79100:21;:40;;;;;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;-1:-1;79147:6:0;:27;;;;;;79061:120;79190:6;79189:7;79186:336;;;79207:8;:12;;79218:1;79207:12;;:28;;;;;79223:8;:12;;79234:1;79223:12;;79207:28;79204:137;;;79244:10;:31;;;;;;-1:-1:-1;;;;;79283:29:0;;79244:10;79283:29;;;:15;:29;;;;;:50;;;;;;79204:137;79466:49;79485:12;79498:8;79507:7;79466:18;:49::i;:::-;78509:1018;;;79625:4;79617:21;79642:1;:19;;79617:45;:65;-1:-1:-1;79617:65:0;79610:73;;;;77760:1928;;;;;;;:::o;81571:348::-;81664:4;81694:6;81688:5;:12;81677:1;:8;:23;81674:36;;;-1:-1:-1;81709:1:0;81702:8;;81674:36;81715:11;81742:12;;;:5;81759:138;81780:1;81776;:5;81759:138;;;81796:10;81815:1;81817;81815:4;;;;;;;;;;;;;;;-1:-1:-1;;;81815:4:0;;-1:-1:-1;;;81815:4:0;-1:-1:-1;;;81809:11:0;;81796:24;;;;81837:2;81829:5;:10;;:23;;;;;81850:2;81843:5;:9;;81829:23;81826:65;;;81888:2;81880:5;:10;81864:6;81873:2;81864:11;81863:28;81854:37;;81826:65;-1:-1:-1;81783:3:0;;81759:138;;;-1:-1:-1;81908:6:0;;81571:348;-1:-1:-1;;;;;81571:348:0:o;80663:691::-;80748:15;80786:5;80792:2;80786:8;80773:3;:10;:21;80770:43;;;-1:-1:-1;80811:1:0;80796:17;;80770:43;80826:13;;;80906:2;80900:8;;80938:1;80932:7;;80920:397;80943:1;80941;:3;80920:397;;;80976:3;80967:12;;;;81006:3;81010:1;81006:6;;;;;;;;;;;;;;;-1:-1:-1;;;81006:6:0;;-1:-1:-1;;;81006:6:0;-1:-1:-1;;;81000:13:0;;80995:18;;;;81040:3;81044:1;81046;81044:3;81040:8;;;;;;;;;;;;;;;-1:-1:-1;;;81040:8:0;;-1:-1:-1;;;81040:8:0;-1:-1:-1;;;81034:15:0;;81029:20;;;;81076:2;81070;-1:-1:-1;;;;;81070:8:0;;;81069:23;;;;;81088:3;81082:2;-1:-1:-1;;;;;81082:9:0;;;81069:23;81065:94;;;81100:2;81094:8;;;;81065:94;;;81134:2;81128;-1:-1:-1;;;;;81128:8:0;;;81127:22;;;;;81146:2;81140;-1:-1:-1;;;;;81140:8:0;;;81127:22;81123:36;;;81157:2;81151:8;;;;81123:36;81186:2;81180;-1:-1:-1;;;;;81180:8:0;;;81179:23;;;;;81198:3;81192:2;-1:-1:-1;;;;;81192:9:0;;;81179:23;81175:94;;;81210:2;81204:8;;;;81175:94;;;81244:2;81238;-1:-1:-1;;;;;81238:8:0;;;81237:22;;;;;81256:2;81250;-1:-1:-1;;;;;81250:8:0;;;81237:22;81233:36;;;81267:2;81261:8;;;;81233:36;81298:2;81295:5;;:8;;81285:19;;;;;80949:1;80946:4;80920:397;;;-1:-1:-1;81343:5:0;;80663:691;-1:-1:-1;;;;;;80663:691:0:o;72196:1704::-;72325:25;;:::i;:::-;-1:-1:-1;;;;;72414:25:0;;;72411:78;;;-1:-1:-1;72448:41:0;;;;;;;;;-1:-1:-1;72448:41:0;;;;;;;72441:48;;72411:78;72494:25;;;72600:53;72612:11;72624:8;72633;72642:10;72600:11;:53::i;:::-;72577:76;;72662:16;:21;;72682:1;72662:21;72659:345;;;-1:-1:-1;;;;;72730:24:0;;72717:12;72730:24;;;:11;:24;;;;;;;;:34;;;;;;;;;72863:23;;;:10;:23;;;;;:33;;;;;;;;-1:-1:-1;;72730:38:0;;;72863:42;;;;;;;;;72767:1;72863:51;;72700:11;;-1:-1:-1;72863:56:0;72860:139;;-1:-1:-1;;;;;72939:23:0;;;;;;;:10;:23;;;;;;;;:33;;;;;;;;:42;;;;;;;;:53;;;-1:-1:-1;72860:139:0;72659:345;;73054:16;:21;;73074:1;73054:21;73051:74;;;-1:-1:-1;;73084:41:0;;;;;;;;;-1:-1:-1;73084:41:0;;;;;;;;-1:-1:-1;73077:48:0;;-1:-1:-1;73077:48:0;73051:74;-1:-1:-1;;;;;73133:23:0;;;73130:715;;;-1:-1:-1;;;;;73232:25:0;;;;;;:12;:25;;;;;;;;:35;;;;;;;;;;;:87;;;;-1:-1:-1;;;;;;73271:24:0;;;;;;:11;:24;;;;;;;;:34;;;;;;;;;73307:12;-1:-1:-1;73232:87:0;73229:611;;;-1:-1:-1;;;;;73340:24:0;;73327:12;73340:24;;;:11;:24;;;;;;;;:34;;;;;;;;;-1:-1:-1;;73340:38:0;;73385:449;73407:6;;73403:1;:10;73385:449;;;-1:-1:-1;;;;;73431:25:0;;;;;;:12;:25;;;;;;;;:35;;;;;;;;:44;;;;;;;;:47;;;;;;;;:56;;;:61;73428:399;;73502:20;;:::i;:::-;-1:-1:-1;;;;;;73525:25:0;;;;;;;:12;:25;;;;;;;;:35;;;;;;;;:44;;;;;;;;:47;;;;;;;;;73502:70;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;73584:57;;73551:8;73621;73630:10;73584:11;:57::i;:::-;:62;;73645:1;73584:62;73581:238;;;73667:15;;-1:-1:-1;73783:11:0;;-1:-1:-1;73804:5:0;;73581:238;73428:399;;73415:3;;73385:449;;;;73229:611;;-1:-1:-1;73856:39:0;;;;;;;;;-1:-1:-1;;;;;73856:39:0;;;;;;;;;;;;-1:-1:-1;72196:1704:0;;;;;;;:::o;81357:211::-;81429:4;81454:5;81442:1;:8;:17;;81439:30;;;-1:-1:-1;81468:1:0;81461:8;;81439:30;81474:10;81493:1;81495:5;81493:8;;;;;;;;;;;;;;;-1:-1:-1;;;81493:8:0;;-1:-1:-1;;;81493:8:0;-1:-1:-1;;;81487:15:0;;81474:28;;;;81518:2;81510:5;:10;;:23;;;;;81531:2;81524:5;:9;;81510:23;81507:43;;;-1:-1:-1;;81542:8:0;;-1:-1:-1;81535:15:0;;81507:43;-1:-1:-1;81562:1:0;;81357:211;-1:-1:-1;;;81357:211:0:o;64205:246::-;-1:-1:-1;;;;;64264:21:0;;;;64256:30;;;;;;-1:-1:-1;;;;;64294:19:0;;;;;;:10;:19;;;;;;64317:3;-1:-1:-1;64291:56:0;;-1:-1:-1;;;;;64322:19:0;;;;;;:10;:19;;;;;64344:3;64322:25;;64291:56;64375:14;;-1:-1:-1;;;;;64352:19:0;;;;;;:10;:19;;;;;;;;;:37;;;;;;;;;64399:47;;;;;;;64352:19;;64399:47;;;;;;;;;;;64205:246;:::o;13343:1818::-;13392:16;13483:1;13425:55;13437:42;13425:11;:55::i;:::-;:59;13421:252;;;13511:3;:71;;-1:-1:-1;;;;;;13511:71:0;13539:42;13511:71;;;13597:38;;;;;;;;;;;;;;;;;;;:23;:38::i;:::-;-1:-1:-1;13657:4:0;13650:11;;13421:252;13745:1;13687:55;13699:42;13687:11;:55::i;:::-;:59;13683:261;;;13781:3;:71;;-1:-1:-1;;;;;;13781:71:0;13809:42;13781:71;;;13867:39;;;;;;;;;;;;;;;;;;;:23;:39::i;13683:261::-;14016:1;13958:55;13970:42;13958:11;:55::i;:::-;:59;13954:256;;;14050:3;:71;;-1:-1:-1;;;;;;14050:71:0;14078:42;14050:71;;;14136:36;;;;;;;;;;;;;;;;;;;:23;:36::i;13954:256::-;14282:1;14224:55;14236:42;14224:11;:55::i;:::-;:59;14220:260;;;14318:3;:71;;-1:-1:-1;;;;;;14318:71:0;14346:42;14318:71;;;14404:38;;;;;;;;;;;;;;;;;;;:23;:38::i;14220:260::-;14552:1;14494:55;14506:42;14494:11;:55::i;:::-;:59;14490:207;;;-1:-1:-1;14588:3:0;:71;;-1:-1:-1;;;;;;14588:71:0;14616:42;14588:71;;;;14674:11;;14490:207;14769:1;14711:55;14723:42;14711:11;:55::i;:::-;:59;14707:206;;;-1:-1:-1;14804:3:0;:71;;-1:-1:-1;;;;;;14804:71:0;14832:42;14804:71;;;;14890:11;;14707:206;14985:1;14927:55;14939:42;14927:11;:55::i;:::-;:59;14923:208;;;-1:-1:-1;15022:3:0;:71;;-1:-1:-1;;;;;;15022:71:0;15050:42;15022:71;;;;15108:11;;14923:208;-1:-1:-1;15148:5:0;13343:1818;:::o;76917:840::-;77027:5;-1:-1:-1;;;;;77046:19:0;;;;77038:67;;;;-1:-1:-1;;;;;77038:67:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;77115:7;77110:630;77130:6;;77126:1;:10;;;77110:630;;;-1:-1:-1;;;;;77152:19:0;;;;;;:12;:19;;;;;;;;:30;;;;;;;;:39;;;;;;;;:42;;;;;;;;;;:51;;;:56;77149:586;;;77216:8;;77149:586;77274:22;;:::i;:::-;-1:-1:-1;;;;;;77299:19:0;;;;;;;:12;:19;;;;;;;;:30;;;;;;;;:39;;;;;;;;:42;;;;;;;;;;;77274:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;77351:33;;;77348:50;;;-1:-1:-1;77396:1:0;77394:3;;-1:-1:-1;77386:12:0;;77348:50;77410:7;77405:324;77425:6;;77421:1;:10;;;77405:324;;;77462:17;;-1:-1:-1;;;;;77449:31:0;;;;;:12;:31;;;;;;;;:42;;;;;;;;77492:13;;;;77449:57;;;;;;;:60;;;;;;;;;;:69;;;:74;77446:276;;;77533:8;;77446:276;77563:23;;:::i;:::-;-1:-1:-1;77600:17:0;;-1:-1:-1;;;;;77587:31:0;;;;;;;:12;:31;;;;;;;;:42;;;;;;;;77630:13;;;;77587:57;;;;;;;:60;;;;;;;;;;;77563:84;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;77659:34;;;77656:57;;;77709:1;77704;77706;77704:3;77703:7;77711:1;77703:9;77695:18;;;;;;;;77656:57;77446:276;;77433:3;;77405:324;;;;77149:586;;77138:3;;77110:630;;;-1:-1:-1;77751:1:0;;76917:840;-1:-1:-1;;;;;76917:840:0:o;74917:1997::-;-1:-1:-1;;;;;75020:19:0;;;;75012:67;;;;-1:-1:-1;;;;;75012:67:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;75104:4;75084:17;;75144:880;75166:6;;75162:1;:10;75144:880;;;-1:-1:-1;;;;;75188:19:0;;;;;;:12;:19;;;;;;;;:30;;;;;;;;:39;;;;;;;;:42;;;;;;;;:51;;;:56;75185:834;;;75267:5;75252:20;;75279:5;;75185:834;75334:22;;:::i;:::-;-1:-1:-1;;;;;;75359:19:0;;;;;;;:12;:19;;;;;;;;:30;;;;;;;;:39;;;;;;;;:42;;;;;;;;75334:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;75427:31;;;:12;:31;;;;;75459:15;;75427:48;;;;;;;;75476:13;;75427:63;;;;;;;;75334:67;;75427:63;;75500:17;;75497:44;;;75540:1;75519:22;;;;75497:44;75553:9;75548:435;75570:6;;75566:1;:10;75548:435;;;75607:17;;-1:-1:-1;;;;;75594:31:0;;;;;:12;:31;;;;;;;;:42;;;;;;;;75637:13;;;;75594:57;;;;;;;:60;;;;;;;;:69;;;:74;75591:385;;;75693:5;75678:20;;75707:5;;75591:385;75734:23;;:::i;:::-;-1:-1:-1;75771:17:0;;-1:-1:-1;;;;;75758:31:0;;;;;;;:12;:31;;;;;;;;:42;;;;;;;;75801:13;;;;75758:57;;;;;;;:60;;;;;;;;75734:84;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;75847:32;;;:12;:32;;;;;75880:16;;75847:50;;;;;;;;75898:14;;75847:66;;;;;;;;75734:84;;75847:66;;;;75925:18;;;;75922:45;;;75966:1;75945:22;;;;75922:45;75591:385;;75578:3;;75548:435;;;;75993:12;75992:13;75989:23;;;76007:5;;;;75989:23;75185:834;;75174:3;;75144:880;;;;76032:12;76031:13;76028:25;;;76046:7;;;;76028:25;-1:-1:-1;;;;;76111:19:0;;76144:5;76111:19;;;:12;:19;;;;;;;;:30;;;;;;;;:38;;-1:-1:-1;;76111:38:0;;;76154:23;;;:16;:23;;;;;:34;;;;;;;;76189:18;;;:11;:18;;;;;:29;;;;;;;;;;;-1:-1:-1;;76189:31:0;76154:67;;;;;;;;76222:3;76154:71;;76252:29;;;;;;76111:38;76252:34;:81;;;;;76310:23;;76290:17;:43;76252:81;76249:135;;;-1:-1:-1;;;;;76340:18:0;;;;;;:11;:18;;;;;;;;:29;;;;;;;;76372:12;76340:44;;76249:135;-1:-1:-1;;;;;76414:18:0;;;;;;:11;:18;;;;;;;;:29;;;;;;;;;;76394:61;;76445:9;;76414:29;;76394:61;;;-1:-1:-1;;;;;76467:20:0;;;;;;:13;:20;;;;;;;;:31;;;;;;;;;;;76464:446;;;76505:22;76530;76546:5;76530:15;:22::i;:::-;76505:47;-1:-1:-1;76562:6:0;76558:170;76573:16;:23;76571:25;;76558:170;;;76624:16;:19;;76646:17;;76624:16;76641:1;;76624:19;;;;;;;;;;;;;;:39;76611:9;:52;76608:113;;;76682:39;76695:13;76709:1;76695:16;;;;;;;;;;;;;;;;;;;;76682:39;;;;;;;-1:-1:-1;;76682:39:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;76695:16;76682:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;76712:8;76682:12;:39::i;:::-;76671:50;;76608:113;76597:3;;76558:170;;;-1:-1:-1;76738:43:0;;;;;;;;;;;;;;;;;;;76748:10;;76738:43;;;;;;;;;;76787:15;76803:39;;;;;;;;;;;;;;;;;;;76825:8;76835:6;76803:14;:39::i;:::-;76877:27;;;;;;;;-1:-1:-1;;;;;76877:27:0;;;;;;;;;;;;-1:-1:-1;76877:27:0;;;;;;76848:26;;;:17;:26;;;;;;:56;;;;-1:-1:-1;;;;;;76848:56:0;;;;;;;;-1:-1:-1;76848:56:0;;;;;;;;;;-1:-1:-1;;76464:446:0;74917:1997;;;;;:::o;74008:906::-;-1:-1:-1;;;;;74152:25:0;;74137:5;74152:25;;;:12;:25;;;;;;;;:35;;;;;;;;;;;:87;;;;-1:-1:-1;;;;;;74191:24:0;;;;;;:11;:24;;;;;;;;:34;;;;;;;;;74227:12;-1:-1:-1;74152:87:0;74149:748;;;-1:-1:-1;;;;;74259:24:0;;74246:12;74259:24;;;:11;:24;;;;;;;;:34;;;;;;;;;-1:-1:-1;;74259:38:0;;74303:589;74325:6;;74321:1;:10;74303:589;;;-1:-1:-1;;;;;74348:25:0;;;;;;:12;:25;;;;;;;;:35;;;;;;;;:44;;;;;;;;:47;;;;;;;;:56;;;:61;74345:541;;;74507:38;;;;;;;;;74516:8;-1:-1:-1;;;;;74507:38:0;;;;;74525:8;74507:38;;;;74534:10;74507:38;;;74450:12;:25;74463:11;-1:-1:-1;;;;;74450:25:0;-1:-1:-1;;;;;74450:25:0;;;;;;;;;;;;:35;74476:8;74450:35;;;;;;;;;;;:44;74486:7;74450:44;;;;;;;;;;;:47;74495:1;74450:47;;;;;;;;;;;:95;;;;;;;;;;;;;-1:-1:-1;;;;;74450:95:0;;;;;-1:-1:-1;;;;;74450:95:0;;;;;;;;;;;;;;;;;;;;;;;;;74625:38;;;;;;;;;74634:11;-1:-1:-1;;;;;74625:38:0;;;;;74646:8;74625:38;;;;74655:7;74625:38;;;74572:10;:20;74583:8;-1:-1:-1;;;;;74572:20:0;-1:-1:-1;;;;;74572:20:0;;;;;;;;;;;;:30;74593:8;74572:30;;;;;;;;;;;:42;74603:10;74572:42;;;;;;;;;;;:91;;;;;;;;;;;;;-1:-1:-1;;;;;74572:91:0;;;;;-1:-1:-1;;;;;74572:91:0;;;;;;;;;;;;;;;;;;;;;;;;;74678:1;74671:8;;;;;;74345:541;74702:20;;:::i;:::-;-1:-1:-1;;;;;;74725:25:0;;;;;;;:12;:25;;;;;;;;:35;;;;;;;;:44;;;;;;;;:47;;;;;;;;;74702:70;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;74841:27;;;74838:40;;;74877:1;74870:8;;;;;;;74838:40;74345:541;74333:3;;74303:589;;;;74149:748;;-1:-1:-1;74908:1:0;74008:906;;;;;;:::o;13067:127::-;13149:37;;;;:21;;:37;;;;;:::i;59978:21944::-;;;;;;;;;;;-1:-1:-1;;;;;59978:21944:0;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;-1:-1:-1;59978:21944:0;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;59978:21944:0;;;-1:-1:-1;59978:21944:0;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Swarm Source

bzzr://e218a82029514016c357c179e5ae6dc20c02184ae79a868fc80635a2556ec906

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.