Source Code
Latest 25 from a total of 3,109 transactions
| Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Refund | 19103948 | 468 days ago | IN | 0 ETH | 0.0000001 | ||||
| Redeem | 18886355 | 473 days ago | IN | 0 ETH | 0.00000023 | ||||
| Deposit | 18886293 | 473 days ago | IN | 0.00180648 ETH | 0.00000016 | ||||
| Redeem | 18477383 | 483 days ago | IN | 0 ETH | 0.00000049 | ||||
| Deposit | 18455939 | 483 days ago | IN | 0.00026072 ETH | 0.00000019 | ||||
| Refund | 18145987 | 491 days ago | IN | 0 ETH | 0.00000024 | ||||
| Refund | 18134287 | 491 days ago | IN | 0 ETH | 0.00000027 | ||||
| Deposit | 18128802 | 491 days ago | IN | 0.00045737 ETH | 0.00000153 | ||||
| Refund | 18111067 | 491 days ago | IN | 0 ETH | 0.00000024 | ||||
| Refund | 18055808 | 493 days ago | IN | 0 ETH | 0.00000026 | ||||
| Refund | 17751968 | 500 days ago | IN | 0 ETH | 0.00000045 | ||||
| Redeem | 17722595 | 500 days ago | IN | 0 ETH | 0.00000047 | ||||
| Deposit | 17722236 | 500 days ago | IN | 0.00296829 ETH | 0.00000051 | ||||
| Redeem Recovered | 17722078 | 500 days ago | IN | 0 ETH | 0.00000053 | ||||
| Deposit | 17721617 | 500 days ago | IN | 0.00447311 ETH | 0.00000041 | ||||
| Refund | 17704087 | 501 days ago | IN | 0 ETH | 0.00000031 | ||||
| Redeem | 17530212 | 505 days ago | IN | 0 ETH | 0.00000055 | ||||
| Deposit | 17530113 | 505 days ago | IN | 0.00147172 ETH | 0.00000038 | ||||
| Redeem | 17530033 | 505 days ago | IN | 0 ETH | 0.00000055 | ||||
| Deposit | 17530013 | 505 days ago | IN | 0.00147568 ETH | 0.00000038 | ||||
| Redeem | 17498537 | 506 days ago | IN | 0 ETH | 0.00000114 | ||||
| Deposit | 17498527 | 506 days ago | IN | 0.00145237 ETH | 0.0000008 | ||||
| Redeem | 17498163 | 506 days ago | IN | 0 ETH | 0.00000073 | ||||
| Deposit | 17497992 | 506 days ago | IN | 0.00576776 ETH | 0.00000079 | ||||
| Deposit | 17497975 | 506 days ago | IN | 0.00057677 ETH | 0.00000079 |
Latest 25 internal transactions (View All)
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 19103948 | 468 days ago | 0.00026072 ETH | ||||
| 18886355 | 473 days ago | 0.00180648 ETH | ||||
| 18477383 | 483 days ago | 0.00045737 ETH | ||||
| 18145987 | 491 days ago | 0.00057677 ETH | ||||
| 18134287 | 491 days ago | 0.00289018 ETH | ||||
| 18111067 | 491 days ago | 0.00057803 ETH | ||||
| 18055808 | 493 days ago | 0.00401462 ETH | ||||
| 17751968 | 500 days ago | 0.06658764 ETH | ||||
| 17722595 | 500 days ago | 0.00296829 ETH | ||||
| 17722078 | 500 days ago | 0.00447311 ETH | ||||
| 17704087 | 501 days ago | 0.00473256 ETH | ||||
| 17530212 | 505 days ago | 0.00147172 ETH | ||||
| 17530033 | 505 days ago | 0.00147568 ETH | ||||
| 17498537 | 506 days ago | 0.00145237 ETH | ||||
| 17498163 | 506 days ago | 0.00576776 ETH | ||||
| 17423223 | 507 days ago | 0.00143746 ETH | ||||
| 17422180 | 507 days ago | 0.00086412 ETH | ||||
| 17364788 | 509 days ago | 0.00167383 ETH | ||||
| 16939746 | 518 days ago | 0.00380342 ETH | ||||
| 16671558 | 525 days ago | 0.0953798 ETH | ||||
| 16249002 | 534 days ago | 0.00148069 ETH | ||||
| 16220167 | 535 days ago | 0.00135375 ETH | ||||
| 16129014 | 537 days ago | 0.0862742 ETH | ||||
| 15957908 | 541 days ago | 0.07096583 ETH | ||||
| 15844868 | 544 days ago | 0.00662073 ETH |
Cross-Chain Transactions
Loading...
Loading
Contract Name:
LinkdropEscrowNetworkToken
Compiler Version
v0.8.17+commit.8df45f5f
Contract Source Code (Solidity)
/** *Submitted for verification at basescan.org on 2023-11-10 */ // SPDX-License-Identifier: GPL-3.0 /** * @title LinkdropEscrowNetworkToken * @author Mikhail Dobrokhvalov <[email protected]> * @contact https://www.linkdrop.io * @dev This is an implementation of the escrow contract for Linkdrop P2P. Linkdrop P2P allows a new type of token transfers, comparable to a signed blank check with a pre-defined amount. In this system, the sender does not set the destination address. Instead, they deposit tokens into the Escrow Contract, create a claim link, and share it with the recipient. The recipient can then use the claim link to redeem the escrowed tokens from the Escrow Contract. If the claim link is not redeemed before the expiration date set by the sender, the escrowed tokens are transferred back to the sender. */ // OpenZeppelin Contracts (last updated v4.8.0) (utils/math/Math.sol) // pragma solidity ^0.8.0; /** * @dev Standard math utilities missing in the Solidity language. */ library Math { enum Rounding { Down, // Toward negative infinity Up, // Toward infinity Zero // Toward zero } /** * @dev Returns the largest of two numbers. */ function max(uint256 a, uint256 b) internal pure returns (uint256) { return a > b ? a : b; } /** * @dev Returns the smallest of two numbers. */ function min(uint256 a, uint256 b) internal pure returns (uint256) { return a < b ? a : b; } /** * @dev Returns the average of two numbers. The result is rounded towards * zero. */ function average(uint256 a, uint256 b) internal pure returns (uint256) { // (a + b) / 2 can overflow. return (a & b) + (a ^ b) / 2; } /** * @dev Returns the ceiling of the division of two numbers. * * This differs from standard division with `/` in that it rounds up instead * of rounding down. */ function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) { // (a + b - 1) / b can overflow on addition, so we distribute. return a == 0 ? 0 : (a - 1) / b + 1; } /** * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0 * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv) * with further edits by Uniswap Labs also under MIT license. */ function mulDiv( uint256 x, uint256 y, uint256 denominator ) internal pure returns (uint256 result) { unchecked { // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256 // variables such that product = prod1 * 2^256 + prod0. uint256 prod0; // Least significant 256 bits of the product uint256 prod1; // Most significant 256 bits of the product assembly { let mm := mulmod(x, y, not(0)) prod0 := mul(x, y) prod1 := sub(sub(mm, prod0), lt(mm, prod0)) } // Handle non-overflow cases, 256 by 256 division. if (prod1 == 0) { return prod0 / denominator; } // Make sure the result is less than 2^256. Also prevents denominator == 0. require(denominator > prod1); /////////////////////////////////////////////// // 512 by 256 division. /////////////////////////////////////////////// // Make division exact by subtracting the remainder from [prod1 prod0]. uint256 remainder; assembly { // Compute remainder using mulmod. remainder := mulmod(x, y, denominator) // Subtract 256 bit number from 512 bit number. prod1 := sub(prod1, gt(remainder, prod0)) prod0 := sub(prod0, remainder) } // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1. // See https://cs.stackexchange.com/q/138556/92363. // Does not overflow because the denominator cannot be zero at this stage in the function. uint256 twos = denominator & (~denominator + 1); assembly { // Divide denominator by twos. denominator := div(denominator, twos) // Divide [prod1 prod0] by twos. prod0 := div(prod0, twos) // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one. twos := add(div(sub(0, twos), twos), 1) } // Shift in bits from prod1 into prod0. prod0 |= prod1 * twos; // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for // four bits. That is, denominator * inv = 1 mod 2^4. uint256 inverse = (3 * denominator) ^ 2; // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works // in modular arithmetic, doubling the correct bits in each step. inverse *= 2 - denominator * inverse; // inverse mod 2^8 inverse *= 2 - denominator * inverse; // inverse mod 2^16 inverse *= 2 - denominator * inverse; // inverse mod 2^32 inverse *= 2 - denominator * inverse; // inverse mod 2^64 inverse *= 2 - denominator * inverse; // inverse mod 2^128 inverse *= 2 - denominator * inverse; // inverse mod 2^256 // Because the division is now exact we can divide by multiplying with the modular inverse of denominator. // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1 // is no longer required. result = prod0 * inverse; return result; } } /** * @notice Calculates x * y / denominator with full precision, following the selected rounding direction. */ function mulDiv( uint256 x, uint256 y, uint256 denominator, Rounding rounding ) internal pure returns (uint256) { uint256 result = mulDiv(x, y, denominator); if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) { result += 1; } return result; } /** * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down. * * Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11). */ function sqrt(uint256 a) internal pure returns (uint256) { if (a == 0) { return 0; } // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target. // // We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`. // // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)` // → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))` // → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)` // // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit. uint256 result = 1 << (log2(a) >> 1); // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128, // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision // into the expected uint128 result. unchecked { result = (result + a / result) >> 1; result = (result + a / result) >> 1; result = (result + a / result) >> 1; result = (result + a / result) >> 1; result = (result + a / result) >> 1; result = (result + a / result) >> 1; result = (result + a / result) >> 1; return min(result, a / result); } } /** * @notice Calculates sqrt(a), following the selected rounding direction. */ function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) { unchecked { uint256 result = sqrt(a); return result + (rounding == Rounding.Up && result * result < a ? 1 : 0); } } /** * @dev Return the log in base 2, rounded down, of a positive value. * Returns 0 if given 0. */ function log2(uint256 value) internal pure returns (uint256) { uint256 result = 0; unchecked { if (value >> 128 > 0) { value >>= 128; result += 128; } if (value >> 64 > 0) { value >>= 64; result += 64; } if (value >> 32 > 0) { value >>= 32; result += 32; } if (value >> 16 > 0) { value >>= 16; result += 16; } if (value >> 8 > 0) { value >>= 8; result += 8; } if (value >> 4 > 0) { value >>= 4; result += 4; } if (value >> 2 > 0) { value >>= 2; result += 2; } if (value >> 1 > 0) { result += 1; } } return result; } /** * @dev Return the log in base 2, following the selected rounding direction, of a positive value. * Returns 0 if given 0. */ function log2(uint256 value, Rounding rounding) internal pure returns (uint256) { unchecked { uint256 result = log2(value); return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0); } } /** * @dev Return the log in base 10, rounded down, of a positive value. * Returns 0 if given 0. */ function log10(uint256 value) internal pure returns (uint256) { uint256 result = 0; unchecked { if (value >= 10**64) { value /= 10**64; result += 64; } if (value >= 10**32) { value /= 10**32; result += 32; } if (value >= 10**16) { value /= 10**16; result += 16; } if (value >= 10**8) { value /= 10**8; result += 8; } if (value >= 10**4) { value /= 10**4; result += 4; } if (value >= 10**2) { value /= 10**2; result += 2; } if (value >= 10**1) { result += 1; } } return result; } /** * @dev Return the log in base 10, following the selected rounding direction, of a positive value. * Returns 0 if given 0. */ function log10(uint256 value, Rounding rounding) internal pure returns (uint256) { unchecked { uint256 result = log10(value); return result + (rounding == Rounding.Up && 10**result < value ? 1 : 0); } } /** * @dev Return the log in base 256, rounded down, of a positive value. * Returns 0 if given 0. * * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string. */ function log256(uint256 value) internal pure returns (uint256) { uint256 result = 0; unchecked { if (value >> 128 > 0) { value >>= 128; result += 16; } if (value >> 64 > 0) { value >>= 64; result += 8; } if (value >> 32 > 0) { value >>= 32; result += 4; } if (value >> 16 > 0) { value >>= 16; result += 2; } if (value >> 8 > 0) { result += 1; } } return result; } /** * @dev Return the log in base 10, following the selected rounding direction, of a positive value. * Returns 0 if given 0. */ function log256(uint256 value, Rounding rounding) internal pure returns (uint256) { unchecked { uint256 result = log256(value); return result + (rounding == Rounding.Up && 1 << (result * 8) < value ? 1 : 0); } } } // Dependency file: openzeppelin-solidity/contracts/utils/Strings.sol // OpenZeppelin Contracts (last updated v4.8.0) (utils/Strings.sol) // pragma solidity ^0.8.0; // import "openzeppelin-solidity/contracts/utils/math/Math.sol"; /** * @dev String operations. */ library Strings { bytes16 private constant _SYMBOLS = "0123456789abcdef"; uint8 private constant _ADDRESS_LENGTH = 20; /** * @dev Converts a `uint256` to its ASCII `string` decimal representation. */ function toString(uint256 value) internal pure returns (string memory) { unchecked { uint256 length = Math.log10(value) + 1; string memory buffer = new string(length); uint256 ptr; /// @solidity memory-safe-assembly assembly { ptr := add(buffer, add(32, length)) } while (true) { ptr--; /// @solidity memory-safe-assembly assembly { mstore8(ptr, byte(mod(value, 10), _SYMBOLS)) } value /= 10; if (value == 0) break; } return buffer; } } /** * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation. */ function toHexString(uint256 value) internal pure returns (string memory) { unchecked { return toHexString(value, Math.log256(value) + 1); } } /** * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length. */ function toHexString(uint256 value, uint256 length) internal pure returns (string memory) { bytes memory buffer = new bytes(2 * length + 2); buffer[0] = "0"; buffer[1] = "x"; for (uint256 i = 2 * length + 1; i > 1; --i) { buffer[i] = _SYMBOLS[value & 0xf]; value >>= 4; } require(value == 0, "Strings: hex length insufficient"); return string(buffer); } /** * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation. */ function toHexString(address addr) internal pure returns (string memory) { return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH); } } // Dependency file: openzeppelin-solidity/contracts/utils/cryptography/ECDSA.sol // OpenZeppelin Contracts (last updated v4.8.0) (utils/cryptography/ECDSA.sol) // pragma solidity ^0.8.0; // import "openzeppelin-solidity/contracts/utils/Strings.sol"; /** * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations. * * These functions can be used to verify that a message was signed by the holder * of the private keys of a given address. */ library ECDSA { enum RecoverError { NoError, InvalidSignature, InvalidSignatureLength, InvalidSignatureS, InvalidSignatureV // Deprecated in v4.8 } function _throwError(RecoverError error) private pure { if (error == RecoverError.NoError) { return; // no error: do nothing } else if (error == RecoverError.InvalidSignature) { revert("ECDSA: invalid signature"); } else if (error == RecoverError.InvalidSignatureLength) { revert("ECDSA: invalid signature length"); } else if (error == RecoverError.InvalidSignatureS) { revert("ECDSA: invalid signature 's' value"); } } /** * @dev Returns the address that signed a hashed message (`hash`) with * `signature` or error string. This address can then be used for verification purposes. * * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures: * this function rejects them by requiring the `s` value to be in the lower * half order, and the `v` value to be either 27 or 28. * * IMPORTANT: `hash` _must_ be the result of a hash operation for the * verification to be secure: it is possible to craft signatures that * recover to arbitrary addresses for non-hashed data. A safe way to ensure * this is by receiving a hash of the original message (which may otherwise * be too long), and then calling {toEthSignedMessageHash} on it. * * Documentation for signature generation: * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js] * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers] * * _Available since v4.3._ */ function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) { if (signature.length == 65) { bytes32 r; bytes32 s; uint8 v; // ecrecover takes the signature parameters, and the only way to get them // currently is to use assembly. /// @solidity memory-safe-assembly assembly { r := mload(add(signature, 0x20)) s := mload(add(signature, 0x40)) v := byte(0, mload(add(signature, 0x60))) } return tryRecover(hash, v, r, s); } else { return (address(0), RecoverError.InvalidSignatureLength); } } /** * @dev Returns the address that signed a hashed message (`hash`) with * `signature`. This address can then be used for verification purposes. * * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures: * this function rejects them by requiring the `s` value to be in the lower * half order, and the `v` value to be either 27 or 28. * * IMPORTANT: `hash` _must_ be the result of a hash operation for the * verification to be secure: it is possible to craft signatures that * recover to arbitrary addresses for non-hashed data. A safe way to ensure * this is by receiving a hash of the original message (which may otherwise * be too long), and then calling {toEthSignedMessageHash} on it. */ function recover(bytes32 hash, bytes memory signature) internal pure returns (address) { (address recovered, RecoverError error) = tryRecover(hash, signature); _throwError(error); return recovered; } /** * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately. * * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures] * * _Available since v4.3._ */ function tryRecover( bytes32 hash, bytes32 r, bytes32 vs ) internal pure returns (address, RecoverError) { bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff); uint8 v = uint8((uint256(vs) >> 255) + 27); return tryRecover(hash, v, r, s); } /** * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately. * * _Available since v4.2._ */ function recover( bytes32 hash, bytes32 r, bytes32 vs ) internal pure returns (address) { (address recovered, RecoverError error) = tryRecover(hash, r, vs); _throwError(error); return recovered; } /** * @dev Overload of {ECDSA-tryRecover} that receives the `v`, * `r` and `s` signature fields separately. * * _Available since v4.3._ */ function tryRecover( bytes32 hash, uint8 v, bytes32 r, bytes32 s ) internal pure returns (address, RecoverError) { // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines // the valid range for s in (301): 0 < s < secp256k1n ÷ 2 + 1, and for v in (302): v ∈ {27, 28}. Most // signatures from current libraries generate a unique signature with an s-value in the lower half order. // // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept // these malleable signatures as well. if (uint256(s) > 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0) { return (address(0), RecoverError.InvalidSignatureS); } // If the signature is valid (and not malleable), return the signer address address signer = ecrecover(hash, v, r, s); if (signer == address(0)) { return (address(0), RecoverError.InvalidSignature); } return (signer, RecoverError.NoError); } /** * @dev Overload of {ECDSA-recover} that receives the `v`, * `r` and `s` signature fields separately. */ function recover( bytes32 hash, uint8 v, bytes32 r, bytes32 s ) internal pure returns (address) { (address recovered, RecoverError error) = tryRecover(hash, v, r, s); _throwError(error); return recovered; } /** * @dev Returns an Ethereum Signed Message, created from a `hash`. This * produces hash corresponding to the one signed with the * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`] * JSON-RPC method as part of EIP-191. * * See {recover}. */ function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32) { // 32 is the length in bytes of hash, // enforced by the type signature above return keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n32", hash)); } /** * @dev Returns an Ethereum Signed Message, created from `s`. This * produces hash corresponding to the one signed with the * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`] * JSON-RPC method as part of EIP-191. * * See {recover}. */ function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) { return keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n", Strings.toString(s.length), s)); } /** * @dev Returns an Ethereum Signed Typed Data, created from a * `domainSeparator` and a `structHash`. This produces hash corresponding * to the one signed with the * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`] * JSON-RPC method as part of EIP-712. * * See {recover}. */ function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32) { return keccak256(abi.encodePacked("\x19\x01", domainSeparator, structHash)); } } // Dependency file: openzeppelin-solidity/contracts/utils/Context.sol // 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; } } // Dependency file: openzeppelin-solidity/contracts/access/Ownable.sol // OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) // pragma solidity ^0.8.0; // import "openzeppelin-solidity/contracts/utils/Context.sol"; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev 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); } } // Dependency file: contracts/EIP712.sol // pragma solidity ^0.8.17; contract EIP712 { bytes32 public constant EIP712_DOMAIN_TYPEHASH = keccak256( "EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)" ); // Domain struct EIP712Domain { string name; string version; uint256 chainId; address verifyingContract; } EIP712Domain public domain; bytes32 public immutable _DOMAIN_SEPARATOR; bytes32 public constant _TRANSFER_TYPE_HASH = keccak256( "Transfer(address linkKeyId,address transferId)" ); /* bytes32 public constant _TRANSFER_TYPE_HASH = 0x9b18bc06d5328d5d5bebd4ac448e2311930b26245b52c1dd5c65c534feaba064; */ constructor(){ uint256 chainId; assembly { chainId := chainid() } domain = EIP712Domain({ name: "LinkdropEscrow", version: "2", chainId: chainId, verifyingContract: address(this) }); _DOMAIN_SEPARATOR = keccak256(abi.encode(EIP712_DOMAIN_TYPEHASH, keccak256(bytes(domain.name)), keccak256(bytes(domain.version)), domain.chainId, address(this) )); require(_TRANSFER_TYPE_HASH == keccak256( "Transfer(address linkKeyId,address transferId)" ), "EIP712: invalid type hash"); } function _hashTransfer( address linkKeyId_, address transferId_ ) internal view returns (bytes32) { bytes32 transferHash = keccak256( abi.encode( _TRANSFER_TYPE_HASH, linkKeyId_, transferId_ ) ); return keccak256( abi.encodePacked("\x19\x01", _DOMAIN_SEPARATOR, transferHash) ); } } // Root file: contracts/LinkdropEscrowNetworkToken.sol /** * @title LinkdropEscrowNetworkToken * @author Mikhail Dobrokhvalov <[email protected]> * @contact https://www.linkdrop.io * @dev This is an implementation of the escrow contract for Linkdrop P2P. Linkdrop P2P allows a new type of token transfers, comparable to a signed blank check with a pre-defined amount. In this system, the sender does not set the destination address. Instead, they deposit tokens into the Escrow Contract, create a claim link, and share it with the recipient. The recipient can then use the claim link to redeem the escrowed tokens from the Escrow Contract. If the claim link is not redeemed before the expiration date set by the sender, the escrowed tokens are transferred back to the sender. */ pragma solidity ^0.8.17; // import "openzeppelin-solidity/contracts/utils/cryptography/ECDSA.sol"; // import "openzeppelin-solidity/contracts/access/Ownable.sol"; // import "contracts/EIP712.sol"; contract LinkdropEscrowNetworkToken is Ownable, EIP712 { //// EVENTS //// event Deposit( address indexed sender, address transferId, uint128 amount, uint128 fee, uint128 expiration ); event Redeem( address indexed sender, address indexed receiver, address transferId, uint128 amount ); event Cancel( address indexed sender, address indexed transferId, uint128 amount ); event Refund( address indexed sender, address indexed transferId, uint128 amount ); event UpdateFees( uint128 claimFee, uint128 depositFee ); event UpdateRelayer( address relayer, bool active ); event WithdrawFees( address feeReceiver, uint256 amount ); //// STORAGE //// address public constant token = address(0); // token address hardcoded as 0 for native tokens (ETH/MATIC/etc) struct DepositData { uint128 amount; uint128 expiration; } mapping(address => mapping(address => DepositData)) public deposits; // sender => transferId => amount uint128 public claimFee; // in atomic values uint128 public depositFee; // in atomic values uint256 public accruedFees; mapping(address => bool) public relayers; //// MODIFIERS //// modifier onlyRelayer { require(relayers[msg.sender], "LinkdropEscrow: msg.sender is not relayer."); _; } //// CONSTRUCTOR //// constructor( address relayer_, uint128 claimFee_ ) EIP712() { relayers[relayer_] = true; claimFee = claimFee_; } //// PUBLIC FUNCTIONS //// function deposit( address transferId_, uint128 expiration_ ) public payable { _deposit(msg.sender, transferId_, uint128(msg.value), expiration_); } function cancel( address transferId_ ) public { uint128 amount_ = deposits[msg.sender][transferId_].amount; delete deposits[msg.sender][transferId_]; payable(msg.sender).transfer(amount_); emit Cancel(msg.sender, transferId_, amount_); } function getDeposit( address sender_, address transferId_ ) public view returns ( address tokenAddress, uint128 amount, uint128 expiration ) { return (address(token), deposits[sender_][transferId_].amount, deposits[sender_][transferId_].expiration); } // @return uint256 depositFee, uint256 claimFee, uint256 totalFee function getFees() public view returns (uint128, uint128, uint128) { return (0, claimFee, claimFee); } function recoverLinkKeyId( address receiver_, bytes calldata receiverSig_) public pure returns (address linkKeyId) { bytes32 prefixedHash_ = ECDSA.toEthSignedMessageHash(keccak256(abi.encodePacked(receiver_))); return ECDSA.recover(prefixedHash_, receiverSig_); } function recoverSender( address linkKeyId_, address transferId_, bytes calldata senderSig_) public view returns (address sender) { // senderHash_ - hash that should have been signed by the sender of the transfer bytes32 senderHash_ = EIP712._hashTransfer( linkKeyId_, transferId_ ); return ECDSA.recover(senderHash_, senderSig_); } //// ONLY RELAYER //// /** * @dev redeem via original claim link, where Link Key was generated by the sender on original deposit. In this case transferID is the address corresponding to Link Key. */ function redeem( address receiver_, address sender_, bytes calldata receiverSig_, bool sponsored_ ) public onlyRelayer { address transferId_ = recoverLinkKeyId(receiver_, receiverSig_); _redeem(sender_, transferId_, receiver_, sponsored_); } /** * @dev redeem via recovered claim link. If sender lost the original claim link and Link Key, they can generate new claim link that has a new Link Key. In this case, new Link Key ID should be signed by Sender private key and the escrow contract ensures that the new Link Key was authorized by Sender by verifying Sender Signature. */ function redeemRecovered( address receiver_, address transferId_, bytes calldata receiverSig_, bytes calldata senderSig_, bool sponsored_ ) public onlyRelayer { address linkKeyId_ = recoverLinkKeyId(receiver_, receiverSig_); address sender_ = recoverSender( linkKeyId_, transferId_, senderSig_); _redeem(sender_, transferId_, receiver_, sponsored_); } function _redeem(address sender_, address transferId_, address receiver_, bool sponsored_) private { DepositData memory deposit_ = deposits[sender_][transferId_]; uint128 amount_ = deposit_.amount; require(amount_ > 0, "LinkdropEscrow: invalid redeem params"); require(block.timestamp < deposit_.expiration, "LinkdropEscrow: transfer expired."); // accrue fees if (!sponsored_) { require(amount_ > claimFee, "LinkdropEscrow: invalid redeem params"); amount_ -= claimFee; accruedFees += uint256(claimFee); } delete deposits[sender_][transferId_]; //Transfer network tokens (ETH/MATIC) to receiver_ payable(receiver_).transfer(uint256(amount_)); emit Redeem(sender_, receiver_, transferId_, amount_); } function refund( address sender_, address transferId_, bool sponsored_ ) public onlyRelayer { DepositData memory deposit_ = deposits[sender_][transferId_]; uint128 amount_ = deposit_.amount; require(amount_ > 0, "LinkdropEscrow: invalid transfer ID"); require(block.timestamp >= deposit_.expiration, "LinkdropEscrow: transfer not expired yet."); // accrue fees if (!sponsored_) { require(amount_ > claimFee, "LinkdropEscrow: invalid redeem params"); amount_ -= claimFee; accruedFees += uint256(claimFee); } delete deposits[sender_][transferId_]; payable(sender_).transfer(uint256(amount_)); emit Refund(sender_, transferId_, amount_); } //// ONLY OWNER //// function withdrawAccruedFees() public onlyOwner { uint256 amount_ = accruedFees; accruedFees = 0; payable(msg.sender).transfer(amount_); emit WithdrawFees(msg.sender, amount_); } function setFees( uint128 claimFee_ ) public onlyOwner { claimFee = claimFee_; emit UpdateFees(claimFee, 0); } function setRelayer( address relayer_, bool active_ ) public onlyOwner { relayers[relayer_] = active_; emit UpdateRelayer(relayer_, active_); } //// INTERNAL FUNCTIONS //// /** * @dev _deposit handles deposits and fee distribution */ function _deposit( address sender_, address transferId_, uint128 amount_, uint128 expiration_ ) private { require(deposits[sender_][transferId_].amount == 0, "LinkdropEscrow: transferId is in use."); require(amount_ > claimFee, "LinkdropEscrow: amount is less than total fees."); require(expiration_ > block.timestamp, "LinkdropEscrow: depositing with invalid expiration."); deposits[sender_][transferId_] = DepositData({ amount: uint128(amount_), expiration: expiration_ }); // logging deposit fee despite it's always 0 for consistency with the escrow contracts for other tokens where deposit fee can be present (e.g. USDC deposit with authorization) emit Deposit(sender_, transferId_, amount_, 0, expiration_); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"relayer_","type":"address"},{"internalType":"uint128","name":"claimFee_","type":"uint128"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"transferId","type":"address"},{"indexed":false,"internalType":"uint128","name":"amount","type":"uint128"}],"name":"Cancel","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":false,"internalType":"address","name":"transferId","type":"address"},{"indexed":false,"internalType":"uint128","name":"amount","type":"uint128"},{"indexed":false,"internalType":"uint128","name":"fee","type":"uint128"},{"indexed":false,"internalType":"uint128","name":"expiration","type":"uint128"}],"name":"Deposit","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"receiver","type":"address"},{"indexed":false,"internalType":"address","name":"transferId","type":"address"},{"indexed":false,"internalType":"uint128","name":"amount","type":"uint128"}],"name":"Redeem","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"transferId","type":"address"},{"indexed":false,"internalType":"uint128","name":"amount","type":"uint128"}],"name":"Refund","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint128","name":"claimFee","type":"uint128"},{"indexed":false,"internalType":"uint128","name":"depositFee","type":"uint128"}],"name":"UpdateFees","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"relayer","type":"address"},{"indexed":false,"internalType":"bool","name":"active","type":"bool"}],"name":"UpdateRelayer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"feeReceiver","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"WithdrawFees","type":"event"},{"inputs":[],"name":"EIP712_DOMAIN_TYPEHASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_DOMAIN_SEPARATOR","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_TRANSFER_TYPE_HASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"accruedFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"transferId_","type":"address"}],"name":"cancel","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"claimFee","outputs":[{"internalType":"uint128","name":"","type":"uint128"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"transferId_","type":"address"},{"internalType":"uint128","name":"expiration_","type":"uint128"}],"name":"deposit","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"depositFee","outputs":[{"internalType":"uint128","name":"","type":"uint128"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"}],"name":"deposits","outputs":[{"internalType":"uint128","name":"amount","type":"uint128"},{"internalType":"uint128","name":"expiration","type":"uint128"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"domain","outputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"version","type":"string"},{"internalType":"uint256","name":"chainId","type":"uint256"},{"internalType":"address","name":"verifyingContract","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"sender_","type":"address"},{"internalType":"address","name":"transferId_","type":"address"}],"name":"getDeposit","outputs":[{"internalType":"address","name":"tokenAddress","type":"address"},{"internalType":"uint128","name":"amount","type":"uint128"},{"internalType":"uint128","name":"expiration","type":"uint128"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getFees","outputs":[{"internalType":"uint128","name":"","type":"uint128"},{"internalType":"uint128","name":"","type":"uint128"},{"internalType":"uint128","name":"","type":"uint128"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"receiver_","type":"address"},{"internalType":"bytes","name":"receiverSig_","type":"bytes"}],"name":"recoverLinkKeyId","outputs":[{"internalType":"address","name":"linkKeyId","type":"address"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"linkKeyId_","type":"address"},{"internalType":"address","name":"transferId_","type":"address"},{"internalType":"bytes","name":"senderSig_","type":"bytes"}],"name":"recoverSender","outputs":[{"internalType":"address","name":"sender","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"receiver_","type":"address"},{"internalType":"address","name":"sender_","type":"address"},{"internalType":"bytes","name":"receiverSig_","type":"bytes"},{"internalType":"bool","name":"sponsored_","type":"bool"}],"name":"redeem","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"receiver_","type":"address"},{"internalType":"address","name":"transferId_","type":"address"},{"internalType":"bytes","name":"receiverSig_","type":"bytes"},{"internalType":"bytes","name":"senderSig_","type":"bytes"},{"internalType":"bool","name":"sponsored_","type":"bool"}],"name":"redeemRecovered","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender_","type":"address"},{"internalType":"address","name":"transferId_","type":"address"},{"internalType":"bool","name":"sponsored_","type":"bool"}],"name":"refund","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"relayers","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint128","name":"claimFee_","type":"uint128"}],"name":"setFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"relayer_","type":"address"},{"internalType":"bool","name":"active_","type":"bool"}],"name":"setRelayer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdrawAccruedFees","outputs":[],"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
60a06040523480156200001157600080fd5b5060405162003fbd38038062003fbd833981810160405281019062000037919062000497565b620000576200004b6200031460201b60201c565b6200031c60201b60201c565b600046905060405180608001604052806040518060400160405280600e81526020017f4c696e6b64726f70457363726f7700000000000000000000000000000000000081525081526020016040518060400160405280600181526020017f320000000000000000000000000000000000000000000000000000000000000081525081526020018281526020013073ffffffffffffffffffffffffffffffffffffffff168152506001600082015181600001908162000116919062000758565b5060208201518160010190816200012e919062000758565b506040820151816002015560608201518160030160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055509050507f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f6001600001604051620001b89190620008ee565b604051809103902060018001604051620001d39190620008ee565b604051809103902060016002015430604051602001620001f895949392919062000944565b60405160208183030381529060405280519060200120608081815250507fda3241d4d2732e32f76e33e29a986bf90890ff6cb9b8506b1059fc1f197a34e680146200027a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620002719062000a02565b60405180910390fd5b506001600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555080600660006101000a8154816fffffffffffffffffffffffffffffffff02191690836fffffffffffffffffffffffffffffffff160217905550505062000a24565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006200041282620003e5565b9050919050565b620004248162000405565b81146200043057600080fd5b50565b600081519050620004448162000419565b92915050565b60006fffffffffffffffffffffffffffffffff82169050919050565b62000471816200044a565b81146200047d57600080fd5b50565b600081519050620004918162000466565b92915050565b60008060408385031215620004b157620004b0620003e0565b5b6000620004c18582860162000433565b9250506020620004d48582860162000480565b9150509250929050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200056057607f821691505b60208210810362000576576200057562000518565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302620005e07fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82620005a1565b620005ec8683620005a1565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b600062000639620006336200062d8462000604565b6200060e565b62000604565b9050919050565b6000819050919050565b620006558362000618565b6200066d620006648262000640565b848454620005ae565b825550505050565b600090565b6200068462000675565b620006918184846200064a565b505050565b5b81811015620006b957620006ad6000826200067a565b60018101905062000697565b5050565b601f8211156200070857620006d2816200057c565b620006dd8462000591565b81016020851015620006ed578190505b62000705620006fc8562000591565b83018262000696565b50505b505050565b600082821c905092915050565b60006200072d600019846008026200070d565b1980831691505092915050565b60006200074883836200071a565b9150826002028217905092915050565b6200076382620004de565b67ffffffffffffffff8111156200077f576200077e620004e9565b5b6200078b825462000547565b62000798828285620006bd565b600060209050601f831160018114620007d05760008415620007bb578287015190505b620007c785826200073a565b86555062000837565b601f198416620007e0866200057c565b60005b828110156200080a57848901518255600182019150602085019450602081019050620007e3565b868310156200082a578489015162000826601f8916826200071a565b8355505b6001600288020188555050505b505050505050565b600081905092915050565b60008190508160005260206000209050919050565b600081546200086e8162000547565b6200087a81866200083f565b94506001821660008114620008985760018114620008ae57620008e5565b60ff1983168652811515820286019350620008e5565b620008b9856200084a565b60005b83811015620008dd57815481890152600182019150602081019050620008bc565b838801955050505b50505092915050565b6000620008fc82846200085f565b915081905092915050565b6000819050919050565b6200091c8162000907565b82525050565b6200092d8162000604565b82525050565b6200093e8162000405565b82525050565b600060a0820190506200095b600083018862000911565b6200096a602083018762000911565b62000979604083018662000911565b62000988606083018562000922565b62000997608083018462000933565b9695505050505050565b600082825260208201905092915050565b7f4549503731323a20696e76616c69642074797065206861736800000000000000600082015250565b6000620009ea601983620009a1565b9150620009f782620009b2565b602082019050919050565b6000602082019050818103600083015262000a1d81620009db565b9050919050565b60805161357662000a47600039600081816114ba01526116a901526135766000f3fe6080604052600436106101665760003560e01c806399d32fc4116100d1578063c7977be71161008a578063dc0c81b511610064578063dc0c81b514610513578063ecd8dc3a1461053e578063f2fde38b14610567578063fc0c546a1461059057610166565b8063c7977be714610492578063cbe95afb146104bd578063db8d55f1146104e657610166565b806399d32fc41461039e578063ada82c7d146103c9578063b3fb6564146103e0578063c2fb26a6146103fc578063c35082a91461042a578063c3a6f5f51461046957610166565b8063715018a611610123578063715018a6146102a157806371d68372146102b85780638759c8de146102e35780638da5cb5b1461030c5780638f601f661461033757806397665a261461037557610166565b80633d6e85e61461016b5780633e0dd0d9146101a85780634c33fe94146101e55780635300f8411461020e57806367a527931461024b578063682c205814610276575b600080fd5b34801561017757600080fd5b50610192600480360381019061018d9190612363565b6105bb565b60405161019f91906123d2565b60405180910390f35b3480156101b457600080fd5b506101cf60048036038101906101ca91906123ed565b610647565b6040516101dc91906123d2565b60405180910390f35b3480156101f157600080fd5b5061020c60048036038101906102079190612461565b6106af565b005b34801561021a57600080fd5b5061023560048036038101906102309190612461565b6108d6565b60405161024291906124a9565b60405180910390f35b34801561025757600080fd5b506102606108f6565b60405161026d91906124ef565b60405180910390f35b34801561028257600080fd5b5061028b610918565b6040516102989190612523565b60405180910390f35b3480156102ad57600080fd5b506102b661091e565b005b3480156102c457600080fd5b506102cd610932565b6040516102da9190612557565b60405180910390f35b3480156102ef57600080fd5b5061030a6004803603810190610305919061259e565b610956565b005b34801561031857600080fd5b50610321610e41565b60405161032e91906123d2565b60405180910390f35b34801561034357600080fd5b5061035e600480360381019061035991906125f1565b610e6a565b60405161036c929190612631565b60405180910390f35b34801561038157600080fd5b5061039c6004803603810190610397919061265a565b610ed3565b005b3480156103aa57600080fd5b506103b3610f95565b6040516103c091906124ef565b60405180910390f35b3480156103d557600080fd5b506103de610fb7565b005b6103fa60048036038101906103f59190612742565b611051565b005b34801561040857600080fd5b50610411611061565b6040516104219493929190612812565b60405180910390f35b34801561043657600080fd5b50610451600480360381019061044c91906125f1565b6111af565b60405161046093929190612865565b60405180910390f35b34801561047557600080fd5b50610490600480360381019061048b919061289c565b6112fa565b005b34801561049e57600080fd5b506104a76113a9565b6040516104b49190612557565b60405180910390f35b3480156104c957600080fd5b506104e460048036038101906104df9190612924565b6113cd565b005b3480156104f257600080fd5b506104fb611469565b60405161050a93929190612951565b60405180910390f35b34801561051f57600080fd5b506105286114b8565b6040516105359190612557565b60405180910390f35b34801561054a57600080fd5b5061056560048036038101906105609190612988565b6114dc565b005b34801561057357600080fd5b5061058e60048036038101906105899190612461565b611578565b005b34801561059c57600080fd5b506105a56115fb565b6040516105b291906123d2565b60405180910390f35b6000806105ed856040516020016105d29190612a10565b60405160208183030381529060405280519060200120611600565b905061063d8185858080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611630565b9150509392505050565b6000806106548686611657565b90506106a48185858080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611630565b915050949350505050565b6000600560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a90046fffffffffffffffffffffffffffffffff169050600560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600080820160006101000a8154906fffffffffffffffffffffffffffffffff02191690556000820160106101000a8154906fffffffffffffffffffffffffffffffff021916905550503373ffffffffffffffffffffffffffffffffffffffff166108fc826fffffffffffffffffffffffffffffffff169081150290604051600060405180830381858888f1935050505015801561086c573d6000803e3d6000fd5b508173ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167f9c14a150b242a32a5dfbdd4d156b4f08198c9d11bd022641e0ca6938889e5738836040516108ca91906124ef565b60405180910390a35050565b60086020528060005260406000206000915054906101000a900460ff1681565b600660109054906101000a90046fffffffffffffffffffffffffffffffff1681565b60075481565b6109266116f9565b6109306000611777565b565b7fda3241d4d2732e32f76e33e29a986bf90890ff6cb9b8506b1059fc1f197a34e681565b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166109e2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d990612a9d565b60405180910390fd5b6000600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206040518060400160405290816000820160009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff1681526020016000820160109054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff168152505090506000816000015190506000816fffffffffffffffffffffffffffffffff1611610b5f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b5690612b2f565b60405180910390fd5b81602001516fffffffffffffffffffffffffffffffff16421015610bb8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610baf90612bc1565b60405180910390fd5b82610cb757600660009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff16816fffffffffffffffffffffffffffffffff1611610c41576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c3890612c53565b60405180910390fd5b600660009054906101000a90046fffffffffffffffffffffffffffffffff1681610c6b9190612ca2565b9050600660009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff1660076000828254610caf9190612ce6565b925050819055505b600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600080820160006101000a8154906fffffffffffffffffffffffffffffffff02191690556000820160106101000a8154906fffffffffffffffffffffffffffffffff021916905550508473ffffffffffffffffffffffffffffffffffffffff166108fc826fffffffffffffffffffffffffffffffff169081150290604051600060405180830381858888f19350505050158015610dd4573d6000803e3d6000fd5b508373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fb47e9b8d45d35fc0395da5c6b68ac1e0cc45d95ebe52a008f3e4a716f27186b583604051610e3291906124ef565b60405180910390a35050505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6005602052816000526040600020602052806000526040600020600091509150508060000160009054906101000a90046fffffffffffffffffffffffffffffffff16908060000160109054906101000a90046fffffffffffffffffffffffffffffffff16905082565b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16610f5f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f5690612a9d565b60405180910390fd5b6000610f6c8887876105bb565b90506000610f7c82898787610647565b9050610f8a81898b8661183b565b505050505050505050565b600660009054906101000a90046fffffffffffffffffffffffffffffffff1681565b610fbf6116f9565b6000600754905060006007819055503373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050158015611014573d6000803e3d6000fd5b507f9bba815921f12cb7b1408e14b5ade745234397d39623ae5e7c82d693cb45815f3382604051611046929190612d1a565b60405180910390a150565b61105d33833484611c9c565b5050565b600180600001805461107290612d72565b80601f016020809104026020016040519081016040528092919081815260200182805461109e90612d72565b80156110eb5780601f106110c0576101008083540402835291602001916110eb565b820191906000526020600020905b8154815290600101906020018083116110ce57829003601f168201915b50505050509080600101805461110090612d72565b80601f016020809104026020016040519081016040528092919081815260200182805461112c90612d72565b80156111795780601f1061114e57610100808354040283529160200191611179565b820191906000526020600020905b81548152906001019060200180831161115c57829003601f168201915b5050505050908060020154908060030160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905084565b600080600080600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a90046fffffffffffffffffffffffffffffffff16600560008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160109054906101000a90046fffffffffffffffffffffffffffffffff169250925092509250925092565b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16611386576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137d90612a9d565b60405180910390fd5b60006113938685856105bb565b90506113a18582888561183b565b505050505050565b7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f81565b6113d56116f9565b80600660006101000a8154816fffffffffffffffffffffffffffffffff02191690836fffffffffffffffffffffffffffffffff1602179055507f011eba83806634de7f6e4bd39154e636355e53ba508fe5e17f4b58c22b868255600660009054906101000a90046fffffffffffffffffffffffffffffffff16600060405161145e929190612de8565b60405180910390a150565b600080600080600660009054906101000a90046fffffffffffffffffffffffffffffffff16600660009054906101000a90046fffffffffffffffffffffffffffffffff16925092509250909192565b7f000000000000000000000000000000000000000000000000000000000000000081565b6114e46116f9565b80600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055507f34e1cf41794bd5b78c6251cacf103835b835d3ad103d8471ae5f3df532ff3112828260405161156c929190612e11565b60405180910390a15050565b6115806116f9565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036115ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115e690612eac565b60405180910390fd5b6115f881611777565b50565b600081565b6000816040516020016116139190612f44565b604051602081830303815290604052805190602001209050919050565b600080600061163f8585611ff5565b9150915061164c81612046565b819250505092915050565b6000807fda3241d4d2732e32f76e33e29a986bf90890ff6cb9b8506b1059fc1f197a34e6848460405160200161168f93929190612f6a565b6040516020818303038152906040528051906020012090507f0000000000000000000000000000000000000000000000000000000000000000816040516020016116da929190612fed565b6040516020818303038152906040528051906020012091505092915050565b6117016121ac565b73ffffffffffffffffffffffffffffffffffffffff1661171f610e41565b73ffffffffffffffffffffffffffffffffffffffff1614611775576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161176c90613070565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206040518060400160405290816000820160009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff1681526020016000820160109054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff168152505090506000816000015190506000816fffffffffffffffffffffffffffffffff16116119b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119af90612c53565b60405180910390fd5b81602001516fffffffffffffffffffffffffffffffff164210611a10576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a0790613102565b60405180910390fd5b82611b0f57600660009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff16816fffffffffffffffffffffffffffffffff1611611a99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a9090612c53565b60405180910390fd5b600660009054906101000a90046fffffffffffffffffffffffffffffffff1681611ac39190612ca2565b9050600660009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff1660076000828254611b079190612ce6565b925050819055505b600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600080820160006101000a8154906fffffffffffffffffffffffffffffffff02191690556000820160106101000a8154906fffffffffffffffffffffffffffffffff021916905550508373ffffffffffffffffffffffffffffffffffffffff166108fc826fffffffffffffffffffffffffffffffff169081150290604051600060405180830381858888f19350505050158015611c2c573d6000803e3d6000fd5b508373ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff167fd0e8d444f00ec5aa4324486921804d120fa58016c6917cc2f04a3b8b4a30b44c8784604051611c8c929190613122565b60405180910390a3505050505050565b6000600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff1614611d8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d83906131bd565b60405180910390fd5b600660009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff16826fffffffffffffffffffffffffffffffff1611611e10576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e079061324f565b60405180910390fd5b42816fffffffffffffffffffffffffffffffff1611611e64576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e5b906132e1565b60405180910390fd5b6040518060400160405280836fffffffffffffffffffffffffffffffff168152602001826fffffffffffffffffffffffffffffffff16815250600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008201518160000160006101000a8154816fffffffffffffffffffffffffffffffff02191690836fffffffffffffffffffffffffffffffff16021790555060208201518160000160106101000a8154816fffffffffffffffffffffffffffffffff02191690836fffffffffffffffffffffffffffffffff1602179055509050508373ffffffffffffffffffffffffffffffffffffffff167f449f5a808ec951065eda61c83a4d2b29171e72779f4d33530021ead390e54cf18484600085604051611fe79493929190613301565b60405180910390a250505050565b60008060418351036120365760008060006020860151925060408601519150606086015160001a905061202a878285856121b4565b9450945050505061203f565b60006002915091505b9250929050565b6000600481111561205a57612059613346565b5b81600481111561206d5761206c613346565b5b03156121a9576001600481111561208757612086613346565b5b81600481111561209a57612099613346565b5b036120da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d1906133c1565b60405180910390fd5b600260048111156120ee576120ed613346565b5b81600481111561210157612100613346565b5b03612141576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121389061342d565b60405180910390fd5b6003600481111561215557612154613346565b5b81600481111561216857612167613346565b5b036121a8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161219f906134bf565b60405180910390fd5b5b50565b600033905090565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08360001c11156121ef57600060039150915061228d565b60006001878787876040516000815260200160405260405161221494939291906134fb565b6020604051602081039080840390855afa158015612236573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036122845760006001925092505061228d565b80600092509250505b94509492505050565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006122cb826122a0565b9050919050565b6122db816122c0565b81146122e657600080fd5b50565b6000813590506122f8816122d2565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f840112612323576123226122fe565b5b8235905067ffffffffffffffff8111156123405761233f612303565b5b60208301915083600182028301111561235c5761235b612308565b5b9250929050565b60008060006040848603121561237c5761237b612296565b5b600061238a868287016122e9565b935050602084013567ffffffffffffffff8111156123ab576123aa61229b565b5b6123b78682870161230d565b92509250509250925092565b6123cc816122c0565b82525050565b60006020820190506123e760008301846123c3565b92915050565b6000806000806060858703121561240757612406612296565b5b6000612415878288016122e9565b9450506020612426878288016122e9565b935050604085013567ffffffffffffffff8111156124475761244661229b565b5b6124538782880161230d565b925092505092959194509250565b60006020828403121561247757612476612296565b5b6000612485848285016122e9565b91505092915050565b60008115159050919050565b6124a38161248e565b82525050565b60006020820190506124be600083018461249a565b92915050565b60006fffffffffffffffffffffffffffffffff82169050919050565b6124e9816124c4565b82525050565b600060208201905061250460008301846124e0565b92915050565b6000819050919050565b61251d8161250a565b82525050565b60006020820190506125386000830184612514565b92915050565b6000819050919050565b6125518161253e565b82525050565b600060208201905061256c6000830184612548565b92915050565b61257b8161248e565b811461258657600080fd5b50565b60008135905061259881612572565b92915050565b6000806000606084860312156125b7576125b6612296565b5b60006125c5868287016122e9565b93505060206125d6868287016122e9565b92505060406125e786828701612589565b9150509250925092565b6000806040838503121561260857612607612296565b5b6000612616858286016122e9565b9250506020612627858286016122e9565b9150509250929050565b600060408201905061264660008301856124e0565b61265360208301846124e0565b9392505050565b600080600080600080600060a0888a03121561267957612678612296565b5b60006126878a828b016122e9565b97505060206126988a828b016122e9565b965050604088013567ffffffffffffffff8111156126b9576126b861229b565b5b6126c58a828b0161230d565b9550955050606088013567ffffffffffffffff8111156126e8576126e761229b565b5b6126f48a828b0161230d565b935093505060806127078a828b01612589565b91505092959891949750929550565b61271f816124c4565b811461272a57600080fd5b50565b60008135905061273c81612716565b92915050565b6000806040838503121561275957612758612296565b5b6000612767858286016122e9565b92505060206127788582860161272d565b9150509250929050565b600081519050919050565b600082825260208201905092915050565b60005b838110156127bc5780820151818401526020810190506127a1565b60008484015250505050565b6000601f19601f8301169050919050565b60006127e482612782565b6127ee818561278d565b93506127fe81856020860161279e565b612807816127c8565b840191505092915050565b6000608082019050818103600083015261282c81876127d9565b9050818103602083015261284081866127d9565b905061284f6040830185612514565b61285c60608301846123c3565b95945050505050565b600060608201905061287a60008301866123c3565b61288760208301856124e0565b61289460408301846124e0565b949350505050565b6000806000806000608086880312156128b8576128b7612296565b5b60006128c6888289016122e9565b95505060206128d7888289016122e9565b945050604086013567ffffffffffffffff8111156128f8576128f761229b565b5b6129048882890161230d565b9350935050606061291788828901612589565b9150509295509295909350565b60006020828403121561293a57612939612296565b5b60006129488482850161272d565b91505092915050565b600060608201905061296660008301866124e0565b61297360208301856124e0565b61298060408301846124e0565b949350505050565b6000806040838503121561299f5761299e612296565b5b60006129ad858286016122e9565b92505060206129be85828601612589565b9150509250929050565b60008160601b9050919050565b60006129e0826129c8565b9050919050565b60006129f2826129d5565b9050919050565b612a0a612a05826122c0565b6129e7565b82525050565b6000612a1c82846129f9565b60148201915081905092915050565b7f4c696e6b64726f70457363726f773a206d73672e73656e646572206973206e6f60008201527f742072656c617965722e00000000000000000000000000000000000000000000602082015250565b6000612a87602a8361278d565b9150612a9282612a2b565b604082019050919050565b60006020820190508181036000830152612ab681612a7a565b9050919050565b7f4c696e6b64726f70457363726f773a20696e76616c6964207472616e7366657260008201527f2049440000000000000000000000000000000000000000000000000000000000602082015250565b6000612b1960238361278d565b9150612b2482612abd565b604082019050919050565b60006020820190508181036000830152612b4881612b0c565b9050919050565b7f4c696e6b64726f70457363726f773a207472616e73666572206e6f742065787060008201527f69726564207965742e0000000000000000000000000000000000000000000000602082015250565b6000612bab60298361278d565b9150612bb682612b4f565b604082019050919050565b60006020820190508181036000830152612bda81612b9e565b9050919050565b7f4c696e6b64726f70457363726f773a20696e76616c69642072656465656d207060008201527f6172616d73000000000000000000000000000000000000000000000000000000602082015250565b6000612c3d60258361278d565b9150612c4882612be1565b604082019050919050565b60006020820190508181036000830152612c6c81612c30565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612cad826124c4565b9150612cb8836124c4565b925082820390506fffffffffffffffffffffffffffffffff811115612ce057612cdf612c73565b5b92915050565b6000612cf18261250a565b9150612cfc8361250a565b9250828201905080821115612d1457612d13612c73565b5b92915050565b6000604082019050612d2f60008301856123c3565b612d3c6020830184612514565b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612d8a57607f821691505b602082108103612d9d57612d9c612d43565b5b50919050565b6000819050919050565b6000819050919050565b6000612dd2612dcd612dc884612da3565b612dad565b6124c4565b9050919050565b612de281612db7565b82525050565b6000604082019050612dfd60008301856124e0565b612e0a6020830184612dd9565b9392505050565b6000604082019050612e2660008301856123c3565b612e33602083018461249a565b9392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000612e9660268361278d565b9150612ea182612e3a565b604082019050919050565b60006020820190508181036000830152612ec581612e89565b9050919050565b600081905092915050565b7f19457468657265756d205369676e6564204d6573736167653a0a333200000000600082015250565b6000612f0d601c83612ecc565b9150612f1882612ed7565b601c82019050919050565b6000819050919050565b612f3e612f398261253e565b612f23565b82525050565b6000612f4f82612f00565b9150612f5b8284612f2d565b60208201915081905092915050565b6000606082019050612f7f6000830186612548565b612f8c60208301856123c3565b612f9960408301846123c3565b949350505050565b7f1901000000000000000000000000000000000000000000000000000000000000600082015250565b6000612fd7600283612ecc565b9150612fe282612fa1565b600282019050919050565b6000612ff882612fca565b91506130048285612f2d565b6020820191506130148284612f2d565b6020820191508190509392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061305a60208361278d565b915061306582613024565b602082019050919050565b600060208201905081810360008301526130898161304d565b9050919050565b7f4c696e6b64726f70457363726f773a207472616e73666572206578706972656460008201527f2e00000000000000000000000000000000000000000000000000000000000000602082015250565b60006130ec60218361278d565b91506130f782613090565b604082019050919050565b6000602082019050818103600083015261311b816130df565b9050919050565b600060408201905061313760008301856123c3565b61314460208301846124e0565b9392505050565b7f4c696e6b64726f70457363726f773a207472616e73666572496420697320696e60008201527f207573652e000000000000000000000000000000000000000000000000000000602082015250565b60006131a760258361278d565b91506131b28261314b565b604082019050919050565b600060208201905081810360008301526131d68161319a565b9050919050565b7f4c696e6b64726f70457363726f773a20616d6f756e74206973206c657373207460008201527f68616e20746f74616c20666565732e0000000000000000000000000000000000602082015250565b6000613239602f8361278d565b9150613244826131dd565b604082019050919050565b600060208201905081810360008301526132688161322c565b9050919050565b7f4c696e6b64726f70457363726f773a206465706f736974696e6720776974682060008201527f696e76616c69642065787069726174696f6e2e00000000000000000000000000602082015250565b60006132cb60338361278d565b91506132d68261326f565b604082019050919050565b600060208201905081810360008301526132fa816132be565b9050919050565b600060808201905061331660008301876123c3565b61332360208301866124e0565b6133306040830185612dd9565b61333d60608301846124e0565b95945050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b7f45434453413a20696e76616c6964207369676e61747572650000000000000000600082015250565b60006133ab60188361278d565b91506133b682613375565b602082019050919050565b600060208201905081810360008301526133da8161339e565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265206c656e67746800600082015250565b6000613417601f8361278d565b9150613422826133e1565b602082019050919050565b600060208201905081810360008301526134468161340a565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265202773272076616c60008201527f7565000000000000000000000000000000000000000000000000000000000000602082015250565b60006134a960228361278d565b91506134b48261344d565b604082019050919050565b600060208201905081810360008301526134d88161349c565b9050919050565b600060ff82169050919050565b6134f5816134df565b82525050565b60006080820190506135106000830187612548565b61351d60208301866134ec565b61352a6040830185612548565b6135376060830184612548565b9594505050505056fea2646970667358221220b402d79d323eebcb332f054ba17240601e47daaf99715b3633f656a9cc520f6964736f6c63430008110033000000000000000000000000a7f4ebdac21c181e5f4b6955553ca8a86e45a0fe0000000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x6080604052600436106101665760003560e01c806399d32fc4116100d1578063c7977be71161008a578063dc0c81b511610064578063dc0c81b514610513578063ecd8dc3a1461053e578063f2fde38b14610567578063fc0c546a1461059057610166565b8063c7977be714610492578063cbe95afb146104bd578063db8d55f1146104e657610166565b806399d32fc41461039e578063ada82c7d146103c9578063b3fb6564146103e0578063c2fb26a6146103fc578063c35082a91461042a578063c3a6f5f51461046957610166565b8063715018a611610123578063715018a6146102a157806371d68372146102b85780638759c8de146102e35780638da5cb5b1461030c5780638f601f661461033757806397665a261461037557610166565b80633d6e85e61461016b5780633e0dd0d9146101a85780634c33fe94146101e55780635300f8411461020e57806367a527931461024b578063682c205814610276575b600080fd5b34801561017757600080fd5b50610192600480360381019061018d9190612363565b6105bb565b60405161019f91906123d2565b60405180910390f35b3480156101b457600080fd5b506101cf60048036038101906101ca91906123ed565b610647565b6040516101dc91906123d2565b60405180910390f35b3480156101f157600080fd5b5061020c60048036038101906102079190612461565b6106af565b005b34801561021a57600080fd5b5061023560048036038101906102309190612461565b6108d6565b60405161024291906124a9565b60405180910390f35b34801561025757600080fd5b506102606108f6565b60405161026d91906124ef565b60405180910390f35b34801561028257600080fd5b5061028b610918565b6040516102989190612523565b60405180910390f35b3480156102ad57600080fd5b506102b661091e565b005b3480156102c457600080fd5b506102cd610932565b6040516102da9190612557565b60405180910390f35b3480156102ef57600080fd5b5061030a6004803603810190610305919061259e565b610956565b005b34801561031857600080fd5b50610321610e41565b60405161032e91906123d2565b60405180910390f35b34801561034357600080fd5b5061035e600480360381019061035991906125f1565b610e6a565b60405161036c929190612631565b60405180910390f35b34801561038157600080fd5b5061039c6004803603810190610397919061265a565b610ed3565b005b3480156103aa57600080fd5b506103b3610f95565b6040516103c091906124ef565b60405180910390f35b3480156103d557600080fd5b506103de610fb7565b005b6103fa60048036038101906103f59190612742565b611051565b005b34801561040857600080fd5b50610411611061565b6040516104219493929190612812565b60405180910390f35b34801561043657600080fd5b50610451600480360381019061044c91906125f1565b6111af565b60405161046093929190612865565b60405180910390f35b34801561047557600080fd5b50610490600480360381019061048b919061289c565b6112fa565b005b34801561049e57600080fd5b506104a76113a9565b6040516104b49190612557565b60405180910390f35b3480156104c957600080fd5b506104e460048036038101906104df9190612924565b6113cd565b005b3480156104f257600080fd5b506104fb611469565b60405161050a93929190612951565b60405180910390f35b34801561051f57600080fd5b506105286114b8565b6040516105359190612557565b60405180910390f35b34801561054a57600080fd5b5061056560048036038101906105609190612988565b6114dc565b005b34801561057357600080fd5b5061058e60048036038101906105899190612461565b611578565b005b34801561059c57600080fd5b506105a56115fb565b6040516105b291906123d2565b60405180910390f35b6000806105ed856040516020016105d29190612a10565b60405160208183030381529060405280519060200120611600565b905061063d8185858080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611630565b9150509392505050565b6000806106548686611657565b90506106a48185858080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050611630565b915050949350505050565b6000600560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a90046fffffffffffffffffffffffffffffffff169050600560003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600080820160006101000a8154906fffffffffffffffffffffffffffffffff02191690556000820160106101000a8154906fffffffffffffffffffffffffffffffff021916905550503373ffffffffffffffffffffffffffffffffffffffff166108fc826fffffffffffffffffffffffffffffffff169081150290604051600060405180830381858888f1935050505015801561086c573d6000803e3d6000fd5b508173ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167f9c14a150b242a32a5dfbdd4d156b4f08198c9d11bd022641e0ca6938889e5738836040516108ca91906124ef565b60405180910390a35050565b60086020528060005260406000206000915054906101000a900460ff1681565b600660109054906101000a90046fffffffffffffffffffffffffffffffff1681565b60075481565b6109266116f9565b6109306000611777565b565b7fda3241d4d2732e32f76e33e29a986bf90890ff6cb9b8506b1059fc1f197a34e681565b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166109e2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d990612a9d565b60405180910390fd5b6000600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206040518060400160405290816000820160009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff1681526020016000820160109054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff168152505090506000816000015190506000816fffffffffffffffffffffffffffffffff1611610b5f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b5690612b2f565b60405180910390fd5b81602001516fffffffffffffffffffffffffffffffff16421015610bb8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610baf90612bc1565b60405180910390fd5b82610cb757600660009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff16816fffffffffffffffffffffffffffffffff1611610c41576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c3890612c53565b60405180910390fd5b600660009054906101000a90046fffffffffffffffffffffffffffffffff1681610c6b9190612ca2565b9050600660009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff1660076000828254610caf9190612ce6565b925050819055505b600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600080820160006101000a8154906fffffffffffffffffffffffffffffffff02191690556000820160106101000a8154906fffffffffffffffffffffffffffffffff021916905550508473ffffffffffffffffffffffffffffffffffffffff166108fc826fffffffffffffffffffffffffffffffff169081150290604051600060405180830381858888f19350505050158015610dd4573d6000803e3d6000fd5b508373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fb47e9b8d45d35fc0395da5c6b68ac1e0cc45d95ebe52a008f3e4a716f27186b583604051610e3291906124ef565b60405180910390a35050505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6005602052816000526040600020602052806000526040600020600091509150508060000160009054906101000a90046fffffffffffffffffffffffffffffffff16908060000160109054906101000a90046fffffffffffffffffffffffffffffffff16905082565b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16610f5f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f5690612a9d565b60405180910390fd5b6000610f6c8887876105bb565b90506000610f7c82898787610647565b9050610f8a81898b8661183b565b505050505050505050565b600660009054906101000a90046fffffffffffffffffffffffffffffffff1681565b610fbf6116f9565b6000600754905060006007819055503373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050158015611014573d6000803e3d6000fd5b507f9bba815921f12cb7b1408e14b5ade745234397d39623ae5e7c82d693cb45815f3382604051611046929190612d1a565b60405180910390a150565b61105d33833484611c9c565b5050565b600180600001805461107290612d72565b80601f016020809104026020016040519081016040528092919081815260200182805461109e90612d72565b80156110eb5780601f106110c0576101008083540402835291602001916110eb565b820191906000526020600020905b8154815290600101906020018083116110ce57829003601f168201915b50505050509080600101805461110090612d72565b80601f016020809104026020016040519081016040528092919081815260200182805461112c90612d72565b80156111795780601f1061114e57610100808354040283529160200191611179565b820191906000526020600020905b81548152906001019060200180831161115c57829003601f168201915b5050505050908060020154908060030160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905084565b600080600080600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a90046fffffffffffffffffffffffffffffffff16600560008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160109054906101000a90046fffffffffffffffffffffffffffffffff169250925092509250925092565b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16611386576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137d90612a9d565b60405180910390fd5b60006113938685856105bb565b90506113a18582888561183b565b505050505050565b7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f81565b6113d56116f9565b80600660006101000a8154816fffffffffffffffffffffffffffffffff02191690836fffffffffffffffffffffffffffffffff1602179055507f011eba83806634de7f6e4bd39154e636355e53ba508fe5e17f4b58c22b868255600660009054906101000a90046fffffffffffffffffffffffffffffffff16600060405161145e929190612de8565b60405180910390a150565b600080600080600660009054906101000a90046fffffffffffffffffffffffffffffffff16600660009054906101000a90046fffffffffffffffffffffffffffffffff16925092509250909192565b7f978fa0f1c4cb6dfd38788453a3747e95f04f0d839a390b90a98c7e597701210581565b6114e46116f9565b80600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055507f34e1cf41794bd5b78c6251cacf103835b835d3ad103d8471ae5f3df532ff3112828260405161156c929190612e11565b60405180910390a15050565b6115806116f9565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036115ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115e690612eac565b60405180910390fd5b6115f881611777565b50565b600081565b6000816040516020016116139190612f44565b604051602081830303815290604052805190602001209050919050565b600080600061163f8585611ff5565b9150915061164c81612046565b819250505092915050565b6000807fda3241d4d2732e32f76e33e29a986bf90890ff6cb9b8506b1059fc1f197a34e6848460405160200161168f93929190612f6a565b6040516020818303038152906040528051906020012090507f978fa0f1c4cb6dfd38788453a3747e95f04f0d839a390b90a98c7e5977012105816040516020016116da929190612fed565b6040516020818303038152906040528051906020012091505092915050565b6117016121ac565b73ffffffffffffffffffffffffffffffffffffffff1661171f610e41565b73ffffffffffffffffffffffffffffffffffffffff1614611775576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161176c90613070565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206040518060400160405290816000820160009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff1681526020016000820160109054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff168152505090506000816000015190506000816fffffffffffffffffffffffffffffffff16116119b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119af90612c53565b60405180910390fd5b81602001516fffffffffffffffffffffffffffffffff164210611a10576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a0790613102565b60405180910390fd5b82611b0f57600660009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff16816fffffffffffffffffffffffffffffffff1611611a99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a9090612c53565b60405180910390fd5b600660009054906101000a90046fffffffffffffffffffffffffffffffff1681611ac39190612ca2565b9050600660009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff1660076000828254611b079190612ce6565b925050819055505b600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600080820160006101000a8154906fffffffffffffffffffffffffffffffff02191690556000820160106101000a8154906fffffffffffffffffffffffffffffffff021916905550508373ffffffffffffffffffffffffffffffffffffffff166108fc826fffffffffffffffffffffffffffffffff169081150290604051600060405180830381858888f19350505050158015611c2c573d6000803e3d6000fd5b508373ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff167fd0e8d444f00ec5aa4324486921804d120fa58016c6917cc2f04a3b8b4a30b44c8784604051611c8c929190613122565b60405180910390a3505050505050565b6000600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff1614611d8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d83906131bd565b60405180910390fd5b600660009054906101000a90046fffffffffffffffffffffffffffffffff166fffffffffffffffffffffffffffffffff16826fffffffffffffffffffffffffffffffff1611611e10576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e079061324f565b60405180910390fd5b42816fffffffffffffffffffffffffffffffff1611611e64576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e5b906132e1565b60405180910390fd5b6040518060400160405280836fffffffffffffffffffffffffffffffff168152602001826fffffffffffffffffffffffffffffffff16815250600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008201518160000160006101000a8154816fffffffffffffffffffffffffffffffff02191690836fffffffffffffffffffffffffffffffff16021790555060208201518160000160106101000a8154816fffffffffffffffffffffffffffffffff02191690836fffffffffffffffffffffffffffffffff1602179055509050508373ffffffffffffffffffffffffffffffffffffffff167f449f5a808ec951065eda61c83a4d2b29171e72779f4d33530021ead390e54cf18484600085604051611fe79493929190613301565b60405180910390a250505050565b60008060418351036120365760008060006020860151925060408601519150606086015160001a905061202a878285856121b4565b9450945050505061203f565b60006002915091505b9250929050565b6000600481111561205a57612059613346565b5b81600481111561206d5761206c613346565b5b03156121a9576001600481111561208757612086613346565b5b81600481111561209a57612099613346565b5b036120da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d1906133c1565b60405180910390fd5b600260048111156120ee576120ed613346565b5b81600481111561210157612100613346565b5b03612141576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121389061342d565b60405180910390fd5b6003600481111561215557612154613346565b5b81600481111561216857612167613346565b5b036121a8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161219f906134bf565b60405180910390fd5b5b50565b600033905090565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08360001c11156121ef57600060039150915061228d565b60006001878787876040516000815260200160405260405161221494939291906134fb565b6020604051602081039080840390855afa158015612236573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036122845760006001925092505061228d565b80600092509250505b94509492505050565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006122cb826122a0565b9050919050565b6122db816122c0565b81146122e657600080fd5b50565b6000813590506122f8816122d2565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f840112612323576123226122fe565b5b8235905067ffffffffffffffff8111156123405761233f612303565b5b60208301915083600182028301111561235c5761235b612308565b5b9250929050565b60008060006040848603121561237c5761237b612296565b5b600061238a868287016122e9565b935050602084013567ffffffffffffffff8111156123ab576123aa61229b565b5b6123b78682870161230d565b92509250509250925092565b6123cc816122c0565b82525050565b60006020820190506123e760008301846123c3565b92915050565b6000806000806060858703121561240757612406612296565b5b6000612415878288016122e9565b9450506020612426878288016122e9565b935050604085013567ffffffffffffffff8111156124475761244661229b565b5b6124538782880161230d565b925092505092959194509250565b60006020828403121561247757612476612296565b5b6000612485848285016122e9565b91505092915050565b60008115159050919050565b6124a38161248e565b82525050565b60006020820190506124be600083018461249a565b92915050565b60006fffffffffffffffffffffffffffffffff82169050919050565b6124e9816124c4565b82525050565b600060208201905061250460008301846124e0565b92915050565b6000819050919050565b61251d8161250a565b82525050565b60006020820190506125386000830184612514565b92915050565b6000819050919050565b6125518161253e565b82525050565b600060208201905061256c6000830184612548565b92915050565b61257b8161248e565b811461258657600080fd5b50565b60008135905061259881612572565b92915050565b6000806000606084860312156125b7576125b6612296565b5b60006125c5868287016122e9565b93505060206125d6868287016122e9565b92505060406125e786828701612589565b9150509250925092565b6000806040838503121561260857612607612296565b5b6000612616858286016122e9565b9250506020612627858286016122e9565b9150509250929050565b600060408201905061264660008301856124e0565b61265360208301846124e0565b9392505050565b600080600080600080600060a0888a03121561267957612678612296565b5b60006126878a828b016122e9565b97505060206126988a828b016122e9565b965050604088013567ffffffffffffffff8111156126b9576126b861229b565b5b6126c58a828b0161230d565b9550955050606088013567ffffffffffffffff8111156126e8576126e761229b565b5b6126f48a828b0161230d565b935093505060806127078a828b01612589565b91505092959891949750929550565b61271f816124c4565b811461272a57600080fd5b50565b60008135905061273c81612716565b92915050565b6000806040838503121561275957612758612296565b5b6000612767858286016122e9565b92505060206127788582860161272d565b9150509250929050565b600081519050919050565b600082825260208201905092915050565b60005b838110156127bc5780820151818401526020810190506127a1565b60008484015250505050565b6000601f19601f8301169050919050565b60006127e482612782565b6127ee818561278d565b93506127fe81856020860161279e565b612807816127c8565b840191505092915050565b6000608082019050818103600083015261282c81876127d9565b9050818103602083015261284081866127d9565b905061284f6040830185612514565b61285c60608301846123c3565b95945050505050565b600060608201905061287a60008301866123c3565b61288760208301856124e0565b61289460408301846124e0565b949350505050565b6000806000806000608086880312156128b8576128b7612296565b5b60006128c6888289016122e9565b95505060206128d7888289016122e9565b945050604086013567ffffffffffffffff8111156128f8576128f761229b565b5b6129048882890161230d565b9350935050606061291788828901612589565b9150509295509295909350565b60006020828403121561293a57612939612296565b5b60006129488482850161272d565b91505092915050565b600060608201905061296660008301866124e0565b61297360208301856124e0565b61298060408301846124e0565b949350505050565b6000806040838503121561299f5761299e612296565b5b60006129ad858286016122e9565b92505060206129be85828601612589565b9150509250929050565b60008160601b9050919050565b60006129e0826129c8565b9050919050565b60006129f2826129d5565b9050919050565b612a0a612a05826122c0565b6129e7565b82525050565b6000612a1c82846129f9565b60148201915081905092915050565b7f4c696e6b64726f70457363726f773a206d73672e73656e646572206973206e6f60008201527f742072656c617965722e00000000000000000000000000000000000000000000602082015250565b6000612a87602a8361278d565b9150612a9282612a2b565b604082019050919050565b60006020820190508181036000830152612ab681612a7a565b9050919050565b7f4c696e6b64726f70457363726f773a20696e76616c6964207472616e7366657260008201527f2049440000000000000000000000000000000000000000000000000000000000602082015250565b6000612b1960238361278d565b9150612b2482612abd565b604082019050919050565b60006020820190508181036000830152612b4881612b0c565b9050919050565b7f4c696e6b64726f70457363726f773a207472616e73666572206e6f742065787060008201527f69726564207965742e0000000000000000000000000000000000000000000000602082015250565b6000612bab60298361278d565b9150612bb682612b4f565b604082019050919050565b60006020820190508181036000830152612bda81612b9e565b9050919050565b7f4c696e6b64726f70457363726f773a20696e76616c69642072656465656d207060008201527f6172616d73000000000000000000000000000000000000000000000000000000602082015250565b6000612c3d60258361278d565b9150612c4882612be1565b604082019050919050565b60006020820190508181036000830152612c6c81612c30565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612cad826124c4565b9150612cb8836124c4565b925082820390506fffffffffffffffffffffffffffffffff811115612ce057612cdf612c73565b5b92915050565b6000612cf18261250a565b9150612cfc8361250a565b9250828201905080821115612d1457612d13612c73565b5b92915050565b6000604082019050612d2f60008301856123c3565b612d3c6020830184612514565b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612d8a57607f821691505b602082108103612d9d57612d9c612d43565b5b50919050565b6000819050919050565b6000819050919050565b6000612dd2612dcd612dc884612da3565b612dad565b6124c4565b9050919050565b612de281612db7565b82525050565b6000604082019050612dfd60008301856124e0565b612e0a6020830184612dd9565b9392505050565b6000604082019050612e2660008301856123c3565b612e33602083018461249a565b9392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000612e9660268361278d565b9150612ea182612e3a565b604082019050919050565b60006020820190508181036000830152612ec581612e89565b9050919050565b600081905092915050565b7f19457468657265756d205369676e6564204d6573736167653a0a333200000000600082015250565b6000612f0d601c83612ecc565b9150612f1882612ed7565b601c82019050919050565b6000819050919050565b612f3e612f398261253e565b612f23565b82525050565b6000612f4f82612f00565b9150612f5b8284612f2d565b60208201915081905092915050565b6000606082019050612f7f6000830186612548565b612f8c60208301856123c3565b612f9960408301846123c3565b949350505050565b7f1901000000000000000000000000000000000000000000000000000000000000600082015250565b6000612fd7600283612ecc565b9150612fe282612fa1565b600282019050919050565b6000612ff882612fca565b91506130048285612f2d565b6020820191506130148284612f2d565b6020820191508190509392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061305a60208361278d565b915061306582613024565b602082019050919050565b600060208201905081810360008301526130898161304d565b9050919050565b7f4c696e6b64726f70457363726f773a207472616e73666572206578706972656460008201527f2e00000000000000000000000000000000000000000000000000000000000000602082015250565b60006130ec60218361278d565b91506130f782613090565b604082019050919050565b6000602082019050818103600083015261311b816130df565b9050919050565b600060408201905061313760008301856123c3565b61314460208301846124e0565b9392505050565b7f4c696e6b64726f70457363726f773a207472616e73666572496420697320696e60008201527f207573652e000000000000000000000000000000000000000000000000000000602082015250565b60006131a760258361278d565b91506131b28261314b565b604082019050919050565b600060208201905081810360008301526131d68161319a565b9050919050565b7f4c696e6b64726f70457363726f773a20616d6f756e74206973206c657373207460008201527f68616e20746f74616c20666565732e0000000000000000000000000000000000602082015250565b6000613239602f8361278d565b9150613244826131dd565b604082019050919050565b600060208201905081810360008301526132688161322c565b9050919050565b7f4c696e6b64726f70457363726f773a206465706f736974696e6720776974682060008201527f696e76616c69642065787069726174696f6e2e00000000000000000000000000602082015250565b60006132cb60338361278d565b91506132d68261326f565b604082019050919050565b600060208201905081810360008301526132fa816132be565b9050919050565b600060808201905061331660008301876123c3565b61332360208301866124e0565b6133306040830185612dd9565b61333d60608301846124e0565b95945050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b7f45434453413a20696e76616c6964207369676e61747572650000000000000000600082015250565b60006133ab60188361278d565b91506133b682613375565b602082019050919050565b600060208201905081810360008301526133da8161339e565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265206c656e67746800600082015250565b6000613417601f8361278d565b9150613422826133e1565b602082019050919050565b600060208201905081810360008301526134468161340a565b9050919050565b7f45434453413a20696e76616c6964207369676e6174757265202773272076616c60008201527f7565000000000000000000000000000000000000000000000000000000000000602082015250565b60006134a960228361278d565b91506134b48261344d565b604082019050919050565b600060208201905081810360008301526134d88161349c565b9050919050565b600060ff82169050919050565b6134f5816134df565b82525050565b60006080820190506135106000830187612548565b61351d60208301866134ec565b61352a6040830185612548565b6135376060830184612548565b9594505050505056fea2646970667358221220b402d79d323eebcb332f054ba17240601e47daaf99715b3633f656a9cc520f6964736f6c63430008110033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000a7f4ebdac21c181e5f4b6955553ca8a86e45a0fe0000000000000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : relayer_ (address): 0xa7f4ebdaC21c181e5F4B6955553CA8A86E45A0Fe
Arg [1] : claimFee_ (uint128): 0
-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 000000000000000000000000a7f4ebdac21c181e5f4b6955553ca8a86e45a0fe
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode Sourcemap
31798:9327:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35054:352;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;35414:560;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;34100:308;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;33427:40;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;33340:25;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;33394:26;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;27741:103;;;;;;;;;;;;;:::i;:::-;;29073:121;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;38515:898;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;27093:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;33178:67;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;36931:677;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;33290:23;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;39451:219;;;;;;;;;;;;;:::i;:::-;;33881:211;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;28991:26;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;:::i;:::-;;;;;;;;34416:431;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;:::i;:::-;;;;;;;;36202:371;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;28658:160;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;39685;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;34926:116;;;;;;;;;;;;;:::i;:::-;;;;;;;;;:::i;:::-;;;;;;;;29024:42;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;39853:221;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;27999:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;32966:42;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;35054:352;35212:17;35242:21;35266:68;35322:9;35305:27;;;;;;;;:::i;:::-;;;;;;;;;;;;;35295:38;;;;;;35266:28;:68::i;:::-;35242:92;;35352:42;35366:13;35381:12;;35352:42;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:13;:42::i;:::-;35345:49;;;35054:352;;;;;:::o;35414:560::-;35611:14;35728:19;35750:160;35824:10;35888:11;35750:20;:160::i;:::-;35728:182;;35928:38;35942:11;35955:10;;35928:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:13;:38::i;:::-;35921:45;;;35414:560;;;;;;:::o;34100:308::-;34183:15;34201:8;:20;34210:10;34201:20;;;;;;;;;;;;;;;:33;34222:11;34201:33;;;;;;;;;;;;;;;:40;;;;;;;;;;;;34183:58;;34261:8;:20;34270:10;34261:20;;;;;;;;;;;;;;;:33;34282:11;34261:33;;;;;;;;;;;;;;;;34254:40;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34315:10;34307:28;;:37;34336:7;34307:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34379:11;34360:40;;34367:10;34360:40;;;34392:7;34360:40;;;;;;:::i;:::-;;;;;;;;34172:236;34100:308;:::o;33427:40::-;;;;;;;;;;;;;;;;;;;;;;:::o;33340:25::-;;;;;;;;;;;;;:::o;33394:26::-;;;;:::o;27741:103::-;26979:13;:11;:13::i;:::-;27806:30:::1;27833:1;27806:18;:30::i;:::-;27741:103::o:0;29073:121::-;29119:75;29073:121;:::o;38515:898::-;33543:8;:20;33552:10;33543:20;;;;;;;;;;;;;;;;;;;;;;;;;33535:75;;;;;;;;;;;;:::i;:::-;;;;;;;;;38698:27:::1;38728:8;:17;38737:7;38728:17;;;;;;;;;;;;;;;:30;38746:11;38728:30;;;;;;;;;;;;;;;38698:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;38769:15;38787:8;:15;;;38769:33;;38831:1;38821:7;:11;;;38813:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;38918:8;:19;;;38899:38;;:15;:38;;38891:92;;;;;;;;;;;;:::i;:::-;;;;;;;;;39025:10;39020:203;;39070:8;;;;;;;;;;;39060:18;;:7;:18;;;39052:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;39156:8;;;;;;;;;;;39145:19;;;;;:::i;:::-;;;39202:8;;;;;;;;;;;39194:17;;39179:11;;:32;;;;;;;:::i;:::-;;;;;;;;39020:203;39258:8;:17;39267:7;39258:17;;;;;;;;;;;;;;;:30;39276:11;39258:30;;;;;;;;;;;;;;;;39251:37:::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;39317:7;39309:25;;:43;39343:7;39335:16;;39309:43;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;39384:11;39368:37;;39375:7;39368:37;;;39397:7;39368:37;;;;;;:::i;:::-;;;;;;;;38687:726;;38515:898:::0;;;:::o;27093:87::-;27139:7;27166:6;;;;;;;;;;;27159:13;;27093:87;:::o;33178:67::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;36931:677::-;33543:8;:20;33552:10;33543:20;;;;;;;;;;;;;;;;;;;;;;;;;33535:75;;;;;;;;;;;;:::i;:::-;;;;;;;;;37264:18:::1;37285:41;37302:9;37313:12;;37285:16;:41::i;:::-;37264:62;;37337:15;37355:174;37411:10;37464:11;37518:10;;37355:13;:174::i;:::-;37337:192;;37548:52;37556:7;37565:11;37578:9;37589:10;37548:7;:52::i;:::-;37245:363;;36931:677:::0;;;;;;;:::o;33290:23::-;;;;;;;;;;;;;:::o;39451:219::-;26979:13;:11;:13::i;:::-;39510:15:::1;39528:11;;39510:29;;39564:1;39550:11;:15;;;;39584:10;39576:28;;:37;39605:7;39576:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;39629:33;39642:10;39654:7;39629:33;;;;;;;:::i;:::-;;;;;;;;39499:171;39451:219::o:0;33881:211::-;34018:66;34027:10;34039:11;34060:9;34072:11;34018:8;:66::i;:::-;33881:211;;:::o;28991:26::-;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;34416:431::-;34603:20;34653:14;34697:18;33006:1;34758:8;:17;34767:7;34758:17;;;;;;;;;;;;;;;:30;34776:11;34758:30;;;;;;;;;;;;;;;:37;;;;;;;;;;;;34797:8;:17;34806:7;34797:17;;;;;;;;;;;;;;;:30;34815:11;34797:30;;;;;;;;;;;;;;;:41;;;;;;;;;;;;34734:105;;;;;;34416:431;;;;;:::o;36202:371::-;33543:8;:20;33552:10;33543:20;;;;;;;;;;;;;;;;;;;;;;;;;33535:75;;;;;;;;;;;;:::i;:::-;;;;;;;;;36439:19:::1;36461:41;36478:9;36489:12;;36461:16;:41::i;:::-;36439:63;;36513:52;36521:7;36530:11;36543:9;36554:10;36513:7;:52::i;:::-;36428:145;36202:371:::0;;;;;:::o;28658:160::-;28707:111;28658:160;:::o;39685:::-;26979:13;:11;:13::i;:::-;39789:9:::1;39778:8;;:20;;;;;;;;;;;;;;;;;;39814:23;39825:8;;;;;;;;;;;39835:1;39814:23;;;;;;;:::i;:::-;;;;;;;;39685:160:::0;:::o;34926:116::-;34966:7;34975;34984;35012:1;35015:8;;;;;;;;;;;35025;;;;;;;;;;;35004:30;;;;;;34926:116;;;:::o;29024:42::-;;;:::o;39853:221::-;26979:13;:11;:13::i;:::-;40011:7:::1;39990:8;:18;39999:8;39990:18;;;;;;;;;;;;;;;;:28;;;;;;;;;;;;;;;;;;40034:32;40048:8;40058:7;40034:32;;;;;;;:::i;:::-;;;;;;;;39853:221:::0;;:::o;27999:201::-;26979:13;:11;:13::i;:::-;28108:1:::1;28088:22;;:8;:22;;::::0;28080:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;28164:28;28183:8;28164:18;:28::i;:::-;27999:201:::0;:::o;32966:42::-;33006:1;32966:42;:::o;23542:269::-;23611:7;23797:4;23744:58;;;;;;;;:::i;:::-;;;;;;;;;;;;;23734:69;;;;;;23727:76;;23542:269;;;:::o;19852:231::-;19930:7;19951:17;19970:18;19992:27;20003:4;20009:9;19992:10;:27::i;:::-;19950:69;;;;20030:18;20042:5;20030:11;:18::i;:::-;20066:9;20059:16;;;;19852:231;;;;:::o;30313:474::-;30463:7;30483:20;29119:75;30597:10;30626:11;30530:122;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;30506:157;;;;;;30483:180;;30736:17;30755:12;30707:61;;;;;;;;;:::i;:::-;;;;;;;;;;;;;30683:96;;;;;;30676:103;;;30313:474;;;;:::o;27258:132::-;27333:12;:10;:12::i;:::-;27322:23;;:7;:5;:7::i;:::-;:23;;;27314:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;27258:132::o;28360:191::-;28434:16;28453:6;;;;;;;;;;;28434:25;;28479:8;28470:6;;:17;;;;;;;;;;;;;;;;;;28534:8;28503:40;;28524:8;28503:40;;;;;;;;;;;;28423:128;28360:191;:::o;37618:889::-;37728:27;37758:8;:17;37767:7;37758:17;;;;;;;;;;;;;;;:30;37776:11;37758:30;;;;;;;;;;;;;;;37728:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37799:15;37817:8;:15;;;37799:33;;37861:1;37851:7;:11;;;37843:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;37941:8;:19;;;37923:37;;:15;:37;37915:83;;;;;;;;;;;;:::i;:::-;;;;;;;;;38040:10;38035:203;;38085:8;;;;;;;;;;;38075:18;;:7;:18;;;38067:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;38171:8;;;;;;;;;;;38160:19;;;;;:::i;:::-;;;38217:8;;;;;;;;;;;38209:17;;38194:11;;:32;;;;;;;:::i;:::-;;;;;;;;38035:203;38273:8;:17;38282:7;38273:17;;;;;;;;;;;;;;;:30;38291:11;38273:30;;;;;;;;;;;;;;;;38266:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38384:9;38376:27;;:45;38412:7;38404:16;;38376:45;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38467:9;38451:48;;38458:7;38451:48;;;38478:11;38491:7;38451:48;;;;;;;:::i;:::-;;;;;;;;37717:790;;37618:889;;;;:::o;40198:924::-;40460:1;40419:8;:17;40428:7;40419:17;;;;;;;;;;;;;;;:30;40437:11;40419:30;;;;;;;;;;;;;;;:37;;;;;;;;;;;;:42;;;40411:92;;;;;;;;;;;;:::i;:::-;;;;;;;;;40532:8;;;;;;;;;;;40522:18;;:7;:18;;;40514:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;40626:15;40612:11;:29;;;40604:93;;;;;;;;;;;;:::i;:::-;;;;;;;;;40751:105;;;;;;;;40794:7;40751:105;;;;;;40829:11;40751:105;;;;;40718:8;:17;40727:7;40718:17;;;;;;;;;;;;;;;:30;40736:11;40718:30;;;;;;;;;;;;;;;:138;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;41068:7;41060:54;;;41077:11;41090:7;41099:1;41102:11;41060:54;;;;;;;;;:::i;:::-;;;;;;;;40198:924;;;;:::o;18303:747::-;18384:7;18393:12;18442:2;18422:9;:16;:22;18418:625;;18461:9;18485;18509:7;18766:4;18755:9;18751:20;18745:27;18740:32;;18816:4;18805:9;18801:20;18795:27;18790:32;;18874:4;18863:9;18859:20;18853:27;18850:1;18845:36;18840:41;;18917:25;18928:4;18934:1;18937;18940;18917:10;:25::i;:::-;18910:32;;;;;;;;;18418:625;18991:1;18995:35;18975:56;;;;18303:747;;;;;;:::o;16696:521::-;16774:20;16765:29;;;;;;;;:::i;:::-;;:5;:29;;;;;;;;:::i;:::-;;;16761:449;16811:7;16761:449;16872:29;16863:38;;;;;;;;:::i;:::-;;:5;:38;;;;;;;;:::i;:::-;;;16859:351;;16918:34;;;;;;;;;;:::i;:::-;;;;;;;;16859:351;16983:35;16974:44;;;;;;;;:::i;:::-;;:5;:44;;;;;;;;:::i;:::-;;;16970:240;;17035:41;;;;;;;;;;:::i;:::-;;;;;;;;16970:240;17107:30;17098:39;;;;;;;;:::i;:::-;;:5;:39;;;;;;;;:::i;:::-;;;17094:116;;17154:44;;;;;;;;;;:::i;:::-;;;;;;;;17094:116;16696:521;;:::o;25558:98::-;25611:7;25638:10;25631:17;;25558:98;:::o;21304:1520::-;21435:7;21444:12;22369:66;22364:1;22356:10;;:79;22352:163;;;22468:1;22472:30;22452:51;;;;;;22352:163;22612:14;22629:24;22639:4;22645:1;22648;22651;22629:24;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22612:41;;22686:1;22668:20;;:6;:20;;;22664:103;;22721:1;22725:29;22705:50;;;;;;;22664:103;22787:6;22795:20;22779:37;;;;;21304:1520;;;;;;;;:::o;88:117:1:-;197:1;194;187:12;211:117;320:1;317;310:12;334:126;371:7;411:42;404:5;400:54;389:65;;334:126;;;:::o;466:96::-;503:7;532:24;550:5;532:24;:::i;:::-;521:35;;466:96;;;:::o;568:122::-;641:24;659:5;641:24;:::i;:::-;634:5;631:35;621:63;;680:1;677;670:12;621:63;568:122;:::o;696:139::-;742:5;780:6;767:20;758:29;;796:33;823:5;796:33;:::i;:::-;696:139;;;;:::o;841:117::-;950:1;947;940:12;964:117;1073:1;1070;1063:12;1087:117;1196:1;1193;1186:12;1223:552;1280:8;1290:6;1340:3;1333:4;1325:6;1321:17;1317:27;1307:122;;1348:79;;:::i;:::-;1307:122;1461:6;1448:20;1438:30;;1491:18;1483:6;1480:30;1477:117;;;1513:79;;:::i;:::-;1477:117;1627:4;1619:6;1615:17;1603:29;;1681:3;1673:4;1665:6;1661:17;1651:8;1647:32;1644:41;1641:128;;;1688:79;;:::i;:::-;1641:128;1223:552;;;;;:::o;1781:672::-;1860:6;1868;1876;1925:2;1913:9;1904:7;1900:23;1896:32;1893:119;;;1931:79;;:::i;:::-;1893:119;2051:1;2076:53;2121:7;2112:6;2101:9;2097:22;2076:53;:::i;:::-;2066:63;;2022:117;2206:2;2195:9;2191:18;2178:32;2237:18;2229:6;2226:30;2223:117;;;2259:79;;:::i;:::-;2223:117;2372:64;2428:7;2419:6;2408:9;2404:22;2372:64;:::i;:::-;2354:82;;;;2149:297;1781:672;;;;;:::o;2459:118::-;2546:24;2564:5;2546:24;:::i;:::-;2541:3;2534:37;2459:118;;:::o;2583:222::-;2676:4;2714:2;2703:9;2699:18;2691:26;;2727:71;2795:1;2784:9;2780:17;2771:6;2727:71;:::i;:::-;2583:222;;;;:::o;2811:817::-;2899:6;2907;2915;2923;2972:2;2960:9;2951:7;2947:23;2943:32;2940:119;;;2978:79;;:::i;:::-;2940:119;3098:1;3123:53;3168:7;3159:6;3148:9;3144:22;3123:53;:::i;:::-;3113:63;;3069:117;3225:2;3251:53;3296:7;3287:6;3276:9;3272:22;3251:53;:::i;:::-;3241:63;;3196:118;3381:2;3370:9;3366:18;3353:32;3412:18;3404:6;3401:30;3398:117;;;3434:79;;:::i;:::-;3398:117;3547:64;3603:7;3594:6;3583:9;3579:22;3547:64;:::i;:::-;3529:82;;;;3324:297;2811:817;;;;;;;:::o;3634:329::-;3693:6;3742:2;3730:9;3721:7;3717:23;3713:32;3710:119;;;3748:79;;:::i;:::-;3710:119;3868:1;3893:53;3938:7;3929:6;3918:9;3914:22;3893:53;:::i;:::-;3883:63;;3839:117;3634:329;;;;:::o;3969:90::-;4003:7;4046:5;4039:13;4032:21;4021:32;;3969:90;;;:::o;4065:109::-;4146:21;4161:5;4146:21;:::i;:::-;4141:3;4134:34;4065:109;;:::o;4180:210::-;4267:4;4305:2;4294:9;4290:18;4282:26;;4318:65;4380:1;4369:9;4365:17;4356:6;4318:65;:::i;:::-;4180:210;;;;:::o;4396:118::-;4433:7;4473:34;4466:5;4462:46;4451:57;;4396:118;;;:::o;4520:::-;4607:24;4625:5;4607:24;:::i;:::-;4602:3;4595:37;4520:118;;:::o;4644:222::-;4737:4;4775:2;4764:9;4760:18;4752:26;;4788:71;4856:1;4845:9;4841:17;4832:6;4788:71;:::i;:::-;4644:222;;;;:::o;4872:77::-;4909:7;4938:5;4927:16;;4872:77;;;:::o;4955:118::-;5042:24;5060:5;5042:24;:::i;:::-;5037:3;5030:37;4955:118;;:::o;5079:222::-;5172:4;5210:2;5199:9;5195:18;5187:26;;5223:71;5291:1;5280:9;5276:17;5267:6;5223:71;:::i;:::-;5079:222;;;;:::o;5307:77::-;5344:7;5373:5;5362:16;;5307:77;;;:::o;5390:118::-;5477:24;5495:5;5477:24;:::i;:::-;5472:3;5465:37;5390:118;;:::o;5514:222::-;5607:4;5645:2;5634:9;5630:18;5622:26;;5658:71;5726:1;5715:9;5711:17;5702:6;5658:71;:::i;:::-;5514:222;;;;:::o;5742:116::-;5812:21;5827:5;5812:21;:::i;:::-;5805:5;5802:32;5792:60;;5848:1;5845;5838:12;5792:60;5742:116;:::o;5864:133::-;5907:5;5945:6;5932:20;5923:29;;5961:30;5985:5;5961:30;:::i;:::-;5864:133;;;;:::o;6003:613::-;6077:6;6085;6093;6142:2;6130:9;6121:7;6117:23;6113:32;6110:119;;;6148:79;;:::i;:::-;6110:119;6268:1;6293:53;6338:7;6329:6;6318:9;6314:22;6293:53;:::i;:::-;6283:63;;6239:117;6395:2;6421:53;6466:7;6457:6;6446:9;6442:22;6421:53;:::i;:::-;6411:63;;6366:118;6523:2;6549:50;6591:7;6582:6;6571:9;6567:22;6549:50;:::i;:::-;6539:60;;6494:115;6003:613;;;;;:::o;6622:474::-;6690:6;6698;6747:2;6735:9;6726:7;6722:23;6718:32;6715:119;;;6753:79;;:::i;:::-;6715:119;6873:1;6898:53;6943:7;6934:6;6923:9;6919:22;6898:53;:::i;:::-;6888:63;;6844:117;7000:2;7026:53;7071:7;7062:6;7051:9;7047:22;7026:53;:::i;:::-;7016:63;;6971:118;6622:474;;;;;:::o;7102:332::-;7223:4;7261:2;7250:9;7246:18;7238:26;;7274:71;7342:1;7331:9;7327:17;7318:6;7274:71;:::i;:::-;7355:72;7423:2;7412:9;7408:18;7399:6;7355:72;:::i;:::-;7102:332;;;;;:::o;7440:1301::-;7554:6;7562;7570;7578;7586;7594;7602;7651:3;7639:9;7630:7;7626:23;7622:33;7619:120;;;7658:79;;:::i;:::-;7619:120;7778:1;7803:53;7848:7;7839:6;7828:9;7824:22;7803:53;:::i;:::-;7793:63;;7749:117;7905:2;7931:53;7976:7;7967:6;7956:9;7952:22;7931:53;:::i;:::-;7921:63;;7876:118;8061:2;8050:9;8046:18;8033:32;8092:18;8084:6;8081:30;8078:117;;;8114:79;;:::i;:::-;8078:117;8227:64;8283:7;8274:6;8263:9;8259:22;8227:64;:::i;:::-;8209:82;;;;8004:297;8368:2;8357:9;8353:18;8340:32;8399:18;8391:6;8388:30;8385:117;;;8421:79;;:::i;:::-;8385:117;8534:64;8590:7;8581:6;8570:9;8566:22;8534:64;:::i;:::-;8516:82;;;;8311:297;8647:3;8674:50;8716:7;8707:6;8696:9;8692:22;8674:50;:::i;:::-;8664:60;;8618:116;7440:1301;;;;;;;;;;:::o;8747:122::-;8820:24;8838:5;8820:24;:::i;:::-;8813:5;8810:35;8800:63;;8859:1;8856;8849:12;8800:63;8747:122;:::o;8875:139::-;8921:5;8959:6;8946:20;8937:29;;8975:33;9002:5;8975:33;:::i;:::-;8875:139;;;;:::o;9020:474::-;9088:6;9096;9145:2;9133:9;9124:7;9120:23;9116:32;9113:119;;;9151:79;;:::i;:::-;9113:119;9271:1;9296:53;9341:7;9332:6;9321:9;9317:22;9296:53;:::i;:::-;9286:63;;9242:117;9398:2;9424:53;9469:7;9460:6;9449:9;9445:22;9424:53;:::i;:::-;9414:63;;9369:118;9020:474;;;;;:::o;9500:99::-;9552:6;9586:5;9580:12;9570:22;;9500:99;;;:::o;9605:169::-;9689:11;9723:6;9718:3;9711:19;9763:4;9758:3;9754:14;9739:29;;9605:169;;;;:::o;9780:246::-;9861:1;9871:113;9885:6;9882:1;9879:13;9871:113;;;9970:1;9965:3;9961:11;9955:18;9951:1;9946:3;9942:11;9935:39;9907:2;9904:1;9900:10;9895:15;;9871:113;;;10018:1;10009:6;10004:3;10000:16;9993:27;9842:184;9780:246;;;:::o;10032:102::-;10073:6;10124:2;10120:7;10115:2;10108:5;10104:14;10100:28;10090:38;;10032:102;;;:::o;10140:377::-;10228:3;10256:39;10289:5;10256:39;:::i;:::-;10311:71;10375:6;10370:3;10311:71;:::i;:::-;10304:78;;10391:65;10449:6;10444:3;10437:4;10430:5;10426:16;10391:65;:::i;:::-;10481:29;10503:6;10481:29;:::i;:::-;10476:3;10472:39;10465:46;;10232:285;10140:377;;;;:::o;10523:735::-;10740:4;10778:3;10767:9;10763:19;10755:27;;10828:9;10822:4;10818:20;10814:1;10803:9;10799:17;10792:47;10856:78;10929:4;10920:6;10856:78;:::i;:::-;10848:86;;10981:9;10975:4;10971:20;10966:2;10955:9;10951:18;10944:48;11009:78;11082:4;11073:6;11009:78;:::i;:::-;11001:86;;11097:72;11165:2;11154:9;11150:18;11141:6;11097:72;:::i;:::-;11179;11247:2;11236:9;11232:18;11223:6;11179:72;:::i;:::-;10523:735;;;;;;;:::o;11264:442::-;11413:4;11451:2;11440:9;11436:18;11428:26;;11464:71;11532:1;11521:9;11517:17;11508:6;11464:71;:::i;:::-;11545:72;11613:2;11602:9;11598:18;11589:6;11545:72;:::i;:::-;11627;11695:2;11684:9;11680:18;11671:6;11627:72;:::i;:::-;11264:442;;;;;;:::o;11712:957::-;11806:6;11814;11822;11830;11838;11887:3;11875:9;11866:7;11862:23;11858:33;11855:120;;;11894:79;;:::i;:::-;11855:120;12014:1;12039:53;12084:7;12075:6;12064:9;12060:22;12039:53;:::i;:::-;12029:63;;11985:117;12141:2;12167:53;12212:7;12203:6;12192:9;12188:22;12167:53;:::i;:::-;12157:63;;12112:118;12297:2;12286:9;12282:18;12269:32;12328:18;12320:6;12317:30;12314:117;;;12350:79;;:::i;:::-;12314:117;12463:64;12519:7;12510:6;12499:9;12495:22;12463:64;:::i;:::-;12445:82;;;;12240:297;12576:2;12602:50;12644:7;12635:6;12624:9;12620:22;12602:50;:::i;:::-;12592:60;;12547:115;11712:957;;;;;;;;:::o;12675:329::-;12734:6;12783:2;12771:9;12762:7;12758:23;12754:32;12751:119;;;12789:79;;:::i;:::-;12751:119;12909:1;12934:53;12979:7;12970:6;12959:9;12955:22;12934:53;:::i;:::-;12924:63;;12880:117;12675:329;;;;:::o;13010:442::-;13159:4;13197:2;13186:9;13182:18;13174:26;;13210:71;13278:1;13267:9;13263:17;13254:6;13210:71;:::i;:::-;13291:72;13359:2;13348:9;13344:18;13335:6;13291:72;:::i;:::-;13373;13441:2;13430:9;13426:18;13417:6;13373:72;:::i;:::-;13010:442;;;;;;:::o;13458:468::-;13523:6;13531;13580:2;13568:9;13559:7;13555:23;13551:32;13548:119;;;13586:79;;:::i;:::-;13548:119;13706:1;13731:53;13776:7;13767:6;13756:9;13752:22;13731:53;:::i;:::-;13721:63;;13677:117;13833:2;13859:50;13901:7;13892:6;13881:9;13877:22;13859:50;:::i;:::-;13849:60;;13804:115;13458:468;;;;;:::o;13932:94::-;13965:8;14013:5;14009:2;14005:14;13984:35;;13932:94;;;:::o;14032:::-;14071:7;14100:20;14114:5;14100:20;:::i;:::-;14089:31;;14032:94;;;:::o;14132:100::-;14171:7;14200:26;14220:5;14200:26;:::i;:::-;14189:37;;14132:100;;;:::o;14238:157::-;14343:45;14363:24;14381:5;14363:24;:::i;:::-;14343:45;:::i;:::-;14338:3;14331:58;14238:157;;:::o;14401:256::-;14513:3;14528:75;14599:3;14590:6;14528:75;:::i;:::-;14628:2;14623:3;14619:12;14612:19;;14648:3;14641:10;;14401:256;;;;:::o;14663:229::-;14803:34;14799:1;14791:6;14787:14;14780:58;14872:12;14867:2;14859:6;14855:15;14848:37;14663:229;:::o;14898:366::-;15040:3;15061:67;15125:2;15120:3;15061:67;:::i;:::-;15054:74;;15137:93;15226:3;15137:93;:::i;:::-;15255:2;15250:3;15246:12;15239:19;;14898:366;;;:::o;15270:419::-;15436:4;15474:2;15463:9;15459:18;15451:26;;15523:9;15517:4;15513:20;15509:1;15498:9;15494:17;15487:47;15551:131;15677:4;15551:131;:::i;:::-;15543:139;;15270:419;;;:::o;15695:222::-;15835:34;15831:1;15823:6;15819:14;15812:58;15904:5;15899:2;15891:6;15887:15;15880:30;15695:222;:::o;15923:366::-;16065:3;16086:67;16150:2;16145:3;16086:67;:::i;:::-;16079:74;;16162:93;16251:3;16162:93;:::i;:::-;16280:2;16275:3;16271:12;16264:19;;15923:366;;;:::o;16295:419::-;16461:4;16499:2;16488:9;16484:18;16476:26;;16548:9;16542:4;16538:20;16534:1;16523:9;16519:17;16512:47;16576:131;16702:4;16576:131;:::i;:::-;16568:139;;16295:419;;;:::o;16720:228::-;16860:34;16856:1;16848:6;16844:14;16837:58;16929:11;16924:2;16916:6;16912:15;16905:36;16720:228;:::o;16954:366::-;17096:3;17117:67;17181:2;17176:3;17117:67;:::i;:::-;17110:74;;17193:93;17282:3;17193:93;:::i;:::-;17311:2;17306:3;17302:12;17295:19;;16954:366;;;:::o;17326:419::-;17492:4;17530:2;17519:9;17515:18;17507:26;;17579:9;17573:4;17569:20;17565:1;17554:9;17550:17;17543:47;17607:131;17733:4;17607:131;:::i;:::-;17599:139;;17326:419;;;:::o;17751:224::-;17891:34;17887:1;17879:6;17875:14;17868:58;17960:7;17955:2;17947:6;17943:15;17936:32;17751:224;:::o;17981:366::-;18123:3;18144:67;18208:2;18203:3;18144:67;:::i;:::-;18137:74;;18220:93;18309:3;18220:93;:::i;:::-;18338:2;18333:3;18329:12;18322:19;;17981:366;;;:::o;18353:419::-;18519:4;18557:2;18546:9;18542:18;18534:26;;18606:9;18600:4;18596:20;18592:1;18581:9;18577:17;18570:47;18634:131;18760:4;18634:131;:::i;:::-;18626:139;;18353:419;;;:::o;18778:180::-;18826:77;18823:1;18816:88;18923:4;18920:1;18913:15;18947:4;18944:1;18937:15;18964:227;19004:4;19024:20;19042:1;19024:20;:::i;:::-;19019:25;;19058:20;19076:1;19058:20;:::i;:::-;19053:25;;19102:1;19099;19095:9;19087:17;;19126:34;19120:4;19117:44;19114:70;;;19164:18;;:::i;:::-;19114:70;18964:227;;;;:::o;19197:191::-;19237:3;19256:20;19274:1;19256:20;:::i;:::-;19251:25;;19290:20;19308:1;19290:20;:::i;:::-;19285:25;;19333:1;19330;19326:9;19319:16;;19354:3;19351:1;19348:10;19345:36;;;19361:18;;:::i;:::-;19345:36;19197:191;;;;:::o;19394:332::-;19515:4;19553:2;19542:9;19538:18;19530:26;;19566:71;19634:1;19623:9;19619:17;19610:6;19566:71;:::i;:::-;19647:72;19715:2;19704:9;19700:18;19691:6;19647:72;:::i;:::-;19394:332;;;;;:::o;19732:180::-;19780:77;19777:1;19770:88;19877:4;19874:1;19867:15;19901:4;19898:1;19891:15;19918:320;19962:6;19999:1;19993:4;19989:12;19979:22;;20046:1;20040:4;20036:12;20067:18;20057:81;;20123:4;20115:6;20111:17;20101:27;;20057:81;20185:2;20177:6;20174:14;20154:18;20151:38;20148:84;;20204:18;;:::i;:::-;20148:84;19969:269;19918:320;;;:::o;20244:85::-;20289:7;20318:5;20307:16;;20244:85;;;:::o;20335:60::-;20363:3;20384:5;20377:12;;20335:60;;;:::o;20401:158::-;20459:9;20492:61;20510:42;20519:32;20545:5;20519:32;:::i;:::-;20510:42;:::i;:::-;20492:61;:::i;:::-;20479:74;;20401:158;;;:::o;20565:147::-;20660:45;20699:5;20660:45;:::i;:::-;20655:3;20648:58;20565:147;;:::o;20718:348::-;20847:4;20885:2;20874:9;20870:18;20862:26;;20898:71;20966:1;20955:9;20951:17;20942:6;20898:71;:::i;:::-;20979:80;21055:2;21044:9;21040:18;21031:6;20979:80;:::i;:::-;20718:348;;;;;:::o;21072:320::-;21187:4;21225:2;21214:9;21210:18;21202:26;;21238:71;21306:1;21295:9;21291:17;21282:6;21238:71;:::i;:::-;21319:66;21381:2;21370:9;21366:18;21357:6;21319:66;:::i;:::-;21072:320;;;;;:::o;21398:225::-;21538:34;21534:1;21526:6;21522:14;21515:58;21607:8;21602:2;21594:6;21590:15;21583:33;21398:225;:::o;21629:366::-;21771:3;21792:67;21856:2;21851:3;21792:67;:::i;:::-;21785:74;;21868:93;21957:3;21868:93;:::i;:::-;21986:2;21981:3;21977:12;21970:19;;21629:366;;;:::o;22001:419::-;22167:4;22205:2;22194:9;22190:18;22182:26;;22254:9;22248:4;22244:20;22240:1;22229:9;22225:17;22218:47;22282:131;22408:4;22282:131;:::i;:::-;22274:139;;22001:419;;;:::o;22426:148::-;22528:11;22565:3;22550:18;;22426:148;;;;:::o;22580:214::-;22720:66;22716:1;22708:6;22704:14;22697:90;22580:214;:::o;22800:402::-;22960:3;22981:85;23063:2;23058:3;22981:85;:::i;:::-;22974:92;;23075:93;23164:3;23075:93;:::i;:::-;23193:2;23188:3;23184:12;23177:19;;22800:402;;;:::o;23208:79::-;23247:7;23276:5;23265:16;;23208:79;;;:::o;23293:157::-;23398:45;23418:24;23436:5;23418:24;:::i;:::-;23398:45;:::i;:::-;23393:3;23386:58;23293:157;;:::o;23456:522::-;23669:3;23691:148;23835:3;23691:148;:::i;:::-;23684:155;;23849:75;23920:3;23911:6;23849:75;:::i;:::-;23949:2;23944:3;23940:12;23933:19;;23969:3;23962:10;;23456:522;;;;:::o;23984:442::-;24133:4;24171:2;24160:9;24156:18;24148:26;;24184:71;24252:1;24241:9;24237:17;24228:6;24184:71;:::i;:::-;24265:72;24333:2;24322:9;24318:18;24309:6;24265:72;:::i;:::-;24347;24415:2;24404:9;24400:18;24391:6;24347:72;:::i;:::-;23984:442;;;;;;:::o;24432:214::-;24572:66;24568:1;24560:6;24556:14;24549:90;24432:214;:::o;24652:400::-;24812:3;24833:84;24915:1;24910:3;24833:84;:::i;:::-;24826:91;;24926:93;25015:3;24926:93;:::i;:::-;25044:1;25039:3;25035:11;25028:18;;24652:400;;;:::o;25058:663::-;25299:3;25321:148;25465:3;25321:148;:::i;:::-;25314:155;;25479:75;25550:3;25541:6;25479:75;:::i;:::-;25579:2;25574:3;25570:12;25563:19;;25592:75;25663:3;25654:6;25592:75;:::i;:::-;25692:2;25687:3;25683:12;25676:19;;25712:3;25705:10;;25058:663;;;;;:::o;25727:182::-;25867:34;25863:1;25855:6;25851:14;25844:58;25727:182;:::o;25915:366::-;26057:3;26078:67;26142:2;26137:3;26078:67;:::i;:::-;26071:74;;26154:93;26243:3;26154:93;:::i;:::-;26272:2;26267:3;26263:12;26256:19;;25915:366;;;:::o;26287:419::-;26453:4;26491:2;26480:9;26476:18;26468:26;;26540:9;26534:4;26530:20;26526:1;26515:9;26511:17;26504:47;26568:131;26694:4;26568:131;:::i;:::-;26560:139;;26287:419;;;:::o;26712:220::-;26852:34;26848:1;26840:6;26836:14;26829:58;26921:3;26916:2;26908:6;26904:15;26897:28;26712:220;:::o;26938:366::-;27080:3;27101:67;27165:2;27160:3;27101:67;:::i;:::-;27094:74;;27177:93;27266:3;27177:93;:::i;:::-;27295:2;27290:3;27286:12;27279:19;;26938:366;;;:::o;27310:419::-;27476:4;27514:2;27503:9;27499:18;27491:26;;27563:9;27557:4;27553:20;27549:1;27538:9;27534:17;27527:47;27591:131;27717:4;27591:131;:::i;:::-;27583:139;;27310:419;;;:::o;27735:332::-;27856:4;27894:2;27883:9;27879:18;27871:26;;27907:71;27975:1;27964:9;27960:17;27951:6;27907:71;:::i;:::-;27988:72;28056:2;28045:9;28041:18;28032:6;27988:72;:::i;:::-;27735:332;;;;;:::o;28073:224::-;28213:34;28209:1;28201:6;28197:14;28190:58;28282:7;28277:2;28269:6;28265:15;28258:32;28073:224;:::o;28303:366::-;28445:3;28466:67;28530:2;28525:3;28466:67;:::i;:::-;28459:74;;28542:93;28631:3;28542:93;:::i;:::-;28660:2;28655:3;28651:12;28644:19;;28303:366;;;:::o;28675:419::-;28841:4;28879:2;28868:9;28864:18;28856:26;;28928:9;28922:4;28918:20;28914:1;28903:9;28899:17;28892:47;28956:131;29082:4;28956:131;:::i;:::-;28948:139;;28675:419;;;:::o;29100:234::-;29240:34;29236:1;29228:6;29224:14;29217:58;29309:17;29304:2;29296:6;29292:15;29285:42;29100:234;:::o;29340:366::-;29482:3;29503:67;29567:2;29562:3;29503:67;:::i;:::-;29496:74;;29579:93;29668:3;29579:93;:::i;:::-;29697:2;29692:3;29688:12;29681:19;;29340:366;;;:::o;29712:419::-;29878:4;29916:2;29905:9;29901:18;29893:26;;29965:9;29959:4;29955:20;29951:1;29940:9;29936:17;29929:47;29993:131;30119:4;29993:131;:::i;:::-;29985:139;;29712:419;;;:::o;30137:238::-;30277:34;30273:1;30265:6;30261:14;30254:58;30346:21;30341:2;30333:6;30329:15;30322:46;30137:238;:::o;30381:366::-;30523:3;30544:67;30608:2;30603:3;30544:67;:::i;:::-;30537:74;;30620:93;30709:3;30620:93;:::i;:::-;30738:2;30733:3;30729:12;30722:19;;30381:366;;;:::o;30753:419::-;30919:4;30957:2;30946:9;30942:18;30934:26;;31006:9;31000:4;30996:20;30992:1;30981:9;30977:17;30970:47;31034:131;31160:4;31034:131;:::i;:::-;31026:139;;30753:419;;;:::o;31178:569::-;31363:4;31401:3;31390:9;31386:19;31378:27;;31415:71;31483:1;31472:9;31468:17;31459:6;31415:71;:::i;:::-;31496:72;31564:2;31553:9;31549:18;31540:6;31496:72;:::i;:::-;31578:80;31654:2;31643:9;31639:18;31630:6;31578:80;:::i;:::-;31668:72;31736:2;31725:9;31721:18;31712:6;31668:72;:::i;:::-;31178:569;;;;;;;:::o;31753:180::-;31801:77;31798:1;31791:88;31898:4;31895:1;31888:15;31922:4;31919:1;31912:15;31939:174;32079:26;32075:1;32067:6;32063:14;32056:50;31939:174;:::o;32119:366::-;32261:3;32282:67;32346:2;32341:3;32282:67;:::i;:::-;32275:74;;32358:93;32447:3;32358:93;:::i;:::-;32476:2;32471:3;32467:12;32460:19;;32119:366;;;:::o;32491:419::-;32657:4;32695:2;32684:9;32680:18;32672:26;;32744:9;32738:4;32734:20;32730:1;32719:9;32715:17;32708:47;32772:131;32898:4;32772:131;:::i;:::-;32764:139;;32491:419;;;:::o;32916:181::-;33056:33;33052:1;33044:6;33040:14;33033:57;32916:181;:::o;33103:366::-;33245:3;33266:67;33330:2;33325:3;33266:67;:::i;:::-;33259:74;;33342:93;33431:3;33342:93;:::i;:::-;33460:2;33455:3;33451:12;33444:19;;33103:366;;;:::o;33475:419::-;33641:4;33679:2;33668:9;33664:18;33656:26;;33728:9;33722:4;33718:20;33714:1;33703:9;33699:17;33692:47;33756:131;33882:4;33756:131;:::i;:::-;33748:139;;33475:419;;;:::o;33900:221::-;34040:34;34036:1;34028:6;34024:14;34017:58;34109:4;34104:2;34096:6;34092:15;34085:29;33900:221;:::o;34127:366::-;34269:3;34290:67;34354:2;34349:3;34290:67;:::i;:::-;34283:74;;34366:93;34455:3;34366:93;:::i;:::-;34484:2;34479:3;34475:12;34468:19;;34127:366;;;:::o;34499:419::-;34665:4;34703:2;34692:9;34688:18;34680:26;;34752:9;34746:4;34742:20;34738:1;34727:9;34723:17;34716:47;34780:131;34906:4;34780:131;:::i;:::-;34772:139;;34499:419;;;:::o;34924:86::-;34959:7;34999:4;34992:5;34988:16;34977:27;;34924:86;;;:::o;35016:112::-;35099:22;35115:5;35099:22;:::i;:::-;35094:3;35087:35;35016:112;;:::o;35134:545::-;35307:4;35345:3;35334:9;35330:19;35322:27;;35359:71;35427:1;35416:9;35412:17;35403:6;35359:71;:::i;:::-;35440:68;35504:2;35493:9;35489:18;35480:6;35440:68;:::i;:::-;35518:72;35586:2;35575:9;35571:18;35562:6;35518:72;:::i;:::-;35600;35668:2;35657:9;35653:18;35644:6;35600:72;:::i;:::-;35134:545;;;;;;;:::o
Swarm Source
ipfs://b402d79d323eebcb332f054ba17240601e47daaf99715b3633f656a9cc520f69
Loading...
Loading
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.