Feature Tip: Add private address tag to any address under My Name Tag !
Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 2,929 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Mint | 15429587 | 886 days ago | IN | 0 ETH | 0.00054448 | ||||
Mint | 15414784 | 888 days ago | IN | 0 ETH | 0.000099 | ||||
Mint | 15394693 | 891 days ago | IN | 0 ETH | 0.00015308 | ||||
Mint | 15394693 | 891 days ago | IN | 0 ETH | 0.00015308 | ||||
Mint | 15394691 | 891 days ago | IN | 0 ETH | 0.0001839 | ||||
Mint | 15394691 | 891 days ago | IN | 0 ETH | 0.0001839 | ||||
Mint | 15394690 | 891 days ago | IN | 0 ETH | 0.0001751 | ||||
Mint | 15394690 | 891 days ago | IN | 0 ETH | 0.00019009 | ||||
Mint | 15394613 | 891 days ago | IN | 0 ETH | 0.00012636 | ||||
Mint | 15394257 | 891 days ago | IN | 0 ETH | 0.00020628 | ||||
Mint | 15394098 | 891 days ago | IN | 0 ETH | 0.00015006 | ||||
Mint | 15394016 | 891 days ago | IN | 0 ETH | 0.00192563 | ||||
Mint | 15394010 | 891 days ago | IN | 0 ETH | 0.00188566 | ||||
Mint | 15393993 | 892 days ago | IN | 0 ETH | 0.00123203 | ||||
Mint | 15393964 | 892 days ago | IN | 0 ETH | 0.00101318 | ||||
Mint | 15393955 | 892 days ago | IN | 0 ETH | 0.00105031 | ||||
Mint | 15393951 | 892 days ago | IN | 0 ETH | 0.00132029 | ||||
Mint | 15393946 | 892 days ago | IN | 0 ETH | 0.00173559 | ||||
Mint | 15393939 | 892 days ago | IN | 0 ETH | 0.00162314 | ||||
Mint | 15393881 | 892 days ago | IN | 0 ETH | 0.00168654 | ||||
Mint | 15393878 | 892 days ago | IN | 0 ETH | 0.00148131 | ||||
Mint | 15393836 | 892 days ago | IN | 0 ETH | 0.0014647 | ||||
Mint | 15393835 | 892 days ago | IN | 0 ETH | 0.00135325 | ||||
Mint | 15393775 | 892 days ago | IN | 0 ETH | 0.00128446 | ||||
Mint | 15393773 | 892 days ago | IN | 0 ETH | 0.00151601 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
MetaBeasts
Compiler Version
v0.8.7+commit.e28d00a7
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2022-08-14 */ // SPDX-License-Identifier: MIT /* 888b d888 888 888888b. 888 8888b d8888 888 888 "88b 888 88888b.d88888 888 888 .88P 888 888Y88888P888 .d88b. 888888 8888b. 8888888K. .d88b. 8888b. .d8888b 888888 .d8888b 888 Y888P 888 d8P Y8b 888 "88b 888 "Y88b d8P Y8b "88b 88K 888 88K 888 Y8P 888 88888888 888 .d888888 888 888 88888888 .d888888 "Y8888b. 888 "Y8888b. 888 " 888 Y8b. Y88b. 888 888 888 d88P Y8b. 888 888 X88 Y88b. X88 888 888 "Y8888 "Y888 "Y888888 8888888P" "Y8888 "Y888888 88888P' "Y888 88888P' Coded by Devko.dev#7286 */ // File: @openzeppelin/contracts/utils/introspection/IERC165.sol // OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support of contract interfaces, which can then be * queried by others ({ERC165Checker}). * * For an implementation, see {ERC165}. */ interface IERC165 { /** * @dev Returns true if this contract implements the interface defined by * `interfaceId`. See the corresponding * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] * to learn more about how these ids are created. * * This function call must use less than 30 000 gas. */ function supportsInterface(bytes4 interfaceId) external view returns (bool); } // File: @openzeppelin/contracts/utils/introspection/ERC165.sol // OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol) pragma solidity ^0.8.0; /** * @dev Implementation of the {IERC165} interface. * * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check * for the additional interface id that will be supported. For example: * * ```solidity * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { * return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId); * } * ``` * * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation. */ abstract contract ERC165 is IERC165 { /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { return interfaceId == type(IERC165).interfaceId; } } // File: @openzeppelin/contracts/token/ERC1155/IERC1155Receiver.sol // OpenZeppelin Contracts (last updated v4.5.0) (token/ERC1155/IERC1155Receiver.sol) pragma solidity ^0.8.0; /** * @dev _Available since v3.1._ */ interface IERC1155Receiver is IERC165 { /** * @dev Handles the receipt of a single ERC1155 token type. This function is * called at the end of a `safeTransferFrom` after the balance has been updated. * * NOTE: To accept the transfer, this must return * `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` * (i.e. 0xf23a6e61, or its own function selector). * * @param operator The address which initiated the transfer (i.e. msg.sender) * @param from The address which previously owned the token * @param id The ID of the token being transferred * @param value The amount of tokens being transferred * @param data Additional data with no specified format * @return `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` if transfer is allowed */ function onERC1155Received( address operator, address from, uint256 id, uint256 value, bytes calldata data ) external returns (bytes4); /** * @dev Handles the receipt of a multiple ERC1155 token types. This function * is called at the end of a `safeBatchTransferFrom` after the balances have * been updated. * * NOTE: To accept the transfer(s), this must return * `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` * (i.e. 0xbc197c81, or its own function selector). * * @param operator The address which initiated the batch transfer (i.e. msg.sender) * @param from The address which previously owned the token * @param ids An array containing ids of each token being transferred (order and length must match values array) * @param values An array containing amounts of each token being transferred (order and length must match ids array) * @param data Additional data with no specified format * @return `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` if transfer is allowed */ function onERC1155BatchReceived( address operator, address from, uint256[] calldata ids, uint256[] calldata values, bytes calldata data ) external returns (bytes4); } // File: @openzeppelin/contracts/token/ERC1155/utils/ERC1155Receiver.sol // OpenZeppelin Contracts v4.4.1 (token/ERC1155/utils/ERC1155Receiver.sol) pragma solidity ^0.8.0; /** * @dev _Available since v3.1._ */ abstract contract ERC1155Receiver is ERC165, IERC1155Receiver { /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) { return interfaceId == type(IERC1155Receiver).interfaceId || super.supportsInterface(interfaceId); } } // File: @openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.sol // OpenZeppelin Contracts (last updated v4.5.0) (token/ERC1155/utils/ERC1155Holder.sol) pragma solidity ^0.8.0; /** * Simple implementation of `ERC1155Receiver` that will allow a contract to hold ERC1155 tokens. * * IMPORTANT: When inheriting this contract, you must include a way to use the received tokens, otherwise they will be * stuck. * * @dev _Available since v3.1._ */ contract ERC1155Holder is ERC1155Receiver { function onERC1155Received( address, address, uint256, uint256, bytes memory ) public virtual override returns (bytes4) { return this.onERC1155Received.selector; } function onERC1155BatchReceived( address, address, uint256[] memory, uint256[] memory, bytes memory ) public virtual override returns (bytes4) { return this.onERC1155BatchReceived.selector; } } // File: @openzeppelin/contracts/utils/Strings.sol // OpenZeppelin Contracts (last updated v4.7.0) (utils/Strings.sol) pragma solidity ^0.8.0; /** * @dev String operations. */ library Strings { bytes16 private constant _HEX_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) { // Inspired by OraclizeAPI's implementation - MIT licence // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol if (value == 0) { return "0"; } uint256 temp = value; uint256 digits; while (temp != 0) { digits++; temp /= 10; } bytes memory buffer = new bytes(digits); while (value != 0) { digits -= 1; buffer[digits] = bytes1(uint8(48 + uint256(value % 10))); value /= 10; } return string(buffer); } /** * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation. */ function toHexString(uint256 value) internal pure returns (string memory) { if (value == 0) { return "0x00"; } uint256 temp = value; uint256 length = 0; while (temp != 0) { length++; temp >>= 8; } return toHexString(value, length); } /** * @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] = _HEX_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); } } // File: @openzeppelin/contracts/utils/cryptography/ECDSA.sol // OpenZeppelin Contracts (last updated v4.7.3) (utils/cryptography/ECDSA.sol) pragma solidity ^0.8.0; /** * @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 } 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"); } else if (error == RecoverError.InvalidSignatureV) { revert("ECDSA: invalid signature 'v' 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 (v != 27 && v != 28) { return (address(0), RecoverError.InvalidSignatureV); } // 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)); } } // File: @openzeppelin/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; } } // File: @openzeppelin/contracts/access/Ownable.sol // OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { _checkOwner(); _; } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if the sender is not the owner. */ function _checkOwner() internal view virtual { require(owner() == _msgSender(), "Ownable: caller is not the owner"); } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } } // File: contract.sol pragma solidity ^0.8.7; interface IMetaBeasts { function safeTransferFrom( address from, address to, uint256 id, uint256 amount, bytes memory data ) external; function safeBatchTransferFrom( address from, address to, uint256[] calldata ids, uint256[] calldata amounts, bytes calldata data ) external; function balanceOf(address account, uint256 id) external view returns (uint256); } contract MetaBeasts is Ownable, ERC1155Holder { using ECDSA for bytes32; using Strings for uint256; uint256 public _Nonce; uint256 public maxSaleTokens = 2901; uint256 public tokenPrice = 0 ether; uint256 public maxMints = 1; uint256 public tokensMinted; uint256[] private _IdsLeft; mapping(uint256 => uint256) public _Limits; mapping(uint256 => uint256) public _Mints; mapping(address => uint256) private _minters; address private privateSigner = 0x717aD60d9de30F63Bf75df899155C332e4552CF2; string private constant MB_SIG_WORD = "MetaBeasts_ds6d4"; bytes32 private latestHashUsed = keccak256("MetaBeasts"); IMetaBeasts public metaBeastsContract = IMetaBeasts(0x62cf887b0084eA2AdBcE95f15Dd6E8547AB53f50); bool public publicLive; constructor() { for (uint256 index = 1; index <= 65; index++) { _IdsLeft.push(index); } _Limits[1] = 43; _Limits[2] = 46; _Limits[3] = 54; _Limits[4] = 37; _Limits[5] = 46; _Limits[6] = 53; _Limits[7] = 45; _Limits[8] = 47; _Limits[9] = 40; _Limits[10] = 40; _Limits[11] = 38; _Limits[12] = 37; _Limits[13] = 42; _Limits[14] = 40; _Limits[15] = 40; _Limits[16] = 43; _Limits[17] = 45; _Limits[18] = 50; _Limits[19] = 42; _Limits[20] = 49; _Limits[21] = 40; _Limits[22] = 37; _Limits[23] = 42; _Limits[24] = 48; _Limits[25] = 41; _Limits[26] = 53; _Limits[27] = 46; _Limits[28] = 49; _Limits[29] = 44; _Limits[30] = 35; _Limits[31] = 57; _Limits[32] = 49; _Limits[33] = 49; _Limits[34] = 45; _Limits[35] = 57; _Limits[36] = 49; _Limits[37] = 56; _Limits[38] = 44; _Limits[39] = 47; _Limits[40] = 45; _Limits[41] = 42; _Limits[42] = 40; _Limits[43] = 45; _Limits[44] = 46; _Limits[45] = 51; _Limits[46] = 44; _Limits[47] = 50; _Limits[48] = 43; _Limits[49] = 40; _Limits[50] = 43; _Limits[51] = 45; _Limits[52] = 45; _Limits[53] = 48; _Limits[54] = 40; _Limits[55] = 37; _Limits[56] = 43; _Limits[57] = 47; _Limits[58] = 49; _Limits[59] = 51; _Limits[60] = 36; _Limits[61] = 42; _Limits[62] = 44; _Limits[63] = 36; _Limits[64] = 35; _Limits[65] = 49; } modifier notContract() { require( (!_isContract(msg.sender)) && (msg.sender == tx.origin), "contract not allowed" ); _; } function _isContract(address addr) internal view returns (bool) { uint256 size; assembly { size := extcodesize(addr) } return size > 0; } function matchAddresSigner(bytes memory signature) private view returns (bool) { bytes32 hash = keccak256( abi.encodePacked( "\x19Ethereum Signed Message:\n32", keccak256(abi.encodePacked(msg.sender, MB_SIG_WORD)) ) ); return privateSigner == hash.recover(signature); } function founderTransferBatch( address to, uint256[] calldata ids, uint256[] calldata amounts, bytes calldata data ) external onlyOwner { metaBeastsContract.safeBatchTransferFrom( address(this), to, ids, amounts, data ); } function mint(uint256 quantity, bytes memory signature) external payable notContract { require(publicLive, "MINT_CLOSED"); require(tokensMinted + quantity <= maxSaleTokens, "EXCEED_PUBLIC"); require(_minters[msg.sender] + quantity <= maxMints, "EXCEED_MINTS"); require(tokenPrice * quantity <= msg.value, "INSUFFICIENT_ETH"); require(matchAddresSigner(signature), "DIRECT_MINT_DISALLOWED"); _minters[msg.sender] = _minters[msg.sender] + quantity; tokensMinted = tokensMinted + quantity; mintRandom(msg.sender, quantity); } function mintRandom(address to, uint256 quantity) private { require(_IdsLeft.length > 0, "NO_TOKEN_LEFT"); require(quantity > 0, "NOT_ALLOWED"); for (uint256 index = 0; index < quantity; index++) { latestHashUsed = keccak256( abi.encodePacked( latestHashUsed, blockhash(block.number), blockhash(block.number - _IdsLeft.length), block.coinbase, block.timestamp, block.number, _Nonce, block.basefee ) ); uint256 randomIndex = uint256(latestHashUsed) % (_IdsLeft.length); uint256 randomTokenId = _IdsLeft[randomIndex]; _Mints[randomTokenId]++; _Nonce++; if (_Mints[randomTokenId] == _Limits[randomTokenId]) { _IdsLeft[randomIndex] = _IdsLeft[_IdsLeft.length - 1]; _IdsLeft.pop(); } metaBeastsContract.safeTransferFrom( address(this), to, randomTokenId, 1, "" ); } } function togglePublicSale() external onlyOwner { publicLive = !publicLive; } function setPerWallet(uint256 newLimit) external onlyOwner { maxMints = newLimit; } function setSigner(address newSigner) external onlyOwner { privateSigner = newSigner; } function setPublicPrice(uint256 newPrice) external onlyOwner { tokenPrice = newPrice; } function setPublicReserve(uint256 newCount) external onlyOwner { maxSaleTokens = newCount; } function setMetaBeastsContract(address newAddress) external onlyOwner { metaBeastsContract = IMetaBeasts(newAddress); } function changeLimit(uint256 tokenId, uint256 newLimit) external onlyOwner { _Limits[tokenId] = newLimit; } function withdraw() external onlyOwner { uint256 currentBalance = address(this).balance; payable(0x00000040f69B8E3382734491cBAA241B6a863AB3).transfer( (currentBalance * 525) / 10000 ); payable(0x2007261e1c354C71cC1FC9597871D5F898339126).transfer( address(this).balance ); } function isOk() external view returns (bool) { bool isValid = true; for (uint256 index = 0; index < _IdsLeft.length; index++) { if ( !(_Limits[_IdsLeft[index]] - _Mints[_IdsLeft[index]] <= metaBeastsContract.balanceOf( address(this), _IdsLeft[index] )) ) { isValid = false; } } return isValid; } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"_Limits","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"_Mints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_Nonce","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"uint256","name":"newLimit","type":"uint256"}],"name":"changeLimit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"founderTransferBatch","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"isOk","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxMints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSaleTokens","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"metaBeastsContract","outputs":[{"internalType":"contract IMetaBeasts","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"quantity","type":"uint256"},{"internalType":"bytes","name":"signature","type":"bytes"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256[]","name":"","type":"uint256[]"},{"internalType":"uint256[]","name":"","type":"uint256[]"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"onERC1155BatchReceived","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"onERC1155Received","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"publicLive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newAddress","type":"address"}],"name":"setMetaBeastsContract","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newLimit","type":"uint256"}],"name":"setPerWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newPrice","type":"uint256"}],"name":"setPublicPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newCount","type":"uint256"}],"name":"setPublicReserve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newSigner","type":"address"}],"name":"setSigner","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"togglePublicSale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"tokenPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokensMinted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
6080604052610b5560025560006003556001600455600a80546001600160a01b031990811673717ad60d9de30f63bf75df899155c332e4552cf2179091557f38dd731d5031910b86d20fd10b1de95ba58d72d14a1881fba7617f442f57d40e600b55600c80549091167362cf887b0084ea2adbce95f15dd6e8547ab53f5017905534801561008c57600080fd5b5061009633610a3d565b60015b604181116100e857600680546001810182556000919091527ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f01819055806100e081610a8d565b915050610099565b506007602052602b7fb39221ace053465ec3453ce2b36430bd138b997ecea25c1043da0c366812b828819055602e7fb7c774451310d1be4108bc180d1b52823cb0ee0274a6c0081bcaf94f115fb96d81905560367f3be6fd20d5acfde5b873b48692cd31f4d3c7e8ee8a813af4696af8859e5ca6c65560257fb805995a7ec585a251200611a61d179cfd7fb105e1ab17dc415a7336783786f78190557fbcdda56b5d08466ec462cbbe0adfa57cb0a15fcc8940ef68f702f21b787bc93582905560357f55c5b153ab560fcde54a63b18c7f53d75501706907cef8767fbded79ab9997c7819055602d7fb7c49cceb9f85950584035457a41ebbd8cf93b9b612733ad25aa9731ac43aad6819055602f7f4b1bf46c9f1bd48ff8274d40bad76a6615cb6c59a637d451a3994194b2db86be81905560287ff1f3e9c34634a546b3672c043f73844d83d55591bbe61b8e7e3a72bca1a812bf8190557f3ed157e83ab1bb1f6b7b3760b3368106283d4e15d1f1b08e20d06576445a999481905560267fb7511a2dbe1513c8574eaafb5266301ff1bbf641d4144b093d6d1b500334bf2f557f74b6357e277c778e8ad9a2761a935d45336ec91439b9e1b117eda2efdfe38fad859055602a7fc6af84bcd7a912c26772dce2b27a335c9acc50e9113bac42fd0b48deecc0f30c8190557fde7415c6a2f6d5051213edef7c4742786ca35b02a0e77e53b1b2e1ff1a228a6b8290557f6695255c0c22b4090576b0ff35e852eba3dd4afabff28976da48e1280061728d8290557ffdb0fc5c292af6bc7c9afb28ca8e0549b4de965653a829548475c76a1d5c400c8890557f7fecc9f0b925868a8c62ee842da0498074146a036d84a1041d9b5286786bbbf384905560327ff2e2385bc2a5be32198cd1e425186910eb1a233b2b2a22be149cee4dc72d01628190557fd2883cc7ca79e6788a6966eff1ace0b629a1cf53002057694248b4aad1495d0482905560317f6e56ebdab929350837326db61d5900fe8049687e26c2b2352b923b9071b0f5588190557fe0187fe5ac48a8a39472250620f415014331c778dcb200418004c2f11134f4b78490557f3b7c8b1df7c71af88cda2092b2bbd35702a3b48a00f02a41bbad24edc78296dc8890557f5accb0a76e08a2a714c4829017d93791c3ab8bf86aeba577664b53daa3980fc383905560307f3bf7345a6990691667b37eae570be3ee590981fb621ffd7bcfcf671ed9f04a5281905560297f1cde6cb1740f09c25a8b50cd4b6c3dad85fcffb88431b219ec071afe90473743557f8ea1380f2e06c430dc5770b5e760f421089091ba950352306420da23cb1b40ef979097557fb1874deda5418f009d7e691b6e8e46065303f4a35e9c4d70b4ab35bd823421ca8990557f0425d4cac564eade3739b18cff91bb2bc855f9c26bed98f6e089d895e00c3d5f819055602c7f69a4526ee6c6fed706e20afa2cce030b28dbcbab5e4e2d1918c6e7183972840081905560237f5efb79fbc11da2125514bcdef1696210bd26aebc3ba57e1be8a36c2cafb4d47881905560397f4f137b25557674fba3a2aa0e89b823e64184395781dd7e4b464a41a0168ddc1b8190557f977c7c98651e0e2a752fb735f769df5240153cd477a3baa861921344a2ddde908490557fedddd91313f7c989bdc231bc624ea9908f2340b23ff878dfbd27a2cf1c3ec99f8490557f8ae59643d21cc5b685464383c8217a4e7f574ef463cc32244f10eaf1145fdc078990557fe59c24461a0fb1a13e4f19756f944b3655e4523c2fe4b0ad1e7bb8969921a37b557ffce7dc5bb3cbbc540cf9457d032a1a1aae0059624b6dd6eecb9d2c06cd32c09c83905560387fc7478704eb468bb68beafddaec378319f804ef3f01f1e6e41b277bd6f1539839557fa0180b01d5c6c892f34e348721f16e168c551e0a5dac26b1bd68253fcef49b1f8290557fa42755a2e6766ad8a3c8e0dc6925c5b384a166afae805bfb4a3c3233012e53458790557f07979f83feb91e6e71e734e272c56671bf06f2c8bf8067684cbe31f663fccc528890557f61042a91e6bf866457bba3c0e1666b25163b3849470db2bebc37920294f5c1898590557fc4250a0f26818bb2f4c50553605e6aa5374a022de55e294b0c5f6716bcaddbf88690557feec123b2fdbe86f4f5bc78302d7f5a15762e0c954439f75677c94278d2bcf8fd8890557fd9ba031fdb7d71bd061083980d5807d26bb2fade193f918e92821956bfdda35a9a909a5560337ff61dffaafadc06c51bab3d00b0e2d57a6471368c7ae68dc2c923be5b2842e9208190557fa9a18f421c88b5456819057fb70bd58beec0e03163991994ad8d80ed30deeaf38290557f6ad70a4b2f0ce5a5b5e387d4bc4ae7958c0f01a0b5fba90a2c0b1a9391f068c8939093557f1d90d70aa2b160f0d0cfe0186ccfd5809afb328c84784403875176cf0cca882b8b90557f43bb8b1d7c00529ae093964f1262bb23db3724587febebf63bb573ff574a23d98590557f759e22076818c4256545c2158d054d4904983321e7c2bbb6fe78c5cb628727648b90557fdd19496508bc227dc9b9d757c38132fb6956c14e9e9fa87b6fa13663f26722cf8790557f365e2e04705bbb88c9b83507d6cf268040f2dd2bd81302e5aacb0f936fecd5d2969096557fc87fa83215df129dd0dce62c39302e2665ec7d8438f27a8f5379ea17441cfa26969096557fef818fc3b39dfed51cdbddbfb3737c9c4062fc10f14ce3b2ecc2047cc1560de0929092557f208283d8456ee233f81f0da4151e480eb7f2b5e34f5872642f16e4990e8d79d0959095557fff447edf4e1c9450b5dae138089da2855247c4e0890d53e4eaf79e09eb9b4bef969096557f28ed3042fd0f65d40fe26320592475dfd188a846039bdd74f8fd2ea7211a8881557fdf57e63c29d760bdbb216ef82ba54bf33b9343de754aec31fd1842b3daf552c18290557fbd7617703990adb959272241594ed9278dc51169d6014ca64166431f6430df249490945560247f52dfb2b16922ce24e27842ab7dee9de9bc28a4cc01235d2b030f6221e220c9f78190557f7130ab3fdec6ebe33fbecf2e3fe7b06f5b02e4c74c7e44e42655d673012f1254929092557f4a6beb59a7cd08dcb4592438190f4a5c641daeac5ab9b96006d018a6e01e04ee939093557f35188b1f16d9e9367cb2d28a4417468abf48e1d5e0a5439c8cfd4be09befc269557fd31ae269d794bfdd05724c515dd1572473bc3e008185aeed575a790faac90bb35560416000527fa559a9f00ec8a3e1b02d286c092373d27d43579c6cede770ed6bfd4b9cd4e51a55610ab6565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000600019821415610aaf57634e487b7160e01b600052601160045260246000fd5b5060010190565b6118d18062000ac66000396000f3fe6080604052600436106101815760003560e01c8063ba6bf4a7116100d1578063db7fd4081161008a578063ee7598eb11610064578063ee7598eb14610453578063f23a6e6114610480578063f2fde38b146104ac578063f34df6f9146104cc57600080fd5b8063db7fd4081461040b578063dc1880ab1461041e578063e222c7f91461043e57600080fd5b8063ba6bf4a714610331578063bc197c8114610351578063c627525514610396578063cf00b563146103b6578063d48684d8146103d6578063d957dd3c146103f657600080fd5b8063715018a61161013e5780638febb026116101185780638febb026146102c457806398d2b33c146102e4578063b6b6f0c3146102fa578063b7f751d81461031057600080fd5b8063715018a61461027b5780637ff9b596146102905780638da5cb5b146102a657600080fd5b806301ffc9a71461018657806321e340cb146101bb5780633ccfd60b146101f657806354dc8a2f1461020d5780636c19e783146102455780636de9f32b14610265575b600080fd5b34801561019257600080fd5b506101a66101a1366004611586565b6104e2565b60405190151581526020015b60405180910390f35b3480156101c757600080fd5b506101e86101d63660046115b0565b60086020526000908152604090205481565b6040519081526020016101b2565b34801561020257600080fd5b5061020b610519565b005b34801561021957600080fd5b50600c5461022d906001600160a01b031681565b6040516001600160a01b0390911681526020016101b2565b34801561025157600080fd5b5061020b61026036600461137d565b6105bd565b34801561027157600080fd5b506101e860055481565b34801561028757600080fd5b5061020b6105e7565b34801561029c57600080fd5b506101e860035481565b3480156102b257600080fd5b506000546001600160a01b031661022d565b3480156102d057600080fd5b5061020b6102df36600461137d565b6105fb565b3480156102f057600080fd5b506101e860025481565b34801561030657600080fd5b506101e860045481565b34801561031c57600080fd5b50600c546101a690600160a01b900460ff1681565b34801561033d57600080fd5b5061020b61034c3660046115b0565b610625565b34801561035d57600080fd5b5061037d61036c36600461139f565b63bc197c8160e01b95945050505050565b6040516001600160e01b031990911681526020016101b2565b3480156103a257600080fd5b5061020b6103b13660046115b0565b610632565b3480156103c257600080fd5b5061020b6103d13660046115b0565b61063f565b3480156103e257600080fd5b5061020b6103f1366004611629565b61064c565b34801561040257600080fd5b506101a6610666565b61020b6104193660046115e2565b6107b7565b34801561042a57600080fd5b5061020b6104393660046114ae565b6109e2565b34801561044a57600080fd5b5061020b610a63565b34801561045f57600080fd5b506101e861046e3660046115b0565b60076020526000908152604090205481565b34801561048c57600080fd5b5061037d61049b366004611449565b63f23a6e6160e01b95945050505050565b3480156104b857600080fd5b5061020b6104c736600461137d565b610a8c565b3480156104d857600080fd5b506101e860015481565b60006001600160e01b03198216630271189760e51b148061051357506301ffc9a760e01b6001600160e01b03198316145b92915050565b610521610b05565b477040f69b8e3382734491cbaa241b6a863ab36108fc6127106105468461020d6117b2565b610550919061179e565b6040518115909202916000818181858888f19350505050158015610578573d6000803e3d6000fd5b50604051732007261e1c354c71cc1fc9597871d5f898339126904780156108fc02916000818181858888f193505050501580156105b9573d6000803e3d6000fd5b5050565b6105c5610b05565b600a80546001600160a01b0319166001600160a01b0392909216919091179055565b6105ef610b05565b6105f96000610b5f565b565b610603610b05565b600c80546001600160a01b0319166001600160a01b0392909216919091179055565b61062d610b05565b600255565b61063a610b05565b600355565b610647610b05565b600455565b610654610b05565b60009182526007602052604090912055565b60006001815b6006548110156107b157600c54600680546001600160a01b039092169162fdd58e913091859081106106a0576106a061186f565b6000918252602090912001546040516001600160e01b031960e085901b1681526001600160a01b039092166004830152602482015260440160206040518083038186803b1580156106f057600080fd5b505afa158015610704573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061072891906115c9565b600860006006848154811061073f5761073f61186f565b906000526020600020015481526020019081526020016000205460076000600685815481106107705761077061186f565b906000526020600020015481526020019081526020016000205461079491906117d1565b111561079f57600091505b806107a9816117e8565b91505061066c565b50919050565b333b1580156107c557503332145b61080d5760405162461bcd60e51b815260206004820152601460248201527318dbdb9d1c9858dd081b9bdd08185b1b1bddd95960621b60448201526064015b60405180910390fd5b600c54600160a01b900460ff166108545760405162461bcd60e51b815260206004820152600b60248201526a1352539517d0d313d4d15160aa1b6044820152606401610804565b600254826005546108659190611786565b11156108a35760405162461bcd60e51b815260206004820152600d60248201526c4558434545445f5055424c494360981b6044820152606401610804565b600454336000908152600960205260409020546108c1908490611786565b11156108fe5760405162461bcd60e51b815260206004820152600c60248201526b4558434545445f4d494e545360a01b6044820152606401610804565b348260035461090d91906117b2565b111561094e5760405162461bcd60e51b815260206004820152601060248201526f0929ca6aa8c8c9286928a9ca8be8aa8960831b6044820152606401610804565b61095781610baf565b61099c5760405162461bcd60e51b81526020600482015260166024820152751112549150d517d352539517d11254d0531313d5d15160521b6044820152606401610804565b336000908152600960205260409020546109b7908390611786565b336000908152600960205260409020556005546109d5908390611786565b6005556105b93383610c72565b6109ea610b05565b600c54604051631759616b60e11b81526001600160a01b0390911690632eb2c2d690610a289030908b908b908b908b908b908b908b906004016116db565b600060405180830381600087803b158015610a4257600080fd5b505af1158015610a56573d6000803e3d6000fd5b5050505050505050505050565b610a6b610b05565b600c805460ff60a01b198116600160a01b9182900460ff1615909102179055565b610a94610b05565b6001600160a01b038116610af95760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610804565b610b0281610b5f565b50565b6000546001600160a01b031633146105f95760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610804565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080336040518060400160405280601081526020016f13595d185099585cdd1cd7d91ccd990d60821b815250604051602001610bed929190611681565b60408051601f198184030181529082905280516020918201207f19457468657265756d205369676e6564204d6573736167653a0a33320000000091830191909152603c820152605c0160408051601f1981840301815291905280516020909101209050610c5a8184610f14565b600a546001600160a01b039081169116149392505050565b600654610cb15760405162461bcd60e51b815260206004820152600d60248201526c1393d7d513d2d15397d3115195609a1b6044820152606401610804565b60008111610cef5760405162461bcd60e51b815260206004820152600b60248201526a1393d517d0531313d5d15160aa1b6044820152606401610804565b60005b81811015610f0f57600b5460065443804091610d0d916117d1565b6001546040805160208101959095528401929092524060608084019190915241901b6bffffffffffffffffffffffff191660808301524260948301524360b483015260d48201524860f48201526101140160408051601f198184030181529190528051602090910120600b819055600654600091610d8b9190611803565b9050600060068281548110610da257610da261186f565b600091825260208083209091015480835260089091526040822080549193509091610dcc836117e8565b909155505060018054906000610de1836117e8565b90915550506000818152600760209081526040808320546008909252909120541415610e795760068054610e17906001906117d1565b81548110610e2757610e2761186f565b906000526020600020015460068381548110610e4557610e4561186f565b6000918252602090912001556006805480610e6257610e62611859565b600190038181906000526020600020016000905590555b600c54604051637921219560e11b81523060048201526001600160a01b038781166024830152604482018490526001606483015260a06084830152600060a48301529091169063f242432a9060c401600060405180830381600087803b158015610ee257600080fd5b505af1158015610ef6573d6000803e3d6000fd5b5050505050508080610f07906117e8565b915050610cf2565b505050565b6000806000610f238585610f38565b91509150610f3081610f7e565b509392505050565b600080825160411415610f6f5760208301516040840151606085015160001a610f6387828585611139565b94509450505050610f77565b506000905060025b9250929050565b6000816004811115610f9257610f92611843565b1415610f9b5750565b6001816004811115610faf57610faf611843565b1415610ffd5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610804565b600281600481111561101157611011611843565b141561105f5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610804565b600381600481111561107357611073611843565b14156110cc5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610804565b60048160048111156110e0576110e0611843565b1415610b025760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610804565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115611170575060009050600361121d565b8460ff16601b1415801561118857508460ff16601c14155b15611199575060009050600461121d565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156111ed573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166112165760006001925092505061121d565b9150600090505b94509492505050565b80356001600160a01b038116811461123d57600080fd5b919050565b60008083601f84011261125457600080fd5b50813567ffffffffffffffff81111561126c57600080fd5b6020830191508360208260051b8501011115610f7757600080fd5b600082601f83011261129857600080fd5b8135602067ffffffffffffffff8211156112b4576112b4611885565b8160051b6112c3828201611755565b8381528281019086840183880185018910156112de57600080fd5b600093505b858410156113015780358352600193909301929184019184016112e3565b50979650505050505050565b600082601f83011261131e57600080fd5b813567ffffffffffffffff81111561133857611338611885565b61134b601f8201601f1916602001611755565b81815284602083860101111561136057600080fd5b816020850160208301376000918101602001919091529392505050565b60006020828403121561138f57600080fd5b61139882611226565b9392505050565b600080600080600060a086880312156113b757600080fd5b6113c086611226565b94506113ce60208701611226565b9350604086013567ffffffffffffffff808211156113eb57600080fd5b6113f789838a01611287565b9450606088013591508082111561140d57600080fd5b61141989838a01611287565b9350608088013591508082111561142f57600080fd5b5061143c8882890161130d565b9150509295509295909350565b600080600080600060a0868803121561146157600080fd5b61146a86611226565b945061147860208701611226565b93506040860135925060608601359150608086013567ffffffffffffffff8111156114a257600080fd5b61143c8882890161130d565b60008060008060008060006080888a0312156114c957600080fd5b6114d288611226565b9650602088013567ffffffffffffffff808211156114ef57600080fd5b6114fb8b838c01611242565b909850965060408a013591508082111561151457600080fd5b6115208b838c01611242565b909650945060608a013591508082111561153957600080fd5b818a0191508a601f83011261154d57600080fd5b81358181111561155c57600080fd5b8b602082850101111561156e57600080fd5b60208301945080935050505092959891949750929550565b60006020828403121561159857600080fd5b81356001600160e01b03198116811461139857600080fd5b6000602082840312156115c257600080fd5b5035919050565b6000602082840312156115db57600080fd5b5051919050565b600080604083850312156115f557600080fd5b82359150602083013567ffffffffffffffff81111561161357600080fd5b61161f8582860161130d565b9150509250929050565b6000806040838503121561163c57600080fd5b50508035926020909101359150565b81835260006001600160fb1b0383111561166457600080fd5b8260051b8083602087013760009401602001938452509192915050565b6bffffffffffffffffffffffff198360601b1681526000825160005b818110156116ba576020818601810151601486840101520161169d565b818111156116cc576000601483860101525b50919091016014019392505050565b6001600160a01b0389811682528816602082015260a060408201819052600090611708908301888a61164b565b828103606084015261171b81878961164b565b90508281036080840152838152838560208301376000602085830101526020601f19601f8601168201019150509998505050505050505050565b604051601f8201601f1916810167ffffffffffffffff8111828210171561177e5761177e611885565b604052919050565b6000821982111561179957611799611817565b500190565b6000826117ad576117ad61182d565b500490565b60008160001904831182151516156117cc576117cc611817565b500290565b6000828210156117e3576117e3611817565b500390565b60006000198214156117fc576117fc611817565b5060010190565b6000826118125761181261182d565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fdfea264697066735822122028514944c24126a4970c18afdbc0988d8f52186c9f8f0fa667c79062c55d14ae64736f6c63430008070033
Deployed Bytecode
0x6080604052600436106101815760003560e01c8063ba6bf4a7116100d1578063db7fd4081161008a578063ee7598eb11610064578063ee7598eb14610453578063f23a6e6114610480578063f2fde38b146104ac578063f34df6f9146104cc57600080fd5b8063db7fd4081461040b578063dc1880ab1461041e578063e222c7f91461043e57600080fd5b8063ba6bf4a714610331578063bc197c8114610351578063c627525514610396578063cf00b563146103b6578063d48684d8146103d6578063d957dd3c146103f657600080fd5b8063715018a61161013e5780638febb026116101185780638febb026146102c457806398d2b33c146102e4578063b6b6f0c3146102fa578063b7f751d81461031057600080fd5b8063715018a61461027b5780637ff9b596146102905780638da5cb5b146102a657600080fd5b806301ffc9a71461018657806321e340cb146101bb5780633ccfd60b146101f657806354dc8a2f1461020d5780636c19e783146102455780636de9f32b14610265575b600080fd5b34801561019257600080fd5b506101a66101a1366004611586565b6104e2565b60405190151581526020015b60405180910390f35b3480156101c757600080fd5b506101e86101d63660046115b0565b60086020526000908152604090205481565b6040519081526020016101b2565b34801561020257600080fd5b5061020b610519565b005b34801561021957600080fd5b50600c5461022d906001600160a01b031681565b6040516001600160a01b0390911681526020016101b2565b34801561025157600080fd5b5061020b61026036600461137d565b6105bd565b34801561027157600080fd5b506101e860055481565b34801561028757600080fd5b5061020b6105e7565b34801561029c57600080fd5b506101e860035481565b3480156102b257600080fd5b506000546001600160a01b031661022d565b3480156102d057600080fd5b5061020b6102df36600461137d565b6105fb565b3480156102f057600080fd5b506101e860025481565b34801561030657600080fd5b506101e860045481565b34801561031c57600080fd5b50600c546101a690600160a01b900460ff1681565b34801561033d57600080fd5b5061020b61034c3660046115b0565b610625565b34801561035d57600080fd5b5061037d61036c36600461139f565b63bc197c8160e01b95945050505050565b6040516001600160e01b031990911681526020016101b2565b3480156103a257600080fd5b5061020b6103b13660046115b0565b610632565b3480156103c257600080fd5b5061020b6103d13660046115b0565b61063f565b3480156103e257600080fd5b5061020b6103f1366004611629565b61064c565b34801561040257600080fd5b506101a6610666565b61020b6104193660046115e2565b6107b7565b34801561042a57600080fd5b5061020b6104393660046114ae565b6109e2565b34801561044a57600080fd5b5061020b610a63565b34801561045f57600080fd5b506101e861046e3660046115b0565b60076020526000908152604090205481565b34801561048c57600080fd5b5061037d61049b366004611449565b63f23a6e6160e01b95945050505050565b3480156104b857600080fd5b5061020b6104c736600461137d565b610a8c565b3480156104d857600080fd5b506101e860015481565b60006001600160e01b03198216630271189760e51b148061051357506301ffc9a760e01b6001600160e01b03198316145b92915050565b610521610b05565b477040f69b8e3382734491cbaa241b6a863ab36108fc6127106105468461020d6117b2565b610550919061179e565b6040518115909202916000818181858888f19350505050158015610578573d6000803e3d6000fd5b50604051732007261e1c354c71cc1fc9597871d5f898339126904780156108fc02916000818181858888f193505050501580156105b9573d6000803e3d6000fd5b5050565b6105c5610b05565b600a80546001600160a01b0319166001600160a01b0392909216919091179055565b6105ef610b05565b6105f96000610b5f565b565b610603610b05565b600c80546001600160a01b0319166001600160a01b0392909216919091179055565b61062d610b05565b600255565b61063a610b05565b600355565b610647610b05565b600455565b610654610b05565b60009182526007602052604090912055565b60006001815b6006548110156107b157600c54600680546001600160a01b039092169162fdd58e913091859081106106a0576106a061186f565b6000918252602090912001546040516001600160e01b031960e085901b1681526001600160a01b039092166004830152602482015260440160206040518083038186803b1580156106f057600080fd5b505afa158015610704573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061072891906115c9565b600860006006848154811061073f5761073f61186f565b906000526020600020015481526020019081526020016000205460076000600685815481106107705761077061186f565b906000526020600020015481526020019081526020016000205461079491906117d1565b111561079f57600091505b806107a9816117e8565b91505061066c565b50919050565b333b1580156107c557503332145b61080d5760405162461bcd60e51b815260206004820152601460248201527318dbdb9d1c9858dd081b9bdd08185b1b1bddd95960621b60448201526064015b60405180910390fd5b600c54600160a01b900460ff166108545760405162461bcd60e51b815260206004820152600b60248201526a1352539517d0d313d4d15160aa1b6044820152606401610804565b600254826005546108659190611786565b11156108a35760405162461bcd60e51b815260206004820152600d60248201526c4558434545445f5055424c494360981b6044820152606401610804565b600454336000908152600960205260409020546108c1908490611786565b11156108fe5760405162461bcd60e51b815260206004820152600c60248201526b4558434545445f4d494e545360a01b6044820152606401610804565b348260035461090d91906117b2565b111561094e5760405162461bcd60e51b815260206004820152601060248201526f0929ca6aa8c8c9286928a9ca8be8aa8960831b6044820152606401610804565b61095781610baf565b61099c5760405162461bcd60e51b81526020600482015260166024820152751112549150d517d352539517d11254d0531313d5d15160521b6044820152606401610804565b336000908152600960205260409020546109b7908390611786565b336000908152600960205260409020556005546109d5908390611786565b6005556105b93383610c72565b6109ea610b05565b600c54604051631759616b60e11b81526001600160a01b0390911690632eb2c2d690610a289030908b908b908b908b908b908b908b906004016116db565b600060405180830381600087803b158015610a4257600080fd5b505af1158015610a56573d6000803e3d6000fd5b5050505050505050505050565b610a6b610b05565b600c805460ff60a01b198116600160a01b9182900460ff1615909102179055565b610a94610b05565b6001600160a01b038116610af95760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610804565b610b0281610b5f565b50565b6000546001600160a01b031633146105f95760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610804565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080336040518060400160405280601081526020016f13595d185099585cdd1cd7d91ccd990d60821b815250604051602001610bed929190611681565b60408051601f198184030181529082905280516020918201207f19457468657265756d205369676e6564204d6573736167653a0a33320000000091830191909152603c820152605c0160408051601f1981840301815291905280516020909101209050610c5a8184610f14565b600a546001600160a01b039081169116149392505050565b600654610cb15760405162461bcd60e51b815260206004820152600d60248201526c1393d7d513d2d15397d3115195609a1b6044820152606401610804565b60008111610cef5760405162461bcd60e51b815260206004820152600b60248201526a1393d517d0531313d5d15160aa1b6044820152606401610804565b60005b81811015610f0f57600b5460065443804091610d0d916117d1565b6001546040805160208101959095528401929092524060608084019190915241901b6bffffffffffffffffffffffff191660808301524260948301524360b483015260d48201524860f48201526101140160408051601f198184030181529190528051602090910120600b819055600654600091610d8b9190611803565b9050600060068281548110610da257610da261186f565b600091825260208083209091015480835260089091526040822080549193509091610dcc836117e8565b909155505060018054906000610de1836117e8565b90915550506000818152600760209081526040808320546008909252909120541415610e795760068054610e17906001906117d1565b81548110610e2757610e2761186f565b906000526020600020015460068381548110610e4557610e4561186f565b6000918252602090912001556006805480610e6257610e62611859565b600190038181906000526020600020016000905590555b600c54604051637921219560e11b81523060048201526001600160a01b038781166024830152604482018490526001606483015260a06084830152600060a48301529091169063f242432a9060c401600060405180830381600087803b158015610ee257600080fd5b505af1158015610ef6573d6000803e3d6000fd5b5050505050508080610f07906117e8565b915050610cf2565b505050565b6000806000610f238585610f38565b91509150610f3081610f7e565b509392505050565b600080825160411415610f6f5760208301516040840151606085015160001a610f6387828585611139565b94509450505050610f77565b506000905060025b9250929050565b6000816004811115610f9257610f92611843565b1415610f9b5750565b6001816004811115610faf57610faf611843565b1415610ffd5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610804565b600281600481111561101157611011611843565b141561105f5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610804565b600381600481111561107357611073611843565b14156110cc5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610804565b60048160048111156110e0576110e0611843565b1415610b025760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610804565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115611170575060009050600361121d565b8460ff16601b1415801561118857508460ff16601c14155b15611199575060009050600461121d565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156111ed573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166112165760006001925092505061121d565b9150600090505b94509492505050565b80356001600160a01b038116811461123d57600080fd5b919050565b60008083601f84011261125457600080fd5b50813567ffffffffffffffff81111561126c57600080fd5b6020830191508360208260051b8501011115610f7757600080fd5b600082601f83011261129857600080fd5b8135602067ffffffffffffffff8211156112b4576112b4611885565b8160051b6112c3828201611755565b8381528281019086840183880185018910156112de57600080fd5b600093505b858410156113015780358352600193909301929184019184016112e3565b50979650505050505050565b600082601f83011261131e57600080fd5b813567ffffffffffffffff81111561133857611338611885565b61134b601f8201601f1916602001611755565b81815284602083860101111561136057600080fd5b816020850160208301376000918101602001919091529392505050565b60006020828403121561138f57600080fd5b61139882611226565b9392505050565b600080600080600060a086880312156113b757600080fd5b6113c086611226565b94506113ce60208701611226565b9350604086013567ffffffffffffffff808211156113eb57600080fd5b6113f789838a01611287565b9450606088013591508082111561140d57600080fd5b61141989838a01611287565b9350608088013591508082111561142f57600080fd5b5061143c8882890161130d565b9150509295509295909350565b600080600080600060a0868803121561146157600080fd5b61146a86611226565b945061147860208701611226565b93506040860135925060608601359150608086013567ffffffffffffffff8111156114a257600080fd5b61143c8882890161130d565b60008060008060008060006080888a0312156114c957600080fd5b6114d288611226565b9650602088013567ffffffffffffffff808211156114ef57600080fd5b6114fb8b838c01611242565b909850965060408a013591508082111561151457600080fd5b6115208b838c01611242565b909650945060608a013591508082111561153957600080fd5b818a0191508a601f83011261154d57600080fd5b81358181111561155c57600080fd5b8b602082850101111561156e57600080fd5b60208301945080935050505092959891949750929550565b60006020828403121561159857600080fd5b81356001600160e01b03198116811461139857600080fd5b6000602082840312156115c257600080fd5b5035919050565b6000602082840312156115db57600080fd5b5051919050565b600080604083850312156115f557600080fd5b82359150602083013567ffffffffffffffff81111561161357600080fd5b61161f8582860161130d565b9150509250929050565b6000806040838503121561163c57600080fd5b50508035926020909101359150565b81835260006001600160fb1b0383111561166457600080fd5b8260051b8083602087013760009401602001938452509192915050565b6bffffffffffffffffffffffff198360601b1681526000825160005b818110156116ba576020818601810151601486840101520161169d565b818111156116cc576000601483860101525b50919091016014019392505050565b6001600160a01b0389811682528816602082015260a060408201819052600090611708908301888a61164b565b828103606084015261171b81878961164b565b90508281036080840152838152838560208301376000602085830101526020601f19601f8601168201019150509998505050505050505050565b604051601f8201601f1916810167ffffffffffffffff8111828210171561177e5761177e611885565b604052919050565b6000821982111561179957611799611817565b500190565b6000826117ad576117ad61182d565b500490565b60008160001904831182151516156117cc576117cc611817565b500290565b6000828210156117e3576117e3611817565b500390565b60006000198214156117fc576117fc611817565b5060010190565b6000826118125761181261182d565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fdfea264697066735822122028514944c24126a4970c18afdbc0988d8f52186c9f8f0fa667c79062c55d14ae64736f6c63430008070033
Deployed Bytecode Sourcemap
22697:7418:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5812:223;;;;;;;;;;-1:-1:-1;5812:223:0;;;;;:::i;:::-;;:::i;:::-;;;10573:14:1;;10566:22;10548:41;;10536:2;10521:18;5812:223:0;;;;;;;;23076:41;;;;;;;;;;-1:-1:-1;23076:41:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;;16620:25:1;;;16608:2;16593:18;23076:41:0;16474:177:1;29254:349:0;;;;;;;;;;;;;:::i;:::-;;23382:95;;;;;;;;;;-1:-1:-1;23382:95:0;;;;-1:-1:-1;;;;;23382:95:0;;;;;;-1:-1:-1;;;;;8398:32:1;;;8380:51;;8368:2;8353:18;23382:95:0;8234:203:1;28652:101:0;;;;;;;;;;-1:-1:-1;28652:101:0;;;;;:::i;:::-;;:::i;22960:27::-;;;;;;;;;;;;;;;;21310:103;;;;;;;;;;;;;:::i;22884:35::-;;;;;;;;;;;;;;;;20662:87;;;;;;;;;;-1:-1:-1;20708:7:0;20735:6;-1:-1:-1;;;;;20735:6:0;20662:87;;28984:133;;;;;;;;;;-1:-1:-1;28984:133:0;;;;;:::i;:::-;;:::i;22842:35::-;;;;;;;;;;;;;;;;22926:27;;;;;;;;;;;;;;;;23486:22;;;;;;;;;;-1:-1:-1;23486:22:0;;;;-1:-1:-1;;;23486:22:0;;;;;;28870:106;;;;;;;;;;-1:-1:-1;28870:106:0;;;;;:::i;:::-;;:::i;6802:255::-;;;;;;;;;;-1:-1:-1;6802:255:0;;;;;:::i;:::-;-1:-1:-1;;;6802:255:0;;;;;;;;;;;-1:-1:-1;;;;;;11165:33:1;;;11147:52;;11135:2;11120:18;6802:255:0;11003:202:1;28761:101:0;;;;;;;;;;-1:-1:-1;28761:101:0;;;;;:::i;:::-;;:::i;28547:97::-;;;;;;;;;;-1:-1:-1;28547:97:0;;;;;:::i;:::-;;:::i;29125:121::-;;;;;;;;;;-1:-1:-1;29125:121:0;;;;;:::i;:::-;;:::i;29611:501::-;;;;;;;;;;;;;:::i;26544:633::-;;;;;;:::i;:::-;;:::i;26185:351::-;;;;;;;;;;-1:-1:-1;26185:351:0;;;;;:::i;:::-;;:::i;28449:90::-;;;;;;;;;;;;;:::i;23027:42::-;;;;;;;;;;-1:-1:-1;23027:42:0;;;;;:::i;:::-;;;;;;;;;;;;;;6567:227;;;;;;;;;;-1:-1:-1;6567:227:0;;;;;:::i;:::-;-1:-1:-1;;;6567:227:0;;;;;;;;21568:201;;;;;;;;;;-1:-1:-1;21568:201:0;;;;;:::i;:::-;;:::i;22814:21::-;;;;;;;;;;;;;;;;5812:223;5914:4;-1:-1:-1;;;;;;5938:49:0;;-1:-1:-1;;;5938:49:0;;:89;;-1:-1:-1;;;;;;;;;;2841:40:0;;;5991:36;5931:96;5812:223;-1:-1:-1;;5812:223:0:o;29254:349::-;20548:13;:11;:13::i;:::-;29329:21:::1;29369:42;29361:116;29461:5;29437:20;29329:21:::0;29454:3:::1;29437:20;:::i;:::-;29436:30;;;;:::i;:::-;29361:116;::::0;;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;::::1;;;;;;;;;;;;;::::0;::::1;;;;;-1:-1:-1::0;29488:107:0::1;::::0;29496:42:::1;::::0;29563:21:::1;29488:107:::0;::::1;;;::::0;::::1;::::0;;;29563:21;29496:42;29488:107;::::1;;;;;;;;;;;;;::::0;::::1;;;;;;29293:310;29254:349::o:0;28652:101::-;20548:13;:11;:13::i;:::-;28720::::1;:25:::0;;-1:-1:-1;;;;;;28720:25:0::1;-1:-1:-1::0;;;;;28720:25:0;;;::::1;::::0;;;::::1;::::0;;28652:101::o;21310:103::-;20548:13;:11;:13::i;:::-;21375:30:::1;21402:1;21375:18;:30::i;:::-;21310:103::o:0;28984:133::-;20548:13;:11;:13::i;:::-;29065:18:::1;:44:::0;;-1:-1:-1;;;;;;29065:44:0::1;-1:-1:-1::0;;;;;29065:44:0;;;::::1;::::0;;;::::1;::::0;;28984:133::o;28870:106::-;20548:13;:11;:13::i;:::-;28944::::1;:24:::0;28870:106::o;28761:101::-;20548:13;:11;:13::i;:::-;28833:10:::1;:21:::0;28761:101::o;28547:97::-;20548:13;:11;:13::i;:::-;28617:8:::1;:19:::0;28547:97::o;29125:121::-;20548:13;:11;:13::i;:::-;29211:16:::1;::::0;;;:7:::1;:16;::::0;;;;;:27;29125:121::o;29611:501::-;29650:4;29682;29650;29697:383;29729:8;:15;29721:23;;29697:383;;;29869:18;;29964:8;:15;;-1:-1:-1;;;;;29869:18:0;;;;:28;;29932:4;;29973:5;;29964:15;;;;;;:::i;:::-;;;;;;;;;;;29869:133;;-1:-1:-1;;;;;;29869:133:0;;;;;;;-1:-1:-1;;;;;10321:32:1;;;29869:133:0;;;10303:51:1;10370:18;;;10363:34;10276:18;;29869:133:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;29821:6;:23;29828:8;29837:5;29828:15;;;;;;;;:::i;:::-;;;;;;;;;29821:23;;;;;;;;;;;;29794:7;:24;29802:8;29811:5;29802:15;;;;;;;;:::i;:::-;;;;;;;;;29794:24;;;;;;;;;;;;:50;;;;:::i;:::-;:208;;29770:299;;30048:5;30038:15;;29770:299;29746:7;;;;:::i;:::-;;;;29697:383;;;-1:-1:-1;30097:7:0;29611:501;-1:-1:-1;29611:501:0:o;26544:633::-;25468:10;25715:17;25760:8;;;25454:55;;-1:-1:-1;25485:10:0;25499:9;25485:23;25454:55;25432:125;;;;-1:-1:-1;;;25432:125:0;;14957:2:1;25432:125:0;;;14939:21:1;14996:2;14976:18;;;14969:30;-1:-1:-1;;;15015:18:1;;;15008:50;15075:18;;25432:125:0;;;;;;;;;26680:10:::1;::::0;-1:-1:-1;;;26680:10:0;::::1;;;26672:34;;;::::0;-1:-1:-1;;;26672:34:0;;13110:2:1;26672:34:0::1;::::0;::::1;13092:21:1::0;13149:2;13129:18;;;13122:30;-1:-1:-1;;;13168:18:1;;;13161:41;13219:18;;26672:34:0::1;12908:335:1::0;26672:34:0::1;26752:13;;26740:8;26725:12;;:23;;;;:::i;:::-;:40;;26717:66;;;::::0;-1:-1:-1;;;26717:66:0;;15306:2:1;26717:66:0::1;::::0;::::1;15288:21:1::0;15345:2;15325:18;;;15318:30;-1:-1:-1;;;15364:18:1;;;15357:43;15417:18;;26717:66:0::1;15104:337:1::0;26717:66:0::1;26837:8;::::0;26811:10:::1;26802:20;::::0;;;:8:::1;:20;::::0;;;;;:31:::1;::::0;26825:8;;26802:31:::1;:::i;:::-;:43;;26794:68;;;::::0;-1:-1:-1;;;26794:68:0;;15990:2:1;26794:68:0::1;::::0;::::1;15972:21:1::0;16029:2;16009:18;;;16002:30;-1:-1:-1;;;16048:18:1;;;16041:42;16100:18;;26794:68:0::1;15788:336:1::0;26794:68:0::1;26906:9;26894:8;26881:10;;:21;;;;:::i;:::-;:34;;26873:63;;;::::0;-1:-1:-1;;;26873:63:0;;16331:2:1;26873:63:0::1;::::0;::::1;16313:21:1::0;16370:2;16350:18;;;16343:30;-1:-1:-1;;;16389:18:1;;;16382:46;16445:18;;26873:63:0::1;16129:340:1::0;26873:63:0::1;26955:28;26973:9;26955:17;:28::i;:::-;26947:63;;;::::0;-1:-1:-1;;;26947:63:0;;11992:2:1;26947:63:0::1;::::0;::::1;11974:21:1::0;12031:2;12011:18;;;12004:30;-1:-1:-1;;;12050:18:1;;;12043:52;12112:18;;26947:63:0::1;11790:346:1::0;26947:63:0::1;27055:10;27046:20;::::0;;;:8:::1;:20;::::0;;;;;:31:::1;::::0;27069:8;;27046:31:::1;:::i;:::-;27032:10;27023:20;::::0;;;:8:::1;:20;::::0;;;;:54;27103:12:::1;::::0;:23:::1;::::0;27118:8;;27103:23:::1;:::i;:::-;27088:12;:38:::0;27137:32:::1;27148:10;27160:8:::0;27137:10:::1;:32::i;26185:351::-:0;20548:13;:11;:13::i;:::-;26373:18:::1;::::0;:155:::1;::::0;-1:-1:-1;;;26373:155:0;;-1:-1:-1;;;;;26373:18:0;;::::1;::::0;:40:::1;::::0;:155:::1;::::0;26436:4:::1;::::0;26456:2;;26473:3;;;;26491:7;;;;26513:4;;;;26373:155:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;26185:351:::0;;;;;;;:::o;28449:90::-;20548:13;:11;:13::i;:::-;28521:10:::1;::::0;;-1:-1:-1;;;;28507:24:0;::::1;-1:-1:-1::0;;;28521:10:0;;;::::1;;;28520:11;28507:24:::0;;::::1;;::::0;;28449:90::o;21568:201::-;20548:13;:11;:13::i;:::-;-1:-1:-1;;;;;21657:22:0;::::1;21649:73;;;::::0;-1:-1:-1;;;21649:73:0;;12703:2:1;21649:73:0::1;::::0;::::1;12685:21:1::0;12742:2;12722:18;;;12715:30;12781:34;12761:18;;;12754:62;-1:-1:-1;;;12832:18:1;;;12825:36;12878:19;;21649:73:0::1;12501:402:1::0;21649:73:0::1;21733:28;21752:8;21733:18;:28::i;:::-;21568:201:::0;:::o;20827:132::-;20708:7;20735:6;-1:-1:-1;;;;;20735:6:0;19293:10;20891:23;20883:68;;;;-1:-1:-1;;;20883:68:0;;14596:2:1;20883:68:0;;;14578:21:1;;;14615:18;;;14608:30;14674:34;14654:18;;;14647:62;14726:18;;20883:68:0;14394:356:1;21929:191:0;22003:16;22022:6;;-1:-1:-1;;;;;22039:17:0;;;-1:-1:-1;;;;;;22039:17:0;;;;;;22072:40;;22022:6;;;;;;;22072:40;;22003:16;22072:40;21992:128;21929:191;:::o;25784:393::-;25884:4;25906:12;26060:10;26072:11;;;;;;;;;;;;;-1:-1:-1;;;26072:11:0;;;26043:41;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;26043:41:0;;;;;;;;;;26033:52;;26043:41;26033:52;;;;8091:66:1;25945:155:0;;;8079:79:1;;;;8174:12;;;8167:28;8211:12;;25945:155:0;;;-1:-1:-1;;25945:155:0;;;;;;;;;25921:190;;25945:155;25921:190;;;;;-1:-1:-1;26146:23:0;25921:190;26159:9;26146:12;:23::i;:::-;26129:13;;-1:-1:-1;;;;;26129:13:0;;;:40;;;;25784:393;-1:-1:-1;;;25784:393:0:o;27185:1256::-;27262:8;:15;27254:45;;;;-1:-1:-1;;;27254:45:0;;15648:2:1;27254:45:0;;;15630:21:1;15687:2;15667:18;;;15660:30;-1:-1:-1;;;15706:18:1;;;15699:43;15759:18;;27254:45:0;15446:337:1;27254:45:0;27329:1;27318:8;:12;27310:36;;;;-1:-1:-1;;;27310:36:0;;13853:2:1;27310:36:0;;;13835:21:1;13892:2;13872:18;;;13865:30;-1:-1:-1;;;13911:18:1;;;13904:41;13962:18;;27310:36:0;13651:335:1;27310:36:0;27362:13;27357:1077;27389:8;27381:5;:16;27357:1077;;;27507:14;;27615:8;:15;27554:12;27544:23;;;27600:30;;;:::i;:::-;27764:6;;27468:357;;;;;;7480:19:1;;;;7515:12;;7508:28;;;;27590:41:0;7552:12:1;;;;7545:28;;;;27654:14:0;7607:15:1;;-1:-1:-1;;7603:53:1;7589:12;;;7582:75;27691:15:0;7673:13:1;;;7666:29;27729:12:0;7711:13:1;;;7704:29;7749:13;;;7742:29;27793:13:0;7787::1;;;7780:29;7825:13;;27468:357:0;;;-1:-1:-1;;27468:357:0;;;;;;;;;27440:400;;27468:357;27440:400;;;;27423:14;:417;;;27904:8;:15;27855:19;;27877:43;;27904:15;27877:43;:::i;:::-;27855:65;;27935:21;27959:8;27968:11;27959:21;;;;;;;;:::i;:::-;;;;;;;;;;;;;27995;;;:6;:21;;;;;;:23;;27959:21;;-1:-1:-1;27995:23:0;;;;;:::i;:::-;;;;-1:-1:-1;;28033:6:0;:8;;;:6;:8;;;:::i;:::-;;;;-1:-1:-1;;28085:22:0;;;;:7;:22;;;;;;;;;28060:6;:21;;;;;;;:47;28056:174;;;28152:8;28161:15;;:19;;28179:1;;28161:19;:::i;:::-;28152:29;;;;;;;;:::i;:::-;;;;;;;;;28128:8;28137:11;28128:21;;;;;;;;:::i;:::-;;;;;;;;;;:53;28200:8;:14;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;28056:174;28246:18;;:176;;-1:-1:-1;;;28246:176:0;;28308:4;28246:176;;;9830:34:1;-1:-1:-1;;;;;9900:15:1;;;9880:18;;;9873:43;9932:18;;;9925:34;;;28246:18:0;9975::1;;;9968:34;9810:3;10018:19;;;10011:32;-1:-1:-1;10059:19:1;;;10052:30;28246:18:0;;;;:35;;10099:19:1;;28246:176:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27408:1026;;27399:7;;;;;:::i;:::-;;;;27357:1077;;;;27185:1256;;:::o;13417:231::-;13495:7;13516:17;13535:18;13557:27;13568:4;13574:9;13557:10;:27::i;:::-;13515:69;;;;13595:18;13607:5;13595:11;:18::i;:::-;-1:-1:-1;13631:9:0;13417:231;-1:-1:-1;;;13417:231:0:o;11868:747::-;11949:7;11958:12;11987:9;:16;12007:2;11987:22;11983:625;;;12331:4;12316:20;;12310:27;12381:4;12366:20;;12360:27;12439:4;12424:20;;12418:27;12026:9;12410:36;12482:25;12493:4;12410:36;12310:27;12360;12482:10;:25::i;:::-;12475:32;;;;;;;;;11983:625;-1:-1:-1;12556:1:0;;-1:-1:-1;12560:35:0;11983:625;11868:747;;;;;:::o;10139:643::-;10217:20;10208:5;:29;;;;;;;;:::i;:::-;;10204:571;;;10139:643;:::o;10204:571::-;10315:29;10306:5;:38;;;;;;;;:::i;:::-;;10302:473;;;10361:34;;-1:-1:-1;;;10361:34:0;;11639:2:1;10361:34:0;;;11621:21:1;11678:2;11658:18;;;11651:30;11717:26;11697:18;;;11690:54;11761:18;;10361:34:0;11437:348:1;10302:473:0;10426:35;10417:5;:44;;;;;;;;:::i;:::-;;10413:362;;;10478:41;;-1:-1:-1;;;10478:41:0;;12343:2:1;10478:41:0;;;12325:21:1;12382:2;12362:18;;;12355:30;12421:33;12401:18;;;12394:61;12472:18;;10478:41:0;12141:355:1;10413:362:0;10550:30;10541:5;:39;;;;;;;;:::i;:::-;;10537:238;;;10597:44;;-1:-1:-1;;;10597:44:0;;13450:2:1;10597:44:0;;;13432:21:1;13489:2;13469:18;;;13462:30;13528:34;13508:18;;;13501:62;-1:-1:-1;;;13579:18:1;;;13572:32;13621:19;;10597:44:0;13248:398:1;10537:238:0;10672:30;10663:5;:39;;;;;;;;:::i;:::-;;10659:116;;;10719:44;;-1:-1:-1;;;10719:44:0;;14193:2:1;10719:44:0;;;14175:21:1;14232:2;14212:18;;;14205:30;14271:34;14251:18;;;14244:62;-1:-1:-1;;;14322:18:1;;;14315:32;14364:19;;10719:44:0;13991:398:1;14869:1632:0;15000:7;;15934:66;15921:79;;15917:163;;;-1:-1:-1;16033:1:0;;-1:-1:-1;16037:30:0;16017:51;;15917:163;16094:1;:7;;16099:2;16094:7;;:18;;;;;16105:1;:7;;16110:2;16105:7;;16094:18;16090:102;;;-1:-1:-1;16145:1:0;;-1:-1:-1;16149:30:0;16129:51;;16090:102;16306:24;;;16289:14;16306:24;;;;;;;;;10827:25:1;;;10900:4;10888:17;;10868:18;;;10861:45;;;;10922:18;;;10915:34;;;10965:18;;;10958:34;;;16306:24:0;;10799:19:1;;16306:24:0;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;16306:24:0;;-1:-1:-1;;16306:24:0;;;-1:-1:-1;;;;;;;16345:20:0;;16341:103;;16398:1;16402:29;16382:50;;;;;;;16341:103;16464:6;-1:-1:-1;16472:20:0;;-1:-1:-1;14869:1632:0;;;;;;;;:::o;14:173:1:-;82:20;;-1:-1:-1;;;;;131:31:1;;121:42;;111:70;;177:1;174;167:12;111:70;14:173;;;:::o;192:367::-;255:8;265:6;319:3;312:4;304:6;300:17;296:27;286:55;;337:1;334;327:12;286:55;-1:-1:-1;360:20:1;;403:18;392:30;;389:50;;;435:1;432;425:12;389:50;472:4;464:6;460:17;448:29;;532:3;525:4;515:6;512:1;508:14;500:6;496:27;492:38;489:47;486:67;;;549:1;546;539:12;564:723;618:5;671:3;664:4;656:6;652:17;648:27;638:55;;689:1;686;679:12;638:55;725:6;712:20;751:4;774:18;770:2;767:26;764:52;;;796:18;;:::i;:::-;842:2;839:1;835:10;865:28;889:2;885;881:11;865:28;:::i;:::-;927:15;;;958:12;;;;990:15;;;1024;;;1020:24;;1017:33;-1:-1:-1;1014:53:1;;;1063:1;1060;1053:12;1014:53;1085:1;1076:10;;1095:163;1109:2;1106:1;1103:9;1095:163;;;1166:17;;1154:30;;1127:1;1120:9;;;;;1204:12;;;;1236;;1095:163;;;-1:-1:-1;1276:5:1;564:723;-1:-1:-1;;;;;;;564:723:1:o;1292:530::-;1334:5;1387:3;1380:4;1372:6;1368:17;1364:27;1354:55;;1405:1;1402;1395:12;1354:55;1441:6;1428:20;1467:18;1463:2;1460:26;1457:52;;;1489:18;;:::i;:::-;1533:55;1576:2;1557:13;;-1:-1:-1;;1553:27:1;1582:4;1549:38;1533:55;:::i;:::-;1613:2;1604:7;1597:19;1659:3;1652:4;1647:2;1639:6;1635:15;1631:26;1628:35;1625:55;;;1676:1;1673;1666:12;1625:55;1741:2;1734:4;1726:6;1722:17;1715:4;1706:7;1702:18;1689:55;1789:1;1764:16;;;1782:4;1760:27;1753:38;;;;1768:7;1292:530;-1:-1:-1;;;1292:530:1:o;1827:186::-;1886:6;1939:2;1927:9;1918:7;1914:23;1910:32;1907:52;;;1955:1;1952;1945:12;1907:52;1978:29;1997:9;1978:29;:::i;:::-;1968:39;1827:186;-1:-1:-1;;;1827:186:1:o;2018:943::-;2172:6;2180;2188;2196;2204;2257:3;2245:9;2236:7;2232:23;2228:33;2225:53;;;2274:1;2271;2264:12;2225:53;2297:29;2316:9;2297:29;:::i;:::-;2287:39;;2345:38;2379:2;2368:9;2364:18;2345:38;:::i;:::-;2335:48;;2434:2;2423:9;2419:18;2406:32;2457:18;2498:2;2490:6;2487:14;2484:34;;;2514:1;2511;2504:12;2484:34;2537:61;2590:7;2581:6;2570:9;2566:22;2537:61;:::i;:::-;2527:71;;2651:2;2640:9;2636:18;2623:32;2607:48;;2680:2;2670:8;2667:16;2664:36;;;2696:1;2693;2686:12;2664:36;2719:63;2774:7;2763:8;2752:9;2748:24;2719:63;:::i;:::-;2709:73;;2835:3;2824:9;2820:19;2807:33;2791:49;;2865:2;2855:8;2852:16;2849:36;;;2881:1;2878;2871:12;2849:36;;2904:51;2947:7;2936:8;2925:9;2921:24;2904:51;:::i;:::-;2894:61;;;2018:943;;;;;;;;:::o;2966:606::-;3070:6;3078;3086;3094;3102;3155:3;3143:9;3134:7;3130:23;3126:33;3123:53;;;3172:1;3169;3162:12;3123:53;3195:29;3214:9;3195:29;:::i;:::-;3185:39;;3243:38;3277:2;3266:9;3262:18;3243:38;:::i;:::-;3233:48;;3328:2;3317:9;3313:18;3300:32;3290:42;;3379:2;3368:9;3364:18;3351:32;3341:42;;3434:3;3423:9;3419:19;3406:33;3462:18;3454:6;3451:30;3448:50;;;3494:1;3491;3484:12;3448:50;3517:49;3558:7;3549:6;3538:9;3534:22;3517:49;:::i;3577:1296::-;3728:6;3736;3744;3752;3760;3768;3776;3829:3;3817:9;3808:7;3804:23;3800:33;3797:53;;;3846:1;3843;3836:12;3797:53;3869:29;3888:9;3869:29;:::i;:::-;3859:39;;3949:2;3938:9;3934:18;3921:32;3972:18;4013:2;4005:6;4002:14;3999:34;;;4029:1;4026;4019:12;3999:34;4068:70;4130:7;4121:6;4110:9;4106:22;4068:70;:::i;:::-;4157:8;;-1:-1:-1;4042:96:1;-1:-1:-1;4245:2:1;4230:18;;4217:32;;-1:-1:-1;4261:16:1;;;4258:36;;;4290:1;4287;4280:12;4258:36;4329:72;4393:7;4382:8;4371:9;4367:24;4329:72;:::i;:::-;4420:8;;-1:-1:-1;4303:98:1;-1:-1:-1;4508:2:1;4493:18;;4480:32;;-1:-1:-1;4524:16:1;;;4521:36;;;4553:1;4550;4543:12;4521:36;4591:8;4580:9;4576:24;4566:34;;4638:7;4631:4;4627:2;4623:13;4619:27;4609:55;;4660:1;4657;4650:12;4609:55;4700:2;4687:16;4726:2;4718:6;4715:14;4712:34;;;4742:1;4739;4732:12;4712:34;4787:7;4782:2;4773:6;4769:2;4765:15;4761:24;4758:37;4755:57;;;4808:1;4805;4798:12;4755:57;4839:2;4835;4831:11;4821:21;;4861:6;4851:16;;;;;3577:1296;;;;;;;;;;:::o;4878:286::-;4936:6;4989:2;4977:9;4968:7;4964:23;4960:32;4957:52;;;5005:1;5002;4995:12;4957:52;5031:23;;-1:-1:-1;;;;;;5083:32:1;;5073:43;;5063:71;;5130:1;5127;5120:12;5169:180;5228:6;5281:2;5269:9;5260:7;5256:23;5252:32;5249:52;;;5297:1;5294;5287:12;5249:52;-1:-1:-1;5320:23:1;;5169:180;-1:-1:-1;5169:180:1:o;5354:184::-;5424:6;5477:2;5465:9;5456:7;5452:23;5448:32;5445:52;;;5493:1;5490;5483:12;5445:52;-1:-1:-1;5516:16:1;;5354:184;-1:-1:-1;5354:184:1:o;5543:388::-;5620:6;5628;5681:2;5669:9;5660:7;5656:23;5652:32;5649:52;;;5697:1;5694;5687:12;5649:52;5733:9;5720:23;5710:33;;5794:2;5783:9;5779:18;5766:32;5821:18;5813:6;5810:30;5807:50;;;5853:1;5850;5843:12;5807:50;5876:49;5917:7;5908:6;5897:9;5893:22;5876:49;:::i;:::-;5866:59;;;5543:388;;;;;:::o;5936:248::-;6004:6;6012;6065:2;6053:9;6044:7;6040:23;6036:32;6033:52;;;6081:1;6078;6071:12;6033:52;-1:-1:-1;;6104:23:1;;;6174:2;6159:18;;;6146:32;;-1:-1:-1;5936:248:1:o;6189:354::-;6277:19;;;6259:3;-1:-1:-1;;;;;6308:31:1;;6305:51;;;6352:1;6349;6342:12;6305:51;6388:6;6385:1;6381:14;6440:8;6433:5;6426:4;6421:3;6417:14;6404:45;6517:1;6472:18;;6492:4;6468:29;6506:13;;;-1:-1:-1;6468:29:1;;6189:354;-1:-1:-1;;6189:354:1:o;6548:586::-;6762:26;6758:31;6749:6;6745:2;6741:15;6737:53;6732:3;6725:66;6707:3;6820:6;6814:13;6845:1;6855:138;6869:6;6866:1;6863:13;6855:138;;;6976:4;6960:14;;;6956:25;;6950:32;6945:2;6932:11;;;6928:20;6921:62;6884:12;6855:138;;;7011:6;7008:1;7005:13;7002:85;;;7075:1;7070:2;7061:6;7056:3;7052:16;7048:25;7041:36;7002:85;-1:-1:-1;7107:16:1;;;;7125:2;7103:25;;6548:586;-1:-1:-1;;;6548:586:1:o;8442:1042::-;-1:-1:-1;;;;;8869:15:1;;;8851:34;;8921:15;;8916:2;8901:18;;8894:43;8831:3;8968:2;8953:18;;8946:31;;;8794:4;;9000:74;;9054:19;;9046:6;9038;9000:74;:::i;:::-;9122:9;9114:6;9110:22;9105:2;9094:9;9090:18;9083:50;9156:61;9210:6;9202;9194;9156:61;:::i;:::-;9142:75;;9266:9;9258:6;9254:22;9248:3;9237:9;9233:19;9226:51;9301:6;9293;9286:22;9355:6;9347;9342:2;9334:6;9330:15;9317:45;9408:1;9403:2;9394:6;9386;9382:19;9378:28;9371:39;9475:2;9468;9464:7;9459:2;9451:6;9447:15;9443:29;9435:6;9431:42;9427:51;9419:59;;;8442:1042;;;;;;;;;;;:::o;16656:275::-;16727:2;16721:9;16792:2;16773:13;;-1:-1:-1;;16769:27:1;16757:40;;16827:18;16812:34;;16848:22;;;16809:62;16806:88;;;16874:18;;:::i;:::-;16910:2;16903:22;16656:275;;-1:-1:-1;16656:275:1:o;16936:128::-;16976:3;17007:1;17003:6;17000:1;16997:13;16994:39;;;17013:18;;:::i;:::-;-1:-1:-1;17049:9:1;;16936:128::o;17069:120::-;17109:1;17135;17125:35;;17140:18;;:::i;:::-;-1:-1:-1;17174:9:1;;17069:120::o;17194:168::-;17234:7;17300:1;17296;17292:6;17288:14;17285:1;17282:21;17277:1;17270:9;17263:17;17259:45;17256:71;;;17307:18;;:::i;:::-;-1:-1:-1;17347:9:1;;17194:168::o;17367:125::-;17407:4;17435:1;17432;17429:8;17426:34;;;17440:18;;:::i;:::-;-1:-1:-1;17477:9:1;;17367:125::o;17497:135::-;17536:3;-1:-1:-1;;17557:17:1;;17554:43;;;17577:18;;:::i;:::-;-1:-1:-1;17624:1:1;17613:13;;17497:135::o;17637:112::-;17669:1;17695;17685:35;;17700:18;;:::i;:::-;-1:-1:-1;17734:9:1;;17637:112::o;17754:127::-;17815:10;17810:3;17806:20;17803:1;17796:31;17846:4;17843:1;17836:15;17870:4;17867:1;17860:15;17886:127;17947:10;17942:3;17938:20;17935:1;17928:31;17978:4;17975:1;17968:15;18002:4;17999:1;17992:15;18018:127;18079:10;18074:3;18070:20;18067:1;18060:31;18110:4;18107:1;18100:15;18134:4;18131:1;18124:15;18150:127;18211:10;18206:3;18202:20;18199:1;18192:31;18242:4;18239:1;18232:15;18266:4;18263:1;18256:15;18282:127;18343:10;18338:3;18334:20;18331:1;18324:31;18374:4;18371:1;18364:15;18398:4;18395:1;18388:15;18414:127;18475:10;18470:3;18466:20;18463:1;18456:31;18506:4;18503:1;18496:15;18530:4;18527:1;18520:15
Swarm Source
ipfs://28514944c24126a4970c18afdbc0988d8f52186c9f8f0fa667c79062c55d14ae
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
[ 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.