NFT
Overview
TokenID
188
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:
ChickenBrothko
Compiler Version
v0.8.20+commit.a1b79de6
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2023-09-25 */ // SPDX-License-Identifier: MIT /*◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺ ◹◺ ◹◺ ◹◺ ....:::::.. ◹◺ ◹◺ ..::.::::::.......::.. ◹◺ ◹◺ .::.::-=:..:.............::-:. ◹◺ ◹◺ ::.:-----.....::.............-:.:. ◹◺ ◹◺ .:.:----=-.:::......:.:..:::....-:..:. ◹◺ ◹◺ ..:-----=:...:.+%=....:...........=-...:. ◹◺ ◹◺ . =-----......=#=.............::.--=-:..: ◹◺ ◹◺ .-:::::::.=-----....:::::...........==::.-----:.:: ◹◺ ◹◺ .:::::::::------:..................:#%=..-------::: ◹◺ ◹◺ .:::--::::::-----:::........-+++-....::::.:=------=:: ◹◺ ◹◺ .:...:::...-=------....:.....:===:.....::..=--------=.: ◹◺ ◹◺ :.......: :..=------=:..::...........::....------------:. ◹◺ ◹◺ :.......: ...-::.:.:==--..........:......:==------------: ◹◺ ◹◺ :.....:.: .:.-......:---=--::......:..::-------=----%%%#=: ◹◺ ◹◺ :....:.....--:......----------:::::--:------..:---#@@@@*: ◹◺ ◹◺ :.........----:....:::-------------------:......=@@@@+=:. ◹◺ ◹◺ ....:....-----::......::------------::.......::=+#@*-=:: ◹◺ ◹◺ ...----:::::::::::...::::.:::........::::::::---=.: ◹◺ ◹◺ :=--...::..-.-::::..-......-....:-::::::::-.:-:. ◹◺ ◹◺ :-:..:-::.-::::-::-=:.:-::-:..:::::::::::-...:. ◹◺ ◹◺ .:....:...:.::.....::.:::.:.::-:::::::::-......: ◹◺ ◹◺ .::::--:::-::::::.::-.....:.--:::::::::-:.......: ◹◺ ◹◺ :.:.-:--::-:-:--::---:::---:-::::::::::-.......... ◹◺ ◹◺ :.:::-:::::::.::::::-:-::::-::::::::::=.........:. ◹◺ ◹◺ .:...:.:.:...:.....:-:.....:::::::::::: .:......:. ◹◺ ◹◺ :...........................::::::::-. ...... ◹◺ ◹◺ -::..........................:::--:: ◹◺ ◹◺ .:.::::::::::.....................: ◹◺ ◹◺ :...........::::::::::::::::::::::- ◹◺ ◹◺ :..................................: ◹◺ ◹◺ :...................................: ◹◺ ◹◺ :..::::..............................:. ◹◺ ◹◺ ::...:::::::::::..-:::::::::::::::... ◹◺ ◹◺ +*+++++*+****** +*=+=--=-::-+= ◹◺ ◹◺ *@@@@@@@@@@@@@% @@@@@@@@@@@@@+ ◹◺ ◹◺ %@@@@@@@@@@@@@@ =@@@@@@@@@@@@@- ◹◺ ◹◺ .#@@@@@@@@@@@@@@@. =@@@@@@@@@@@@@. ◹◺ ◹◺ =%@@@@@@@@@@@@@@@@# =@@@@@@@@@@@@@. ◹◺ ◹◺ =%@@@@@@@@@@@@@@@@@@@ =@@@@@@@@@@@@@# ◹◺ ◹◺ .=%@@@@@@@@@@@@@@@@@@@@- -@@@@@@@@@@@@@@+ ◹◺ ◹◺ =@@@@@@@@@@@@@@@@%#@@@@: .@@@@@@@@@@@@@@@ ◹◺ ◹◺ +%@@@@@@%##*++=: .**++ -@@@@@@@@@@@@@@. ◹◺ ◹◺ :=+*#@@@@%#*- ◹◺ ◹◺ ◹◺ ◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺◹◺*/ // File: @openzeppelin/contracts/utils/Context.sol // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) pragma solidity ^0.8.0; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } } // File: @openzeppelin/contracts/access/Ownable.sol // OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol) pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { _checkOwner(); _; } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if the sender is not the owner. */ function _checkOwner() internal view virtual { require(owner() == _msgSender(), "Ownable: caller is not the owner"); } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby disabling any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } } // File: erc721a/contracts/IERC721A.sol // ERC721A Contracts v4.2.3 // Creator: Chiru Labs pragma solidity ^0.8.4; /** * @dev Interface of ERC721A. */ interface IERC721A { /** * The caller must own the token or be an approved operator. */ error ApprovalCallerNotOwnerNorApproved(); /** * The token does not exist. */ error ApprovalQueryForNonexistentToken(); /** * Cannot query the balance for the zero address. */ error BalanceQueryForZeroAddress(); /** * Cannot mint to the zero address. */ error MintToZeroAddress(); /** * The quantity of tokens minted must be more than zero. */ error MintZeroQuantity(); /** * The token does not exist. */ error OwnerQueryForNonexistentToken(); /** * The caller must own the token or be an approved operator. */ error TransferCallerNotOwnerNorApproved(); /** * The token must be owned by `from`. */ error TransferFromIncorrectOwner(); /** * Cannot safely transfer to a contract that does not implement the * ERC721Receiver interface. */ error TransferToNonERC721ReceiverImplementer(); /** * Cannot transfer to the zero address. */ error TransferToZeroAddress(); /** * The token does not exist. */ error URIQueryForNonexistentToken(); /** * The `quantity` minted with ERC2309 exceeds the safety limit. */ error MintERC2309QuantityExceedsLimit(); /** * The `extraData` cannot be set on an unintialized ownership slot. */ error OwnershipNotInitializedForExtraData(); // ============================================================= // STRUCTS // ============================================================= struct TokenOwnership { // The address of the owner. address addr; // Stores the start time of ownership with minimal overhead for tokenomics. uint64 startTimestamp; // Whether the token has been burned. bool burned; // Arbitrary data similar to `startTimestamp` that can be set via {_extraData}. uint24 extraData; } // ============================================================= // TOKEN COUNTERS // ============================================================= /** * @dev Returns the total number of tokens in existence. * Burned tokens will reduce the count. * To get the total number of tokens minted, please see {_totalMinted}. */ function totalSupply() external view returns (uint256); // ============================================================= // IERC165 // ============================================================= /** * @dev Returns true if this contract implements the interface defined by * `interfaceId`. See the corresponding * [EIP section](https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified) * to learn more about how these ids are created. * * This function call must use less than 30000 gas. */ function supportsInterface(bytes4 interfaceId) external view returns (bool); // ============================================================= // IERC721 // ============================================================= /** * @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, bytes calldata data ) external payable; /** * @dev Equivalent to `safeTransferFrom(from, to, tokenId, '')`. */ function safeTransferFrom( address from, address to, uint256 tokenId ) external payable; /** * @dev Transfers `tokenId` 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 payable; /** * @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 payable; /** * @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 the account approved for `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function getApproved(uint256 tokenId) external view returns (address operator); /** * @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); // ============================================================= // IERC721Metadata // ============================================================= /** * @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); // ============================================================= // IERC2309 // ============================================================= /** * @dev Emitted when tokens in `fromTokenId` to `toTokenId` * (inclusive) is transferred from `from` to `to`, as defined in the * [ERC2309](https://eips.ethereum.org/EIPS/eip-2309) standard. * * See {_mintERC2309} for more details. */ event ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to); } // File: erc721a/contracts/ERC721A.sol // ERC721A Contracts v4.2.3 // Creator: Chiru Labs pragma solidity ^0.8.4; /** * @dev Interface of ERC721 token receiver. */ interface ERC721A__IERC721Receiver { function onERC721Received( address operator, address from, uint256 tokenId, bytes calldata data ) external returns (bytes4); } /** * @title ERC721A * * @dev Implementation of the [ERC721](https://eips.ethereum.org/EIPS/eip-721) * Non-Fungible Token Standard, including the Metadata extension. * Optimized for lower gas during batch mints. * * Token IDs are minted in sequential order (e.g. 0, 1, 2, 3, ...) * starting from `_startTokenId()`. * * Assumptions: * * - An owner cannot have more than 2**64 - 1 (max value of uint64) of supply. * - The maximum token ID cannot exceed 2**256 - 1 (max value of uint256). */ contract ERC721A is IERC721A { // Bypass for a `--via-ir` bug (https://github.com/chiru-labs/ERC721A/pull/364). struct TokenApprovalRef { address value; } // ============================================================= // CONSTANTS // ============================================================= // Mask of an entry in packed address data. uint256 private constant _BITMASK_ADDRESS_DATA_ENTRY = (1 << 64) - 1; // The bit position of `numberMinted` in packed address data. uint256 private constant _BITPOS_NUMBER_MINTED = 64; // The bit position of `numberBurned` in packed address data. uint256 private constant _BITPOS_NUMBER_BURNED = 128; // The bit position of `aux` in packed address data. uint256 private constant _BITPOS_AUX = 192; // Mask of all 256 bits in packed address data except the 64 bits for `aux`. uint256 private constant _BITMASK_AUX_COMPLEMENT = (1 << 192) - 1; // The bit position of `startTimestamp` in packed ownership. uint256 private constant _BITPOS_START_TIMESTAMP = 160; // The bit mask of the `burned` bit in packed ownership. uint256 private constant _BITMASK_BURNED = 1 << 224; // The bit position of the `nextInitialized` bit in packed ownership. uint256 private constant _BITPOS_NEXT_INITIALIZED = 225; // The bit mask of the `nextInitialized` bit in packed ownership. uint256 private constant _BITMASK_NEXT_INITIALIZED = 1 << 225; // The bit position of `extraData` in packed ownership. uint256 private constant _BITPOS_EXTRA_DATA = 232; // Mask of all 256 bits in a packed ownership except the 24 bits for `extraData`. uint256 private constant _BITMASK_EXTRA_DATA_COMPLEMENT = (1 << 232) - 1; // The mask of the lower 160 bits for addresses. uint256 private constant _BITMASK_ADDRESS = (1 << 160) - 1; // The maximum `quantity` that can be minted with {_mintERC2309}. // This limit is to prevent overflows on the address data entries. // For a limit of 5000, a total of 3.689e15 calls to {_mintERC2309} // is required to cause an overflow, which is unrealistic. uint256 private constant _MAX_MINT_ERC2309_QUANTITY_LIMIT = 5000; // The `Transfer` event signature is given by: // `keccak256(bytes("Transfer(address,address,uint256)"))`. bytes32 private constant _TRANSFER_EVENT_SIGNATURE = 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef; // ============================================================= // STORAGE // ============================================================= // The next token ID to be minted. uint256 private _currentIndex; // The number of tokens burned. uint256 private _burnCounter; // Token name string private _name; // Token symbol string private _symbol; // Mapping from token ID to ownership details // An empty struct value does not necessarily mean the token is unowned. // See {_packedOwnershipOf} implementation for details. // // Bits Layout: // - [0..159] `addr` // - [160..223] `startTimestamp` // - [224] `burned` // - [225] `nextInitialized` // - [232..255] `extraData` mapping(uint256 => uint256) private _packedOwnerships; // Mapping owner address to address data. // // Bits Layout: // - [0..63] `balance` // - [64..127] `numberMinted` // - [128..191] `numberBurned` // - [192..255] `aux` mapping(address => uint256) private _packedAddressData; // Mapping from token ID to approved address. mapping(uint256 => TokenApprovalRef) private _tokenApprovals; // Mapping from owner to operator approvals mapping(address => mapping(address => bool)) private _operatorApprovals; // ============================================================= // CONSTRUCTOR // ============================================================= constructor(string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; _currentIndex = _startTokenId(); } // ============================================================= // TOKEN COUNTING OPERATIONS // ============================================================= /** * @dev Returns the starting token ID. * To change the starting token ID, please override this function. */ function _startTokenId() internal view virtual returns (uint256) { return 0; } /** * @dev Returns the next token ID to be minted. */ function _nextTokenId() internal view virtual returns (uint256) { return _currentIndex; } /** * @dev Returns the total number of tokens in existence. * Burned tokens will reduce the count. * To get the total number of tokens minted, please see {_totalMinted}. */ function totalSupply() public view virtual override returns (uint256) { // Counter underflow is impossible as _burnCounter cannot be incremented // more than `_currentIndex - _startTokenId()` times. unchecked { return _currentIndex - _burnCounter - _startTokenId(); } } /** * @dev Returns the total amount of tokens minted in the contract. */ function _totalMinted() internal view virtual returns (uint256) { // Counter underflow is impossible as `_currentIndex` does not decrement, // and it is initialized to `_startTokenId()`. unchecked { return _currentIndex - _startTokenId(); } } /** * @dev Returns the total number of tokens burned. */ function _totalBurned() internal view virtual returns (uint256) { return _burnCounter; } // ============================================================= // ADDRESS DATA OPERATIONS // ============================================================= /** * @dev Returns the number of tokens in `owner`'s account. */ function balanceOf(address owner) public view virtual override returns (uint256) { if (owner == address(0)) revert BalanceQueryForZeroAddress(); return _packedAddressData[owner] & _BITMASK_ADDRESS_DATA_ENTRY; } /** * Returns the number of tokens minted by `owner`. */ function _numberMinted(address owner) internal view returns (uint256) { return (_packedAddressData[owner] >> _BITPOS_NUMBER_MINTED) & _BITMASK_ADDRESS_DATA_ENTRY; } /** * Returns the number of tokens burned by or on behalf of `owner`. */ function _numberBurned(address owner) internal view returns (uint256) { return (_packedAddressData[owner] >> _BITPOS_NUMBER_BURNED) & _BITMASK_ADDRESS_DATA_ENTRY; } /** * Returns the auxiliary data for `owner`. (e.g. number of whitelist mint slots used). */ function _getAux(address owner) internal view returns (uint64) { return uint64(_packedAddressData[owner] >> _BITPOS_AUX); } /** * Sets the auxiliary data for `owner`. (e.g. number of whitelist mint slots used). * If there are multiple variables, please pack them into a uint64. */ function _setAux(address owner, uint64 aux) internal virtual { uint256 packed = _packedAddressData[owner]; uint256 auxCasted; // Cast `aux` with assembly to avoid redundant masking. assembly { auxCasted := aux } packed = (packed & _BITMASK_AUX_COMPLEMENT) | (auxCasted << _BITPOS_AUX); _packedAddressData[owner] = packed; } // ============================================================= // IERC165 // ============================================================= /** * @dev Returns true if this contract implements the interface defined by * `interfaceId`. See the corresponding * [EIP section](https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified) * to learn more about how these ids are created. * * This function call must use less than 30000 gas. */ function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { // The interface IDs are constants representing the first 4 bytes // of the XOR of all function selectors in the interface. // See: [ERC165](https://eips.ethereum.org/EIPS/eip-165) // (e.g. `bytes4(i.functionA.selector ^ i.functionB.selector ^ ...)`) return interfaceId == 0x01ffc9a7 || // ERC165 interface ID for ERC165. interfaceId == 0x80ac58cd || // ERC165 interface ID for ERC721. interfaceId == 0x5b5e139f; // ERC165 interface ID for ERC721Metadata. } // ============================================================= // IERC721Metadata // ============================================================= /** * @dev Returns the token collection name. */ function name() public view virtual override returns (string memory) { return _name; } /** * @dev Returns the token collection symbol. */ function symbol() public view virtual override returns (string memory) { return _symbol; } /** * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token. */ function tokenURI(uint256 tokenId) public view virtual override returns (string memory) { if (!_exists(tokenId)) revert URIQueryForNonexistentToken(); string memory baseURI = _baseURI(); return bytes(baseURI).length != 0 ? string(abi.encodePacked(baseURI, _toString(tokenId))) : ''; } /** * @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, it can be overridden in child contracts. */ function _baseURI() internal view virtual returns (string memory) { return ''; } // ============================================================= // OWNERSHIPS OPERATIONS // ============================================================= /** * @dev Returns the owner of the `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function ownerOf(uint256 tokenId) public view virtual override returns (address) { return address(uint160(_packedOwnershipOf(tokenId))); } /** * @dev Gas spent here starts off proportional to the maximum mint batch size. * It gradually moves to O(1) as tokens get transferred around over time. */ function _ownershipOf(uint256 tokenId) internal view virtual returns (TokenOwnership memory) { return _unpackedOwnership(_packedOwnershipOf(tokenId)); } /** * @dev Returns the unpacked `TokenOwnership` struct at `index`. */ function _ownershipAt(uint256 index) internal view virtual returns (TokenOwnership memory) { return _unpackedOwnership(_packedOwnerships[index]); } /** * @dev Initializes the ownership slot minted at `index` for efficiency purposes. */ function _initializeOwnershipAt(uint256 index) internal virtual { if (_packedOwnerships[index] == 0) { _packedOwnerships[index] = _packedOwnershipOf(index); } } /** * Returns the packed ownership data of `tokenId`. */ function _packedOwnershipOf(uint256 tokenId) private view returns (uint256) { uint256 curr = tokenId; unchecked { if (_startTokenId() <= curr) if (curr < _currentIndex) { uint256 packed = _packedOwnerships[curr]; // If not burned. if (packed & _BITMASK_BURNED == 0) { // Invariant: // There will always be an initialized ownership slot // (i.e. `ownership.addr != address(0) && ownership.burned == false`) // before an unintialized ownership slot // (i.e. `ownership.addr == address(0) && ownership.burned == false`) // Hence, `curr` will not underflow. // // We can directly compare the packed value. // If the address is zero, packed will be zero. while (packed == 0) { packed = _packedOwnerships[--curr]; } return packed; } } } revert OwnerQueryForNonexistentToken(); } /** * @dev Returns the unpacked `TokenOwnership` struct from `packed`. */ function _unpackedOwnership(uint256 packed) private pure returns (TokenOwnership memory ownership) { ownership.addr = address(uint160(packed)); ownership.startTimestamp = uint64(packed >> _BITPOS_START_TIMESTAMP); ownership.burned = packed & _BITMASK_BURNED != 0; ownership.extraData = uint24(packed >> _BITPOS_EXTRA_DATA); } /** * @dev Packs ownership data into a single uint256. */ function _packOwnershipData(address owner, uint256 flags) private view returns (uint256 result) { assembly { // Mask `owner` to the lower 160 bits, in case the upper bits somehow aren't clean. owner := and(owner, _BITMASK_ADDRESS) // `owner | (block.timestamp << _BITPOS_START_TIMESTAMP) | flags`. result := or(owner, or(shl(_BITPOS_START_TIMESTAMP, timestamp()), flags)) } } /** * @dev Returns the `nextInitialized` flag set if `quantity` equals 1. */ function _nextInitializedFlag(uint256 quantity) private pure returns (uint256 result) { // For branchless setting of the `nextInitialized` flag. assembly { // `(quantity == 1) << _BITPOS_NEXT_INITIALIZED`. result := shl(_BITPOS_NEXT_INITIALIZED, eq(quantity, 1)) } } // ============================================================= // APPROVAL OPERATIONS // ============================================================= /** * @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) public payable virtual override { address owner = ownerOf(tokenId); if (_msgSenderERC721A() != owner) if (!isApprovedForAll(owner, _msgSenderERC721A())) { revert ApprovalCallerNotOwnerNorApproved(); } _tokenApprovals[tokenId].value = to; emit Approval(owner, to, tokenId); } /** * @dev Returns the account approved for `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function getApproved(uint256 tokenId) public view virtual override returns (address) { if (!_exists(tokenId)) revert ApprovalQueryForNonexistentToken(); return _tokenApprovals[tokenId].value; } /** * @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) public virtual override { _operatorApprovals[_msgSenderERC721A()][operator] = approved; emit ApprovalForAll(_msgSenderERC721A(), operator, approved); } /** * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`. * * See {setApprovalForAll}. */ function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) { return _operatorApprovals[owner][operator]; } /** * @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. See {_mint}. */ function _exists(uint256 tokenId) internal view virtual returns (bool) { return _startTokenId() <= tokenId && tokenId < _currentIndex && // If within bounds, _packedOwnerships[tokenId] & _BITMASK_BURNED == 0; // and not burned. } /** * @dev Returns whether `msgSender` is equal to `approvedAddress` or `owner`. */ function _isSenderApprovedOrOwner( address approvedAddress, address owner, address msgSender ) private pure returns (bool result) { assembly { // Mask `owner` to the lower 160 bits, in case the upper bits somehow aren't clean. owner := and(owner, _BITMASK_ADDRESS) // Mask `msgSender` to the lower 160 bits, in case the upper bits somehow aren't clean. msgSender := and(msgSender, _BITMASK_ADDRESS) // `msgSender == owner || msgSender == approvedAddress`. result := or(eq(msgSender, owner), eq(msgSender, approvedAddress)) } } /** * @dev Returns the storage slot and value for the approved address of `tokenId`. */ function _getApprovedSlotAndAddress(uint256 tokenId) private view returns (uint256 approvedAddressSlot, address approvedAddress) { TokenApprovalRef storage tokenApproval = _tokenApprovals[tokenId]; // The following is equivalent to `approvedAddress = _tokenApprovals[tokenId].value`. assembly { approvedAddressSlot := tokenApproval.slot approvedAddress := sload(approvedAddressSlot) } } // ============================================================= // TRANSFER OPERATIONS // ============================================================= /** * @dev Transfers `tokenId` from `from` to `to`. * * 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 ) public payable virtual override { uint256 prevOwnershipPacked = _packedOwnershipOf(tokenId); if (address(uint160(prevOwnershipPacked)) != from) revert TransferFromIncorrectOwner(); (uint256 approvedAddressSlot, address approvedAddress) = _getApprovedSlotAndAddress(tokenId); // The nested ifs save around 20+ gas over a compound boolean condition. if (!_isSenderApprovedOrOwner(approvedAddress, from, _msgSenderERC721A())) if (!isApprovedForAll(from, _msgSenderERC721A())) revert TransferCallerNotOwnerNorApproved(); if (to == address(0)) revert TransferToZeroAddress(); _beforeTokenTransfers(from, to, tokenId, 1); // Clear approvals from the previous owner. assembly { if approvedAddress { // This is equivalent to `delete _tokenApprovals[tokenId]`. sstore(approvedAddressSlot, 0) } } // Underflow of the sender's balance is impossible because we check for // ownership above and the recipient's balance can't realistically overflow. // Counter overflow is incredibly unrealistic as `tokenId` would have to be 2**256. unchecked { // We can directly increment and decrement the balances. --_packedAddressData[from]; // Updates: `balance -= 1`. ++_packedAddressData[to]; // Updates: `balance += 1`. // Updates: // - `address` to the next owner. // - `startTimestamp` to the timestamp of transfering. // - `burned` to `false`. // - `nextInitialized` to `true`. _packedOwnerships[tokenId] = _packOwnershipData( to, _BITMASK_NEXT_INITIALIZED | _nextExtraData(from, to, prevOwnershipPacked) ); // If the next slot may not have been initialized (i.e. `nextInitialized == false`) . if (prevOwnershipPacked & _BITMASK_NEXT_INITIALIZED == 0) { uint256 nextTokenId = tokenId + 1; // If the next slot's address is zero and not burned (i.e. packed value is zero). if (_packedOwnerships[nextTokenId] == 0) { // If the next slot is within bounds. if (nextTokenId != _currentIndex) { // Initialize the next slot to maintain correctness for `ownerOf(tokenId + 1)`. _packedOwnerships[nextTokenId] = prevOwnershipPacked; } } } } emit Transfer(from, to, tokenId); _afterTokenTransfers(from, to, tokenId, 1); } /** * @dev Equivalent to `safeTransferFrom(from, to, tokenId, '')`. */ function safeTransferFrom( address from, address to, uint256 tokenId ) public payable virtual override { safeTransferFrom(from, to, tokenId, ''); } /** * @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 memory _data ) public payable virtual override { transferFrom(from, to, tokenId); if (to.code.length != 0) if (!_checkContractOnERC721Received(from, to, tokenId, _data)) { revert TransferToNonERC721ReceiverImplementer(); } } /** * @dev Hook that is called before a set of serially-ordered token IDs * are about to be transferred. This includes minting. * And also called before burning one token. * * `startTokenId` - the first token ID to be transferred. * `quantity` - the amount to be transferred. * * 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, `tokenId` will be burned by `from`. * - `from` and `to` are never both zero. */ function _beforeTokenTransfers( address from, address to, uint256 startTokenId, uint256 quantity ) internal virtual {} /** * @dev Hook that is called after a set of serially-ordered token IDs * have been transferred. This includes minting. * And also called after one token has been burned. * * `startTokenId` - the first token ID to be transferred. * `quantity` - the amount to be transferred. * * Calling conditions: * * - When `from` and `to` are both non-zero, `from`'s `tokenId` has been * transferred to `to`. * - When `from` is zero, `tokenId` has been minted for `to`. * - When `to` is zero, `tokenId` has been burned by `from`. * - `from` and `to` are never both zero. */ function _afterTokenTransfers( address from, address to, uint256 startTokenId, uint256 quantity ) internal virtual {} /** * @dev Private function to invoke {IERC721Receiver-onERC721Received} on a target contract. * * `from` - Previous owner of the given token ID. * `to` - Target address that will receive the token. * `tokenId` - Token ID to be transferred. * `_data` - Optional data to send along with the call. * * Returns whether the call correctly returned the expected magic value. */ function _checkContractOnERC721Received( address from, address to, uint256 tokenId, bytes memory _data ) private returns (bool) { try ERC721A__IERC721Receiver(to).onERC721Received(_msgSenderERC721A(), from, tokenId, _data) returns ( bytes4 retval ) { return retval == ERC721A__IERC721Receiver(to).onERC721Received.selector; } catch (bytes memory reason) { if (reason.length == 0) { revert TransferToNonERC721ReceiverImplementer(); } else { assembly { revert(add(32, reason), mload(reason)) } } } } // ============================================================= // MINT OPERATIONS // ============================================================= /** * @dev Mints `quantity` tokens and transfers them to `to`. * * Requirements: * * - `to` cannot be the zero address. * - `quantity` must be greater than 0. * * Emits a {Transfer} event for each mint. */ function _mint(address to, uint256 quantity) internal virtual { uint256 startTokenId = _currentIndex; if (quantity == 0) revert MintZeroQuantity(); _beforeTokenTransfers(address(0), to, startTokenId, quantity); // Overflows are incredibly unrealistic. // `balance` and `numberMinted` have a maximum limit of 2**64. // `tokenId` has a maximum limit of 2**256. unchecked { // Updates: // - `balance += quantity`. // - `numberMinted += quantity`. // // We can directly add to the `balance` and `numberMinted`. _packedAddressData[to] += quantity * ((1 << _BITPOS_NUMBER_MINTED) | 1); // Updates: // - `address` to the owner. // - `startTimestamp` to the timestamp of minting. // - `burned` to `false`. // - `nextInitialized` to `quantity == 1`. _packedOwnerships[startTokenId] = _packOwnershipData( to, _nextInitializedFlag(quantity) | _nextExtraData(address(0), to, 0) ); uint256 toMasked; uint256 end = startTokenId + quantity; // Use assembly to loop and emit the `Transfer` event for gas savings. // The duplicated `log4` removes an extra check and reduces stack juggling. // The assembly, together with the surrounding Solidity code, have been // delicately arranged to nudge the compiler into producing optimized opcodes. assembly { // Mask `to` to the lower 160 bits, in case the upper bits somehow aren't clean. toMasked := and(to, _BITMASK_ADDRESS) // Emit the `Transfer` event. log4( 0, // Start of data (0, since no data). 0, // End of data (0, since no data). _TRANSFER_EVENT_SIGNATURE, // Signature. 0, // `address(0)`. toMasked, // `to`. startTokenId // `tokenId`. ) // The `iszero(eq(,))` check ensures that large values of `quantity` // that overflows uint256 will make the loop run out of gas. // The compiler will optimize the `iszero` away for performance. for { let tokenId := add(startTokenId, 1) } iszero(eq(tokenId, end)) { tokenId := add(tokenId, 1) } { // Emit the `Transfer` event. Similar to above. log4(0, 0, _TRANSFER_EVENT_SIGNATURE, 0, toMasked, tokenId) } } if (toMasked == 0) revert MintToZeroAddress(); _currentIndex = end; } _afterTokenTransfers(address(0), to, startTokenId, quantity); } /** * @dev Mints `quantity` tokens and transfers them to `to`. * * This function is intended for efficient minting only during contract creation. * * It emits only one {ConsecutiveTransfer} as defined in * [ERC2309](https://eips.ethereum.org/EIPS/eip-2309), * instead of a sequence of {Transfer} event(s). * * Calling this function outside of contract creation WILL make your contract * non-compliant with the ERC721 standard. * For full ERC721 compliance, substituting ERC721 {Transfer} event(s) with the ERC2309 * {ConsecutiveTransfer} event is only permissible during contract creation. * * Requirements: * * - `to` cannot be the zero address. * - `quantity` must be greater than 0. * * Emits a {ConsecutiveTransfer} event. */ function _mintERC2309(address to, uint256 quantity) internal virtual { uint256 startTokenId = _currentIndex; if (to == address(0)) revert MintToZeroAddress(); if (quantity == 0) revert MintZeroQuantity(); if (quantity > _MAX_MINT_ERC2309_QUANTITY_LIMIT) revert MintERC2309QuantityExceedsLimit(); _beforeTokenTransfers(address(0), to, startTokenId, quantity); // Overflows are unrealistic due to the above check for `quantity` to be below the limit. unchecked { // Updates: // - `balance += quantity`. // - `numberMinted += quantity`. // // We can directly add to the `balance` and `numberMinted`. _packedAddressData[to] += quantity * ((1 << _BITPOS_NUMBER_MINTED) | 1); // Updates: // - `address` to the owner. // - `startTimestamp` to the timestamp of minting. // - `burned` to `false`. // - `nextInitialized` to `quantity == 1`. _packedOwnerships[startTokenId] = _packOwnershipData( to, _nextInitializedFlag(quantity) | _nextExtraData(address(0), to, 0) ); emit ConsecutiveTransfer(startTokenId, startTokenId + quantity - 1, address(0), to); _currentIndex = startTokenId + quantity; } _afterTokenTransfers(address(0), to, startTokenId, quantity); } /** * @dev Safely mints `quantity` tokens and transfers them to `to`. * * Requirements: * * - If `to` refers to a smart contract, it must implement * {IERC721Receiver-onERC721Received}, which is called for each safe transfer. * - `quantity` must be greater than 0. * * See {_mint}. * * Emits a {Transfer} event for each mint. */ function _safeMint( address to, uint256 quantity, bytes memory _data ) internal virtual { _mint(to, quantity); unchecked { if (to.code.length != 0) { uint256 end = _currentIndex; uint256 index = end - quantity; do { if (!_checkContractOnERC721Received(address(0), to, index++, _data)) { revert TransferToNonERC721ReceiverImplementer(); } } while (index < end); // Reentrancy protection. if (_currentIndex != end) revert(); } } } /** * @dev Equivalent to `_safeMint(to, quantity, '')`. */ function _safeMint(address to, uint256 quantity) internal virtual { _safeMint(to, quantity, ''); } // ============================================================= // BURN OPERATIONS // ============================================================= /** * @dev Equivalent to `_burn(tokenId, false)`. */ function _burn(uint256 tokenId) internal virtual { _burn(tokenId, false); } /** * @dev Destroys `tokenId`. * The approval is cleared when the token is burned. * * Requirements: * * - `tokenId` must exist. * * Emits a {Transfer} event. */ function _burn(uint256 tokenId, bool approvalCheck) internal virtual { uint256 prevOwnershipPacked = _packedOwnershipOf(tokenId); address from = address(uint160(prevOwnershipPacked)); (uint256 approvedAddressSlot, address approvedAddress) = _getApprovedSlotAndAddress(tokenId); if (approvalCheck) { // The nested ifs save around 20+ gas over a compound boolean condition. if (!_isSenderApprovedOrOwner(approvedAddress, from, _msgSenderERC721A())) if (!isApprovedForAll(from, _msgSenderERC721A())) revert TransferCallerNotOwnerNorApproved(); } _beforeTokenTransfers(from, address(0), tokenId, 1); // Clear approvals from the previous owner. assembly { if approvedAddress { // This is equivalent to `delete _tokenApprovals[tokenId]`. sstore(approvedAddressSlot, 0) } } // Underflow of the sender's balance is impossible because we check for // ownership above and the recipient's balance can't realistically overflow. // Counter overflow is incredibly unrealistic as `tokenId` would have to be 2**256. unchecked { // Updates: // - `balance -= 1`. // - `numberBurned += 1`. // // We can directly decrement the balance, and increment the number burned. // This is equivalent to `packed -= 1; packed += 1 << _BITPOS_NUMBER_BURNED;`. _packedAddressData[from] += (1 << _BITPOS_NUMBER_BURNED) - 1; // Updates: // - `address` to the last owner. // - `startTimestamp` to the timestamp of burning. // - `burned` to `true`. // - `nextInitialized` to `true`. _packedOwnerships[tokenId] = _packOwnershipData( from, (_BITMASK_BURNED | _BITMASK_NEXT_INITIALIZED) | _nextExtraData(from, address(0), prevOwnershipPacked) ); // If the next slot may not have been initialized (i.e. `nextInitialized == false`) . if (prevOwnershipPacked & _BITMASK_NEXT_INITIALIZED == 0) { uint256 nextTokenId = tokenId + 1; // If the next slot's address is zero and not burned (i.e. packed value is zero). if (_packedOwnerships[nextTokenId] == 0) { // If the next slot is within bounds. if (nextTokenId != _currentIndex) { // Initialize the next slot to maintain correctness for `ownerOf(tokenId + 1)`. _packedOwnerships[nextTokenId] = prevOwnershipPacked; } } } } emit Transfer(from, address(0), tokenId); _afterTokenTransfers(from, address(0), tokenId, 1); // Overflow not possible, as _burnCounter cannot be exceed _currentIndex times. unchecked { _burnCounter++; } } // ============================================================= // EXTRA DATA OPERATIONS // ============================================================= /** * @dev Directly sets the extra data for the ownership data `index`. */ function _setExtraDataAt(uint256 index, uint24 extraData) internal virtual { uint256 packed = _packedOwnerships[index]; if (packed == 0) revert OwnershipNotInitializedForExtraData(); uint256 extraDataCasted; // Cast `extraData` with assembly to avoid redundant masking. assembly { extraDataCasted := extraData } packed = (packed & _BITMASK_EXTRA_DATA_COMPLEMENT) | (extraDataCasted << _BITPOS_EXTRA_DATA); _packedOwnerships[index] = packed; } /** * @dev Called during each token transfer to set the 24bit `extraData` field. * Intended to be overridden by the cosumer contract. * * `previousExtraData` - the value of `extraData` before transfer. * * 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, `tokenId` will be burned by `from`. * - `from` and `to` are never both zero. */ function _extraData( address from, address to, uint24 previousExtraData ) internal view virtual returns (uint24) {} /** * @dev Returns the next extra data for the packed ownership data. * The returned result is shifted into position. */ function _nextExtraData( address from, address to, uint256 prevOwnershipPacked ) private view returns (uint256) { uint24 extraData = uint24(prevOwnershipPacked >> _BITPOS_EXTRA_DATA); return uint256(_extraData(from, to, extraData)) << _BITPOS_EXTRA_DATA; } // ============================================================= // OTHER OPERATIONS // ============================================================= /** * @dev Returns the message sender (defaults to `msg.sender`). * * If you are writing GSN compatible contracts, you need to override this function. */ function _msgSenderERC721A() internal view virtual returns (address) { return msg.sender; } /** * @dev Converts a uint256 to its ASCII string decimal representation. */ function _toString(uint256 value) internal pure virtual returns (string memory str) { assembly { // The maximum value of a uint256 contains 78 digits (1 byte per digit), but // we allocate 0xa0 bytes to keep the free memory pointer 32-byte word aligned. // We will need 1 word for the trailing zeros padding, 1 word for the length, // and 3 words for a maximum of 78 digits. Total: 5 * 0x20 = 0xa0. let m := add(mload(0x40), 0xa0) // Update the free memory pointer to allocate. mstore(0x40, m) // Assign the `str` to the end. str := sub(m, 0x20) // Zeroize the slot after the string. mstore(str, 0) // Cache the end of the memory to calculate the length later. let end := str // We write the string from rightmost digit to leftmost digit. // The following is essentially a do-while loop that also handles the zero case. // prettier-ignore for { let temp := value } 1 {} { str := sub(str, 1) // Write the character to the pointer. // The ASCII index of the '0' character is 48. mstore8(str, add(48, mod(temp, 10))) // Keep dividing `temp` until zero. temp := div(temp, 10) // prettier-ignore if iszero(temp) { break } } let length := sub(end, str) // Move the pointer 32 bytes leftwards to make room for the length. str := sub(str, 0x20) // Store the length. mstore(str, length) } } } // File: contracts/ChickenBrothko.sol pragma solidity ^0.8.9; contract ChickenBrothko is ERC721A, Ownable { uint256 public maxSupply = 666; uint256 public mintPrice = .002 ether; uint256 public maxPerTx = 5; string public baseURI; bool public mintOpen; error SaleNotStarted(); error MaxSupplyExceeded(); error MaxPerTxExceeded(); error WrongPrice(); constructor(string memory _initMetadataURI) payable ERC721A("ChickenBrothko", "CBRTHK") { baseURI = _initMetadataURI; } function mint(uint256 _amount) external payable { if (!mintOpen) revert SaleNotStarted(); if (_totalMinted() + _amount > maxSupply) revert MaxSupplyExceeded(); if (_amount > maxPerTx) revert MaxPerTxExceeded(); if (msg.value < mintPrice * _amount) revert WrongPrice(); _mint(msg.sender, _amount); } function airdrop(address _receiver, uint256 _amount) external onlyOwner { _mint(_receiver, _amount); } function tokenURI(uint256 tokenId) public view virtual override returns (string memory) { if (!_exists(tokenId)) revert URIQueryForNonexistentToken(); return string(abi.encodePacked(baseURI, _toString(tokenId), ".json")); } function _startTokenId() internal pure override returns (uint256) { return 1; } function _baseURI() internal view virtual override returns (string memory) { return baseURI; } function setBaseURI(string calldata _newMetadataURI) external onlyOwner { baseURI = _newMetadataURI; } function setPrice(uint256 _mintPrice) external onlyOwner { mintPrice = _mintPrice; } function setSupply(uint256 _maxSupply) external onlyOwner { maxSupply = _maxSupply; } function setMaxPerTx(uint256 _maxPerTx) external onlyOwner { maxPerTx = _maxPerTx; } function setMintOpen() external onlyOwner { mintOpen = !mintOpen; } function withdraw() external onlyOwner { (bool success, ) = msg.sender.call{value: address(this).balance}(""); require(success, "Transfer failed"); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"string","name":"_initMetadataURI","type":"string"}],"stateMutability":"payable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"BalanceQueryForZeroAddress","type":"error"},{"inputs":[],"name":"MaxPerTxExceeded","type":"error"},{"inputs":[],"name":"MaxSupplyExceeded","type":"error"},{"inputs":[],"name":"MintERC2309QuantityExceedsLimit","type":"error"},{"inputs":[],"name":"MintToZeroAddress","type":"error"},{"inputs":[],"name":"MintZeroQuantity","type":"error"},{"inputs":[],"name":"OwnerQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"OwnershipNotInitializedForExtraData","type":"error"},{"inputs":[],"name":"SaleNotStarted","type":"error"},{"inputs":[],"name":"TransferCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"TransferFromIncorrectOwner","type":"error"},{"inputs":[],"name":"TransferToNonERC721ReceiverImplementer","type":"error"},{"inputs":[],"name":"TransferToZeroAddress","type":"error"},{"inputs":[],"name":"URIQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"WrongPrice","type":"error"},{"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":true,"internalType":"uint256","name":"fromTokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"toTokenId","type":"uint256"},{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"}],"name":"ConsecutiveTransfer","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":[{"internalType":"address","name":"_receiver","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"airdrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"baseURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"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":"maxPerTx","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":"_amount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"mintOpen","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"mintPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":"payable","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":"payable","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":"_newMetadataURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_maxPerTx","type":"uint256"}],"name":"setMaxPerTx","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"setMintOpen","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_mintPrice","type":"uint256"}],"name":"setPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_maxSupply","type":"uint256"}],"name":"setSupply","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":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"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":"payable","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
608060405261029a60095566071afd498d0000600a556005600b5560405162002f6f38038062002f6f83398181016040528101906200003f919062000376565b6040518060400160405280600e81526020017f436869636b656e42726f74686b6f0000000000000000000000000000000000008152506040518060400160405280600681526020017f43425254484b00000000000000000000000000000000000000000000000000008152508160029081620000bc9190620005fc565b508060039081620000ce9190620005fc565b50620000df6200011f60201b60201c565b5f81905550505062000106620000fa6200012760201b60201c565b6200012e60201b60201c565b80600c9081620001179190620005fc565b5050620006e0565b5f6001905090565b5f33905090565b5f60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160085f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f604051905090565b5f80fd5b5f80fd5b5f80fd5b5f80fd5b5f601f19601f8301169050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b62000252826200020a565b810181811067ffffffffffffffff821117156200027457620002736200021a565b5b80604052505050565b5f62000288620001f1565b905062000296828262000247565b919050565b5f67ffffffffffffffff821115620002b857620002b76200021a565b5b620002c3826200020a565b9050602081019050919050565b5f5b83811015620002ef578082015181840152602081019050620002d2565b5f8484015250505050565b5f620003106200030a846200029b565b6200027d565b9050828152602081018484840111156200032f576200032e62000206565b5b6200033c848285620002d0565b509392505050565b5f82601f8301126200035b576200035a62000202565b5b81516200036d848260208601620002fa565b91505092915050565b5f602082840312156200038e576200038d620001fa565b5b5f82015167ffffffffffffffff811115620003ae57620003ad620001fe565b5b620003bc8482850162000344565b91505092915050565b5f81519050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f60028204905060018216806200041457607f821691505b6020821081036200042a5762000429620003cf565b5b50919050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f600883026200048e7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000451565b6200049a868362000451565b95508019841693508086168417925050509392505050565b5f819050919050565b5f819050919050565b5f620004e4620004de620004d884620004b2565b620004bb565b620004b2565b9050919050565b5f819050919050565b620004ff83620004c4565b620005176200050e82620004eb565b8484546200045d565b825550505050565b5f90565b6200052d6200051f565b6200053a818484620004f4565b505050565b5b818110156200056157620005555f8262000523565b60018101905062000540565b5050565b601f821115620005b0576200057a8162000430565b620005858462000442565b8101602085101562000595578190505b620005ad620005a48562000442565b8301826200053f565b50505b505050565b5f82821c905092915050565b5f620005d25f1984600802620005b5565b1980831691505092915050565b5f620005ec8383620005c1565b9150826002028217905092915050565b6200060782620003c5565b67ffffffffffffffff8111156200062357620006226200021a565b5b6200062f8254620003fc565b6200063c82828562000565565b5f60209050601f83116001811462000672575f84156200065d578287015190505b620006698582620005df565b865550620006d8565b601f198416620006828662000430565b5f5b82811015620006ab5784890151825560018201915060208501945060208101905062000684565b86831015620006cb5784890151620006c7601f891682620005c1565b8355505b6001600288020188555050505b505050505050565b61288180620006ee5f395ff3fe6080604052600436106101cc575f3560e01c806370a08231116100f6578063a22cb46511610094578063d5abeb0111610063578063d5abeb01146105e0578063e985e9c51461060a578063f2fde38b14610646578063f968adbe1461066e576101cc565b8063a22cb46514610538578063b88d4fde14610560578063c6f6f2161461057c578063c87b56dd146105a4576101cc565b80638da5cb5b116100d05780638da5cb5b146104a057806391b7f5ed146104ca57806395d89b41146104f2578063a0712d681461051c576101cc565b806370a0823114610426578063715018a6146104625780638ba4cc3c14610478576101cc565b80632f85423a1161016e57806355f804b31161013d57806355f804b31461036e5780636352211e146103965780636817c76c146103d25780636c0360eb146103fc576101cc565b80632f85423a146102fe5780633b4c4b25146103145780633ccfd60b1461033c57806342842e0e14610352576101cc565b8063095ea7b3116101aa578063095ea7b31461027257806318160ddd1461028e57806323b872dd146102b857806324bbd049146102d4576101cc565b806301ffc9a7146101d057806306fdde031461020c578063081812fc14610236575b5f80fd5b3480156101db575f80fd5b506101f660048036038101906101f19190611b6a565b610698565b6040516102039190611baf565b60405180910390f35b348015610217575f80fd5b50610220610729565b60405161022d9190611c52565b60405180910390f35b348015610241575f80fd5b5061025c60048036038101906102579190611ca5565b6107b9565b6040516102699190611d0f565b60405180910390f35b61028c60048036038101906102879190611d52565b610833565b005b348015610299575f80fd5b506102a2610972565b6040516102af9190611d9f565b60405180910390f35b6102d260048036038101906102cd9190611db8565b610987565b005b3480156102df575f80fd5b506102e8610c95565b6040516102f59190611baf565b60405180910390f35b348015610309575f80fd5b50610312610ca7565b005b34801561031f575f80fd5b5061033a60048036038101906103359190611ca5565b610cd9565b005b348015610347575f80fd5b50610350610ceb565b005b61036c60048036038101906103679190611db8565b610d9e565b005b348015610379575f80fd5b50610394600480360381019061038f9190611e69565b610dbd565b005b3480156103a1575f80fd5b506103bc60048036038101906103b79190611ca5565b610ddb565b6040516103c99190611d0f565b60405180910390f35b3480156103dd575f80fd5b506103e6610dec565b6040516103f39190611d9f565b60405180910390f35b348015610407575f80fd5b50610410610df2565b60405161041d9190611c52565b60405180910390f35b348015610431575f80fd5b5061044c60048036038101906104479190611eb4565b610e7e565b6040516104599190611d9f565b60405180910390f35b34801561046d575f80fd5b50610476610f33565b005b348015610483575f80fd5b5061049e60048036038101906104999190611d52565b610f46565b005b3480156104ab575f80fd5b506104b4610f5c565b6040516104c19190611d0f565b60405180910390f35b3480156104d5575f80fd5b506104f060048036038101906104eb9190611ca5565b610f84565b005b3480156104fd575f80fd5b50610506610f96565b6040516105139190611c52565b60405180910390f35b61053660048036038101906105319190611ca5565b611026565b005b348015610543575f80fd5b5061055e60048036038101906105599190611f09565b611149565b005b61057a6004803603810190610575919061206f565b61124f565b005b348015610587575f80fd5b506105a2600480360381019061059d9190611ca5565b6112c1565b005b3480156105af575f80fd5b506105ca60048036038101906105c59190611ca5565b6112d3565b6040516105d79190611c52565b60405180910390f35b3480156105eb575f80fd5b506105f4611346565b6040516106019190611d9f565b60405180910390f35b348015610615575f80fd5b50610630600480360381019061062b91906120ef565b61134c565b60405161063d9190611baf565b60405180910390f35b348015610651575f80fd5b5061066c60048036038101906106679190611eb4565b6113da565b005b348015610679575f80fd5b5061068261145c565b60405161068f9190611d9f565b60405180910390f35b5f6301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806106f257506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806107225750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b6060600280546107389061215a565b80601f01602080910402602001604051908101604052809291908181526020018280546107649061215a565b80156107af5780601f10610786576101008083540402835291602001916107af565b820191905f5260205f20905b81548152906001019060200180831161079257829003601f168201915b5050505050905090565b5f6107c382611462565b6107f9576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60065f8381526020019081526020015f205f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b5f61083d82610ddb565b90508073ffffffffffffffffffffffffffffffffffffffff1661085e6114bc565b73ffffffffffffffffffffffffffffffffffffffff16146108c15761088a816108856114bc565b61134c565b6108c0576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b8260065f8481526020019081526020015f205f015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b5f61097b6114c3565b6001545f540303905090565b5f610991826114cb565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16146109f8576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f80610a038461158e565b91509150610a198187610a146114bc565b6115b1565b610a6557610a2e86610a296114bc565b61134c565b610a64576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b5f73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1603610aca576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ad786868660016115f4565b8015610ae1575f82555b60055f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8154600190039190508190555060055f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f815460010191905081905550610ba985610b858888876115fa565b7c020000000000000000000000000000000000000000000000000000000017611621565b60045f8681526020019081526020015f20819055505f7c0200000000000000000000000000000000000000000000000000000000841603610c25575f6001850190505f60045f8381526020019081526020015f205403610c23575f548114610c22578360045f8381526020019081526020015f20819055505b5b505b838573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4610c8d868686600161164b565b505050505050565b600d5f9054906101000a900460ff1681565b610caf611651565b600d5f9054906101000a900460ff1615600d5f6101000a81548160ff021916908315150217905550565b610ce1611651565b8060098190555050565b610cf3611651565b5f3373ffffffffffffffffffffffffffffffffffffffff1647604051610d18906121b7565b5f6040518083038185875af1925050503d805f8114610d52576040519150601f19603f3d011682016040523d82523d5f602084013e610d57565b606091505b5050905080610d9b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d9290612215565b60405180910390fd5b50565b610db883838360405180602001604052805f81525061124f565b505050565b610dc5611651565b8181600c9182610dd69291906123da565b505050565b5f610de5826114cb565b9050919050565b600a5481565b600c8054610dff9061215a565b80601f0160208091040260200160405190810160405280929190818152602001828054610e2b9061215a565b8015610e765780601f10610e4d57610100808354040283529160200191610e76565b820191905f5260205f20905b815481529060010190602001808311610e5957829003601f168201915b505050505081565b5f8073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610ee4576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff60055f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054169050919050565b610f3b611651565b610f445f6116cf565b565b610f4e611651565b610f588282611792565b5050565b5f60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610f8c611651565b80600a8190555050565b606060038054610fa59061215a565b80601f0160208091040260200160405190810160405280929190818152602001828054610fd19061215a565b801561101c5780601f10610ff35761010080835404028352916020019161101c565b820191905f5260205f20905b815481529060010190602001808311610fff57829003601f168201915b5050505050905090565b600d5f9054906101000a900460ff1661106b576040517f2d0a346e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6009548161107761193b565b61108191906124d4565b11156110b9576040517f8a164f6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600b548111156110f5576040517f845d1a2200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80600a546111039190612507565b34101561113c576040517ff7760f2500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6111463382611792565b50565b8060075f6111556114bc565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff166111fe6114bc565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516112439190611baf565b60405180910390a35050565b61125a848484610987565b5f8373ffffffffffffffffffffffffffffffffffffffff163b146112bb576112848484848461194c565b6112ba576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b6112c9611651565b80600b8190555050565b60606112de82611462565b611314576040517fa14c4b5000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600c61131f83611a97565b60405160200161133092919061264c565b6040516020818303038152906040529050919050565b60095481565b5f60075f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16905092915050565b6113e2611651565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611450576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611447906126ea565b60405180910390fd5b611459816116cf565b50565b600b5481565b5f8161146c6114c3565b1115801561147a57505f5482105b80156114b557505f7c010000000000000000000000000000000000000000000000000000000060045f8581526020019081526020015f205416145b9050919050565b5f33905090565b5f6001905090565b5f80829050806114d96114c3565b11611557575f54811015611556575f60045f8381526020019081526020015f205490505f7c0100000000000000000000000000000000000000000000000000000000821603611554575b5f810361154a5760045f836001900393508381526020019081526020015f20549050611523565b8092505050611589565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b5f805f60065f8581526020019081526020015f2090508092508254915050915091565b5f73ffffffffffffffffffffffffffffffffffffffff8316925073ffffffffffffffffffffffffffffffffffffffff821691508382148383141790509392505050565b50505050565b5f8060e883901c905060e8611610868684611ae6565b62ffffff16901b9150509392505050565b5f73ffffffffffffffffffffffffffffffffffffffff83169250814260a01b178317905092915050565b50505050565b611659611aee565b73ffffffffffffffffffffffffffffffffffffffff16611677610f5c565b73ffffffffffffffffffffffffffffffffffffffff16146116cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116c490612752565b60405180910390fd5b565b5f60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160085f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f805490505f82036117d0576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6117dc5f8483856115f4565b600160406001901b17820260055f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f828254019250508190555061184e8361183f5f865f6115fa565b61184885611af5565b17611621565b60045f8381526020019081526020015f20819055505f80838301905073ffffffffffffffffffffffffffffffffffffffff8516915082825f7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef5f80a4600183015b8181146118e85780835f7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef5f80a46001810190506118af565b505f8203611922576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805f8190555050506119365f84838561164b565b505050565b5f6119446114c3565b5f5403905090565b5f8373ffffffffffffffffffffffffffffffffffffffff1663150b7a026119716114bc565b8786866040518563ffffffff1660e01b815260040161199394939291906127c2565b6020604051808303815f875af19250505080156119ce57506040513d601f19601f820116820180604052508101906119cb9190612820565b60015b611a44573d805f81146119fc576040519150601f19603f3d011682016040523d82523d5f602084013e611a01565b606091505b505f815103611a3c576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b606060a060405101806040526020810391505f825281835b600115611ad157600184039350600a81066030018453600a8104905080611aaf575b50828103602084039350808452505050919050565b5f9392505050565b5f33905090565b5f6001821460e11b9050919050565b5f604051905090565b5f80fd5b5f80fd5b5f7fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b611b4981611b15565b8114611b53575f80fd5b50565b5f81359050611b6481611b40565b92915050565b5f60208284031215611b7f57611b7e611b0d565b5b5f611b8c84828501611b56565b91505092915050565b5f8115159050919050565b611ba981611b95565b82525050565b5f602082019050611bc25f830184611ba0565b92915050565b5f81519050919050565b5f82825260208201905092915050565b5f5b83811015611bff578082015181840152602081019050611be4565b5f8484015250505050565b5f601f19601f8301169050919050565b5f611c2482611bc8565b611c2e8185611bd2565b9350611c3e818560208601611be2565b611c4781611c0a565b840191505092915050565b5f6020820190508181035f830152611c6a8184611c1a565b905092915050565b5f819050919050565b611c8481611c72565b8114611c8e575f80fd5b50565b5f81359050611c9f81611c7b565b92915050565b5f60208284031215611cba57611cb9611b0d565b5b5f611cc784828501611c91565b91505092915050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f611cf982611cd0565b9050919050565b611d0981611cef565b82525050565b5f602082019050611d225f830184611d00565b92915050565b611d3181611cef565b8114611d3b575f80fd5b50565b5f81359050611d4c81611d28565b92915050565b5f8060408385031215611d6857611d67611b0d565b5b5f611d7585828601611d3e565b9250506020611d8685828601611c91565b9150509250929050565b611d9981611c72565b82525050565b5f602082019050611db25f830184611d90565b92915050565b5f805f60608486031215611dcf57611dce611b0d565b5b5f611ddc86828701611d3e565b9350506020611ded86828701611d3e565b9250506040611dfe86828701611c91565b9150509250925092565b5f80fd5b5f80fd5b5f80fd5b5f8083601f840112611e2957611e28611e08565b5b8235905067ffffffffffffffff811115611e4657611e45611e0c565b5b602083019150836001820283011115611e6257611e61611e10565b5b9250929050565b5f8060208385031215611e7f57611e7e611b0d565b5b5f83013567ffffffffffffffff811115611e9c57611e9b611b11565b5b611ea885828601611e14565b92509250509250929050565b5f60208284031215611ec957611ec8611b0d565b5b5f611ed684828501611d3e565b91505092915050565b611ee881611b95565b8114611ef2575f80fd5b50565b5f81359050611f0381611edf565b92915050565b5f8060408385031215611f1f57611f1e611b0d565b5b5f611f2c85828601611d3e565b9250506020611f3d85828601611ef5565b9150509250929050565b5f80fd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b611f8182611c0a565b810181811067ffffffffffffffff82111715611fa057611f9f611f4b565b5b80604052505050565b5f611fb2611b04565b9050611fbe8282611f78565b919050565b5f67ffffffffffffffff821115611fdd57611fdc611f4b565b5b611fe682611c0a565b9050602081019050919050565b828183375f83830152505050565b5f61201361200e84611fc3565b611fa9565b90508281526020810184848401111561202f5761202e611f47565b5b61203a848285611ff3565b509392505050565b5f82601f83011261205657612055611e08565b5b8135612066848260208601612001565b91505092915050565b5f805f806080858703121561208757612086611b0d565b5b5f61209487828801611d3e565b94505060206120a587828801611d3e565b93505060406120b687828801611c91565b925050606085013567ffffffffffffffff8111156120d7576120d6611b11565b5b6120e387828801612042565b91505092959194509250565b5f806040838503121561210557612104611b0d565b5b5f61211285828601611d3e565b925050602061212385828601611d3e565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f600282049050600182168061217157607f821691505b6020821081036121845761218361212d565b5b50919050565b5f81905092915050565b50565b5f6121a25f8361218a565b91506121ad82612194565b5f82019050919050565b5f6121c182612197565b9150819050919050565b7f5472616e73666572206661696c656400000000000000000000000000000000005f82015250565b5f6121ff600f83611bd2565b915061220a826121cb565b602082019050919050565b5f6020820190508181035f83015261222c816121f3565b9050919050565b5f82905092915050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f600883026122997fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8261225e565b6122a3868361225e565b95508019841693508086168417925050509392505050565b5f819050919050565b5f6122de6122d96122d484611c72565b6122bb565b611c72565b9050919050565b5f819050919050565b6122f7836122c4565b61230b612303826122e5565b84845461226a565b825550505050565b5f90565b61231f612313565b61232a8184846122ee565b505050565b5b8181101561234d576123425f82612317565b600181019050612330565b5050565b601f821115612392576123638161223d565b61236c8461224f565b8101602085101561237b578190505b61238f6123878561224f565b83018261232f565b50505b505050565b5f82821c905092915050565b5f6123b25f1984600802612397565b1980831691505092915050565b5f6123ca83836123a3565b9150826002028217905092915050565b6123e48383612233565b67ffffffffffffffff8111156123fd576123fc611f4b565b5b612407825461215a565b612412828285612351565b5f601f83116001811461243f575f841561242d578287013590505b61243785826123bf565b86555061249e565b601f19841661244d8661223d565b5f5b828110156124745784890135825560018201915060208501945060208101905061244f565b86831015612491578489013561248d601f8916826123a3565b8355505b6001600288020188555050505b50505050505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f6124de82611c72565b91506124e983611c72565b9250828201905080821115612501576125006124a7565b5b92915050565b5f61251182611c72565b915061251c83611c72565b925082820261252a81611c72565b91508282048414831517612541576125406124a7565b5b5092915050565b5f81905092915050565b5f815461255e8161215a565b6125688186612548565b9450600182165f81146125825760018114612597576125c9565b60ff19831686528115158202860193506125c9565b6125a08561223d565b5f5b838110156125c1578154818901526001820191506020810190506125a2565b838801955050505b50505092915050565b5f6125dc82611bc8565b6125e68185612548565b93506125f6818560208601611be2565b80840191505092915050565b7f2e6a736f6e0000000000000000000000000000000000000000000000000000005f82015250565b5f612636600583612548565b915061264182612602565b600582019050919050565b5f6126578285612552565b915061266382846125d2565b915061266e8261262a565b91508190509392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f6126d4602683611bd2565b91506126df8261267a565b604082019050919050565b5f6020820190508181035f830152612701816126c8565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f61273c602083611bd2565b915061274782612708565b602082019050919050565b5f6020820190508181035f83015261276981612730565b9050919050565b5f81519050919050565b5f82825260208201905092915050565b5f61279482612770565b61279e818561277a565b93506127ae818560208601611be2565b6127b781611c0a565b840191505092915050565b5f6080820190506127d55f830187611d00565b6127e26020830186611d00565b6127ef6040830185611d90565b8181036060830152612801818461278a565b905095945050505050565b5f8151905061281a81611b40565b92915050565b5f6020828403121561283557612834611b0d565b5b5f6128428482850161280c565b9150509291505056fea2646970667358221220153d5f1d6de99a9fc85b0af127eddac6a73fe904d1b2afaca0394c7fc05e7ad664736f6c6343000814003300000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000036697066733a2f2f516d62763547326850544b7a43396262776f5267414b65365951424676586d6f46676f7a32657a486b4c39696f412f00000000000000000000
Deployed Bytecode
0x6080604052600436106101cc575f3560e01c806370a08231116100f6578063a22cb46511610094578063d5abeb0111610063578063d5abeb01146105e0578063e985e9c51461060a578063f2fde38b14610646578063f968adbe1461066e576101cc565b8063a22cb46514610538578063b88d4fde14610560578063c6f6f2161461057c578063c87b56dd146105a4576101cc565b80638da5cb5b116100d05780638da5cb5b146104a057806391b7f5ed146104ca57806395d89b41146104f2578063a0712d681461051c576101cc565b806370a0823114610426578063715018a6146104625780638ba4cc3c14610478576101cc565b80632f85423a1161016e57806355f804b31161013d57806355f804b31461036e5780636352211e146103965780636817c76c146103d25780636c0360eb146103fc576101cc565b80632f85423a146102fe5780633b4c4b25146103145780633ccfd60b1461033c57806342842e0e14610352576101cc565b8063095ea7b3116101aa578063095ea7b31461027257806318160ddd1461028e57806323b872dd146102b857806324bbd049146102d4576101cc565b806301ffc9a7146101d057806306fdde031461020c578063081812fc14610236575b5f80fd5b3480156101db575f80fd5b506101f660048036038101906101f19190611b6a565b610698565b6040516102039190611baf565b60405180910390f35b348015610217575f80fd5b50610220610729565b60405161022d9190611c52565b60405180910390f35b348015610241575f80fd5b5061025c60048036038101906102579190611ca5565b6107b9565b6040516102699190611d0f565b60405180910390f35b61028c60048036038101906102879190611d52565b610833565b005b348015610299575f80fd5b506102a2610972565b6040516102af9190611d9f565b60405180910390f35b6102d260048036038101906102cd9190611db8565b610987565b005b3480156102df575f80fd5b506102e8610c95565b6040516102f59190611baf565b60405180910390f35b348015610309575f80fd5b50610312610ca7565b005b34801561031f575f80fd5b5061033a60048036038101906103359190611ca5565b610cd9565b005b348015610347575f80fd5b50610350610ceb565b005b61036c60048036038101906103679190611db8565b610d9e565b005b348015610379575f80fd5b50610394600480360381019061038f9190611e69565b610dbd565b005b3480156103a1575f80fd5b506103bc60048036038101906103b79190611ca5565b610ddb565b6040516103c99190611d0f565b60405180910390f35b3480156103dd575f80fd5b506103e6610dec565b6040516103f39190611d9f565b60405180910390f35b348015610407575f80fd5b50610410610df2565b60405161041d9190611c52565b60405180910390f35b348015610431575f80fd5b5061044c60048036038101906104479190611eb4565b610e7e565b6040516104599190611d9f565b60405180910390f35b34801561046d575f80fd5b50610476610f33565b005b348015610483575f80fd5b5061049e60048036038101906104999190611d52565b610f46565b005b3480156104ab575f80fd5b506104b4610f5c565b6040516104c19190611d0f565b60405180910390f35b3480156104d5575f80fd5b506104f060048036038101906104eb9190611ca5565b610f84565b005b3480156104fd575f80fd5b50610506610f96565b6040516105139190611c52565b60405180910390f35b61053660048036038101906105319190611ca5565b611026565b005b348015610543575f80fd5b5061055e60048036038101906105599190611f09565b611149565b005b61057a6004803603810190610575919061206f565b61124f565b005b348015610587575f80fd5b506105a2600480360381019061059d9190611ca5565b6112c1565b005b3480156105af575f80fd5b506105ca60048036038101906105c59190611ca5565b6112d3565b6040516105d79190611c52565b60405180910390f35b3480156105eb575f80fd5b506105f4611346565b6040516106019190611d9f565b60405180910390f35b348015610615575f80fd5b50610630600480360381019061062b91906120ef565b61134c565b60405161063d9190611baf565b60405180910390f35b348015610651575f80fd5b5061066c60048036038101906106679190611eb4565b6113da565b005b348015610679575f80fd5b5061068261145c565b60405161068f9190611d9f565b60405180910390f35b5f6301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806106f257506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806107225750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b6060600280546107389061215a565b80601f01602080910402602001604051908101604052809291908181526020018280546107649061215a565b80156107af5780601f10610786576101008083540402835291602001916107af565b820191905f5260205f20905b81548152906001019060200180831161079257829003601f168201915b5050505050905090565b5f6107c382611462565b6107f9576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60065f8381526020019081526020015f205f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b5f61083d82610ddb565b90508073ffffffffffffffffffffffffffffffffffffffff1661085e6114bc565b73ffffffffffffffffffffffffffffffffffffffff16146108c15761088a816108856114bc565b61134c565b6108c0576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b8260065f8481526020019081526020015f205f015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b5f61097b6114c3565b6001545f540303905090565b5f610991826114cb565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16146109f8576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f80610a038461158e565b91509150610a198187610a146114bc565b6115b1565b610a6557610a2e86610a296114bc565b61134c565b610a64576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b5f73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1603610aca576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ad786868660016115f4565b8015610ae1575f82555b60055f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8154600190039190508190555060055f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f815460010191905081905550610ba985610b858888876115fa565b7c020000000000000000000000000000000000000000000000000000000017611621565b60045f8681526020019081526020015f20819055505f7c0200000000000000000000000000000000000000000000000000000000841603610c25575f6001850190505f60045f8381526020019081526020015f205403610c23575f548114610c22578360045f8381526020019081526020015f20819055505b5b505b838573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4610c8d868686600161164b565b505050505050565b600d5f9054906101000a900460ff1681565b610caf611651565b600d5f9054906101000a900460ff1615600d5f6101000a81548160ff021916908315150217905550565b610ce1611651565b8060098190555050565b610cf3611651565b5f3373ffffffffffffffffffffffffffffffffffffffff1647604051610d18906121b7565b5f6040518083038185875af1925050503d805f8114610d52576040519150601f19603f3d011682016040523d82523d5f602084013e610d57565b606091505b5050905080610d9b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d9290612215565b60405180910390fd5b50565b610db883838360405180602001604052805f81525061124f565b505050565b610dc5611651565b8181600c9182610dd69291906123da565b505050565b5f610de5826114cb565b9050919050565b600a5481565b600c8054610dff9061215a565b80601f0160208091040260200160405190810160405280929190818152602001828054610e2b9061215a565b8015610e765780601f10610e4d57610100808354040283529160200191610e76565b820191905f5260205f20905b815481529060010190602001808311610e5957829003601f168201915b505050505081565b5f8073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610ee4576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff60055f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054169050919050565b610f3b611651565b610f445f6116cf565b565b610f4e611651565b610f588282611792565b5050565b5f60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610f8c611651565b80600a8190555050565b606060038054610fa59061215a565b80601f0160208091040260200160405190810160405280929190818152602001828054610fd19061215a565b801561101c5780601f10610ff35761010080835404028352916020019161101c565b820191905f5260205f20905b815481529060010190602001808311610fff57829003601f168201915b5050505050905090565b600d5f9054906101000a900460ff1661106b576040517f2d0a346e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6009548161107761193b565b61108191906124d4565b11156110b9576040517f8a164f6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600b548111156110f5576040517f845d1a2200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80600a546111039190612507565b34101561113c576040517ff7760f2500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6111463382611792565b50565b8060075f6111556114bc565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff166111fe6114bc565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516112439190611baf565b60405180910390a35050565b61125a848484610987565b5f8373ffffffffffffffffffffffffffffffffffffffff163b146112bb576112848484848461194c565b6112ba576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b6112c9611651565b80600b8190555050565b60606112de82611462565b611314576040517fa14c4b5000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600c61131f83611a97565b60405160200161133092919061264c565b6040516020818303038152906040529050919050565b60095481565b5f60075f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16905092915050565b6113e2611651565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611450576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611447906126ea565b60405180910390fd5b611459816116cf565b50565b600b5481565b5f8161146c6114c3565b1115801561147a57505f5482105b80156114b557505f7c010000000000000000000000000000000000000000000000000000000060045f8581526020019081526020015f205416145b9050919050565b5f33905090565b5f6001905090565b5f80829050806114d96114c3565b11611557575f54811015611556575f60045f8381526020019081526020015f205490505f7c0100000000000000000000000000000000000000000000000000000000821603611554575b5f810361154a5760045f836001900393508381526020019081526020015f20549050611523565b8092505050611589565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b5f805f60065f8581526020019081526020015f2090508092508254915050915091565b5f73ffffffffffffffffffffffffffffffffffffffff8316925073ffffffffffffffffffffffffffffffffffffffff821691508382148383141790509392505050565b50505050565b5f8060e883901c905060e8611610868684611ae6565b62ffffff16901b9150509392505050565b5f73ffffffffffffffffffffffffffffffffffffffff83169250814260a01b178317905092915050565b50505050565b611659611aee565b73ffffffffffffffffffffffffffffffffffffffff16611677610f5c565b73ffffffffffffffffffffffffffffffffffffffff16146116cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116c490612752565b60405180910390fd5b565b5f60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160085f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f805490505f82036117d0576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6117dc5f8483856115f4565b600160406001901b17820260055f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f828254019250508190555061184e8361183f5f865f6115fa565b61184885611af5565b17611621565b60045f8381526020019081526020015f20819055505f80838301905073ffffffffffffffffffffffffffffffffffffffff8516915082825f7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef5f80a4600183015b8181146118e85780835f7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef5f80a46001810190506118af565b505f8203611922576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805f8190555050506119365f84838561164b565b505050565b5f6119446114c3565b5f5403905090565b5f8373ffffffffffffffffffffffffffffffffffffffff1663150b7a026119716114bc565b8786866040518563ffffffff1660e01b815260040161199394939291906127c2565b6020604051808303815f875af19250505080156119ce57506040513d601f19601f820116820180604052508101906119cb9190612820565b60015b611a44573d805f81146119fc576040519150601f19603f3d011682016040523d82523d5f602084013e611a01565b606091505b505f815103611a3c576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b606060a060405101806040526020810391505f825281835b600115611ad157600184039350600a81066030018453600a8104905080611aaf575b50828103602084039350808452505050919050565b5f9392505050565b5f33905090565b5f6001821460e11b9050919050565b5f604051905090565b5f80fd5b5f80fd5b5f7fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b611b4981611b15565b8114611b53575f80fd5b50565b5f81359050611b6481611b40565b92915050565b5f60208284031215611b7f57611b7e611b0d565b5b5f611b8c84828501611b56565b91505092915050565b5f8115159050919050565b611ba981611b95565b82525050565b5f602082019050611bc25f830184611ba0565b92915050565b5f81519050919050565b5f82825260208201905092915050565b5f5b83811015611bff578082015181840152602081019050611be4565b5f8484015250505050565b5f601f19601f8301169050919050565b5f611c2482611bc8565b611c2e8185611bd2565b9350611c3e818560208601611be2565b611c4781611c0a565b840191505092915050565b5f6020820190508181035f830152611c6a8184611c1a565b905092915050565b5f819050919050565b611c8481611c72565b8114611c8e575f80fd5b50565b5f81359050611c9f81611c7b565b92915050565b5f60208284031215611cba57611cb9611b0d565b5b5f611cc784828501611c91565b91505092915050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f611cf982611cd0565b9050919050565b611d0981611cef565b82525050565b5f602082019050611d225f830184611d00565b92915050565b611d3181611cef565b8114611d3b575f80fd5b50565b5f81359050611d4c81611d28565b92915050565b5f8060408385031215611d6857611d67611b0d565b5b5f611d7585828601611d3e565b9250506020611d8685828601611c91565b9150509250929050565b611d9981611c72565b82525050565b5f602082019050611db25f830184611d90565b92915050565b5f805f60608486031215611dcf57611dce611b0d565b5b5f611ddc86828701611d3e565b9350506020611ded86828701611d3e565b9250506040611dfe86828701611c91565b9150509250925092565b5f80fd5b5f80fd5b5f80fd5b5f8083601f840112611e2957611e28611e08565b5b8235905067ffffffffffffffff811115611e4657611e45611e0c565b5b602083019150836001820283011115611e6257611e61611e10565b5b9250929050565b5f8060208385031215611e7f57611e7e611b0d565b5b5f83013567ffffffffffffffff811115611e9c57611e9b611b11565b5b611ea885828601611e14565b92509250509250929050565b5f60208284031215611ec957611ec8611b0d565b5b5f611ed684828501611d3e565b91505092915050565b611ee881611b95565b8114611ef2575f80fd5b50565b5f81359050611f0381611edf565b92915050565b5f8060408385031215611f1f57611f1e611b0d565b5b5f611f2c85828601611d3e565b9250506020611f3d85828601611ef5565b9150509250929050565b5f80fd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b611f8182611c0a565b810181811067ffffffffffffffff82111715611fa057611f9f611f4b565b5b80604052505050565b5f611fb2611b04565b9050611fbe8282611f78565b919050565b5f67ffffffffffffffff821115611fdd57611fdc611f4b565b5b611fe682611c0a565b9050602081019050919050565b828183375f83830152505050565b5f61201361200e84611fc3565b611fa9565b90508281526020810184848401111561202f5761202e611f47565b5b61203a848285611ff3565b509392505050565b5f82601f83011261205657612055611e08565b5b8135612066848260208601612001565b91505092915050565b5f805f806080858703121561208757612086611b0d565b5b5f61209487828801611d3e565b94505060206120a587828801611d3e565b93505060406120b687828801611c91565b925050606085013567ffffffffffffffff8111156120d7576120d6611b11565b5b6120e387828801612042565b91505092959194509250565b5f806040838503121561210557612104611b0d565b5b5f61211285828601611d3e565b925050602061212385828601611d3e565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f600282049050600182168061217157607f821691505b6020821081036121845761218361212d565b5b50919050565b5f81905092915050565b50565b5f6121a25f8361218a565b91506121ad82612194565b5f82019050919050565b5f6121c182612197565b9150819050919050565b7f5472616e73666572206661696c656400000000000000000000000000000000005f82015250565b5f6121ff600f83611bd2565b915061220a826121cb565b602082019050919050565b5f6020820190508181035f83015261222c816121f3565b9050919050565b5f82905092915050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f600883026122997fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8261225e565b6122a3868361225e565b95508019841693508086168417925050509392505050565b5f819050919050565b5f6122de6122d96122d484611c72565b6122bb565b611c72565b9050919050565b5f819050919050565b6122f7836122c4565b61230b612303826122e5565b84845461226a565b825550505050565b5f90565b61231f612313565b61232a8184846122ee565b505050565b5b8181101561234d576123425f82612317565b600181019050612330565b5050565b601f821115612392576123638161223d565b61236c8461224f565b8101602085101561237b578190505b61238f6123878561224f565b83018261232f565b50505b505050565b5f82821c905092915050565b5f6123b25f1984600802612397565b1980831691505092915050565b5f6123ca83836123a3565b9150826002028217905092915050565b6123e48383612233565b67ffffffffffffffff8111156123fd576123fc611f4b565b5b612407825461215a565b612412828285612351565b5f601f83116001811461243f575f841561242d578287013590505b61243785826123bf565b86555061249e565b601f19841661244d8661223d565b5f5b828110156124745784890135825560018201915060208501945060208101905061244f565b86831015612491578489013561248d601f8916826123a3565b8355505b6001600288020188555050505b50505050505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f6124de82611c72565b91506124e983611c72565b9250828201905080821115612501576125006124a7565b5b92915050565b5f61251182611c72565b915061251c83611c72565b925082820261252a81611c72565b91508282048414831517612541576125406124a7565b5b5092915050565b5f81905092915050565b5f815461255e8161215a565b6125688186612548565b9450600182165f81146125825760018114612597576125c9565b60ff19831686528115158202860193506125c9565b6125a08561223d565b5f5b838110156125c1578154818901526001820191506020810190506125a2565b838801955050505b50505092915050565b5f6125dc82611bc8565b6125e68185612548565b93506125f6818560208601611be2565b80840191505092915050565b7f2e6a736f6e0000000000000000000000000000000000000000000000000000005f82015250565b5f612636600583612548565b915061264182612602565b600582019050919050565b5f6126578285612552565b915061266382846125d2565b915061266e8261262a565b91508190509392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f6126d4602683611bd2565b91506126df8261267a565b604082019050919050565b5f6020820190508181035f830152612701816126c8565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f61273c602083611bd2565b915061274782612708565b602082019050919050565b5f6020820190508181035f83015261276981612730565b9050919050565b5f81519050919050565b5f82825260208201905092915050565b5f61279482612770565b61279e818561277a565b93506127ae818560208601611be2565b6127b781611c0a565b840191505092915050565b5f6080820190506127d55f830187611d00565b6127e26020830186611d00565b6127ef6040830185611d90565b8181036060830152612801818461278a565b905095945050505050565b5f8151905061281a81611b40565b92915050565b5f6020828403121561283557612834611b0d565b5b5f6128428482850161280c565b9150509291505056fea2646970667358221220153d5f1d6de99a9fc85b0af127eddac6a73fe904d1b2afaca0394c7fc05e7ad664736f6c63430008140033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000036697066733a2f2f516d62763547326850544b7a43396262776f5267414b65365951424676586d6f46676f7a32657a486b4c39696f412f00000000000000000000
-----Decoded View---------------
Arg [0] : _initMetadataURI (string): ipfs://Qmbv5G2hPTKzC9bbwoRgAKe6YQBFvXmoFgoz2ezHkL9ioA/
-----Encoded View---------------
4 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000020
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000036
Arg [2] : 697066733a2f2f516d62763547326850544b7a43396262776f5267414b653659
Arg [3] : 51424676586d6f46676f7a32657a486b4c39696f412f00000000000000000000
Deployed Bytecode Sourcemap
60774:2193:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27675:639;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;28577:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;35068:218;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;34501:408;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;24328:323;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;38707:2825;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;60968:20;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;62703:81;;;;;;;;;;;;;:::i;:::-;;62490:99;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;62792:172;;;;;;;;;;;;;:::i;:::-;;41628:193;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;62260:116;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;29970:152;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;60862:37;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;60940:21;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25512:233;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8454:103;;;;;;;;;;;;;:::i;:::-;;61615:116;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7813:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;62384:98;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;28753:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;61257:350;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;35626:234;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;42419:407;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;62597:98;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;61739:296;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;60825:30;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;36017:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8712:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;60906:27;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;27675:639;27760:4;28099:10;28084:25;;:11;:25;;;;:102;;;;28176:10;28161:25;;:11;:25;;;;28084:102;:179;;;;28253:10;28238:25;;:11;:25;;;;28084:179;28064:199;;27675:639;;;:::o;28577:100::-;28631:13;28664:5;28657:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28577:100;:::o;35068:218::-;35144:7;35169:16;35177:7;35169;:16::i;:::-;35164:64;;35194:34;;;;;;;;;;;;;;35164:64;35248:15;:24;35264:7;35248:24;;;;;;;;;;;:30;;;;;;;;;;;;35241:37;;35068:218;;;:::o;34501:408::-;34590:13;34606:16;34614:7;34606;:16::i;:::-;34590:32;;34662:5;34639:28;;:19;:17;:19::i;:::-;:28;;;34635:175;;34687:44;34704:5;34711:19;:17;:19::i;:::-;34687:16;:44::i;:::-;34682:128;;34759:35;;;;;;;;;;;;;;34682:128;34635:175;34855:2;34822:15;:24;34838:7;34822:24;;;;;;;;;;;:30;;;:35;;;;;;;;;;;;;;;;;;34893:7;34889:2;34873:28;;34882:5;34873:28;;;;;;;;;;;;34579:330;34501:408;;:::o;24328:323::-;24389:7;24617:15;:13;:15::i;:::-;24602:12;;24586:13;;:28;:46;24579:53;;24328:323;:::o;38707:2825::-;38849:27;38879;38898:7;38879:18;:27::i;:::-;38849:57;;38964:4;38923:45;;38939:19;38923:45;;;38919:86;;38977:28;;;;;;;;;;;;;;38919:86;39019:27;39048:23;39075:35;39102:7;39075:26;:35::i;:::-;39018:92;;;;39210:68;39235:15;39252:4;39258:19;:17;:19::i;:::-;39210:24;:68::i;:::-;39205:180;;39298:43;39315:4;39321:19;:17;:19::i;:::-;39298:16;:43::i;:::-;39293:92;;39350:35;;;;;;;;;;;;;;39293:92;39205:180;39416:1;39402:16;;:2;:16;;;39398:52;;39427:23;;;;;;;;;;;;;;39398:52;39463:43;39485:4;39491:2;39495:7;39504:1;39463:21;:43::i;:::-;39599:15;39596:160;;;39739:1;39718:19;39711:30;39596:160;40136:18;:24;40155:4;40136:24;;;;;;;;;;;;;;;;40134:26;;;;;;;;;;;;40205:18;:22;40224:2;40205:22;;;;;;;;;;;;;;;;40203:24;;;;;;;;;;;40527:146;40564:2;40613:45;40628:4;40634:2;40638:19;40613:14;:45::i;:::-;20727:8;40585:73;40527:18;:146::i;:::-;40498:17;:26;40516:7;40498:26;;;;;;;;;;;:175;;;;40844:1;20727:8;40793:19;:47;:52;40789:627;;40866:19;40898:1;40888:7;:11;40866:33;;41055:1;41021:17;:30;41039:11;41021:30;;;;;;;;;;;;:35;41017:384;;41159:13;;41144:11;:28;41140:242;;41339:19;41306:17;:30;41324:11;41306:30;;;;;;;;;;;:52;;;;41140:242;41017:384;40847:569;40789:627;41463:7;41459:2;41444:27;;41453:4;41444:27;;;;;;;;;;;;41482:42;41503:4;41509:2;41513:7;41522:1;41482:20;:42::i;:::-;38838:2694;;;38707:2825;;;:::o;60968:20::-;;;;;;;;;;;;;:::o;62703:81::-;7699:13;:11;:13::i;:::-;62768:8:::1;;;;;;;;;;;62767:9;62756:8;;:20;;;;;;;;;;;;;;;;;;62703:81::o:0;62490:99::-;7699:13;:11;:13::i;:::-;62571:10:::1;62559:9;:22;;;;62490:99:::0;:::o;62792:172::-;7699:13;:11;:13::i;:::-;62843:12:::1;62861:10;:15;;62884:21;62861:49;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;62842:68;;;62929:7;62921:35;;;;;;;;;;;;:::i;:::-;;;;;;;;;62831:133;62792:172::o:0;41628:193::-;41774:39;41791:4;41797:2;41801:7;41774:39;;;;;;;;;;;;:16;:39::i;:::-;41628:193;;;:::o;62260:116::-;7699:13;:11;:13::i;:::-;62353:15:::1;;62343:7;:25;;;;;;;:::i;:::-;;62260:116:::0;;:::o;29970:152::-;30042:7;30085:27;30104:7;30085:18;:27::i;:::-;30062:52;;29970:152;;;:::o;60862:37::-;;;;:::o;60940:21::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;25512:233::-;25584:7;25625:1;25608:19;;:5;:19;;;25604:60;;25636:28;;;;;;;;;;;;;;25604:60;19671:13;25682:18;:25;25701:5;25682:25;;;;;;;;;;;;;;;;:55;25675:62;;25512:233;;;:::o;8454:103::-;7699:13;:11;:13::i;:::-;8519:30:::1;8546:1;8519:18;:30::i;:::-;8454:103::o:0;61615:116::-;7699:13;:11;:13::i;:::-;61698:25:::1;61704:9;61715:7;61698:5;:25::i;:::-;61615:116:::0;;:::o;7813:87::-;7859:7;7886:6;;;;;;;;;;;7879:13;;7813:87;:::o;62384:98::-;7699:13;:11;:13::i;:::-;62464:10:::1;62452:9;:22;;;;62384:98:::0;:::o;28753:104::-;28809:13;28842:7;28835:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28753:104;:::o;61257:350::-;61321:8;;;;;;;;;;;61316:38;;61338:16;;;;;;;;;;;;;;61316:38;61396:9;;61386:7;61369:14;:12;:14::i;:::-;:24;;;;:::i;:::-;:36;61365:68;;;61414:19;;;;;;;;;;;;;;61365:68;61458:8;;61448:7;:18;61444:49;;;61475:18;;;;;;;;;;;;;;61444:49;61532:7;61520:9;;:19;;;;:::i;:::-;61508:9;:31;61504:56;;;61548:12;;;;;;;;;;;;;;61504:56;61573:26;61579:10;61591:7;61573:5;:26::i;:::-;61257:350;:::o;35626:234::-;35773:8;35721:18;:39;35740:19;:17;:19::i;:::-;35721:39;;;;;;;;;;;;;;;:49;35761:8;35721:49;;;;;;;;;;;;;;;;:60;;;;;;;;;;;;;;;;;;35833:8;35797:55;;35812:19;:17;:19::i;:::-;35797:55;;;35843:8;35797:55;;;;;;:::i;:::-;;;;;;;;35626:234;;:::o;42419:407::-;42594:31;42607:4;42613:2;42617:7;42594:12;:31::i;:::-;42658:1;42640:2;:14;;;:19;42636:183;;42679:56;42710:4;42716:2;42720:7;42729:5;42679:30;:56::i;:::-;42674:145;;42763:40;;;;;;;;;;;;;;42674:145;42636:183;42419:407;;;;:::o;62597:98::-;7699:13;:11;:13::i;:::-;62678:9:::1;62667:8;:20;;;;62597:98:::0;:::o;61739:296::-;61857:13;61893:16;61901:7;61893;:16::i;:::-;61888:59;;61918:29;;;;;;;;;;;;;;61888:59;61989:7;61998:18;62008:7;61998:9;:18::i;:::-;61972:54;;;;;;;;;:::i;:::-;;;;;;;;;;;;;61958:69;;61739:296;;;:::o;60825:30::-;;;;:::o;36017:164::-;36114:4;36138:18;:25;36157:5;36138:25;;;;;;;;;;;;;;;:35;36164:8;36138:35;;;;;;;;;;;;;;;;;;;;;;;;;36131:42;;36017:164;;;;:::o;8712:201::-;7699:13;:11;:13::i;:::-;8821:1:::1;8801:22;;:8;:22;;::::0;8793:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;8877:28;8896:8;8877:18;:28::i;:::-;8712:201:::0;:::o;60906:27::-;;;;:::o;36439:282::-;36504:4;36560:7;36541:15;:13;:15::i;:::-;:26;;:66;;;;;36594:13;;36584:7;:23;36541:66;:153;;;;;36693:1;20447:8;36645:17;:26;36663:7;36645:26;;;;;;;;;;;;:44;:49;36541:153;36521:173;;36439:282;;;:::o;58747:105::-;58807:7;58834:10;58827:17;;58747:105;:::o;62043:93::-;62100:7;62127:1;62120:8;;62043:93;:::o;31125:1275::-;31192:7;31212:12;31227:7;31212:22;;31295:4;31276:15;:13;:15::i;:::-;:23;31272:1061;;31329:13;;31322:4;:20;31318:1015;;;31367:14;31384:17;:23;31402:4;31384:23;;;;;;;;;;;;31367:40;;31501:1;20447:8;31473:6;:24;:29;31469:845;;32138:113;32155:1;32145:6;:11;32138:113;;32198:17;:25;32216:6;;;;;;;32198:25;;;;;;;;;;;;32189:34;;32138:113;;;32284:6;32277:13;;;;;;31469:845;31344:989;31318:1015;31272:1061;32361:31;;;;;;;;;;;;;;31125:1275;;;;:::o;37602:485::-;37704:27;37733:23;37774:38;37815:15;:24;37831:7;37815:24;;;;;;;;;;;37774:65;;37992:18;37969:41;;38049:19;38043:26;38024:45;;37954:126;37602:485;;;:::o;36830:659::-;36979:11;37144:16;37137:5;37133:28;37124:37;;37304:16;37293:9;37289:32;37276:45;;37454:15;37443:9;37440:30;37432:5;37421:9;37418:20;37415:56;37405:66;;36830:659;;;;;:::o;43488:159::-;;;;;:::o;58056:311::-;58191:7;58211:16;20851:3;58237:19;:41;;58211:68;;20851:3;58305:31;58316:4;58322:2;58326:9;58305:10;:31::i;:::-;58297:40;;:62;;58290:69;;;58056:311;;;;;:::o;32948:450::-;33028:14;33196:16;33189:5;33185:28;33176:37;;33373:5;33359:11;33334:23;33330:41;33327:52;33320:5;33317:63;33307:73;;32948:450;;;;:::o;44312:158::-;;;;;:::o;7978:132::-;8053:12;:10;:12::i;:::-;8042:23;;:7;:5;:7::i;:::-;:23;;;8034:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;7978:132::o;9073:191::-;9147:16;9166:6;;;;;;;;;;;9147:25;;9192:8;9183:6;;:17;;;;;;;;;;;;;;;;;;9247:8;9216:40;;9237:8;9216:40;;;;;;;;;;;;9136:128;9073:191;:::o;46088:2966::-;46161:20;46184:13;;46161:36;;46224:1;46212:8;:13;46208:44;;46234:18;;;;;;;;;;;;;;46208:44;46265:61;46295:1;46299:2;46303:12;46317:8;46265:21;:61::i;:::-;46809:1;19809:2;46779:1;:26;;46778:32;46766:8;:45;46740:18;:22;46759:2;46740:22;;;;;;;;;;;;;;;;:71;;;;;;;;;;;47088:139;47125:2;47179:33;47202:1;47206:2;47210:1;47179:14;:33::i;:::-;47146:30;47167:8;47146:20;:30::i;:::-;:66;47088:18;:139::i;:::-;47054:17;:31;47072:12;47054:31;;;;;;;;;;;:173;;;;47244:16;47275:11;47304:8;47289:12;:23;47275:37;;47825:16;47821:2;47817:25;47805:37;;48197:12;48157:8;48116:1;48054:25;47995:1;47934;47907:335;48568:1;48554:12;48550:20;48508:346;48609:3;48600:7;48597:16;48508:346;;48827:7;48817:8;48814:1;48787:25;48784:1;48781;48776:59;48662:1;48653:7;48649:15;48638:26;;48508:346;;;48512:77;48899:1;48887:8;:13;48883:45;;48909:19;;;;;;;;;;;;;;48883:45;48961:3;48945:13;:19;;;;46514:2462;;48986:60;49015:1;49019:2;49023:12;49037:8;48986:20;:60::i;:::-;46150:2904;46088:2966;;:::o;24749:296::-;24804:7;25011:15;:13;:15::i;:::-;24995:13;;:31;24988:38;;24749:296;:::o;44910:716::-;45073:4;45119:2;45094:45;;;45140:19;:17;:19::i;:::-;45161:4;45167:7;45176:5;45094:88;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;45090:529;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45394:1;45377:6;:13;:18;45373:235;;45423:40;;;;;;;;;;;;;;45373:235;45566:6;45560:13;45551:6;45547:2;45543:15;45536:38;45090:529;45263:54;;;45253:64;;;:6;:64;;;;45246:71;;;44910:716;;;;;;:::o;58954:1745::-;59019:17;59453:4;59446;59440:11;59436:22;59545:1;59539:4;59532:15;59620:4;59617:1;59613:12;59606:19;;59702:1;59697:3;59690:14;59806:3;60045:5;60027:428;60053:1;60027:428;;;60093:1;60088:3;60084:11;60077:18;;60264:2;60258:4;60254:13;60250:2;60246:22;60241:3;60233:36;60358:2;60352:4;60348:13;60340:21;;60425:4;60027:428;60415:25;60027:428;60031:21;60494:3;60489;60485:13;60609:4;60604:3;60600:14;60593:21;;60674:6;60669:3;60662:19;59058:1634;;;58954:1745;;;:::o;57757:147::-;57894:6;57757:147;;;;;:::o;6364:98::-;6417:7;6444:10;6437:17;;6364:98;:::o;33500:324::-;33570:14;33803:1;33793:8;33790:15;33764:24;33760:46;33750:56;;33500:324;;;:::o;7:75:1:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:149;370:7;410:66;403:5;399:78;388:89;;334:149;;;:::o;489:120::-;561:23;578:5;561:23;:::i;:::-;554:5;551:34;541:62;;599:1;596;589:12;541:62;489:120;:::o;615:137::-;660:5;698:6;685:20;676:29;;714:32;740:5;714:32;:::i;:::-;615:137;;;;:::o;758:327::-;816:6;865:2;853:9;844:7;840:23;836:32;833:119;;;871:79;;:::i;:::-;833:119;991:1;1016:52;1060:7;1051:6;1040:9;1036:22;1016:52;:::i;:::-;1006:62;;962:116;758:327;;;;:::o;1091:90::-;1125:7;1168:5;1161:13;1154:21;1143:32;;1091:90;;;:::o;1187:109::-;1268:21;1283:5;1268:21;:::i;:::-;1263:3;1256:34;1187:109;;:::o;1302:210::-;1389:4;1427:2;1416:9;1412:18;1404:26;;1440:65;1502:1;1491:9;1487:17;1478:6;1440:65;:::i;:::-;1302:210;;;;:::o;1518:99::-;1570:6;1604:5;1598:12;1588:22;;1518:99;;;:::o;1623:169::-;1707:11;1741:6;1736:3;1729:19;1781:4;1776:3;1772:14;1757:29;;1623:169;;;;:::o;1798:246::-;1879:1;1889:113;1903:6;1900:1;1897:13;1889:113;;;1988:1;1983:3;1979:11;1973:18;1969:1;1964:3;1960:11;1953:39;1925:2;1922:1;1918:10;1913:15;;1889:113;;;2036:1;2027:6;2022:3;2018:16;2011:27;1860:184;1798:246;;;:::o;2050:102::-;2091:6;2142:2;2138:7;2133:2;2126:5;2122:14;2118:28;2108:38;;2050:102;;;:::o;2158:377::-;2246:3;2274:39;2307:5;2274:39;:::i;:::-;2329:71;2393:6;2388:3;2329:71;:::i;:::-;2322:78;;2409:65;2467:6;2462:3;2455:4;2448:5;2444:16;2409:65;:::i;:::-;2499:29;2521:6;2499:29;:::i;:::-;2494:3;2490:39;2483:46;;2250:285;2158:377;;;;:::o;2541:313::-;2654:4;2692:2;2681:9;2677:18;2669:26;;2741:9;2735:4;2731:20;2727:1;2716:9;2712:17;2705:47;2769:78;2842:4;2833:6;2769:78;:::i;:::-;2761:86;;2541:313;;;;:::o;2860:77::-;2897:7;2926:5;2915:16;;2860:77;;;:::o;2943:122::-;3016:24;3034:5;3016:24;:::i;:::-;3009:5;3006:35;2996:63;;3055:1;3052;3045:12;2996:63;2943:122;:::o;3071:139::-;3117:5;3155:6;3142:20;3133:29;;3171:33;3198:5;3171:33;:::i;:::-;3071:139;;;;:::o;3216:329::-;3275:6;3324:2;3312:9;3303:7;3299:23;3295:32;3292:119;;;3330:79;;:::i;:::-;3292:119;3450:1;3475:53;3520:7;3511:6;3500:9;3496:22;3475:53;:::i;:::-;3465:63;;3421:117;3216:329;;;;:::o;3551:126::-;3588:7;3628:42;3621:5;3617:54;3606:65;;3551:126;;;:::o;3683:96::-;3720:7;3749:24;3767:5;3749:24;:::i;:::-;3738:35;;3683:96;;;:::o;3785:118::-;3872:24;3890:5;3872:24;:::i;:::-;3867:3;3860:37;3785:118;;:::o;3909:222::-;4002:4;4040:2;4029:9;4025:18;4017:26;;4053:71;4121:1;4110:9;4106:17;4097:6;4053:71;:::i;:::-;3909:222;;;;:::o;4137:122::-;4210:24;4228:5;4210:24;:::i;:::-;4203:5;4200:35;4190:63;;4249:1;4246;4239:12;4190:63;4137:122;:::o;4265:139::-;4311:5;4349:6;4336:20;4327:29;;4365:33;4392:5;4365:33;:::i;:::-;4265:139;;;;:::o;4410:474::-;4478:6;4486;4535:2;4523:9;4514:7;4510:23;4506:32;4503:119;;;4541:79;;:::i;:::-;4503:119;4661:1;4686:53;4731:7;4722:6;4711:9;4707:22;4686:53;:::i;:::-;4676:63;;4632:117;4788:2;4814:53;4859:7;4850:6;4839:9;4835:22;4814:53;:::i;:::-;4804:63;;4759:118;4410:474;;;;;:::o;4890:118::-;4977:24;4995:5;4977:24;:::i;:::-;4972:3;4965:37;4890:118;;:::o;5014:222::-;5107:4;5145:2;5134:9;5130:18;5122:26;;5158:71;5226:1;5215:9;5211:17;5202:6;5158:71;:::i;:::-;5014:222;;;;:::o;5242:619::-;5319:6;5327;5335;5384:2;5372:9;5363:7;5359:23;5355:32;5352:119;;;5390:79;;:::i;:::-;5352:119;5510:1;5535:53;5580:7;5571:6;5560:9;5556:22;5535:53;:::i;:::-;5525:63;;5481:117;5637:2;5663:53;5708:7;5699:6;5688:9;5684:22;5663:53;:::i;:::-;5653:63;;5608:118;5765:2;5791:53;5836:7;5827:6;5816:9;5812:22;5791:53;:::i;:::-;5781:63;;5736:118;5242:619;;;;;:::o;5867:117::-;5976:1;5973;5966:12;5990:117;6099:1;6096;6089:12;6113:117;6222:1;6219;6212:12;6250:553;6308:8;6318:6;6368:3;6361:4;6353:6;6349:17;6345:27;6335:122;;6376:79;;:::i;:::-;6335:122;6489:6;6476:20;6466:30;;6519:18;6511:6;6508:30;6505:117;;;6541:79;;:::i;:::-;6505:117;6655:4;6647:6;6643:17;6631:29;;6709:3;6701:4;6693:6;6689:17;6679:8;6675:32;6672:41;6669:128;;;6716:79;;:::i;:::-;6669:128;6250:553;;;;;:::o;6809:529::-;6880:6;6888;6937:2;6925:9;6916:7;6912:23;6908:32;6905:119;;;6943:79;;:::i;:::-;6905:119;7091:1;7080:9;7076:17;7063:31;7121:18;7113:6;7110:30;7107:117;;;7143:79;;:::i;:::-;7107:117;7256:65;7313:7;7304:6;7293:9;7289:22;7256:65;:::i;:::-;7238:83;;;;7034:297;6809:529;;;;;:::o;7344:329::-;7403:6;7452:2;7440:9;7431:7;7427:23;7423:32;7420:119;;;7458:79;;:::i;:::-;7420:119;7578:1;7603:53;7648:7;7639:6;7628:9;7624:22;7603:53;:::i;:::-;7593:63;;7549:117;7344:329;;;;:::o;7679:116::-;7749:21;7764:5;7749:21;:::i;:::-;7742:5;7739:32;7729:60;;7785:1;7782;7775:12;7729:60;7679:116;:::o;7801:133::-;7844:5;7882:6;7869:20;7860:29;;7898:30;7922:5;7898:30;:::i;:::-;7801:133;;;;:::o;7940:468::-;8005:6;8013;8062:2;8050:9;8041:7;8037:23;8033:32;8030:119;;;8068:79;;:::i;:::-;8030:119;8188:1;8213:53;8258:7;8249:6;8238:9;8234:22;8213:53;:::i;:::-;8203:63;;8159:117;8315:2;8341:50;8383:7;8374:6;8363:9;8359:22;8341:50;:::i;:::-;8331:60;;8286:115;7940:468;;;;;:::o;8414:117::-;8523:1;8520;8513:12;8537:180;8585:77;8582:1;8575:88;8682:4;8679:1;8672:15;8706:4;8703:1;8696:15;8723:281;8806:27;8828:4;8806:27;:::i;:::-;8798:6;8794:40;8936:6;8924:10;8921:22;8900:18;8888:10;8885:34;8882:62;8879:88;;;8947:18;;:::i;:::-;8879:88;8987:10;8983:2;8976:22;8766:238;8723:281;;:::o;9010:129::-;9044:6;9071:20;;:::i;:::-;9061:30;;9100:33;9128:4;9120:6;9100:33;:::i;:::-;9010:129;;;:::o;9145:307::-;9206:4;9296:18;9288:6;9285:30;9282:56;;;9318:18;;:::i;:::-;9282:56;9356:29;9378:6;9356:29;:::i;:::-;9348:37;;9440:4;9434;9430:15;9422:23;;9145:307;;;:::o;9458:146::-;9555:6;9550:3;9545;9532:30;9596:1;9587:6;9582:3;9578:16;9571:27;9458:146;;;:::o;9610:423::-;9687:5;9712:65;9728:48;9769:6;9728:48;:::i;:::-;9712:65;:::i;:::-;9703:74;;9800:6;9793:5;9786:21;9838:4;9831:5;9827:16;9876:3;9867:6;9862:3;9858:16;9855:25;9852:112;;;9883:79;;:::i;:::-;9852:112;9973:54;10020:6;10015:3;10010;9973:54;:::i;:::-;9693:340;9610:423;;;;;:::o;10052:338::-;10107:5;10156:3;10149:4;10141:6;10137:17;10133:27;10123:122;;10164:79;;:::i;:::-;10123:122;10281:6;10268:20;10306:78;10380:3;10372:6;10365:4;10357:6;10353:17;10306:78;:::i;:::-;10297:87;;10113:277;10052:338;;;;:::o;10396:943::-;10491:6;10499;10507;10515;10564:3;10552:9;10543:7;10539:23;10535:33;10532:120;;;10571:79;;:::i;:::-;10532:120;10691:1;10716:53;10761:7;10752:6;10741:9;10737:22;10716:53;:::i;:::-;10706:63;;10662:117;10818:2;10844:53;10889:7;10880:6;10869:9;10865:22;10844:53;:::i;:::-;10834:63;;10789:118;10946:2;10972:53;11017:7;11008:6;10997:9;10993:22;10972:53;:::i;:::-;10962:63;;10917:118;11102:2;11091:9;11087:18;11074:32;11133:18;11125:6;11122:30;11119:117;;;11155:79;;:::i;:::-;11119:117;11260:62;11314:7;11305:6;11294:9;11290:22;11260:62;:::i;:::-;11250:72;;11045:287;10396:943;;;;;;;:::o;11345:474::-;11413:6;11421;11470:2;11458:9;11449:7;11445:23;11441:32;11438:119;;;11476:79;;:::i;:::-;11438:119;11596:1;11621:53;11666:7;11657:6;11646:9;11642:22;11621:53;:::i;:::-;11611:63;;11567:117;11723:2;11749:53;11794:7;11785:6;11774:9;11770:22;11749:53;:::i;:::-;11739:63;;11694:118;11345:474;;;;;:::o;11825:180::-;11873:77;11870:1;11863:88;11970:4;11967:1;11960:15;11994:4;11991:1;11984:15;12011:320;12055:6;12092:1;12086:4;12082:12;12072:22;;12139:1;12133:4;12129:12;12160:18;12150:81;;12216:4;12208:6;12204:17;12194:27;;12150:81;12278:2;12270:6;12267:14;12247:18;12244:38;12241:84;;12297:18;;:::i;:::-;12241:84;12062:269;12011:320;;;:::o;12337:147::-;12438:11;12475:3;12460:18;;12337:147;;;;:::o;12490:114::-;;:::o;12610:398::-;12769:3;12790:83;12871:1;12866:3;12790:83;:::i;:::-;12783:90;;12882:93;12971:3;12882:93;:::i;:::-;13000:1;12995:3;12991:11;12984:18;;12610:398;;;:::o;13014:379::-;13198:3;13220:147;13363:3;13220:147;:::i;:::-;13213:154;;13384:3;13377:10;;13014:379;;;:::o;13399:165::-;13539:17;13535:1;13527:6;13523:14;13516:41;13399:165;:::o;13570:366::-;13712:3;13733:67;13797:2;13792:3;13733:67;:::i;:::-;13726:74;;13809:93;13898:3;13809:93;:::i;:::-;13927:2;13922:3;13918:12;13911:19;;13570:366;;;:::o;13942:419::-;14108:4;14146:2;14135:9;14131:18;14123:26;;14195:9;14189:4;14185:20;14181:1;14170:9;14166:17;14159:47;14223:131;14349:4;14223:131;:::i;:::-;14215:139;;13942:419;;;:::o;14367:97::-;14426:6;14454:3;14444:13;;14367:97;;;;:::o;14470:141::-;14519:4;14542:3;14534:11;;14565:3;14562:1;14555:14;14599:4;14596:1;14586:18;14578:26;;14470:141;;;:::o;14617:93::-;14654:6;14701:2;14696;14689:5;14685:14;14681:23;14671:33;;14617:93;;;:::o;14716:107::-;14760:8;14810:5;14804:4;14800:16;14779:37;;14716:107;;;;:::o;14829:393::-;14898:6;14948:1;14936:10;14932:18;14971:97;15001:66;14990:9;14971:97;:::i;:::-;15089:39;15119:8;15108:9;15089:39;:::i;:::-;15077:51;;15161:4;15157:9;15150:5;15146:21;15137:30;;15210:4;15200:8;15196:19;15189:5;15186:30;15176:40;;14905:317;;14829:393;;;;;:::o;15228:60::-;15256:3;15277:5;15270:12;;15228:60;;;:::o;15294:142::-;15344:9;15377:53;15395:34;15404:24;15422:5;15404:24;:::i;:::-;15395:34;:::i;:::-;15377:53;:::i;:::-;15364:66;;15294:142;;;:::o;15442:75::-;15485:3;15506:5;15499:12;;15442:75;;;:::o;15523:269::-;15633:39;15664:7;15633:39;:::i;:::-;15694:91;15743:41;15767:16;15743:41;:::i;:::-;15735:6;15728:4;15722:11;15694:91;:::i;:::-;15688:4;15681:105;15599:193;15523:269;;;:::o;15798:73::-;15843:3;15798:73;:::o;15877:189::-;15954:32;;:::i;:::-;15995:65;16053:6;16045;16039:4;15995:65;:::i;:::-;15930:136;15877:189;;:::o;16072:186::-;16132:120;16149:3;16142:5;16139:14;16132:120;;;16203:39;16240:1;16233:5;16203:39;:::i;:::-;16176:1;16169:5;16165:13;16156:22;;16132:120;;;16072:186;;:::o;16264:543::-;16365:2;16360:3;16357:11;16354:446;;;16399:38;16431:5;16399:38;:::i;:::-;16483:29;16501:10;16483:29;:::i;:::-;16473:8;16469:44;16666:2;16654:10;16651:18;16648:49;;;16687:8;16672:23;;16648:49;16710:80;16766:22;16784:3;16766:22;:::i;:::-;16756:8;16752:37;16739:11;16710:80;:::i;:::-;16369:431;;16354:446;16264:543;;;:::o;16813:117::-;16867:8;16917:5;16911:4;16907:16;16886:37;;16813:117;;;;:::o;16936:169::-;16980:6;17013:51;17061:1;17057:6;17049:5;17046:1;17042:13;17013:51;:::i;:::-;17009:56;17094:4;17088;17084:15;17074:25;;16987:118;16936:169;;;;:::o;17110:295::-;17186:4;17332:29;17357:3;17351:4;17332:29;:::i;:::-;17324:37;;17394:3;17391:1;17387:11;17381:4;17378:21;17370:29;;17110:295;;;;:::o;17410:1403::-;17534:44;17574:3;17569;17534:44;:::i;:::-;17643:18;17635:6;17632:30;17629:56;;;17665:18;;:::i;:::-;17629:56;17709:38;17741:4;17735:11;17709:38;:::i;:::-;17794:67;17854:6;17846;17840:4;17794:67;:::i;:::-;17888:1;17917:2;17909:6;17906:14;17934:1;17929:632;;;;18605:1;18622:6;18619:84;;;18678:9;18673:3;18669:19;18656:33;18647:42;;18619:84;18729:67;18789:6;18782:5;18729:67;:::i;:::-;18723:4;18716:81;18578:229;17899:908;;17929:632;17981:4;17977:9;17969:6;17965:22;18015:37;18047:4;18015:37;:::i;:::-;18074:1;18088:215;18102:7;18099:1;18096:14;18088:215;;;18188:9;18183:3;18179:19;18166:33;18158:6;18151:49;18239:1;18231:6;18227:14;18217:24;;18286:2;18275:9;18271:18;18258:31;;18125:4;18122:1;18118:12;18113:17;;18088:215;;;18331:6;18322:7;18319:19;18316:186;;;18396:9;18391:3;18387:19;18374:33;18439:48;18481:4;18473:6;18469:17;18458:9;18439:48;:::i;:::-;18431:6;18424:64;18339:163;18316:186;18548:1;18544;18536:6;18532:14;18528:22;18522:4;18515:36;17936:625;;;17899:908;;17509:1304;;;17410:1403;;;:::o;18819:180::-;18867:77;18864:1;18857:88;18964:4;18961:1;18954:15;18988:4;18985:1;18978:15;19005:191;19045:3;19064:20;19082:1;19064:20;:::i;:::-;19059:25;;19098:20;19116:1;19098:20;:::i;:::-;19093:25;;19141:1;19138;19134:9;19127:16;;19162:3;19159:1;19156:10;19153:36;;;19169:18;;:::i;:::-;19153:36;19005:191;;;;:::o;19202:410::-;19242:7;19265:20;19283:1;19265:20;:::i;:::-;19260:25;;19299:20;19317:1;19299:20;:::i;:::-;19294:25;;19354:1;19351;19347:9;19376:30;19394:11;19376:30;:::i;:::-;19365:41;;19555:1;19546:7;19542:15;19539:1;19536:22;19516:1;19509:9;19489:83;19466:139;;19585:18;;:::i;:::-;19466:139;19250:362;19202:410;;;;:::o;19618:148::-;19720:11;19757:3;19742:18;;19618:148;;;;:::o;19796:874::-;19899:3;19936:5;19930:12;19965:36;19991:9;19965:36;:::i;:::-;20017:89;20099:6;20094:3;20017:89;:::i;:::-;20010:96;;20137:1;20126:9;20122:17;20153:1;20148:166;;;;20328:1;20323:341;;;;20115:549;;20148:166;20232:4;20228:9;20217;20213:25;20208:3;20201:38;20294:6;20287:14;20280:22;20272:6;20268:35;20263:3;20259:45;20252:52;;20148:166;;20323:341;20390:38;20422:5;20390:38;:::i;:::-;20450:1;20464:154;20478:6;20475:1;20472:13;20464:154;;;20552:7;20546:14;20542:1;20537:3;20533:11;20526:35;20602:1;20593:7;20589:15;20578:26;;20500:4;20497:1;20493:12;20488:17;;20464:154;;;20647:6;20642:3;20638:16;20631:23;;20330:334;;20115:549;;19903:767;;19796:874;;;;:::o;20676:390::-;20782:3;20810:39;20843:5;20810:39;:::i;:::-;20865:89;20947:6;20942:3;20865:89;:::i;:::-;20858:96;;20963:65;21021:6;21016:3;21009:4;21002:5;20998:16;20963:65;:::i;:::-;21053:6;21048:3;21044:16;21037:23;;20786:280;20676:390;;;;:::o;21072:155::-;21212:7;21208:1;21200:6;21196:14;21189:31;21072:155;:::o;21233:400::-;21393:3;21414:84;21496:1;21491:3;21414:84;:::i;:::-;21407:91;;21507:93;21596:3;21507:93;:::i;:::-;21625:1;21620:3;21616:11;21609:18;;21233:400;;;:::o;21639:695::-;21917:3;21939:92;22027:3;22018:6;21939:92;:::i;:::-;21932:99;;22048:95;22139:3;22130:6;22048:95;:::i;:::-;22041:102;;22160:148;22304:3;22160:148;:::i;:::-;22153:155;;22325:3;22318:10;;21639:695;;;;;:::o;22340:225::-;22480:34;22476:1;22468:6;22464:14;22457:58;22549:8;22544:2;22536:6;22532:15;22525:33;22340:225;:::o;22571:366::-;22713:3;22734:67;22798:2;22793:3;22734:67;:::i;:::-;22727:74;;22810:93;22899:3;22810:93;:::i;:::-;22928:2;22923:3;22919:12;22912:19;;22571:366;;;:::o;22943:419::-;23109:4;23147:2;23136:9;23132:18;23124:26;;23196:9;23190:4;23186:20;23182:1;23171:9;23167:17;23160:47;23224:131;23350:4;23224:131;:::i;:::-;23216:139;;22943:419;;;:::o;23368:182::-;23508:34;23504:1;23496:6;23492:14;23485:58;23368:182;:::o;23556:366::-;23698:3;23719:67;23783:2;23778:3;23719:67;:::i;:::-;23712:74;;23795:93;23884:3;23795:93;:::i;:::-;23913:2;23908:3;23904:12;23897:19;;23556:366;;;:::o;23928:419::-;24094:4;24132:2;24121:9;24117:18;24109:26;;24181:9;24175:4;24171:20;24167:1;24156:9;24152:17;24145:47;24209:131;24335:4;24209:131;:::i;:::-;24201:139;;23928:419;;;:::o;24353:98::-;24404:6;24438:5;24432:12;24422:22;;24353:98;;;:::o;24457:168::-;24540:11;24574:6;24569:3;24562:19;24614:4;24609:3;24605:14;24590:29;;24457:168;;;;:::o;24631:373::-;24717:3;24745:38;24777:5;24745:38;:::i;:::-;24799:70;24862:6;24857:3;24799:70;:::i;:::-;24792:77;;24878:65;24936:6;24931:3;24924:4;24917:5;24913:16;24878:65;:::i;:::-;24968:29;24990:6;24968:29;:::i;:::-;24963:3;24959:39;24952:46;;24721:283;24631:373;;;;:::o;25010:640::-;25205:4;25243:3;25232:9;25228:19;25220:27;;25257:71;25325:1;25314:9;25310:17;25301:6;25257:71;:::i;:::-;25338:72;25406:2;25395:9;25391:18;25382:6;25338:72;:::i;:::-;25420;25488:2;25477:9;25473:18;25464:6;25420:72;:::i;:::-;25539:9;25533:4;25529:20;25524:2;25513:9;25509:18;25502:48;25567:76;25638:4;25629:6;25567:76;:::i;:::-;25559:84;;25010:640;;;;;;;:::o;25656:141::-;25712:5;25743:6;25737:13;25728:22;;25759:32;25785:5;25759:32;:::i;:::-;25656:141;;;;:::o;25803:349::-;25872:6;25921:2;25909:9;25900:7;25896:23;25892:32;25889:119;;;25927:79;;:::i;:::-;25889:119;26047:1;26072:63;26127:7;26118:6;26107:9;26103:22;26072:63;:::i;:::-;26062:73;;26018:127;25803:349;;;;:::o
Swarm Source
ipfs://153d5f1d6de99a9fc85b0af127eddac6a73fe904d1b2afaca0394c7fc05e7ad6
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.