Feature Tip: Add private address tag to any address under My Name Tag !
More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 551,316 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Transfer | 12419452 | 1351 days ago | IN | 0.02527261 ETH | 0.003696 | ||||
Set Enabled | 11970302 | 1420 days ago | IN | 0 ETH | 0.0022712 | ||||
Fill Order With ... | 11969547 | 1420 days ago | IN | 0 ETH | 0.03874164 | ||||
Fill Order With ... | 11969540 | 1420 days ago | IN | 0 ETH | 0.04391661 | ||||
Fill Order With ... | 11969511 | 1420 days ago | IN | 0 ETH | 0.04951719 | ||||
Fill Order With ... | 11969452 | 1420 days ago | IN | 0 ETH | 0.04664435 | ||||
Fill Order With ... | 11969341 | 1420 days ago | IN | 0 ETH | 0.04410367 | ||||
Fill Order With ... | 11969241 | 1420 days ago | IN | 0 ETH | 0.04173809 | ||||
Fill Order With ... | 11969192 | 1420 days ago | IN | 0 ETH | 0.03764446 | ||||
Fill Order With ... | 11969168 | 1420 days ago | IN | 0 ETH | 0.04009954 | ||||
Fill Order With ... | 11969124 | 1420 days ago | IN | 0 ETH | 0.04651001 | ||||
Fill Order With ... | 11969110 | 1420 days ago | IN | 0.577 ETH | 0.04144704 | ||||
Fill Order With ... | 11969084 | 1420 days ago | IN | 0 ETH | 0.06035052 | ||||
Fill Order With ... | 11969035 | 1420 days ago | IN | 0 ETH | 0.00616783 | ||||
Fill Order With ... | 11969032 | 1420 days ago | IN | 0 ETH | 0.03600458 | ||||
Fill Order With ... | 11969011 | 1420 days ago | IN | 0 ETH | 0.0387339 | ||||
Fill Order With ... | 11969009 | 1420 days ago | IN | 0 ETH | 0.03518784 | ||||
Fill Order With ... | 11969009 | 1420 days ago | IN | 0 ETH | 0.03518784 | ||||
Fill Order With ... | 11969007 | 1420 days ago | IN | 0 ETH | 0.0389981 | ||||
Fill Order With ... | 11968978 | 1420 days ago | IN | 2.48473722 ETH | 0.04380778 | ||||
Fill Order With ... | 11968912 | 1420 days ago | IN | 0 ETH | 0.03418745 | ||||
Fill Order With ... | 11968883 | 1420 days ago | IN | 0 ETH | 0.03502962 | ||||
Fill Order With ... | 11968880 | 1420 days ago | IN | 0 ETH | 0.03587033 | ||||
Fill Order With ... | 11968880 | 1420 days ago | IN | 0 ETH | 0.03810733 | ||||
Fill Order With ... | 11968868 | 1420 days ago | IN | 0 ETH | 0.0349166 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|
11969110 | 1420 days ago | 0.577 ETH | ||||
11968978 | 1420 days ago | 2.48473722 ETH | ||||
11966661 | 1421 days ago | 25 ETH | ||||
11966563 | 1421 days ago | 1.13 ETH | ||||
11966426 | 1421 days ago | 155.6668 ETH | ||||
11966315 | 1421 days ago | 200 ETH | ||||
11965899 | 1421 days ago | 4 ETH | ||||
11965849 | 1421 days ago | 0.85 ETH | ||||
11965745 | 1421 days ago | 467.5664 ETH | ||||
11965542 | 1421 days ago | 94.9244 ETH | ||||
11965508 | 1421 days ago | 12.3561 ETH | ||||
11965453 | 1421 days ago | 5 ETH | ||||
11965364 | 1421 days ago | 1.5 ETH | ||||
11965336 | 1421 days ago | 0.9 ETH | ||||
11965182 | 1421 days ago | 17.9132 ETH | ||||
11964998 | 1421 days ago | 38 ETH | ||||
11964907 | 1421 days ago | 3.06 ETH | ||||
11964901 | 1421 days ago | 10 ETH | ||||
11964895 | 1421 days ago | 60 ETH | ||||
11964841 | 1421 days ago | 16 ETH | ||||
11964724 | 1421 days ago | 445.4369 ETH | ||||
11964688 | 1421 days ago | 0.5 ETH | ||||
11964666 | 1421 days ago | 23.1235 ETH | ||||
11964658 | 1421 days ago | 26.0132 ETH | ||||
11964648 | 1421 days ago | 28.1829 ETH |
Loading...
Loading
Contract Name:
TokenlonExchange
Compiler Version
v0.5.7+commit.6da8b019
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2019-07-29 */ // File: contract-utils/Zerox/IExchange.sol /* Copyright 2018 ZeroEx Intl. 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.0; pragma experimental ABIEncoderV2; contract IExchange { function executeTransaction( uint256 salt, address signerAddress, bytes calldata data, bytes calldata signature ) external; } // File: contract-utils/Zerox/LibEIP712.sol /* Copyright 2018 ZeroEx Intl. 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. */ contract LibEIP712 { // EIP191 header for EIP712 prefix string constant internal EIP191_HEADER = "\x19\x01"; // EIP712 Domain Name value string constant internal EIP712_DOMAIN_NAME = "0x Protocol"; // EIP712 Domain Version value string constant internal EIP712_DOMAIN_VERSION = "2"; // Hash of the EIP712 Domain Separator Schema bytes32 constant internal EIP712_DOMAIN_SEPARATOR_SCHEMA_HASH = keccak256(abi.encodePacked( "EIP712Domain(", "string name,", "string version,", "address verifyingContract", ")" )); // Hash of the EIP712 Domain Separator data // solhint-disable-next-line var-name-mixedcase bytes32 public EIP712_DOMAIN_HASH; constructor () public { EIP712_DOMAIN_HASH = keccak256(abi.encodePacked( EIP712_DOMAIN_SEPARATOR_SCHEMA_HASH, keccak256(bytes(EIP712_DOMAIN_NAME)), keccak256(bytes(EIP712_DOMAIN_VERSION)), bytes12(0), address(this) )); } /// @dev Calculates EIP712 encoding for a hash struct in this EIP712 Domain. /// @param hashStruct The EIP712 hash struct. /// @return EIP712 hash applied to this EIP712 Domain. function hashEIP712Message(bytes32 hashStruct) internal view returns (bytes32 result) { bytes32 eip712DomainHash = EIP712_DOMAIN_HASH; // Assembly for more efficient computing: // keccak256(abi.encodePacked( // EIP191_HEADER, // EIP712_DOMAIN_HASH, // hashStruct // )); assembly { // Load free memory pointer let memPtr := mload(64) mstore(memPtr, 0x1901000000000000000000000000000000000000000000000000000000000000) // EIP191 header mstore(add(memPtr, 2), eip712DomainHash) // EIP712 domain hash mstore(add(memPtr, 34), hashStruct) // Hash of struct // Compute hash result := keccak256(memPtr, 66) } return result; } } // File: contract-utils/Zerox/LibOrder.sol /* Copyright 2018 ZeroEx Intl. 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. */ contract LibOrder is LibEIP712 { // Hash for the EIP712 Order Schema bytes32 constant internal EIP712_ORDER_SCHEMA_HASH = keccak256(abi.encodePacked( "Order(", "address makerAddress,", "address takerAddress,", "address feeRecipientAddress,", "address senderAddress,", "uint256 makerAssetAmount,", "uint256 takerAssetAmount,", "uint256 makerFee,", "uint256 takerFee,", "uint256 expirationTimeSeconds,", "uint256 salt,", "bytes makerAssetData,", "bytes takerAssetData", ")" )); // A valid order remains fillable until it is expired, fully filled, or cancelled. // An order's state is unaffected by external factors, like account balances. enum OrderStatus { INVALID, // Default value INVALID_MAKER_ASSET_AMOUNT, // Order does not have a valid maker asset amount INVALID_TAKER_ASSET_AMOUNT, // Order does not have a valid taker asset amount FILLABLE, // Order is fillable EXPIRED, // Order has already expired FULLY_FILLED, // Order is fully filled CANCELLED // Order has been cancelled } // solhint-disable max-line-length struct Order { address makerAddress; // Address that created the order. address takerAddress; // Address that is allowed to fill the order. If set to 0, any address is allowed to fill the order. address feeRecipientAddress; // Address that will recieve fees when order is filled. address senderAddress; // Address that is allowed to call Exchange contract methods that affect this order. If set to 0, any address is allowed to call these methods. uint256 makerAssetAmount; // Amount of makerAsset being offered by maker. Must be greater than 0. uint256 takerAssetAmount; // Amount of takerAsset being bid on by maker. Must be greater than 0. uint256 makerFee; // Amount of ZRX paid to feeRecipient by maker when order is filled. If set to 0, no transfer of ZRX from maker to feeRecipient will be attempted. uint256 takerFee; // Amount of ZRX paid to feeRecipient by taker when order is filled. If set to 0, no transfer of ZRX from taker to feeRecipient will be attempted. uint256 expirationTimeSeconds; // Timestamp in seconds at which order expires. uint256 salt; // Arbitrary number to facilitate uniqueness of the order's hash. bytes makerAssetData; // Encoded data that can be decoded by a specified proxy contract when transferring makerAsset. The last byte references the id of this proxy. bytes takerAssetData; // Encoded data that can be decoded by a specified proxy contract when transferring takerAsset. The last byte references the id of this proxy. } // solhint-enable max-line-length struct OrderInfo { uint8 orderStatus; // Status that describes order's validity and fillability. bytes32 orderHash; // EIP712 hash of the order (see LibOrder.getOrderHash). uint256 orderTakerAssetFilledAmount; // Amount of order that has already been filled. } /// @dev Calculates Keccak-256 hash of the order. /// @param order The order structure. /// @return Keccak-256 EIP712 hash of the order. function getOrderHash(Order memory order) internal view returns (bytes32 orderHash) { orderHash = hashEIP712Message(hashOrder(order)); return orderHash; } /// @dev Calculates EIP712 hash of the order. /// @param order The order structure. /// @return EIP712 hash of the order. function hashOrder(Order memory order) internal pure returns (bytes32 result) { bytes32 schemaHash = EIP712_ORDER_SCHEMA_HASH; bytes32 makerAssetDataHash = keccak256(order.makerAssetData); bytes32 takerAssetDataHash = keccak256(order.takerAssetData); // Assembly for more efficiently computing: // keccak256(abi.encodePacked( // EIP712_ORDER_SCHEMA_HASH, // bytes32(order.makerAddress), // bytes32(order.takerAddress), // bytes32(order.feeRecipientAddress), // bytes32(order.senderAddress), // order.makerAssetAmount, // order.takerAssetAmount, // order.makerFee, // order.takerFee, // order.expirationTimeSeconds, // order.salt, // keccak256(order.makerAssetData), // keccak256(order.takerAssetData) // )); assembly { // Calculate memory addresses that will be swapped out before hashing let pos1 := sub(order, 32) let pos2 := add(order, 320) let pos3 := add(order, 352) // Backup let temp1 := mload(pos1) let temp2 := mload(pos2) let temp3 := mload(pos3) // Hash in place mstore(pos1, schemaHash) mstore(pos2, makerAssetDataHash) mstore(pos3, takerAssetDataHash) result := keccak256(pos1, 416) // Restore mstore(pos1, temp1) mstore(pos2, temp2) mstore(pos3, temp3) } return result; } } // File: contract-utils/Zerox/LibBytes.sol /* Copyright 2018 ZeroEx Intl. 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. */ library LibBytes { using LibBytes for bytes; /// @dev Gets the memory address for a byte array. /// @param input Byte array to lookup. /// @return memoryAddress Memory address of byte array. This /// points to the header of the byte array which contains /// the length. function rawAddress(bytes memory input) internal pure returns (uint256 memoryAddress) { assembly { memoryAddress := input } return memoryAddress; } /// @dev Gets the memory address for the contents of a byte array. /// @param input Byte array to lookup. /// @return memoryAddress Memory address of the contents of the byte array. function contentAddress(bytes memory input) internal pure returns (uint256 memoryAddress) { assembly { memoryAddress := add(input, 32) } return memoryAddress; } /// @dev Copies `length` bytes from memory location `source` to `dest`. /// @param dest memory address to copy bytes to. /// @param source memory address to copy bytes from. /// @param length number of bytes to copy. function memCopy( uint256 dest, uint256 source, uint256 length ) internal pure { if (length < 32) { // Handle a partial word by reading destination and masking // off the bits we are interested in. // This correctly handles overlap, zero lengths and source == dest assembly { let mask := sub(exp(256, sub(32, length)), 1) let s := and(mload(source), not(mask)) let d := and(mload(dest), mask) mstore(dest, or(s, d)) } } else { // Skip the O(length) loop when source == dest. if (source == dest) { return; } // For large copies we copy whole words at a time. The final // word is aligned to the end of the range (instead of after the // previous) to handle partial words. So a copy will look like this: // // #### // #### // #### // #### // // We handle overlap in the source and destination range by // changing the copying direction. This prevents us from // overwriting parts of source that we still need to copy. // // This correctly handles source == dest // if (source > dest) { assembly { // We subtract 32 from `sEnd` and `dEnd` because it // is easier to compare with in the loop, and these // are also the addresses we need for copying the // last bytes. length := sub(length, 32) let sEnd := add(source, length) let dEnd := add(dest, length) // Remember the last 32 bytes of source // This needs to be done here and not after the loop // because we may have overwritten the last bytes in // source already due to overlap. let last := mload(sEnd) // Copy whole words front to back // Note: the first check is always true, // this could have been a do-while loop. // solhint-disable-next-line no-empty-blocks for {} lt(source, sEnd) {} { mstore(dest, mload(source)) source := add(source, 32) dest := add(dest, 32) } // Write the last 32 bytes mstore(dEnd, last) } } else { assembly { // We subtract 32 from `sEnd` and `dEnd` because those // are the starting points when copying a word at the end. length := sub(length, 32) let sEnd := add(source, length) let dEnd := add(dest, length) // Remember the first 32 bytes of source // This needs to be done here and not after the loop // because we may have overwritten the first bytes in // source already due to overlap. let first := mload(source) // Copy whole words back to front // We use a signed comparisson here to allow dEnd to become // negative (happens when source and dest < 32). Valid // addresses in local memory will never be larger than // 2**255, so they can be safely re-interpreted as signed. // Note: the first check is always true, // this could have been a do-while loop. // solhint-disable-next-line no-empty-blocks for {} slt(dest, dEnd) {} { mstore(dEnd, mload(sEnd)) sEnd := sub(sEnd, 32) dEnd := sub(dEnd, 32) } // Write the first 32 bytes mstore(dest, first) } } } } /// @dev Returns a slices from a byte array. /// @param b The byte array to take a slice from. /// @param from The starting index for the slice (inclusive). /// @param to The final index for the slice (exclusive). /// @return result The slice containing bytes at indices [from, to) function slice( bytes memory b, uint256 from, uint256 to ) internal pure returns (bytes memory result) { require( from <= to, "FROM_LESS_THAN_TO_REQUIRED" ); require( to < b.length, "TO_LESS_THAN_LENGTH_REQUIRED" ); // Create a new bytes structure and copy contents result = new bytes(to - from); memCopy( result.contentAddress(), b.contentAddress() + from, result.length ); return result; } /// @dev Returns a slice from a byte array without preserving the input. /// @param b The byte array to take a slice from. Will be destroyed in the process. /// @param from The starting index for the slice (inclusive). /// @param to The final index for the slice (exclusive). /// @return result The slice containing bytes at indices [from, to) /// @dev When `from == 0`, the original array will match the slice. In other cases its state will be corrupted. function sliceDestructive( bytes memory b, uint256 from, uint256 to ) internal pure returns (bytes memory result) { require( from <= to, "FROM_LESS_THAN_TO_REQUIRED" ); require( to < b.length, "TO_LESS_THAN_LENGTH_REQUIRED" ); // Create a new bytes structure around [from, to) in-place. assembly { result := add(b, from) mstore(result, sub(to, from)) } return result; } /// @dev Pops the last byte off of a byte array by modifying its length. /// @param b Byte array that will be modified. /// @return The byte that was popped off. function popLastByte(bytes memory b) internal pure returns (bytes1 result) { require( b.length > 0, "GREATER_THAN_ZERO_LENGTH_REQUIRED" ); // Store last byte. result = b[b.length - 1]; assembly { // Decrement length of byte array. let newLen := sub(mload(b), 1) mstore(b, newLen) } return result; } /// @dev Pops the last 20 bytes off of a byte array by modifying its length. /// @param b Byte array that will be modified. /// @return The 20 byte address that was popped off. function popLast20Bytes(bytes memory b) internal pure returns (address result) { require( b.length >= 20, "GREATER_OR_EQUAL_TO_20_LENGTH_REQUIRED" ); // Store last 20 bytes. result = readAddress(b, b.length - 20); assembly { // Subtract 20 from byte array length. let newLen := sub(mload(b), 20) mstore(b, newLen) } return result; } /// @dev Tests equality of two byte arrays. /// @param lhs First byte array to compare. /// @param rhs Second byte array to compare. /// @return True if arrays are the same. False otherwise. function equals( bytes memory lhs, bytes memory rhs ) internal pure returns (bool equal) { // Keccak gas cost is 30 + numWords * 6. This is a cheap way to compare. // We early exit on unequal lengths, but keccak would also correctly // handle this. return lhs.length == rhs.length && keccak256(lhs) == keccak256(rhs); } /// @dev Reads an address from a position in a byte array. /// @param b Byte array containing an address. /// @param index Index in byte array of address. /// @return address from byte array. function readAddress( bytes memory b, uint256 index ) internal pure returns (address result) { require( b.length >= index + 20, // 20 is length of address "GREATER_OR_EQUAL_TO_20_LENGTH_REQUIRED" ); // Add offset to index: // 1. Arrays are prefixed by 32-byte length parameter (add 32 to index) // 2. Account for size difference between address length and 32-byte storage word (subtract 12 from index) index += 20; // Read address from array memory assembly { // 1. Add index to address of bytes array // 2. Load 32-byte word from memory // 3. Apply 20-byte mask to obtain address result := and(mload(add(b, index)), 0xffffffffffffffffffffffffffffffffffffffff) } return result; } /// @dev Writes an address into a specific position in a byte array. /// @param b Byte array to insert address into. /// @param index Index in byte array of address. /// @param input Address to put into byte array. function writeAddress( bytes memory b, uint256 index, address input ) internal pure { require( b.length >= index + 20, // 20 is length of address "GREATER_OR_EQUAL_TO_20_LENGTH_REQUIRED" ); // Add offset to index: // 1. Arrays are prefixed by 32-byte length parameter (add 32 to index) // 2. Account for size difference between address length and 32-byte storage word (subtract 12 from index) index += 20; // Store address into array memory assembly { // The address occupies 20 bytes and mstore stores 32 bytes. // First fetch the 32-byte word where we'll be storing the address, then // apply a mask so we have only the bytes in the word that the address will not occupy. // Then combine these bytes with the address and store the 32 bytes back to memory with mstore. // 1. Add index to address of bytes array // 2. Load 32-byte word from memory // 3. Apply 12-byte mask to obtain extra bytes occupying word of memory where we'll store the address let neighbors := and( mload(add(b, index)), 0xffffffffffffffffffffffff0000000000000000000000000000000000000000 ) // Make sure input address is clean. // (Solidity does not guarantee this) input := and(input, 0xffffffffffffffffffffffffffffffffffffffff) // Store the neighbors and address into memory mstore(add(b, index), xor(input, neighbors)) } } /// @dev Reads a bytes32 value from a position in a byte array. /// @param b Byte array containing a bytes32 value. /// @param index Index in byte array of bytes32 value. /// @return bytes32 value from byte array. function readBytes32( bytes memory b, uint256 index ) internal pure returns (bytes32 result) { require( b.length >= index + 32, "GREATER_OR_EQUAL_TO_32_LENGTH_REQUIRED" ); // Arrays are prefixed by a 256 bit length parameter index += 32; // Read the bytes32 from array memory assembly { result := mload(add(b, index)) } return result; } /// @dev Writes a bytes32 into a specific position in a byte array. /// @param b Byte array to insert <input> into. /// @param index Index in byte array of <input>. /// @param input bytes32 to put into byte array. function writeBytes32( bytes memory b, uint256 index, bytes32 input ) internal pure { require( b.length >= index + 32, "GREATER_OR_EQUAL_TO_32_LENGTH_REQUIRED" ); // Arrays are prefixed by a 256 bit length parameter index += 32; // Read the bytes32 from array memory assembly { mstore(add(b, index), input) } } /// @dev Reads a uint256 value from a position in a byte array. /// @param b Byte array containing a uint256 value. /// @param index Index in byte array of uint256 value. /// @return uint256 value from byte array. function readUint256( bytes memory b, uint256 index ) internal pure returns (uint256 result) { result = uint256(readBytes32(b, index)); return result; } /// @dev Writes a uint256 into a specific position in a byte array. /// @param b Byte array to insert <input> into. /// @param index Index in byte array of <input>. /// @param input uint256 to put into byte array. function writeUint256( bytes memory b, uint256 index, uint256 input ) internal pure { writeBytes32(b, index, bytes32(input)); } /// @dev Reads an unpadded bytes4 value from a position in a byte array. /// @param b Byte array containing a bytes4 value. /// @param index Index in byte array of bytes4 value. /// @return bytes4 value from byte array. function readBytes4( bytes memory b, uint256 index ) internal pure returns (bytes4 result) { require( b.length >= index + 4, "GREATER_OR_EQUAL_TO_4_LENGTH_REQUIRED" ); // Arrays are prefixed by a 32 byte length field index += 32; // Read the bytes4 from array memory assembly { result := mload(add(b, index)) // Solidity does not require us to clean the trailing bytes. // We do it anyway result := and(result, 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000) } return result; } function readBytes2( bytes memory b, uint256 index ) internal pure returns (bytes2 result) { require( b.length >= index + 2, "GREATER_OR_EQUAL_TO_2_LENGTH_REQUIRED" ); // Arrays are prefixed by a 32 byte length field index += 32; // Read the bytes4 from array memory assembly { result := mload(add(b, index)) // Solidity does not require us to clean the trailing bytes. // We do it anyway result := and(result, 0xFFFF000000000000000000000000000000000000000000000000000000000000) } return result; } /// @dev Reads nested bytes from a specific position. /// @dev NOTE: the returned value overlaps with the input value. /// Both should be treated as immutable. /// @param b Byte array containing nested bytes. /// @param index Index of nested bytes. /// @return result Nested bytes. function readBytesWithLength( bytes memory b, uint256 index ) internal pure returns (bytes memory result) { // Read length of nested bytes uint256 nestedBytesLength = readUint256(b, index); index += 32; // Assert length of <b> is valid, given // length of nested bytes require( b.length >= index + nestedBytesLength, "GREATER_OR_EQUAL_TO_NESTED_BYTES_LENGTH_REQUIRED" ); // Return a pointer to the byte array as it exists inside `b` assembly { result := add(b, index) } return result; } /// @dev Inserts bytes at a specific position in a byte array. /// @param b Byte array to insert <input> into. /// @param index Index in byte array of <input>. /// @param input bytes to insert. function writeBytesWithLength( bytes memory b, uint256 index, bytes memory input ) internal pure { // Assert length of <b> is valid, given // length of input require( b.length >= index + 32 + input.length, // 32 bytes to store length "GREATER_OR_EQUAL_TO_NESTED_BYTES_LENGTH_REQUIRED" ); // Copy <input> into <b> memCopy( b.contentAddress() + index, input.rawAddress(), // includes length of <input> input.length + 32 // +32 bytes to store <input> length ); } /// @dev Performs a deep copy of a byte array onto another byte array of greater than or equal length. /// @param dest Byte array that will be overwritten with source bytes. /// @param source Byte array to copy onto dest bytes. function deepCopyBytes( bytes memory dest, bytes memory source ) internal pure { uint256 sourceLen = source.length; // Dest length must be >= source length, or some bytes would not be copied. require( dest.length >= sourceLen, "GREATER_OR_EQUAL_TO_SOURCE_BYTES_LENGTH_REQUIRED" ); memCopy( dest.contentAddress(), source.contentAddress(), sourceLen ); } } // File: contract-utils/Zerox/LibDecoder.sol contract LibDecoder { using LibBytes for bytes; function decodeFillOrder(bytes memory data) internal pure returns(LibOrder.Order memory order, uint256 takerFillAmount, bytes memory mmSignature) { require( data.length > 800, "LENGTH_LESS_800" ); // compare method_id // 0x64a3bc15 is fillOrKillOrder's method id. require( data.readBytes4(0) == 0x64a3bc15, "WRONG_METHOD_ID" ); bytes memory dataSlice; assembly { dataSlice := add(data, 4) } //return (order, takerFillAmount, data); return abi.decode(dataSlice, (LibOrder.Order, uint256, bytes)); } function decodeMmSignatureWithoutSign(bytes memory signature) internal pure returns(address user, uint16 feeFactor) { require( signature.length == 87 || signature.length == 88, "LENGTH_87_REQUIRED" ); user = signature.readAddress(65); feeFactor = uint16(signature.readBytes2(85)); require( feeFactor < 10000, "FEE_FACTOR_MORE_THEN_10000" ); return (user, feeFactor); } function decodeMmSignature(bytes memory signature) internal pure returns(uint8 v, bytes32 r, bytes32 s, address user, uint16 feeFactor) { (user, feeFactor) = decodeMmSignatureWithoutSign(signature); v = uint8(signature[0]); r = signature.readBytes32(1); s = signature.readBytes32(33); return (v, r, s, user, feeFactor); } function decodeUserSignatureWithoutSign(bytes memory signature) internal pure returns(address receiver) { require( signature.length == 85 || signature.length == 86, "LENGTH_85_REQUIRED" ); receiver = signature.readAddress(65); return receiver; } function decodeUserSignature(bytes memory signature) internal pure returns(uint8 v, bytes32 r, bytes32 s, address receiver) { receiver = decodeUserSignatureWithoutSign(signature); v = uint8(signature[0]); r = signature.readBytes32(1); s = signature.readBytes32(33); return (v, r, s, receiver); } function decodeERC20Asset(bytes memory assetData) internal pure returns(address) { require( assetData.length == 36, "LENGTH_65_REQUIRED" ); return assetData.readAddress(16); } } // File: contract-utils/Zerox/LibEncoder.sol contract LibEncoder is LibEIP712 { // Hash for the EIP712 ZeroEx Transaction Schema bytes32 constant internal EIP712_ZEROEX_TRANSACTION_SCHEMA_HASH = keccak256( abi.encodePacked( "ZeroExTransaction(", "uint256 salt,", "address signerAddress,", "bytes data", ")" )); function encodeTransactionHash( uint256 salt, address signerAddress, bytes memory data ) internal view returns (bytes32 result) { bytes32 schemaHash = EIP712_ZEROEX_TRANSACTION_SCHEMA_HASH; bytes32 dataHash = keccak256(data); // Assembly for more efficiently computing: // keccak256(abi.encodePacked( // EIP712_ZEROEX_TRANSACTION_SCHEMA_HASH, // salt, // bytes32(signerAddress), // keccak256(data) // )); assembly { // Load free memory pointer let memPtr := mload(64) mstore(memPtr, schemaHash) // hash of schema mstore(add(memPtr, 32), salt) // salt mstore(add(memPtr, 64), and(signerAddress, 0xffffffffffffffffffffffffffffffffffffffff)) // signerAddress mstore(add(memPtr, 96), dataHash) // hash of data // Compute hash result := keccak256(memPtr, 128) } result = hashEIP712Message(result); return result; } } // File: contract-utils/Ownable/IOwnable.sol contract IOwnable { function transferOwnership(address newOwner) public; function setOperator(address newOwner) public; } // File: contract-utils/Ownable/Ownable.sol contract Ownable is IOwnable { address public owner; address public operator; constructor () public { owner = msg.sender; } modifier onlyOwner() { require( msg.sender == owner, "ONLY_CONTRACT_OWNER" ); _; } modifier onlyOperator() { require( msg.sender == operator, "ONLY_CONTRACT_OPERATOR" ); _; } function transferOwnership(address newOwner) public onlyOwner { if (newOwner != address(0)) { owner = newOwner; } } function setOperator(address newOperator) public onlyOwner { operator = newOperator; } } // File: contract-utils/Interface/IUserProxy.sol contract IUserProxy { function receiveToken(address tokenAddr, address userAddr, uint256 amount) external; function sendToken(address tokenAddr, address userAddr, uint256 amount) external; function receiveETH(address wethAddr) payable external; function sendETH(address wethAddr, address payable userAddr, uint256 amount) external; } // File: openzeppelin-solidity/contracts/math/SafeMath.sol /** * @title SafeMath * @dev Unsigned math operations with safety checks that revert on error */ library SafeMath { /** * @dev Multiplies two unsigned integers, reverts on overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256) { // Gas optimization: this is cheaper than requiring 'a' not being zero, but the // benefit is lost if 'b' is also tested. // See: https://github.com/OpenZeppelin/openzeppelin-solidity/pull/522 if (a == 0) { return 0; } uint256 c = a * b; require(c / a == b); return c; } /** * @dev Integer division of two unsigned integers truncating the quotient, reverts on division by zero. */ function div(uint256 a, uint256 b) internal pure returns (uint256) { // Solidity only automatically asserts when dividing by 0 require(b > 0); uint256 c = a / b; // assert(a == b * c + a % b); // There is no case in which this doesn't hold return c; } /** * @dev Subtracts two unsigned integers, reverts on overflow (i.e. if subtrahend is greater than minuend). */ function sub(uint256 a, uint256 b) internal pure returns (uint256) { require(b <= a); uint256 c = a - b; return c; } /** * @dev Adds two unsigned integers, reverts on overflow. */ function add(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a + b; require(c >= a); return c; } /** * @dev Divides two unsigned integers and returns the remainder (unsigned integer modulo), * reverts when dividing by zero. */ function mod(uint256 a, uint256 b) internal pure returns (uint256) { require(b != 0); return a % b; } } // File: contracts/TokenlonExchange.sol contract TokenlonExchange is Ownable, LibDecoder, LibEncoder { string public version = "0.0.3"; IExchange internal ZX_EXCHANGE; IUserProxy internal USER_PROXY; address internal WETH_ADDR; // exchange is enabled bool public isEnabled = false; // marketMakerProxy white list: mapping(address=>bool) public isMarketMakerProxy; // executeTxHash => user mapping(bytes32=>address) public transactions; constructor () public { owner = msg.sender; operator = msg.sender; } // events event FillOrder( bytes32 indexed executeTxHash, address indexed userAddr, address receiverAddr, uint256 filledAmount, uint256 acutalMakerAssetAmount ); // fillOrder with token // sender is any external accounts // 0x order successed send eth to user function fillOrderWithToken( uint256 userSalt, bytes memory data, bytes memory userSignature ) public { require(isEnabled, "EXCHANGE_DISABLED"); // decode & assert (LibOrder.Order memory order, address user, address receiver, uint16 feeFactor, address makerAssetAddr, address takerAssetAddr, bytes32 transactionHash) = assertTransaction(userSalt, data, userSignature); // saved transaction transactions[transactionHash] = user; // USER_PROXY transfer user's token USER_PROXY.receiveToken(takerAssetAddr, user, order.takerAssetAmount); // send tx to 0x ZX_EXCHANGE.executeTransaction( userSalt, address(USER_PROXY), data, userSignature ); // settle token/ETH to user uint256 acutalMakerAssetAmount = settle(receiver, makerAssetAddr, order.makerAssetAmount, feeFactor); emit FillOrder(transactionHash, user, receiver, order.takerAssetAmount, acutalMakerAssetAmount); } function fillOrderWithETH( uint256 userSalt, bytes memory data, bytes memory userSignature ) public payable { require(isEnabled, "EXCHANGE_DISABLED"); // decode & assert (LibOrder.Order memory order, address user, address receiver, uint16 feeFactor, address makerAssetAddr, address takerAssetAddr, bytes32 transactionHash) = assertTransaction(userSalt, data, userSignature); require( msg.sender == user, "SENDER_IS_NOT_USER" ); require( WETH_ADDR == takerAssetAddr, "USER_ASSET_NOT_WETH" ); require( msg.value == order.takerAssetAmount, "ETH_NOT_ENOUGH" ); // saved transaction transactions[transactionHash] = user; // USER_PROXY receive eth from TokenlonExchange USER_PROXY.receiveETH.value(msg.value)(WETH_ADDR); // send tx to 0x ZX_EXCHANGE.executeTransaction( userSalt, address(USER_PROXY), data, userSignature ); // settle token/ETH to user uint256 acutalMakerAssetAmount = settle(receiver, makerAssetAddr, order.makerAssetAmount, feeFactor); emit FillOrder(transactionHash, user, receiver, order.takerAssetAmount, acutalMakerAssetAmount); } // assert & decode transaction function assertTransaction(uint256 userSalt, bytes memory data, bytes memory userSignature) public view returns( LibOrder.Order memory order, address user, address receiver, uint16 feeFactor, address makerAssetAddr, address takerAssetAddr, bytes32 transactionHash ){ // decode fillOrder data uint256 takerFillAmount; bytes memory mmSignature; (order, takerFillAmount, mmSignature) = decodeFillOrder(data); require( this.isMarketMakerProxy(order.makerAddress), "MAKER_ADDRESS_ERROR" ); require( order.takerAddress == address(USER_PROXY), "TAKER_ADDRESS_ERROR" ); require( order.takerAssetAmount == takerFillAmount, "FIll_AMOUNT_ERROR" ); // generate transactionHash transactionHash = encodeTransactionHash( userSalt, address(USER_PROXY), data ); require( transactions[transactionHash] == address(0), "EXECUTED_TX_HASH" ); // decode mmSignature (user, feeFactor) = decodeMmSignatureWithoutSign(mmSignature); require( feeFactor < 10000, "FEE_FACTOR_MORE_THEN_10000" ); // decode userSignature receiver = decodeUserSignatureWithoutSign(userSignature); require( receiver != address(0), "INVALID_RECIVER" ); // decode asset // just support ERC20 makerAssetAddr = decodeERC20Asset(order.makerAssetData); takerAssetAddr = decodeERC20Asset(order.takerAssetData); return ( order, user, receiver, feeFactor, makerAssetAddr, takerAssetAddr, transactionHash ); } // settle function settle(address receiver, address makerAssetAddr, uint256 makerAssetAmount, uint16 feeFactor) internal returns(uint256) { uint256 settleAmount = deductFee(makerAssetAmount, feeFactor); if (makerAssetAddr == WETH_ADDR){ USER_PROXY.sendETH(WETH_ADDR, address(uint160(receiver)), settleAmount); } else { USER_PROXY.sendToken(makerAssetAddr, receiver, settleAmount); } return settleAmount; } // deduct fee function deductFee(uint256 makerAssetAmount, uint16 feeFactor) internal pure returns (uint256) { if(feeFactor == 0) { return makerAssetAmount; } uint256 fee = SafeMath.div(SafeMath.mul(makerAssetAmount, feeFactor), 10000); return SafeMath.sub(makerAssetAmount, fee); } // manage function registerMMP(address _marketMakerProxy, bool _add) public onlyOperator { isMarketMakerProxy[_marketMakerProxy] = _add; } function setProxy(IExchange _exchange, IUserProxy _userProxy, address _weth) public onlyOperator { ZX_EXCHANGE = _exchange; USER_PROXY = _userProxy; WETH_ADDR = _weth; // this const follow ZX_EXCHANGE address // encodeTransactionHash depend ZX_EXCHANGE address EIP712_DOMAIN_HASH = keccak256( abi.encodePacked( EIP712_DOMAIN_SEPARATOR_SCHEMA_HASH, keccak256(bytes(EIP712_DOMAIN_NAME)), keccak256(bytes(EIP712_DOMAIN_VERSION)), bytes12(0), address(ZX_EXCHANGE) ) ); } function setEnabled(bool _enable) public onlyOperator { isEnabled = _enable; } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"constant":false,"inputs":[{"name":"userSalt","type":"uint256"},{"name":"data","type":"bytes"},{"name":"userSignature","type":"bytes"}],"name":"fillOrderWithETH","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[{"name":"_enable","type":"bool"}],"name":"setEnabled","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"isMarketMakerProxy","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"version","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"operator","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"bytes32"}],"name":"transactions","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_exchange","type":"address"},{"name":"_userProxy","type":"address"},{"name":"_weth","type":"address"}],"name":"setProxy","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"isEnabled","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOperator","type":"address"}],"name":"setOperator","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"userSalt","type":"uint256"},{"name":"data","type":"bytes"},{"name":"userSignature","type":"bytes"}],"name":"fillOrderWithToken","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"EIP712_DOMAIN_HASH","outputs":[{"name":"","type":"bytes32"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"userSalt","type":"uint256"},{"name":"data","type":"bytes"},{"name":"userSignature","type":"bytes"}],"name":"assertTransaction","outputs":[{"components":[{"name":"makerAddress","type":"address"},{"name":"takerAddress","type":"address"},{"name":"feeRecipientAddress","type":"address"},{"name":"senderAddress","type":"address"},{"name":"makerAssetAmount","type":"uint256"},{"name":"takerAssetAmount","type":"uint256"},{"name":"makerFee","type":"uint256"},{"name":"takerFee","type":"uint256"},{"name":"expirationTimeSeconds","type":"uint256"},{"name":"salt","type":"uint256"},{"name":"makerAssetData","type":"bytes"},{"name":"takerAssetData","type":"bytes"}],"name":"order","type":"tuple"},{"name":"user","type":"address"},{"name":"receiver","type":"address"},{"name":"feeFactor","type":"uint16"},{"name":"makerAssetAddr","type":"address"},{"name":"takerAssetAddr","type":"address"},{"name":"transactionHash","type":"bytes32"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_marketMakerProxy","type":"address"},{"name":"_add","type":"bool"}],"name":"registerMMP","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"executeTxHash","type":"bytes32"},{"indexed":true,"name":"userAddr","type":"address"},{"indexed":false,"name":"receiverAddr","type":"address"},{"indexed":false,"name":"filledAmount","type":"uint256"},{"indexed":false,"name":"acutalMakerAssetAmount","type":"uint256"}],"name":"FillOrder","type":"event"}]
Contract Creation Code
60806040526040518060400160405280600581526020017f302e302e3300000000000000000000000000000000000000000000000000000081525060039080519060200190620000519291906200022f565b506000600660146101000a81548160ff0219169083151502179055503480156200007a57600080fd5b50336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550604051602001620000cc90620004e2565b604051602081830303815290604052805190602001206040518060400160405280600b81526020017f30782050726f746f636f6c000000000000000000000000000000000000000000815250805190602001206040518060400160405280600181526020017f32000000000000000000000000000000000000000000000000000000000000008152508051906020012060007401000000000000000000000000000000000000000002306040516020016200018c95949392919062000479565b60405160208183030381529060405280519060200120600281905550336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555033600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550620005f7565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200027257805160ff1916838001178555620002a3565b82800160010185558215620002a3579182015b82811115620002a257825182559160200191906001019062000285565b5b509050620002b29190620002b6565b5090565b620002db91905b80821115620002d7576000816000905550600101620002bd565b5090565b90565b620002f3620002ed8262000538565b620005a2565b82525050565b6200030e62000308826200054c565b620005b6565b82525050565b62000329620003238262000578565b620005c0565b82525050565b60006200033e600c836200052d565b91507f737472696e67206e616d652c00000000000000000000000000000000000000006000830152600c82019050919050565b6000620003806019836200052d565b91507f6164647265737320766572696679696e67436f6e7472616374000000000000006000830152601982019050919050565b6000620003c26001836200052d565b91507f29000000000000000000000000000000000000000000000000000000000000006000830152600182019050919050565b600062000404600f836200052d565b91507f737472696e672076657273696f6e2c00000000000000000000000000000000006000830152600f82019050919050565b600062000446600d836200052d565b91507f454950373132446f6d61696e28000000000000000000000000000000000000006000830152600d82019050919050565b600062000487828862000314565b60208201915062000499828762000314565b602082019150620004ab828662000314565b602082019150620004bd8285620002f9565b600c82019150620004cf8284620002de565b6014820191508190509695505050505050565b6000620004ef8262000437565b9150620004fc826200032f565b91506200050982620003f5565b9150620005168262000371565b91506200052382620003b3565b9150819050919050565b600081905092915050565b6000620005458262000582565b9050919050565b60007fffffffffffffffffffffffff000000000000000000000000000000000000000082169050919050565b6000819050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000620005af82620005ca565b9050919050565b6000819050919050565b6000819050919050565b6000620005d782620005de565b9050919050565b60006c0100000000000000000000000082029050919050565b61354280620006076000396000f3fe608060405260043610610105576000357c0100000000000000000000000000000000000000000000000000000000900480636aa633b6116100a7578063e306f77911610076578063e306f779146102f0578063e72deb5b1461031b578063f2fde38b1461035e578063f655163d1461038757610105565b80636aa633b6146102485780638da5cb5b14610273578063b3ab15fb1461029e578063bacfc57d146102c757610105565b806354fd4d50116100e357806354fd4d501461018c578063570ca735146101b7578063642f2eaf146101e25780636a3791451461021f57610105565b8063288b81331461010a578063328d8f72146101265780635457a1551461014f575b600080fd5b610124600480360361011f9190810190612286565b6103b0565b005b34801561013257600080fd5b5061014d6004803603610148919081019061213d565b6107d4565b005b34801561015b57600080fd5b50610176600480360361017191908101906120d8565b610881565b6040516101839190612ecb565b60405180910390f35b34801561019857600080fd5b506101a16108a1565b6040516101ae9190612f01565b60405180910390f35b3480156101c357600080fd5b506101cc61093f565b6040516101d99190612e0b565b60405180910390f35b3480156101ee57600080fd5b506102096004803603610204919081019061218f565b610965565b6040516102169190612e0b565b60405180910390f35b34801561022b57600080fd5b50610246600480360361024191908101906121b8565b610998565b005b34801561025457600080fd5b5061025d610bfb565b60405161026a9190612ecb565b60405180910390f35b34801561027f57600080fd5b50610288610c0e565b6040516102959190612e0b565b60405180910390f35b3480156102aa57600080fd5b506102c560048036036102c091908101906120d8565b610c33565b005b3480156102d357600080fd5b506102ee60048036036102e99190810190612286565b610d06565b005b3480156102fc57600080fd5b50610305610fcb565b6040516103129190612ee6565b60405180910390f35b34801561032757600080fd5b50610342600480360361033d9190810190612286565b610fd1565b60405161035597969594939291906131a3565b60405180910390f35b34801561036a57600080fd5b50610385600480360361038091908101906120d8565b6113a6565b005b34801561039357600080fd5b506103ae60048036036103a99190810190612101565b6114ad565b005b600660149054906101000a900460ff166103ff576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103f690613063565b60405180910390fd5b610407611d75565b60008060008060008061041b8a8a8a610fd1565b96509650965096509650965096508573ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610497576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161048e90612f83565b60405180910390fd5b8173ffffffffffffffffffffffffffffffffffffffff16600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610527576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161051e90613163565b60405180910390fd5b8660a00151341461056d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161056490612f63565b60405180910390fd5b856008600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16638c53f61d34600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518363ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004016106599190612e0b565b6000604051808303818588803b15801561067257600080fd5b505af1158015610686573d6000803e3d6000fd5b5050505050600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663bfc8bfce8b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168c8c6040518563ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040161072a9493929190613219565b600060405180830381600087803b15801561074457600080fd5b505af1158015610758573d6000803e3d6000fd5b50505050600061076e86858a6080015188611598565b90508673ffffffffffffffffffffffffffffffffffffffff16827fbacf26e0fbc49102f01531fe6d0af4601375ca3bc0f1ce693e6c91a5e38fafa8888b60a00151856040516107bf93929190612e94565b60405180910390a35050505050505050505050565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610864576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161085b90613123565b60405180910390fd5b80600660146101000a81548160ff02191690831515021790555050565b60076020528060005260406000206000915054906101000a900460ff1681565b60038054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156109375780601f1061090c57610100808354040283529160200191610937565b820191906000526020600020905b81548152906001019060200180831161091a57829003601f168201915b505050505081565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60086020528060005260406000206000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610a28576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1f90613123565b60405180910390fd5b82600460006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550604051602001610afa90612dca565b604051602081830303815290604052805190602001206040518060400160405280600b81526020017f30782050726f746f636f6c000000000000000000000000000000000000000000815250805190602001206040518060400160405280600181526020017f32000000000000000000000000000000000000000000000000000000000000008152508051906020012060007401000000000000000000000000000000000000000002600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16604051602001610bda959493929190612d2a565b60405160208183030381529060405280519060200120600281905550505050565b600660149054906101000a900460ff1681565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610cc2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cb990613083565b60405180910390fd5b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600660149054906101000a900460ff16610d55576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d4c90613063565b60405180910390fd5b610d5d611d75565b600080600080600080610d718a8a8a610fd1565b9650965096509650965096509650856008600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16634ec109f483888a60a001516040518463ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401610e5093929190612e5d565b600060405180830381600087803b158015610e6a57600080fd5b505af1158015610e7e573d6000803e3d6000fd5b50505050600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663bfc8bfce8b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168c8c6040518563ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401610f219493929190613219565b600060405180830381600087803b158015610f3b57600080fd5b505af1158015610f4f573d6000803e3d6000fd5b505050506000610f6586858a6080015188611598565b90508673ffffffffffffffffffffffffffffffffffffffff16827fbacf26e0fbc49102f01531fe6d0af4601375ca3bc0f1ce693e6c91a5e38fafa8888b60a0015185604051610fb693929190612e94565b60405180910390a35050505050505050505050565b60025481565b610fd9611d75565b60008060008060008060006060610fef8b61178b565b809350819450829b505050503073ffffffffffffffffffffffffffffffffffffffff16635457a1558a600001516040518263ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004016110549190612e0b565b60206040518083038186803b15801561106c57600080fd5b505afa158015611080573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506110a49190810190612166565b6110e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110da90613103565b60405180910390fd5b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16896020015173ffffffffffffffffffffffffffffffffffffffff1614611177576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161116e90612fe3565b60405180910390fd5b818960a00151146111bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b490613183565b60405180910390fd5b6111ea8c600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168d6118a3565b9250600073ffffffffffffffffffffffffffffffffffffffff166008600085815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461128e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611285906130a3565b60405180910390fd5b61129781611925565b80975081995050506127108661ffff16106112e7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112de90612fc3565b60405180910390fd5b6112f08a611a19565b9650600073ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff161415611362576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161135990612fa3565b60405180910390fd5b611370896101400151611a89565b9450611380896101600151611a89565b935088888888888888985098509850985098509850985050509397509397509397909450565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611435576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161142c90613083565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16146114aa57806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b50565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461153d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161153490613123565b60405180910390fd5b80600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b6000806115a58484611aea565b9050600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614156116d157600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b0efd826600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1688846040518463ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040161169a93929190612e26565b600060405180830381600087803b1580156116b457600080fd5b505af11580156116c8573d6000803e3d6000fd5b5050505061177f565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16632fdcfbd28688846040518463ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040161174c93929190612e5d565b600060405180830381600087803b15801561176657600080fd5b505af115801561177a573d6000803e3d6000fd5b505050505b80915050949350505050565b611793611d75565b600060606103208451116117dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117d390613043565b60405180910390fd5b6364a3bc157c010000000000000000000000000000000000000000000000000000000002611814600086611b3190919063ffffffff16565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614611873576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161186a90612f43565b60405180910390fd5b60606004850190508080602001905161188f9190810190612207565b829250809050935093509350509193909250565b6000806040516020016118b590612d89565b60405160208183030381529060405280519060200120905060008380519060200120905060405182815286602082015273ffffffffffffffffffffffffffffffffffffffff861660408201528160608201526080812093505061191783611bb4565b925082925050509392505050565b600080605783511480611939575060588351145b611978576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161196f90613023565b60405180910390fd5b61198c604184611bfe90919063ffffffff16565b91506119a2605584611c7290919063ffffffff16565b7e01000000000000000000000000000000000000000000000000000000000000900490506127108161ffff1610611a0e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a0590612fc3565b60405180910390fd5b818191509150915091565b6000605582511480611a2c575060568251145b611a6b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a6290613003565b60405180910390fd5b611a7f604183611bfe90919063ffffffff16565b9050809050919050565b60006024825114611acf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ac690612f23565b60405180910390fd5b611ae3601083611bfe90919063ffffffff16565b9050919050565b6000808261ffff161415611b0057829050611b2b565b6000611b1b611b13858561ffff16611cf5565b612710611d2f565b9050611b278482611d55565b9150505b92915050565b60006004820183511015611b7a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b7190613143565b60405180910390fd5b6020820191508183015190507fffffffff000000000000000000000000000000000000000000000000000000008116905080905092915050565b60008060025490506040517f190100000000000000000000000000000000000000000000000000000000000081528160028201528360228201526042812092505081915050919050565b60006014820183511015611c47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c3e906130e3565b60405180910390fd5b60148201915073ffffffffffffffffffffffffffffffffffffffff8284015116905080905092915050565b60006002820183511015611cbb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cb2906130c3565b60405180910390fd5b6020820191508183015190507fffff0000000000000000000000000000000000000000000000000000000000008116905080905092915050565b600080831415611d085760009050611d29565b6000828402905082848281611d1957fe5b0414611d2457600080fd5b809150505b92915050565b6000808211611d3d57600080fd5b6000828481611d4857fe5b0490508091505092915050565b600082821115611d6457600080fd5b600082840390508091505092915050565b604051806101800160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160608152602001606081525090565b6000611e3a82356133ee565b905092915050565b6000611e4e82516133ee565b905092915050565b6000611e628235613400565b905092915050565b6000611e768251613400565b905092915050565b6000611e8a823561340c565b905092915050565b600082601f830112611ea357600080fd5b8151611eb6611eb182613299565b61326c565b91508082526020830160208301858383011115611ed257600080fd5b611edd838284613473565b50505092915050565b600082601f830112611ef757600080fd5b8135611f0a611f05826132c5565b61326c565b91508082526020830160208301858383011115611f2657600080fd5b611f31838284613464565b50505092915050565b6000611f468235613416565b905092915050565b6000611f5a8235613428565b905092915050565b60006101808284031215611f7557600080fd5b611f8061018061326c565b90506000611f9084828501611e42565b6000830152506020611fa484828501611e42565b6020830152506040611fb884828501611e42565b6040830152506060611fcc84828501611e42565b6060830152506080611fe0848285016120c4565b60808301525060a0611ff4848285016120c4565b60a08301525060c0612008848285016120c4565b60c08301525060e061201c848285016120c4565b60e083015250610100612031848285016120c4565b61010083015250610120612047848285016120c4565b6101208301525061014082015167ffffffffffffffff81111561206957600080fd5b61207584828501611e92565b6101408301525061016082015167ffffffffffffffff81111561209757600080fd5b6120a384828501611e92565b6101608301525092915050565b60006120bc823561345a565b905092915050565b60006120d0825161345a565b905092915050565b6000602082840312156120ea57600080fd5b60006120f884828501611e2e565b91505092915050565b6000806040838503121561211457600080fd5b600061212285828601611e2e565b925050602061213385828601611e56565b9150509250929050565b60006020828403121561214f57600080fd5b600061215d84828501611e56565b91505092915050565b60006020828403121561217857600080fd5b600061218684828501611e6a565b91505092915050565b6000602082840312156121a157600080fd5b60006121af84828501611e7e565b91505092915050565b6000806000606084860312156121cd57600080fd5b60006121db86828701611f3a565b93505060206121ec86828701611f4e565b92505060406121fd86828701611e2e565b9150509250925092565b60008060006060848603121561221c57600080fd5b600084015167ffffffffffffffff81111561223657600080fd5b61224286828701611f62565b9350506020612253868287016120c4565b925050604084015167ffffffffffffffff81111561227057600080fd5b61227c86828701611e92565b9150509250925092565b60008060006060848603121561229b57600080fd5b60006122a9868287016120b0565b935050602084013567ffffffffffffffff8111156122c657600080fd5b6122d286828701611ee6565b925050604084013567ffffffffffffffff8111156122ef57600080fd5b6122fb86828701611ee6565b9150509250925092565b61230e81613362565b82525050565b61231d81613350565b82525050565b61232c81613350565b82525050565b61234361233e82613350565b6134a6565b82525050565b61235281613374565b82525050565b61236961236482613380565b6134b8565b82525050565b612378816133ac565b82525050565b61238f61238a826133ac565b6134c2565b82525050565b60006123a0826132fc565b6123aa8185613323565b93506123ba818560208601613473565b6123c3816134de565b840191505092915050565b60006123d9826132f1565b6123e38185613312565b93506123f3818560208601613473565b6123fc816134de565b840191505092915050565b600061241282613307565b61241c8185613334565b935061242c818560208601613473565b612435816134de565b840191505092915050565b600061244d601283613334565b91507f4c454e4754485f36355f524551554952454400000000000000000000000000006000830152602082019050919050565b600061248d600c83613345565b91507f737472696e67206e616d652c00000000000000000000000000000000000000006000830152600c82019050919050565b60006124cd600f83613334565b91507f57524f4e475f4d4554484f445f494400000000000000000000000000000000006000830152602082019050919050565b600061250d600e83613334565b91507f4554485f4e4f545f454e4f5547480000000000000000000000000000000000006000830152602082019050919050565b600061254d601283613345565b91507f5a65726f45785472616e73616374696f6e2800000000000000000000000000006000830152601282019050919050565b600061258d601283613334565b91507f53454e4445525f49535f4e4f545f5553455200000000000000000000000000006000830152602082019050919050565b60006125cd600f83613334565b91507f494e56414c49445f5245434956455200000000000000000000000000000000006000830152602082019050919050565b600061260d601a83613334565b91507f4645455f464143544f525f4d4f52455f5448454e5f31303030300000000000006000830152602082019050919050565b600061264d601983613345565b91507f6164647265737320766572696679696e67436f6e7472616374000000000000006000830152601982019050919050565b600061268d601383613334565b91507f54414b45525f414444524553535f4552524f52000000000000000000000000006000830152602082019050919050565b60006126cd600183613345565b91507f29000000000000000000000000000000000000000000000000000000000000006000830152600182019050919050565b600061270d600f83613345565b91507f737472696e672076657273696f6e2c00000000000000000000000000000000006000830152600f82019050919050565b600061274d601283613334565b91507f4c454e4754485f38355f524551554952454400000000000000000000000000006000830152602082019050919050565b600061278d600d83613345565b91507f75696e743235362073616c742c000000000000000000000000000000000000006000830152600d82019050919050565b60006127cd600a83613345565b91507f62797465732064617461000000000000000000000000000000000000000000006000830152600a82019050919050565b600061280d601283613334565b91507f4c454e4754485f38375f524551554952454400000000000000000000000000006000830152602082019050919050565b600061284d600f83613334565b91507f4c454e4754485f4c4553535f38303000000000000000000000000000000000006000830152602082019050919050565b600061288d601183613334565b91507f45584348414e47455f44495341424c45440000000000000000000000000000006000830152602082019050919050565b60006128cd601383613334565b91507f4f4e4c595f434f4e54524143545f4f574e4552000000000000000000000000006000830152602082019050919050565b600061290d601083613334565b91507f45584543555445445f54585f48415348000000000000000000000000000000006000830152602082019050919050565b600061294d602583613334565b91507f475245415445525f4f525f455155414c5f544f5f325f4c454e4754485f52455160008301527f55495245440000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006129b3602683613334565b91507f475245415445525f4f525f455155414c5f544f5f32305f4c454e4754485f524560008301527f51554952454400000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612a19601383613334565b91507f4d414b45525f414444524553535f4552524f52000000000000000000000000006000830152602082019050919050565b6000612a59601683613334565b91507f4f4e4c595f434f4e54524143545f4f50455241544f52000000000000000000006000830152602082019050919050565b6000612a99600d83613345565b91507f454950373132446f6d61696e28000000000000000000000000000000000000006000830152600d82019050919050565b6000612ad9601683613345565b91507f61646472657373207369676e6572416464726573732c000000000000000000006000830152601682019050919050565b6000612b19602583613334565b91507f475245415445525f4f525f455155414c5f544f5f345f4c454e4754485f52455160008301527f55495245440000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612b7f601383613334565b91507f555345525f41535345545f4e4f545f57455448000000000000000000000000006000830152602082019050919050565b6000612bbf601183613334565b91507f46496c6c5f414d4f554e545f4552524f520000000000000000000000000000006000830152602082019050919050565b600061018083016000830151612c0b6000860182612314565b506020830151612c1e6020860182612314565b506040830151612c316040860182612314565b506060830151612c446060860182612314565b506080830151612c576080860182612d0c565b5060a0830151612c6a60a0860182612d0c565b5060c0830151612c7d60c0860182612d0c565b5060e0830151612c9060e0860182612d0c565b50610100830151612ca5610100860182612d0c565b50610120830151612cba610120860182612d0c565b50610140830151848203610140860152612cd482826123ce565b915050610160830151848203610160860152612cf082826123ce565b9150508091505092915050565b612d06816133b6565b82525050565b612d15816133e4565b82525050565b612d24816133e4565b82525050565b6000612d36828861237e565b602082019150612d46828761237e565b602082019150612d56828661237e565b602082019150612d668285612358565b600c82019150612d768284612332565b6014820191508190509695505050505050565b6000612d9482612540565b9150612d9f82612780565b9150612daa82612acc565b9150612db5826127c0565b9150612dc0826126c0565b9150819050919050565b6000612dd582612a8c565b9150612de082612480565b9150612deb82612700565b9150612df682612640565b9150612e01826126c0565b9150819050919050565b6000602082019050612e206000830184612323565b92915050565b6000606082019050612e3b6000830186612323565b612e486020830185612305565b612e556040830184612d1b565b949350505050565b6000606082019050612e726000830186612323565b612e7f6020830185612323565b612e8c6040830184612d1b565b949350505050565b6000606082019050612ea96000830186612323565b612eb66020830185612d1b565b612ec36040830184612d1b565b949350505050565b6000602082019050612ee06000830184612349565b92915050565b6000602082019050612efb600083018461236f565b92915050565b60006020820190508181036000830152612f1b8184612407565b905092915050565b60006020820190508181036000830152612f3c81612440565b9050919050565b60006020820190508181036000830152612f5c816124c0565b9050919050565b60006020820190508181036000830152612f7c81612500565b9050919050565b60006020820190508181036000830152612f9c81612580565b9050919050565b60006020820190508181036000830152612fbc816125c0565b9050919050565b60006020820190508181036000830152612fdc81612600565b9050919050565b60006020820190508181036000830152612ffc81612680565b9050919050565b6000602082019050818103600083015261301c81612740565b9050919050565b6000602082019050818103600083015261303c81612800565b9050919050565b6000602082019050818103600083015261305c81612840565b9050919050565b6000602082019050818103600083015261307c81612880565b9050919050565b6000602082019050818103600083015261309c816128c0565b9050919050565b600060208201905081810360008301526130bc81612900565b9050919050565b600060208201905081810360008301526130dc81612940565b9050919050565b600060208201905081810360008301526130fc816129a6565b9050919050565b6000602082019050818103600083015261311c81612a0c565b9050919050565b6000602082019050818103600083015261313c81612a4c565b9050919050565b6000602082019050818103600083015261315c81612b0c565b9050919050565b6000602082019050818103600083015261317c81612b72565b9050919050565b6000602082019050818103600083015261319c81612bb2565b9050919050565b600060e08201905081810360008301526131bd818a612bf2565b90506131cc6020830189612323565b6131d96040830188612323565b6131e66060830187612cfd565b6131f36080830186612323565b61320060a0830185612323565b61320d60c083018461236f565b98975050505050505050565b600060808201905061322e6000830187612d1b565b61323b6020830186612323565b818103604083015261324d8185612395565b905081810360608301526132618184612395565b905095945050505050565b6000604051905081810181811067ffffffffffffffff8211171561328f57600080fd5b8060405250919050565b600067ffffffffffffffff8211156132b057600080fd5b601f19601f8301169050602081019050919050565b600067ffffffffffffffff8211156132dc57600080fd5b601f19601f8301169050602081019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061335b826133c4565b9050919050565b600061336d826133c4565b9050919050565b60008115159050919050565b60007fffffffffffffffffffffffff000000000000000000000000000000000000000082169050919050565b6000819050919050565b600061ffff82169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60006133f98261343a565b9050919050565b60008115159050919050565b6000819050919050565b6000613421826133ee565b9050919050565b6000613433826133ee565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015613491578082015181840152602081019050613476565b838111156134a0576000848401525b50505050565b60006134b1826134cc565b9050919050565b6000819050919050565b6000819050919050565b60006134d7826134ef565b9050919050565b6000601f19601f8301169050919050565b60006c010000000000000000000000008202905091905056fea265627a7a72305820b4c83446a27fe9247bea7d1e165d7a9d19324be07b75e33a5a10ebb9b38d10846c6578706572696d656e74616cf50037
Deployed Bytecode
0x608060405260043610610105576000357c0100000000000000000000000000000000000000000000000000000000900480636aa633b6116100a7578063e306f77911610076578063e306f779146102f0578063e72deb5b1461031b578063f2fde38b1461035e578063f655163d1461038757610105565b80636aa633b6146102485780638da5cb5b14610273578063b3ab15fb1461029e578063bacfc57d146102c757610105565b806354fd4d50116100e357806354fd4d501461018c578063570ca735146101b7578063642f2eaf146101e25780636a3791451461021f57610105565b8063288b81331461010a578063328d8f72146101265780635457a1551461014f575b600080fd5b610124600480360361011f9190810190612286565b6103b0565b005b34801561013257600080fd5b5061014d6004803603610148919081019061213d565b6107d4565b005b34801561015b57600080fd5b50610176600480360361017191908101906120d8565b610881565b6040516101839190612ecb565b60405180910390f35b34801561019857600080fd5b506101a16108a1565b6040516101ae9190612f01565b60405180910390f35b3480156101c357600080fd5b506101cc61093f565b6040516101d99190612e0b565b60405180910390f35b3480156101ee57600080fd5b506102096004803603610204919081019061218f565b610965565b6040516102169190612e0b565b60405180910390f35b34801561022b57600080fd5b50610246600480360361024191908101906121b8565b610998565b005b34801561025457600080fd5b5061025d610bfb565b60405161026a9190612ecb565b60405180910390f35b34801561027f57600080fd5b50610288610c0e565b6040516102959190612e0b565b60405180910390f35b3480156102aa57600080fd5b506102c560048036036102c091908101906120d8565b610c33565b005b3480156102d357600080fd5b506102ee60048036036102e99190810190612286565b610d06565b005b3480156102fc57600080fd5b50610305610fcb565b6040516103129190612ee6565b60405180910390f35b34801561032757600080fd5b50610342600480360361033d9190810190612286565b610fd1565b60405161035597969594939291906131a3565b60405180910390f35b34801561036a57600080fd5b50610385600480360361038091908101906120d8565b6113a6565b005b34801561039357600080fd5b506103ae60048036036103a99190810190612101565b6114ad565b005b600660149054906101000a900460ff166103ff576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103f690613063565b60405180910390fd5b610407611d75565b60008060008060008061041b8a8a8a610fd1565b96509650965096509650965096508573ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610497576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161048e90612f83565b60405180910390fd5b8173ffffffffffffffffffffffffffffffffffffffff16600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610527576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161051e90613163565b60405180910390fd5b8660a00151341461056d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161056490612f63565b60405180910390fd5b856008600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16638c53f61d34600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518363ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004016106599190612e0b565b6000604051808303818588803b15801561067257600080fd5b505af1158015610686573d6000803e3d6000fd5b5050505050600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663bfc8bfce8b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168c8c6040518563ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040161072a9493929190613219565b600060405180830381600087803b15801561074457600080fd5b505af1158015610758573d6000803e3d6000fd5b50505050600061076e86858a6080015188611598565b90508673ffffffffffffffffffffffffffffffffffffffff16827fbacf26e0fbc49102f01531fe6d0af4601375ca3bc0f1ce693e6c91a5e38fafa8888b60a00151856040516107bf93929190612e94565b60405180910390a35050505050505050505050565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610864576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161085b90613123565b60405180910390fd5b80600660146101000a81548160ff02191690831515021790555050565b60076020528060005260406000206000915054906101000a900460ff1681565b60038054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156109375780601f1061090c57610100808354040283529160200191610937565b820191906000526020600020905b81548152906001019060200180831161091a57829003601f168201915b505050505081565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60086020528060005260406000206000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610a28576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1f90613123565b60405180910390fd5b82600460006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550604051602001610afa90612dca565b604051602081830303815290604052805190602001206040518060400160405280600b81526020017f30782050726f746f636f6c000000000000000000000000000000000000000000815250805190602001206040518060400160405280600181526020017f32000000000000000000000000000000000000000000000000000000000000008152508051906020012060007401000000000000000000000000000000000000000002600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16604051602001610bda959493929190612d2a565b60405160208183030381529060405280519060200120600281905550505050565b600660149054906101000a900460ff1681565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610cc2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cb990613083565b60405180910390fd5b80600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600660149054906101000a900460ff16610d55576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d4c90613063565b60405180910390fd5b610d5d611d75565b600080600080600080610d718a8a8a610fd1565b9650965096509650965096509650856008600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16634ec109f483888a60a001516040518463ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401610e5093929190612e5d565b600060405180830381600087803b158015610e6a57600080fd5b505af1158015610e7e573d6000803e3d6000fd5b50505050600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663bfc8bfce8b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168c8c6040518563ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401610f219493929190613219565b600060405180830381600087803b158015610f3b57600080fd5b505af1158015610f4f573d6000803e3d6000fd5b505050506000610f6586858a6080015188611598565b90508673ffffffffffffffffffffffffffffffffffffffff16827fbacf26e0fbc49102f01531fe6d0af4601375ca3bc0f1ce693e6c91a5e38fafa8888b60a0015185604051610fb693929190612e94565b60405180910390a35050505050505050505050565b60025481565b610fd9611d75565b60008060008060008060006060610fef8b61178b565b809350819450829b505050503073ffffffffffffffffffffffffffffffffffffffff16635457a1558a600001516040518263ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004016110549190612e0b565b60206040518083038186803b15801561106c57600080fd5b505afa158015611080573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506110a49190810190612166565b6110e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110da90613103565b60405180910390fd5b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16896020015173ffffffffffffffffffffffffffffffffffffffff1614611177576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161116e90612fe3565b60405180910390fd5b818960a00151146111bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b490613183565b60405180910390fd5b6111ea8c600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168d6118a3565b9250600073ffffffffffffffffffffffffffffffffffffffff166008600085815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461128e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611285906130a3565b60405180910390fd5b61129781611925565b80975081995050506127108661ffff16106112e7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112de90612fc3565b60405180910390fd5b6112f08a611a19565b9650600073ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff161415611362576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161135990612fa3565b60405180910390fd5b611370896101400151611a89565b9450611380896101600151611a89565b935088888888888888985098509850985098509850985050509397509397509397909450565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611435576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161142c90613083565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16146114aa57806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b50565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461153d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161153490613123565b60405180910390fd5b80600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b6000806115a58484611aea565b9050600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614156116d157600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b0efd826600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1688846040518463ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040161169a93929190612e26565b600060405180830381600087803b1580156116b457600080fd5b505af11580156116c8573d6000803e3d6000fd5b5050505061177f565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16632fdcfbd28688846040518463ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040161174c93929190612e5d565b600060405180830381600087803b15801561176657600080fd5b505af115801561177a573d6000803e3d6000fd5b505050505b80915050949350505050565b611793611d75565b600060606103208451116117dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117d390613043565b60405180910390fd5b6364a3bc157c010000000000000000000000000000000000000000000000000000000002611814600086611b3190919063ffffffff16565b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614611873576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161186a90612f43565b60405180910390fd5b60606004850190508080602001905161188f9190810190612207565b829250809050935093509350509193909250565b6000806040516020016118b590612d89565b60405160208183030381529060405280519060200120905060008380519060200120905060405182815286602082015273ffffffffffffffffffffffffffffffffffffffff861660408201528160608201526080812093505061191783611bb4565b925082925050509392505050565b600080605783511480611939575060588351145b611978576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161196f90613023565b60405180910390fd5b61198c604184611bfe90919063ffffffff16565b91506119a2605584611c7290919063ffffffff16565b7e01000000000000000000000000000000000000000000000000000000000000900490506127108161ffff1610611a0e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a0590612fc3565b60405180910390fd5b818191509150915091565b6000605582511480611a2c575060568251145b611a6b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a6290613003565b60405180910390fd5b611a7f604183611bfe90919063ffffffff16565b9050809050919050565b60006024825114611acf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ac690612f23565b60405180910390fd5b611ae3601083611bfe90919063ffffffff16565b9050919050565b6000808261ffff161415611b0057829050611b2b565b6000611b1b611b13858561ffff16611cf5565b612710611d2f565b9050611b278482611d55565b9150505b92915050565b60006004820183511015611b7a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b7190613143565b60405180910390fd5b6020820191508183015190507fffffffff000000000000000000000000000000000000000000000000000000008116905080905092915050565b60008060025490506040517f190100000000000000000000000000000000000000000000000000000000000081528160028201528360228201526042812092505081915050919050565b60006014820183511015611c47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c3e906130e3565b60405180910390fd5b60148201915073ffffffffffffffffffffffffffffffffffffffff8284015116905080905092915050565b60006002820183511015611cbb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cb2906130c3565b60405180910390fd5b6020820191508183015190507fffff0000000000000000000000000000000000000000000000000000000000008116905080905092915050565b600080831415611d085760009050611d29565b6000828402905082848281611d1957fe5b0414611d2457600080fd5b809150505b92915050565b6000808211611d3d57600080fd5b6000828481611d4857fe5b0490508091505092915050565b600082821115611d6457600080fd5b600082840390508091505092915050565b604051806101800160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160608152602001606081525090565b6000611e3a82356133ee565b905092915050565b6000611e4e82516133ee565b905092915050565b6000611e628235613400565b905092915050565b6000611e768251613400565b905092915050565b6000611e8a823561340c565b905092915050565b600082601f830112611ea357600080fd5b8151611eb6611eb182613299565b61326c565b91508082526020830160208301858383011115611ed257600080fd5b611edd838284613473565b50505092915050565b600082601f830112611ef757600080fd5b8135611f0a611f05826132c5565b61326c565b91508082526020830160208301858383011115611f2657600080fd5b611f31838284613464565b50505092915050565b6000611f468235613416565b905092915050565b6000611f5a8235613428565b905092915050565b60006101808284031215611f7557600080fd5b611f8061018061326c565b90506000611f9084828501611e42565b6000830152506020611fa484828501611e42565b6020830152506040611fb884828501611e42565b6040830152506060611fcc84828501611e42565b6060830152506080611fe0848285016120c4565b60808301525060a0611ff4848285016120c4565b60a08301525060c0612008848285016120c4565b60c08301525060e061201c848285016120c4565b60e083015250610100612031848285016120c4565b61010083015250610120612047848285016120c4565b6101208301525061014082015167ffffffffffffffff81111561206957600080fd5b61207584828501611e92565b6101408301525061016082015167ffffffffffffffff81111561209757600080fd5b6120a384828501611e92565b6101608301525092915050565b60006120bc823561345a565b905092915050565b60006120d0825161345a565b905092915050565b6000602082840312156120ea57600080fd5b60006120f884828501611e2e565b91505092915050565b6000806040838503121561211457600080fd5b600061212285828601611e2e565b925050602061213385828601611e56565b9150509250929050565b60006020828403121561214f57600080fd5b600061215d84828501611e56565b91505092915050565b60006020828403121561217857600080fd5b600061218684828501611e6a565b91505092915050565b6000602082840312156121a157600080fd5b60006121af84828501611e7e565b91505092915050565b6000806000606084860312156121cd57600080fd5b60006121db86828701611f3a565b93505060206121ec86828701611f4e565b92505060406121fd86828701611e2e565b9150509250925092565b60008060006060848603121561221c57600080fd5b600084015167ffffffffffffffff81111561223657600080fd5b61224286828701611f62565b9350506020612253868287016120c4565b925050604084015167ffffffffffffffff81111561227057600080fd5b61227c86828701611e92565b9150509250925092565b60008060006060848603121561229b57600080fd5b60006122a9868287016120b0565b935050602084013567ffffffffffffffff8111156122c657600080fd5b6122d286828701611ee6565b925050604084013567ffffffffffffffff8111156122ef57600080fd5b6122fb86828701611ee6565b9150509250925092565b61230e81613362565b82525050565b61231d81613350565b82525050565b61232c81613350565b82525050565b61234361233e82613350565b6134a6565b82525050565b61235281613374565b82525050565b61236961236482613380565b6134b8565b82525050565b612378816133ac565b82525050565b61238f61238a826133ac565b6134c2565b82525050565b60006123a0826132fc565b6123aa8185613323565b93506123ba818560208601613473565b6123c3816134de565b840191505092915050565b60006123d9826132f1565b6123e38185613312565b93506123f3818560208601613473565b6123fc816134de565b840191505092915050565b600061241282613307565b61241c8185613334565b935061242c818560208601613473565b612435816134de565b840191505092915050565b600061244d601283613334565b91507f4c454e4754485f36355f524551554952454400000000000000000000000000006000830152602082019050919050565b600061248d600c83613345565b91507f737472696e67206e616d652c00000000000000000000000000000000000000006000830152600c82019050919050565b60006124cd600f83613334565b91507f57524f4e475f4d4554484f445f494400000000000000000000000000000000006000830152602082019050919050565b600061250d600e83613334565b91507f4554485f4e4f545f454e4f5547480000000000000000000000000000000000006000830152602082019050919050565b600061254d601283613345565b91507f5a65726f45785472616e73616374696f6e2800000000000000000000000000006000830152601282019050919050565b600061258d601283613334565b91507f53454e4445525f49535f4e4f545f5553455200000000000000000000000000006000830152602082019050919050565b60006125cd600f83613334565b91507f494e56414c49445f5245434956455200000000000000000000000000000000006000830152602082019050919050565b600061260d601a83613334565b91507f4645455f464143544f525f4d4f52455f5448454e5f31303030300000000000006000830152602082019050919050565b600061264d601983613345565b91507f6164647265737320766572696679696e67436f6e7472616374000000000000006000830152601982019050919050565b600061268d601383613334565b91507f54414b45525f414444524553535f4552524f52000000000000000000000000006000830152602082019050919050565b60006126cd600183613345565b91507f29000000000000000000000000000000000000000000000000000000000000006000830152600182019050919050565b600061270d600f83613345565b91507f737472696e672076657273696f6e2c00000000000000000000000000000000006000830152600f82019050919050565b600061274d601283613334565b91507f4c454e4754485f38355f524551554952454400000000000000000000000000006000830152602082019050919050565b600061278d600d83613345565b91507f75696e743235362073616c742c000000000000000000000000000000000000006000830152600d82019050919050565b60006127cd600a83613345565b91507f62797465732064617461000000000000000000000000000000000000000000006000830152600a82019050919050565b600061280d601283613334565b91507f4c454e4754485f38375f524551554952454400000000000000000000000000006000830152602082019050919050565b600061284d600f83613334565b91507f4c454e4754485f4c4553535f38303000000000000000000000000000000000006000830152602082019050919050565b600061288d601183613334565b91507f45584348414e47455f44495341424c45440000000000000000000000000000006000830152602082019050919050565b60006128cd601383613334565b91507f4f4e4c595f434f4e54524143545f4f574e4552000000000000000000000000006000830152602082019050919050565b600061290d601083613334565b91507f45584543555445445f54585f48415348000000000000000000000000000000006000830152602082019050919050565b600061294d602583613334565b91507f475245415445525f4f525f455155414c5f544f5f325f4c454e4754485f52455160008301527f55495245440000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006129b3602683613334565b91507f475245415445525f4f525f455155414c5f544f5f32305f4c454e4754485f524560008301527f51554952454400000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612a19601383613334565b91507f4d414b45525f414444524553535f4552524f52000000000000000000000000006000830152602082019050919050565b6000612a59601683613334565b91507f4f4e4c595f434f4e54524143545f4f50455241544f52000000000000000000006000830152602082019050919050565b6000612a99600d83613345565b91507f454950373132446f6d61696e28000000000000000000000000000000000000006000830152600d82019050919050565b6000612ad9601683613345565b91507f61646472657373207369676e6572416464726573732c000000000000000000006000830152601682019050919050565b6000612b19602583613334565b91507f475245415445525f4f525f455155414c5f544f5f345f4c454e4754485f52455160008301527f55495245440000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612b7f601383613334565b91507f555345525f41535345545f4e4f545f57455448000000000000000000000000006000830152602082019050919050565b6000612bbf601183613334565b91507f46496c6c5f414d4f554e545f4552524f520000000000000000000000000000006000830152602082019050919050565b600061018083016000830151612c0b6000860182612314565b506020830151612c1e6020860182612314565b506040830151612c316040860182612314565b506060830151612c446060860182612314565b506080830151612c576080860182612d0c565b5060a0830151612c6a60a0860182612d0c565b5060c0830151612c7d60c0860182612d0c565b5060e0830151612c9060e0860182612d0c565b50610100830151612ca5610100860182612d0c565b50610120830151612cba610120860182612d0c565b50610140830151848203610140860152612cd482826123ce565b915050610160830151848203610160860152612cf082826123ce565b9150508091505092915050565b612d06816133b6565b82525050565b612d15816133e4565b82525050565b612d24816133e4565b82525050565b6000612d36828861237e565b602082019150612d46828761237e565b602082019150612d56828661237e565b602082019150612d668285612358565b600c82019150612d768284612332565b6014820191508190509695505050505050565b6000612d9482612540565b9150612d9f82612780565b9150612daa82612acc565b9150612db5826127c0565b9150612dc0826126c0565b9150819050919050565b6000612dd582612a8c565b9150612de082612480565b9150612deb82612700565b9150612df682612640565b9150612e01826126c0565b9150819050919050565b6000602082019050612e206000830184612323565b92915050565b6000606082019050612e3b6000830186612323565b612e486020830185612305565b612e556040830184612d1b565b949350505050565b6000606082019050612e726000830186612323565b612e7f6020830185612323565b612e8c6040830184612d1b565b949350505050565b6000606082019050612ea96000830186612323565b612eb66020830185612d1b565b612ec36040830184612d1b565b949350505050565b6000602082019050612ee06000830184612349565b92915050565b6000602082019050612efb600083018461236f565b92915050565b60006020820190508181036000830152612f1b8184612407565b905092915050565b60006020820190508181036000830152612f3c81612440565b9050919050565b60006020820190508181036000830152612f5c816124c0565b9050919050565b60006020820190508181036000830152612f7c81612500565b9050919050565b60006020820190508181036000830152612f9c81612580565b9050919050565b60006020820190508181036000830152612fbc816125c0565b9050919050565b60006020820190508181036000830152612fdc81612600565b9050919050565b60006020820190508181036000830152612ffc81612680565b9050919050565b6000602082019050818103600083015261301c81612740565b9050919050565b6000602082019050818103600083015261303c81612800565b9050919050565b6000602082019050818103600083015261305c81612840565b9050919050565b6000602082019050818103600083015261307c81612880565b9050919050565b6000602082019050818103600083015261309c816128c0565b9050919050565b600060208201905081810360008301526130bc81612900565b9050919050565b600060208201905081810360008301526130dc81612940565b9050919050565b600060208201905081810360008301526130fc816129a6565b9050919050565b6000602082019050818103600083015261311c81612a0c565b9050919050565b6000602082019050818103600083015261313c81612a4c565b9050919050565b6000602082019050818103600083015261315c81612b0c565b9050919050565b6000602082019050818103600083015261317c81612b72565b9050919050565b6000602082019050818103600083015261319c81612bb2565b9050919050565b600060e08201905081810360008301526131bd818a612bf2565b90506131cc6020830189612323565b6131d96040830188612323565b6131e66060830187612cfd565b6131f36080830186612323565b61320060a0830185612323565b61320d60c083018461236f565b98975050505050505050565b600060808201905061322e6000830187612d1b565b61323b6020830186612323565b818103604083015261324d8185612395565b905081810360608301526132618184612395565b905095945050505050565b6000604051905081810181811067ffffffffffffffff8211171561328f57600080fd5b8060405250919050565b600067ffffffffffffffff8211156132b057600080fd5b601f19601f8301169050602081019050919050565b600067ffffffffffffffff8211156132dc57600080fd5b601f19601f8301169050602081019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061335b826133c4565b9050919050565b600061336d826133c4565b9050919050565b60008115159050919050565b60007fffffffffffffffffffffffff000000000000000000000000000000000000000082169050919050565b6000819050919050565b600061ffff82169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60006133f98261343a565b9050919050565b60008115159050919050565b6000819050919050565b6000613421826133ee565b9050919050565b6000613433826133ee565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015613491578082015181840152602081019050613476565b838111156134a0576000848401525b50505050565b60006134b1826134cc565b9050919050565b6000819050919050565b6000819050919050565b60006134d7826134ef565b9050919050565b6000601f19601f8301169050919050565b60006c010000000000000000000000008202905091905056fea265627a7a72305820b4c83446a27fe9247bea7d1e165d7a9d19324be07b75e33a5a10ebb9b38d10846c6578706572696d656e74616cf50037
Deployed Bytecode Sourcemap
38023:7376:0:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;40099:1479;;;;;;;;;;;;;;;;:::i;:::-;;45302:92;;8:9:-1;5:2;;;30:1;27;20:12;5:2;45302:92:0;;;;;;;;;;;;;;;;:::i;:::-;;38361:48;;8:9:-1;5:2;;;30:1;27;20:12;5:2;38361:48:0;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;38108:31;;8:9:-1;5:2;;;30:1;27;20:12;5:2;38108:31:0;;;:::i;:::-;;;;;;;;;;;;;;;;34983:23;;8:9:-1;5:2;;;30:1;27;20:12;5:2;34983:23:0;;;:::i;:::-;;;;;;;;;;;;;;;;38448:45;;8:9:-1;5:2;;;30:1;27;20:12;5:2;38448:45:0;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;44647:647;;8:9:-1;5:2;;;30:1;27;20:12;5:2;44647:647:0;;;;;;;;;;;;;;;;:::i;:::-;;38286:29;;8:9:-1;5:2;;;30:1;27;20:12;5:2;38286:29:0;;;:::i;:::-;;;;;;;;;;;;;;;;34958:20;;8:9:-1;5:2;;;30:1;27;20:12;5:2;34958:20:0;;;:::i;:::-;;;;;;;;;;;;;;;;35483:108;;8:9:-1;5:2;;;30:1;27;20:12;5:2;35483:108:0;;;;;;;;;;;;;;;;:::i;:::-;;38939:1152;;8:9:-1;5:2;;;30:1;27;20:12;5:2;38939:1152:0;;;;;;;;;;;;;;;;:::i;:::-;;2268:33;;8:9:-1;5:2;;;30:1;27;20:12;5:2;2268:33:0;;;:::i;:::-;;;;;;;;;;;;;;;;41622:2002;;8:9:-1;5:2;;;30:1;27;20:12;5:2;41622:2002:0;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;35329:148;;8:9:-1;5:2;;;30:1;27;20:12;5:2;35329:148:0;;;;;;;;;;;;;;;;:::i;:::-;;44497:142;;8:9:-1;5:2;;;30:1;27;20:12;5:2;44497:142:0;;;;;;;;;;;;;;;;:::i;:::-;;40099:1479;40281:9;;;;;;;;;;;40273:39;;;;;;;;;;;;;;;;;;;;;;40354:27;;:::i;:::-;40392:12;40415:16;40442;40469:22;40502;40535:23;40562:48;40580:8;40590:4;40596:13;40562:17;:48::i;:::-;40353:257;;;;;;;;;;;;;;40659:4;40645:18;;:10;:18;;;40623:86;;;;;;;;;;;;;;;;;;;;;;40757:14;40744:27;;:9;;;;;;;;;;;:27;;;40722:96;;;;;;;;;;;;;;;;;;;;;;40866:5;:22;;;40853:9;:35;40831:99;;;;;;;;;;;;;;;;;;;;;;41005:4;40973:12;:29;40986:15;40973:29;;;;;;;;;;;;:36;;;;;;;;;;;;;;;;;;41079:10;;;;;;;;;;;:21;;;41107:9;41118;;;;;;;;;;;41079:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;41079:49:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;41079:49:0;;;;;41167:11;;;;;;;;;;;:30;;;41212:8;41243:10;;;;;;;;;;;41269:4;41288:13;41167:145;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;41167:145:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;41167:145:0;;;;41362:30;41395:67;41402:8;41412:14;41428:5;:22;;;41452:9;41395:6;:67::i;:::-;41362:100;;41507:4;41480:90;;41490:15;41480:90;41513:8;41523:5;:22;;;41547;41480:90;;;;;;;;;;;;;;;;;40099:1479;;;;;;;;;;;:::o;45302:92::-;35261:8;;;;;;;;;;;35247:22;;:10;:22;;;35231:78;;;;;;;;;;;;;;;;;;;;;;45379:7;45367:9;;:19;;;;;;;;;;;;;;;;;;45302:92;:::o;38361:48::-;;;;;;;;;;;;;;;;;;;;;;:::o;38108:31::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;34983:23::-;;;;;;;;;;;;;:::o;38448:45::-;;;;;;;;;;;;;;;;;;;;;;:::o;44647:647::-;35261:8;;;;;;;;;;;35247:22;;:10;:22;;;35231:78;;;;;;;;;;;;;;;;;;;;;;44769:9;44755:11;;:23;;;;;;;;;;;;;;;;;;44802:10;44789;;:23;;;;;;;;;;;;;;;;;;44835:5;44823:9;;:17;;;;;;;;;;;;;;;;;;2002:154;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;2002:154:0;;;1992:165;;;;;;45114:18;;;;;;;;;;;;;;;;;45098:36;;;;;;45169:21;;;;;;;;;;;;;;;;;45153:39;;;;;;45219:1;45211:10;;45248:11;;;;;;;;;;;45009:266;;;;;;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;45009:266:0;;;44985:301;;;;;;44964:18;:322;;;;44647:647;;;:::o;38286:29::-;;;;;;;;;;;;;:::o;34958:20::-;;;;;;;;;;;;;:::o;35483:108::-;35138:5;;;;;;;;;;;35124:19;;:10;:19;;;35108:72;;;;;;;;;;;;;;;;;;;;;;35574:11;35563:8;;:22;;;;;;;;;;;;;;;;;;35483:108;:::o;38939:1152::-;39106:9;;;;;;;;;;;39098:39;;;;;;;;;;;;;;;;;;;;;;39179:27;;:::i;:::-;39217:12;39240:16;39267;39294:22;39327;39360:23;39387:48;39405:8;39415:4;39421:13;39387:17;:48::i;:::-;39178:257;;;;;;;;;;;;;;39510:4;39478:12;:29;39491:15;39478:29;;;;;;;;;;;;:36;;;;;;;;;;;;;;;;;;39572:10;;;;;;;;;;;:23;;;39596:14;39612:4;39618:5;:22;;;39572:69;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;39572:69:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;39572:69:0;;;;39680:11;;;;;;;;;;;:30;;;39725:8;39756:10;;;;;;;;;;;39782:4;39801:13;39680:145;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;39680:145:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;39680:145:0;;;;39875:30;39908:67;39915:8;39925:14;39941:5;:22;;;39965:9;39908:6;:67::i;:::-;39875:100;;40020:4;39993:90;;40003:15;39993:90;40026:8;40036:5;:22;;;40060;39993:90;;;;;;;;;;;;;;;;;38939:1152;;;;;;;;;;;:::o;2268:33::-;;;;:::o;41622:2002::-;41749:27;;:::i;:::-;41787:12;41810:16;41837;41864:22;41897;41930:23;42005;42039:24;42114:21;42130:4;42114:15;:21::i;:::-;42074:61;;;;;;;;;;;;42170:4;:23;;;42194:5;:18;;;42170:43;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;42170:43:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;42170:43:0;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;42170:43:0;;;;;;;;;42148:112;;;;;;;;;;;;;;;;;;;;;;42325:10;;;;;;;;;;;42295:41;;:5;:18;;;:41;;;42273:110;;;;;;;;;;;;;;;;;;;;;;42442:15;42416:5;:22;;;:41;42394:108;;;;;;;;;;;;;;;;;;;;;;42570;42606:8;42637:10;;;;;;;;;;;42663:4;42570:21;:108::i;:::-;42552:126;;42754:1;42713:43;;:12;:29;42726:15;42713:29;;;;;;;;;;;;;;;;;;;;;:43;;;42691:109;;;;;;;;;;;;;;;;;;;;;;42864:41;42893:11;42864:28;:41::i;:::-;42844:61;;;;;;;;42952:5;42940:9;:17;;;42918:93;;;;;;;;;;;;;;;;;;;;;;43068:45;43099:13;43068:30;:45::i;:::-;43057:56;;43168:1;43148:22;;:8;:22;;;;43126:87;;;;;;;;;;;;;;;;;;;;;;43299:38;43316:5;:20;;;43299:16;:38::i;:::-;43282:55;;43365:38;43382:5;:20;;;43365:16;:38::i;:::-;43348:55;;43438:5;43458:4;43477:8;43500:9;43524:14;43553;43582:15;43416:192;;;;;;;;;;;;;;;;41622:2002;;;;;;;;;;;:::o;35329:148::-;35138:5;;;;;;;;;;;35124:19;;:10;:19;;;35108:72;;;;;;;;;;;;;;;;;;;;;;35435:1;35415:22;;:8;:22;;;35411:61;;35456:8;35448:5;;:16;;;;;;;;;;;;;;;;;;35411:61;35329:148;:::o;44497:142::-;35261:8;;;;;;;;;;;35247:22;;:10;:22;;;35231:78;;;;;;;;;;;;;;;;;;;;;;44627:4;44587:18;:37;44606:17;44587:37;;;;;;;;;;;;;;;;:44;;;;;;;;;;;;;;;;;;44497:142;;:::o;43647:475::-;43766:7;43786:20;43809:38;43819:16;43837:9;43809;:38::i;:::-;43786:61;;43882:9;;;;;;;;;;;43864:27;;:14;:27;;;43860:223;;;43907:10;;;;;;;;;;;:18;;;43926:9;;;;;;;;;;;43953:8;43965:12;43907:71;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;43907:71:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;43907:71:0;;;;43860:223;;;44011:10;;;;;;;;;;;:20;;;44032:14;44048:8;44058:12;44011:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;44011:60:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;44011:60:0;;;;43860:223;44102:12;44095:19;;;43647:475;;;;;;:::o;30467:680::-;30533:27;;:::i;:::-;30562:23;30587:24;30660:3;30646:4;:11;:17;30624:82;;;;;;;;;;;;;;;;;;;;;;30848:10;30826:32;;:18;30842:1;30826:4;:15;;:18;;;;:::i;:::-;:32;;;;30804:97;;;;;;;;;;;;;;;;;;;;;;30922:22;31002:1;30996:4;30992:12;30979:25;;31093:9;31082:55;;;;;;;;;;;;;;31075:62;;;;;;;;;;;;;30467:680;;;;;:::o;33371:1301::-;33543:14;33575:18;33209:152;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;33209:152:0;;;33189:173;;;;;;33575:58;;33644:16;33673:4;33663:15;;;;;;33644:34;;34036:2;34030:9;34070:10;34062:6;34055:26;34199:4;34194:2;34186:6;34182:15;34175:29;34328:42;34313:13;34309:62;34304:2;34296:6;34292:15;34285:87;34428:8;34423:2;34415:6;34411:15;34404:33;34581:3;34573:6;34563:22;34553:32;;33960:636;34615:25;34633:6;34615:17;:25::i;:::-;34606:34;;34658:6;34651:13;;;;33371:1301;;;;;:::o;31155:502::-;31239:12;31253:16;31324:2;31304:9;:16;:22;:48;;;;31350:2;31330:9;:16;:22;31304:48;31282:116;;;;;;;;;;;;;;;;;;;;;;31418:25;31440:2;31418:9;:21;;:25;;;;:::i;:::-;31411:32;;31473:24;31494:2;31473:9;:20;;:24;;;;:::i;:::-;31466:32;;;31454:44;;31553:5;31541:9;:17;;;31519:93;;;;;;;;;;;;;;;;;;;;;;31633:4;31639:9;31625:24;;;;31155:502;;;:::o;32048:314::-;32134:16;32205:2;32185:9;:16;:22;:48;;;;32231:2;32211:9;:16;:22;32185:48;32163:116;;;;;;;;;;;;;;;;;;;;;;32301:25;32323:2;32301:9;:21;;:25;;;;:::i;:::-;32290:36;;32346:8;32339:15;;32048:314;;;:::o;32727:235::-;32799:7;32861:2;32841:9;:16;:22;32819:90;;;;;;;;;;;;;;;;;;;;;;32929:25;32951:2;32929:9;:21;;:25;;;;:::i;:::-;32922:32;;32727:235;;;:::o;44149:324::-;44235:7;44271:1;44258:9;:14;;;44255:69;;;44296:16;44289:23;;;;44255:69;44336:11;44350:62;44363:41;44376:16;44394:9;44363:41;;:12;:41::i;:::-;44406:5;44350:12;:62::i;:::-;44336:76;;44430:35;44443:16;44461:3;44430:12;:35::i;:::-;44423:42;;;44149:324;;;;;:::o;26242:711::-;26368:13;26441:1;26433:5;:9;26421:1;:8;:21;;26399:108;;;;;;;;;;;;;;;;;;;;;;26587:2;26578:11;;;;26695:5;26692:1;26688:13;26682:20;26672:30;;26844:66;26836:6;26832:79;26822:89;;26939:6;26932:13;;26242:711;;;;:::o;2833:950::-;2930:14;2962:24;2989:18;;2962:45;;3312:2;3306:9;3346:66;3338:6;3331:82;3468:16;3464:1;3456:6;3452:14;3445:40;3588:10;3583:2;3575:6;3571:15;3564:35;3738:2;3730:6;3720:21;3710:31;;3236:516;3769:6;3762:13;;;2833:950;;;:::o;20755:912::-;20882:14;20956:2;20948:5;:10;20936:1;:8;:22;;20914:138;;;;;;;;;;;;;;;;;;;;;;21304:2;21295:11;;;;21582:42;21573:5;21570:1;21566:13;21560:20;21556:69;21546:79;;21653:6;21646:13;;20755:912;;;;:::o;26961:711::-;27087:13;27160:1;27152:5;:9;27140:1;:8;:21;;27118:108;;;;;;;;;;;;;;;;;;;;;;27306:2;27297:11;;;;27414:5;27411:1;27407:13;27401:20;27391:30;;27563:66;27555:6;27551:79;27541:89;;27658:6;27651:13;;26961:711;;;;:::o;36296:433::-;36354:7;36603:1;36598;:6;36594:47;;;36628:1;36621:8;;;;36594:47;36653:9;36669:1;36665;:5;36653:17;;36698:1;36693;36689;:5;;;;;;:10;36681:19;;;;;;36720:1;36713:8;;;36296:433;;;;;:::o;36862:303::-;36920:7;37019:1;37015;:5;37007:14;;;;;;37032:9;37048:1;37044;:5;;;;;;37032:17;;37156:1;37149:8;;;36862:303;;;;:::o;37301:150::-;37359:7;37392:1;37387;:6;;37379:15;;;;;;37405:9;37421:1;37417;:5;37405:17;;37442:1;37435:8;;;37301:150;;;;:::o;38023:7376::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;5:118:-1:-;;72:46;110:6;97:20;72:46;;;63:55;;57:66;;;;;130:122;;208:39;239:6;233:13;208:39;;;199:48;;193:59;;;;;259:112;;323:43;358:6;345:20;323:43;;;314:52;;308:63;;;;;378:116;;453:36;481:6;475:13;453:36;;;444:45;;438:56;;;;;501:118;;568:46;606:6;593:20;568:46;;;559:55;;553:66;;;;;627:434;;735:3;728:4;720:6;716:17;712:27;702:2;;753:1;750;743:12;702:2;783:6;777:13;805:60;820:44;857:6;820:44;;;805:60;;;796:69;;885:6;878:5;871:21;921:4;913:6;909:17;954:4;947:5;943:16;989:3;980:6;975:3;971:16;968:25;965:2;;;1006:1;1003;996:12;965:2;1016:39;1048:6;1043:3;1038;1016:39;;;695:366;;;;;;;;1070:440;;1171:3;1164:4;1156:6;1152:17;1148:27;1138:2;;1189:1;1186;1179:12;1138:2;1226:6;1213:20;1248:64;1263:48;1304:6;1263:48;;;1248:64;;;1239:73;;1332:6;1325:5;1318:21;1368:4;1360:6;1356:17;1401:4;1394:5;1390:16;1436:3;1427:6;1422:3;1418:16;1415:25;1412:2;;;1453:1;1450;1443:12;1412:2;1463:41;1497:6;1492:3;1487;1463:41;;;1131:379;;;;;;;;1518:150;;1601:62;1655:6;1642:20;1601:62;;;1592:71;;1586:82;;;;;1675:156;;1761:65;1818:6;1805:20;1761:65;;;1752:74;;1746:85;;;;;1866:2333;;1984:5;1972:9;1967:3;1963:19;1959:31;1956:2;;;2003:1;2000;1993:12;1956:2;2021:21;2036:5;2021:21;;;2012:30;;2100:1;2131:60;2187:3;2178:6;2167:9;2163:22;2131:60;;;2125:3;2118:5;2114:15;2107:85;2052:151;2261:2;2294:60;2350:3;2341:6;2330:9;2326:22;2294:60;;;2287:4;2280:5;2276:16;2269:86;2213:153;2431:2;2464:60;2520:3;2511:6;2500:9;2496:22;2464:60;;;2457:4;2450:5;2446:16;2439:86;2376:160;2595:2;2628:60;2684:3;2675:6;2664:9;2660:22;2628:60;;;2621:4;2614:5;2610:16;2603:86;2546:154;2762:3;2796:60;2852:3;2843:6;2832:9;2828:22;2796:60;;;2789:4;2782:5;2778:16;2771:86;2710:158;2930:3;2964:60;3020:3;3011:6;3000:9;2996:22;2964:60;;;2957:4;2950:5;2946:16;2939:86;2878:158;3090:3;3124:60;3180:3;3171:6;3160:9;3156:22;3124:60;;;3117:4;3110:5;3106:16;3099:86;3046:150;3250:3;3284:60;3340:3;3331:6;3320:9;3316:22;3284:60;;;3277:4;3270:5;3266:16;3259:86;3206:150;3423:3;3458:60;3514:3;3505:6;3494:9;3490:22;3458:60;;;3450:5;3443;3439:17;3432:87;3366:164;3580:3;3615:60;3671:3;3662:6;3651:9;3647:22;3615:60;;;3607:5;3600;3596:17;3589:87;3540:147;3768:3;3757:9;3753:19;3747:26;3793:18;3785:6;3782:30;3779:2;;;3825:1;3822;3815:12;3779:2;3861:65;3922:3;3913:6;3902:9;3898:22;3861:65;;;3853:5;3846;3842:17;3835:92;3697:241;4019:3;4008:9;4004:19;3998:26;4044:18;4036:6;4033:30;4030:2;;;4076:1;4073;4066:12;4030:2;4112:65;4173:3;4164:6;4153:9;4149:22;4112:65;;;4104:5;4097;4093:17;4086:92;3948:241;1950:2249;;;;;4206:118;;4273:46;4311:6;4298:20;4273:46;;;4264:55;;4258:66;;;;;4331:122;;4409:39;4440:6;4434:13;4409:39;;;4400:48;;4394:59;;;;;4460:241;;4564:2;4552:9;4543:7;4539:23;4535:32;4532:2;;;4580:1;4577;4570:12;4532:2;4615:1;4632:53;4677:7;4668:6;4657:9;4653:22;4632:53;;;4622:63;;4594:97;4526:175;;;;;4708:360;;;4826:2;4814:9;4805:7;4801:23;4797:32;4794:2;;;4842:1;4839;4832:12;4794:2;4877:1;4894:53;4939:7;4930:6;4919:9;4915:22;4894:53;;;4884:63;;4856:97;4984:2;5002:50;5044:7;5035:6;5024:9;5020:22;5002:50;;;4992:60;;4963:95;4788:280;;;;;;5075:235;;5176:2;5164:9;5155:7;5151:23;5147:32;5144:2;;;5192:1;5189;5182:12;5144:2;5227:1;5244:50;5286:7;5277:6;5266:9;5262:22;5244:50;;;5234:60;;5206:94;5138:172;;;;;5317:257;;5429:2;5417:9;5408:7;5404:23;5400:32;5397:2;;;5445:1;5442;5435:12;5397:2;5480:1;5497:61;5550:7;5541:6;5530:9;5526:22;5497:61;;;5487:71;;5459:105;5391:183;;;;;5581:241;;5685:2;5673:9;5664:7;5660:23;5656:32;5653:2;;;5701:1;5698;5691:12;5653:2;5736:1;5753:53;5798:7;5789:6;5778:9;5774:22;5753:53;;;5743:63;;5715:97;5647:175;;;;;5829:561;;;;6002:2;5990:9;5981:7;5977:23;5973:32;5970:2;;;6018:1;6015;6008:12;5970:2;6053:1;6070:69;6131:7;6122:6;6111:9;6107:22;6070:69;;;6060:79;;6032:113;6176:2;6194:72;6258:7;6249:6;6238:9;6234:22;6194:72;;;6184:82;;6155:117;6303:2;6321:53;6366:7;6357:6;6346:9;6342:22;6321:53;;;6311:63;;6282:98;5964:426;;;;;;6397:739;;;;6569:2;6557:9;6548:7;6544:23;6540:32;6537:2;;;6585:1;6582;6575:12;6537:2;6641:1;6630:9;6626:17;6620:24;6664:18;6656:6;6653:30;6650:2;;;6696:1;6693;6686:12;6650:2;6716:82;6790:7;6781:6;6770:9;6766:22;6716:82;;;6706:92;;6599:205;6835:2;6853:64;6909:7;6900:6;6889:9;6885:22;6853:64;;;6843:74;;6814:109;6975:2;6964:9;6960:18;6954:25;6999:18;6991:6;6988:30;6985:2;;;7031:1;7028;7021:12;6985:2;7051:69;7112:7;7103:6;7092:9;7088:22;7051:69;;;7041:79;;6933:193;6531:605;;;;;;7143:699;;;;7299:2;7287:9;7278:7;7274:23;7270:32;7267:2;;;7315:1;7312;7305:12;7267:2;7350:1;7367:53;7412:7;7403:6;7392:9;7388:22;7367:53;;;7357:63;;7329:97;7485:2;7474:9;7470:18;7457:32;7509:18;7501:6;7498:30;7495:2;;;7541:1;7538;7531:12;7495:2;7561:62;7615:7;7606:6;7595:9;7591:22;7561:62;;;7551:72;;7436:193;7688:2;7677:9;7673:18;7660:32;7712:18;7704:6;7701:30;7698:2;;;7744:1;7741;7734:12;7698:2;7764:62;7818:7;7809:6;7798:9;7794:22;7764:62;;;7754:72;;7639:193;7261:581;;;;;;7849:144;7948:39;7981:5;7948:39;;;7943:3;7936:52;7930:63;;;8000:110;8073:31;8098:5;8073:31;;;8068:3;8061:44;8055:55;;;8117:120;8200:31;8225:5;8200:31;;;8195:3;8188:44;8182:55;;;8244:159;8345:52;8365:31;8390:5;8365:31;;;8345:52;;;8340:3;8333:65;8327:76;;;8410:111;8487:28;8509:5;8487:28;;;8482:3;8475:41;8469:52;;;8528:159;8629:52;8649:31;8674:5;8649:31;;;8629:52;;;8624:3;8617:65;8611:76;;;8694:120;8777:31;8802:5;8777:31;;;8772:3;8765:44;8759:55;;;8821:159;8922:52;8942:31;8967:5;8942:31;;;8922:52;;;8917:3;8910:65;8904:76;;;8987:343;;9097:38;9129:5;9097:38;;;9147:70;9210:6;9205:3;9147:70;;;9140:77;;9222:52;9267:6;9262:3;9255:4;9248:5;9244:16;9222:52;;;9295:29;9317:6;9295:29;;;9290:3;9286:39;9279:46;;9077:253;;;;;;9337:315;;9433:34;9461:5;9433:34;;;9479:60;9532:6;9527:3;9479:60;;;9472:67;;9544:52;9589:6;9584:3;9577:4;9570:5;9566:16;9544:52;;;9617:29;9639:6;9617:29;;;9612:3;9608:39;9601:46;;9413:239;;;;;;9659:339;;9767:35;9796:5;9767:35;;;9814:71;9878:6;9873:3;9814:71;;;9807:78;;9890:52;9935:6;9930:3;9923:4;9916:5;9912:16;9890:52;;;9963:29;9985:6;9963:29;;;9958:3;9954:39;9947:46;;9747:251;;;;;;10006:364;;10166:67;10230:2;10225:3;10166:67;;;10159:74;;10266:66;10262:1;10257:3;10253:11;10246:87;10361:2;10356:3;10352:12;10345:19;;10152:218;;;;10379:400;;10557:85;10639:2;10634:3;10557:85;;;10550:92;;10675:66;10671:1;10666:3;10662:11;10655:87;10770:2;10765:3;10761:12;10754:19;;10543:236;;;;10788:364;;10948:67;11012:2;11007:3;10948:67;;;10941:74;;11048:66;11044:1;11039:3;11035:11;11028:87;11143:2;11138:3;11134:12;11127:19;;10934:218;;;;11161:364;;11321:67;11385:2;11380:3;11321:67;;;11314:74;;11421:66;11417:1;11412:3;11408:11;11401:87;11516:2;11511:3;11507:12;11500:19;;11307:218;;;;11534:400;;11712:85;11794:2;11789:3;11712:85;;;11705:92;;11830:66;11826:1;11821:3;11817:11;11810:87;11925:2;11920:3;11916:12;11909:19;;11698:236;;;;11943:364;;12103:67;12167:2;12162:3;12103:67;;;12096:74;;12203:66;12199:1;12194:3;12190:11;12183:87;12298:2;12293:3;12289:12;12282:19;;12089:218;;;;12316:364;;12476:67;12540:2;12535:3;12476:67;;;12469:74;;12576:66;12572:1;12567:3;12563:11;12556:87;12671:2;12666:3;12662:12;12655:19;;12462:218;;;;12689:364;;12849:67;12913:2;12908:3;12849:67;;;12842:74;;12949:66;12945:1;12940:3;12936:11;12929:87;13044:2;13039:3;13035:12;13028:19;;12835:218;;;;13062:400;;13240:85;13322:2;13317:3;13240:85;;;13233:92;;13358:66;13354:1;13349:3;13345:11;13338:87;13453:2;13448:3;13444:12;13437:19;;13226:236;;;;13471:364;;13631:67;13695:2;13690:3;13631:67;;;13624:74;;13731:66;13727:1;13722:3;13718:11;13711:87;13826:2;13821:3;13817:12;13810:19;;13617:218;;;;13844:398;;14022:84;14104:1;14099:3;14022:84;;;14015:91;;14139:66;14135:1;14130:3;14126:11;14119:87;14234:1;14229:3;14225:11;14218:18;;14008:234;;;;14251:400;;14429:85;14511:2;14506:3;14429:85;;;14422:92;;14547:66;14543:1;14538:3;14534:11;14527:87;14642:2;14637:3;14633:12;14626:19;;14415:236;;;;14660:364;;14820:67;14884:2;14879:3;14820:67;;;14813:74;;14920:66;14916:1;14911:3;14907:11;14900:87;15015:2;15010:3;15006:12;14999:19;;14806:218;;;;15033:400;;15211:85;15293:2;15288:3;15211:85;;;15204:92;;15329:66;15325:1;15320:3;15316:11;15309:87;15424:2;15419:3;15415:12;15408:19;;15197:236;;;;15442:400;;15620:85;15702:2;15697:3;15620:85;;;15613:92;;15738:66;15734:1;15729:3;15725:11;15718:87;15833:2;15828:3;15824:12;15817:19;;15606:236;;;;15851:364;;16011:67;16075:2;16070:3;16011:67;;;16004:74;;16111:66;16107:1;16102:3;16098:11;16091:87;16206:2;16201:3;16197:12;16190:19;;15997:218;;;;16224:364;;16384:67;16448:2;16443:3;16384:67;;;16377:74;;16484:66;16480:1;16475:3;16471:11;16464:87;16579:2;16574:3;16570:12;16563:19;;16370:218;;;;16597:364;;16757:67;16821:2;16816:3;16757:67;;;16750:74;;16857:66;16853:1;16848:3;16844:11;16837:87;16952:2;16947:3;16943:12;16936:19;;16743:218;;;;16970:364;;17130:67;17194:2;17189:3;17130:67;;;17123:74;;17230:66;17226:1;17221:3;17217:11;17210:87;17325:2;17320:3;17316:12;17309:19;;17116:218;;;;17343:364;;17503:67;17567:2;17562:3;17503:67;;;17496:74;;17603:66;17599:1;17594:3;17590:11;17583:87;17698:2;17693:3;17689:12;17682:19;;17489:218;;;;17716:465;;17876:67;17940:2;17935:3;17876:67;;;17869:74;;17976:66;17972:1;17967:3;17963:11;17956:87;18077:66;18072:2;18067:3;18063:12;18056:88;18172:2;18167:3;18163:12;18156:19;;17862:319;;;;18190:465;;18350:67;18414:2;18409:3;18350:67;;;18343:74;;18450:66;18446:1;18441:3;18437:11;18430:87;18551:66;18546:2;18541:3;18537:12;18530:88;18646:2;18641:3;18637:12;18630:19;;18336:319;;;;18664:364;;18824:67;18888:2;18883:3;18824:67;;;18817:74;;18924:66;18920:1;18915:3;18911:11;18904:87;19019:2;19014:3;19010:12;19003:19;;18810:218;;;;19037:364;;19197:67;19261:2;19256:3;19197:67;;;19190:74;;19297:66;19293:1;19288:3;19284:11;19277:87;19392:2;19387:3;19383:12;19376:19;;19183:218;;;;19410:400;;19588:85;19670:2;19665:3;19588:85;;;19581:92;;19706:66;19702:1;19697:3;19693:11;19686:87;19801:2;19796:3;19792:12;19785:19;;19574:236;;;;19819:400;;19997:85;20079:2;20074:3;19997:85;;;19990:92;;20115:66;20111:1;20106:3;20102:11;20095:87;20210:2;20205:3;20201:12;20194:19;;19983:236;;;;20228:465;;20388:67;20452:2;20447:3;20388:67;;;20381:74;;20488:66;20484:1;20479:3;20475:11;20468:87;20589:66;20584:2;20579:3;20575:12;20568:88;20684:2;20679:3;20675:12;20668:19;;20374:319;;;;20702:364;;20862:67;20926:2;20921:3;20862:67;;;20855:74;;20962:66;20958:1;20953:3;20949:11;20942:87;21057:2;21052:3;21048:12;21041:19;;20848:218;;;;21075:364;;21235:67;21299:2;21294:3;21235:67;;;21228:74;;21335:66;21331:1;21326:3;21322:11;21315:87;21430:2;21425:3;21421:12;21414:19;;21221:218;;;;21500:2261;;21645:5;21640:3;21636:15;21736:3;21729:5;21725:15;21719:22;21747:61;21803:3;21798;21794:13;21781:11;21747:61;;;21666:148;21894:4;21887:5;21883:16;21877:23;21906:62;21962:4;21957:3;21953:14;21940:11;21906:62;;;21824:150;22061:4;22054:5;22050:16;22044:23;22073:62;22129:4;22124:3;22120:14;22107:11;22073:62;;;21984:157;22222:4;22215:5;22211:16;22205:23;22234:62;22290:4;22285:3;22281:14;22268:11;22234:62;;;22151:151;22386:4;22379:5;22375:16;22369:23;22398:62;22454:4;22449:3;22445:14;22432:11;22398:62;;;22312:154;22550:4;22543:5;22539:16;22533:23;22562:62;22618:4;22613:3;22609:14;22596:11;22562:62;;;22476:154;22706:4;22699:5;22695:16;22689:23;22718:62;22774:4;22769:3;22765:14;22752:11;22718:62;;;22640:146;22862:4;22855:5;22851:16;22845:23;22874:62;22930:4;22925:3;22921:14;22908:11;22874:62;;;22796:146;23031:5;23024;23020:17;23014:24;23044:63;23100:5;23095:3;23091:15;23078:11;23044:63;;;22952:161;23185:5;23178;23174:17;23168:24;23198:63;23254:5;23249:3;23245:15;23232:11;23198:63;;;23123:144;23349:5;23342;23338:17;23332:24;23403:3;23397:4;23393:14;23385:5;23380:3;23376:15;23369:39;23423:66;23484:4;23471:11;23423:66;;;23415:74;;23277:224;23583:5;23576;23572:17;23566:24;23637:3;23631:4;23627:14;23619:5;23614:3;23610:15;23603:39;23657:66;23718:4;23705:11;23657:66;;;23649:74;;23511:224;23752:4;23745:11;;21618:2143;;;;;;23768:117;23849:30;23873:5;23849:30;;;23844:3;23837:43;23831:54;;;23892:110;23965:31;23990:5;23965:31;;;23960:3;23953:44;23947:55;;;24009:120;24092:31;24117:5;24092:31;;;24087:3;24080:44;24074:55;;;24136:800;;24367:75;24438:3;24429:6;24367:75;;;24464:2;24459:3;24455:12;24448:19;;24478:75;24549:3;24540:6;24478:75;;;24575:2;24570:3;24566:12;24559:19;;24589:75;24660:3;24651:6;24589:75;;;24686:2;24681:3;24677:12;24670:19;;24700:75;24771:3;24762:6;24700:75;;;24797:2;24792:3;24788:12;24781:19;;24811:75;24882:3;24873:6;24811:75;;;24908:2;24903:3;24899:12;24892:19;;24928:3;24921:10;;24355:581;;;;;;;;;24943:1440;;25546:148;25690:3;25546:148;;;25539:155;;25712:148;25856:3;25712:148;;;25705:155;;25878:148;26022:3;25878:148;;;25871:155;;26044:148;26188:3;26044:148;;;26037:155;;26210:148;26354:3;26210:148;;;26203:155;;26375:3;26368:10;;25527:856;;;;26390:1440;;26993:148;27137:3;26993:148;;;26986:155;;27159:148;27303:3;27159:148;;;27152:155;;27325:148;27469:3;27325:148;;;27318:155;;27491:148;27635:3;27491:148;;;27484:155;;27657:148;27801:3;27657:148;;;27650:155;;27822:3;27815:10;;26974:856;;;;27837:213;;27955:2;27944:9;27940:18;27932:26;;27969:71;28037:1;28026:9;28022:17;28013:6;27969:71;;;27926:124;;;;;28057:467;;28247:2;28236:9;28232:18;28224:26;;28261:71;28329:1;28318:9;28314:17;28305:6;28261:71;;;28343:88;28427:2;28416:9;28412:18;28403:6;28343:88;;;28442:72;28510:2;28499:9;28495:18;28486:6;28442:72;;;28218:306;;;;;;;28531:435;;28705:2;28694:9;28690:18;28682:26;;28719:71;28787:1;28776:9;28772:17;28763:6;28719:71;;;28801:72;28869:2;28858:9;28854:18;28845:6;28801:72;;;28884;28952:2;28941:9;28937:18;28928:6;28884:72;;;28676:290;;;;;;;28973:435;;29147:2;29136:9;29132:18;29124:26;;29161:71;29229:1;29218:9;29214:17;29205:6;29161:71;;;29243:72;29311:2;29300:9;29296:18;29287:6;29243:72;;;29326;29394:2;29383:9;29379:18;29370:6;29326:72;;;29118:290;;;;;;;29415:201;;29527:2;29516:9;29512:18;29504:26;;29541:65;29603:1;29592:9;29588:17;29579:6;29541:65;;;29498:118;;;;;29623:213;;29741:2;29730:9;29726:18;29718:26;;29755:71;29823:1;29812:9;29808:17;29799:6;29755:71;;;29712:124;;;;;29843:293;;29977:2;29966:9;29962:18;29954:26;;30027:9;30021:4;30017:20;30013:1;30002:9;29998:17;29991:47;30052:74;30121:4;30112:6;30052:74;;;30044:82;;29948:188;;;;;30143:407;;30334:2;30323:9;30319:18;30311:26;;30384:9;30378:4;30374:20;30370:1;30359:9;30355:17;30348:47;30409:131;30535:4;30409:131;;;30401:139;;30305:245;;;;30557:407;;30748:2;30737:9;30733:18;30725:26;;30798:9;30792:4;30788:20;30784:1;30773:9;30769:17;30762:47;30823:131;30949:4;30823:131;;;30815:139;;30719:245;;;;30971:407;;31162:2;31151:9;31147:18;31139:26;;31212:9;31206:4;31202:20;31198:1;31187:9;31183:17;31176:47;31237:131;31363:4;31237:131;;;31229:139;;31133:245;;;;31385:407;;31576:2;31565:9;31561:18;31553:26;;31626:9;31620:4;31616:20;31612:1;31601:9;31597:17;31590:47;31651:131;31777:4;31651:131;;;31643:139;;31547:245;;;;31799:407;;31990:2;31979:9;31975:18;31967:26;;32040:9;32034:4;32030:20;32026:1;32015:9;32011:17;32004:47;32065:131;32191:4;32065:131;;;32057:139;;31961:245;;;;32213:407;;32404:2;32393:9;32389:18;32381:26;;32454:9;32448:4;32444:20;32440:1;32429:9;32425:17;32418:47;32479:131;32605:4;32479:131;;;32471:139;;32375:245;;;;32627:407;;32818:2;32807:9;32803:18;32795:26;;32868:9;32862:4;32858:20;32854:1;32843:9;32839:17;32832:47;32893:131;33019:4;32893:131;;;32885:139;;32789:245;;;;33041:407;;33232:2;33221:9;33217:18;33209:26;;33282:9;33276:4;33272:20;33268:1;33257:9;33253:17;33246:47;33307:131;33433:4;33307:131;;;33299:139;;33203:245;;;;33455:407;;33646:2;33635:9;33631:18;33623:26;;33696:9;33690:4;33686:20;33682:1;33671:9;33667:17;33660:47;33721:131;33847:4;33721:131;;;33713:139;;33617:245;;;;33869:407;;34060:2;34049:9;34045:18;34037:26;;34110:9;34104:4;34100:20;34096:1;34085:9;34081:17;34074:47;34135:131;34261:4;34135:131;;;34127:139;;34031:245;;;;34283:407;;34474:2;34463:9;34459:18;34451:26;;34524:9;34518:4;34514:20;34510:1;34499:9;34495:17;34488:47;34549:131;34675:4;34549:131;;;34541:139;;34445:245;;;;34697:407;;34888:2;34877:9;34873:18;34865:26;;34938:9;34932:4;34928:20;34924:1;34913:9;34909:17;34902:47;34963:131;35089:4;34963:131;;;34955:139;;34859:245;;;;35111:407;;35302:2;35291:9;35287:18;35279:26;;35352:9;35346:4;35342:20;35338:1;35327:9;35323:17;35316:47;35377:131;35503:4;35377:131;;;35369:139;;35273:245;;;;35525:407;;35716:2;35705:9;35701:18;35693:26;;35766:9;35760:4;35756:20;35752:1;35741:9;35737:17;35730:47;35791:131;35917:4;35791:131;;;35783:139;;35687:245;;;;35939:407;;36130:2;36119:9;36115:18;36107:26;;36180:9;36174:4;36170:20;36166:1;36155:9;36151:17;36144:47;36205:131;36331:4;36205:131;;;36197:139;;36101:245;;;;36353:407;;36544:2;36533:9;36529:18;36521:26;;36594:9;36588:4;36584:20;36580:1;36569:9;36565:17;36558:47;36619:131;36745:4;36619:131;;;36611:139;;36515:245;;;;36767:407;;36958:2;36947:9;36943:18;36935:26;;37008:9;37002:4;36998:20;36994:1;36983:9;36979:17;36972:47;37033:131;37159:4;37033:131;;;37025:139;;36929:245;;;;37181:407;;37372:2;37361:9;37357:18;37349:26;;37422:9;37416:4;37412:20;37408:1;37397:9;37393:17;37386:47;37447:131;37573:4;37447:131;;;37439:139;;37343:245;;;;37595:407;;37786:2;37775:9;37771:18;37763:26;;37836:9;37830:4;37826:20;37822:1;37811:9;37807:17;37800:47;37861:131;37987:4;37861:131;;;37853:139;;37757:245;;;;38009:407;;38200:2;38189:9;38185:18;38177:26;;38250:9;38244:4;38240:20;38236:1;38225:9;38221:17;38214:47;38275:131;38401:4;38275:131;;;38267:139;;38171:245;;;;38423:1015;;38751:3;38740:9;38736:19;38728:27;;38802:9;38796:4;38792:20;38788:1;38777:9;38773:17;38766:47;38827:102;38924:4;38915:6;38827:102;;;38819:110;;38940:72;39008:2;38997:9;38993:18;38984:6;38940:72;;;39023;39091:2;39080:9;39076:18;39067:6;39023:72;;;39106:70;39172:2;39161:9;39157:18;39148:6;39106:70;;;39187:73;39255:3;39244:9;39240:19;39231:6;39187:73;;;39271;39339:3;39328:9;39324:19;39315:6;39271:73;;;39355;39423:3;39412:9;39408:19;39399:6;39355:73;;;38722:716;;;;;;;;;;;39445:715;;39683:3;39672:9;39668:19;39660:27;;39698:71;39766:1;39755:9;39751:17;39742:6;39698:71;;;39780:72;39848:2;39837:9;39833:18;39824:6;39780:72;;;39900:9;39894:4;39890:20;39885:2;39874:9;39870:18;39863:48;39925:76;39996:4;39987:6;39925:76;;;39917:84;;40049:9;40043:4;40039:20;40034:2;40023:9;40019:18;40012:48;40074:76;40145:4;40136:6;40074:76;;;40066:84;;39654:506;;;;;;;;40167:256;;40229:2;40223:9;40213:19;;40267:4;40259:6;40255:17;40366:6;40354:10;40351:22;40330:18;40318:10;40315:34;40312:62;40309:2;;;40387:1;40384;40377:12;40309:2;40407:10;40403:2;40396:22;40207:216;;;;;40430:254;;40569:18;40561:6;40558:30;40555:2;;;40601:1;40598;40591:12;40555:2;40645:4;40641:9;40634:4;40626:6;40622:17;40618:33;40610:41;;40674:4;40668;40664:15;40656:23;;40492:192;;;;40691:258;;40834:18;40826:6;40823:30;40820:2;;;40866:1;40863;40856:12;40820:2;40910:4;40906:9;40899:4;40891:6;40887:17;40883:33;40875:41;;40939:4;40933;40929:15;40921:23;;40757:192;;;;40956:87;;41032:5;41026:12;41016:22;;41010:33;;;;41050:91;;41130:5;41124:12;41114:22;;41108:33;;;;41148:88;;41225:5;41219:12;41209:22;;41203:33;;;;41244:152;;41348:6;41343:3;41336:19;41385:4;41380:3;41376:14;41361:29;;41329:67;;;;;41405:162;;41519:6;41514:3;41507:19;41556:4;41551:3;41547:14;41532:29;;41500:67;;;;;41576:163;;41691:6;41686:3;41679:19;41728:4;41723:3;41719:14;41704:29;;41672:67;;;;;41748:145;;41884:3;41869:18;;41862:31;;;;;41901:105;;41970:31;41995:5;41970:31;;;41959:42;;41953:53;;;;42013:113;;42090:31;42115:5;42090:31;;;42079:42;;42073:53;;;;42133:92;;42213:5;42206:13;42199:21;42188:32;;42182:43;;;;42232:152;;42312:66;42305:5;42301:78;42290:89;;42284:100;;;;42391:79;;42460:5;42449:16;;42443:27;;;;42477:91;;42556:6;42549:5;42545:18;42534:29;;42528:40;;;;42575:128;;42655:42;42648:5;42644:54;42633:65;;42627:76;;;;42710:79;;42779:5;42768:16;;42762:27;;;;42796:105;;42865:31;42890:5;42865:31;;;42854:42;;42848:53;;;;42908:92;;42988:5;42981:13;42974:21;42963:32;;42957:43;;;;43007:79;;43076:5;43065:16;;43059:27;;;;43093:121;;43178:31;43203:5;43178:31;;;43167:42;;43161:53;;;;43221:124;;43309:31;43334:5;43309:31;;;43298:42;;43292:53;;;;43352:128;;43432:42;43425:5;43421:54;43410:65;;43404:76;;;;43487:79;;43556:5;43545:16;;43539:27;;;;43574:145;43655:6;43650:3;43645;43632:30;43711:1;43702:6;43697:3;43693:16;43686:27;43625:94;;;;43728:268;43793:1;43800:101;43814:6;43811:1;43808:13;43800:101;;;43890:1;43885:3;43881:11;43875:18;43871:1;43866:3;43862:11;43855:39;43836:2;43833:1;43829:10;43824:15;;43800:101;;;43916:6;43913:1;43910:13;43907:2;;;43981:1;43972:6;43967:3;43963:16;43956:27;43907:2;43777:219;;;;;44004:95;;44068:26;44088:5;44068:26;;;44057:37;;44051:48;;;;44106:74;;44170:5;44159:16;;44153:27;;;;44187:74;;44251:5;44240:16;;44234:27;;;;44268:89;;44332:20;44346:5;44332:20;;;44321:31;;44315:42;;;;44364:97;;44452:2;44448:7;44443:2;44436:5;44432:14;44428:28;44418:38;;44412:49;;;;44470:106;;44542:27;44535:5;44531:39;44519:51;;44512:64;;;
Swarm Source
bzzr://b4c83446a27fe9247bea7d1e165d7a9d19324be07b75e33a5a10ebb9b38d1084
Loading...
Loading
Loading...
Loading
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.