Overview
TokenID
5
Total Transfers
-
Market
Onchain Market Cap
$0.00
Circulating Supply Market Cap
-
Other Info
Token Contract
Loading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
Contract Name:
Tiger
Compiler Version
v0.8.2+commit.661d1103
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./ERC721Tradable.sol"; contract Tiger is ERC721Tradable { using SafeMath for uint256; bool public saleIsActive; uint256 public maxByMint; uint256 public maxSupply; uint256 public maxPublicSupply; uint256 public maxReservedSupply; uint256 public totalPublicSupply; uint256 public totalReservedSupply; uint256 public fixedPrice; address public daoAddress; address public devAddress; string internal baseTokenURI; mapping(address => uint256) internal whitelist; constructor( string memory _name, string memory _symbol, address _proxyRegistryAddress ) ERC721Tradable(_name, _symbol, _proxyRegistryAddress) { maxByMint = 20; maxSupply = 3333; maxReservedSupply = 105; fixedPrice = 0.04 ether; maxPublicSupply = maxSupply - maxReservedSupply; daoAddress = 0xe0EB38919fAD2A979B8C946C1c8f032F689b288B; devAddress = 0x17AC35d89048714FC3DE2D8249D2a223d3bdaaA4; baseTokenURI = 'https://www.tigercubkings.io/api/meta/1/'; _initWhitelist(); } function contractURI() public pure returns (string memory) { return "https://www.tigercubkings.io/api/contract/1"; } function _initWhitelist() private { whitelist[0x0EdebA55DCb571fa48603ac3EC78C0fF103B6f2E] = 1; whitelist[0x257840407970BAF9150305137aAC44eb18d55cF0] = 1; whitelist[0x1a51aF25962d7BfEa60b5481E3c9B2e363ba7E30] = 1; whitelist[0x67DD09a32EE4dc97362175f98B5253cd15c8E96A] = 1; whitelist[0xeBd6322c2811A93289aCB25bEAA1cb3937147Cdc] = 1; whitelist[0xDecade78120A1fadac0903DEeA733192dC6a530E] = 1; whitelist[0x9cBd60A51b54aB626cDE7861Afe43D2CD82dA327] = 1; whitelist[0xF98c2cf470F703e9C46D9015Bb4B8Df17c41FAF1] = 1; whitelist[0x954021052072c6B6d8E1fEb5FA2C093CBA72a344] = 1; whitelist[0x8485BA1e0f63a9fF1976FB46Ac91e180D263Eb0A] = 1; whitelist[0x3b10f088D7a83E92E91D4A84FE2c656AF92a801D] = 1; whitelist[0xAf8E52567099FD3CDdf93670C77c6e860156C070] = 1; whitelist[0x95131b9190f129bbe2c268804Bf39c43e3711Ac2] = 1; whitelist[0x6d87BB75f27bA731ba0C8b89247E2469E7591993] = 1; whitelist[0x5126757159cdf32Ed1018525939E2A90BF4C362E] = 1; whitelist[0xC53B74d59DaD5f335a7dB7236d77Eba1236e9a92] = 1; whitelist[0xD1ce969775935E18Fac21BE5b06992C380824b91] = 1; whitelist[0x25cF121D9e6fD267166B32d32C7BEb7Df74675E3] = 1; whitelist[0x1A6B77AdAa1cd581c46dE08F0B325f5F996dA9B3] = 1; whitelist[0x4a19DBD4CE30B251E578b9810D954ebE63C3246A] = 1; whitelist[0x8047adC649f59B7aD22BF77cec99F17609f52105] = 1; whitelist[0x65fBc6cd62b96a612484Db07c279722c6039E4f8] = 1; whitelist[0x662a7Ff3942D513a295AF2CbBa351462530559A6] = 1; whitelist[0xAF96adaF8E5cf6e9F3A17D4701B056637717F84f] = 1; whitelist[0xc3dB4FB5C878015F8bEE801E39D8e949fc241684] = 1; whitelist[0x51050ec063d393217B436747617aD1C2285Aeeee] = 1; whitelist[0x38bAc6e0c39AcCbB62F2230b66D2CF3956904d39] = 1; whitelist[0xFAd3b8806E7958325f13061C2B4B4758617e03B8] = 1; whitelist[0x753C9364Ef3060C3428833aA4a85081dbe9a96D9] = 1; whitelist[0x1079cA22d0F35a17D63cf3F5920b67Aa63168a59] = 1; whitelist[0x4E96895D17c151CD5071634bDD1CE765A8A6D511] = 1; whitelist[0x5DDdaFFe861955cF9CE22d0A110608fb7c8876b2] = 1; whitelist[0xC8CE0d7337d79D33c78BBdC955db2f18a454CaC8] = 1; whitelist[0x40B4911489A87858F7e6765FDD32DFdD9D449aC6] = 1; whitelist[0xE2c47b4c62ede80de876AB74E74238835315D982] = 1; whitelist[0xA17138c0675173B8Ea506Fb1b96FA754BC316cc2] = 1; whitelist[0x64D8392ba13EA89686aF28A9093207A9e1fe15BD] = 1; whitelist[0xEC080DbeE8F60c8E6d7c3F52e10832718d2b8D5A] = 1; whitelist[0x6E2Ce0D1f8Ab9C82Be2D0beC89a29fD9AF9837c9] = 1; whitelist[0x24C3BA6F5b37988542E2f74693feF24aF8755544] = 1; whitelist[0xD8Cc8fD1B9F9820aC2CF7b481029110497C96C34] = 1; whitelist[0x5ed39Ed5C210bdB9e67385478323E6113C33b1F0] = 1; whitelist[0x49379EFAE465C8d420357142477C09386Cc1e764] = 1; whitelist[0x56b65992dE3a5E8697308AEC09312DE388c8bD57] = 1; whitelist[0x7B6Ad30147A685C37595661976288a99425F766c] = 1; whitelist[0x267B03BE841c7C55827fE687DF91449B2A4c7a5c] = 1; whitelist[0x791Bf46d6aa1132f809665302b3C1069986Ee0Fe] = 1; whitelist[0x3A2ae455C0087756054Cd7A31738EA2F589e5f62] = 1; whitelist[0x82f436Ad6Aa3387b33a1fA7c3E0992BDA6548dd0] = 1; whitelist[0xE5870d82CBB190a7263DDF7172c2A7157D6C48B9] = 1; whitelist[0x1ad0292e17F5d57cAe3b05e31E8703e0562d24A9] = 1; whitelist[0xC17aA0E19a9192881c6628a4da8FAE4b88c30859] = 1; whitelist[0x0aE63abf7F2200308924Cd3604FdB52bB5925C73] = 1; whitelist[0x5688969aD44310d800dd93feec3a7842B5DA16dd] = 1; whitelist[0x6D997a16d2A80CC6B20548AdCa807A6342819536] = 1; whitelist[0xd60b18C32c49026bc65a2373B531AB18ff8fAa57] = 1; whitelist[0x688A46b1A19193011F0F5dC4675878073F640c89] = 1; whitelist[0x83068A157eBc50958065bb5492688387eE29cEC9] = 1; whitelist[0xE191892b9a3bC60A943EFD572Cf47c7d05A150F3] = 1; whitelist[0xcD75B8ef4E07cc786844Fca2Ad1316C4c5B0890c] = 1; whitelist[0xDd083b3F91F389F756E517888B9daf89CE08A3c4] = 1; whitelist[0x2d05F736cbFef5f1E84b097E09d48575e8995848] = 1; whitelist[0x848b3FeFf4F60Ba9a9cF8f92C9A4234D508d2D30] = 1; whitelist[0xAfC786F195F4a1C47Eb364f94066e49EcA738998] = 1; whitelist[0xfA84ee7E30a6780719876eC5d8a9640f0263979c] = 1; whitelist[0x02A82254DC04EFC9b0242c278322BC4acA464522] = 1; whitelist[0x9c6FD546D6f81Efbe1aAE0C7a2b5BF4E690BEE98] = 1; whitelist[0x40622F008eBe5594A16631522485502cfe06Fa12] = 1; whitelist[0xBd7041c03B68467a55596F375c3e4Bb716406a23] = 1; whitelist[0x7Cc2c385b541107b9F74D9d830FA3c250bD2eb7E] = 1; whitelist[0x734ebeCE6D698a50CF90aC9bF15e3F16dC34a204] = 1; } function tokenURI(uint256 _tokenId) override public view returns (string memory) { return string(abi.encodePacked(baseTokenURI, Strings.toString(_tokenId))); } function _mintN(uint numberOfTokens) private { require(numberOfTokens <= maxByMint, "Max mint exceeded"); require(totalPublicSupply + numberOfTokens <= maxPublicSupply, "Max supply reached"); uint startTokenId = this.totalSupply() + 1; for(uint i = 0; i < numberOfTokens; i++) { _mint(msg.sender, startTokenId + i); totalPublicSupply++; } } function mintPublic(uint numberOfTokens) external payable { require(saleIsActive, "Sale not active"); require(fixedPrice * numberOfTokens <= msg.value, "Eth val incorrect"); _mintN(numberOfTokens); } function mintReserved(address _to, uint numberOfTokens) external onlyOwner { require(totalReservedSupply + numberOfTokens <= maxReservedSupply, "Max supply reached"); uint startTokenId = this.totalSupply() + 1; for(uint i = 0; i < numberOfTokens; i++) { _mint(_to, startTokenId + i); totalReservedSupply++; } } function flipSaleStatus() external onlyOwner { saleIsActive = !saleIsActive; } function setDaoAddress(address _daoAddress) external onlyOwner { daoAddress = _daoAddress; } function setBaseTokenURI(string memory _baseTokenURI) external onlyOwner { baseTokenURI = _baseTokenURI; } function setFixedPrice(uint256 _fixedPrice) external onlyOwner { fixedPrice = _fixedPrice; } function setSupply(uint256 _maxSupply, uint256 _maxReservedSupply) external onlyOwner { maxSupply = _maxSupply; maxReservedSupply = _maxReservedSupply; maxPublicSupply = maxSupply - maxReservedSupply; } function withdraw() external onlyOwner { uint balance = address(this).balance; require(balance > 0); _withdraw(devAddress, balance.mul(10).div(100)); _withdraw(daoAddress, address(this).balance); } function _withdraw(address _address, uint256 _amount) private { (bool success, ) = _address.call{value: _amount}(""); require(success, "Tx failed"); } function setWhitelistAllocation(address[] memory _addresses) external onlyOwner { for (uint256 i = 0; i < _addresses.length; i++) { whitelist[_addresses[i]] = 1; } } function getWhitelistAllocation(address _for) external view returns (uint256) { return whitelist[_for]; } function mintWhitelist(uint256 numberOfTokens) external payable { require(whitelist[msg.sender] > 0, "Not eligible to claim"); require(fixedPrice * numberOfTokens <= msg.value, "Eth val incorrect"); _mintN(numberOfTokens); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "./common/meta-transactions/ContentMixin.sol"; import "./common/meta-transactions/NativeMetaTransaction.sol"; contract OwnableDelegateProxy {} contract ProxyRegistry { mapping(address => OwnableDelegateProxy) public proxies; } /** * @title ERC721Tradable */ abstract contract ERC721Tradable is ERC721Enumerable, ContextMixin, NativeMetaTransaction, Ownable { address internal proxyRegistryAddress; constructor( string memory _name, string memory _symbol, address _proxyRegistryAddress ) ERC721(_name, _symbol) { proxyRegistryAddress = _proxyRegistryAddress; _initializeEIP712(_name); } /** * Override isApprovedForAll to whitelist user's OpenSea proxy accounts to enable gas-less listings. */ function isApprovedForAll(address owner, address operator) override public view returns (bool) { // Whitelist OpenSea proxy contract for easy trading. ProxyRegistry proxyRegistry = ProxyRegistry(proxyRegistryAddress); if (address(proxyRegistry.proxies(owner)) == operator) { return true; } return super.isApprovedForAll(owner, operator); } /** * This is used instead of msg.sender as transactions won't be sent by the original token owner, but by OpenSea. */ function _msgSender() internal override view returns (address sender) { return ContextMixin.msgSender(); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "../ERC721.sol"; import "./IERC721Enumerable.sol"; /** * @dev This implements an optional extension of {ERC721} defined in the EIP that adds * enumerability of all the token ids in the contract as well as all token ids owned by each * account. */ abstract contract ERC721Enumerable is ERC721, IERC721Enumerable { // Mapping from owner to list of owned token IDs mapping(address => mapping(uint256 => uint256)) private _ownedTokens; // Mapping from token ID to index of the owner tokens list mapping(uint256 => uint256) private _ownedTokensIndex; // Array with all token ids, used for enumeration uint256[] private _allTokens; // Mapping from token id to position in the allTokens array mapping(uint256 => uint256) private _allTokensIndex; /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override(IERC165, ERC721) returns (bool) { return interfaceId == type(IERC721Enumerable).interfaceId || super.supportsInterface(interfaceId); } /** * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}. */ function tokenOfOwnerByIndex(address owner, uint256 index) public view virtual override returns (uint256) { require(index < ERC721.balanceOf(owner), "ERC721Enumerable: owner index out of bounds"); return _ownedTokens[owner][index]; } /** * @dev See {IERC721Enumerable-totalSupply}. */ function totalSupply() public view virtual override returns (uint256) { return _allTokens.length; } /** * @dev See {IERC721Enumerable-tokenByIndex}. */ function tokenByIndex(uint256 index) public view virtual override returns (uint256) { require(index < ERC721Enumerable.totalSupply(), "ERC721Enumerable: global index out of bounds"); return _allTokens[index]; } /** * @dev Hook that is called before any token transfer. This includes minting * and burning. * * Calling conditions: * * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be * transferred to `to`. * - When `from` is zero, `tokenId` will be minted for `to`. * - When `to` is zero, ``from``'s `tokenId` will be burned. * - `from` cannot be the zero address. * - `to` cannot be the zero address. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _beforeTokenTransfer( address from, address to, uint256 tokenId ) internal virtual override { super._beforeTokenTransfer(from, to, tokenId); if (from == address(0)) { _addTokenToAllTokensEnumeration(tokenId); } else if (from != to) { _removeTokenFromOwnerEnumeration(from, tokenId); } if (to == address(0)) { _removeTokenFromAllTokensEnumeration(tokenId); } else if (to != from) { _addTokenToOwnerEnumeration(to, tokenId); } } /** * @dev Private function to add a token to this extension's ownership-tracking data structures. * @param to address representing the new owner of the given token ID * @param tokenId uint256 ID of the token to be added to the tokens list of the given address */ function _addTokenToOwnerEnumeration(address to, uint256 tokenId) private { uint256 length = ERC721.balanceOf(to); _ownedTokens[to][length] = tokenId; _ownedTokensIndex[tokenId] = length; } /** * @dev Private function to add a token to this extension's token tracking data structures. * @param tokenId uint256 ID of the token to be added to the tokens list */ function _addTokenToAllTokensEnumeration(uint256 tokenId) private { _allTokensIndex[tokenId] = _allTokens.length; _allTokens.push(tokenId); } /** * @dev Private function to remove a token from this extension's ownership-tracking data structures. Note that * while the token is not assigned a new owner, the `_ownedTokensIndex` mapping is _not_ updated: this allows for * gas optimizations e.g. when performing a transfer operation (avoiding double writes). * This has O(1) time complexity, but alters the order of the _ownedTokens array. * @param from address representing the previous owner of the given token ID * @param tokenId uint256 ID of the token to be removed from the tokens list of the given address */ function _removeTokenFromOwnerEnumeration(address from, uint256 tokenId) private { // To prevent a gap in from's tokens array, we store the last token in the index of the token to delete, and // then delete the last slot (swap and pop). uint256 lastTokenIndex = ERC721.balanceOf(from) - 1; uint256 tokenIndex = _ownedTokensIndex[tokenId]; // When the token to delete is the last token, the swap operation is unnecessary if (tokenIndex != lastTokenIndex) { uint256 lastTokenId = _ownedTokens[from][lastTokenIndex]; _ownedTokens[from][tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token _ownedTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index } // This also deletes the contents at the last position of the array delete _ownedTokensIndex[tokenId]; delete _ownedTokens[from][lastTokenIndex]; } /** * @dev Private function to remove a token from this extension's token tracking data structures. * This has O(1) time complexity, but alters the order of the _allTokens array. * @param tokenId uint256 ID of the token to be removed from the tokens list */ function _removeTokenFromAllTokensEnumeration(uint256 tokenId) private { // To prevent a gap in the tokens array, we store the last token in the index of the token to delete, and // then delete the last slot (swap and pop). uint256 lastTokenIndex = _allTokens.length - 1; uint256 tokenIndex = _allTokensIndex[tokenId]; // When the token to delete is the last token, the swap operation is unnecessary. However, since this occurs so // rarely (when the last minted token is burnt) that we still do the swap here to avoid the gas cost of adding // an 'if' statement (like in _removeTokenFromOwnerEnumeration) uint256 lastTokenId = _allTokens[lastTokenIndex]; _allTokens[tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token _allTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index // This also deletes the contents at the last position of the array delete _allTokensIndex[tokenId]; _allTokens.pop(); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "../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() { _setOwner(_msgSender()); } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { 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 { _setOwner(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"); _setOwner(newOwner); } function _setOwner(address newOwner) private { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; abstract contract ContextMixin { function msgSender() internal view returns (address payable sender) { if (msg.sender == address(this)) { bytes memory array = msg.data; uint256 index = msg.data.length; assembly { // Load the 32 bytes word from memory with the address on the lower 20 bytes, and mask those. sender := and( mload(add(array, index)), 0xffffffffffffffffffffffffffffffffffffffff ) } } else { sender = payable(msg.sender); } return sender; } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import { SafeMathUpgradeable as SafeMath } from "@openzeppelin/contracts-upgradeable/utils/math/SafeMathUpgradeable.sol"; import "./EIP712Base.sol"; contract NativeMetaTransaction is EIP712Base { using SafeMath for uint256; bytes32 private constant META_TRANSACTION_TYPEHASH = keccak256( bytes( "MetaTransaction(uint256 nonce,address from,bytes functionSignature)" ) ); event MetaTransactionExecuted( address userAddress, address payable relayerAddress, bytes functionSignature ); mapping(address => uint256) nonces; /* * Meta transaction structure. * No point of including value field here as if user is doing value transfer then he has the funds to pay for gas * He should call the desired function directly in that case. */ struct MetaTransaction { uint256 nonce; address from; bytes functionSignature; } function executeMetaTransaction( address userAddress, bytes memory functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV ) public payable returns (bytes memory) { MetaTransaction memory metaTx = MetaTransaction({ nonce: nonces[userAddress], from: userAddress, functionSignature: functionSignature }); require( verify(userAddress, metaTx, sigR, sigS, sigV), "Signer and signature do not match" ); // increase nonce for user (to avoid re-use) nonces[userAddress] = nonces[userAddress].add(1); emit MetaTransactionExecuted( userAddress, payable(msg.sender), functionSignature ); // Append userAddress and relayer address at the end to extract it from calling context (bool success, bytes memory returnData) = address(this).call( abi.encodePacked(functionSignature, userAddress) ); require(success, "Function call not successful"); return returnData; } function hashMetaTransaction(MetaTransaction memory metaTx) internal pure returns (bytes32) { return keccak256( abi.encode( META_TRANSACTION_TYPEHASH, metaTx.nonce, metaTx.from, keccak256(metaTx.functionSignature) ) ); } function getNonce(address user) public view returns (uint256 nonce) { nonce = nonces[user]; } function verify( address signer, MetaTransaction memory metaTx, bytes32 sigR, bytes32 sigS, uint8 sigV ) internal view returns (bool) { require(signer != address(0), "NativeMetaTransaction: INVALID_SIGNER"); return signer == ecrecover( toTypedMessageHash(hashMetaTransaction(metaTx)), sigV, sigR, sigS ); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./IERC721.sol"; import "./IERC721Receiver.sol"; import "./extensions/IERC721Metadata.sol"; import "../../utils/Address.sol"; import "../../utils/Context.sol"; import "../../utils/Strings.sol"; import "../../utils/introspection/ERC165.sol"; /** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension, but not including the Enumerable extension, which is available separately as * {ERC721Enumerable}. */ contract ERC721 is Context, ERC165, IERC721, IERC721Metadata { using Address for address; using Strings for uint256; // Token name string private _name; // Token symbol string private _symbol; // Mapping from token ID to owner address mapping(uint256 => address) private _owners; // Mapping owner address to token count mapping(address => uint256) private _balances; // Mapping from token ID to approved address mapping(uint256 => address) private _tokenApprovals; // Mapping from owner to operator approvals mapping(address => mapping(address => bool)) private _operatorApprovals; /** * @dev Initializes the contract by setting a `name` and a `symbol` to the token collection. */ constructor(string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; } /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) { return interfaceId == type(IERC721).interfaceId || interfaceId == type(IERC721Metadata).interfaceId || super.supportsInterface(interfaceId); } /** * @dev See {IERC721-balanceOf}. */ function balanceOf(address owner) public view virtual override returns (uint256) { require(owner != address(0), "ERC721: balance query for the zero address"); return _balances[owner]; } /** * @dev See {IERC721-ownerOf}. */ function ownerOf(uint256 tokenId) public view virtual override returns (address) { address owner = _owners[tokenId]; require(owner != address(0), "ERC721: owner query for nonexistent token"); return owner; } /** * @dev See {IERC721Metadata-name}. */ function name() public view virtual override returns (string memory) { return _name; } /** * @dev See {IERC721Metadata-symbol}. */ function symbol() public view virtual override returns (string memory) { return _symbol; } /** * @dev See {IERC721Metadata-tokenURI}. */ function tokenURI(uint256 tokenId) public view virtual override returns (string memory) { require(_exists(tokenId), "ERC721Metadata: URI query for nonexistent token"); string memory baseURI = _baseURI(); return bytes(baseURI).length > 0 ? string(abi.encodePacked(baseURI, tokenId.toString())) : ""; } /** * @dev Base URI for computing {tokenURI}. If set, the resulting URI for each * token will be the concatenation of the `baseURI` and the `tokenId`. Empty * by default, can be overriden in child contracts. */ function _baseURI() internal view virtual returns (string memory) { return ""; } /** * @dev See {IERC721-approve}. */ function approve(address to, uint256 tokenId) public virtual override { address owner = ERC721.ownerOf(tokenId); require(to != owner, "ERC721: approval to current owner"); require( _msgSender() == owner || isApprovedForAll(owner, _msgSender()), "ERC721: approve caller is not owner nor approved for all" ); _approve(to, tokenId); } /** * @dev See {IERC721-getApproved}. */ function getApproved(uint256 tokenId) public view virtual override returns (address) { require(_exists(tokenId), "ERC721: approved query for nonexistent token"); return _tokenApprovals[tokenId]; } /** * @dev See {IERC721-setApprovalForAll}. */ function setApprovalForAll(address operator, bool approved) public virtual override { require(operator != _msgSender(), "ERC721: approve to caller"); _operatorApprovals[_msgSender()][operator] = approved; emit ApprovalForAll(_msgSender(), operator, approved); } /** * @dev See {IERC721-isApprovedForAll}. */ function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) { return _operatorApprovals[owner][operator]; } /** * @dev See {IERC721-transferFrom}. */ function transferFrom( address from, address to, uint256 tokenId ) public virtual override { //solhint-disable-next-line max-line-length require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved"); _transfer(from, to, tokenId); } /** * @dev See {IERC721-safeTransferFrom}. */ function safeTransferFrom( address from, address to, uint256 tokenId ) public virtual override { safeTransferFrom(from, to, tokenId, ""); } /** * @dev See {IERC721-safeTransferFrom}. */ function safeTransferFrom( address from, address to, uint256 tokenId, bytes memory _data ) public virtual override { require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved"); _safeTransfer(from, to, tokenId, _data); } /** * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients * are aware of the ERC721 protocol to prevent tokens from being forever locked. * * `_data` is additional data, it has no specified format and it is sent in call to `to`. * * This internal function is equivalent to {safeTransferFrom}, and can be used to e.g. * implement alternative mechanisms to perform token transfer, such as signature-based. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function _safeTransfer( address from, address to, uint256 tokenId, bytes memory _data ) internal virtual { _transfer(from, to, tokenId); require(_checkOnERC721Received(from, to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer"); } /** * @dev Returns whether `tokenId` exists. * * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}. * * Tokens start existing when they are minted (`_mint`), * and stop existing when they are burned (`_burn`). */ function _exists(uint256 tokenId) internal view virtual returns (bool) { return _owners[tokenId] != address(0); } /** * @dev Returns whether `spender` is allowed to manage `tokenId`. * * Requirements: * * - `tokenId` must exist. */ function _isApprovedOrOwner(address spender, uint256 tokenId) internal view virtual returns (bool) { require(_exists(tokenId), "ERC721: operator query for nonexistent token"); address owner = ERC721.ownerOf(tokenId); return (spender == owner || getApproved(tokenId) == spender || isApprovedForAll(owner, spender)); } /** * @dev Safely mints `tokenId` and transfers it to `to`. * * Requirements: * * - `tokenId` must not exist. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function _safeMint(address to, uint256 tokenId) internal virtual { _safeMint(to, tokenId, ""); } /** * @dev Same as {xref-ERC721-_safeMint-address-uint256-}[`_safeMint`], with an additional `data` parameter which is * forwarded in {IERC721Receiver-onERC721Received} to contract recipients. */ function _safeMint( address to, uint256 tokenId, bytes memory _data ) internal virtual { _mint(to, tokenId); require( _checkOnERC721Received(address(0), to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer" ); } /** * @dev Mints `tokenId` and transfers it to `to`. * * WARNING: Usage of this method is discouraged, use {_safeMint} whenever possible * * Requirements: * * - `tokenId` must not exist. * - `to` cannot be the zero address. * * Emits a {Transfer} event. */ function _mint(address to, uint256 tokenId) internal virtual { require(to != address(0), "ERC721: mint to the zero address"); require(!_exists(tokenId), "ERC721: token already minted"); _beforeTokenTransfer(address(0), to, tokenId); _balances[to] += 1; _owners[tokenId] = to; emit Transfer(address(0), to, tokenId); } /** * @dev Destroys `tokenId`. * The approval is cleared when the token is burned. * * Requirements: * * - `tokenId` must exist. * * Emits a {Transfer} event. */ function _burn(uint256 tokenId) internal virtual { address owner = ERC721.ownerOf(tokenId); _beforeTokenTransfer(owner, address(0), tokenId); // Clear approvals _approve(address(0), tokenId); _balances[owner] -= 1; delete _owners[tokenId]; emit Transfer(owner, address(0), tokenId); } /** * @dev Transfers `tokenId` from `from` to `to`. * As opposed to {transferFrom}, this imposes no restrictions on msg.sender. * * Requirements: * * - `to` cannot be the zero address. * - `tokenId` token must be owned by `from`. * * Emits a {Transfer} event. */ function _transfer( address from, address to, uint256 tokenId ) internal virtual { require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer of token that is not own"); require(to != address(0), "ERC721: transfer to the zero address"); _beforeTokenTransfer(from, to, tokenId); // Clear approvals from the previous owner _approve(address(0), tokenId); _balances[from] -= 1; _balances[to] += 1; _owners[tokenId] = to; emit Transfer(from, to, tokenId); } /** * @dev Approve `to` to operate on `tokenId` * * Emits a {Approval} event. */ function _approve(address to, uint256 tokenId) internal virtual { _tokenApprovals[tokenId] = to; emit Approval(ERC721.ownerOf(tokenId), to, tokenId); } /** * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address. * The call is not executed if the target address is not a contract. * * @param from address representing the previous owner of the given token ID * @param to target address that will receive the tokens * @param tokenId uint256 ID of the token to be transferred * @param _data bytes optional data to send along with the call * @return bool whether the call correctly returned the expected magic value */ function _checkOnERC721Received( address from, address to, uint256 tokenId, bytes memory _data ) private returns (bool) { if (to.isContract()) { try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) { return retval == IERC721Receiver.onERC721Received.selector; } catch (bytes memory reason) { if (reason.length == 0) { revert("ERC721: transfer to non ERC721Receiver implementer"); } else { assembly { revert(add(32, reason), mload(reason)) } } } } else { return true; } } /** * @dev Hook that is called before any token transfer. This includes minting * and burning. * * Calling conditions: * * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be * transferred to `to`. * - When `from` is zero, `tokenId` will be minted for `to`. * - When `to` is zero, ``from``'s `tokenId` will be burned. * - `from` and `to` are never both zero. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _beforeTokenTransfer( address from, address to, uint256 tokenId ) internal virtual {} }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "../IERC721.sol"; /** * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension * @dev See https://eips.ethereum.org/EIPS/eip-721 */ interface IERC721Enumerable is IERC721 { /** * @dev Returns the total amount of tokens stored by the contract. */ function totalSupply() external view returns (uint256); /** * @dev Returns a token ID owned by `owner` at a given `index` of its token list. * Use along with {balanceOf} to enumerate all of ``owner``'s tokens. */ function tokenOfOwnerByIndex(address owner, uint256 index) external view returns (uint256 tokenId); /** * @dev Returns a token ID at a given `index` of all the tokens stored by the contract. * Use along with {totalSupply} to enumerate all tokens. */ function tokenByIndex(uint256 index) external view returns (uint256); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "../../utils/introspection/IERC165.sol"; /** * @dev Required interface of an ERC721 compliant contract. */ interface IERC721 is IERC165 { /** * @dev Emitted when `tokenId` token is transferred from `from` to `to`. */ event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token. */ event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets. */ event ApprovalForAll(address indexed owner, address indexed operator, bool approved); /** * @dev Returns the number of tokens in ``owner``'s account. */ function balanceOf(address owner) external view returns (uint256 balance); /** * @dev Returns the owner of the `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function ownerOf(uint256 tokenId) external view returns (address owner); /** * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients * are aware of the ERC721 protocol to prevent tokens from being forever locked. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If the caller is not `from`, it must be have been allowed to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Transfers `tokenId` token from `from` to `to`. * * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * * Emits a {Transfer} event. */ function transferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Gives permission to `to` to transfer `tokenId` token to another account. * The approval is cleared when the token is transferred. * * Only a single account can be approved at a time, so approving the zero address clears previous approvals. * * Requirements: * * - The caller must own the token or be an approved operator. * - `tokenId` must exist. * * Emits an {Approval} event. */ function approve(address to, uint256 tokenId) external; /** * @dev Returns the account approved for `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function getApproved(uint256 tokenId) external view returns (address operator); /** * @dev Approve or remove `operator` as an operator for the caller. * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller. * * Requirements: * * - The `operator` cannot be the caller. * * Emits an {ApprovalForAll} event. */ function setApprovalForAll(address operator, bool _approved) external; /** * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`. * * See {setApprovalForAll} */ function isApprovedForAll(address owner, address operator) external view returns (bool); /** * @dev Safely transfers `tokenId` token from `from` to `to`. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId, bytes calldata data ) external; }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @title ERC721 token receiver interface * @dev Interface for any contract that wants to support safeTransfers * from ERC721 asset contracts. */ interface IERC721Receiver { /** * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom} * by `operator` from `from`, this function is called. * * It must return its Solidity selector to confirm the token transfer. * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted. * * The selector can be obtained in Solidity with `IERC721.onERC721Received.selector`. */ function onERC721Received( address operator, address from, uint256 tokenId, bytes calldata data ) external returns (bytes4); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "../IERC721.sol"; /** * @title ERC-721 Non-Fungible Token Standard, optional metadata extension * @dev See https://eips.ethereum.org/EIPS/eip-721 */ interface IERC721Metadata is IERC721 { /** * @dev Returns the token collection name. */ function name() external view returns (string memory); /** * @dev Returns the token collection symbol. */ function symbol() external view returns (string memory); /** * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token. */ function tokenURI(uint256 tokenId) external view returns (string memory); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize, which returns 0 for contracts in // construction, since the code is only stored at the end of the // constructor execution. uint256 size; assembly { size := extcodesize(account) } return size > 0; } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); (bool success, ) = recipient.call{value: amount}(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain `call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { return functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value ) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value, string memory errorMessage ) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); require(isContract(target), "Address: call to non-contract"); (bool success, bytes memory returndata) = target.call{value: value}(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { return functionStaticCall(target, data, "Address: low-level static call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall( address target, bytes memory data, string memory errorMessage ) internal view returns (bytes memory) { require(isContract(target), "Address: static call to non-contract"); (bool success, bytes memory returndata) = target.staticcall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); (bool success, bytes memory returndata) = target.delegatecall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the * revert reason using the provided one. * * _Available since v4.3._ */ function verifyCallResult( bool success, bytes memory returndata, string memory errorMessage ) internal pure returns (bytes memory) { if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } }
// SPDX-License-Identifier: MIT 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; } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @dev String operations. */ library Strings { bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef"; /** * @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); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./IERC165.sol"; /** * @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; } }
// SPDX-License-Identifier: MIT 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); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; // CAUTION // This version of SafeMath should only be used with Solidity 0.8 or later, // because it relies on the compiler's built in overflow checks. /** * @dev Wrappers over Solidity's arithmetic operations. * * NOTE: `SafeMath` is no longer needed starting with Solidity 0.8. The compiler * now has built in overflow checking. */ library SafeMathUpgradeable { /** * @dev Returns the addition of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { uint256 c = a + b; if (c < a) return (false, 0); return (true, c); } } /** * @dev Returns the substraction of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { if (b > a) return (false, 0); return (true, a - b); } } /** * @dev Returns the multiplication of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { // Gas optimization: this is cheaper than requiring 'a' not being zero, but the // benefit is lost if 'b' is also tested. // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522 if (a == 0) return (true, 0); uint256 c = a * b; if (c / a != b) return (false, 0); return (true, c); } } /** * @dev Returns the division of two unsigned integers, with a division by zero flag. * * _Available since v3.4._ */ function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { if (b == 0) return (false, 0); return (true, a / b); } } /** * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag. * * _Available since v3.4._ */ function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { if (b == 0) return (false, 0); return (true, a % b); } } /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `+` operator. * * Requirements: * * - Addition cannot overflow. */ function add(uint256 a, uint256 b) internal pure returns (uint256) { return a + b; } /** * @dev Returns the subtraction of two unsigned integers, reverting on * overflow (when the result is negative). * * Counterpart to Solidity's `-` operator. * * Requirements: * * - Subtraction cannot overflow. */ function sub(uint256 a, uint256 b) internal pure returns (uint256) { return a - b; } /** * @dev Returns the multiplication of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `*` operator. * * Requirements: * * - Multiplication cannot overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256) { return a * b; } /** * @dev Returns the integer division of two unsigned integers, reverting on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. * * Requirements: * * - The divisor cannot be zero. */ function div(uint256 a, uint256 b) internal pure returns (uint256) { return a / b; } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * reverting when dividing by zero. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function mod(uint256 a, uint256 b) internal pure returns (uint256) { return a % b; } /** * @dev Returns the subtraction of two unsigned integers, reverting with custom message on * overflow (when the result is negative). * * CAUTION: This function is deprecated because it requires allocating memory for the error * message unnecessarily. For custom revert reasons use {trySub}. * * Counterpart to Solidity's `-` operator. * * Requirements: * * - Subtraction cannot overflow. */ function sub( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b <= a, errorMessage); return a - b; } } /** * @dev Returns the integer division of two unsigned integers, reverting with custom message on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. Note: this function uses a * `revert` opcode (which leaves remaining gas untouched) while Solidity * uses an invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function div( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b > 0, errorMessage); return a / b; } } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * reverting with custom message when dividing by zero. * * CAUTION: This function is deprecated because it requires allocating memory for the error * message unnecessarily. For custom revert reasons use {tryMod}. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function mod( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b > 0, errorMessage); return a % b; } } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol"; contract EIP712Base is Initializable { struct EIP712Domain { string name; string version; address verifyingContract; bytes32 salt; } string constant public ERC712_VERSION = "1"; bytes32 internal constant EIP712_DOMAIN_TYPEHASH = keccak256( bytes( "EIP712Domain(string name,string version,address verifyingContract,bytes32 salt)" ) ); bytes32 internal domainSeperator; // supposed to be called once while initializing. // one of the contracts that inherits this contract follows proxy pattern // so it is not possible to do this in a constructor function _initializeEIP712( string memory name ) internal initializer { _setDomainSeperator(name); } function _setDomainSeperator(string memory name) internal { domainSeperator = keccak256( abi.encode( EIP712_DOMAIN_TYPEHASH, keccak256(bytes(name)), keccak256(bytes(ERC712_VERSION)), address(this), bytes32(getChainId()) ) ); } function getDomainSeperator() public view returns (bytes32) { return domainSeperator; } function getChainId() public view returns (uint256) { uint256 id; assembly { id := chainid() } return id; } /** * Accept message hash and returns hash message in EIP712 compatible form * So that it can be used to recover signer from signature signed using EIP712 formatted data * https://eips.ethereum.org/EIPS/eip-712 * "\\x19" makes the encoding deterministic * "\\x01" is the version byte to make it compatible to EIP-191 */ function toTypedMessageHash(bytes32 messageHash) internal view returns (bytes32) { return keccak256( abi.encodePacked("\x19\x01", getDomainSeperator(), messageHash) ); } }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /** * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed * behind a proxy. Since a proxied contract can't have a constructor, it's common to move constructor logic to an * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect. * * TIP: To avoid leaving the proxy in an uninitialized state, the initializer function should be called as early as * possible by providing the encoded function call as the `_data` argument to {ERC1967Proxy-constructor}. * * CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure * that all initializers are idempotent. This is not verified automatically as constructors are by Solidity. */ abstract contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private _initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private _initializing; /** * @dev Modifier to protect an initializer function from being invoked twice. */ modifier initializer() { require(_initializing || !_initialized, "Initializable: contract is already initialized"); bool isTopLevelCall = !_initializing; if (isTopLevelCall) { _initializing = true; _initialized = true; } _; if (isTopLevelCall) { _initializing = false; } } }
{ "optimizer": { "enabled": false, "runs": 200 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"userAddress","type":"address"},{"indexed":false,"internalType":"address payable","name":"relayerAddress","type":"address"},{"indexed":false,"internalType":"bytes","name":"functionSignature","type":"bytes"}],"name":"MetaTransactionExecuted","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":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"ERC712_VERSION","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"contractURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"daoAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"devAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"userAddress","type":"address"},{"internalType":"bytes","name":"functionSignature","type":"bytes"},{"internalType":"bytes32","name":"sigR","type":"bytes32"},{"internalType":"bytes32","name":"sigS","type":"bytes32"},{"internalType":"uint8","name":"sigV","type":"uint8"}],"name":"executeMetaTransaction","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"fixedPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"flipSaleStatus","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getChainId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getDomainSeperator","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"user","type":"address"}],"name":"getNonce","outputs":[{"internalType":"uint256","name":"nonce","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_for","type":"address"}],"name":"getWhitelistAllocation","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxByMint","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxPublicSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxReservedSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"numberOfTokens","type":"uint256"}],"name":"mintPublic","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"numberOfTokens","type":"uint256"}],"name":"mintReserved","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"numberOfTokens","type":"uint256"}],"name":"mintWhitelist","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"saleIsActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_baseTokenURI","type":"string"}],"name":"setBaseTokenURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_daoAddress","type":"address"}],"name":"setDaoAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fixedPrice","type":"uint256"}],"name":"setFixedPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_maxSupply","type":"uint256"},{"internalType":"uint256","name":"_maxReservedSupply","type":"uint256"}],"name":"setSupply","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_addresses","type":"address[]"}],"name":"setWhitelistAllocation","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":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalPublicSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalReservedSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","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
60806040523480156200001157600080fd5b5060405162007aa738038062007aa7833981810160405281019062000037919062001f4a565b828282828281600090805190602001906200005492919062001e11565b5080600190805190602001906200006d92919062001e11565b50505062000090620000846200021960201b60201c565b6200023560201b60201c565b80600e60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550620000e283620002fb60201b60201c565b5050506014600f81905550610d056010819055506069601281905550668e1bc9bf0400006015819055506012546010546200011e91906200210a565b60118190555073e0eb38919fad2a979b8c946c1c8f032f689b288b601660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507317ac35d89048714fc3de2d8249d2a223d3bdaaa4601760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060405180606001604052806028815260200162007a306028913960189080519060200190620001ff92919062001e11565b5062000210620003f160201b60201c565b50505062002336565b60006200023062001ca260201b620022421760201c565b905090565b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600a60019054906101000a900460ff1680620003245750600a60009054906101000a900460ff16155b62000366576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200035d9062002078565b60405180910390fd5b6000600a60019054906101000a900460ff161590508015620003b9576001600a60016101000a81548160ff0219169083151502179055506001600a60006101000a81548160ff0219169083151502179055505b620003ca8262001d5560201b60201c565b8015620003ed576000600a60016101000a81548160ff0219169083151502179055505b5050565b600160196000730edeba55dcb571fa48603ac3ec78c0ff103b6f2e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073257840407970baf9150305137aac44eb18d55cf073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000731a51af25962d7bfea60b5481e3c9b2e363ba7e3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007367dd09a32ee4dc97362175f98b5253cd15c8e96a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073ebd6322c2811a93289acb25beaa1cb3937147cdc73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073decade78120a1fadac0903deea733192dc6a530e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000739cbd60a51b54ab626cde7861afe43d2cd82da32773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073f98c2cf470f703e9c46d9015bb4b8df17c41faf173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073954021052072c6b6d8e1feb5fa2c093cba72a34473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000738485ba1e0f63a9ff1976fb46ac91e180d263eb0a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000733b10f088d7a83e92e91d4a84fe2c656af92a801d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073af8e52567099fd3cddf93670c77c6e860156c07073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007395131b9190f129bbe2c268804bf39c43e3711ac273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000736d87bb75f27ba731ba0c8b89247e2469e759199373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000735126757159cdf32ed1018525939e2a90bf4c362e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073c53b74d59dad5f335a7db7236d77eba1236e9a9273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073d1ce969775935e18fac21be5b06992c380824b9173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007325cf121d9e6fd267166b32d32c7beb7df74675e373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000731a6b77adaa1cd581c46de08f0b325f5f996da9b373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000734a19dbd4ce30b251e578b9810d954ebe63c3246a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000738047adc649f59b7ad22bf77cec99f17609f5210573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007365fbc6cd62b96a612484db07c279722c6039e4f873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073662a7ff3942d513a295af2cbba351462530559a673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073af96adaf8e5cf6e9f3a17d4701b056637717f84f73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073c3db4fb5c878015f8bee801e39d8e949fc24168473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007351050ec063d393217b436747617ad1c2285aeeee73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007338bac6e0c39accbb62f2230b66d2cf3956904d3973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073fad3b8806e7958325f13061c2b4b4758617e03b873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073753c9364ef3060c3428833aa4a85081dbe9a96d973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000731079ca22d0f35a17d63cf3f5920b67aa63168a5973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000734e96895d17c151cd5071634bdd1ce765a8a6d51173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000735dddaffe861955cf9ce22d0a110608fb7c8876b273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073c8ce0d7337d79d33c78bbdc955db2f18a454cac873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007340b4911489a87858f7e6765fdd32dfdd9d449ac673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073e2c47b4c62ede80de876ab74e74238835315d98273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073a17138c0675173b8ea506fb1b96fa754bc316cc273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007364d8392ba13ea89686af28a9093207a9e1fe15bd73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073ec080dbee8f60c8e6d7c3f52e10832718d2b8d5a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000736e2ce0d1f8ab9c82be2d0bec89a29fd9af9837c973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007324c3ba6f5b37988542e2f74693fef24af875554473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073d8cc8fd1b9f9820ac2cf7b481029110497c96c3473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000735ed39ed5c210bdb9e67385478323e6113c33b1f073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007349379efae465c8d420357142477c09386cc1e76473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007356b65992de3a5e8697308aec09312de388c8bd5773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000737b6ad30147a685c37595661976288a99425f766c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073267b03be841c7c55827fe687df91449b2a4c7a5c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073791bf46d6aa1132f809665302b3c1069986ee0fe73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000733a2ae455c0087756054cd7a31738ea2f589e5f6273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007382f436ad6aa3387b33a1fa7c3e0992bda6548dd073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073e5870d82cbb190a7263ddf7172c2a7157d6c48b973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000731ad0292e17f5d57cae3b05e31e8703e0562d24a973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073c17aa0e19a9192881c6628a4da8fae4b88c3085973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000730ae63abf7f2200308924cd3604fdb52bb5925c7373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000735688969ad44310d800dd93feec3a7842b5da16dd73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000736d997a16d2a80cc6b20548adca807a634281953673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073d60b18c32c49026bc65a2373b531ab18ff8faa5773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073688a46b1a19193011f0f5dc4675878073f640c8973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007383068a157ebc50958065bb5492688387ee29cec973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073e191892b9a3bc60a943efd572cf47c7d05a150f373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073cd75b8ef4e07cc786844fca2ad1316c4c5b0890c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073dd083b3f91f389f756e517888b9daf89ce08a3c473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000732d05f736cbfef5f1e84b097e09d48575e899584873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073848b3feff4f60ba9a9cf8f92c9a4234d508d2d3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073afc786f195f4a1c47eb364f94066e49eca73899873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073fa84ee7e30a6780719876ec5d8a9640f0263979c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007302a82254dc04efc9b0242c278322bc4aca46452273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000739c6fd546d6f81efbe1aae0c7a2b5bf4e690bee9873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001601960007340622f008ebe5594a16631522485502cfe06fa1273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073bd7041c03b68467a55596f375c3e4bb716406a2373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600160196000737cc2c385b541107b9f74d9d830fa3c250bd2eb7e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555060016019600073734ebece6d698a50cf90ac9bf15e3f16dc34a20473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550565b60003073ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16141562001d4e57600080368080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050509050600080369050905073ffffffffffffffffffffffffffffffffffffffff81830151169250505062001d52565b3390505b90565b6040518060800160405280604f815260200162007a58604f91398051906020012081805190602001206040518060400160405280600181526020017f3100000000000000000000000000000000000000000000000000000000000000815250805190602001203062001dcc62001e0460201b60201c565b60001b60405160200162001de59594939291906200201b565b60405160208183030381529060405280519060200120600b8190555050565b6000804690508091505090565b82805462001e1f90620021c3565b90600052602060002090601f01602090048101928262001e43576000855562001e8f565b82601f1062001e5e57805160ff191683800117855562001e8f565b8280016001018555821562001e8f579182015b8281111562001e8e57825182559160200191906001019062001e71565b5b50905062001e9e919062001ea2565b5090565b5b8082111562001ebd57600081600090555060010162001ea3565b5090565b600062001ed862001ed284620020c3565b6200209a565b90508281526020810184848401111562001ef157600080fd5b62001efe8482856200218d565b509392505050565b60008151905062001f17816200231c565b92915050565b600082601f83011262001f2f57600080fd5b815162001f4184826020860162001ec1565b91505092915050565b60008060006060848603121562001f6057600080fd5b600084015167ffffffffffffffff81111562001f7b57600080fd5b62001f898682870162001f1d565b935050602084015167ffffffffffffffff81111562001fa757600080fd5b62001fb58682870162001f1d565b925050604062001fc88682870162001f06565b9150509250925092565b62001fdd8162002145565b82525050565b62001fee8162002159565b82525050565b600062002003602e83620020f9565b91506200201082620022cd565b604082019050919050565b600060a08201905062002032600083018862001fe3565b62002041602083018762001fe3565b62002050604083018662001fe3565b6200205f606083018562001fd2565b6200206e608083018462001fe3565b9695505050505050565b60006020820190508181036000830152620020938162001ff4565b9050919050565b6000620020a6620020b9565b9050620020b48282620021f9565b919050565b6000604051905090565b600067ffffffffffffffff821115620020e157620020e06200228d565b5b620020ec82620022bc565b9050602081019050919050565b600082825260208201905092915050565b6000620021178262002183565b9150620021248362002183565b9250828210156200213a57620021396200222f565b5b828203905092915050565b6000620021528262002163565b9050919050565b6000819050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60005b83811015620021ad57808201518184015260208101905062002190565b83811115620021bd576000848401525b50505050565b60006002820490506001821680620021dc57607f821691505b60208210811415620021f357620021f26200225e565b5b50919050565b6200220482620022bc565b810181811067ffffffffffffffff821117156200222657620022256200228d565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b620023278162002145565b81146200233357600080fd5b50565b6156ea80620023466000396000f3fe60806040526004361061027d5760003560e01c80634f6ccce71161014f578063b88d4fde116100c1578063e8a3d4851161007a578063e8a3d48514610982578063e985e9c5146109ad578063eb8d2444146109ea578063efd0cbf914610a15578063f2fde38b14610a31578063fc784d4914610a5a5761027d565b8063b88d4fde14610884578063c1fad42c146108ad578063c87b56dd146108d8578063ce03ec9314610915578063d5abeb011461092c578063e6a5931e146109575761027d565b806373c8c8831161011357806373c8c8831461078a5780637de55fe1146107b35780638da5cb5b146107dc57806395d89b41146108075780639a3cac6a14610832578063a22cb4651461085b5761027d565b80634f6ccce7146106915780636352211e146106ce578063674d13c81461070b57806370a0823114610736578063715018a6146107735761027d565b806323b872dd116101f357806331c89dcc116101ac57806331c89dcc146105b65780633408e470146105df5780633ad10ef61461060a5780633ccfd60b1461063557806342842e0e1461064c5780634618163e146106755761027d565b806323b872dd1461048257806326a74d8e146104ab57806327dbf41d146104d65780632d0335ab146105135780632f745c591461055057806330176e131461058d5761027d565b80630f7e5970116102455780630f7e597014610380578063138a4e01146103ab57806318160ddd146103d65780631efba6c21461040157806320379ee51461042c5780632131c68c146104575761027d565b806301ffc9a71461028257806306fdde03146102bf578063081812fc146102ea578063095ea7b3146103275780630c53c51c14610350575b600080fd5b34801561028e57600080fd5b506102a960048036038101906102a49190613d68565b610a83565b6040516102b691906145b5565b60405180910390f35b3480156102cb57600080fd5b506102d4610afd565b6040516102e19190614697565b60405180910390f35b3480156102f657600080fd5b50610311600480360381019061030c9190613e24565b610b8f565b60405161031e9190614510565b60405180910390f35b34801561033357600080fd5b5061034e60048036038101906103499190613ceb565b610c14565b005b61036a60048036038101906103659190613c5c565b610d2c565b6040516103779190614675565b60405180910390f35b34801561038c57600080fd5b50610395610f9e565b6040516103a29190614697565b60405180910390f35b3480156103b757600080fd5b506103c0610fd7565b6040516103cd91906149f9565b60405180910390f35b3480156103e257600080fd5b506103eb610fdd565b6040516103f891906149f9565b60405180910390f35b34801561040d57600080fd5b50610416610fea565b60405161042391906149f9565b60405180910390f35b34801561043857600080fd5b50610441610ff0565b60405161044e91906145d0565b60405180910390f35b34801561046357600080fd5b5061046c610ffa565b6040516104799190614510565b60405180910390f35b34801561048e57600080fd5b506104a960048036038101906104a49190613b56565b611020565b005b3480156104b757600080fd5b506104c0611080565b6040516104cd91906149f9565b60405180910390f35b3480156104e257600080fd5b506104fd60048036038101906104f89190613af1565b611086565b60405161050a91906149f9565b60405180910390f35b34801561051f57600080fd5b5061053a60048036038101906105359190613af1565b6110cf565b60405161054791906149f9565b60405180910390f35b34801561055c57600080fd5b5061057760048036038101906105729190613ceb565b611118565b60405161058491906149f9565b60405180910390f35b34801561059957600080fd5b506105b460048036038101906105af9190613de3565b6111bd565b005b3480156105c257600080fd5b506105dd60048036038101906105d89190613d27565b611253565b005b3480156105eb57600080fd5b506105f4611377565b60405161060191906149f9565b60405180910390f35b34801561061657600080fd5b5061061f611384565b60405161062c9190614510565b60405180910390f35b34801561064157600080fd5b5061064a6113aa565b005b34801561065857600080fd5b50610673600480360381019061066e9190613b56565b6114b9565b005b61068f600480360381019061068a9190613e24565b6114d9565b005b34801561069d57600080fd5b506106b860048036038101906106b39190613e24565b6115b7565b6040516106c591906149f9565b60405180910390f35b3480156106da57600080fd5b506106f560048036038101906106f09190613e24565b61164e565b6040516107029190614510565b60405180910390f35b34801561071757600080fd5b50610720611700565b60405161072d91906149f9565b60405180910390f35b34801561074257600080fd5b5061075d60048036038101906107589190613af1565b611706565b60405161076a91906149f9565b60405180910390f35b34801561077f57600080fd5b506107886117be565b005b34801561079657600080fd5b506107b160048036038101906107ac9190613e24565b611846565b005b3480156107bf57600080fd5b506107da60048036038101906107d59190613ceb565b6118cc565b005b3480156107e857600080fd5b506107f1611a79565b6040516107fe9190614510565b60405180910390f35b34801561081357600080fd5b5061081c611aa3565b6040516108299190614697565b60405180910390f35b34801561083e57600080fd5b5061085960048036038101906108549190613af1565b611b35565b005b34801561086757600080fd5b50610882600480360381019061087d9190613c20565b611bf5565b005b34801561089057600080fd5b506108ab60048036038101906108a69190613ba5565b611d76565b005b3480156108b957600080fd5b506108c2611dd8565b6040516108cf91906149f9565b60405180910390f35b3480156108e457600080fd5b506108ff60048036038101906108fa9190613e24565b611dde565b60405161090c9190614697565b60405180910390f35b34801561092157600080fd5b5061092a611e12565b005b34801561093857600080fd5b50610941611eba565b60405161094e91906149f9565b60405180910390f35b34801561096357600080fd5b5061096c611ec0565b60405161097991906149f9565b60405180910390f35b34801561098e57600080fd5b50610997611ec6565b6040516109a49190614697565b60405180910390f35b3480156109b957600080fd5b506109d460048036038101906109cf9190613b1a565b611ee6565b6040516109e191906145b5565b60405180910390f35b3480156109f657600080fd5b506109ff611fe8565b604051610a0c91906145b5565b60405180910390f35b610a2f6004803603810190610a2a9190613e24565b611ffb565b005b348015610a3d57600080fd5b50610a586004803603810190610a539190613af1565b6120a6565b005b348015610a6657600080fd5b50610a816004803603810190610a7c9190613e76565b61219e565b005b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610af65750610af5826122f3565b5b9050919050565b606060008054610b0c90614d30565b80601f0160208091040260200160405190810160405280929190818152602001828054610b3890614d30565b8015610b855780601f10610b5a57610100808354040283529160200191610b85565b820191906000526020600020905b815481529060010190602001808311610b6857829003601f168201915b5050505050905090565b6000610b9a826123d5565b610bd9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bd0906148d9565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610c1f8261164e565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610c90576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c8790614959565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610caf612441565b73ffffffffffffffffffffffffffffffffffffffff161480610cde5750610cdd81610cd8612441565b611ee6565b5b610d1d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d1490614839565b60405180910390fd5b610d278383612450565b505050565b606060006040518060600160405280600c60008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205481526020018873ffffffffffffffffffffffffffffffffffffffff168152602001878152509050610daf8782878787612509565b610dee576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610de590614939565b60405180910390fd5b610e416001600c60008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461261290919063ffffffff16565b600c60008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055507f5845892132946850460bff5a0083f71031bc5bf9aadcd40f1de79423eac9b10b873388604051610eb79392919061452b565b60405180910390a16000803073ffffffffffffffffffffffffffffffffffffffff16888a604051602001610eec929190614478565b604051602081830303815290604052604051610f089190614461565b6000604051808303816000865af19150503d8060008114610f45576040519150601f19603f3d011682016040523d82523d6000602084013e610f4a565b606091505b509150915081610f8f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f8690614719565b60405180910390fd5b80935050505095945050505050565b6040518060400160405280600181526020017f310000000000000000000000000000000000000000000000000000000000000081525081565b600f5481565b6000600880549050905090565b60155481565b6000600b54905090565b601660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b61103161102b612441565b82612628565b611070576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161106790614999565b60405180910390fd5b61107b838383612706565b505050565b60115481565b6000601960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6000600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b600061112383611706565b8210611164576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161115b906146b9565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b6111c5612441565b73ffffffffffffffffffffffffffffffffffffffff166111e3611a79565b73ffffffffffffffffffffffffffffffffffffffff1614611239576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611230906148f9565b60405180910390fd5b806018908051906020019061124f92919061382b565b5050565b61125b612441565b73ffffffffffffffffffffffffffffffffffffffff16611279611a79565b73ffffffffffffffffffffffffffffffffffffffff16146112cf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112c6906148f9565b60405180910390fd5b60005b81518110156113735760016019600084848151811061131a577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550808061136b90614d93565b9150506112d2565b5050565b6000804690508091505090565b601760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6113b2612441565b73ffffffffffffffffffffffffffffffffffffffff166113d0611a79565b73ffffffffffffffffffffffffffffffffffffffff1614611426576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161141d906148f9565b60405180910390fd5b60004790506000811161143857600080fd5b61148a601760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166114856064611477600a8661296290919063ffffffff16565b61297890919063ffffffff16565b61298e565b6114b6601660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff164761298e565b50565b6114d483838360405180602001604052806000815250611d76565b505050565b6000601960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541161155b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611552906147f9565b60405180910390fd5b348160155461156a9190614bb1565b11156115ab576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115a290614979565b60405180910390fd5b6115b481612a3f565b50565b60006115c1610fdd565b8210611602576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115f9906149d9565b60405180910390fd5b6008828154811061163c577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156116f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116ee90614879565b60405180910390fd5b80915050919050565b60145481565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611777576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161176e90614859565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6117c6612441565b73ffffffffffffffffffffffffffffffffffffffff166117e4611a79565b73ffffffffffffffffffffffffffffffffffffffff161461183a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611831906148f9565b60405180910390fd5b6118446000612bb4565b565b61184e612441565b73ffffffffffffffffffffffffffffffffffffffff1661186c611a79565b73ffffffffffffffffffffffffffffffffffffffff16146118c2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118b9906148f9565b60405180910390fd5b8060158190555050565b6118d4612441565b73ffffffffffffffffffffffffffffffffffffffff166118f2611a79565b73ffffffffffffffffffffffffffffffffffffffff1614611948576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161193f906148f9565b60405180910390fd5b601254816014546119599190614b2a565b111561199a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611991906149b9565b60405180910390fd5b600060013073ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b1580156119e457600080fd5b505afa1580156119f8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a1c9190613e4d565b611a269190614b2a565b905060005b82811015611a7357611a48848284611a439190614b2a565b612c7a565b60146000815480929190611a5b90614d93565b91905055508080611a6b90614d93565b915050611a2b565b50505050565b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611ab290614d30565b80601f0160208091040260200160405190810160405280929190818152602001828054611ade90614d30565b8015611b2b5780601f10611b0057610100808354040283529160200191611b2b565b820191906000526020600020905b815481529060010190602001808311611b0e57829003601f168201915b5050505050905090565b611b3d612441565b73ffffffffffffffffffffffffffffffffffffffff16611b5b611a79565b73ffffffffffffffffffffffffffffffffffffffff1614611bb1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ba8906148f9565b60405180910390fd5b80601660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b611bfd612441565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611c6b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c6290614799565b60405180910390fd5b8060056000611c78612441565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611d25612441565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611d6a91906145b5565b60405180910390a35050565b611d87611d81612441565b83612628565b611dc6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dbd90614999565b60405180910390fd5b611dd284848484612e48565b50505050565b60125481565b60606018611deb83612ea4565b604051602001611dfc9291906144a0565b6040516020818303038152906040529050919050565b611e1a612441565b73ffffffffffffffffffffffffffffffffffffffff16611e38611a79565b73ffffffffffffffffffffffffffffffffffffffff1614611e8e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e85906148f9565b60405180910390fd5b600e60149054906101000a900460ff1615600e60146101000a81548160ff021916908315150217905550565b60105481565b60135481565b60606040518060600160405280602b815260200161568a602b9139905090565b600080600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508273ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1663c4552791866040518263ffffffff1660e01b8152600401611f5e9190614510565b60206040518083038186803b158015611f7657600080fd5b505afa158015611f8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fae9190613dba565b73ffffffffffffffffffffffffffffffffffffffff161415611fd4576001915050611fe2565b611fde8484613051565b9150505b92915050565b600e60149054906101000a900460ff1681565b600e60149054906101000a900460ff1661204a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612041906147d9565b60405180910390fd5b34816015546120599190614bb1565b111561209a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161209190614979565b60405180910390fd5b6120a381612a3f565b50565b6120ae612441565b73ffffffffffffffffffffffffffffffffffffffff166120cc611a79565b73ffffffffffffffffffffffffffffffffffffffff1614612122576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612119906148f9565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612192576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612189906146f9565b60405180910390fd5b61219b81612bb4565b50565b6121a6612441565b73ffffffffffffffffffffffffffffffffffffffff166121c4611a79565b73ffffffffffffffffffffffffffffffffffffffff161461221a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612211906148f9565b60405180910390fd5b81601081905550806012819055506012546010546122389190614c0b565b6011819055505050565b60003073ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156122ec57600080368080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050509050600080369050905073ffffffffffffffffffffffffffffffffffffffff8183015116925050506122f0565b3390505b90565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806123be57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806123ce57506123cd826130e5565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600061244b612242565b905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff166124c38361164e565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60008073ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff16141561257a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161257190614819565b60405180910390fd5b600161258d6125888761314f565b6131b7565b838686604051600081526020016040526040516125ad9493929190614630565b6020604051602081039080840390855afa1580156125cf573d6000803e3d6000fd5b5050506020604051035173ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614905095945050505050565b600081836126209190614b2a565b905092915050565b6000612633826123d5565b612672576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612669906147b9565b60405180910390fd5b600061267d8361164e565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614806126ec57508373ffffffffffffffffffffffffffffffffffffffff166126d484610b8f565b73ffffffffffffffffffffffffffffffffffffffff16145b806126fd57506126fc8185611ee6565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff166127268261164e565b73ffffffffffffffffffffffffffffffffffffffff161461277c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161277390614919565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156127ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127e390614779565b60405180910390fd5b6127f78383836131f0565b612802600082612450565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546128529190614c0b565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546128a99190614b2a565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b600081836129709190614bb1565b905092915050565b600081836129869190614b80565b905092915050565b60008273ffffffffffffffffffffffffffffffffffffffff16826040516129b4906144fb565b60006040518083038185875af1925050503d80600081146129f1576040519150601f19603f3d011682016040523d82523d6000602084013e6129f6565b606091505b5050905080612a3a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a3190614899565b60405180910390fd5b505050565b600f54811115612a84576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a7b90614759565b60405180910390fd5b60115481601354612a959190614b2a565b1115612ad6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612acd906149b9565b60405180910390fd5b600060013073ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b158015612b2057600080fd5b505afa158015612b34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b589190613e4d565b612b629190614b2a565b905060005b82811015612baf57612b84338284612b7f9190614b2a565b612c7a565b60136000815480929190612b9790614d93565b91905055508080612ba790614d93565b915050612b67565b505050565b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612cea576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ce1906148b9565b60405180910390fd5b612cf3816123d5565b15612d33576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d2a90614739565b60405180910390fd5b612d3f600083836131f0565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612d8f9190614b2a565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b612e53848484612706565b612e5f84848484613304565b612e9e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e95906146d9565b60405180910390fd5b50505050565b60606000821415612eec576040518060400160405280600181526020017f3000000000000000000000000000000000000000000000000000000000000000815250905061304c565b600082905060005b60008214612f1e578080612f0790614d93565b915050600a82612f179190614b80565b9150612ef4565b60008167ffffffffffffffff811115612f60577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015612f925781602001600182028036833780820191505090505b5090505b6000851461304557600182612fab9190614c0b565b9150600a85612fba9190614e0a565b6030612fc69190614b2a565b60f81b818381518110613002577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a8561303e9190614b80565b9450612f96565b8093505050505b919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b600060405180608001604052806043815260200161564760439139805190602001208260000151836020015184604001518051906020012060405160200161319a94939291906145eb565b604051602081830303815290604052805190602001209050919050565b60006131c1610ff0565b826040516020016131d39291906144c4565b604051602081830303815290604052805190602001209050919050565b6131fb83838361349b565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561323e57613239816134a0565b61327d565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161461327c5761327b83826134e9565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156132c0576132bb81613656565b6132ff565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146132fe576132fd8282613799565b5b5b505050565b60006133258473ffffffffffffffffffffffffffffffffffffffff16613818565b1561348e578373ffffffffffffffffffffffffffffffffffffffff1663150b7a0261334e612441565b8786866040518563ffffffff1660e01b81526004016133709493929190614569565b602060405180830381600087803b15801561338a57600080fd5b505af19250505080156133bb57506040513d601f19601f820116820180604052508101906133b89190613d91565b60015b61343e573d80600081146133eb576040519150601f19603f3d011682016040523d82523d6000602084013e6133f0565b606091505b50600081511415613436576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161342d906146d9565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050613493565b600190505b949350505050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b600060016134f684611706565b6135009190614c0b565b90506000600760008481526020019081526020016000205490508181146135e5576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b6000600160088054905061366a9190614c0b565b90506000600960008481526020019081526020016000205490506000600883815481106136c0577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020015490508060088381548110613708577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001819055508160096000838152602001908152602001600020819055506009600085815260200190815260200160002060009055600880548061377d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b60006137a483611706565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b600080823b905060008111915050919050565b82805461383790614d30565b90600052602060002090601f01602090048101928261385957600085556138a0565b82601f1061387257805160ff19168380011785556138a0565b828001600101855582156138a0579182015b8281111561389f578251825591602001919060010190613884565b5b5090506138ad91906138b1565b5090565b5b808211156138ca5760008160009055506001016138b2565b5090565b60006138e16138dc84614a39565b614a14565b9050808382526020820190508285602086028201111561390057600080fd5b60005b85811015613930578161391688826139b6565b845260208401935060208301925050600181019050613903565b5050509392505050565b600061394d61394884614a65565b614a14565b90508281526020810184848401111561396557600080fd5b613970848285614cee565b509392505050565b600061398b61398684614a96565b614a14565b9050828152602081018484840111156139a357600080fd5b6139ae848285614cee565b509392505050565b6000813590506139c5816155a5565b92915050565b600082601f8301126139dc57600080fd5b81356139ec8482602086016138ce565b91505092915050565b600081359050613a04816155bc565b92915050565b600081359050613a19816155d3565b92915050565b600081359050613a2e816155ea565b92915050565b600081519050613a43816155ea565b92915050565b600082601f830112613a5a57600080fd5b8135613a6a84826020860161393a565b91505092915050565b600081519050613a8281615601565b92915050565b600082601f830112613a9957600080fd5b8135613aa9848260208601613978565b91505092915050565b600081359050613ac181615618565b92915050565b600081519050613ad681615618565b92915050565b600081359050613aeb8161562f565b92915050565b600060208284031215613b0357600080fd5b6000613b11848285016139b6565b91505092915050565b60008060408385031215613b2d57600080fd5b6000613b3b858286016139b6565b9250506020613b4c858286016139b6565b9150509250929050565b600080600060608486031215613b6b57600080fd5b6000613b79868287016139b6565b9350506020613b8a868287016139b6565b9250506040613b9b86828701613ab2565b9150509250925092565b60008060008060808587031215613bbb57600080fd5b6000613bc9878288016139b6565b9450506020613bda878288016139b6565b9350506040613beb87828801613ab2565b925050606085013567ffffffffffffffff811115613c0857600080fd5b613c1487828801613a49565b91505092959194509250565b60008060408385031215613c3357600080fd5b6000613c41858286016139b6565b9250506020613c52858286016139f5565b9150509250929050565b600080600080600060a08688031215613c7457600080fd5b6000613c82888289016139b6565b955050602086013567ffffffffffffffff811115613c9f57600080fd5b613cab88828901613a49565b9450506040613cbc88828901613a0a565b9350506060613ccd88828901613a0a565b9250506080613cde88828901613adc565b9150509295509295909350565b60008060408385031215613cfe57600080fd5b6000613d0c858286016139b6565b9250506020613d1d85828601613ab2565b9150509250929050565b600060208284031215613d3957600080fd5b600082013567ffffffffffffffff811115613d5357600080fd5b613d5f848285016139cb565b91505092915050565b600060208284031215613d7a57600080fd5b6000613d8884828501613a1f565b91505092915050565b600060208284031215613da357600080fd5b6000613db184828501613a34565b91505092915050565b600060208284031215613dcc57600080fd5b6000613dda84828501613a73565b91505092915050565b600060208284031215613df557600080fd5b600082013567ffffffffffffffff811115613e0f57600080fd5b613e1b84828501613a88565b91505092915050565b600060208284031215613e3657600080fd5b6000613e4484828501613ab2565b91505092915050565b600060208284031215613e5f57600080fd5b6000613e6d84828501613ac7565b91505092915050565b60008060408385031215613e8957600080fd5b6000613e9785828601613ab2565b9250506020613ea885828601613ab2565b9150509250929050565b613ebb81614c51565b82525050565b613eca81614c3f565b82525050565b613ee1613edc82614c3f565b614ddc565b82525050565b613ef081614c63565b82525050565b613eff81614c6f565b82525050565b613f16613f1182614c6f565b614dee565b82525050565b6000613f2782614adc565b613f318185614af2565b9350613f41818560208601614cfd565b613f4a81614ef7565b840191505092915050565b6000613f6082614adc565b613f6a8185614b03565b9350613f7a818560208601614cfd565b80840191505092915050565b6000613f9182614ae7565b613f9b8185614b0e565b9350613fab818560208601614cfd565b613fb481614ef7565b840191505092915050565b6000613fca82614ae7565b613fd48185614b1f565b9350613fe4818560208601614cfd565b80840191505092915050565b60008154613ffd81614d30565b6140078186614b1f565b94506001821660008114614022576001811461403357614066565b60ff19831686528186019350614066565b61403c85614ac7565b60005b8381101561405e5781548189015260018201915060208101905061403f565b838801955050505b50505092915050565b600061407c602b83614b0e565b915061408782614f15565b604082019050919050565b600061409f603283614b0e565b91506140aa82614f64565b604082019050919050565b60006140c2602683614b0e565b91506140cd82614fb3565b604082019050919050565b60006140e5601c83614b0e565b91506140f082615002565b602082019050919050565b6000614108601c83614b0e565b91506141138261502b565b602082019050919050565b600061412b600283614b1f565b915061413682615054565b600282019050919050565b600061414e601183614b0e565b91506141598261507d565b602082019050919050565b6000614171602483614b0e565b915061417c826150a6565b604082019050919050565b6000614194601983614b0e565b915061419f826150f5565b602082019050919050565b60006141b7602c83614b0e565b91506141c28261511e565b604082019050919050565b60006141da600f83614b0e565b91506141e58261516d565b602082019050919050565b60006141fd601583614b0e565b915061420882615196565b602082019050919050565b6000614220602583614b0e565b915061422b826151bf565b604082019050919050565b6000614243603883614b0e565b915061424e8261520e565b604082019050919050565b6000614266602a83614b0e565b91506142718261525d565b604082019050919050565b6000614289602983614b0e565b9150614294826152ac565b604082019050919050565b60006142ac600983614b0e565b91506142b7826152fb565b602082019050919050565b60006142cf602083614b0e565b91506142da82615324565b602082019050919050565b60006142f2602c83614b0e565b91506142fd8261534d565b604082019050919050565b6000614315602083614b0e565b91506143208261539c565b602082019050919050565b6000614338602983614b0e565b9150614343826153c5565b604082019050919050565b600061435b602183614b0e565b915061436682615414565b604082019050919050565b600061437e602183614b0e565b915061438982615463565b604082019050919050565b60006143a1601183614b0e565b91506143ac826154b2565b602082019050919050565b60006143c4600083614b03565b91506143cf826154db565b600082019050919050565b60006143e7603183614b0e565b91506143f2826154de565b604082019050919050565b600061440a601283614b0e565b91506144158261552d565b602082019050919050565b600061442d602c83614b0e565b915061443882615556565b604082019050919050565b61444c81614cd7565b82525050565b61445b81614ce1565b82525050565b600061446d8284613f55565b915081905092915050565b60006144848285613f55565b91506144908284613ed0565b6014820191508190509392505050565b60006144ac8285613ff0565b91506144b88284613fbf565b91508190509392505050565b60006144cf8261411e565b91506144db8285613f05565b6020820191506144eb8284613f05565b6020820191508190509392505050565b6000614506826143b7565b9150819050919050565b60006020820190506145256000830184613ec1565b92915050565b60006060820190506145406000830186613ec1565b61454d6020830185613eb2565b818103604083015261455f8184613f1c565b9050949350505050565b600060808201905061457e6000830187613ec1565b61458b6020830186613ec1565b6145986040830185614443565b81810360608301526145aa8184613f1c565b905095945050505050565b60006020820190506145ca6000830184613ee7565b92915050565b60006020820190506145e56000830184613ef6565b92915050565b60006080820190506146006000830187613ef6565b61460d6020830186614443565b61461a6040830185613ec1565b6146276060830184613ef6565b95945050505050565b60006080820190506146456000830187613ef6565b6146526020830186614452565b61465f6040830185613ef6565b61466c6060830184613ef6565b95945050505050565b6000602082019050818103600083015261468f8184613f1c565b905092915050565b600060208201905081810360008301526146b18184613f86565b905092915050565b600060208201905081810360008301526146d28161406f565b9050919050565b600060208201905081810360008301526146f281614092565b9050919050565b60006020820190508181036000830152614712816140b5565b9050919050565b60006020820190508181036000830152614732816140d8565b9050919050565b60006020820190508181036000830152614752816140fb565b9050919050565b6000602082019050818103600083015261477281614141565b9050919050565b6000602082019050818103600083015261479281614164565b9050919050565b600060208201905081810360008301526147b281614187565b9050919050565b600060208201905081810360008301526147d2816141aa565b9050919050565b600060208201905081810360008301526147f2816141cd565b9050919050565b60006020820190508181036000830152614812816141f0565b9050919050565b6000602082019050818103600083015261483281614213565b9050919050565b6000602082019050818103600083015261485281614236565b9050919050565b6000602082019050818103600083015261487281614259565b9050919050565b600060208201905081810360008301526148928161427c565b9050919050565b600060208201905081810360008301526148b28161429f565b9050919050565b600060208201905081810360008301526148d2816142c2565b9050919050565b600060208201905081810360008301526148f2816142e5565b9050919050565b6000602082019050818103600083015261491281614308565b9050919050565b600060208201905081810360008301526149328161432b565b9050919050565b600060208201905081810360008301526149528161434e565b9050919050565b6000602082019050818103600083015261497281614371565b9050919050565b6000602082019050818103600083015261499281614394565b9050919050565b600060208201905081810360008301526149b2816143da565b9050919050565b600060208201905081810360008301526149d2816143fd565b9050919050565b600060208201905081810360008301526149f281614420565b9050919050565b6000602082019050614a0e6000830184614443565b92915050565b6000614a1e614a2f565b9050614a2a8282614d62565b919050565b6000604051905090565b600067ffffffffffffffff821115614a5457614a53614ec8565b5b602082029050602081019050919050565b600067ffffffffffffffff821115614a8057614a7f614ec8565b5b614a8982614ef7565b9050602081019050919050565b600067ffffffffffffffff821115614ab157614ab0614ec8565b5b614aba82614ef7565b9050602081019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b6000614b3582614cd7565b9150614b4083614cd7565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115614b7557614b74614e3b565b5b828201905092915050565b6000614b8b82614cd7565b9150614b9683614cd7565b925082614ba657614ba5614e6a565b5b828204905092915050565b6000614bbc82614cd7565b9150614bc783614cd7565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615614c0057614bff614e3b565b5b828202905092915050565b6000614c1682614cd7565b9150614c2183614cd7565b925082821015614c3457614c33614e3b565b5b828203905092915050565b6000614c4a82614cb7565b9050919050565b6000614c5c82614cb7565b9050919050565b60008115159050919050565b6000819050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6000614cb082614c3f565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b82818337600083830152505050565b60005b83811015614d1b578082015181840152602081019050614d00565b83811115614d2a576000848401525b50505050565b60006002820490506001821680614d4857607f821691505b60208210811415614d5c57614d5b614e99565b5b50919050565b614d6b82614ef7565b810181811067ffffffffffffffff82111715614d8a57614d89614ec8565b5b80604052505050565b6000614d9e82614cd7565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415614dd157614dd0614e3b565b5b600182019050919050565b6000614de782614df8565b9050919050565b6000819050919050565b6000614e0382614f08565b9050919050565b6000614e1582614cd7565b9150614e2083614cd7565b925082614e3057614e2f614e6a565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b60008160601b9050919050565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f46756e6374696f6e2063616c6c206e6f74207375636365737366756c00000000600082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f1901000000000000000000000000000000000000000000000000000000000000600082015250565b7f4d6178206d696e74206578636565646564000000000000000000000000000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f53616c65206e6f74206163746976650000000000000000000000000000000000600082015250565b7f4e6f7420656c696769626c6520746f20636c61696d0000000000000000000000600082015250565b7f4e61746976654d6574615472616e73616374696f6e3a20494e56414c49445f5360008201527f49474e4552000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f5478206661696c65640000000000000000000000000000000000000000000000600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f5369676e657220616e64207369676e617475726520646f206e6f74206d61746360008201527f6800000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4574682076616c20696e636f7272656374000000000000000000000000000000600082015250565b50565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f4d617820737570706c7920726561636865640000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b6155ae81614c3f565b81146155b957600080fd5b50565b6155c581614c63565b81146155d057600080fd5b50565b6155dc81614c6f565b81146155e757600080fd5b50565b6155f381614c79565b81146155fe57600080fd5b50565b61560a81614ca5565b811461561557600080fd5b50565b61562181614cd7565b811461562c57600080fd5b50565b61563881614ce1565b811461564357600080fd5b5056fe4d6574615472616e73616374696f6e2875696e74323536206e6f6e63652c616464726573732066726f6d2c62797465732066756e6374696f6e5369676e61747572652968747470733a2f2f7777772e74696765726375626b696e67732e696f2f6170692f636f6e74726163742f31a2646970667358221220b129690648f65e4fac0fd574f6bd0267cabefa857c4fdd5fee00a7a59e79673e64736f6c6343000802003368747470733a2f2f7777772e74696765726375626b696e67732e696f2f6170692f6d6574612f312f454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c6164647265737320766572696679696e67436f6e74726163742c627974657333322073616c7429000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000096ef223e40167d26e809c2b2089e54af01ef3ef9000000000000000000000000000000000000000000000000000000000000000e546967657220437562204b696e67000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000354434b0000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x60806040526004361061027d5760003560e01c80634f6ccce71161014f578063b88d4fde116100c1578063e8a3d4851161007a578063e8a3d48514610982578063e985e9c5146109ad578063eb8d2444146109ea578063efd0cbf914610a15578063f2fde38b14610a31578063fc784d4914610a5a5761027d565b8063b88d4fde14610884578063c1fad42c146108ad578063c87b56dd146108d8578063ce03ec9314610915578063d5abeb011461092c578063e6a5931e146109575761027d565b806373c8c8831161011357806373c8c8831461078a5780637de55fe1146107b35780638da5cb5b146107dc57806395d89b41146108075780639a3cac6a14610832578063a22cb4651461085b5761027d565b80634f6ccce7146106915780636352211e146106ce578063674d13c81461070b57806370a0823114610736578063715018a6146107735761027d565b806323b872dd116101f357806331c89dcc116101ac57806331c89dcc146105b65780633408e470146105df5780633ad10ef61461060a5780633ccfd60b1461063557806342842e0e1461064c5780634618163e146106755761027d565b806323b872dd1461048257806326a74d8e146104ab57806327dbf41d146104d65780632d0335ab146105135780632f745c591461055057806330176e131461058d5761027d565b80630f7e5970116102455780630f7e597014610380578063138a4e01146103ab57806318160ddd146103d65780631efba6c21461040157806320379ee51461042c5780632131c68c146104575761027d565b806301ffc9a71461028257806306fdde03146102bf578063081812fc146102ea578063095ea7b3146103275780630c53c51c14610350575b600080fd5b34801561028e57600080fd5b506102a960048036038101906102a49190613d68565b610a83565b6040516102b691906145b5565b60405180910390f35b3480156102cb57600080fd5b506102d4610afd565b6040516102e19190614697565b60405180910390f35b3480156102f657600080fd5b50610311600480360381019061030c9190613e24565b610b8f565b60405161031e9190614510565b60405180910390f35b34801561033357600080fd5b5061034e60048036038101906103499190613ceb565b610c14565b005b61036a60048036038101906103659190613c5c565b610d2c565b6040516103779190614675565b60405180910390f35b34801561038c57600080fd5b50610395610f9e565b6040516103a29190614697565b60405180910390f35b3480156103b757600080fd5b506103c0610fd7565b6040516103cd91906149f9565b60405180910390f35b3480156103e257600080fd5b506103eb610fdd565b6040516103f891906149f9565b60405180910390f35b34801561040d57600080fd5b50610416610fea565b60405161042391906149f9565b60405180910390f35b34801561043857600080fd5b50610441610ff0565b60405161044e91906145d0565b60405180910390f35b34801561046357600080fd5b5061046c610ffa565b6040516104799190614510565b60405180910390f35b34801561048e57600080fd5b506104a960048036038101906104a49190613b56565b611020565b005b3480156104b757600080fd5b506104c0611080565b6040516104cd91906149f9565b60405180910390f35b3480156104e257600080fd5b506104fd60048036038101906104f89190613af1565b611086565b60405161050a91906149f9565b60405180910390f35b34801561051f57600080fd5b5061053a60048036038101906105359190613af1565b6110cf565b60405161054791906149f9565b60405180910390f35b34801561055c57600080fd5b5061057760048036038101906105729190613ceb565b611118565b60405161058491906149f9565b60405180910390f35b34801561059957600080fd5b506105b460048036038101906105af9190613de3565b6111bd565b005b3480156105c257600080fd5b506105dd60048036038101906105d89190613d27565b611253565b005b3480156105eb57600080fd5b506105f4611377565b60405161060191906149f9565b60405180910390f35b34801561061657600080fd5b5061061f611384565b60405161062c9190614510565b60405180910390f35b34801561064157600080fd5b5061064a6113aa565b005b34801561065857600080fd5b50610673600480360381019061066e9190613b56565b6114b9565b005b61068f600480360381019061068a9190613e24565b6114d9565b005b34801561069d57600080fd5b506106b860048036038101906106b39190613e24565b6115b7565b6040516106c591906149f9565b60405180910390f35b3480156106da57600080fd5b506106f560048036038101906106f09190613e24565b61164e565b6040516107029190614510565b60405180910390f35b34801561071757600080fd5b50610720611700565b60405161072d91906149f9565b60405180910390f35b34801561074257600080fd5b5061075d60048036038101906107589190613af1565b611706565b60405161076a91906149f9565b60405180910390f35b34801561077f57600080fd5b506107886117be565b005b34801561079657600080fd5b506107b160048036038101906107ac9190613e24565b611846565b005b3480156107bf57600080fd5b506107da60048036038101906107d59190613ceb565b6118cc565b005b3480156107e857600080fd5b506107f1611a79565b6040516107fe9190614510565b60405180910390f35b34801561081357600080fd5b5061081c611aa3565b6040516108299190614697565b60405180910390f35b34801561083e57600080fd5b5061085960048036038101906108549190613af1565b611b35565b005b34801561086757600080fd5b50610882600480360381019061087d9190613c20565b611bf5565b005b34801561089057600080fd5b506108ab60048036038101906108a69190613ba5565b611d76565b005b3480156108b957600080fd5b506108c2611dd8565b6040516108cf91906149f9565b60405180910390f35b3480156108e457600080fd5b506108ff60048036038101906108fa9190613e24565b611dde565b60405161090c9190614697565b60405180910390f35b34801561092157600080fd5b5061092a611e12565b005b34801561093857600080fd5b50610941611eba565b60405161094e91906149f9565b60405180910390f35b34801561096357600080fd5b5061096c611ec0565b60405161097991906149f9565b60405180910390f35b34801561098e57600080fd5b50610997611ec6565b6040516109a49190614697565b60405180910390f35b3480156109b957600080fd5b506109d460048036038101906109cf9190613b1a565b611ee6565b6040516109e191906145b5565b60405180910390f35b3480156109f657600080fd5b506109ff611fe8565b604051610a0c91906145b5565b60405180910390f35b610a2f6004803603810190610a2a9190613e24565b611ffb565b005b348015610a3d57600080fd5b50610a586004803603810190610a539190613af1565b6120a6565b005b348015610a6657600080fd5b50610a816004803603810190610a7c9190613e76565b61219e565b005b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610af65750610af5826122f3565b5b9050919050565b606060008054610b0c90614d30565b80601f0160208091040260200160405190810160405280929190818152602001828054610b3890614d30565b8015610b855780601f10610b5a57610100808354040283529160200191610b85565b820191906000526020600020905b815481529060010190602001808311610b6857829003601f168201915b5050505050905090565b6000610b9a826123d5565b610bd9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bd0906148d9565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610c1f8261164e565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610c90576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c8790614959565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610caf612441565b73ffffffffffffffffffffffffffffffffffffffff161480610cde5750610cdd81610cd8612441565b611ee6565b5b610d1d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d1490614839565b60405180910390fd5b610d278383612450565b505050565b606060006040518060600160405280600c60008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205481526020018873ffffffffffffffffffffffffffffffffffffffff168152602001878152509050610daf8782878787612509565b610dee576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610de590614939565b60405180910390fd5b610e416001600c60008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461261290919063ffffffff16565b600c60008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055507f5845892132946850460bff5a0083f71031bc5bf9aadcd40f1de79423eac9b10b873388604051610eb79392919061452b565b60405180910390a16000803073ffffffffffffffffffffffffffffffffffffffff16888a604051602001610eec929190614478565b604051602081830303815290604052604051610f089190614461565b6000604051808303816000865af19150503d8060008114610f45576040519150601f19603f3d011682016040523d82523d6000602084013e610f4a565b606091505b509150915081610f8f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f8690614719565b60405180910390fd5b80935050505095945050505050565b6040518060400160405280600181526020017f310000000000000000000000000000000000000000000000000000000000000081525081565b600f5481565b6000600880549050905090565b60155481565b6000600b54905090565b601660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b61103161102b612441565b82612628565b611070576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161106790614999565b60405180910390fd5b61107b838383612706565b505050565b60115481565b6000601960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6000600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b600061112383611706565b8210611164576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161115b906146b9565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b6111c5612441565b73ffffffffffffffffffffffffffffffffffffffff166111e3611a79565b73ffffffffffffffffffffffffffffffffffffffff1614611239576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611230906148f9565b60405180910390fd5b806018908051906020019061124f92919061382b565b5050565b61125b612441565b73ffffffffffffffffffffffffffffffffffffffff16611279611a79565b73ffffffffffffffffffffffffffffffffffffffff16146112cf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112c6906148f9565b60405180910390fd5b60005b81518110156113735760016019600084848151811061131a577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550808061136b90614d93565b9150506112d2565b5050565b6000804690508091505090565b601760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6113b2612441565b73ffffffffffffffffffffffffffffffffffffffff166113d0611a79565b73ffffffffffffffffffffffffffffffffffffffff1614611426576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161141d906148f9565b60405180910390fd5b60004790506000811161143857600080fd5b61148a601760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166114856064611477600a8661296290919063ffffffff16565b61297890919063ffffffff16565b61298e565b6114b6601660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff164761298e565b50565b6114d483838360405180602001604052806000815250611d76565b505050565b6000601960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541161155b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611552906147f9565b60405180910390fd5b348160155461156a9190614bb1565b11156115ab576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115a290614979565b60405180910390fd5b6115b481612a3f565b50565b60006115c1610fdd565b8210611602576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115f9906149d9565b60405180910390fd5b6008828154811061163c577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156116f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116ee90614879565b60405180910390fd5b80915050919050565b60145481565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611777576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161176e90614859565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6117c6612441565b73ffffffffffffffffffffffffffffffffffffffff166117e4611a79565b73ffffffffffffffffffffffffffffffffffffffff161461183a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611831906148f9565b60405180910390fd5b6118446000612bb4565b565b61184e612441565b73ffffffffffffffffffffffffffffffffffffffff1661186c611a79565b73ffffffffffffffffffffffffffffffffffffffff16146118c2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118b9906148f9565b60405180910390fd5b8060158190555050565b6118d4612441565b73ffffffffffffffffffffffffffffffffffffffff166118f2611a79565b73ffffffffffffffffffffffffffffffffffffffff1614611948576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161193f906148f9565b60405180910390fd5b601254816014546119599190614b2a565b111561199a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611991906149b9565b60405180910390fd5b600060013073ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b1580156119e457600080fd5b505afa1580156119f8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a1c9190613e4d565b611a269190614b2a565b905060005b82811015611a7357611a48848284611a439190614b2a565b612c7a565b60146000815480929190611a5b90614d93565b91905055508080611a6b90614d93565b915050611a2b565b50505050565b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611ab290614d30565b80601f0160208091040260200160405190810160405280929190818152602001828054611ade90614d30565b8015611b2b5780601f10611b0057610100808354040283529160200191611b2b565b820191906000526020600020905b815481529060010190602001808311611b0e57829003601f168201915b5050505050905090565b611b3d612441565b73ffffffffffffffffffffffffffffffffffffffff16611b5b611a79565b73ffffffffffffffffffffffffffffffffffffffff1614611bb1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ba8906148f9565b60405180910390fd5b80601660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b611bfd612441565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611c6b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c6290614799565b60405180910390fd5b8060056000611c78612441565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611d25612441565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611d6a91906145b5565b60405180910390a35050565b611d87611d81612441565b83612628565b611dc6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dbd90614999565b60405180910390fd5b611dd284848484612e48565b50505050565b60125481565b60606018611deb83612ea4565b604051602001611dfc9291906144a0565b6040516020818303038152906040529050919050565b611e1a612441565b73ffffffffffffffffffffffffffffffffffffffff16611e38611a79565b73ffffffffffffffffffffffffffffffffffffffff1614611e8e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e85906148f9565b60405180910390fd5b600e60149054906101000a900460ff1615600e60146101000a81548160ff021916908315150217905550565b60105481565b60135481565b60606040518060600160405280602b815260200161568a602b9139905090565b600080600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508273ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1663c4552791866040518263ffffffff1660e01b8152600401611f5e9190614510565b60206040518083038186803b158015611f7657600080fd5b505afa158015611f8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fae9190613dba565b73ffffffffffffffffffffffffffffffffffffffff161415611fd4576001915050611fe2565b611fde8484613051565b9150505b92915050565b600e60149054906101000a900460ff1681565b600e60149054906101000a900460ff1661204a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612041906147d9565b60405180910390fd5b34816015546120599190614bb1565b111561209a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161209190614979565b60405180910390fd5b6120a381612a3f565b50565b6120ae612441565b73ffffffffffffffffffffffffffffffffffffffff166120cc611a79565b73ffffffffffffffffffffffffffffffffffffffff1614612122576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612119906148f9565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612192576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612189906146f9565b60405180910390fd5b61219b81612bb4565b50565b6121a6612441565b73ffffffffffffffffffffffffffffffffffffffff166121c4611a79565b73ffffffffffffffffffffffffffffffffffffffff161461221a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612211906148f9565b60405180910390fd5b81601081905550806012819055506012546010546122389190614c0b565b6011819055505050565b60003073ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156122ec57600080368080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050509050600080369050905073ffffffffffffffffffffffffffffffffffffffff8183015116925050506122f0565b3390505b90565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806123be57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806123ce57506123cd826130e5565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600061244b612242565b905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff166124c38361164e565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60008073ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff16141561257a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161257190614819565b60405180910390fd5b600161258d6125888761314f565b6131b7565b838686604051600081526020016040526040516125ad9493929190614630565b6020604051602081039080840390855afa1580156125cf573d6000803e3d6000fd5b5050506020604051035173ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614905095945050505050565b600081836126209190614b2a565b905092915050565b6000612633826123d5565b612672576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612669906147b9565b60405180910390fd5b600061267d8361164e565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614806126ec57508373ffffffffffffffffffffffffffffffffffffffff166126d484610b8f565b73ffffffffffffffffffffffffffffffffffffffff16145b806126fd57506126fc8185611ee6565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff166127268261164e565b73ffffffffffffffffffffffffffffffffffffffff161461277c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161277390614919565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156127ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127e390614779565b60405180910390fd5b6127f78383836131f0565b612802600082612450565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546128529190614c0b565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546128a99190614b2a565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b600081836129709190614bb1565b905092915050565b600081836129869190614b80565b905092915050565b60008273ffffffffffffffffffffffffffffffffffffffff16826040516129b4906144fb565b60006040518083038185875af1925050503d80600081146129f1576040519150601f19603f3d011682016040523d82523d6000602084013e6129f6565b606091505b5050905080612a3a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a3190614899565b60405180910390fd5b505050565b600f54811115612a84576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a7b90614759565b60405180910390fd5b60115481601354612a959190614b2a565b1115612ad6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612acd906149b9565b60405180910390fd5b600060013073ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b158015612b2057600080fd5b505afa158015612b34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b589190613e4d565b612b629190614b2a565b905060005b82811015612baf57612b84338284612b7f9190614b2a565b612c7a565b60136000815480929190612b9790614d93565b91905055508080612ba790614d93565b915050612b67565b505050565b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612cea576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ce1906148b9565b60405180910390fd5b612cf3816123d5565b15612d33576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d2a90614739565b60405180910390fd5b612d3f600083836131f0565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612d8f9190614b2a565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b612e53848484612706565b612e5f84848484613304565b612e9e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e95906146d9565b60405180910390fd5b50505050565b60606000821415612eec576040518060400160405280600181526020017f3000000000000000000000000000000000000000000000000000000000000000815250905061304c565b600082905060005b60008214612f1e578080612f0790614d93565b915050600a82612f179190614b80565b9150612ef4565b60008167ffffffffffffffff811115612f60577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015612f925781602001600182028036833780820191505090505b5090505b6000851461304557600182612fab9190614c0b565b9150600a85612fba9190614e0a565b6030612fc69190614b2a565b60f81b818381518110613002577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a8561303e9190614b80565b9450612f96565b8093505050505b919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b600060405180608001604052806043815260200161564760439139805190602001208260000151836020015184604001518051906020012060405160200161319a94939291906145eb565b604051602081830303815290604052805190602001209050919050565b60006131c1610ff0565b826040516020016131d39291906144c4565b604051602081830303815290604052805190602001209050919050565b6131fb83838361349b565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561323e57613239816134a0565b61327d565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161461327c5761327b83826134e9565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156132c0576132bb81613656565b6132ff565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146132fe576132fd8282613799565b5b5b505050565b60006133258473ffffffffffffffffffffffffffffffffffffffff16613818565b1561348e578373ffffffffffffffffffffffffffffffffffffffff1663150b7a0261334e612441565b8786866040518563ffffffff1660e01b81526004016133709493929190614569565b602060405180830381600087803b15801561338a57600080fd5b505af19250505080156133bb57506040513d601f19601f820116820180604052508101906133b89190613d91565b60015b61343e573d80600081146133eb576040519150601f19603f3d011682016040523d82523d6000602084013e6133f0565b606091505b50600081511415613436576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161342d906146d9565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050613493565b600190505b949350505050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b600060016134f684611706565b6135009190614c0b565b90506000600760008481526020019081526020016000205490508181146135e5576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b6000600160088054905061366a9190614c0b565b90506000600960008481526020019081526020016000205490506000600883815481106136c0577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020015490508060088381548110613708577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001819055508160096000838152602001908152602001600020819055506009600085815260200190815260200160002060009055600880548061377d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b60006137a483611706565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b600080823b905060008111915050919050565b82805461383790614d30565b90600052602060002090601f01602090048101928261385957600085556138a0565b82601f1061387257805160ff19168380011785556138a0565b828001600101855582156138a0579182015b8281111561389f578251825591602001919060010190613884565b5b5090506138ad91906138b1565b5090565b5b808211156138ca5760008160009055506001016138b2565b5090565b60006138e16138dc84614a39565b614a14565b9050808382526020820190508285602086028201111561390057600080fd5b60005b85811015613930578161391688826139b6565b845260208401935060208301925050600181019050613903565b5050509392505050565b600061394d61394884614a65565b614a14565b90508281526020810184848401111561396557600080fd5b613970848285614cee565b509392505050565b600061398b61398684614a96565b614a14565b9050828152602081018484840111156139a357600080fd5b6139ae848285614cee565b509392505050565b6000813590506139c5816155a5565b92915050565b600082601f8301126139dc57600080fd5b81356139ec8482602086016138ce565b91505092915050565b600081359050613a04816155bc565b92915050565b600081359050613a19816155d3565b92915050565b600081359050613a2e816155ea565b92915050565b600081519050613a43816155ea565b92915050565b600082601f830112613a5a57600080fd5b8135613a6a84826020860161393a565b91505092915050565b600081519050613a8281615601565b92915050565b600082601f830112613a9957600080fd5b8135613aa9848260208601613978565b91505092915050565b600081359050613ac181615618565b92915050565b600081519050613ad681615618565b92915050565b600081359050613aeb8161562f565b92915050565b600060208284031215613b0357600080fd5b6000613b11848285016139b6565b91505092915050565b60008060408385031215613b2d57600080fd5b6000613b3b858286016139b6565b9250506020613b4c858286016139b6565b9150509250929050565b600080600060608486031215613b6b57600080fd5b6000613b79868287016139b6565b9350506020613b8a868287016139b6565b9250506040613b9b86828701613ab2565b9150509250925092565b60008060008060808587031215613bbb57600080fd5b6000613bc9878288016139b6565b9450506020613bda878288016139b6565b9350506040613beb87828801613ab2565b925050606085013567ffffffffffffffff811115613c0857600080fd5b613c1487828801613a49565b91505092959194509250565b60008060408385031215613c3357600080fd5b6000613c41858286016139b6565b9250506020613c52858286016139f5565b9150509250929050565b600080600080600060a08688031215613c7457600080fd5b6000613c82888289016139b6565b955050602086013567ffffffffffffffff811115613c9f57600080fd5b613cab88828901613a49565b9450506040613cbc88828901613a0a565b9350506060613ccd88828901613a0a565b9250506080613cde88828901613adc565b9150509295509295909350565b60008060408385031215613cfe57600080fd5b6000613d0c858286016139b6565b9250506020613d1d85828601613ab2565b9150509250929050565b600060208284031215613d3957600080fd5b600082013567ffffffffffffffff811115613d5357600080fd5b613d5f848285016139cb565b91505092915050565b600060208284031215613d7a57600080fd5b6000613d8884828501613a1f565b91505092915050565b600060208284031215613da357600080fd5b6000613db184828501613a34565b91505092915050565b600060208284031215613dcc57600080fd5b6000613dda84828501613a73565b91505092915050565b600060208284031215613df557600080fd5b600082013567ffffffffffffffff811115613e0f57600080fd5b613e1b84828501613a88565b91505092915050565b600060208284031215613e3657600080fd5b6000613e4484828501613ab2565b91505092915050565b600060208284031215613e5f57600080fd5b6000613e6d84828501613ac7565b91505092915050565b60008060408385031215613e8957600080fd5b6000613e9785828601613ab2565b9250506020613ea885828601613ab2565b9150509250929050565b613ebb81614c51565b82525050565b613eca81614c3f565b82525050565b613ee1613edc82614c3f565b614ddc565b82525050565b613ef081614c63565b82525050565b613eff81614c6f565b82525050565b613f16613f1182614c6f565b614dee565b82525050565b6000613f2782614adc565b613f318185614af2565b9350613f41818560208601614cfd565b613f4a81614ef7565b840191505092915050565b6000613f6082614adc565b613f6a8185614b03565b9350613f7a818560208601614cfd565b80840191505092915050565b6000613f9182614ae7565b613f9b8185614b0e565b9350613fab818560208601614cfd565b613fb481614ef7565b840191505092915050565b6000613fca82614ae7565b613fd48185614b1f565b9350613fe4818560208601614cfd565b80840191505092915050565b60008154613ffd81614d30565b6140078186614b1f565b94506001821660008114614022576001811461403357614066565b60ff19831686528186019350614066565b61403c85614ac7565b60005b8381101561405e5781548189015260018201915060208101905061403f565b838801955050505b50505092915050565b600061407c602b83614b0e565b915061408782614f15565b604082019050919050565b600061409f603283614b0e565b91506140aa82614f64565b604082019050919050565b60006140c2602683614b0e565b91506140cd82614fb3565b604082019050919050565b60006140e5601c83614b0e565b91506140f082615002565b602082019050919050565b6000614108601c83614b0e565b91506141138261502b565b602082019050919050565b600061412b600283614b1f565b915061413682615054565b600282019050919050565b600061414e601183614b0e565b91506141598261507d565b602082019050919050565b6000614171602483614b0e565b915061417c826150a6565b604082019050919050565b6000614194601983614b0e565b915061419f826150f5565b602082019050919050565b60006141b7602c83614b0e565b91506141c28261511e565b604082019050919050565b60006141da600f83614b0e565b91506141e58261516d565b602082019050919050565b60006141fd601583614b0e565b915061420882615196565b602082019050919050565b6000614220602583614b0e565b915061422b826151bf565b604082019050919050565b6000614243603883614b0e565b915061424e8261520e565b604082019050919050565b6000614266602a83614b0e565b91506142718261525d565b604082019050919050565b6000614289602983614b0e565b9150614294826152ac565b604082019050919050565b60006142ac600983614b0e565b91506142b7826152fb565b602082019050919050565b60006142cf602083614b0e565b91506142da82615324565b602082019050919050565b60006142f2602c83614b0e565b91506142fd8261534d565b604082019050919050565b6000614315602083614b0e565b91506143208261539c565b602082019050919050565b6000614338602983614b0e565b9150614343826153c5565b604082019050919050565b600061435b602183614b0e565b915061436682615414565b604082019050919050565b600061437e602183614b0e565b915061438982615463565b604082019050919050565b60006143a1601183614b0e565b91506143ac826154b2565b602082019050919050565b60006143c4600083614b03565b91506143cf826154db565b600082019050919050565b60006143e7603183614b0e565b91506143f2826154de565b604082019050919050565b600061440a601283614b0e565b91506144158261552d565b602082019050919050565b600061442d602c83614b0e565b915061443882615556565b604082019050919050565b61444c81614cd7565b82525050565b61445b81614ce1565b82525050565b600061446d8284613f55565b915081905092915050565b60006144848285613f55565b91506144908284613ed0565b6014820191508190509392505050565b60006144ac8285613ff0565b91506144b88284613fbf565b91508190509392505050565b60006144cf8261411e565b91506144db8285613f05565b6020820191506144eb8284613f05565b6020820191508190509392505050565b6000614506826143b7565b9150819050919050565b60006020820190506145256000830184613ec1565b92915050565b60006060820190506145406000830186613ec1565b61454d6020830185613eb2565b818103604083015261455f8184613f1c565b9050949350505050565b600060808201905061457e6000830187613ec1565b61458b6020830186613ec1565b6145986040830185614443565b81810360608301526145aa8184613f1c565b905095945050505050565b60006020820190506145ca6000830184613ee7565b92915050565b60006020820190506145e56000830184613ef6565b92915050565b60006080820190506146006000830187613ef6565b61460d6020830186614443565b61461a6040830185613ec1565b6146276060830184613ef6565b95945050505050565b60006080820190506146456000830187613ef6565b6146526020830186614452565b61465f6040830185613ef6565b61466c6060830184613ef6565b95945050505050565b6000602082019050818103600083015261468f8184613f1c565b905092915050565b600060208201905081810360008301526146b18184613f86565b905092915050565b600060208201905081810360008301526146d28161406f565b9050919050565b600060208201905081810360008301526146f281614092565b9050919050565b60006020820190508181036000830152614712816140b5565b9050919050565b60006020820190508181036000830152614732816140d8565b9050919050565b60006020820190508181036000830152614752816140fb565b9050919050565b6000602082019050818103600083015261477281614141565b9050919050565b6000602082019050818103600083015261479281614164565b9050919050565b600060208201905081810360008301526147b281614187565b9050919050565b600060208201905081810360008301526147d2816141aa565b9050919050565b600060208201905081810360008301526147f2816141cd565b9050919050565b60006020820190508181036000830152614812816141f0565b9050919050565b6000602082019050818103600083015261483281614213565b9050919050565b6000602082019050818103600083015261485281614236565b9050919050565b6000602082019050818103600083015261487281614259565b9050919050565b600060208201905081810360008301526148928161427c565b9050919050565b600060208201905081810360008301526148b28161429f565b9050919050565b600060208201905081810360008301526148d2816142c2565b9050919050565b600060208201905081810360008301526148f2816142e5565b9050919050565b6000602082019050818103600083015261491281614308565b9050919050565b600060208201905081810360008301526149328161432b565b9050919050565b600060208201905081810360008301526149528161434e565b9050919050565b6000602082019050818103600083015261497281614371565b9050919050565b6000602082019050818103600083015261499281614394565b9050919050565b600060208201905081810360008301526149b2816143da565b9050919050565b600060208201905081810360008301526149d2816143fd565b9050919050565b600060208201905081810360008301526149f281614420565b9050919050565b6000602082019050614a0e6000830184614443565b92915050565b6000614a1e614a2f565b9050614a2a8282614d62565b919050565b6000604051905090565b600067ffffffffffffffff821115614a5457614a53614ec8565b5b602082029050602081019050919050565b600067ffffffffffffffff821115614a8057614a7f614ec8565b5b614a8982614ef7565b9050602081019050919050565b600067ffffffffffffffff821115614ab157614ab0614ec8565b5b614aba82614ef7565b9050602081019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b6000614b3582614cd7565b9150614b4083614cd7565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115614b7557614b74614e3b565b5b828201905092915050565b6000614b8b82614cd7565b9150614b9683614cd7565b925082614ba657614ba5614e6a565b5b828204905092915050565b6000614bbc82614cd7565b9150614bc783614cd7565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615614c0057614bff614e3b565b5b828202905092915050565b6000614c1682614cd7565b9150614c2183614cd7565b925082821015614c3457614c33614e3b565b5b828203905092915050565b6000614c4a82614cb7565b9050919050565b6000614c5c82614cb7565b9050919050565b60008115159050919050565b6000819050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6000614cb082614c3f565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b82818337600083830152505050565b60005b83811015614d1b578082015181840152602081019050614d00565b83811115614d2a576000848401525b50505050565b60006002820490506001821680614d4857607f821691505b60208210811415614d5c57614d5b614e99565b5b50919050565b614d6b82614ef7565b810181811067ffffffffffffffff82111715614d8a57614d89614ec8565b5b80604052505050565b6000614d9e82614cd7565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415614dd157614dd0614e3b565b5b600182019050919050565b6000614de782614df8565b9050919050565b6000819050919050565b6000614e0382614f08565b9050919050565b6000614e1582614cd7565b9150614e2083614cd7565b925082614e3057614e2f614e6a565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b60008160601b9050919050565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f46756e6374696f6e2063616c6c206e6f74207375636365737366756c00000000600082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f1901000000000000000000000000000000000000000000000000000000000000600082015250565b7f4d6178206d696e74206578636565646564000000000000000000000000000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f53616c65206e6f74206163746976650000000000000000000000000000000000600082015250565b7f4e6f7420656c696769626c6520746f20636c61696d0000000000000000000000600082015250565b7f4e61746976654d6574615472616e73616374696f6e3a20494e56414c49445f5360008201527f49474e4552000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f5478206661696c65640000000000000000000000000000000000000000000000600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f5369676e657220616e64207369676e617475726520646f206e6f74206d61746360008201527f6800000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4574682076616c20696e636f7272656374000000000000000000000000000000600082015250565b50565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f4d617820737570706c7920726561636865640000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b6155ae81614c3f565b81146155b957600080fd5b50565b6155c581614c63565b81146155d057600080fd5b50565b6155dc81614c6f565b81146155e757600080fd5b50565b6155f381614c79565b81146155fe57600080fd5b50565b61560a81614ca5565b811461561557600080fd5b50565b61562181614cd7565b811461562c57600080fd5b50565b61563881614ce1565b811461564357600080fd5b5056fe4d6574615472616e73616374696f6e2875696e74323536206e6f6e63652c616464726573732066726f6d2c62797465732066756e6374696f6e5369676e61747572652968747470733a2f2f7777772e74696765726375626b696e67732e696f2f6170692f636f6e74726163742f31a2646970667358221220b129690648f65e4fac0fd574f6bd0267cabefa857c4fdd5fee00a7a59e79673e64736f6c63430008020033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000096ef223e40167d26e809c2b2089e54af01ef3ef9000000000000000000000000000000000000000000000000000000000000000e546967657220437562204b696e67000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000354434b0000000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : _name (string): Tiger Cub King
Arg [1] : _symbol (string): TCK
Arg [2] : _proxyRegistryAddress (address): 0x96ef223e40167D26e809C2b2089E54Af01EF3Ef9
-----Encoded View---------------
7 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000060
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000a0
Arg [2] : 00000000000000000000000096ef223e40167d26e809c2b2089e54af01ef3ef9
Arg [3] : 000000000000000000000000000000000000000000000000000000000000000e
Arg [4] : 546967657220437562204b696e67000000000000000000000000000000000000
Arg [5] : 0000000000000000000000000000000000000000000000000000000000000003
Arg [6] : 54434b0000000000000000000000000000000000000000000000000000000000
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.