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 125 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Send From | 18985532 | 374 days ago | IN | 0.00034883 ETH | 0.0065025 | ||||
Send From | 18961813 | 377 days ago | IN | 0.00039765 ETH | 0.00370691 | ||||
Send From | 18919808 | 383 days ago | IN | 0.00038978 ETH | 0.00459781 | ||||
Send From | 18891856 | 387 days ago | IN | 0.00038978 ETH | 0.00582398 | ||||
Send From | 18862330 | 391 days ago | IN | 0.00038977 ETH | 0.00385528 | ||||
Send From | 18834823 | 395 days ago | IN | 0.00041454 ETH | 0.01158628 | ||||
Send From | 18812385 | 398 days ago | IN | 0.00041454 ETH | 0.01103587 | ||||
Send From | 18662537 | 419 days ago | IN | 0.00043595 ETH | 0.00690649 | ||||
Send From | 18612619 | 426 days ago | IN | 0.0004643 ETH | 0.00503088 | ||||
Send From | 18562522 | 433 days ago | IN | 0.00042765 ETH | 0.00729173 | ||||
Send From | 18512415 | 440 days ago | IN | 0.0004916 ETH | 0.00503313 | ||||
Send From | 18474009 | 446 days ago | IN | 0.0004916 ETH | 0.00367857 | ||||
Send From | 18462510 | 447 days ago | IN | 0.0004916 ETH | 0.00352824 | ||||
Send From | 18419900 | 453 days ago | IN | 0.00049155 ETH | 0.00481482 | ||||
Send From | 18412652 | 454 days ago | IN | 0.0005587 ETH | 0.00224762 | ||||
Send From | 18362057 | 462 days ago | IN | 0.0005587 ETH | 0.00203419 | ||||
Send From | 18332959 | 466 days ago | IN | 0.0005587 ETH | 0.00144138 | ||||
Send From | 18332921 | 466 days ago | IN | 0.0005587 ETH | 0.00374388 | ||||
Send From | 18312305 | 468 days ago | IN | 0.0005587 ETH | 0.00190992 | ||||
Send From | 18262717 | 475 days ago | IN | 0.00052176 ETH | 0.00334469 | ||||
Send From | 18212261 | 482 days ago | IN | 0.00056086 ETH | 0.00204464 | ||||
Send From | 18206437 | 483 days ago | IN | 0.00056086 ETH | 0.00240519 | ||||
Send From | 18162678 | 489 days ago | IN | 0.00056086 ETH | 0.00214691 | ||||
Send From | 18112895 | 496 days ago | IN | 0.00056086 ETH | 0.00317816 | ||||
Send From | 18091007 | 499 days ago | IN | 0.00056086 ETH | 0.00396323 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|
18985532 | 374 days ago | 0.00034883 ETH | ||||
18961813 | 377 days ago | 0.00039765 ETH | ||||
18919808 | 383 days ago | 0.00038978 ETH | ||||
18891856 | 387 days ago | 0.00038978 ETH | ||||
18862330 | 391 days ago | 0.00038977 ETH | ||||
18834823 | 395 days ago | 0.00041454 ETH | ||||
18812385 | 398 days ago | 0.00041454 ETH | ||||
18662537 | 419 days ago | 0.00043595 ETH | ||||
18612619 | 426 days ago | 0.0004643 ETH | ||||
18562522 | 433 days ago | 0.00042765 ETH | ||||
18512415 | 440 days ago | 0.0004916 ETH | ||||
18474009 | 446 days ago | 0.0004916 ETH | ||||
18462510 | 447 days ago | 0.0004916 ETH | ||||
18419900 | 453 days ago | 0.00049155 ETH | ||||
18412652 | 454 days ago | 0.0005587 ETH | ||||
18362057 | 462 days ago | 0.0005587 ETH | ||||
18332959 | 466 days ago | 0.0005587 ETH | ||||
18312305 | 468 days ago | 0.0005587 ETH | ||||
18262717 | 475 days ago | 0.00052176 ETH | ||||
18212261 | 482 days ago | 0.00056086 ETH | ||||
18206437 | 483 days ago | 0.00056086 ETH | ||||
18162678 | 489 days ago | 0.00056086 ETH | ||||
18112895 | 496 days ago | 0.00056086 ETH | ||||
18091007 | 499 days ago | 0.00056086 ETH | ||||
18062344 | 503 days ago | 0.00056086 ETH |
Loading...
Loading
Contract Name:
ProxyERC20
Compiler Version
v0.8.17+commit.8df45f5f
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2022-10-17 */ // Sources flattened with hardhat v2.10.1 https://hardhat.org // File @openzeppelin/contracts/utils/[email protected] // SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) pragma solidity ^0.8.0; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } } // File @openzeppelin/contracts/access/[email protected] // OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { _checkOwner(); _; } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if the sender is not the owner. */ function _checkOwner() internal view virtual { require(owner() == _msgSender(), "Ownable: caller is not the owner"); } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } } // File contracts/interfaces/ILayerZeroReceiver.sol pragma solidity >=0.5.0; interface ILayerZeroReceiver { // @notice LayerZero endpoint will invoke this function to deliver the message on the destination // @param _srcChainId - the source endpoint identifier // @param _srcAddress - the source sending contract address from the source chain // @param _nonce - the ordered message nonce // @param _payload - the signed payload is the UA bytes has encoded to be sent function lzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) external; } // File contracts/interfaces/ILayerZeroUserApplicationConfig.sol pragma solidity >=0.5.0; interface ILayerZeroUserApplicationConfig { // @notice set the configuration of the LayerZero messaging library of the specified version // @param _version - messaging library version // @param _chainId - the chainId for the pending config change // @param _configType - type of configuration. every messaging library has its own convention. // @param _config - configuration in the bytes. can encode arbitrary content. function setConfig(uint16 _version, uint16 _chainId, uint _configType, bytes calldata _config) external; // @notice set the send() LayerZero messaging library version to _version // @param _version - new messaging library version function setSendVersion(uint16 _version) external; // @notice set the lzReceive() LayerZero messaging library version to _version // @param _version - new messaging library version function setReceiveVersion(uint16 _version) external; // @notice Only when the UA needs to resume the message flow in blocking mode and clear the stored payload // @param _srcChainId - the chainId of the source chain // @param _srcAddress - the contract address of the source contract at the source chain function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external; } // File contracts/interfaces/ILayerZeroEndpoint.sol pragma solidity >=0.5.0; interface ILayerZeroEndpoint is ILayerZeroUserApplicationConfig { // @notice send a LayerZero message to the specified address at a LayerZero endpoint. // @param _dstChainId - the destination chain identifier // @param _destination - the address on destination chain (in bytes). address length/format may vary by chains // @param _payload - a custom bytes payload to send to the destination contract // @param _refundAddress - if the source transaction is cheaper than the amount of value passed, refund the additional amount to this address // @param _zroPaymentAddress - the address of the ZRO token holder who would pay for the transaction // @param _adapterParams - parameters for custom functionality. e.g. receive airdropped native gas from the relayer on destination function send(uint16 _dstChainId, bytes calldata _destination, bytes calldata _payload, address payable _refundAddress, address _zroPaymentAddress, bytes calldata _adapterParams) external payable; // @notice used by the messaging library to publish verified payload // @param _srcChainId - the source chain identifier // @param _srcAddress - the source contract (as bytes) at the source chain // @param _dstAddress - the address on destination chain // @param _nonce - the unbound message ordering nonce // @param _gasLimit - the gas limit for external contract execution // @param _payload - verified payload to send to the destination contract function receivePayload(uint16 _srcChainId, bytes calldata _srcAddress, address _dstAddress, uint64 _nonce, uint _gasLimit, bytes calldata _payload) external; // @notice get the inboundNonce of a lzApp from a source chain which could be EVM or non-EVM chain // @param _srcChainId - the source chain identifier // @param _srcAddress - the source chain contract address function getInboundNonce(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (uint64); // @notice get the outboundNonce from this source chain which, consequently, is always an EVM // @param _srcAddress - the source chain contract address function getOutboundNonce(uint16 _dstChainId, address _srcAddress) external view returns (uint64); // @notice gets a quote in source native gas, for the amount that send() requires to pay for message delivery // @param _dstChainId - the destination chain identifier // @param _userApplication - the user app address on this EVM chain // @param _payload - the custom message to send over LayerZero // @param _payInZRO - if false, user app pays the protocol fee in native token // @param _adapterParam - parameters for the adapter service, e.g. send some dust native token to dstChain function estimateFees(uint16 _dstChainId, address _userApplication, bytes calldata _payload, bool _payInZRO, bytes calldata _adapterParam) external view returns (uint nativeFee, uint zroFee); // @notice get this Endpoint's immutable source identifier function getChainId() external view returns (uint16); // @notice the interface to retry failed message on this Endpoint destination // @param _srcChainId - the source chain identifier // @param _srcAddress - the source chain contract address // @param _payload - the payload to be retried function retryPayload(uint16 _srcChainId, bytes calldata _srcAddress, bytes calldata _payload) external; // @notice query if any STORED payload (message blocking) at the endpoint. // @param _srcChainId - the source chain identifier // @param _srcAddress - the source chain contract address function hasStoredPayload(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (bool); // @notice query if the _libraryAddress is valid for sending msgs. // @param _userApplication - the user app address on this EVM chain function getSendLibraryAddress(address _userApplication) external view returns (address); // @notice query if the _libraryAddress is valid for receiving msgs. // @param _userApplication - the user app address on this EVM chain function getReceiveLibraryAddress(address _userApplication) external view returns (address); // @notice query if the non-reentrancy guard for send() is on // @return true if the guard is on. false otherwise function isSendingPayload() external view returns (bool); // @notice query if the non-reentrancy guard for receive() is on // @return true if the guard is on. false otherwise function isReceivingPayload() external view returns (bool); // @notice get the configuration of the LayerZero messaging library of the specified version // @param _version - messaging library version // @param _chainId - the chainId for the pending config change // @param _userApplication - the contract address of the user application // @param _configType - type of configuration. every messaging library has its own convention. function getConfig(uint16 _version, uint16 _chainId, address _userApplication, uint _configType) external view returns (bytes memory); // @notice get the send() LayerZero messaging library version // @param _userApplication - the contract address of the user application function getSendVersion(address _userApplication) external view returns (uint16); // @notice get the lzReceive() LayerZero messaging library version // @param _userApplication - the contract address of the user application function getReceiveVersion(address _userApplication) external view returns (uint16); } // File contracts/util/BytesLib.sol /* * @title Solidity Bytes Arrays Utils * @author Gonçalo Sá <[email protected]> * * @dev Bytes tightly packed arrays utility library for ethereum contracts written in Solidity. * The library lets you concatenate, slice and type cast bytes arrays both in memory and storage. */ pragma solidity >=0.8.0 <0.9.0; library BytesLib { function concat( bytes memory _preBytes, bytes memory _postBytes ) internal pure returns (bytes memory) { bytes memory tempBytes; assembly { // Get a location of some free memory and store it in tempBytes as // Solidity does for memory variables. tempBytes := mload(0x40) // Store the length of the first bytes array at the beginning of // the memory for tempBytes. let length := mload(_preBytes) mstore(tempBytes, length) // Maintain a memory counter for the current write location in the // temp bytes array by adding the 32 bytes for the array length to // the starting location. let mc := add(tempBytes, 0x20) // Stop copying when the memory counter reaches the length of the // first bytes array. let end := add(mc, length) for { // Initialize a copy counter to the start of the _preBytes data, // 32 bytes into its memory. let cc := add(_preBytes, 0x20) } lt(mc, end) { // Increase both counters by 32 bytes each iteration. mc := add(mc, 0x20) cc := add(cc, 0x20) } { // Write the _preBytes data into the tempBytes memory 32 bytes // at a time. mstore(mc, mload(cc)) } // Add the length of _postBytes to the current length of tempBytes // and store it as the new length in the first 32 bytes of the // tempBytes memory. length := mload(_postBytes) mstore(tempBytes, add(length, mload(tempBytes))) // Move the memory counter back from a multiple of 0x20 to the // actual end of the _preBytes data. mc := end // Stop copying when the memory counter reaches the new combined // length of the arrays. end := add(mc, length) for { let cc := add(_postBytes, 0x20) } lt(mc, end) { mc := add(mc, 0x20) cc := add(cc, 0x20) } { mstore(mc, mload(cc)) } // Update the free-memory pointer by padding our last write location // to 32 bytes: add 31 bytes to the end of tempBytes to move to the // next 32 byte block, then round down to the nearest multiple of // 32. If the sum of the length of the two arrays is zero then add // one before rounding down to leave a blank 32 bytes (the length block with 0). mstore(0x40, and( add(add(end, iszero(add(length, mload(_preBytes)))), 31), not(31) // Round down to the nearest 32 bytes. )) } return tempBytes; } function concatStorage(bytes storage _preBytes, bytes memory _postBytes) internal { assembly { // Read the first 32 bytes of _preBytes storage, which is the length // of the array. (We don't need to use the offset into the slot // because arrays use the entire slot.) let fslot := sload(_preBytes.slot) // Arrays of 31 bytes or less have an even value in their slot, // while longer arrays have an odd value. The actual length is // the slot divided by two for odd values, and the lowest order // byte divided by two for even values. // If the slot is even, bitwise and the slot with 255 and divide by // two to get the length. If the slot is odd, bitwise and the slot // with -1 and divide by two. let slength := div(and(fslot, sub(mul(0x100, iszero(and(fslot, 1))), 1)), 2) let mlength := mload(_postBytes) let newlength := add(slength, mlength) // slength can contain both the length and contents of the array // if length < 32 bytes so let's prepare for that // v. http://solidity.readthedocs.io/en/latest/miscellaneous.html#layout-of-state-variables-in-storage switch add(lt(slength, 32), lt(newlength, 32)) case 2 { // Since the new array still fits in the slot, we just need to // update the contents of the slot. // uint256(bytes_storage) = uint256(bytes_storage) + uint256(bytes_memory) + new_length sstore( _preBytes.slot, // all the modifications to the slot are inside this // next block add( // we can just add to the slot contents because the // bytes we want to change are the LSBs fslot, add( mul( div( // load the bytes from memory mload(add(_postBytes, 0x20)), // zero all bytes to the right exp(0x100, sub(32, mlength)) ), // and now shift left the number of bytes to // leave space for the length in the slot exp(0x100, sub(32, newlength)) ), // increase length by the double of the memory // bytes length mul(mlength, 2) ) ) ) } case 1 { // The stored value fits in the slot, but the combined value // will exceed it. // get the keccak hash to get the contents of the array mstore(0x0, _preBytes.slot) let sc := add(keccak256(0x0, 0x20), div(slength, 32)) // save new length sstore(_preBytes.slot, add(mul(newlength, 2), 1)) // The contents of the _postBytes array start 32 bytes into // the structure. Our first read should obtain the `submod` // bytes that can fit into the unused space in the last word // of the stored array. To get this, we read 32 bytes starting // from `submod`, so the data we read overlaps with the array // contents by `submod` bytes. Masking the lowest-order // `submod` bytes allows us to add that value directly to the // stored value. let submod := sub(32, slength) let mc := add(_postBytes, submod) let end := add(_postBytes, mlength) let mask := sub(exp(0x100, submod), 1) sstore( sc, add( and( fslot, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00 ), and(mload(mc), mask) ) ) for { mc := add(mc, 0x20) sc := add(sc, 1) } lt(mc, end) { sc := add(sc, 1) mc := add(mc, 0x20) } { sstore(sc, mload(mc)) } mask := exp(0x100, sub(mc, end)) sstore(sc, mul(div(mload(mc), mask), mask)) } default { // get the keccak hash to get the contents of the array mstore(0x0, _preBytes.slot) // Start copying to the last used word of the stored array. let sc := add(keccak256(0x0, 0x20), div(slength, 32)) // save new length sstore(_preBytes.slot, add(mul(newlength, 2), 1)) // Copy over the first `submod` bytes of the new data as in // case 1 above. let slengthmod := mod(slength, 32) let mlengthmod := mod(mlength, 32) let submod := sub(32, slengthmod) let mc := add(_postBytes, submod) let end := add(_postBytes, mlength) let mask := sub(exp(0x100, submod), 1) sstore(sc, add(sload(sc), and(mload(mc), mask))) for { sc := add(sc, 1) mc := add(mc, 0x20) } lt(mc, end) { sc := add(sc, 1) mc := add(mc, 0x20) } { sstore(sc, mload(mc)) } mask := exp(0x100, sub(mc, end)) sstore(sc, mul(div(mload(mc), mask), mask)) } } } function slice( bytes memory _bytes, uint256 _start, uint256 _length ) internal pure returns (bytes memory) { require(_length + 31 >= _length, "slice_overflow"); require(_bytes.length >= _start + _length, "slice_outOfBounds"); bytes memory tempBytes; assembly { switch iszero(_length) case 0 { // Get a location of some free memory and store it in tempBytes as // Solidity does for memory variables. tempBytes := mload(0x40) // The first word of the slice result is potentially a partial // word read from the original array. To read it, we calculate // the length of that partial word and start copying that many // bytes into the array. The first word we copy will start with // data we don't care about, but the last `lengthmod` bytes will // land at the beginning of the contents of the new array. When // we're done copying, we overwrite the full first word with // the actual length of the slice. let lengthmod := and(_length, 31) // The multiplication in the next line is necessary // because when slicing multiples of 32 bytes (lengthmod == 0) // the following copy loop was copying the origin's length // and then ending prematurely not copying everything it should. let mc := add(add(tempBytes, lengthmod), mul(0x20, iszero(lengthmod))) let end := add(mc, _length) for { // The multiplication in the next line has the same exact purpose // as the one above. let cc := add(add(add(_bytes, lengthmod), mul(0x20, iszero(lengthmod))), _start) } lt(mc, end) { mc := add(mc, 0x20) cc := add(cc, 0x20) } { mstore(mc, mload(cc)) } mstore(tempBytes, _length) //update free-memory pointer //allocating the array padded to 32 bytes like the compiler does now mstore(0x40, and(add(mc, 31), not(31))) } //if we want a zero-length slice let's just return a zero-length array default { tempBytes := mload(0x40) //zero out the 32 bytes slice we are about to return //we need to do it because Solidity does not garbage collect mstore(tempBytes, 0) mstore(0x40, add(tempBytes, 0x20)) } } return tempBytes; } function toAddress(bytes memory _bytes, uint256 _start) internal pure returns (address) { require(_bytes.length >= _start + 20, "toAddress_outOfBounds"); address tempAddress; assembly { tempAddress := div(mload(add(add(_bytes, 0x20), _start)), 0x1000000000000000000000000) } return tempAddress; } function toUint8(bytes memory _bytes, uint256 _start) internal pure returns (uint8) { require(_bytes.length >= _start + 1 , "toUint8_outOfBounds"); uint8 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x1), _start)) } return tempUint; } function toUint16(bytes memory _bytes, uint256 _start) internal pure returns (uint16) { require(_bytes.length >= _start + 2, "toUint16_outOfBounds"); uint16 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x2), _start)) } return tempUint; } function toUint32(bytes memory _bytes, uint256 _start) internal pure returns (uint32) { require(_bytes.length >= _start + 4, "toUint32_outOfBounds"); uint32 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x4), _start)) } return tempUint; } function toUint64(bytes memory _bytes, uint256 _start) internal pure returns (uint64) { require(_bytes.length >= _start + 8, "toUint64_outOfBounds"); uint64 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x8), _start)) } return tempUint; } function toUint96(bytes memory _bytes, uint256 _start) internal pure returns (uint96) { require(_bytes.length >= _start + 12, "toUint96_outOfBounds"); uint96 tempUint; assembly { tempUint := mload(add(add(_bytes, 0xc), _start)) } return tempUint; } function toUint128(bytes memory _bytes, uint256 _start) internal pure returns (uint128) { require(_bytes.length >= _start + 16, "toUint128_outOfBounds"); uint128 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x10), _start)) } return tempUint; } function toUint256(bytes memory _bytes, uint256 _start) internal pure returns (uint256) { require(_bytes.length >= _start + 32, "toUint256_outOfBounds"); uint256 tempUint; assembly { tempUint := mload(add(add(_bytes, 0x20), _start)) } return tempUint; } function toBytes32(bytes memory _bytes, uint256 _start) internal pure returns (bytes32) { require(_bytes.length >= _start + 32, "toBytes32_outOfBounds"); bytes32 tempBytes32; assembly { tempBytes32 := mload(add(add(_bytes, 0x20), _start)) } return tempBytes32; } function equal(bytes memory _preBytes, bytes memory _postBytes) internal pure returns (bool) { bool success = true; assembly { let length := mload(_preBytes) // if lengths don't match the arrays are not equal switch eq(length, mload(_postBytes)) case 1 { // cb is a circuit breaker in the for loop since there's // no said feature for inline assembly loops // cb = 1 - don't breaker // cb = 0 - break let cb := 1 let mc := add(_preBytes, 0x20) let end := add(mc, length) for { let cc := add(_postBytes, 0x20) // the next line is the loop condition: // while(uint256(mc < end) + cb == 2) } eq(add(lt(mc, end), cb), 2) { mc := add(mc, 0x20) cc := add(cc, 0x20) } { // if any of these checks fails then arrays are not equal if iszero(eq(mload(mc), mload(cc))) { // unsuccess: success := 0 cb := 0 } } } default { // unsuccess: success := 0 } } return success; } function equalStorage( bytes storage _preBytes, bytes memory _postBytes ) internal view returns (bool) { bool success = true; assembly { // we know _preBytes_offset is 0 let fslot := sload(_preBytes.slot) // Decode the length of the stored array like in concatStorage(). let slength := div(and(fslot, sub(mul(0x100, iszero(and(fslot, 1))), 1)), 2) let mlength := mload(_postBytes) // if lengths don't match the arrays are not equal switch eq(slength, mlength) case 1 { // slength can contain both the length and contents of the array // if length < 32 bytes so let's prepare for that // v. http://solidity.readthedocs.io/en/latest/miscellaneous.html#layout-of-state-variables-in-storage if iszero(iszero(slength)) { switch lt(slength, 32) case 1 { // blank the last byte which is the length fslot := mul(div(fslot, 0x100), 0x100) if iszero(eq(fslot, mload(add(_postBytes, 0x20)))) { // unsuccess: success := 0 } } default { // cb is a circuit breaker in the for loop since there's // no said feature for inline assembly loops // cb = 1 - don't breaker // cb = 0 - break let cb := 1 // get the keccak hash to get the contents of the array mstore(0x0, _preBytes.slot) let sc := keccak256(0x0, 0x20) let mc := add(_postBytes, 0x20) let end := add(mc, mlength) // the next line is the loop condition: // while(uint256(mc < end) + cb == 2) for {} eq(add(lt(mc, end), cb), 2) { sc := add(sc, 1) mc := add(mc, 0x20) } { if iszero(eq(sload(sc), mload(mc))) { // unsuccess: success := 0 cb := 0 } } } } } default { // unsuccess: success := 0 } } return success; } } // File contracts/lzApp/LzApp.sol pragma solidity ^0.8.0; /* * a generic LzReceiver implementation */ abstract contract LzApp is Ownable, ILayerZeroReceiver, ILayerZeroUserApplicationConfig { using BytesLib for bytes; ILayerZeroEndpoint public immutable lzEndpoint; mapping(uint16 => bytes) public trustedRemoteLookup; mapping(uint16 => mapping(uint16 => uint)) public minDstGasLookup; address public precrime; event SetPrecrime(address precrime); event SetTrustedRemote(uint16 _remoteChainId, bytes _path); event SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress); event SetMinDstGas(uint16 _dstChainId, uint16 _type, uint _minDstGas); constructor(address _endpoint) { lzEndpoint = ILayerZeroEndpoint(_endpoint); } function lzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public virtual override { // lzReceive must be called by the endpoint for security require(_msgSender() == address(lzEndpoint), "LzApp: invalid endpoint caller"); bytes memory trustedRemote = trustedRemoteLookup[_srcChainId]; // if will still block the message pathway from (srcChainId, srcAddress). should not receive message from untrusted remote. require(_srcAddress.length == trustedRemote.length && trustedRemote.length > 0 && keccak256(_srcAddress) == keccak256(trustedRemote), "LzApp: invalid source sending contract"); _blockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload); } // abstract function - the default behaviour of LayerZero is blocking. See: NonblockingLzApp if you dont need to enforce ordered messaging function _blockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual; function _lzSend(uint16 _dstChainId, bytes memory _payload, address payable _refundAddress, address _zroPaymentAddress, bytes memory _adapterParams, uint _nativeFee) internal virtual { bytes memory trustedRemote = trustedRemoteLookup[_dstChainId]; require(trustedRemote.length != 0, "LzApp: destination chain is not a trusted source"); lzEndpoint.send{value: _nativeFee}(_dstChainId, trustedRemote, _payload, _refundAddress, _zroPaymentAddress, _adapterParams); } function _checkGasLimit(uint16 _dstChainId, uint16 _type, bytes memory _adapterParams, uint _extraGas) internal view virtual { uint providedGasLimit = _getGasLimit(_adapterParams); uint minGasLimit = minDstGasLookup[_dstChainId][_type] + _extraGas; require(minGasLimit > 0, "LzApp: minGasLimit not set"); require(providedGasLimit >= minGasLimit, "LzApp: gas limit is too low"); } function _getGasLimit(bytes memory _adapterParams) internal pure virtual returns (uint gasLimit) { require(_adapterParams.length >= 34, "LzApp: invalid adapterParams"); assembly { gasLimit := mload(add(_adapterParams, 34)) } } //---------------------------UserApplication config---------------------------------------- function getConfig(uint16 _version, uint16 _chainId, address, uint _configType) external view returns (bytes memory) { return lzEndpoint.getConfig(_version, _chainId, address(this), _configType); } // generic config for LayerZero user Application function setConfig(uint16 _version, uint16 _chainId, uint _configType, bytes calldata _config) external override onlyOwner { lzEndpoint.setConfig(_version, _chainId, _configType, _config); } function setSendVersion(uint16 _version) external override onlyOwner { lzEndpoint.setSendVersion(_version); } function setReceiveVersion(uint16 _version) external override onlyOwner { lzEndpoint.setReceiveVersion(_version); } function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external override onlyOwner { lzEndpoint.forceResumeReceive(_srcChainId, _srcAddress); } // _path = abi.encodePacked(remoteAddress, localAddress) // this function set the trusted path for the cross-chain communication function setTrustedRemote(uint16 _srcChainId, bytes calldata _path) external onlyOwner { trustedRemoteLookup[_srcChainId] = _path; emit SetTrustedRemote(_srcChainId, _path); } function setTrustedRemoteAddress(uint16 _remoteChainId, bytes calldata _remoteAddress) external onlyOwner { trustedRemoteLookup[_remoteChainId] = abi.encodePacked(_remoteAddress, address(this)); emit SetTrustedRemoteAddress(_remoteChainId, _remoteAddress); } function getTrustedRemoteAddress(uint16 _remoteChainId) external view returns (bytes memory) { bytes memory path = trustedRemoteLookup[_remoteChainId]; require(path.length != 0, "LzApp: no trusted path record"); return path.slice(0, path.length - 20); // the last 20 bytes should be address(this) } function setPrecrime(address _precrime) external onlyOwner { precrime = _precrime; emit SetPrecrime(_precrime); } function setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint _minGas) external onlyOwner { require(_minGas > 0, "LzApp: invalid minGas"); minDstGasLookup[_dstChainId][_packetType] = _minGas; emit SetMinDstGas(_dstChainId, _packetType, _minGas); } //--------------------------- VIEW FUNCTION ---------------------------------------- function isTrustedRemote(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (bool) { bytes memory trustedSource = trustedRemoteLookup[_srcChainId]; return keccak256(trustedSource) == keccak256(_srcAddress); } } // File contracts/util/ExcessivelySafeCall.sol pragma solidity >=0.7.6; library ExcessivelySafeCall { uint256 constant LOW_28_MASK = 0x00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff; /// @notice Use when you _really_ really _really_ don't trust the called /// contract. This prevents the called contract from causing reversion of /// the caller in as many ways as we can. /// @dev The main difference between this and a solidity low-level call is /// that we limit the number of bytes that the callee can cause to be /// copied to caller memory. This prevents stupid things like malicious /// contracts returning 10,000,000 bytes causing a local OOG when copying /// to memory. /// @param _target The address to call /// @param _gas The amount of gas to forward to the remote contract /// @param _maxCopy The maximum number of bytes of returndata to copy /// to memory. /// @param _calldata The data to send to the remote contract /// @return success and returndata, as `.call()`. Returndata is capped to /// `_maxCopy` bytes. function excessivelySafeCall( address _target, uint256 _gas, uint16 _maxCopy, bytes memory _calldata ) internal returns (bool, bytes memory) { // set up for assembly call uint256 _toCopy; bool _success; bytes memory _returnData = new bytes(_maxCopy); // dispatch message to recipient // by assembly calling "handle" function // we call via assembly to avoid memcopying a very large returndata // returned by a malicious contract assembly { _success := call( _gas, // gas _target, // recipient 0, // ether value add(_calldata, 0x20), // inloc mload(_calldata), // inlen 0, // outloc 0 // outlen ) // limit our copy to 256 bytes _toCopy := returndatasize() if gt(_toCopy, _maxCopy) { _toCopy := _maxCopy } // Store the length of the copied bytes mstore(_returnData, _toCopy) // copy the bytes from returndata[0:_toCopy] returndatacopy(add(_returnData, 0x20), 0, _toCopy) } return (_success, _returnData); } /// @notice Use when you _really_ really _really_ don't trust the called /// contract. This prevents the called contract from causing reversion of /// the caller in as many ways as we can. /// @dev The main difference between this and a solidity low-level call is /// that we limit the number of bytes that the callee can cause to be /// copied to caller memory. This prevents stupid things like malicious /// contracts returning 10,000,000 bytes causing a local OOG when copying /// to memory. /// @param _target The address to call /// @param _gas The amount of gas to forward to the remote contract /// @param _maxCopy The maximum number of bytes of returndata to copy /// to memory. /// @param _calldata The data to send to the remote contract /// @return success and returndata, as `.call()`. Returndata is capped to /// `_maxCopy` bytes. function excessivelySafeStaticCall( address _target, uint256 _gas, uint16 _maxCopy, bytes memory _calldata ) internal view returns (bool, bytes memory) { // set up for assembly call uint256 _toCopy; bool _success; bytes memory _returnData = new bytes(_maxCopy); // dispatch message to recipient // by assembly calling "handle" function // we call via assembly to avoid memcopying a very large returndata // returned by a malicious contract assembly { _success := staticcall( _gas, // gas _target, // recipient add(_calldata, 0x20), // inloc mload(_calldata), // inlen 0, // outloc 0 // outlen ) // limit our copy to 256 bytes _toCopy := returndatasize() if gt(_toCopy, _maxCopy) { _toCopy := _maxCopy } // Store the length of the copied bytes mstore(_returnData, _toCopy) // copy the bytes from returndata[0:_toCopy] returndatacopy(add(_returnData, 0x20), 0, _toCopy) } return (_success, _returnData); } /** * @notice Swaps function selectors in encoded contract calls * @dev Allows reuse of encoded calldata for functions with identical * argument types but different names. It simply swaps out the first 4 bytes * for the new selector. This function modifies memory in place, and should * only be used with caution. * @param _newSelector The new 4-byte selector * @param _buf The encoded contract args */ function swapSelector(bytes4 _newSelector, bytes memory _buf) internal pure { require(_buf.length >= 4); uint256 _mask = LOW_28_MASK; assembly { // load the first word of let _word := mload(add(_buf, 0x20)) // mask out the top 4 bytes // /x _word := and(_word, _mask) _word := or(_newSelector, _word) mstore(add(_buf, 0x20), _word) } } } // File contracts/lzApp/NonblockingLzApp.sol pragma solidity ^0.8.0; /* * the default LayerZero messaging behaviour is blocking, i.e. any failed message will block the channel * this abstract class try-catch all fail messages and store locally for future retry. hence, non-blocking * NOTE: if the srcAddress is not configured properly, it will still block the message pathway from (srcChainId, srcAddress) */ abstract contract NonblockingLzApp is LzApp { using ExcessivelySafeCall for address; constructor(address _endpoint) LzApp(_endpoint) {} mapping(uint16 => mapping(bytes => mapping(uint64 => bytes32))) public failedMessages; event MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason); event RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash); // overriding the virtual function in LzReceiver function _blockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual override { (bool success, bytes memory reason) = address(this).excessivelySafeCall(gasleft(), 150, abi.encodeWithSelector(this.nonblockingLzReceive.selector, _srcChainId, _srcAddress, _nonce, _payload)); // try-catch all errors/exceptions if (!success) { failedMessages[_srcChainId][_srcAddress][_nonce] = keccak256(_payload); emit MessageFailed(_srcChainId, _srcAddress, _nonce, _payload, reason); } } function nonblockingLzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public virtual { // only internal transaction require(_msgSender() == address(this), "NonblockingLzApp: caller must be LzApp"); _nonblockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload); } //@notice override this function function _nonblockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual; function retryMessage(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) public payable virtual { // assert there is message to retry bytes32 payloadHash = failedMessages[_srcChainId][_srcAddress][_nonce]; require(payloadHash != bytes32(0), "NonblockingLzApp: no stored message"); require(keccak256(_payload) == payloadHash, "NonblockingLzApp: invalid payload"); // clear the stored message failedMessages[_srcChainId][_srcAddress][_nonce] = bytes32(0); // execute the message. revert if it fails again _nonblockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload); emit RetryMessageSuccess(_srcChainId, _srcAddress, _nonce, payloadHash); } } // File @openzeppelin/contracts/token/ERC20/[email protected] // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev Emitted when the allowance of a `spender` for an `owner` is set by * a call to {approve}. `value` is the new allowance. */ event Approval(address indexed owner, address indexed spender, uint256 value); /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256); /** * @dev Moves `amount` tokens from the caller's account to `to`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address to, uint256 amount) external returns (bool); /** * @dev Returns the remaining number of tokens that `spender` will be * allowed to spend on behalf of `owner` through {transferFrom}. This is * zero by default. * * This value changes when {approve} or {transferFrom} are called. */ function allowance(address owner, address spender) external view returns (uint256); /** * @dev Sets `amount` as the allowance of `spender` over the caller's tokens. * * Returns a boolean value indicating whether the operation succeeded. * * IMPORTANT: Beware that changing an allowance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * * Emits an {Approval} event. */ function approve(address spender, uint256 amount) external returns (bool); /** * @dev Moves `amount` tokens from `from` to `to` using the * allowance mechanism. `amount` is then deducted from the caller's * allowance. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transferFrom( address from, address to, uint256 amount ) external returns (bool); } // File @openzeppelin/contracts/utils/introspection/[email protected] // OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support of contract interfaces, which can then be * queried by others ({ERC165Checker}). * * For an implementation, see {ERC165}. */ interface IERC165 { /** * @dev Returns true if this contract implements the interface defined by * `interfaceId`. See the corresponding * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] * to learn more about how these ids are created. * * This function call must use less than 30 000 gas. */ function supportsInterface(bytes4 interfaceId) external view returns (bool); } // File contracts/token/oft/IOFTCore.sol pragma solidity >=0.5.0; /** * @dev Interface of the IOFT core standard */ interface IOFTCore is IERC165 { /** * @dev estimate send token `_tokenId` to (`_dstChainId`, `_toAddress`) * _dstChainId - L0 defined chain id to send tokens too * _toAddress - dynamic bytes array which contains the address to whom you are sending tokens to on the dstChain * _amount - amount of the tokens to transfer * _useZro - indicates to use zro to pay L0 fees * _adapterParam - flexible bytes array to indicate messaging adapter services in L0 */ function estimateSendFee(uint16 _dstChainId, bytes calldata _toAddress, uint _amount, bool _useZro, bytes calldata _adapterParams) external view returns (uint nativeFee, uint zroFee); /** * @dev send `_amount` amount of token to (`_dstChainId`, `_toAddress`) from `_from` * `_from` the owner of token * `_dstChainId` the destination chain identifier * `_toAddress` can be any size depending on the `dstChainId`. * `_amount` the quantity of tokens in wei * `_refundAddress` the address LayerZero refunds if too much message fee is sent * `_zroPaymentAddress` set to address(0x0) if not paying in ZRO (LayerZero Token) * `_adapterParams` is a flexible bytes array to indicate messaging adapter services */ function sendFrom(address _from, uint16 _dstChainId, bytes calldata _toAddress, uint _amount, address payable _refundAddress, address _zroPaymentAddress, bytes calldata _adapterParams) external payable; /** * @dev returns the circulating amount of tokens on current chain */ function circulatingSupply() external view returns (uint); /** * @dev Emitted when `_amount` tokens are moved from the `_sender` to (`_dstChainId`, `_toAddress`) * `_nonce` is the outbound nonce */ event SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes indexed _toAddress, uint _amount); /** * @dev Emitted when `_amount` tokens are received from `_srcChainId` into the `_toAddress` on the local chain. * `_nonce` is the inbound nonce. */ event ReceiveFromChain(uint16 indexed _srcChainId, bytes _fromAddress, address indexed _to, uint _amount); event SetUseCustomAdapterParams(bool _useCustomAdapterParams); } // File @openzeppelin/contracts/utils/introspection/[email protected] // OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol) pragma solidity ^0.8.0; /** * @dev Implementation of the {IERC165} interface. * * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check * for the additional interface id that will be supported. For example: * * ```solidity * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { * return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId); * } * ``` * * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation. */ abstract contract ERC165 is IERC165 { /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { return interfaceId == type(IERC165).interfaceId; } } // File contracts/token/oft/OFTCore.sol pragma solidity ^0.8.0; abstract contract OFTCore is NonblockingLzApp, ERC165, IOFTCore { using BytesLib for bytes; uint public constant NO_EXTRA_GAS = 0; // packet type uint16 public constant PT_SEND = 0; bool public useCustomAdapterParams; constructor(address _lzEndpoint) NonblockingLzApp(_lzEndpoint) {} function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) { return interfaceId == type(IOFTCore).interfaceId || super.supportsInterface(interfaceId); } function estimateSendFee(uint16 _dstChainId, bytes calldata _toAddress, uint _amount, bool _useZro, bytes calldata _adapterParams) public view virtual override returns (uint nativeFee, uint zroFee) { // mock the payload for sendFrom() bytes memory payload = abi.encode(PT_SEND, abi.encodePacked(msg.sender), _toAddress, _amount); return lzEndpoint.estimateFees(_dstChainId, address(this), payload, _useZro, _adapterParams); } function sendFrom(address _from, uint16 _dstChainId, bytes calldata _toAddress, uint _amount, address payable _refundAddress, address _zroPaymentAddress, bytes calldata _adapterParams) public payable virtual override { _send(_from, _dstChainId, _toAddress, _amount, _refundAddress, _zroPaymentAddress, _adapterParams); } function setUseCustomAdapterParams(bool _useCustomAdapterParams) public virtual onlyOwner { useCustomAdapterParams = _useCustomAdapterParams; emit SetUseCustomAdapterParams(_useCustomAdapterParams); } function _nonblockingLzReceive(uint16 _srcChainId, bytes memory _srcAddress, uint64 _nonce, bytes memory _payload) internal virtual override { uint16 packetType; assembly { packetType := mload(add(_payload, 32)) } if (packetType == PT_SEND) { _sendAck(_srcChainId, _srcAddress, _nonce, _payload); } else { revert("OFTCore: unknown packet type"); } } function _send(address _from, uint16 _dstChainId, bytes memory _toAddress, uint _amount, address payable _refundAddress, address _zroPaymentAddress, bytes memory _adapterParams) internal virtual { _checkAdapterParams(_dstChainId, PT_SEND, _adapterParams, NO_EXTRA_GAS); _debitFrom(_from, _dstChainId, _toAddress, _amount); bytes memory lzPayload = abi.encode(PT_SEND, abi.encodePacked(_from), _toAddress, _amount); _lzSend(_dstChainId, lzPayload, _refundAddress, _zroPaymentAddress, _adapterParams, msg.value); emit SendToChain(_dstChainId, _from, _toAddress, _amount); } function _sendAck(uint16 _srcChainId, bytes memory, uint64, bytes memory _payload) internal virtual { (, bytes memory from, bytes memory toAddressBytes, uint amount) = abi.decode(_payload, (uint16, bytes, bytes, uint)); address to = toAddressBytes.toAddress(0); _creditTo(_srcChainId, to, amount); emit ReceiveFromChain(_srcChainId, from, to, amount); } function _checkAdapterParams(uint16 _dstChainId, uint16 _pkType, bytes memory _adapterParams, uint _extraGas) internal virtual { if (useCustomAdapterParams) { _checkGasLimit(_dstChainId, _pkType, _adapterParams, _extraGas); } else { require(_adapterParams.length == 0, "OFTCore: _adapterParams must be empty."); } } function _debitFrom(address _from, uint16 _dstChainId, bytes memory _toAddress, uint _amount) internal virtual; function _creditTo(uint16 _srcChainId, address _toAddress, uint _amount) internal virtual; } // File @openzeppelin/contracts/token/ERC20/extensions/[email protected] // OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/draft-IERC20Permit.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612]. * * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't * need to send a transaction, and thus is not required to hold Ether at all. */ interface IERC20Permit { /** * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens, * given ``owner``'s signed approval. * * IMPORTANT: The same issues {IERC20-approve} has related to transaction * ordering also apply here. * * Emits an {Approval} event. * * Requirements: * * - `spender` cannot be the zero address. * - `deadline` must be a timestamp in the future. * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner` * over the EIP712-formatted function arguments. * - the signature must use ``owner``'s current nonce (see {nonces}). * * For more information on the signature format, see the * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP * section]. */ function permit( address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s ) external; /** * @dev Returns the current nonce for `owner`. This value must be * included whenever a signature is generated for {permit}. * * Every successful call to {permit} increases ``owner``'s nonce by one. This * prevents a signature from being used multiple times. */ function nonces(address owner) external view returns (uint256); /** * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}. */ // solhint-disable-next-line func-name-mixedcase function DOMAIN_SEPARATOR() external view returns (bytes32); } // File @openzeppelin/contracts/utils/[email protected] // OpenZeppelin Contracts (last updated v4.7.0) (utils/Address.sol) pragma solidity ^0.8.1; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== * * [IMPORTANT] * ==== * You shouldn't rely on `isContract` to protect against flash loan attacks! * * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract * constructor. * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize/address.code.length, which returns 0 // for contracts in construction, since the code is only stored at the end // of the constructor execution. return account.code.length > 0; } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); (bool success, ) = recipient.call{value: amount}(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain `call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { return functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value ) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value, string memory errorMessage ) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); require(isContract(target), "Address: call to non-contract"); (bool success, bytes memory returndata) = target.call{value: value}(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { return functionStaticCall(target, data, "Address: low-level static call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall( address target, bytes memory data, string memory errorMessage ) internal view returns (bytes memory) { require(isContract(target), "Address: static call to non-contract"); (bool success, bytes memory returndata) = target.staticcall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); (bool success, bytes memory returndata) = target.delegatecall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the * revert reason using the provided one. * * _Available since v4.3._ */ function verifyCallResult( bool success, bytes memory returndata, string memory errorMessage ) internal pure returns (bytes memory) { if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly /// @solidity memory-safe-assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } } // File @openzeppelin/contracts/token/ERC20/utils/[email protected] // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC20/utils/SafeERC20.sol) pragma solidity ^0.8.0; /** * @title SafeERC20 * @dev Wrappers around ERC20 operations that throw on failure (when the token * contract returns false). Tokens that return no value (and instead revert or * throw on failure) are also supported, non-reverting calls are assumed to be * successful. * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract, * which allows you to call the safe operations as `token.safeTransfer(...)`, etc. */ library SafeERC20 { using Address for address; function safeTransfer( IERC20 token, address to, uint256 value ) internal { _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value)); } function safeTransferFrom( IERC20 token, address from, address to, uint256 value ) internal { _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value)); } /** * @dev Deprecated. This function has issues similar to the ones found in * {IERC20-approve}, and its usage is discouraged. * * Whenever possible, use {safeIncreaseAllowance} and * {safeDecreaseAllowance} instead. */ function safeApprove( IERC20 token, address spender, uint256 value ) internal { // safeApprove should only be called when setting an initial allowance, // or when resetting it to zero. To increase and decrease it, use // 'safeIncreaseAllowance' and 'safeDecreaseAllowance' require( (value == 0) || (token.allowance(address(this), spender) == 0), "SafeERC20: approve from non-zero to non-zero allowance" ); _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value)); } function safeIncreaseAllowance( IERC20 token, address spender, uint256 value ) internal { uint256 newAllowance = token.allowance(address(this), spender) + value; _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } function safeDecreaseAllowance( IERC20 token, address spender, uint256 value ) internal { unchecked { uint256 oldAllowance = token.allowance(address(this), spender); require(oldAllowance >= value, "SafeERC20: decreased allowance below zero"); uint256 newAllowance = oldAllowance - value; _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } } function safePermit( IERC20Permit token, address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s ) internal { uint256 nonceBefore = token.nonces(owner); token.permit(owner, spender, value, deadline, v, r, s); uint256 nonceAfter = token.nonces(owner); require(nonceAfter == nonceBefore + 1, "SafeERC20: permit did not succeed"); } /** * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement * on the return value: the return value is optional (but if data is returned, it must not be false). * @param token The token targeted by the call. * @param data The call data (encoded using abi.encode or one of its variants). */ function _callOptionalReturn(IERC20 token, bytes memory data) private { // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since // we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that // the target address contains contract code and also asserts for success in the low-level call. bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed"); if (returndata.length > 0) { // Return data is optional require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed"); } } } // File contracts/token/oft/extension/ProxyERC20.sol pragma solidity ^0.8.0; contract ProxyERC20 is OFTCore { using SafeERC20 for IERC20; IERC20 public immutable token; constructor(address _lzEndpoint, address _proxyToken) OFTCore(_lzEndpoint) { token = IERC20(_proxyToken); } function circulatingSupply() public view virtual override returns (uint) { unchecked { return token.totalSupply() - token.balanceOf(address(this)); } } function _debitFrom(address _from, uint16, bytes memory, uint _amount) internal virtual override { require(_from == _msgSender(), "ProxyOFT: owner is not send caller"); token.safeTransferFrom(_from, address(this), _amount); } function _creditTo(uint16, address _toAddress, uint _amount) internal virtual override { token.safeTransfer(_toAddress, _amount); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"_lzEndpoint","type":"address"},{"internalType":"address","name":"_proxyToken","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"indexed":false,"internalType":"uint64","name":"_nonce","type":"uint64"},{"indexed":false,"internalType":"bytes","name":"_payload","type":"bytes"},{"indexed":false,"internalType":"bytes","name":"_reason","type":"bytes"}],"name":"MessageFailed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_fromAddress","type":"bytes"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"ReceiveFromChain","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"indexed":false,"internalType":"uint64","name":"_nonce","type":"uint64"},{"indexed":false,"internalType":"bytes32","name":"_payloadHash","type":"bytes32"}],"name":"RetryMessageSuccess","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"bytes","name":"_toAddress","type":"bytes"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"SendToChain","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"indexed":false,"internalType":"uint16","name":"_type","type":"uint16"},{"indexed":false,"internalType":"uint256","name":"_minDstGas","type":"uint256"}],"name":"SetMinDstGas","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"precrime","type":"address"}],"name":"SetPrecrime","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_path","type":"bytes"}],"name":"SetTrustedRemote","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_remoteAddress","type":"bytes"}],"name":"SetTrustedRemoteAddress","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"_useCustomAdapterParams","type":"bool"}],"name":"SetUseCustomAdapterParams","type":"event"},{"inputs":[],"name":"NO_EXTRA_GAS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PT_SEND","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"circulatingSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"bytes","name":"_toAddress","type":"bytes"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bool","name":"_useZro","type":"bool"},{"internalType":"bytes","name":"_adapterParams","type":"bytes"}],"name":"estimateSendFee","outputs":[{"internalType":"uint256","name":"nativeFee","type":"uint256"},{"internalType":"uint256","name":"zroFee","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"},{"internalType":"bytes","name":"","type":"bytes"},{"internalType":"uint64","name":"","type":"uint64"}],"name":"failedMessages","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"}],"name":"forceResumeReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"},{"internalType":"uint16","name":"_chainId","type":"uint16"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"_configType","type":"uint256"}],"name":"getConfig","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"}],"name":"getTrustedRemoteAddress","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"}],"name":"isTrustedRemote","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lzEndpoint","outputs":[{"internalType":"contract ILayerZeroEndpoint","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"lzReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"},{"internalType":"uint16","name":"","type":"uint16"}],"name":"minDstGasLookup","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"nonblockingLzReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"precrime","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"retryMessage","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"bytes","name":"_toAddress","type":"bytes"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"address payable","name":"_refundAddress","type":"address"},{"internalType":"address","name":"_zroPaymentAddress","type":"address"},{"internalType":"bytes","name":"_adapterParams","type":"bytes"}],"name":"sendFrom","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"},{"internalType":"uint16","name":"_chainId","type":"uint16"},{"internalType":"uint256","name":"_configType","type":"uint256"},{"internalType":"bytes","name":"_config","type":"bytes"}],"name":"setConfig","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"uint16","name":"_packetType","type":"uint16"},{"internalType":"uint256","name":"_minGas","type":"uint256"}],"name":"setMinDstGas","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_precrime","type":"address"}],"name":"setPrecrime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"}],"name":"setReceiveVersion","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"}],"name":"setSendVersion","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_path","type":"bytes"}],"name":"setTrustedRemote","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"internalType":"bytes","name":"_remoteAddress","type":"bytes"}],"name":"setTrustedRemoteAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_useCustomAdapterParams","type":"bool"}],"name":"setUseCustomAdapterParams","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"}],"name":"trustedRemoteLookup","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"useCustomAdapterParams","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}]
Contract Creation Code
60c06040523480156200001157600080fd5b5060405162004ecb38038062004ecb833981810160405281019062000037919062000203565b8180806200005a6200004e620000cd60201b60201c565b620000d560201b60201c565b8073ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff16815250505050508073ffffffffffffffffffffffffffffffffffffffff1660a08173ffffffffffffffffffffffffffffffffffffffff168152505050506200024a565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000620001cb826200019e565b9050919050565b620001dd81620001be565b8114620001e957600080fd5b50565b600081519050620001fd81620001d2565b92915050565b600080604083850312156200021d576200021c62000199565b5b60006200022d85828601620001ec565b92505060206200024085828601620001ec565b9150509250929050565b60805160a051614c07620002c4600039600081816110d10152818161116b01528181611a390152818161216801526125c501526000818161075a01528181610a3201528181610ac801528181610ba401528181610d34015281816113d3015281816114820152818161198a01526122a10152614c076000f3fe6080604052600436106101d75760003560e01c80638da5cb5b11610102578063d1deba1f11610095578063ed629c5c11610064578063ed629c5c1461069c578063f2fde38b146106c7578063f5ecbdbc146106f0578063fc0c546a1461072d576101d7565b8063d1deba1f14610605578063df2a5b3b14610621578063eab45d9c1461064a578063eb8d72b714610673576101d7565b8063a6c3d165116100d1578063a6c3d1651461055f578063b353aaa714610588578063baf3292d146105b3578063cbed8b9c146105dc576101d7565b80638da5cb5b146104a15780639358928b146104cc578063950c8a74146104f75780639f38369a14610522576101d7565b8063447705151161017a57806366ad5c8a1161014957806366ad5c8a146103e7578063715018a6146104105780637533d788146104275780638cfd8f5c14610464576101d7565b806344770515146103385780634c42899a14610363578063519056361461038e5780635b8c41e6146103aa576101d7565b806310ddb137116101b657806310ddb1371461026b5780632a205e3d146102945780633d8b38f6146102d257806342d65a8d1461030f576101d7565b80621d3567146101dc57806301ffc9a71461020557806307e0db1714610242575b600080fd5b3480156101e857600080fd5b5061020360048036038101906101fe9190612a57565b610758565b005b34801561021157600080fd5b5061022c60048036038101906102279190612b56565b6109ae565b6040516102399190612b9e565b60405180910390f35b34801561024e57600080fd5b5061026960048036038101906102649190612bb9565b610a28565b005b34801561027757600080fd5b50610292600480360381019061028d9190612bb9565b610abe565b005b3480156102a057600080fd5b506102bb60048036038101906102b69190612c48565b610b54565b6040516102c9929190612d13565b60405180910390f35b3480156102de57600080fd5b506102f960048036038101906102f49190612d3c565b610c56565b6040516103069190612b9e565b60405180910390f35b34801561031b57600080fd5b5061033660048036038101906103319190612d3c565b610d2a565b005b34801561034457600080fd5b5061034d610dc6565b60405161035a9190612d9c565b60405180910390f35b34801561036f57600080fd5b50610378610dcb565b6040516103859190612dc6565b60405180910390f35b6103a860048036038101906103a39190612e7d565b610dd0565b005b3480156103b657600080fd5b506103d160048036038101906103cc91906130a0565b610e72565b6040516103de9190613128565b60405180910390f35b3480156103f357600080fd5b5061040e60048036038101906104099190612a57565b610eba565b005b34801561041c57600080fd5b50610425610fcb565b005b34801561043357600080fd5b5061044e60048036038101906104499190612bb9565b610fdf565b60405161045b91906131c2565b60405180910390f35b34801561047057600080fd5b5061048b600480360381019061048691906131e4565b61107f565b6040516104989190612d9c565b60405180910390f35b3480156104ad57600080fd5b506104b66110a4565b6040516104c39190613233565b60405180910390f35b3480156104d857600080fd5b506104e16110cd565b6040516104ee9190612d9c565b60405180910390f35b34801561050357600080fd5b5061050c6111fe565b6040516105199190613233565b60405180910390f35b34801561052e57600080fd5b5061054960048036038101906105449190612bb9565b611224565b60405161055691906131c2565b60405180910390f35b34801561056b57600080fd5b5061058660048036038101906105819190612d3c565b61133d565b005b34801561059457600080fd5b5061059d6113d1565b6040516105aa91906132ad565b60405180910390f35b3480156105bf57600080fd5b506105da60048036038101906105d591906132c8565b6113f5565b005b3480156105e857600080fd5b5061060360048036038101906105fe91906132f5565b611478565b005b61061f600480360381019061061a9190612a57565b61151a565b005b34801561062d57600080fd5b506106486004803603810190610643919061337d565b61175d565b005b34801561065657600080fd5b50610671600480360381019061066c91906133d0565b611821565b005b34801561067f57600080fd5b5061069a60048036038101906106959190612d3c565b61187d565b005b3480156106a857600080fd5b506106b16118f0565b6040516106be9190612b9e565b60405180910390f35b3480156106d357600080fd5b506106ee60048036038101906106e991906132c8565b611903565b005b3480156106fc57600080fd5b50610717600480360381019061071291906133fd565b611986565b60405161072491906131c2565b60405180910390f35b34801561073957600080fd5b50610742611a37565b60405161074f9190613485565b60405180910390f35b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16610797611a5b565b73ffffffffffffffffffffffffffffffffffffffff16146107ed576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107e4906134fd565b60405180910390fd5b6000600160008861ffff1661ffff16815260200190815260200160002080546108159061354c565b80601f01602080910402602001604051908101604052809291908181526020018280546108419061354c565b801561088e5780601f106108635761010080835404028352916020019161088e565b820191906000526020600020905b81548152906001019060200180831161087157829003601f168201915b505050505090508051868690501480156108a9575060008151115b80156108d25750808051906020012086866040516108c89291906135ad565b6040518091039020145b610911576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161090890613638565b60405180910390fd5b6109a58787878080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050508686868080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611a63565b50505050505050565b60007fe8e89a80000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610a215750610a2082611bc8565b5b9050919050565b610a30611c32565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff166307e0db17826040518263ffffffff1660e01b8152600401610a899190612dc6565b600060405180830381600087803b158015610aa357600080fd5b505af1158015610ab7573d6000803e3d6000fd5b5050505050565b610ac6611c32565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff166310ddb137826040518263ffffffff1660e01b8152600401610b1f9190612dc6565b600060405180830381600087803b158015610b3957600080fd5b505af1158015610b4d573d6000803e3d6000fd5b5050505050565b60008060008033604051602001610b6b91906136a0565b6040516020818303038152906040528a8a8a604051602001610b919594939291906136e8565b60405160208183030381529060405290507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff166340a7bb108b30848a8a8a6040518763ffffffff1660e01b8152600401610c059695949392919061373d565b6040805180830381865afa158015610c21573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c4591906137b5565b925092505097509795505050505050565b600080600160008661ffff1661ffff1681526020019081526020016000208054610c7f9061354c565b80601f0160208091040260200160405190810160405280929190818152602001828054610cab9061354c565b8015610cf85780601f10610ccd57610100808354040283529160200191610cf8565b820191906000526020600020905b815481529060010190602001808311610cdb57829003601f168201915b505050505090508383604051610d0f9291906135ad565b60405180910390208180519060200120149150509392505050565b610d32611c32565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff166342d65a8d8484846040518463ffffffff1660e01b8152600401610d8f939291906137f5565b600060405180830381600087803b158015610da957600080fd5b505af1158015610dbd573d6000803e3d6000fd5b50505050505050565b600081565b600081565b610e67898989898080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f8201169050808301925050505050505088888888888080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611cb0565b505050505050505050565b60046020528260005260406000208280516020810182018051848252602083016020850120818352809550505050505060205280600052604060002060009250925050505481565b3073ffffffffffffffffffffffffffffffffffffffff16610ed9611a5b565b73ffffffffffffffffffffffffffffffffffffffff1614610f2f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f2690613899565b60405180910390fd5b610fc38686868080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050508585858080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611d94565b505050505050565b610fd3611c32565b610fdd6000611e00565b565b60016020528060005260406000206000915090508054610ffe9061354c565b80601f016020809104026020016040519081016040528092919081815260200182805461102a9061354c565b80156110775780601f1061104c57610100808354040283529160200191611077565b820191906000526020600020905b81548152906001019060200180831161105a57829003601f168201915b505050505081565b6002602052816000526040600020602052806000526040600020600091509150505481565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b81526004016111289190613233565b602060405180830381865afa158015611145573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061116991906138b9565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111d4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111f891906138b9565b03905090565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60606000600160008461ffff1661ffff168152602001908152602001600020805461124e9061354c565b80601f016020809104026020016040519081016040528092919081815260200182805461127a9061354c565b80156112c75780601f1061129c576101008083540402835291602001916112c7565b820191906000526020600020905b8154815290600101906020018083116112aa57829003601f168201915b505050505090506000815103611312576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161130990613932565b60405180910390fd5b6113356000601483516113259190613981565b83611ec49092919063ffffffff16565b915050919050565b611345611c32565b81813060405160200161135a939291906139b5565b604051602081830303815290604052600160008561ffff1661ffff16815260200190815260200160002090816113909190613b81565b507f8c0400cfe2d1199b1a725c78960bcc2a344d869b80590d0f2bd005db15a572ce8383836040516113c4939291906137f5565b60405180910390a1505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b6113fd611c32565b80600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507f5db758e995a17ec1ad84bdef7e8c3293a0bd6179bcce400dff5d4c3d87db726b8160405161146d9190613233565b60405180910390a150565b611480611c32565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663cbed8b9c86868686866040518663ffffffff1660e01b81526004016114e1959493929190613c53565b600060405180830381600087803b1580156114fb57600080fd5b505af115801561150f573d6000803e3d6000fd5b505050505050505050565b6000600460008861ffff1661ffff16815260200190815260200160002086866040516115479291906135ad565b908152602001604051809103902060008567ffffffffffffffff1667ffffffffffffffff1681526020019081526020016000205490506000801b81036115c2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115b990613d13565b60405180910390fd5b8083836040516115d39291906135ad565b60405180910390201461161b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161161290613da5565b60405180910390fd5b6000801b600460008961ffff1661ffff168152602001908152602001600020878760405161164a9291906135ad565b908152602001604051809103902060008667ffffffffffffffff1667ffffffffffffffff168152602001908152602001600020819055506117158787878080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050508686868080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611d94565b7fc264d91f3adc5588250e1551f547752ca0cfa8f6b530d243b9f9f4cab10ea8e5878787878560405161174c959493929190613dd4565b60405180910390a150505050505050565b611765611c32565b600081116117a8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161179f90613e6e565b60405180910390fd5b80600260008561ffff1661ffff16815260200190815260200160002060008461ffff1661ffff168152602001908152602001600020819055507f9d5c7c0b934da8fefa9c7760c98383778a12dfbfc0c3b3106518f43fb9508ac083838360405161181493929190613e8e565b60405180910390a1505050565b611829611c32565b80600560006101000a81548160ff0219169083151502179055507f1584ad594a70cbe1e6515592e1272a987d922b097ead875069cebe8b40c004a4816040516118729190612b9e565b60405180910390a150565b611885611c32565b8181600160008661ffff1661ffff16815260200190815260200160002091826118af929190613ed0565b507ffa41487ad5d6728f0b19276fa1eddc16558578f5109fc39d2dc33c3230470dab8383836040516118e3939291906137f5565b60405180910390a1505050565b600560009054906101000a900460ff1681565b61190b611c32565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361197a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161197190614012565b60405180910390fd5b61198381611e00565b50565b60607f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663f5ecbdbc868630866040518563ffffffff1660e01b81526004016119e79493929190614032565b600060405180830381865afa158015611a04573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f82011682018060405250810190611a2d91906140e7565b9050949350505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b600033905090565b600080611b0f5a60966366ad5c8a60e01b89898989604051602401611a8b9493929190614130565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050503073ffffffffffffffffffffffffffffffffffffffff16611fe2909392919063ffffffff16565b9150915081611bc0578280519060200120600460008861ffff1661ffff16815260200190815260200160002086604051611b4991906141b4565b908152602001604051809103902060008667ffffffffffffffff1667ffffffffffffffff168152602001908152602001600020819055507fe183f33de2837795525b4792ca4cd60535bd77c53b7e7030060bfcf5734d6b0c8686868685604051611bb79594939291906141cb565b60405180910390a15b505050505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b611c3a611a5b565b73ffffffffffffffffffffffffffffffffffffffff16611c586110a4565b73ffffffffffffffffffffffffffffffffffffffff1614611cae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ca59061427f565b60405180910390fd5b565b611cbe86600083600061207a565b611cca878787876120eb565b60008088604051602001611cde91906136a0565b6040516020818303038152906040528787604051602001611d02949392919061429f565b6040516020818303038152906040529050611d218782868686346121b3565b85604051611d2f91906141b4565b60405180910390208873ffffffffffffffffffffffffffffffffffffffff168861ffff167f39a4c66499bcf4b56d79f0dde8ed7a9d4925a0df55825206b2b8531e202be0d088604051611d829190612d9c565b60405180910390a45050505050505050565b600060208201519050600061ffff168161ffff1603611dbe57611db98585858561233e565b611df9565b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611df09061433e565b60405180910390fd5b5050505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b606081601f83611ed4919061435e565b1015611f15576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f0c906143de565b60405180910390fd5b8183611f21919061435e565b84511015611f64576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f5b9061444a565b60405180910390fd5b6060821560008114611f855760405191506000825260208201604052611fd6565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015611fc35780518352602083019250602081019050611fa6565b50868552601f19601f8301166040525050505b50809150509392505050565b6000606060008060008661ffff1667ffffffffffffffff81111561200957612008612f75565b5b6040519080825280601f01601f19166020018201604052801561203b5781602001600182028036833780820191505090505b50905060008087516020890160008d8df191503d92508683111561205d578692505b828152826000602083013e81819450945050505094509492505050565b600560009054906101000a900460ff16156120a05761209b848484846123e0565b6120e5565b60008251146120e4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120db906144dc565b60405180910390fd5b5b50505050565b6120f3611a5b565b73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614612160576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121579061456e565b60405180910390fd5b6121ad8430837f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff166124bf909392919063ffffffff16565b50505050565b6000600160008861ffff1661ffff16815260200190815260200160002080546121db9061354c565b80601f01602080910402602001604051908101604052809291908181526020018280546122079061354c565b80156122545780601f1061222957610100808354040283529160200191612254565b820191906000526020600020905b81548152906001019060200180831161223757829003601f168201915b50505050509050600081510361229f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229690614600565b60405180910390fd5b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663c58031008389848a8a8a8a6040518863ffffffff1660e01b81526004016123039695949392919061462f565b6000604051808303818588803b15801561231c57600080fd5b505af1158015612330573d6000803e3d6000fd5b505050505050505050505050565b60008060008380602001905181019061235791906146ba565b93509350935050600061237460008461254890919063ffffffff16565b90506123818882846125be565b8073ffffffffffffffffffffffffffffffffffffffff168861ffff167f776434b505c7beb3db155c58df6c88985bf7c31730767e43ec773005059fed7a86856040516123ce929190614759565b60405180910390a35050505050505050565b60006123eb8361260e565b9050600082600260008861ffff1661ffff16815260200190815260200160002060008761ffff1661ffff1681526020019081526020016000205461242f919061435e565b905060008111612474576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161246b906147d5565b60405180910390fd5b808210156124b7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124ae90614841565b60405180910390fd5b505050505050565b612542846323b872dd60e01b8585856040516024016124e093929190614861565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050612661565b50505050565b6000601482612557919061435e565b8351101561259a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612591906148e4565b60405180910390fd5b60006c01000000000000000000000000836020860101510490508091505092915050565b61260982827f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff166127289092919063ffffffff16565b505050565b6000602282511015612655576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161264c90614950565b60405180910390fd5b60228201519050919050565b60006126c3826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff166127ae9092919063ffffffff16565b905060008151111561272357808060200190518101906126e39190614985565b612722576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161271990614a24565b60405180910390fd5b5b505050565b6127a98363a9059cbb60e01b8484604051602401612747929190614a44565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050612661565b505050565b60606127bd84846000856127c6565b90509392505050565b60608247101561280b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161280290614adf565b60405180910390fd5b612814856128da565b612853576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161284a90614b4b565b60405180910390fd5b6000808673ffffffffffffffffffffffffffffffffffffffff16858760405161287c91906141b4565b60006040518083038185875af1925050503d80600081146128b9576040519150601f19603f3d011682016040523d82523d6000602084013e6128be565b606091505b50915091506128ce8282866128fd565b92505050949350505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b6060831561290d5782905061295d565b6000835111156129205782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129549190614baf565b60405180910390fd5b9392505050565b6000604051905090565b600080fd5b600080fd5b600061ffff82169050919050565b61298f81612978565b811461299a57600080fd5b50565b6000813590506129ac81612986565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f8401126129d7576129d66129b2565b5b8235905067ffffffffffffffff8111156129f4576129f36129b7565b5b602083019150836001820283011115612a1057612a0f6129bc565b5b9250929050565b600067ffffffffffffffff82169050919050565b612a3481612a17565b8114612a3f57600080fd5b50565b600081359050612a5181612a2b565b92915050565b60008060008060008060808789031215612a7457612a7361296e565b5b6000612a8289828a0161299d565b965050602087013567ffffffffffffffff811115612aa357612aa2612973565b5b612aaf89828a016129c1565b95509550506040612ac289828a01612a42565b935050606087013567ffffffffffffffff811115612ae357612ae2612973565b5b612aef89828a016129c1565b92509250509295509295509295565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612b3381612afe565b8114612b3e57600080fd5b50565b600081359050612b5081612b2a565b92915050565b600060208284031215612b6c57612b6b61296e565b5b6000612b7a84828501612b41565b91505092915050565b60008115159050919050565b612b9881612b83565b82525050565b6000602082019050612bb36000830184612b8f565b92915050565b600060208284031215612bcf57612bce61296e565b5b6000612bdd8482850161299d565b91505092915050565b6000819050919050565b612bf981612be6565b8114612c0457600080fd5b50565b600081359050612c1681612bf0565b92915050565b612c2581612b83565b8114612c3057600080fd5b50565b600081359050612c4281612c1c565b92915050565b600080600080600080600060a0888a031215612c6757612c6661296e565b5b6000612c758a828b0161299d565b975050602088013567ffffffffffffffff811115612c9657612c95612973565b5b612ca28a828b016129c1565b96509650506040612cb58a828b01612c07565b9450506060612cc68a828b01612c33565b935050608088013567ffffffffffffffff811115612ce757612ce6612973565b5b612cf38a828b016129c1565b925092505092959891949750929550565b612d0d81612be6565b82525050565b6000604082019050612d286000830185612d04565b612d356020830184612d04565b9392505050565b600080600060408486031215612d5557612d5461296e565b5b6000612d638682870161299d565b935050602084013567ffffffffffffffff811115612d8457612d83612973565b5b612d90868287016129c1565b92509250509250925092565b6000602082019050612db16000830184612d04565b92915050565b612dc081612978565b82525050565b6000602082019050612ddb6000830184612db7565b92915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612e0c82612de1565b9050919050565b612e1c81612e01565b8114612e2757600080fd5b50565b600081359050612e3981612e13565b92915050565b6000612e4a82612de1565b9050919050565b612e5a81612e3f565b8114612e6557600080fd5b50565b600081359050612e7781612e51565b92915050565b600080600080600080600080600060e08a8c031215612e9f57612e9e61296e565b5b6000612ead8c828d01612e2a565b9950506020612ebe8c828d0161299d565b98505060408a013567ffffffffffffffff811115612edf57612ede612973565b5b612eeb8c828d016129c1565b97509750506060612efe8c828d01612c07565b9550506080612f0f8c828d01612e68565b94505060a0612f208c828d01612e2a565b93505060c08a013567ffffffffffffffff811115612f4157612f40612973565b5b612f4d8c828d016129c1565b92509250509295985092959850929598565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612fad82612f64565b810181811067ffffffffffffffff82111715612fcc57612fcb612f75565b5b80604052505050565b6000612fdf612964565b9050612feb8282612fa4565b919050565b600067ffffffffffffffff82111561300b5761300a612f75565b5b61301482612f64565b9050602081019050919050565b82818337600083830152505050565b600061304361303e84612ff0565b612fd5565b90508281526020810184848401111561305f5761305e612f5f565b5b61306a848285613021565b509392505050565b600082601f830112613087576130866129b2565b5b8135613097848260208601613030565b91505092915050565b6000806000606084860312156130b9576130b861296e565b5b60006130c78682870161299d565b935050602084013567ffffffffffffffff8111156130e8576130e7612973565b5b6130f486828701613072565b925050604061310586828701612a42565b9150509250925092565b6000819050919050565b6131228161310f565b82525050565b600060208201905061313d6000830184613119565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561317d578082015181840152602081019050613162565b60008484015250505050565b600061319482613143565b61319e818561314e565b93506131ae81856020860161315f565b6131b781612f64565b840191505092915050565b600060208201905081810360008301526131dc8184613189565b905092915050565b600080604083850312156131fb576131fa61296e565b5b60006132098582860161299d565b925050602061321a8582860161299d565b9150509250929050565b61322d81612e01565b82525050565b60006020820190506132486000830184613224565b92915050565b6000819050919050565b600061327361326e61326984612de1565b61324e565b612de1565b9050919050565b600061328582613258565b9050919050565b60006132978261327a565b9050919050565b6132a78161328c565b82525050565b60006020820190506132c2600083018461329e565b92915050565b6000602082840312156132de576132dd61296e565b5b60006132ec84828501612e2a565b91505092915050565b6000806000806000608086880312156133115761331061296e565b5b600061331f8882890161299d565b95505060206133308882890161299d565b945050604061334188828901612c07565b935050606086013567ffffffffffffffff81111561336257613361612973565b5b61336e888289016129c1565b92509250509295509295909350565b6000806000606084860312156133965761339561296e565b5b60006133a48682870161299d565b93505060206133b58682870161299d565b92505060406133c686828701612c07565b9150509250925092565b6000602082840312156133e6576133e561296e565b5b60006133f484828501612c33565b91505092915050565b600080600080608085870312156134175761341661296e565b5b60006134258782880161299d565b94505060206134368782880161299d565b935050604061344787828801612e2a565b925050606061345887828801612c07565b91505092959194509250565b600061346f8261327a565b9050919050565b61347f81613464565b82525050565b600060208201905061349a6000830184613476565b92915050565b600082825260208201905092915050565b7f4c7a4170703a20696e76616c696420656e64706f696e742063616c6c65720000600082015250565b60006134e7601e836134a0565b91506134f2826134b1565b602082019050919050565b60006020820190508181036000830152613516816134da565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061356457607f821691505b6020821081036135775761357661351d565b5b50919050565b600081905092915050565b6000613594838561357d565b93506135a1838584613021565b82840190509392505050565b60006135ba828486613588565b91508190509392505050565b7f4c7a4170703a20696e76616c696420736f757263652073656e64696e6720636f60008201527f6e74726163740000000000000000000000000000000000000000000000000000602082015250565b60006136226026836134a0565b915061362d826135c6565b604082019050919050565b6000602082019050818103600083015261365181613615565b9050919050565b60008160601b9050919050565b600061367082613658565b9050919050565b600061368282613665565b9050919050565b61369a61369582612e01565b613677565b82525050565b60006136ac8284613689565b60148201915081905092915050565b60006136c7838561314e565b93506136d4838584613021565b6136dd83612f64565b840190509392505050565b60006080820190506136fd6000830188612db7565b818103602083015261370f8187613189565b905081810360408301526137248185876136bb565b90506137336060830184612d04565b9695505050505050565b600060a0820190506137526000830189612db7565b61375f6020830188613224565b81810360408301526137718187613189565b90506137806060830186612b8f565b81810360808301526137938184866136bb565b9050979650505050505050565b6000815190506137af81612bf0565b92915050565b600080604083850312156137cc576137cb61296e565b5b60006137da858286016137a0565b92505060206137eb858286016137a0565b9150509250929050565b600060408201905061380a6000830186612db7565b818103602083015261381d8184866136bb565b9050949350505050565b7f4e6f6e626c6f636b696e674c7a4170703a2063616c6c6572206d75737420626560008201527f204c7a4170700000000000000000000000000000000000000000000000000000602082015250565b60006138836026836134a0565b915061388e82613827565b604082019050919050565b600060208201905081810360008301526138b281613876565b9050919050565b6000602082840312156138cf576138ce61296e565b5b60006138dd848285016137a0565b91505092915050565b7f4c7a4170703a206e6f20747275737465642070617468207265636f7264000000600082015250565b600061391c601d836134a0565b9150613927826138e6565b602082019050919050565b6000602082019050818103600083015261394b8161390f565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061398c82612be6565b915061399783612be6565b92508282039050818111156139af576139ae613952565b5b92915050565b60006139c2828587613588565b91506139ce8284613689565b601482019150819050949350505050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302613a417fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82613a04565b613a4b8683613a04565b95508019841693508086168417925050509392505050565b6000613a7e613a79613a7484612be6565b61324e565b612be6565b9050919050565b6000819050919050565b613a9883613a63565b613aac613aa482613a85565b848454613a11565b825550505050565b600090565b613ac1613ab4565b613acc818484613a8f565b505050565b5b81811015613af057613ae5600082613ab9565b600181019050613ad2565b5050565b601f821115613b3557613b06816139df565b613b0f846139f4565b81016020851015613b1e578190505b613b32613b2a856139f4565b830182613ad1565b50505b505050565b600082821c905092915050565b6000613b5860001984600802613b3a565b1980831691505092915050565b6000613b718383613b47565b9150826002028217905092915050565b613b8a82613143565b67ffffffffffffffff811115613ba357613ba2612f75565b5b613bad825461354c565b613bb8828285613af4565b600060209050601f831160018114613beb5760008415613bd9578287015190505b613be38582613b65565b865550613c4b565b601f198416613bf9866139df565b60005b82811015613c2157848901518255600182019150602085019450602081019050613bfc565b86831015613c3e5784890151613c3a601f891682613b47565b8355505b6001600288020188555050505b505050505050565b6000608082019050613c686000830188612db7565b613c756020830187612db7565b613c826040830186612d04565b8181036060830152613c958184866136bb565b90509695505050505050565b7f4e6f6e626c6f636b696e674c7a4170703a206e6f2073746f726564206d65737360008201527f6167650000000000000000000000000000000000000000000000000000000000602082015250565b6000613cfd6023836134a0565b9150613d0882613ca1565b604082019050919050565b60006020820190508181036000830152613d2c81613cf0565b9050919050565b7f4e6f6e626c6f636b696e674c7a4170703a20696e76616c6964207061796c6f6160008201527f6400000000000000000000000000000000000000000000000000000000000000602082015250565b6000613d8f6021836134a0565b9150613d9a82613d33565b604082019050919050565b60006020820190508181036000830152613dbe81613d82565b9050919050565b613dce81612a17565b82525050565b6000608082019050613de96000830188612db7565b8181036020830152613dfc8186886136bb565b9050613e0b6040830185613dc5565b613e186060830184613119565b9695505050505050565b7f4c7a4170703a20696e76616c6964206d696e4761730000000000000000000000600082015250565b6000613e586015836134a0565b9150613e6382613e22565b602082019050919050565b60006020820190508181036000830152613e8781613e4b565b9050919050565b6000606082019050613ea36000830186612db7565b613eb06020830185612db7565b613ebd6040830184612d04565b949350505050565b600082905092915050565b613eda8383613ec5565b67ffffffffffffffff811115613ef357613ef2612f75565b5b613efd825461354c565b613f08828285613af4565b6000601f831160018114613f375760008415613f25578287013590505b613f2f8582613b65565b865550613f97565b601f198416613f45866139df565b60005b82811015613f6d57848901358255600182019150602085019450602081019050613f48565b86831015613f8a5784890135613f86601f891682613b47565b8355505b6001600288020188555050505b50505050505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613ffc6026836134a0565b915061400782613fa0565b604082019050919050565b6000602082019050818103600083015261402b81613fef565b9050919050565b60006080820190506140476000830187612db7565b6140546020830186612db7565b6140616040830185613224565b61406e6060830184612d04565b95945050505050565b600061408a61408584612ff0565b612fd5565b9050828152602081018484840111156140a6576140a5612f5f565b5b6140b184828561315f565b509392505050565b600082601f8301126140ce576140cd6129b2565b5b81516140de848260208601614077565b91505092915050565b6000602082840312156140fd576140fc61296e565b5b600082015167ffffffffffffffff81111561411b5761411a612973565b5b614127848285016140b9565b91505092915050565b60006080820190506141456000830187612db7565b81810360208301526141578186613189565b90506141666040830185613dc5565b81810360608301526141788184613189565b905095945050505050565b600061418e82613143565b614198818561357d565b93506141a881856020860161315f565b80840191505092915050565b60006141c08284614183565b915081905092915050565b600060a0820190506141e06000830188612db7565b81810360208301526141f28187613189565b90506142016040830186613dc5565b81810360608301526142138185613189565b905081810360808301526142278184613189565b90509695505050505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006142696020836134a0565b915061427482614233565b602082019050919050565b600060208201905081810360008301526142988161425c565b9050919050565b60006080820190506142b46000830187612db7565b81810360208301526142c68186613189565b905081810360408301526142da8185613189565b90506142e96060830184612d04565b95945050505050565b7f4f4654436f72653a20756e6b6e6f776e207061636b6574207479706500000000600082015250565b6000614328601c836134a0565b9150614333826142f2565b602082019050919050565b600060208201905081810360008301526143578161431b565b9050919050565b600061436982612be6565b915061437483612be6565b925082820190508082111561438c5761438b613952565b5b92915050565b7f736c6963655f6f766572666c6f77000000000000000000000000000000000000600082015250565b60006143c8600e836134a0565b91506143d382614392565b602082019050919050565b600060208201905081810360008301526143f7816143bb565b9050919050565b7f736c6963655f6f75744f66426f756e6473000000000000000000000000000000600082015250565b60006144346011836134a0565b915061443f826143fe565b602082019050919050565b6000602082019050818103600083015261446381614427565b9050919050565b7f4f4654436f72653a205f61646170746572506172616d73206d7573742062652060008201527f656d7074792e0000000000000000000000000000000000000000000000000000602082015250565b60006144c66026836134a0565b91506144d18261446a565b604082019050919050565b600060208201905081810360008301526144f5816144b9565b9050919050565b7f50726f78794f46543a206f776e6572206973206e6f742073656e642063616c6c60008201527f6572000000000000000000000000000000000000000000000000000000000000602082015250565b60006145586022836134a0565b9150614563826144fc565b604082019050919050565b600060208201905081810360008301526145878161454b565b9050919050565b7f4c7a4170703a2064657374696e6174696f6e20636861696e206973206e6f742060008201527f61207472757374656420736f7572636500000000000000000000000000000000602082015250565b60006145ea6030836134a0565b91506145f58261458e565b604082019050919050565b60006020820190508181036000830152614619816145dd565b9050919050565b61462981612e3f565b82525050565b600060c0820190506146446000830189612db7565b81810360208301526146568188613189565b9050818103604083015261466a8187613189565b90506146796060830186614620565b6146866080830185613224565b81810360a08301526146988184613189565b9050979650505050505050565b6000815190506146b481612986565b92915050565b600080600080608085870312156146d4576146d361296e565b5b60006146e2878288016146a5565b945050602085015167ffffffffffffffff81111561470357614702612973565b5b61470f878288016140b9565b935050604085015167ffffffffffffffff8111156147305761472f612973565b5b61473c878288016140b9565b925050606061474d878288016137a0565b91505092959194509250565b600060408201905081810360008301526147738185613189565b90506147826020830184612d04565b9392505050565b7f4c7a4170703a206d696e4761734c696d6974206e6f7420736574000000000000600082015250565b60006147bf601a836134a0565b91506147ca82614789565b602082019050919050565b600060208201905081810360008301526147ee816147b2565b9050919050565b7f4c7a4170703a20676173206c696d697420697320746f6f206c6f770000000000600082015250565b600061482b601b836134a0565b9150614836826147f5565b602082019050919050565b6000602082019050818103600083015261485a8161481e565b9050919050565b60006060820190506148766000830186613224565b6148836020830185613224565b6148906040830184612d04565b949350505050565b7f746f416464726573735f6f75744f66426f756e64730000000000000000000000600082015250565b60006148ce6015836134a0565b91506148d982614898565b602082019050919050565b600060208201905081810360008301526148fd816148c1565b9050919050565b7f4c7a4170703a20696e76616c69642061646170746572506172616d7300000000600082015250565b600061493a601c836134a0565b915061494582614904565b602082019050919050565b600060208201905081810360008301526149698161492d565b9050919050565b60008151905061497f81612c1c565b92915050565b60006020828403121561499b5761499a61296e565b5b60006149a984828501614970565b91505092915050565b7f5361666545524332303a204552433230206f7065726174696f6e20646964206e60008201527f6f74207375636365656400000000000000000000000000000000000000000000602082015250565b6000614a0e602a836134a0565b9150614a19826149b2565b604082019050919050565b60006020820190508181036000830152614a3d81614a01565b9050919050565b6000604082019050614a596000830185613224565b614a666020830184612d04565b9392505050565b7f416464726573733a20696e73756666696369656e742062616c616e636520666f60008201527f722063616c6c0000000000000000000000000000000000000000000000000000602082015250565b6000614ac96026836134a0565b9150614ad482614a6d565b604082019050919050565b60006020820190508181036000830152614af881614abc565b9050919050565b7f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000600082015250565b6000614b35601d836134a0565b9150614b4082614aff565b602082019050919050565b60006020820190508181036000830152614b6481614b28565b9050919050565b600081519050919050565b6000614b8182614b6b565b614b8b81856134a0565b9350614b9b81856020860161315f565b614ba481612f64565b840191505092915050565b60006020820190508181036000830152614bc98184614b76565b90509291505056fea2646970667358221220e76e153711edf4df1bf50e5fea8a6ac322223108a2196452086f62b6cf00dd2b64736f6c6343000811003300000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd675000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca
Deployed Bytecode
0x6080604052600436106101d75760003560e01c80638da5cb5b11610102578063d1deba1f11610095578063ed629c5c11610064578063ed629c5c1461069c578063f2fde38b146106c7578063f5ecbdbc146106f0578063fc0c546a1461072d576101d7565b8063d1deba1f14610605578063df2a5b3b14610621578063eab45d9c1461064a578063eb8d72b714610673576101d7565b8063a6c3d165116100d1578063a6c3d1651461055f578063b353aaa714610588578063baf3292d146105b3578063cbed8b9c146105dc576101d7565b80638da5cb5b146104a15780639358928b146104cc578063950c8a74146104f75780639f38369a14610522576101d7565b8063447705151161017a57806366ad5c8a1161014957806366ad5c8a146103e7578063715018a6146104105780637533d788146104275780638cfd8f5c14610464576101d7565b806344770515146103385780634c42899a14610363578063519056361461038e5780635b8c41e6146103aa576101d7565b806310ddb137116101b657806310ddb1371461026b5780632a205e3d146102945780633d8b38f6146102d257806342d65a8d1461030f576101d7565b80621d3567146101dc57806301ffc9a71461020557806307e0db1714610242575b600080fd5b3480156101e857600080fd5b5061020360048036038101906101fe9190612a57565b610758565b005b34801561021157600080fd5b5061022c60048036038101906102279190612b56565b6109ae565b6040516102399190612b9e565b60405180910390f35b34801561024e57600080fd5b5061026960048036038101906102649190612bb9565b610a28565b005b34801561027757600080fd5b50610292600480360381019061028d9190612bb9565b610abe565b005b3480156102a057600080fd5b506102bb60048036038101906102b69190612c48565b610b54565b6040516102c9929190612d13565b60405180910390f35b3480156102de57600080fd5b506102f960048036038101906102f49190612d3c565b610c56565b6040516103069190612b9e565b60405180910390f35b34801561031b57600080fd5b5061033660048036038101906103319190612d3c565b610d2a565b005b34801561034457600080fd5b5061034d610dc6565b60405161035a9190612d9c565b60405180910390f35b34801561036f57600080fd5b50610378610dcb565b6040516103859190612dc6565b60405180910390f35b6103a860048036038101906103a39190612e7d565b610dd0565b005b3480156103b657600080fd5b506103d160048036038101906103cc91906130a0565b610e72565b6040516103de9190613128565b60405180910390f35b3480156103f357600080fd5b5061040e60048036038101906104099190612a57565b610eba565b005b34801561041c57600080fd5b50610425610fcb565b005b34801561043357600080fd5b5061044e60048036038101906104499190612bb9565b610fdf565b60405161045b91906131c2565b60405180910390f35b34801561047057600080fd5b5061048b600480360381019061048691906131e4565b61107f565b6040516104989190612d9c565b60405180910390f35b3480156104ad57600080fd5b506104b66110a4565b6040516104c39190613233565b60405180910390f35b3480156104d857600080fd5b506104e16110cd565b6040516104ee9190612d9c565b60405180910390f35b34801561050357600080fd5b5061050c6111fe565b6040516105199190613233565b60405180910390f35b34801561052e57600080fd5b5061054960048036038101906105449190612bb9565b611224565b60405161055691906131c2565b60405180910390f35b34801561056b57600080fd5b5061058660048036038101906105819190612d3c565b61133d565b005b34801561059457600080fd5b5061059d6113d1565b6040516105aa91906132ad565b60405180910390f35b3480156105bf57600080fd5b506105da60048036038101906105d591906132c8565b6113f5565b005b3480156105e857600080fd5b5061060360048036038101906105fe91906132f5565b611478565b005b61061f600480360381019061061a9190612a57565b61151a565b005b34801561062d57600080fd5b506106486004803603810190610643919061337d565b61175d565b005b34801561065657600080fd5b50610671600480360381019061066c91906133d0565b611821565b005b34801561067f57600080fd5b5061069a60048036038101906106959190612d3c565b61187d565b005b3480156106a857600080fd5b506106b16118f0565b6040516106be9190612b9e565b60405180910390f35b3480156106d357600080fd5b506106ee60048036038101906106e991906132c8565b611903565b005b3480156106fc57600080fd5b50610717600480360381019061071291906133fd565b611986565b60405161072491906131c2565b60405180910390f35b34801561073957600080fd5b50610742611a37565b60405161074f9190613485565b60405180910390f35b7f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67573ffffffffffffffffffffffffffffffffffffffff16610797611a5b565b73ffffffffffffffffffffffffffffffffffffffff16146107ed576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107e4906134fd565b60405180910390fd5b6000600160008861ffff1661ffff16815260200190815260200160002080546108159061354c565b80601f01602080910402602001604051908101604052809291908181526020018280546108419061354c565b801561088e5780601f106108635761010080835404028352916020019161088e565b820191906000526020600020905b81548152906001019060200180831161087157829003601f168201915b505050505090508051868690501480156108a9575060008151115b80156108d25750808051906020012086866040516108c89291906135ad565b6040518091039020145b610911576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161090890613638565b60405180910390fd5b6109a58787878080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050508686868080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611a63565b50505050505050565b60007fe8e89a80000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610a215750610a2082611bc8565b5b9050919050565b610a30611c32565b7f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67573ffffffffffffffffffffffffffffffffffffffff166307e0db17826040518263ffffffff1660e01b8152600401610a899190612dc6565b600060405180830381600087803b158015610aa357600080fd5b505af1158015610ab7573d6000803e3d6000fd5b5050505050565b610ac6611c32565b7f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67573ffffffffffffffffffffffffffffffffffffffff166310ddb137826040518263ffffffff1660e01b8152600401610b1f9190612dc6565b600060405180830381600087803b158015610b3957600080fd5b505af1158015610b4d573d6000803e3d6000fd5b5050505050565b60008060008033604051602001610b6b91906136a0565b6040516020818303038152906040528a8a8a604051602001610b919594939291906136e8565b60405160208183030381529060405290507f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67573ffffffffffffffffffffffffffffffffffffffff166340a7bb108b30848a8a8a6040518763ffffffff1660e01b8152600401610c059695949392919061373d565b6040805180830381865afa158015610c21573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c4591906137b5565b925092505097509795505050505050565b600080600160008661ffff1661ffff1681526020019081526020016000208054610c7f9061354c565b80601f0160208091040260200160405190810160405280929190818152602001828054610cab9061354c565b8015610cf85780601f10610ccd57610100808354040283529160200191610cf8565b820191906000526020600020905b815481529060010190602001808311610cdb57829003601f168201915b505050505090508383604051610d0f9291906135ad565b60405180910390208180519060200120149150509392505050565b610d32611c32565b7f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67573ffffffffffffffffffffffffffffffffffffffff166342d65a8d8484846040518463ffffffff1660e01b8152600401610d8f939291906137f5565b600060405180830381600087803b158015610da957600080fd5b505af1158015610dbd573d6000803e3d6000fd5b50505050505050565b600081565b600081565b610e67898989898080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f8201169050808301925050505050505088888888888080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611cb0565b505050505050505050565b60046020528260005260406000208280516020810182018051848252602083016020850120818352809550505050505060205280600052604060002060009250925050505481565b3073ffffffffffffffffffffffffffffffffffffffff16610ed9611a5b565b73ffffffffffffffffffffffffffffffffffffffff1614610f2f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f2690613899565b60405180910390fd5b610fc38686868080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050508585858080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611d94565b505050505050565b610fd3611c32565b610fdd6000611e00565b565b60016020528060005260406000206000915090508054610ffe9061354c565b80601f016020809104026020016040519081016040528092919081815260200182805461102a9061354c565b80156110775780601f1061104c57610100808354040283529160200191611077565b820191906000526020600020905b81548152906001019060200180831161105a57829003601f168201915b505050505081565b6002602052816000526040600020602052806000526040600020600091509150505481565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60007f000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca73ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b81526004016111289190613233565b602060405180830381865afa158015611145573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061116991906138b9565b7f000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca73ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111d4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111f891906138b9565b03905090565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60606000600160008461ffff1661ffff168152602001908152602001600020805461124e9061354c565b80601f016020809104026020016040519081016040528092919081815260200182805461127a9061354c565b80156112c75780601f1061129c576101008083540402835291602001916112c7565b820191906000526020600020905b8154815290600101906020018083116112aa57829003601f168201915b505050505090506000815103611312576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161130990613932565b60405180910390fd5b6113356000601483516113259190613981565b83611ec49092919063ffffffff16565b915050919050565b611345611c32565b81813060405160200161135a939291906139b5565b604051602081830303815290604052600160008561ffff1661ffff16815260200190815260200160002090816113909190613b81565b507f8c0400cfe2d1199b1a725c78960bcc2a344d869b80590d0f2bd005db15a572ce8383836040516113c4939291906137f5565b60405180910390a1505050565b7f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67581565b6113fd611c32565b80600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507f5db758e995a17ec1ad84bdef7e8c3293a0bd6179bcce400dff5d4c3d87db726b8160405161146d9190613233565b60405180910390a150565b611480611c32565b7f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67573ffffffffffffffffffffffffffffffffffffffff1663cbed8b9c86868686866040518663ffffffff1660e01b81526004016114e1959493929190613c53565b600060405180830381600087803b1580156114fb57600080fd5b505af115801561150f573d6000803e3d6000fd5b505050505050505050565b6000600460008861ffff1661ffff16815260200190815260200160002086866040516115479291906135ad565b908152602001604051809103902060008567ffffffffffffffff1667ffffffffffffffff1681526020019081526020016000205490506000801b81036115c2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115b990613d13565b60405180910390fd5b8083836040516115d39291906135ad565b60405180910390201461161b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161161290613da5565b60405180910390fd5b6000801b600460008961ffff1661ffff168152602001908152602001600020878760405161164a9291906135ad565b908152602001604051809103902060008667ffffffffffffffff1667ffffffffffffffff168152602001908152602001600020819055506117158787878080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050508686868080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611d94565b7fc264d91f3adc5588250e1551f547752ca0cfa8f6b530d243b9f9f4cab10ea8e5878787878560405161174c959493929190613dd4565b60405180910390a150505050505050565b611765611c32565b600081116117a8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161179f90613e6e565b60405180910390fd5b80600260008561ffff1661ffff16815260200190815260200160002060008461ffff1661ffff168152602001908152602001600020819055507f9d5c7c0b934da8fefa9c7760c98383778a12dfbfc0c3b3106518f43fb9508ac083838360405161181493929190613e8e565b60405180910390a1505050565b611829611c32565b80600560006101000a81548160ff0219169083151502179055507f1584ad594a70cbe1e6515592e1272a987d922b097ead875069cebe8b40c004a4816040516118729190612b9e565b60405180910390a150565b611885611c32565b8181600160008661ffff1661ffff16815260200190815260200160002091826118af929190613ed0565b507ffa41487ad5d6728f0b19276fa1eddc16558578f5109fc39d2dc33c3230470dab8383836040516118e3939291906137f5565b60405180910390a1505050565b600560009054906101000a900460ff1681565b61190b611c32565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361197a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161197190614012565b60405180910390fd5b61198381611e00565b50565b60607f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67573ffffffffffffffffffffffffffffffffffffffff1663f5ecbdbc868630866040518563ffffffff1660e01b81526004016119e79493929190614032565b600060405180830381865afa158015611a04573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f82011682018060405250810190611a2d91906140e7565b9050949350505050565b7f000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca81565b600033905090565b600080611b0f5a60966366ad5c8a60e01b89898989604051602401611a8b9493929190614130565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050503073ffffffffffffffffffffffffffffffffffffffff16611fe2909392919063ffffffff16565b9150915081611bc0578280519060200120600460008861ffff1661ffff16815260200190815260200160002086604051611b4991906141b4565b908152602001604051809103902060008667ffffffffffffffff1667ffffffffffffffff168152602001908152602001600020819055507fe183f33de2837795525b4792ca4cd60535bd77c53b7e7030060bfcf5734d6b0c8686868685604051611bb79594939291906141cb565b60405180910390a15b505050505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b611c3a611a5b565b73ffffffffffffffffffffffffffffffffffffffff16611c586110a4565b73ffffffffffffffffffffffffffffffffffffffff1614611cae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ca59061427f565b60405180910390fd5b565b611cbe86600083600061207a565b611cca878787876120eb565b60008088604051602001611cde91906136a0565b6040516020818303038152906040528787604051602001611d02949392919061429f565b6040516020818303038152906040529050611d218782868686346121b3565b85604051611d2f91906141b4565b60405180910390208873ffffffffffffffffffffffffffffffffffffffff168861ffff167f39a4c66499bcf4b56d79f0dde8ed7a9d4925a0df55825206b2b8531e202be0d088604051611d829190612d9c565b60405180910390a45050505050505050565b600060208201519050600061ffff168161ffff1603611dbe57611db98585858561233e565b611df9565b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611df09061433e565b60405180910390fd5b5050505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b606081601f83611ed4919061435e565b1015611f15576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f0c906143de565b60405180910390fd5b8183611f21919061435e565b84511015611f64576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f5b9061444a565b60405180910390fd5b6060821560008114611f855760405191506000825260208201604052611fd6565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015611fc35780518352602083019250602081019050611fa6565b50868552601f19601f8301166040525050505b50809150509392505050565b6000606060008060008661ffff1667ffffffffffffffff81111561200957612008612f75565b5b6040519080825280601f01601f19166020018201604052801561203b5781602001600182028036833780820191505090505b50905060008087516020890160008d8df191503d92508683111561205d578692505b828152826000602083013e81819450945050505094509492505050565b600560009054906101000a900460ff16156120a05761209b848484846123e0565b6120e5565b60008251146120e4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120db906144dc565b60405180910390fd5b5b50505050565b6120f3611a5b565b73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614612160576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121579061456e565b60405180910390fd5b6121ad8430837f000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca73ffffffffffffffffffffffffffffffffffffffff166124bf909392919063ffffffff16565b50505050565b6000600160008861ffff1661ffff16815260200190815260200160002080546121db9061354c565b80601f01602080910402602001604051908101604052809291908181526020018280546122079061354c565b80156122545780601f1061222957610100808354040283529160200191612254565b820191906000526020600020905b81548152906001019060200180831161223757829003601f168201915b50505050509050600081510361229f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229690614600565b60405180910390fd5b7f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67573ffffffffffffffffffffffffffffffffffffffff1663c58031008389848a8a8a8a6040518863ffffffff1660e01b81526004016123039695949392919061462f565b6000604051808303818588803b15801561231c57600080fd5b505af1158015612330573d6000803e3d6000fd5b505050505050505050505050565b60008060008380602001905181019061235791906146ba565b93509350935050600061237460008461254890919063ffffffff16565b90506123818882846125be565b8073ffffffffffffffffffffffffffffffffffffffff168861ffff167f776434b505c7beb3db155c58df6c88985bf7c31730767e43ec773005059fed7a86856040516123ce929190614759565b60405180910390a35050505050505050565b60006123eb8361260e565b9050600082600260008861ffff1661ffff16815260200190815260200160002060008761ffff1661ffff1681526020019081526020016000205461242f919061435e565b905060008111612474576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161246b906147d5565b60405180910390fd5b808210156124b7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124ae90614841565b60405180910390fd5b505050505050565b612542846323b872dd60e01b8585856040516024016124e093929190614861565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050612661565b50505050565b6000601482612557919061435e565b8351101561259a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612591906148e4565b60405180910390fd5b60006c01000000000000000000000000836020860101510490508091505092915050565b61260982827f000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca73ffffffffffffffffffffffffffffffffffffffff166127289092919063ffffffff16565b505050565b6000602282511015612655576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161264c90614950565b60405180910390fd5b60228201519050919050565b60006126c3826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff166127ae9092919063ffffffff16565b905060008151111561272357808060200190518101906126e39190614985565b612722576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161271990614a24565b60405180910390fd5b5b505050565b6127a98363a9059cbb60e01b8484604051602401612747929190614a44565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050612661565b505050565b60606127bd84846000856127c6565b90509392505050565b60608247101561280b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161280290614adf565b60405180910390fd5b612814856128da565b612853576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161284a90614b4b565b60405180910390fd5b6000808673ffffffffffffffffffffffffffffffffffffffff16858760405161287c91906141b4565b60006040518083038185875af1925050503d80600081146128b9576040519150601f19603f3d011682016040523d82523d6000602084013e6128be565b606091505b50915091506128ce8282866128fd565b92505050949350505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b6060831561290d5782905061295d565b6000835111156129205782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129549190614baf565b60405180910390fd5b9392505050565b6000604051905090565b600080fd5b600080fd5b600061ffff82169050919050565b61298f81612978565b811461299a57600080fd5b50565b6000813590506129ac81612986565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f8401126129d7576129d66129b2565b5b8235905067ffffffffffffffff8111156129f4576129f36129b7565b5b602083019150836001820283011115612a1057612a0f6129bc565b5b9250929050565b600067ffffffffffffffff82169050919050565b612a3481612a17565b8114612a3f57600080fd5b50565b600081359050612a5181612a2b565b92915050565b60008060008060008060808789031215612a7457612a7361296e565b5b6000612a8289828a0161299d565b965050602087013567ffffffffffffffff811115612aa357612aa2612973565b5b612aaf89828a016129c1565b95509550506040612ac289828a01612a42565b935050606087013567ffffffffffffffff811115612ae357612ae2612973565b5b612aef89828a016129c1565b92509250509295509295509295565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612b3381612afe565b8114612b3e57600080fd5b50565b600081359050612b5081612b2a565b92915050565b600060208284031215612b6c57612b6b61296e565b5b6000612b7a84828501612b41565b91505092915050565b60008115159050919050565b612b9881612b83565b82525050565b6000602082019050612bb36000830184612b8f565b92915050565b600060208284031215612bcf57612bce61296e565b5b6000612bdd8482850161299d565b91505092915050565b6000819050919050565b612bf981612be6565b8114612c0457600080fd5b50565b600081359050612c1681612bf0565b92915050565b612c2581612b83565b8114612c3057600080fd5b50565b600081359050612c4281612c1c565b92915050565b600080600080600080600060a0888a031215612c6757612c6661296e565b5b6000612c758a828b0161299d565b975050602088013567ffffffffffffffff811115612c9657612c95612973565b5b612ca28a828b016129c1565b96509650506040612cb58a828b01612c07565b9450506060612cc68a828b01612c33565b935050608088013567ffffffffffffffff811115612ce757612ce6612973565b5b612cf38a828b016129c1565b925092505092959891949750929550565b612d0d81612be6565b82525050565b6000604082019050612d286000830185612d04565b612d356020830184612d04565b9392505050565b600080600060408486031215612d5557612d5461296e565b5b6000612d638682870161299d565b935050602084013567ffffffffffffffff811115612d8457612d83612973565b5b612d90868287016129c1565b92509250509250925092565b6000602082019050612db16000830184612d04565b92915050565b612dc081612978565b82525050565b6000602082019050612ddb6000830184612db7565b92915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612e0c82612de1565b9050919050565b612e1c81612e01565b8114612e2757600080fd5b50565b600081359050612e3981612e13565b92915050565b6000612e4a82612de1565b9050919050565b612e5a81612e3f565b8114612e6557600080fd5b50565b600081359050612e7781612e51565b92915050565b600080600080600080600080600060e08a8c031215612e9f57612e9e61296e565b5b6000612ead8c828d01612e2a565b9950506020612ebe8c828d0161299d565b98505060408a013567ffffffffffffffff811115612edf57612ede612973565b5b612eeb8c828d016129c1565b97509750506060612efe8c828d01612c07565b9550506080612f0f8c828d01612e68565b94505060a0612f208c828d01612e2a565b93505060c08a013567ffffffffffffffff811115612f4157612f40612973565b5b612f4d8c828d016129c1565b92509250509295985092959850929598565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612fad82612f64565b810181811067ffffffffffffffff82111715612fcc57612fcb612f75565b5b80604052505050565b6000612fdf612964565b9050612feb8282612fa4565b919050565b600067ffffffffffffffff82111561300b5761300a612f75565b5b61301482612f64565b9050602081019050919050565b82818337600083830152505050565b600061304361303e84612ff0565b612fd5565b90508281526020810184848401111561305f5761305e612f5f565b5b61306a848285613021565b509392505050565b600082601f830112613087576130866129b2565b5b8135613097848260208601613030565b91505092915050565b6000806000606084860312156130b9576130b861296e565b5b60006130c78682870161299d565b935050602084013567ffffffffffffffff8111156130e8576130e7612973565b5b6130f486828701613072565b925050604061310586828701612a42565b9150509250925092565b6000819050919050565b6131228161310f565b82525050565b600060208201905061313d6000830184613119565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561317d578082015181840152602081019050613162565b60008484015250505050565b600061319482613143565b61319e818561314e565b93506131ae81856020860161315f565b6131b781612f64565b840191505092915050565b600060208201905081810360008301526131dc8184613189565b905092915050565b600080604083850312156131fb576131fa61296e565b5b60006132098582860161299d565b925050602061321a8582860161299d565b9150509250929050565b61322d81612e01565b82525050565b60006020820190506132486000830184613224565b92915050565b6000819050919050565b600061327361326e61326984612de1565b61324e565b612de1565b9050919050565b600061328582613258565b9050919050565b60006132978261327a565b9050919050565b6132a78161328c565b82525050565b60006020820190506132c2600083018461329e565b92915050565b6000602082840312156132de576132dd61296e565b5b60006132ec84828501612e2a565b91505092915050565b6000806000806000608086880312156133115761331061296e565b5b600061331f8882890161299d565b95505060206133308882890161299d565b945050604061334188828901612c07565b935050606086013567ffffffffffffffff81111561336257613361612973565b5b61336e888289016129c1565b92509250509295509295909350565b6000806000606084860312156133965761339561296e565b5b60006133a48682870161299d565b93505060206133b58682870161299d565b92505060406133c686828701612c07565b9150509250925092565b6000602082840312156133e6576133e561296e565b5b60006133f484828501612c33565b91505092915050565b600080600080608085870312156134175761341661296e565b5b60006134258782880161299d565b94505060206134368782880161299d565b935050604061344787828801612e2a565b925050606061345887828801612c07565b91505092959194509250565b600061346f8261327a565b9050919050565b61347f81613464565b82525050565b600060208201905061349a6000830184613476565b92915050565b600082825260208201905092915050565b7f4c7a4170703a20696e76616c696420656e64706f696e742063616c6c65720000600082015250565b60006134e7601e836134a0565b91506134f2826134b1565b602082019050919050565b60006020820190508181036000830152613516816134da565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061356457607f821691505b6020821081036135775761357661351d565b5b50919050565b600081905092915050565b6000613594838561357d565b93506135a1838584613021565b82840190509392505050565b60006135ba828486613588565b91508190509392505050565b7f4c7a4170703a20696e76616c696420736f757263652073656e64696e6720636f60008201527f6e74726163740000000000000000000000000000000000000000000000000000602082015250565b60006136226026836134a0565b915061362d826135c6565b604082019050919050565b6000602082019050818103600083015261365181613615565b9050919050565b60008160601b9050919050565b600061367082613658565b9050919050565b600061368282613665565b9050919050565b61369a61369582612e01565b613677565b82525050565b60006136ac8284613689565b60148201915081905092915050565b60006136c7838561314e565b93506136d4838584613021565b6136dd83612f64565b840190509392505050565b60006080820190506136fd6000830188612db7565b818103602083015261370f8187613189565b905081810360408301526137248185876136bb565b90506137336060830184612d04565b9695505050505050565b600060a0820190506137526000830189612db7565b61375f6020830188613224565b81810360408301526137718187613189565b90506137806060830186612b8f565b81810360808301526137938184866136bb565b9050979650505050505050565b6000815190506137af81612bf0565b92915050565b600080604083850312156137cc576137cb61296e565b5b60006137da858286016137a0565b92505060206137eb858286016137a0565b9150509250929050565b600060408201905061380a6000830186612db7565b818103602083015261381d8184866136bb565b9050949350505050565b7f4e6f6e626c6f636b696e674c7a4170703a2063616c6c6572206d75737420626560008201527f204c7a4170700000000000000000000000000000000000000000000000000000602082015250565b60006138836026836134a0565b915061388e82613827565b604082019050919050565b600060208201905081810360008301526138b281613876565b9050919050565b6000602082840312156138cf576138ce61296e565b5b60006138dd848285016137a0565b91505092915050565b7f4c7a4170703a206e6f20747275737465642070617468207265636f7264000000600082015250565b600061391c601d836134a0565b9150613927826138e6565b602082019050919050565b6000602082019050818103600083015261394b8161390f565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061398c82612be6565b915061399783612be6565b92508282039050818111156139af576139ae613952565b5b92915050565b60006139c2828587613588565b91506139ce8284613689565b601482019150819050949350505050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302613a417fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82613a04565b613a4b8683613a04565b95508019841693508086168417925050509392505050565b6000613a7e613a79613a7484612be6565b61324e565b612be6565b9050919050565b6000819050919050565b613a9883613a63565b613aac613aa482613a85565b848454613a11565b825550505050565b600090565b613ac1613ab4565b613acc818484613a8f565b505050565b5b81811015613af057613ae5600082613ab9565b600181019050613ad2565b5050565b601f821115613b3557613b06816139df565b613b0f846139f4565b81016020851015613b1e578190505b613b32613b2a856139f4565b830182613ad1565b50505b505050565b600082821c905092915050565b6000613b5860001984600802613b3a565b1980831691505092915050565b6000613b718383613b47565b9150826002028217905092915050565b613b8a82613143565b67ffffffffffffffff811115613ba357613ba2612f75565b5b613bad825461354c565b613bb8828285613af4565b600060209050601f831160018114613beb5760008415613bd9578287015190505b613be38582613b65565b865550613c4b565b601f198416613bf9866139df565b60005b82811015613c2157848901518255600182019150602085019450602081019050613bfc565b86831015613c3e5784890151613c3a601f891682613b47565b8355505b6001600288020188555050505b505050505050565b6000608082019050613c686000830188612db7565b613c756020830187612db7565b613c826040830186612d04565b8181036060830152613c958184866136bb565b90509695505050505050565b7f4e6f6e626c6f636b696e674c7a4170703a206e6f2073746f726564206d65737360008201527f6167650000000000000000000000000000000000000000000000000000000000602082015250565b6000613cfd6023836134a0565b9150613d0882613ca1565b604082019050919050565b60006020820190508181036000830152613d2c81613cf0565b9050919050565b7f4e6f6e626c6f636b696e674c7a4170703a20696e76616c6964207061796c6f6160008201527f6400000000000000000000000000000000000000000000000000000000000000602082015250565b6000613d8f6021836134a0565b9150613d9a82613d33565b604082019050919050565b60006020820190508181036000830152613dbe81613d82565b9050919050565b613dce81612a17565b82525050565b6000608082019050613de96000830188612db7565b8181036020830152613dfc8186886136bb565b9050613e0b6040830185613dc5565b613e186060830184613119565b9695505050505050565b7f4c7a4170703a20696e76616c6964206d696e4761730000000000000000000000600082015250565b6000613e586015836134a0565b9150613e6382613e22565b602082019050919050565b60006020820190508181036000830152613e8781613e4b565b9050919050565b6000606082019050613ea36000830186612db7565b613eb06020830185612db7565b613ebd6040830184612d04565b949350505050565b600082905092915050565b613eda8383613ec5565b67ffffffffffffffff811115613ef357613ef2612f75565b5b613efd825461354c565b613f08828285613af4565b6000601f831160018114613f375760008415613f25578287013590505b613f2f8582613b65565b865550613f97565b601f198416613f45866139df565b60005b82811015613f6d57848901358255600182019150602085019450602081019050613f48565b86831015613f8a5784890135613f86601f891682613b47565b8355505b6001600288020188555050505b50505050505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613ffc6026836134a0565b915061400782613fa0565b604082019050919050565b6000602082019050818103600083015261402b81613fef565b9050919050565b60006080820190506140476000830187612db7565b6140546020830186612db7565b6140616040830185613224565b61406e6060830184612d04565b95945050505050565b600061408a61408584612ff0565b612fd5565b9050828152602081018484840111156140a6576140a5612f5f565b5b6140b184828561315f565b509392505050565b600082601f8301126140ce576140cd6129b2565b5b81516140de848260208601614077565b91505092915050565b6000602082840312156140fd576140fc61296e565b5b600082015167ffffffffffffffff81111561411b5761411a612973565b5b614127848285016140b9565b91505092915050565b60006080820190506141456000830187612db7565b81810360208301526141578186613189565b90506141666040830185613dc5565b81810360608301526141788184613189565b905095945050505050565b600061418e82613143565b614198818561357d565b93506141a881856020860161315f565b80840191505092915050565b60006141c08284614183565b915081905092915050565b600060a0820190506141e06000830188612db7565b81810360208301526141f28187613189565b90506142016040830186613dc5565b81810360608301526142138185613189565b905081810360808301526142278184613189565b90509695505050505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006142696020836134a0565b915061427482614233565b602082019050919050565b600060208201905081810360008301526142988161425c565b9050919050565b60006080820190506142b46000830187612db7565b81810360208301526142c68186613189565b905081810360408301526142da8185613189565b90506142e96060830184612d04565b95945050505050565b7f4f4654436f72653a20756e6b6e6f776e207061636b6574207479706500000000600082015250565b6000614328601c836134a0565b9150614333826142f2565b602082019050919050565b600060208201905081810360008301526143578161431b565b9050919050565b600061436982612be6565b915061437483612be6565b925082820190508082111561438c5761438b613952565b5b92915050565b7f736c6963655f6f766572666c6f77000000000000000000000000000000000000600082015250565b60006143c8600e836134a0565b91506143d382614392565b602082019050919050565b600060208201905081810360008301526143f7816143bb565b9050919050565b7f736c6963655f6f75744f66426f756e6473000000000000000000000000000000600082015250565b60006144346011836134a0565b915061443f826143fe565b602082019050919050565b6000602082019050818103600083015261446381614427565b9050919050565b7f4f4654436f72653a205f61646170746572506172616d73206d7573742062652060008201527f656d7074792e0000000000000000000000000000000000000000000000000000602082015250565b60006144c66026836134a0565b91506144d18261446a565b604082019050919050565b600060208201905081810360008301526144f5816144b9565b9050919050565b7f50726f78794f46543a206f776e6572206973206e6f742073656e642063616c6c60008201527f6572000000000000000000000000000000000000000000000000000000000000602082015250565b60006145586022836134a0565b9150614563826144fc565b604082019050919050565b600060208201905081810360008301526145878161454b565b9050919050565b7f4c7a4170703a2064657374696e6174696f6e20636861696e206973206e6f742060008201527f61207472757374656420736f7572636500000000000000000000000000000000602082015250565b60006145ea6030836134a0565b91506145f58261458e565b604082019050919050565b60006020820190508181036000830152614619816145dd565b9050919050565b61462981612e3f565b82525050565b600060c0820190506146446000830189612db7565b81810360208301526146568188613189565b9050818103604083015261466a8187613189565b90506146796060830186614620565b6146866080830185613224565b81810360a08301526146988184613189565b9050979650505050505050565b6000815190506146b481612986565b92915050565b600080600080608085870312156146d4576146d361296e565b5b60006146e2878288016146a5565b945050602085015167ffffffffffffffff81111561470357614702612973565b5b61470f878288016140b9565b935050604085015167ffffffffffffffff8111156147305761472f612973565b5b61473c878288016140b9565b925050606061474d878288016137a0565b91505092959194509250565b600060408201905081810360008301526147738185613189565b90506147826020830184612d04565b9392505050565b7f4c7a4170703a206d696e4761734c696d6974206e6f7420736574000000000000600082015250565b60006147bf601a836134a0565b91506147ca82614789565b602082019050919050565b600060208201905081810360008301526147ee816147b2565b9050919050565b7f4c7a4170703a20676173206c696d697420697320746f6f206c6f770000000000600082015250565b600061482b601b836134a0565b9150614836826147f5565b602082019050919050565b6000602082019050818103600083015261485a8161481e565b9050919050565b60006060820190506148766000830186613224565b6148836020830185613224565b6148906040830184612d04565b949350505050565b7f746f416464726573735f6f75744f66426f756e64730000000000000000000000600082015250565b60006148ce6015836134a0565b91506148d982614898565b602082019050919050565b600060208201905081810360008301526148fd816148c1565b9050919050565b7f4c7a4170703a20696e76616c69642061646170746572506172616d7300000000600082015250565b600061493a601c836134a0565b915061494582614904565b602082019050919050565b600060208201905081810360008301526149698161492d565b9050919050565b60008151905061497f81612c1c565b92915050565b60006020828403121561499b5761499a61296e565b5b60006149a984828501614970565b91505092915050565b7f5361666545524332303a204552433230206f7065726174696f6e20646964206e60008201527f6f74207375636365656400000000000000000000000000000000000000000000602082015250565b6000614a0e602a836134a0565b9150614a19826149b2565b604082019050919050565b60006020820190508181036000830152614a3d81614a01565b9050919050565b6000604082019050614a596000830185613224565b614a666020830184612d04565b9392505050565b7f416464726573733a20696e73756666696369656e742062616c616e636520666f60008201527f722063616c6c0000000000000000000000000000000000000000000000000000602082015250565b6000614ac96026836134a0565b9150614ad482614a6d565b604082019050919050565b60006020820190508181036000830152614af881614abc565b9050919050565b7f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000600082015250565b6000614b35601d836134a0565b9150614b4082614aff565b602082019050919050565b60006020820190508181036000830152614b6481614b28565b9050919050565b600081519050919050565b6000614b8182614b6b565b614b8b81856134a0565b9350614b9b81856020860161315f565b614ba481612f64565b840191505092915050565b60006020820190508181036000830152614bc98184614b76565b90509291505056fea2646970667358221220e76e153711edf4df1bf50e5fea8a6ac322223108a2196452086f62b6cf00dd2b64736f6c63430008110033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd675000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca
-----Decoded View---------------
Arg [0] : _lzEndpoint (address): 0x66A71Dcef29A0fFBDBE3c6a460a3B5BC225Cd675
Arg [1] : _proxyToken (address): 0x514910771AF9Ca656af840dff83E8264EcF986CA
-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
Arg [1] : 000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca
Deployed Bytecode Sourcemap
71375:839:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31345:762;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;52484:215;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;34188:123;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;34319:129;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;52707:457;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;36140:250;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;34456:178;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;52259:37;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;52325:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;53172:334;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;42535:85;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;43510:346;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2884:103;;;;;;;;;;;;;:::i;:::-;;30817:51;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;30875:65;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2236:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;71615:187;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;30947:23;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;35276:330;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;34987:281;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;30764:46;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;35614:136;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;33976:204;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;44042:767;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;35758:284;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;53514:223;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;34781:198;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;52368:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3142:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;33703:211;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;71448:29;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31345:762;31585:10;31561:35;;:12;:10;:12::i;:::-;:35;;;31553:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;31644:26;31673:19;:32;31693:11;31673:32;;;;;;;;;;;;;;;31644:61;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31879:13;:20;31857:11;;:18;;:42;:70;;;;;31926:1;31903:13;:20;:24;31857:70;:124;;;;;31967:13;31957:24;;;;;;31941:11;;31931:22;;;;;;;:::i;:::-;;;;;;;;:50;31857:124;31849:175;;;;;;;;;;;;:::i;:::-;;;;;;;;;32037:62;32056:11;32069;;32037:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32082:6;32090:8;;32037:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:18;:62::i;:::-;31476:631;31345:762;;;;;;:::o;52484:215::-;52586:4;52625:26;52610:41;;;:11;:41;;;;:81;;;;52655:36;52679:11;52655:23;:36::i;:::-;52610:81;52603:88;;52484:215;;;:::o;34188:123::-;2122:13;:11;:13::i;:::-;34268:10:::1;:25;;;34294:8;34268:35;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;34188:123:::0;:::o;34319:129::-;2122:13;:11;:13::i;:::-;34402:10:::1;:28;;;34431:8;34402:38;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;34319:129:::0;:::o;52707:457::-;52876:14;52892:11;52960:20;52358:1;53020:10;53003:28;;;;;;;;:::i;:::-;;;;;;;;;;;;;53033:10;;53045:7;52983:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;52960:93;;53071:10;:23;;;53095:11;53116:4;53123:7;53132;53141:14;;53071:85;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;53064:92;;;;;52707:457;;;;;;;;;;:::o;36140:250::-;36236:4;36253:26;36282:19;:32;36302:11;36282:32;;;;;;;;;;;;;;;36253:61;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36370:11;;36360:22;;;;;;;:::i;:::-;;;;;;;;36342:13;36332:24;;;;;;:50;36325:57;;;36140:250;;;;;:::o;34456:178::-;2122:13;:11;:13::i;:::-;34571:10:::1;:29;;;34601:11;34614;;34571:55;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;34456:178:::0;;;:::o;52259:37::-;52295:1;52259:37;:::o;52325:34::-;52358:1;52325:34;:::o;53172:334::-;53400:98;53406:5;53413:11;53426:10;;53400:98;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;53438:7;53447:14;53463:18;53483:14;;53400:98;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:5;:98::i;:::-;53172:334;;;;;;;;;:::o;42535:85::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;43510:346::-;43724:4;43700:29;;:12;:10;:12::i;:::-;:29;;;43692:80;;;;;;;;;;;;:::i;:::-;;;;;;;;;43783:65;43805:11;43818;;43783:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;43831:6;43839:8;;43783:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:21;:65::i;:::-;43510:346;;;;;;:::o;2884:103::-;2122:13;:11;:13::i;:::-;2949:30:::1;2976:1;2949:18;:30::i;:::-;2884:103::o:0;30817:51::-;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;30875:65::-;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;2236:87::-;2282:7;2309:6;;;;;;;;;;;2302:13;;2236:87;:::o;71615:187::-;71682:4;71753:5;:15;;;71777:4;71753:30;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;71731:5;:17;;;:19;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:52;71724:59;;71615:187;:::o;30947:23::-;;;;;;;;;;;;;:::o;35276:330::-;35355:12;35380:17;35400:19;:35;35420:14;35400:35;;;;;;;;;;;;;;;35380:55;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35469:1;35454:4;:11;:16;35446:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;35522:31;35533:1;35550:2;35536:4;:11;:16;;;;:::i;:::-;35522:4;:10;;:31;;;;;:::i;:::-;35515:38;;;35276:330;;;:::o;34987:281::-;2122:13;:11;:13::i;:::-;35159:14:::1;;35183:4;35142:47;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;35104:19;:35;35124:14;35104:35;;;;;;;;;;;;;;;:85;;;;;;:::i;:::-;;35205:55;35229:14;35245;;35205:55;;;;;;;;:::i;:::-;;;;;;;;34987:281:::0;;;:::o;30764:46::-;;;:::o;35614:136::-;2122:13;:11;:13::i;:::-;35695:9:::1;35684:8;;:20;;;;;;;;;;;;;;;;;;35720:22;35732:9;35720:22;;;;;;:::i;:::-;;;;;;;;35614:136:::0;:::o;33976:204::-;2122:13;:11;:13::i;:::-;34110:10:::1;:20;;;34131:8;34141;34151:11;34164:7;;34110:62;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;33976:204:::0;;;;;:::o;44042:767::-;44231:19;44253:14;:27;44268:11;44253:27;;;;;;;;;;;;;;;44281:11;;44253:40;;;;;;;:::i;:::-;;;;;;;;;;;;;:48;44294:6;44253:48;;;;;;;;;;;;;;;;44231:70;;44343:1;44335:10;;44320:11;:25;44312:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;44427:11;44414:8;;44404:19;;;;;;;:::i;:::-;;;;;;;;:34;44396:80;;;;;;;;;;;;:::i;:::-;;;;;;;;;44583:1;44575:10;;44524:14;:27;44539:11;44524:27;;;;;;;;;;;;;;;44552:11;;44524:40;;;;;;;:::i;:::-;;;;;;;;;;;;;:48;44565:6;44524:48;;;;;;;;;;;;;;;:61;;;;44654:65;44676:11;44689;;44654:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44702:6;44710:8;;44654:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:21;:65::i;:::-;44735:66;44755:11;44768;;44781:6;44789:11;44735:66;;;;;;;;;;:::i;:::-;;;;;;;;44175:634;44042:767;;;;;;:::o;35758:284::-;2122:13;:11;:13::i;:::-;35882:1:::1;35872:7;:11;35864:45;;;;;;;;;;;;:::i;:::-;;;;;;;;;35964:7;35920:15;:28;35936:11;35920:28;;;;;;;;;;;;;;;:41;35949:11;35920:41;;;;;;;;;;;;;;;:51;;;;35987:47;36000:11;36013;36026:7;35987:47;;;;;;;;:::i;:::-;;;;;;;;35758:284:::0;;;:::o;53514:223::-;2122:13;:11;:13::i;:::-;53640:23:::1;53615:22;;:48;;;;;;;;;;;;;;;;;;53679:50;53705:23;53679:50;;;;;;:::i;:::-;;;;;;;;53514:223:::0;:::o;34781:198::-;2122:13;:11;:13::i;:::-;34914:5:::1;;34879:19;:32;34899:11;34879:32;;;;;;;;;;;;;;;:40;;;;;;;:::i;:::-;;34935:36;34952:11;34965:5;;34935:36;;;;;;;;:::i;:::-;;;;;;;;34781:198:::0;;;:::o;52368:34::-;;;;;;;;;;;;;:::o;3142:201::-;2122:13;:11;:13::i;:::-;3251:1:::1;3231:22;;:8;:22;;::::0;3223:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3307:28;3326:8;3307:18;:28::i;:::-;3142:201:::0;:::o;33703:211::-;33806:12;33838:10;:20;;;33859:8;33869;33887:4;33894:11;33838:68;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;33831:75;;33703:211;;;;;;:::o;71448:29::-;;;:::o;781:98::-;834:7;861:10;854:17;;781:98;:::o;42904:598::-;43054:12;43068:19;43091:153;43125:9;43136:3;43164:34;;;43200:11;43213;43226:6;43234:8;43141:102;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;43099:4;43091:33;;;;:153;;;;;;:::i;:::-;43053:191;;;;43304:7;43299:196;;43389:8;43379:19;;;;;;43328:14;:27;43343:11;43328:27;;;;;;;;;;;;;;;43356:11;43328:40;;;;;;:::i;:::-;;;;;;;;;;;;;:48;43369:6;43328:48;;;;;;;;;;;;;;;:70;;;;43418:65;43432:11;43445;43458:6;43466:8;43476:6;43418:65;;;;;;;;;;:::i;:::-;;;;;;;;43299:196;43042:460;;42904:598;;;;:::o;51911:157::-;51996:4;52035:25;52020:40;;;:11;:40;;;;52013:47;;51911:157;;;:::o;2401:132::-;2476:12;:10;:12::i;:::-;2465:23;;:7;:5;:7::i;:::-;:23;;;2457:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;2401:132::o;54202:627::-;54408:71;54428:11;52358:1;54450:14;52295:1;54408:19;:71::i;:::-;54492:51;54503:5;54510:11;54523:10;54535:7;54492:10;:51::i;:::-;54556:22;52358:1;54618:5;54601:23;;;;;;;;:::i;:::-;;;;;;;;;;;;;54626:10;54638:7;54581:65;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;54556:90;;54657:94;54665:11;54678:9;54689:14;54705:18;54725:14;54741:9;54657:7;:94::i;:::-;54801:10;54769:52;;;;;;:::i;:::-;;;;;;;;54794:5;54769:52;;54781:11;54769:52;;;54813:7;54769:52;;;;;;:::i;:::-;;;;;;;;54397:432;54202:627;;;;;;;:::o;53745:449::-;53897:17;53983:2;53973:8;53969:17;53963:24;53949:38;;52358:1;54014:21;;:10;:21;;;54010:177;;54052:52;54061:11;54074;54087:6;54095:8;54052;:52::i;:::-;54010:177;;;54137:38;;;;;;;;;;:::i;:::-;;;;;;;;54010:177;53886:308;53745:449;;;;:::o;3503:191::-;3577:16;3596:6;;;;;;;;;;;3577:25;;3622:8;3613:6;;:17;;;;;;;;;;;;;;;;;;3677:8;3646:40;;3667:8;3646:40;;;;;;;;;;;;3566:128;3503:191;:::o;20610:2779::-;20751:12;20805:7;20799:2;20789:7;:12;;;;:::i;:::-;:23;;20781:50;;;;;;;;;;;;:::i;:::-;;;;;;;;;20876:7;20867:6;:16;;;;:::i;:::-;20850:6;:13;:33;;20842:63;;;;;;;;;;;;:::i;:::-;;;;;;;;;20918:22;20991:7;20984:15;21018:1;21013:1933;;;;23090:4;23084:11;23071:24;;23271:1;23260:9;23253:20;23321:4;23310:9;23306:20;23300:4;23293:34;20977:2365;;21013:1933;21190:4;21184:11;21171:24;;21827:2;21818:7;21814:16;22199:9;22192:17;22186:4;22182:28;22170:9;22159;22155:25;22151:60;22248:7;22244:2;22240:16;22497:6;22483:9;22476:17;22470:4;22466:28;22454:9;22446:6;22442:22;22438:57;22434:70;22276:426;22531:3;22527:2;22524:11;22276:426;;;22679:2;22673:9;22669:2;22662:21;22573:4;22569:2;22565:13;22559:19;;22614:4;22610:2;22606:13;22600:19;;22276:426;;;22280:243;22740:7;22729:9;22722:26;22926:2;22922:7;22917:2;22913;22909:11;22905:25;22899:4;22892:39;21020:1926;;;20977:2365;;23372:9;23365:16;;;20610:2779;;;;;:::o;37544:1275::-;37706:4;37712:12;37774:15;37800:13;37824:24;37861:8;37851:19;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37824:46;;38352:1;38326;38292:9;38286:16;38257:4;38246:9;38242:20;38211:1;38176:7;38150:4;38131:247;38119:259;;38443:16;38432:27;;38488:8;38479:7;38476:21;38473:78;;;38528:8;38517:19;;38473:78;38634:7;38621:11;38614:28;38752:7;38749:1;38742:4;38729:11;38725:22;38710:50;38789:8;38799:11;38781:30;;;;;;;37544:1275;;;;;;;:::o;55243:373::-;55385:22;;;;;;;;;;;55381:228;;;55424:63;55439:11;55452:7;55461:14;55477:9;55424:14;:63::i;:::-;55381:228;;;55553:1;55528:14;:21;:26;55520:77;;;;;;;;;;;;:::i;:::-;;;;;;;;;55381:228;55243:373;;;;:::o;71810:248::-;71935:12;:10;:12::i;:::-;71926:21;;:5;:21;;;71918:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;71997:53;72020:5;72035:4;72042:7;71997:5;:22;;;;:53;;;;;;:::i;:::-;71810:248;;;;:::o;32396:495::-;32590:26;32619:19;:32;32639:11;32619:32;;;;;;;;;;;;;;;32590:61;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32694:1;32670:13;:20;:25;32662:86;;;;;;;;;;;;:::i;:::-;;;;;;;;;32759:10;:15;;;32782:10;32794:11;32807:13;32822:8;32832:14;32848:18;32868:14;32759:124;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32579:312;32396:495;;;;;;:::o;54837:398::-;54951:17;54970:27;54999:11;55025:8;55014:50;;;;;;;;;;;;:::i;:::-;54948:116;;;;;;;55077:10;55090:27;55115:1;55090:14;:24;;:27;;;;:::i;:::-;55077:40;;55130:34;55140:11;55153:2;55157:6;55130:9;:34::i;:::-;55216:2;55180:47;;55197:11;55180:47;;;55210:4;55220:6;55180:47;;;;;;;:::i;:::-;;;;;;;;54937:298;;;;54837:398;;;;:::o;32899:420::-;33035:21;33059:28;33072:14;33059:12;:28::i;:::-;33035:52;;33098:16;33155:9;33117:15;:28;33133:11;33117:28;;;;;;;;;;;;;;;:35;33146:5;33117:35;;;;;;;;;;;;;;;;:47;;;;:::i;:::-;33098:66;;33197:1;33183:11;:15;33175:54;;;;;;;;;;;;:::i;:::-;;;;;;;;;33268:11;33248:16;:31;;33240:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;33024:295;;32899:420;;;;:::o;67713:248::-;67857:96;67877:5;67907:27;;;67936:4;67942:2;67946:5;67884:68;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;67857:19;:96::i;:::-;67713:248;;;;:::o;23397:363::-;23476:7;23530:2;23521:6;:11;;;;:::i;:::-;23504:6;:13;:28;;23496:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;23569:19;23683:27;23673:6;23666:4;23658:6;23654:17;23650:30;23644:37;23640:71;23625:86;;23741:11;23734:18;;;23397:363;;;;:::o;72066:145::-;72164:39;72183:10;72195:7;72164:5;:18;;;;:39;;;;;:::i;:::-;72066:145;;;:::o;33327:271::-;33409:13;33468:2;33443:14;:21;:27;;33435:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;33576:2;33560:14;33556:23;33550:30;33538:42;;33327:271;;;:::o;70561:716::-;70985:23;71011:69;71039:4;71011:69;;;;;;;;;;;;;;;;;71019:5;71011:27;;;;:69;;;;;:::i;:::-;70985:95;;71115:1;71095:10;:17;:21;71091:179;;;71192:10;71181:30;;;;;;;;;;;;:::i;:::-;71173:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;71091:179;70631:646;70561:716;;:::o;67494:211::-;67611:86;67631:5;67661:23;;;67686:2;67690:5;67638:58;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;67611:19;:86::i;:::-;67494:211;;;:::o;62199:229::-;62336:12;62368:52;62390:6;62398:4;62404:1;62407:12;62368:21;:52::i;:::-;62361:59;;62199:229;;;;;:::o;63319:510::-;63489:12;63547:5;63522:21;:30;;63514:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;63614:18;63625:6;63614:10;:18::i;:::-;63606:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;63680:12;63694:23;63721:6;:11;;63740:5;63747:4;63721:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;63679:73;;;;63770:51;63787:7;63796:10;63808:12;63770:16;:51::i;:::-;63763:58;;;;63319:510;;;;;;:::o;59454:326::-;59514:4;59771:1;59749:7;:19;;;:23;59742:30;;59454:326;;;:::o;66005:762::-;66155:12;66184:7;66180:580;;;66215:10;66208:17;;;;66180:580;66349:1;66329:10;:17;:21;66325:424;;;66577:10;66571:17;66638:15;66625:10;66621:2;66617:19;66610:44;66325:424;66720:12;66713:20;;;;;;;;;;;:::i;:::-;;;;;;;;66005:762;;;;;;:::o;7:75:1:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:89;370:7;410:6;403:5;399:18;388:29;;334:89;;;:::o;429:120::-;501:23;518:5;501:23;:::i;:::-;494:5;491:34;481:62;;539:1;536;529:12;481:62;429:120;:::o;555:137::-;600:5;638:6;625:20;616:29;;654:32;680:5;654:32;:::i;:::-;555:137;;;;:::o;698:117::-;807:1;804;797:12;821:117;930:1;927;920:12;944:117;1053:1;1050;1043:12;1080:552;1137:8;1147:6;1197:3;1190:4;1182:6;1178:17;1174:27;1164:122;;1205:79;;:::i;:::-;1164:122;1318:6;1305:20;1295:30;;1348:18;1340:6;1337:30;1334:117;;;1370:79;;:::i;:::-;1334:117;1484:4;1476:6;1472:17;1460:29;;1538:3;1530:4;1522:6;1518:17;1508:8;1504:32;1501:41;1498:128;;;1545:79;;:::i;:::-;1498:128;1080:552;;;;;:::o;1638:101::-;1674:7;1714:18;1707:5;1703:30;1692:41;;1638:101;;;:::o;1745:120::-;1817:23;1834:5;1817:23;:::i;:::-;1810:5;1807:34;1797:62;;1855:1;1852;1845:12;1797:62;1745:120;:::o;1871:137::-;1916:5;1954:6;1941:20;1932:29;;1970:32;1996:5;1970:32;:::i;:::-;1871:137;;;;:::o;2014:1157::-;2120:6;2128;2136;2144;2152;2160;2209:3;2197:9;2188:7;2184:23;2180:33;2177:120;;;2216:79;;:::i;:::-;2177:120;2336:1;2361:52;2405:7;2396:6;2385:9;2381:22;2361:52;:::i;:::-;2351:62;;2307:116;2490:2;2479:9;2475:18;2462:32;2521:18;2513:6;2510:30;2507:117;;;2543:79;;:::i;:::-;2507:117;2656:64;2712:7;2703:6;2692:9;2688:22;2656:64;:::i;:::-;2638:82;;;;2433:297;2769:2;2795:52;2839:7;2830:6;2819:9;2815:22;2795:52;:::i;:::-;2785:62;;2740:117;2924:2;2913:9;2909:18;2896:32;2955:18;2947:6;2944:30;2941:117;;;2977:79;;:::i;:::-;2941:117;3090:64;3146:7;3137:6;3126:9;3122:22;3090:64;:::i;:::-;3072:82;;;;2867:297;2014:1157;;;;;;;;:::o;3177:149::-;3213:7;3253:66;3246:5;3242:78;3231:89;;3177:149;;;:::o;3332:120::-;3404:23;3421:5;3404:23;:::i;:::-;3397:5;3394:34;3384:62;;3442:1;3439;3432:12;3384:62;3332:120;:::o;3458:137::-;3503:5;3541:6;3528:20;3519:29;;3557:32;3583:5;3557:32;:::i;:::-;3458:137;;;;:::o;3601:327::-;3659:6;3708:2;3696:9;3687:7;3683:23;3679:32;3676:119;;;3714:79;;:::i;:::-;3676:119;3834:1;3859:52;3903:7;3894:6;3883:9;3879:22;3859:52;:::i;:::-;3849:62;;3805:116;3601:327;;;;:::o;3934:90::-;3968:7;4011:5;4004:13;3997:21;3986:32;;3934:90;;;:::o;4030:109::-;4111:21;4126:5;4111:21;:::i;:::-;4106:3;4099:34;4030:109;;:::o;4145:210::-;4232:4;4270:2;4259:9;4255:18;4247:26;;4283:65;4345:1;4334:9;4330:17;4321:6;4283:65;:::i;:::-;4145:210;;;;:::o;4361:327::-;4419:6;4468:2;4456:9;4447:7;4443:23;4439:32;4436:119;;;4474:79;;:::i;:::-;4436:119;4594:1;4619:52;4663:7;4654:6;4643:9;4639:22;4619:52;:::i;:::-;4609:62;;4565:116;4361:327;;;;:::o;4694:77::-;4731:7;4760:5;4749:16;;4694:77;;;:::o;4777:122::-;4850:24;4868:5;4850:24;:::i;:::-;4843:5;4840:35;4830:63;;4889:1;4886;4879:12;4830:63;4777:122;:::o;4905:139::-;4951:5;4989:6;4976:20;4967:29;;5005:33;5032:5;5005:33;:::i;:::-;4905:139;;;;:::o;5050:116::-;5120:21;5135:5;5120:21;:::i;:::-;5113:5;5110:32;5100:60;;5156:1;5153;5146:12;5100:60;5050:116;:::o;5172:133::-;5215:5;5253:6;5240:20;5231:29;;5269:30;5293:5;5269:30;:::i;:::-;5172:133;;;;:::o;5311:1299::-;5424:6;5432;5440;5448;5456;5464;5472;5521:3;5509:9;5500:7;5496:23;5492:33;5489:120;;;5528:79;;:::i;:::-;5489:120;5648:1;5673:52;5717:7;5708:6;5697:9;5693:22;5673:52;:::i;:::-;5663:62;;5619:116;5802:2;5791:9;5787:18;5774:32;5833:18;5825:6;5822:30;5819:117;;;5855:79;;:::i;:::-;5819:117;5968:64;6024:7;6015:6;6004:9;6000:22;5968:64;:::i;:::-;5950:82;;;;5745:297;6081:2;6107:53;6152:7;6143:6;6132:9;6128:22;6107:53;:::i;:::-;6097:63;;6052:118;6209:2;6235:50;6277:7;6268:6;6257:9;6253:22;6235:50;:::i;:::-;6225:60;;6180:115;6362:3;6351:9;6347:19;6334:33;6394:18;6386:6;6383:30;6380:117;;;6416:79;;:::i;:::-;6380:117;6529:64;6585:7;6576:6;6565:9;6561:22;6529:64;:::i;:::-;6511:82;;;;6305:298;5311:1299;;;;;;;;;;:::o;6616:118::-;6703:24;6721:5;6703:24;:::i;:::-;6698:3;6691:37;6616:118;;:::o;6740:332::-;6861:4;6899:2;6888:9;6884:18;6876:26;;6912:71;6980:1;6969:9;6965:17;6956:6;6912:71;:::i;:::-;6993:72;7061:2;7050:9;7046:18;7037:6;6993:72;:::i;:::-;6740:332;;;;;:::o;7078:670::-;7156:6;7164;7172;7221:2;7209:9;7200:7;7196:23;7192:32;7189:119;;;7227:79;;:::i;:::-;7189:119;7347:1;7372:52;7416:7;7407:6;7396:9;7392:22;7372:52;:::i;:::-;7362:62;;7318:116;7501:2;7490:9;7486:18;7473:32;7532:18;7524:6;7521:30;7518:117;;;7554:79;;:::i;:::-;7518:117;7667:64;7723:7;7714:6;7703:9;7699:22;7667:64;:::i;:::-;7649:82;;;;7444:297;7078:670;;;;;:::o;7754:222::-;7847:4;7885:2;7874:9;7870:18;7862:26;;7898:71;7966:1;7955:9;7951:17;7942:6;7898:71;:::i;:::-;7754:222;;;;:::o;7982:115::-;8067:23;8084:5;8067:23;:::i;:::-;8062:3;8055:36;7982:115;;:::o;8103:218::-;8194:4;8232:2;8221:9;8217:18;8209:26;;8245:69;8311:1;8300:9;8296:17;8287:6;8245:69;:::i;:::-;8103:218;;;;:::o;8327:126::-;8364:7;8404:42;8397:5;8393:54;8382:65;;8327:126;;;:::o;8459:96::-;8496:7;8525:24;8543:5;8525:24;:::i;:::-;8514:35;;8459:96;;;:::o;8561:122::-;8634:24;8652:5;8634:24;:::i;:::-;8627:5;8624:35;8614:63;;8673:1;8670;8663:12;8614:63;8561:122;:::o;8689:139::-;8735:5;8773:6;8760:20;8751:29;;8789:33;8816:5;8789:33;:::i;:::-;8689:139;;;;:::o;8834:104::-;8879:7;8908:24;8926:5;8908:24;:::i;:::-;8897:35;;8834:104;;;:::o;8944:138::-;9025:32;9051:5;9025:32;:::i;:::-;9018:5;9015:43;9005:71;;9072:1;9069;9062:12;9005:71;8944:138;:::o;9088:155::-;9142:5;9180:6;9167:20;9158:29;;9196:41;9231:5;9196:41;:::i;:::-;9088:155;;;;:::o;9249:1613::-;9391:6;9399;9407;9415;9423;9431;9439;9447;9455;9504:3;9492:9;9483:7;9479:23;9475:33;9472:120;;;9511:79;;:::i;:::-;9472:120;9631:1;9656:53;9701:7;9692:6;9681:9;9677:22;9656:53;:::i;:::-;9646:63;;9602:117;9758:2;9784:52;9828:7;9819:6;9808:9;9804:22;9784:52;:::i;:::-;9774:62;;9729:117;9913:2;9902:9;9898:18;9885:32;9944:18;9936:6;9933:30;9930:117;;;9966:79;;:::i;:::-;9930:117;10079:64;10135:7;10126:6;10115:9;10111:22;10079:64;:::i;:::-;10061:82;;;;9856:297;10192:2;10218:53;10263:7;10254:6;10243:9;10239:22;10218:53;:::i;:::-;10208:63;;10163:118;10320:3;10347:61;10400:7;10391:6;10380:9;10376:22;10347:61;:::i;:::-;10337:71;;10291:127;10457:3;10484:53;10529:7;10520:6;10509:9;10505:22;10484:53;:::i;:::-;10474:63;;10428:119;10614:3;10603:9;10599:19;10586:33;10646:18;10638:6;10635:30;10632:117;;;10668:79;;:::i;:::-;10632:117;10781:64;10837:7;10828:6;10817:9;10813:22;10781:64;:::i;:::-;10763:82;;;;10557:298;9249:1613;;;;;;;;;;;:::o;10868:117::-;10977:1;10974;10967:12;10991:102;11032:6;11083:2;11079:7;11074:2;11067:5;11063:14;11059:28;11049:38;;10991:102;;;:::o;11099:180::-;11147:77;11144:1;11137:88;11244:4;11241:1;11234:15;11268:4;11265:1;11258:15;11285:281;11368:27;11390:4;11368:27;:::i;:::-;11360:6;11356:40;11498:6;11486:10;11483:22;11462:18;11450:10;11447:34;11444:62;11441:88;;;11509:18;;:::i;:::-;11441:88;11549:10;11545:2;11538:22;11328:238;11285:281;;:::o;11572:129::-;11606:6;11633:20;;:::i;:::-;11623:30;;11662:33;11690:4;11682:6;11662:33;:::i;:::-;11572:129;;;:::o;11707:307::-;11768:4;11858:18;11850:6;11847:30;11844:56;;;11880:18;;:::i;:::-;11844:56;11918:29;11940:6;11918:29;:::i;:::-;11910:37;;12002:4;11996;11992:15;11984:23;;11707:307;;;:::o;12020:146::-;12117:6;12112:3;12107;12094:30;12158:1;12149:6;12144:3;12140:16;12133:27;12020:146;;;:::o;12172:423::-;12249:5;12274:65;12290:48;12331:6;12290:48;:::i;:::-;12274:65;:::i;:::-;12265:74;;12362:6;12355:5;12348:21;12400:4;12393:5;12389:16;12438:3;12429:6;12424:3;12420:16;12417:25;12414:112;;;12445:79;;:::i;:::-;12414:112;12535:54;12582:6;12577:3;12572;12535:54;:::i;:::-;12255:340;12172:423;;;;;:::o;12614:338::-;12669:5;12718:3;12711:4;12703:6;12699:17;12695:27;12685:122;;12726:79;;:::i;:::-;12685:122;12843:6;12830:20;12868:78;12942:3;12934:6;12927:4;12919:6;12915:17;12868:78;:::i;:::-;12859:87;;12675:277;12614:338;;;;:::o;12958:793::-;13042:6;13050;13058;13107:2;13095:9;13086:7;13082:23;13078:32;13075:119;;;13113:79;;:::i;:::-;13075:119;13233:1;13258:52;13302:7;13293:6;13282:9;13278:22;13258:52;:::i;:::-;13248:62;;13204:116;13387:2;13376:9;13372:18;13359:32;13418:18;13410:6;13407:30;13404:117;;;13440:79;;:::i;:::-;13404:117;13545:62;13599:7;13590:6;13579:9;13575:22;13545:62;:::i;:::-;13535:72;;13330:287;13656:2;13682:52;13726:7;13717:6;13706:9;13702:22;13682:52;:::i;:::-;13672:62;;13627:117;12958:793;;;;;:::o;13757:77::-;13794:7;13823:5;13812:16;;13757:77;;;:::o;13840:118::-;13927:24;13945:5;13927:24;:::i;:::-;13922:3;13915:37;13840:118;;:::o;13964:222::-;14057:4;14095:2;14084:9;14080:18;14072:26;;14108:71;14176:1;14165:9;14161:17;14152:6;14108:71;:::i;:::-;13964:222;;;;:::o;14192:98::-;14243:6;14277:5;14271:12;14261:22;;14192:98;;;:::o;14296:168::-;14379:11;14413:6;14408:3;14401:19;14453:4;14448:3;14444:14;14429:29;;14296:168;;;;:::o;14470:246::-;14551:1;14561:113;14575:6;14572:1;14569:13;14561:113;;;14660:1;14655:3;14651:11;14645:18;14641:1;14636:3;14632:11;14625:39;14597:2;14594:1;14590:10;14585:15;;14561:113;;;14708:1;14699:6;14694:3;14690:16;14683:27;14532:184;14470:246;;;:::o;14722:373::-;14808:3;14836:38;14868:5;14836:38;:::i;:::-;14890:70;14953:6;14948:3;14890:70;:::i;:::-;14883:77;;14969:65;15027:6;15022:3;15015:4;15008:5;15004:16;14969:65;:::i;:::-;15059:29;15081:6;15059:29;:::i;:::-;15054:3;15050:39;15043:46;;14812:283;14722:373;;;;:::o;15101:309::-;15212:4;15250:2;15239:9;15235:18;15227:26;;15299:9;15293:4;15289:20;15285:1;15274:9;15270:17;15263:47;15327:76;15398:4;15389:6;15327:76;:::i;:::-;15319:84;;15101:309;;;;:::o;15416:470::-;15482:6;15490;15539:2;15527:9;15518:7;15514:23;15510:32;15507:119;;;15545:79;;:::i;:::-;15507:119;15665:1;15690:52;15734:7;15725:6;15714:9;15710:22;15690:52;:::i;:::-;15680:62;;15636:116;15791:2;15817:52;15861:7;15852:6;15841:9;15837:22;15817:52;:::i;:::-;15807:62;;15762:117;15416:470;;;;;:::o;15892:118::-;15979:24;15997:5;15979:24;:::i;:::-;15974:3;15967:37;15892:118;;:::o;16016:222::-;16109:4;16147:2;16136:9;16132:18;16124:26;;16160:71;16228:1;16217:9;16213:17;16204:6;16160:71;:::i;:::-;16016:222;;;;:::o;16244:60::-;16272:3;16293:5;16286:12;;16244:60;;;:::o;16310:142::-;16360:9;16393:53;16411:34;16420:24;16438:5;16420:24;:::i;:::-;16411:34;:::i;:::-;16393:53;:::i;:::-;16380:66;;16310:142;;;:::o;16458:126::-;16508:9;16541:37;16572:5;16541:37;:::i;:::-;16528:50;;16458:126;;;:::o;16590:152::-;16666:9;16699:37;16730:5;16699:37;:::i;:::-;16686:50;;16590:152;;;:::o;16748:183::-;16861:63;16918:5;16861:63;:::i;:::-;16856:3;16849:76;16748:183;;:::o;16937:274::-;17056:4;17094:2;17083:9;17079:18;17071:26;;17107:97;17201:1;17190:9;17186:17;17177:6;17107:97;:::i;:::-;16937:274;;;;:::o;17217:329::-;17276:6;17325:2;17313:9;17304:7;17300:23;17296:32;17293:119;;;17331:79;;:::i;:::-;17293:119;17451:1;17476:53;17521:7;17512:6;17501:9;17497:22;17476:53;:::i;:::-;17466:63;;17422:117;17217:329;;;;:::o;17552:959::-;17647:6;17655;17663;17671;17679;17728:3;17716:9;17707:7;17703:23;17699:33;17696:120;;;17735:79;;:::i;:::-;17696:120;17855:1;17880:52;17924:7;17915:6;17904:9;17900:22;17880:52;:::i;:::-;17870:62;;17826:116;17981:2;18007:52;18051:7;18042:6;18031:9;18027:22;18007:52;:::i;:::-;17997:62;;17952:117;18108:2;18134:53;18179:7;18170:6;18159:9;18155:22;18134:53;:::i;:::-;18124:63;;18079:118;18264:2;18253:9;18249:18;18236:32;18295:18;18287:6;18284:30;18281:117;;;18317:79;;:::i;:::-;18281:117;18430:64;18486:7;18477:6;18466:9;18462:22;18430:64;:::i;:::-;18412:82;;;;18207:297;17552:959;;;;;;;;:::o;18517:615::-;18592:6;18600;18608;18657:2;18645:9;18636:7;18632:23;18628:32;18625:119;;;18663:79;;:::i;:::-;18625:119;18783:1;18808:52;18852:7;18843:6;18832:9;18828:22;18808:52;:::i;:::-;18798:62;;18754:116;18909:2;18935:52;18979:7;18970:6;18959:9;18955:22;18935:52;:::i;:::-;18925:62;;18880:117;19036:2;19062:53;19107:7;19098:6;19087:9;19083:22;19062:53;:::i;:::-;19052:63;;19007:118;18517:615;;;;;:::o;19138:323::-;19194:6;19243:2;19231:9;19222:7;19218:23;19214:32;19211:119;;;19249:79;;:::i;:::-;19211:119;19369:1;19394:50;19436:7;19427:6;19416:9;19412:22;19394:50;:::i;:::-;19384:60;;19340:114;19138:323;;;;:::o;19467:761::-;19551:6;19559;19567;19575;19624:3;19612:9;19603:7;19599:23;19595:33;19592:120;;;19631:79;;:::i;:::-;19592:120;19751:1;19776:52;19820:7;19811:6;19800:9;19796:22;19776:52;:::i;:::-;19766:62;;19722:116;19877:2;19903:52;19947:7;19938:6;19927:9;19923:22;19903:52;:::i;:::-;19893:62;;19848:117;20004:2;20030:53;20075:7;20066:6;20055:9;20051:22;20030:53;:::i;:::-;20020:63;;19975:118;20132:2;20158:53;20203:7;20194:6;20183:9;20179:22;20158:53;:::i;:::-;20148:63;;20103:118;19467:761;;;;;;;:::o;20234:141::-;20299:9;20332:37;20363:5;20332:37;:::i;:::-;20319:50;;20234:141;;;:::o;20381:161::-;20483:52;20529:5;20483:52;:::i;:::-;20478:3;20471:65;20381:161;;:::o;20548:252::-;20656:4;20694:2;20683:9;20679:18;20671:26;;20707:86;20790:1;20779:9;20775:17;20766:6;20707:86;:::i;:::-;20548:252;;;;:::o;20806:169::-;20890:11;20924:6;20919:3;20912:19;20964:4;20959:3;20955:14;20940:29;;20806:169;;;;:::o;20981:180::-;21121:32;21117:1;21109:6;21105:14;21098:56;20981:180;:::o;21167:366::-;21309:3;21330:67;21394:2;21389:3;21330:67;:::i;:::-;21323:74;;21406:93;21495:3;21406:93;:::i;:::-;21524:2;21519:3;21515:12;21508:19;;21167:366;;;:::o;21539:419::-;21705:4;21743:2;21732:9;21728:18;21720:26;;21792:9;21786:4;21782:20;21778:1;21767:9;21763:17;21756:47;21820:131;21946:4;21820:131;:::i;:::-;21812:139;;21539:419;;;:::o;21964:180::-;22012:77;22009:1;22002:88;22109:4;22106:1;22099:15;22133:4;22130:1;22123:15;22150:320;22194:6;22231:1;22225:4;22221:12;22211:22;;22278:1;22272:4;22268:12;22299:18;22289:81;;22355:4;22347:6;22343:17;22333:27;;22289:81;22417:2;22409:6;22406:14;22386:18;22383:38;22380:84;;22436:18;;:::i;:::-;22380:84;22201:269;22150:320;;;:::o;22476:147::-;22577:11;22614:3;22599:18;;22476:147;;;;:::o;22651:327::-;22765:3;22786:88;22867:6;22862:3;22786:88;:::i;:::-;22779:95;;22884:56;22933:6;22928:3;22921:5;22884:56;:::i;:::-;22965:6;22960:3;22956:16;22949:23;;22651:327;;;;;:::o;22984:291::-;23124:3;23146:103;23245:3;23236:6;23228;23146:103;:::i;:::-;23139:110;;23266:3;23259:10;;22984:291;;;;;:::o;23281:225::-;23421:34;23417:1;23409:6;23405:14;23398:58;23490:8;23485:2;23477:6;23473:15;23466:33;23281:225;:::o;23512:366::-;23654:3;23675:67;23739:2;23734:3;23675:67;:::i;:::-;23668:74;;23751:93;23840:3;23751:93;:::i;:::-;23869:2;23864:3;23860:12;23853:19;;23512:366;;;:::o;23884:419::-;24050:4;24088:2;24077:9;24073:18;24065:26;;24137:9;24131:4;24127:20;24123:1;24112:9;24108:17;24101:47;24165:131;24291:4;24165:131;:::i;:::-;24157:139;;23884:419;;;:::o;24309:94::-;24342:8;24390:5;24386:2;24382:14;24361:35;;24309:94;;;:::o;24409:::-;24448:7;24477:20;24491:5;24477:20;:::i;:::-;24466:31;;24409:94;;;:::o;24509:100::-;24548:7;24577:26;24597:5;24577:26;:::i;:::-;24566:37;;24509:100;;;:::o;24615:157::-;24720:45;24740:24;24758:5;24740:24;:::i;:::-;24720:45;:::i;:::-;24715:3;24708:58;24615:157;;:::o;24778:256::-;24890:3;24905:75;24976:3;24967:6;24905:75;:::i;:::-;25005:2;25000:3;24996:12;24989:19;;25025:3;25018:10;;24778:256;;;;:::o;25062:314::-;25158:3;25179:70;25242:6;25237:3;25179:70;:::i;:::-;25172:77;;25259:56;25308:6;25303:3;25296:5;25259:56;:::i;:::-;25340:29;25362:6;25340:29;:::i;:::-;25335:3;25331:39;25324:46;;25062:314;;;;;:::o;25382:743::-;25603:4;25641:3;25630:9;25626:19;25618:27;;25655:69;25721:1;25710:9;25706:17;25697:6;25655:69;:::i;:::-;25771:9;25765:4;25761:20;25756:2;25745:9;25741:18;25734:48;25799:76;25870:4;25861:6;25799:76;:::i;:::-;25791:84;;25922:9;25916:4;25912:20;25907:2;25896:9;25892:18;25885:48;25950:86;26031:4;26022:6;26014;25950:86;:::i;:::-;25942:94;;26046:72;26114:2;26103:9;26099:18;26090:6;26046:72;:::i;:::-;25382:743;;;;;;;;:::o;26131:842::-;26374:4;26412:3;26401:9;26397:19;26389:27;;26426:69;26492:1;26481:9;26477:17;26468:6;26426:69;:::i;:::-;26505:72;26573:2;26562:9;26558:18;26549:6;26505:72;:::i;:::-;26624:9;26618:4;26614:20;26609:2;26598:9;26594:18;26587:48;26652:76;26723:4;26714:6;26652:76;:::i;:::-;26644:84;;26738:66;26800:2;26789:9;26785:18;26776:6;26738:66;:::i;:::-;26852:9;26846:4;26842:20;26836:3;26825:9;26821:19;26814:49;26880:86;26961:4;26952:6;26944;26880:86;:::i;:::-;26872:94;;26131:842;;;;;;;;;:::o;26979:143::-;27036:5;27067:6;27061:13;27052:22;;27083:33;27110:5;27083:33;:::i;:::-;26979:143;;;;:::o;27128:507::-;27207:6;27215;27264:2;27252:9;27243:7;27239:23;27235:32;27232:119;;;27270:79;;:::i;:::-;27232:119;27390:1;27415:64;27471:7;27462:6;27451:9;27447:22;27415:64;:::i;:::-;27405:74;;27361:128;27528:2;27554:64;27610:7;27601:6;27590:9;27586:22;27554:64;:::i;:::-;27544:74;;27499:129;27128:507;;;;;:::o;27641:435::-;27788:4;27826:2;27815:9;27811:18;27803:26;;27839:69;27905:1;27894:9;27890:17;27881:6;27839:69;:::i;:::-;27955:9;27949:4;27945:20;27940:2;27929:9;27925:18;27918:48;27983:86;28064:4;28055:6;28047;27983:86;:::i;:::-;27975:94;;27641:435;;;;;;:::o;28082:225::-;28222:34;28218:1;28210:6;28206:14;28199:58;28291:8;28286:2;28278:6;28274:15;28267:33;28082:225;:::o;28313:366::-;28455:3;28476:67;28540:2;28535:3;28476:67;:::i;:::-;28469:74;;28552:93;28641:3;28552:93;:::i;:::-;28670:2;28665:3;28661:12;28654:19;;28313:366;;;:::o;28685:419::-;28851:4;28889:2;28878:9;28874:18;28866:26;;28938:9;28932:4;28928:20;28924:1;28913:9;28909:17;28902:47;28966:131;29092:4;28966:131;:::i;:::-;28958:139;;28685:419;;;:::o;29110:351::-;29180:6;29229:2;29217:9;29208:7;29204:23;29200:32;29197:119;;;29235:79;;:::i;:::-;29197:119;29355:1;29380:64;29436:7;29427:6;29416:9;29412:22;29380:64;:::i;:::-;29370:74;;29326:128;29110:351;;;;:::o;29467:179::-;29607:31;29603:1;29595:6;29591:14;29584:55;29467:179;:::o;29652:366::-;29794:3;29815:67;29879:2;29874:3;29815:67;:::i;:::-;29808:74;;29891:93;29980:3;29891:93;:::i;:::-;30009:2;30004:3;30000:12;29993:19;;29652:366;;;:::o;30024:419::-;30190:4;30228:2;30217:9;30213:18;30205:26;;30277:9;30271:4;30267:20;30263:1;30252:9;30248:17;30241:47;30305:131;30431:4;30305:131;:::i;:::-;30297:139;;30024:419;;;:::o;30449:180::-;30497:77;30494:1;30487:88;30594:4;30591:1;30584:15;30618:4;30615:1;30608:15;30635:194;30675:4;30695:20;30713:1;30695:20;:::i;:::-;30690:25;;30729:20;30747:1;30729:20;:::i;:::-;30724:25;;30773:1;30770;30766:9;30758:17;;30797:1;30791:4;30788:11;30785:37;;;30802:18;;:::i;:::-;30785:37;30635:194;;;;:::o;30835:432::-;31003:3;31025:103;31124:3;31115:6;31107;31025:103;:::i;:::-;31018:110;;31138:75;31209:3;31200:6;31138:75;:::i;:::-;31238:2;31233:3;31229:12;31222:19;;31258:3;31251:10;;30835:432;;;;;;:::o;31273:140::-;31321:4;31344:3;31336:11;;31367:3;31364:1;31357:14;31401:4;31398:1;31388:18;31380:26;;31273:140;;;:::o;31419:93::-;31456:6;31503:2;31498;31491:5;31487:14;31483:23;31473:33;;31419:93;;;:::o;31518:107::-;31562:8;31612:5;31606:4;31602:16;31581:37;;31518:107;;;;:::o;31631:393::-;31700:6;31750:1;31738:10;31734:18;31773:97;31803:66;31792:9;31773:97;:::i;:::-;31891:39;31921:8;31910:9;31891:39;:::i;:::-;31879:51;;31963:4;31959:9;31952:5;31948:21;31939:30;;32012:4;32002:8;31998:19;31991:5;31988:30;31978:40;;31707:317;;31631:393;;;;;:::o;32030:142::-;32080:9;32113:53;32131:34;32140:24;32158:5;32140:24;:::i;:::-;32131:34;:::i;:::-;32113:53;:::i;:::-;32100:66;;32030:142;;;:::o;32178:75::-;32221:3;32242:5;32235:12;;32178:75;;;:::o;32259:269::-;32369:39;32400:7;32369:39;:::i;:::-;32430:91;32479:41;32503:16;32479:41;:::i;:::-;32471:6;32464:4;32458:11;32430:91;:::i;:::-;32424:4;32417:105;32335:193;32259:269;;;:::o;32534:73::-;32579:3;32534:73;:::o;32613:189::-;32690:32;;:::i;:::-;32731:65;32789:6;32781;32775:4;32731:65;:::i;:::-;32666:136;32613:189;;:::o;32808:186::-;32868:120;32885:3;32878:5;32875:14;32868:120;;;32939:39;32976:1;32969:5;32939:39;:::i;:::-;32912:1;32905:5;32901:13;32892:22;;32868:120;;;32808:186;;:::o;33000:541::-;33100:2;33095:3;33092:11;33089:445;;;33134:37;33165:5;33134:37;:::i;:::-;33217:29;33235:10;33217:29;:::i;:::-;33207:8;33203:44;33400:2;33388:10;33385:18;33382:49;;;33421:8;33406:23;;33382:49;33444:80;33500:22;33518:3;33500:22;:::i;:::-;33490:8;33486:37;33473:11;33444:80;:::i;:::-;33104:430;;33089:445;33000:541;;;:::o;33547:117::-;33601:8;33651:5;33645:4;33641:16;33620:37;;33547:117;;;;:::o;33670:169::-;33714:6;33747:51;33795:1;33791:6;33783:5;33780:1;33776:13;33747:51;:::i;:::-;33743:56;33828:4;33822;33818:15;33808:25;;33721:118;33670:169;;;;:::o;33844:295::-;33920:4;34066:29;34091:3;34085:4;34066:29;:::i;:::-;34058:37;;34128:3;34125:1;34121:11;34115:4;34112:21;34104:29;;33844:295;;;;:::o;34144:1390::-;34259:36;34291:3;34259:36;:::i;:::-;34360:18;34352:6;34349:30;34346:56;;;34382:18;;:::i;:::-;34346:56;34426:38;34458:4;34452:11;34426:38;:::i;:::-;34511:66;34570:6;34562;34556:4;34511:66;:::i;:::-;34604:1;34628:4;34615:17;;34660:2;34652:6;34649:14;34677:1;34672:617;;;;35333:1;35350:6;35347:77;;;35399:9;35394:3;35390:19;35384:26;35375:35;;35347:77;35450:67;35510:6;35503:5;35450:67;:::i;:::-;35444:4;35437:81;35306:222;34642:886;;34672:617;34724:4;34720:9;34712:6;34708:22;34758:36;34789:4;34758:36;:::i;:::-;34816:1;34830:208;34844:7;34841:1;34838:14;34830:208;;;34923:9;34918:3;34914:19;34908:26;34900:6;34893:42;34974:1;34966:6;34962:14;34952:24;;35021:2;35010:9;35006:18;34993:31;;34867:4;34864:1;34860:12;34855:17;;34830:208;;;35066:6;35057:7;35054:19;35051:179;;;35124:9;35119:3;35115:19;35109:26;35167:48;35209:4;35201:6;35197:17;35186:9;35167:48;:::i;:::-;35159:6;35152:64;35074:156;35051:179;35276:1;35272;35264:6;35260:14;35256:22;35250:4;35243:36;34679:610;;;34642:886;;34234:1300;;;34144:1390;;:::o;35540:652::-;35741:4;35779:3;35768:9;35764:19;35756:27;;35793:69;35859:1;35848:9;35844:17;35835:6;35793:69;:::i;:::-;35872:70;35938:2;35927:9;35923:18;35914:6;35872:70;:::i;:::-;35952:72;36020:2;36009:9;36005:18;35996:6;35952:72;:::i;:::-;36071:9;36065:4;36061:20;36056:2;36045:9;36041:18;36034:48;36099:86;36180:4;36171:6;36163;36099:86;:::i;:::-;36091:94;;35540:652;;;;;;;;:::o;36198:222::-;36338:34;36334:1;36326:6;36322:14;36315:58;36407:5;36402:2;36394:6;36390:15;36383:30;36198:222;:::o;36426:366::-;36568:3;36589:67;36653:2;36648:3;36589:67;:::i;:::-;36582:74;;36665:93;36754:3;36665:93;:::i;:::-;36783:2;36778:3;36774:12;36767:19;;36426:366;;;:::o;36798:419::-;36964:4;37002:2;36991:9;36987:18;36979:26;;37051:9;37045:4;37041:20;37037:1;37026:9;37022:17;37015:47;37079:131;37205:4;37079:131;:::i;:::-;37071:139;;36798:419;;;:::o;37223:220::-;37363:34;37359:1;37351:6;37347:14;37340:58;37432:3;37427:2;37419:6;37415:15;37408:28;37223:220;:::o;37449:366::-;37591:3;37612:67;37676:2;37671:3;37612:67;:::i;:::-;37605:74;;37688:93;37777:3;37688:93;:::i;:::-;37806:2;37801:3;37797:12;37790:19;;37449:366;;;:::o;37821:419::-;37987:4;38025:2;38014:9;38010:18;38002:26;;38074:9;38068:4;38064:20;38060:1;38049:9;38045:17;38038:47;38102:131;38228:4;38102:131;:::i;:::-;38094:139;;37821:419;;;:::o;38246:115::-;38331:23;38348:5;38331:23;:::i;:::-;38326:3;38319:36;38246:115;;:::o;38367:652::-;38568:4;38606:3;38595:9;38591:19;38583:27;;38620:69;38686:1;38675:9;38671:17;38662:6;38620:69;:::i;:::-;38736:9;38730:4;38726:20;38721:2;38710:9;38706:18;38699:48;38764:86;38845:4;38836:6;38828;38764:86;:::i;:::-;38756:94;;38860:70;38926:2;38915:9;38911:18;38902:6;38860:70;:::i;:::-;38940:72;39008:2;38997:9;38993:18;38984:6;38940:72;:::i;:::-;38367:652;;;;;;;;:::o;39025:171::-;39165:23;39161:1;39153:6;39149:14;39142:47;39025:171;:::o;39202:366::-;39344:3;39365:67;39429:2;39424:3;39365:67;:::i;:::-;39358:74;;39441:93;39530:3;39441:93;:::i;:::-;39559:2;39554:3;39550:12;39543:19;;39202:366;;;:::o;39574:419::-;39740:4;39778:2;39767:9;39763:18;39755:26;;39827:9;39821:4;39817:20;39813:1;39802:9;39798:17;39791:47;39855:131;39981:4;39855:131;:::i;:::-;39847:139;;39574:419;;;:::o;39999:434::-;40144:4;40182:2;40171:9;40167:18;40159:26;;40195:69;40261:1;40250:9;40246:17;40237:6;40195:69;:::i;:::-;40274:70;40340:2;40329:9;40325:18;40316:6;40274:70;:::i;:::-;40354:72;40422:2;40411:9;40407:18;40398:6;40354:72;:::i;:::-;39999:434;;;;;;:::o;40439:96::-;40497:6;40525:3;40515:13;;40439:96;;;;:::o;40541:1398::-;40663:43;40702:3;40697;40663:43;:::i;:::-;40771:18;40763:6;40760:30;40757:56;;;40793:18;;:::i;:::-;40757:56;40837:38;40869:4;40863:11;40837:38;:::i;:::-;40922:66;40981:6;40973;40967:4;40922:66;:::i;:::-;41015:1;41044:2;41036:6;41033:14;41061:1;41056:631;;;;41731:1;41748:6;41745:84;;;41804:9;41799:3;41795:19;41782:33;41773:42;;41745:84;41855:67;41915:6;41908:5;41855:67;:::i;:::-;41849:4;41842:81;41704:229;41026:907;;41056:631;41108:4;41104:9;41096:6;41092:22;41142:36;41173:4;41142:36;:::i;:::-;41200:1;41214:215;41228:7;41225:1;41222:14;41214:215;;;41314:9;41309:3;41305:19;41292:33;41284:6;41277:49;41365:1;41357:6;41353:14;41343:24;;41412:2;41401:9;41397:18;41384:31;;41251:4;41248:1;41244:12;41239:17;;41214:215;;;41457:6;41448:7;41445:19;41442:186;;;41522:9;41517:3;41513:19;41500:33;41565:48;41607:4;41599:6;41595:17;41584:9;41565:48;:::i;:::-;41557:6;41550:64;41465:163;41442:186;41674:1;41670;41662:6;41658:14;41654:22;41648:4;41641:36;41063:624;;;41026:907;;40638:1301;;;40541:1398;;;:::o;41945:225::-;42085:34;42081:1;42073:6;42069:14;42062:58;42154:8;42149:2;42141:6;42137:15;42130:33;41945:225;:::o;42176:366::-;42318:3;42339:67;42403:2;42398:3;42339:67;:::i;:::-;42332:74;;42415:93;42504:3;42415:93;:::i;:::-;42533:2;42528:3;42524:12;42517:19;;42176:366;;;:::o;42548:419::-;42714:4;42752:2;42741:9;42737:18;42729:26;;42801:9;42795:4;42791:20;42787:1;42776:9;42772:17;42765:47;42829:131;42955:4;42829:131;:::i;:::-;42821:139;;42548:419;;;:::o;42973:545::-;43146:4;43184:3;43173:9;43169:19;43161:27;;43198:69;43264:1;43253:9;43249:17;43240:6;43198:69;:::i;:::-;43277:70;43343:2;43332:9;43328:18;43319:6;43277:70;:::i;:::-;43357:72;43425:2;43414:9;43410:18;43401:6;43357:72;:::i;:::-;43439;43507:2;43496:9;43492:18;43483:6;43439:72;:::i;:::-;42973:545;;;;;;;:::o;43524:432::-;43612:5;43637:65;43653:48;43694:6;43653:48;:::i;:::-;43637:65;:::i;:::-;43628:74;;43725:6;43718:5;43711:21;43763:4;43756:5;43752:16;43801:3;43792:6;43787:3;43783:16;43780:25;43777:112;;;43808:79;;:::i;:::-;43777:112;43898:52;43943:6;43938:3;43933;43898:52;:::i;:::-;43618:338;43524:432;;;;;:::o;43975:353::-;44041:5;44090:3;44083:4;44075:6;44071:17;44067:27;44057:122;;44098:79;;:::i;:::-;44057:122;44208:6;44202:13;44233:89;44318:3;44310:6;44303:4;44295:6;44291:17;44233:89;:::i;:::-;44224:98;;44047:281;43975:353;;;;:::o;44334:522::-;44413:6;44462:2;44450:9;44441:7;44437:23;44433:32;44430:119;;;44468:79;;:::i;:::-;44430:119;44609:1;44598:9;44594:17;44588:24;44639:18;44631:6;44628:30;44625:117;;;44661:79;;:::i;:::-;44625:117;44766:73;44831:7;44822:6;44811:9;44807:22;44766:73;:::i;:::-;44756:83;;44559:290;44334:522;;;;:::o;44862:719::-;45071:4;45109:3;45098:9;45094:19;45086:27;;45123:69;45189:1;45178:9;45174:17;45165:6;45123:69;:::i;:::-;45239:9;45233:4;45229:20;45224:2;45213:9;45209:18;45202:48;45267:76;45338:4;45329:6;45267:76;:::i;:::-;45259:84;;45353:70;45419:2;45408:9;45404:18;45395:6;45353:70;:::i;:::-;45470:9;45464:4;45460:20;45455:2;45444:9;45440:18;45433:48;45498:76;45569:4;45560:6;45498:76;:::i;:::-;45490:84;;44862:719;;;;;;;:::o;45587:386::-;45691:3;45719:38;45751:5;45719:38;:::i;:::-;45773:88;45854:6;45849:3;45773:88;:::i;:::-;45766:95;;45870:65;45928:6;45923:3;45916:4;45909:5;45905:16;45870:65;:::i;:::-;45960:6;45955:3;45951:16;45944:23;;45695:278;45587:386;;;;:::o;45979:271::-;46109:3;46131:93;46220:3;46211:6;46131:93;:::i;:::-;46124:100;;46241:3;46234:10;;45979:271;;;;:::o;46256:917::-;46511:4;46549:3;46538:9;46534:19;46526:27;;46563:69;46629:1;46618:9;46614:17;46605:6;46563:69;:::i;:::-;46679:9;46673:4;46669:20;46664:2;46653:9;46649:18;46642:48;46707:76;46778:4;46769:6;46707:76;:::i;:::-;46699:84;;46793:70;46859:2;46848:9;46844:18;46835:6;46793:70;:::i;:::-;46910:9;46904:4;46900:20;46895:2;46884:9;46880:18;46873:48;46938:76;47009:4;47000:6;46938:76;:::i;:::-;46930:84;;47062:9;47056:4;47052:20;47046:3;47035:9;47031:19;47024:49;47090:76;47161:4;47152:6;47090:76;:::i;:::-;47082:84;;46256:917;;;;;;;;:::o;47179:182::-;47319:34;47315:1;47307:6;47303:14;47296:58;47179:182;:::o;47367:366::-;47509:3;47530:67;47594:2;47589:3;47530:67;:::i;:::-;47523:74;;47606:93;47695:3;47606:93;:::i;:::-;47724:2;47719:3;47715:12;47708:19;;47367:366;;;:::o;47739:419::-;47905:4;47943:2;47932:9;47928:18;47920:26;;47992:9;47986:4;47982:20;47978:1;47967:9;47963:17;47956:47;48020:131;48146:4;48020:131;:::i;:::-;48012:139;;47739:419;;;:::o;48164:723::-;48375:4;48413:3;48402:9;48398:19;48390:27;;48427:69;48493:1;48482:9;48478:17;48469:6;48427:69;:::i;:::-;48543:9;48537:4;48533:20;48528:2;48517:9;48513:18;48506:48;48571:76;48642:4;48633:6;48571:76;:::i;:::-;48563:84;;48694:9;48688:4;48684:20;48679:2;48668:9;48664:18;48657:48;48722:76;48793:4;48784:6;48722:76;:::i;:::-;48714:84;;48808:72;48876:2;48865:9;48861:18;48852:6;48808:72;:::i;:::-;48164:723;;;;;;;:::o;48893:178::-;49033:30;49029:1;49021:6;49017:14;49010:54;48893:178;:::o;49077:366::-;49219:3;49240:67;49304:2;49299:3;49240:67;:::i;:::-;49233:74;;49316:93;49405:3;49316:93;:::i;:::-;49434:2;49429:3;49425:12;49418:19;;49077:366;;;:::o;49449:419::-;49615:4;49653:2;49642:9;49638:18;49630:26;;49702:9;49696:4;49692:20;49688:1;49677:9;49673:17;49666:47;49730:131;49856:4;49730:131;:::i;:::-;49722:139;;49449:419;;;:::o;49874:191::-;49914:3;49933:20;49951:1;49933:20;:::i;:::-;49928:25;;49967:20;49985:1;49967:20;:::i;:::-;49962:25;;50010:1;50007;50003:9;49996:16;;50031:3;50028:1;50025:10;50022:36;;;50038:18;;:::i;:::-;50022:36;49874:191;;;;:::o;50071:164::-;50211:16;50207:1;50199:6;50195:14;50188:40;50071:164;:::o;50241:366::-;50383:3;50404:67;50468:2;50463:3;50404:67;:::i;:::-;50397:74;;50480:93;50569:3;50480:93;:::i;:::-;50598:2;50593:3;50589:12;50582:19;;50241:366;;;:::o;50613:419::-;50779:4;50817:2;50806:9;50802:18;50794:26;;50866:9;50860:4;50856:20;50852:1;50841:9;50837:17;50830:47;50894:131;51020:4;50894:131;:::i;:::-;50886:139;;50613:419;;;:::o;51038:167::-;51178:19;51174:1;51166:6;51162:14;51155:43;51038:167;:::o;51211:366::-;51353:3;51374:67;51438:2;51433:3;51374:67;:::i;:::-;51367:74;;51450:93;51539:3;51450:93;:::i;:::-;51568:2;51563:3;51559:12;51552:19;;51211:366;;;:::o;51583:419::-;51749:4;51787:2;51776:9;51772:18;51764:26;;51836:9;51830:4;51826:20;51822:1;51811:9;51807:17;51800:47;51864:131;51990:4;51864:131;:::i;:::-;51856:139;;51583:419;;;:::o;52008:225::-;52148:34;52144:1;52136:6;52132:14;52125:58;52217:8;52212:2;52204:6;52200:15;52193:33;52008:225;:::o;52239:366::-;52381:3;52402:67;52466:2;52461:3;52402:67;:::i;:::-;52395:74;;52478:93;52567:3;52478:93;:::i;:::-;52596:2;52591:3;52587:12;52580:19;;52239:366;;;:::o;52611:419::-;52777:4;52815:2;52804:9;52800:18;52792:26;;52864:9;52858:4;52854:20;52850:1;52839:9;52835:17;52828:47;52892:131;53018:4;52892:131;:::i;:::-;52884:139;;52611:419;;;:::o;53036:221::-;53176:34;53172:1;53164:6;53160:14;53153:58;53245:4;53240:2;53232:6;53228:15;53221:29;53036:221;:::o;53263:366::-;53405:3;53426:67;53490:2;53485:3;53426:67;:::i;:::-;53419:74;;53502:93;53591:3;53502:93;:::i;:::-;53620:2;53615:3;53611:12;53604:19;;53263:366;;;:::o;53635:419::-;53801:4;53839:2;53828:9;53824:18;53816:26;;53888:9;53882:4;53878:20;53874:1;53863:9;53859:17;53852:47;53916:131;54042:4;53916:131;:::i;:::-;53908:139;;53635:419;;;:::o;54060:235::-;54200:34;54196:1;54188:6;54184:14;54177:58;54269:18;54264:2;54256:6;54252:15;54245:43;54060:235;:::o;54301:366::-;54443:3;54464:67;54528:2;54523:3;54464:67;:::i;:::-;54457:74;;54540:93;54629:3;54540:93;:::i;:::-;54658:2;54653:3;54649:12;54642:19;;54301:366;;;:::o;54673:419::-;54839:4;54877:2;54866:9;54862:18;54854:26;;54926:9;54920:4;54916:20;54912:1;54901:9;54897:17;54890:47;54954:131;55080:4;54954:131;:::i;:::-;54946:139;;54673:419;;;:::o;55098:142::-;55201:32;55227:5;55201:32;:::i;:::-;55196:3;55189:45;55098:142;;:::o;55246:1064::-;55547:4;55585:3;55574:9;55570:19;55562:27;;55599:69;55665:1;55654:9;55650:17;55641:6;55599:69;:::i;:::-;55715:9;55709:4;55705:20;55700:2;55689:9;55685:18;55678:48;55743:76;55814:4;55805:6;55743:76;:::i;:::-;55735:84;;55866:9;55860:4;55856:20;55851:2;55840:9;55836:18;55829:48;55894:76;55965:4;55956:6;55894:76;:::i;:::-;55886:84;;55980:88;56064:2;56053:9;56049:18;56040:6;55980:88;:::i;:::-;56078:73;56146:3;56135:9;56131:19;56122:6;56078:73;:::i;:::-;56199:9;56193:4;56189:20;56183:3;56172:9;56168:19;56161:49;56227:76;56298:4;56289:6;56227:76;:::i;:::-;56219:84;;55246:1064;;;;;;;;;:::o;56316:141::-;56372:5;56403:6;56397:13;56388:22;;56419:32;56445:5;56419:32;:::i;:::-;56316:141;;;;:::o;56463:1160::-;56577:6;56585;56593;56601;56650:3;56638:9;56629:7;56625:23;56621:33;56618:120;;;56657:79;;:::i;:::-;56618:120;56777:1;56802:63;56857:7;56848:6;56837:9;56833:22;56802:63;:::i;:::-;56792:73;;56748:127;56935:2;56924:9;56920:18;56914:25;56966:18;56958:6;56955:30;56952:117;;;56988:79;;:::i;:::-;56952:117;57093:73;57158:7;57149:6;57138:9;57134:22;57093:73;:::i;:::-;57083:83;;56885:291;57236:2;57225:9;57221:18;57215:25;57267:18;57259:6;57256:30;57253:117;;;57289:79;;:::i;:::-;57253:117;57394:73;57459:7;57450:6;57439:9;57435:22;57394:73;:::i;:::-;57384:83;;57186:291;57516:2;57542:64;57598:7;57589:6;57578:9;57574:22;57542:64;:::i;:::-;57532:74;;57487:129;56463:1160;;;;;;;:::o;57629:419::-;57768:4;57806:2;57795:9;57791:18;57783:26;;57855:9;57849:4;57845:20;57841:1;57830:9;57826:17;57819:47;57883:76;57954:4;57945:6;57883:76;:::i;:::-;57875:84;;57969:72;58037:2;58026:9;58022:18;58013:6;57969:72;:::i;:::-;57629:419;;;;;:::o;58054:176::-;58194:28;58190:1;58182:6;58178:14;58171:52;58054:176;:::o;58236:366::-;58378:3;58399:67;58463:2;58458:3;58399:67;:::i;:::-;58392:74;;58475:93;58564:3;58475:93;:::i;:::-;58593:2;58588:3;58584:12;58577:19;;58236:366;;;:::o;58608:419::-;58774:4;58812:2;58801:9;58797:18;58789:26;;58861:9;58855:4;58851:20;58847:1;58836:9;58832:17;58825:47;58889:131;59015:4;58889:131;:::i;:::-;58881:139;;58608:419;;;:::o;59033:177::-;59173:29;59169:1;59161:6;59157:14;59150:53;59033:177;:::o;59216:366::-;59358:3;59379:67;59443:2;59438:3;59379:67;:::i;:::-;59372:74;;59455:93;59544:3;59455:93;:::i;:::-;59573:2;59568:3;59564:12;59557:19;;59216:366;;;:::o;59588:419::-;59754:4;59792:2;59781:9;59777:18;59769:26;;59841:9;59835:4;59831:20;59827:1;59816:9;59812:17;59805:47;59869:131;59995:4;59869:131;:::i;:::-;59861:139;;59588:419;;;:::o;60013:442::-;60162:4;60200:2;60189:9;60185:18;60177:26;;60213:71;60281:1;60270:9;60266:17;60257:6;60213:71;:::i;:::-;60294:72;60362:2;60351:9;60347:18;60338:6;60294:72;:::i;:::-;60376;60444:2;60433:9;60429:18;60420:6;60376:72;:::i;:::-;60013:442;;;;;;:::o;60461:171::-;60601:23;60597:1;60589:6;60585:14;60578:47;60461:171;:::o;60638:366::-;60780:3;60801:67;60865:2;60860:3;60801:67;:::i;:::-;60794:74;;60877:93;60966:3;60877:93;:::i;:::-;60995:2;60990:3;60986:12;60979:19;;60638:366;;;:::o;61010:419::-;61176:4;61214:2;61203:9;61199:18;61191:26;;61263:9;61257:4;61253:20;61249:1;61238:9;61234:17;61227:47;61291:131;61417:4;61291:131;:::i;:::-;61283:139;;61010:419;;;:::o;61435:178::-;61575:30;61571:1;61563:6;61559:14;61552:54;61435:178;:::o;61619:366::-;61761:3;61782:67;61846:2;61841:3;61782:67;:::i;:::-;61775:74;;61858:93;61947:3;61858:93;:::i;:::-;61976:2;61971:3;61967:12;61960:19;;61619:366;;;:::o;61991:419::-;62157:4;62195:2;62184:9;62180:18;62172:26;;62244:9;62238:4;62234:20;62230:1;62219:9;62215:17;62208:47;62272:131;62398:4;62272:131;:::i;:::-;62264:139;;61991:419;;;:::o;62416:137::-;62470:5;62501:6;62495:13;62486:22;;62517:30;62541:5;62517:30;:::i;:::-;62416:137;;;;:::o;62559:345::-;62626:6;62675:2;62663:9;62654:7;62650:23;62646:32;62643:119;;;62681:79;;:::i;:::-;62643:119;62801:1;62826:61;62879:7;62870:6;62859:9;62855:22;62826:61;:::i;:::-;62816:71;;62772:125;62559:345;;;;:::o;62910:229::-;63050:34;63046:1;63038:6;63034:14;63027:58;63119:12;63114:2;63106:6;63102:15;63095:37;62910:229;:::o;63145:366::-;63287:3;63308:67;63372:2;63367:3;63308:67;:::i;:::-;63301:74;;63384:93;63473:3;63384:93;:::i;:::-;63502:2;63497:3;63493:12;63486:19;;63145:366;;;:::o;63517:419::-;63683:4;63721:2;63710:9;63706:18;63698:26;;63770:9;63764:4;63760:20;63756:1;63745:9;63741:17;63734:47;63798:131;63924:4;63798:131;:::i;:::-;63790:139;;63517:419;;;:::o;63942:332::-;64063:4;64101:2;64090:9;64086:18;64078:26;;64114:71;64182:1;64171:9;64167:17;64158:6;64114:71;:::i;:::-;64195:72;64263:2;64252:9;64248:18;64239:6;64195:72;:::i;:::-;63942:332;;;;;:::o;64280:225::-;64420:34;64416:1;64408:6;64404:14;64397:58;64489:8;64484:2;64476:6;64472:15;64465:33;64280:225;:::o;64511:366::-;64653:3;64674:67;64738:2;64733:3;64674:67;:::i;:::-;64667:74;;64750:93;64839:3;64750:93;:::i;:::-;64868:2;64863:3;64859:12;64852:19;;64511:366;;;:::o;64883:419::-;65049:4;65087:2;65076:9;65072:18;65064:26;;65136:9;65130:4;65126:20;65122:1;65111:9;65107:17;65100:47;65164:131;65290:4;65164:131;:::i;:::-;65156:139;;64883:419;;;:::o;65308:179::-;65448:31;65444:1;65436:6;65432:14;65425:55;65308:179;:::o;65493:366::-;65635:3;65656:67;65720:2;65715:3;65656:67;:::i;:::-;65649:74;;65732:93;65821:3;65732:93;:::i;:::-;65850:2;65845:3;65841:12;65834:19;;65493:366;;;:::o;65865:419::-;66031:4;66069:2;66058:9;66054:18;66046:26;;66118:9;66112:4;66108:20;66104:1;66093:9;66089:17;66082:47;66146:131;66272:4;66146:131;:::i;:::-;66138:139;;65865:419;;;:::o;66290:99::-;66342:6;66376:5;66370:12;66360:22;;66290:99;;;:::o;66395:377::-;66483:3;66511:39;66544:5;66511:39;:::i;:::-;66566:71;66630:6;66625:3;66566:71;:::i;:::-;66559:78;;66646:65;66704:6;66699:3;66692:4;66685:5;66681:16;66646:65;:::i;:::-;66736:29;66758:6;66736:29;:::i;:::-;66731:3;66727:39;66720:46;;66487:285;66395:377;;;;:::o;66778:313::-;66891:4;66929:2;66918:9;66914:18;66906:26;;66978:9;66972:4;66968:20;66964:1;66953:9;66949:17;66942:47;67006:78;67079:4;67070:6;67006:78;:::i;:::-;66998:86;;66778:313;;;;:::o
Swarm Source
ipfs://e76e153711edf4df1bf50e5fea8a6ac322223108a2196452086f62b6cf00dd2b
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 100.00% | $25.82 | 23,741.076 | $612,994.58 |
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.