Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 15 from a total of 15 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Set Approval For... | 21474406 | 7 days ago | IN | 0 ETH | 0.00034485 | ||||
Set Approval For... | 15879017 | 791 days ago | IN | 0 ETH | 0.00055675 | ||||
Set Base URI | 15874992 | 792 days ago | IN | 0 ETH | 0.00030332 | ||||
Set Mint Enabled | 15871745 | 792 days ago | IN | 0 ETH | 0.00027092 | ||||
Mint | 15871723 | 792 days ago | IN | 0 ETH | 0.00276828 | ||||
Set Approval For... | 15871713 | 792 days ago | IN | 0 ETH | 0.00061599 | ||||
Mint | 15871699 | 792 days ago | IN | 0 ETH | 0.00313615 | ||||
Set Approval For... | 15871690 | 792 days ago | IN | 0 ETH | 0.0006743 | ||||
Mint | 15871672 | 792 days ago | IN | 0 ETH | 0.00301397 | ||||
Mint | 15871664 | 792 days ago | IN | 0 ETH | 0.002911 | ||||
Mint | 15871642 | 792 days ago | IN | 0 ETH | 0.00361078 | ||||
Mint | 15871581 | 792 days ago | IN | 0 ETH | 0.00301341 | ||||
Mint | 15871573 | 792 days ago | IN | 0 ETH | 0.00348827 | ||||
Set Mint Enabled | 15871542 | 792 days ago | IN | 0 ETH | 0.0007394 | ||||
Owner Mint | 15871526 | 792 days ago | IN | 0 ETH | 0.3681036 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Contract Name:
SoulPunks
Compiler Version
v0.8.9+commit.e5eed63a
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// @@@@@@@@@@@@@@@@@@@@@@***@@@@@@@***#@@@@@@@@@@@@@***@@@@@@@***@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@***@@@@@@@***#@@@@@@@@@@@@@***@@@@@@@***@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@///@@@@@@@///%@@@@@@@@@@@@@///@@@@@@@///@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@///@@@@@@@///%@@@@@@@@@@@@@///@@@@@@@///@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@..........///@@@@//////////@@@@@@//////////@@@@///.......@@@@@@@@@@@ // @@@@@@@@@@@@..........///@@@@//////////@@@@@@//////////@@@@///.......@@@@@@@@@@@ // @@@@@@@@@..........//////////////////////////////////////////////.......@@@@@@@@ // @@@@@*.............///(((///////((((/////////////(((///////(((///..........@@@@@ // @@@@@*.........((((///***///////***//////////////***///////***///..........@@@@@ // @@@@@*.........((((///***///////***//////////////***///////***///..........@@@@@ // @@@@@*......(((....//////////////////////////////////////////////((((...@@@@@@@@ // @@@@@*......(((.......////////////////////////////////////////(((((((@@@@@@@@@@@ // @@@@@*.........((((......,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,///(((..........@@@@@ // @@@@@*.........((((......,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,///(((..........@@@@@ // @@@@@@@@@......((((......,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,///..........@@@@@@@@ // @@@@@@@@@@@@..........///,,,,,,,&&&&&&&&&&&&&,,,,&&&&&&&&&&&&&.......@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@///,,,,,,,&&&#(((&&&,,,,,,,&&&(((&&&&///@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@///,,,,,,,&&&#(((&&&,,,,,,,&&&(((&&&&///@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@///,,,,,,,&&&&&&&&&&,,,,,,,&&&&&&&&&&///@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@///,,,,,,,,,,(&&&,,,,,,,,,,,,,&&&,,,,///@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@///,,,,,,,,,,,,,,,,,,,,&&&&&&&,,,,,,,///@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@///,,,,,,,,,,,,,,,,,,,,&&&&&&&,,,,,,,///@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@///////,,,,,,,,,,,,,,,,,,,,,,,,,,///////@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@///////,,,,,,,&&&,,,&&&&,,,&&&////@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@////,,,,,,,,,,,,,&&&,,,,&&&,,,////@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@////,,,,,,,,,,,,,&&&,,,,&&&,,,////@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@////,,,,,,,,,,,,,,,,,,,,,,,,,,////@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@////,,,///*,,,,,,,,,,,,,,,,,,,////@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@////,,,,,,*///////////////////@@@@@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@////,,,,,,*///////////////////@@@@@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@////,,,,,,,,,,///@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@////,,,,,,,,,,///@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // // ForgottenPunks: SoulPunks // // Website: https://forgottenpunks.wtf // Twitter: https://twitter.com/forgottenpunk // // SPDX-License-Identifier: MIT pragma solidity ^0.8.9; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol"; import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Burnable.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; contract SoulPunks is ERC721, ERC721Enumerable, ERC721Burnable, Ownable, ReentrancyGuard { address public forgottenSpellsAddress; uint256 public summonSoulTokenId = 0; mapping(uint256 => uint256) public soulIdToSummonerId; mapping(uint256 => bool) public summonerIdHasSummoned; string public baseURI; bool public mintEnabled = false; uint256 public constant MAX_SUPPLY = 666; event SoulSummoned(address tokenContract, uint256 tokenId, uint256 soulId); constructor( address _forgottenSpellsAddress, uint256 _summonSoulTokenId, string memory _initialBaseURI ) ERC721("SoulPunks", "SoulPunks") { forgottenSpellsAddress = _forgottenSpellsAddress; summonSoulTokenId = _summonSoulTokenId; setBaseURI(_initialBaseURI); } function _baseURI() internal view virtual override returns (string memory) { return baseURI; } // You must own a wizard to perform the spell function mint(address _tokenContract, uint256 _tokenId) public nonReentrant { require(mintEnabled, "MINT_CLOSED"); require(totalSupply() < MAX_SUPPLY, "SOLD_OUT"); require(!summonerIdHasSummoned[_tokenId], "WIZARD_USED"); require( IERC721(_tokenContract).ownerOf(_tokenId) == _msgSender(), "NOT_OWNER" ); require( IERC1155(forgottenSpellsAddress).balanceOf( _msgSender(), summonSoulTokenId ) > 0, "NO_SUMMONING_CIRCLES" ); // Burn the Spell ERC1155Burnable(forgottenSpellsAddress).burn( _msgSender(), summonSoulTokenId, 1 ); // Mint the Soul uint256 newSoulId = totalSupply(); _safeMint(_msgSender(), newSoulId); // Summoned by soulIdToSummonerId[newSoulId] = _tokenId; summonerIdHasSummoned[_tokenId] = true; emit SoulSummoned(_tokenContract, _tokenId, newSoulId); } function tokensOfOwner(address _owner) external view returns (uint256[] memory) { uint256 tokenCount = balanceOf(_owner); if (tokenCount == 0) { // Return an empty array return new uint256[](0); } else { uint256[] memory result = new uint256[](tokenCount); uint256 index; for (index = 0; index < tokenCount; index++) { result[index] = tokenOfOwnerByIndex(_owner, index); } return result; } } function withdraw() public onlyOwner { payable(msg.sender).transfer(address(this).balance); } function _beforeTokenTransfer( address from, address to, uint256 tokenId ) internal override(ERC721, ERC721Enumerable) { super._beforeTokenTransfer(from, to, tokenId); } function supportsInterface(bytes4 interfaceId) public view override(ERC721, ERC721Enumerable) returns (bool) { return super.supportsInterface(interfaceId); } // Only contract owner shall pass function ownerMint( address[] calldata recipients, uint256[] calldata tokenIds ) public nonReentrant onlyOwner { require( totalSupply() + tokenIds.length <= MAX_SUPPLY, "Would exceed max supply" ); for (uint i = 0; i < tokenIds.length; i++) { uint256 newSoulId = totalSupply(); _safeMint(recipients[i], newSoulId); soulIdToSummonerId[newSoulId] = tokenIds[i]; summonerIdHasSummoned[tokenIds[i]] = true; } } function setBaseURI(string memory _newBaseURI) public onlyOwner { baseURI = _newBaseURI; } function setMintEnabled(bool _newMintEnabled) public onlyOwner { mintEnabled = _newMintEnabled; } function setForgottenSpellsAddress(address _forgottenSpellsAddress) public onlyOwner { forgottenSpellsAddress = _forgottenSpellsAddress; } function setSummonSoulTokenId(uint256 _summonSoulTokenId) public onlyOwner { summonSoulTokenId = _summonSoulTokenId; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC721/ERC721.sol) pragma solidity ^0.8.0; import "./IERC721.sol"; import "./IERC721Receiver.sol"; import "./extensions/IERC721Metadata.sol"; import "../../utils/Address.sol"; import "../../utils/Context.sol"; import "../../utils/Strings.sol"; import "../../utils/introspection/ERC165.sol"; /** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension, but not including the Enumerable extension, which is available separately as * {ERC721Enumerable}. */ contract ERC721 is Context, ERC165, IERC721, IERC721Metadata { using Address for address; using Strings for uint256; // Token name string private _name; // Token symbol string private _symbol; // Mapping from token ID to owner address mapping(uint256 => address) private _owners; // Mapping owner address to token count mapping(address => uint256) private _balances; // Mapping from token ID to approved address mapping(uint256 => address) private _tokenApprovals; // Mapping from owner to operator approvals mapping(address => mapping(address => bool)) private _operatorApprovals; /** * @dev Initializes the contract by setting a `name` and a `symbol` to the token collection. */ constructor(string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; } /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) { return interfaceId == type(IERC721).interfaceId || interfaceId == type(IERC721Metadata).interfaceId || super.supportsInterface(interfaceId); } /** * @dev See {IERC721-balanceOf}. */ function balanceOf(address owner) public view virtual override returns (uint256) { require(owner != address(0), "ERC721: address zero is not a valid owner"); return _balances[owner]; } /** * @dev See {IERC721-ownerOf}. */ function ownerOf(uint256 tokenId) public view virtual override returns (address) { address owner = _owners[tokenId]; require(owner != address(0), "ERC721: invalid token ID"); return owner; } /** * @dev See {IERC721Metadata-name}. */ function name() public view virtual override returns (string memory) { return _name; } /** * @dev See {IERC721Metadata-symbol}. */ function symbol() public view virtual override returns (string memory) { return _symbol; } /** * @dev See {IERC721Metadata-tokenURI}. */ function tokenURI(uint256 tokenId) public view virtual override returns (string memory) { _requireMinted(tokenId); string memory baseURI = _baseURI(); return bytes(baseURI).length > 0 ? string(abi.encodePacked(baseURI, tokenId.toString())) : ""; } /** * @dev Base URI for computing {tokenURI}. If set, the resulting URI for each * token will be the concatenation of the `baseURI` and the `tokenId`. Empty * by default, can be overridden in child contracts. */ function _baseURI() internal view virtual returns (string memory) { return ""; } /** * @dev See {IERC721-approve}. */ function approve(address to, uint256 tokenId) public virtual override { address owner = ERC721.ownerOf(tokenId); require(to != owner, "ERC721: approval to current owner"); require( _msgSender() == owner || isApprovedForAll(owner, _msgSender()), "ERC721: approve caller is not token owner nor approved for all" ); _approve(to, tokenId); } /** * @dev See {IERC721-getApproved}. */ function getApproved(uint256 tokenId) public view virtual override returns (address) { _requireMinted(tokenId); return _tokenApprovals[tokenId]; } /** * @dev See {IERC721-setApprovalForAll}. */ function setApprovalForAll(address operator, bool approved) public virtual override { _setApprovalForAll(_msgSender(), operator, approved); } /** * @dev See {IERC721-isApprovedForAll}. */ function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) { return _operatorApprovals[owner][operator]; } /** * @dev See {IERC721-transferFrom}. */ function transferFrom( address from, address to, uint256 tokenId ) public virtual override { //solhint-disable-next-line max-line-length require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: caller is not token owner nor approved"); _transfer(from, to, tokenId); } /** * @dev See {IERC721-safeTransferFrom}. */ function safeTransferFrom( address from, address to, uint256 tokenId ) public virtual override { safeTransferFrom(from, to, tokenId, ""); } /** * @dev See {IERC721-safeTransferFrom}. */ function safeTransferFrom( address from, address to, uint256 tokenId, bytes memory data ) public virtual override { require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: caller is not token owner nor approved"); _safeTransfer(from, to, tokenId, data); } /** * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients * are aware of the ERC721 protocol to prevent tokens from being forever locked. * * `data` is additional data, it has no specified format and it is sent in call to `to`. * * This internal function is equivalent to {safeTransferFrom}, and can be used to e.g. * implement alternative mechanisms to perform token transfer, such as signature-based. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function _safeTransfer( address from, address to, uint256 tokenId, bytes memory data ) internal virtual { _transfer(from, to, tokenId); require(_checkOnERC721Received(from, to, tokenId, data), "ERC721: transfer to non ERC721Receiver implementer"); } /** * @dev Returns whether `tokenId` exists. * * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}. * * Tokens start existing when they are minted (`_mint`), * and stop existing when they are burned (`_burn`). */ function _exists(uint256 tokenId) internal view virtual returns (bool) { return _owners[tokenId] != address(0); } /** * @dev Returns whether `spender` is allowed to manage `tokenId`. * * Requirements: * * - `tokenId` must exist. */ function _isApprovedOrOwner(address spender, uint256 tokenId) internal view virtual returns (bool) { address owner = ERC721.ownerOf(tokenId); return (spender == owner || isApprovedForAll(owner, spender) || getApproved(tokenId) == spender); } /** * @dev Safely mints `tokenId` and transfers it to `to`. * * Requirements: * * - `tokenId` must not exist. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function _safeMint(address to, uint256 tokenId) internal virtual { _safeMint(to, tokenId, ""); } /** * @dev Same as {xref-ERC721-_safeMint-address-uint256-}[`_safeMint`], with an additional `data` parameter which is * forwarded in {IERC721Receiver-onERC721Received} to contract recipients. */ function _safeMint( address to, uint256 tokenId, bytes memory data ) internal virtual { _mint(to, tokenId); require( _checkOnERC721Received(address(0), to, tokenId, data), "ERC721: transfer to non ERC721Receiver implementer" ); } /** * @dev Mints `tokenId` and transfers it to `to`. * * WARNING: Usage of this method is discouraged, use {_safeMint} whenever possible * * Requirements: * * - `tokenId` must not exist. * - `to` cannot be the zero address. * * Emits a {Transfer} event. */ function _mint(address to, uint256 tokenId) internal virtual { require(to != address(0), "ERC721: mint to the zero address"); require(!_exists(tokenId), "ERC721: token already minted"); _beforeTokenTransfer(address(0), to, tokenId); _balances[to] += 1; _owners[tokenId] = to; emit Transfer(address(0), to, tokenId); _afterTokenTransfer(address(0), to, tokenId); } /** * @dev Destroys `tokenId`. * The approval is cleared when the token is burned. * * Requirements: * * - `tokenId` must exist. * * Emits a {Transfer} event. */ function _burn(uint256 tokenId) internal virtual { address owner = ERC721.ownerOf(tokenId); _beforeTokenTransfer(owner, address(0), tokenId); // Clear approvals _approve(address(0), tokenId); _balances[owner] -= 1; delete _owners[tokenId]; emit Transfer(owner, address(0), tokenId); _afterTokenTransfer(owner, address(0), tokenId); } /** * @dev Transfers `tokenId` from `from` to `to`. * As opposed to {transferFrom}, this imposes no restrictions on msg.sender. * * Requirements: * * - `to` cannot be the zero address. * - `tokenId` token must be owned by `from`. * * Emits a {Transfer} event. */ function _transfer( address from, address to, uint256 tokenId ) internal virtual { require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer from incorrect owner"); require(to != address(0), "ERC721: transfer to the zero address"); _beforeTokenTransfer(from, to, tokenId); // Clear approvals from the previous owner _approve(address(0), tokenId); _balances[from] -= 1; _balances[to] += 1; _owners[tokenId] = to; emit Transfer(from, to, tokenId); _afterTokenTransfer(from, to, tokenId); } /** * @dev Approve `to` to operate on `tokenId` * * Emits an {Approval} event. */ function _approve(address to, uint256 tokenId) internal virtual { _tokenApprovals[tokenId] = to; emit Approval(ERC721.ownerOf(tokenId), to, tokenId); } /** * @dev Approve `operator` to operate on all of `owner` tokens * * Emits an {ApprovalForAll} event. */ function _setApprovalForAll( address owner, address operator, bool approved ) internal virtual { require(owner != operator, "ERC721: approve to caller"); _operatorApprovals[owner][operator] = approved; emit ApprovalForAll(owner, operator, approved); } /** * @dev Reverts if the `tokenId` has not been minted yet. */ function _requireMinted(uint256 tokenId) internal view virtual { require(_exists(tokenId), "ERC721: invalid token ID"); } /** * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address. * The call is not executed if the target address is not a contract. * * @param from address representing the previous owner of the given token ID * @param to target address that will receive the tokens * @param tokenId uint256 ID of the token to be transferred * @param data bytes optional data to send along with the call * @return bool whether the call correctly returned the expected magic value */ function _checkOnERC721Received( address from, address to, uint256 tokenId, bytes memory data ) private returns (bool) { if (to.isContract()) { try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, data) returns (bytes4 retval) { return retval == IERC721Receiver.onERC721Received.selector; } catch (bytes memory reason) { if (reason.length == 0) { revert("ERC721: transfer to non ERC721Receiver implementer"); } else { /// @solidity memory-safe-assembly assembly { revert(add(32, reason), mload(reason)) } } } } else { return true; } } /** * @dev Hook that is called before any token transfer. This includes minting * and burning. * * Calling conditions: * * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be * transferred to `to`. * - When `from` is zero, `tokenId` will be minted for `to`. * - When `to` is zero, ``from``'s `tokenId` will be burned. * - `from` and `to` are never both zero. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _beforeTokenTransfer( address from, address to, uint256 tokenId ) internal virtual {} /** * @dev Hook that is called after any transfer of tokens. This includes * minting and burning. * * Calling conditions: * * - when `from` and `to` are both non-zero. * - `from` and `to` are never both zero. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _afterTokenTransfer( address from, address to, uint256 tokenId ) internal virtual {} }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC721/extensions/ERC721Burnable.sol) pragma solidity ^0.8.0; import "../ERC721.sol"; import "../../../utils/Context.sol"; /** * @title ERC721 Burnable Token * @dev ERC721 Token that can be burned (destroyed). */ abstract contract ERC721Burnable is Context, ERC721 { /** * @dev Burns `tokenId`. See {ERC721-_burn}. * * Requirements: * * - The caller must own `tokenId` or be an approved operator. */ function burn(uint256 tokenId) public virtual { //solhint-disable-next-line max-line-length require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: caller is not token owner nor approved"); _burn(tokenId); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/ERC721Enumerable.sol) pragma solidity ^0.8.0; import "../ERC721.sol"; import "./IERC721Enumerable.sol"; /** * @dev This implements an optional extension of {ERC721} defined in the EIP that adds * enumerability of all the token ids in the contract as well as all token ids owned by each * account. */ abstract contract ERC721Enumerable is ERC721, IERC721Enumerable { // Mapping from owner to list of owned token IDs mapping(address => mapping(uint256 => uint256)) private _ownedTokens; // Mapping from token ID to index of the owner tokens list mapping(uint256 => uint256) private _ownedTokensIndex; // Array with all token ids, used for enumeration uint256[] private _allTokens; // Mapping from token id to position in the allTokens array mapping(uint256 => uint256) private _allTokensIndex; /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override(IERC165, ERC721) returns (bool) { return interfaceId == type(IERC721Enumerable).interfaceId || super.supportsInterface(interfaceId); } /** * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}. */ function tokenOfOwnerByIndex(address owner, uint256 index) public view virtual override returns (uint256) { require(index < ERC721.balanceOf(owner), "ERC721Enumerable: owner index out of bounds"); return _ownedTokens[owner][index]; } /** * @dev See {IERC721Enumerable-totalSupply}. */ function totalSupply() public view virtual override returns (uint256) { return _allTokens.length; } /** * @dev See {IERC721Enumerable-tokenByIndex}. */ function tokenByIndex(uint256 index) public view virtual override returns (uint256) { require(index < ERC721Enumerable.totalSupply(), "ERC721Enumerable: global index out of bounds"); return _allTokens[index]; } /** * @dev Hook that is called before any token transfer. This includes minting * and burning. * * Calling conditions: * * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be * transferred to `to`. * - When `from` is zero, `tokenId` will be minted for `to`. * - When `to` is zero, ``from``'s `tokenId` will be burned. * - `from` cannot be the zero address. * - `to` cannot be the zero address. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _beforeTokenTransfer( address from, address to, uint256 tokenId ) internal virtual override { super._beforeTokenTransfer(from, to, tokenId); if (from == address(0)) { _addTokenToAllTokensEnumeration(tokenId); } else if (from != to) { _removeTokenFromOwnerEnumeration(from, tokenId); } if (to == address(0)) { _removeTokenFromAllTokensEnumeration(tokenId); } else if (to != from) { _addTokenToOwnerEnumeration(to, tokenId); } } /** * @dev Private function to add a token to this extension's ownership-tracking data structures. * @param to address representing the new owner of the given token ID * @param tokenId uint256 ID of the token to be added to the tokens list of the given address */ function _addTokenToOwnerEnumeration(address to, uint256 tokenId) private { uint256 length = ERC721.balanceOf(to); _ownedTokens[to][length] = tokenId; _ownedTokensIndex[tokenId] = length; } /** * @dev Private function to add a token to this extension's token tracking data structures. * @param tokenId uint256 ID of the token to be added to the tokens list */ function _addTokenToAllTokensEnumeration(uint256 tokenId) private { _allTokensIndex[tokenId] = _allTokens.length; _allTokens.push(tokenId); } /** * @dev Private function to remove a token from this extension's ownership-tracking data structures. Note that * while the token is not assigned a new owner, the `_ownedTokensIndex` mapping is _not_ updated: this allows for * gas optimizations e.g. when performing a transfer operation (avoiding double writes). * This has O(1) time complexity, but alters the order of the _ownedTokens array. * @param from address representing the previous owner of the given token ID * @param tokenId uint256 ID of the token to be removed from the tokens list of the given address */ function _removeTokenFromOwnerEnumeration(address from, uint256 tokenId) private { // To prevent a gap in from's tokens array, we store the last token in the index of the token to delete, and // then delete the last slot (swap and pop). uint256 lastTokenIndex = ERC721.balanceOf(from) - 1; uint256 tokenIndex = _ownedTokensIndex[tokenId]; // When the token to delete is the last token, the swap operation is unnecessary if (tokenIndex != lastTokenIndex) { uint256 lastTokenId = _ownedTokens[from][lastTokenIndex]; _ownedTokens[from][tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token _ownedTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index } // This also deletes the contents at the last position of the array delete _ownedTokensIndex[tokenId]; delete _ownedTokens[from][lastTokenIndex]; } /** * @dev Private function to remove a token from this extension's token tracking data structures. * This has O(1) time complexity, but alters the order of the _allTokens array. * @param tokenId uint256 ID of the token to be removed from the tokens list */ function _removeTokenFromAllTokensEnumeration(uint256 tokenId) private { // To prevent a gap in the tokens array, we store the last token in the index of the token to delete, and // then delete the last slot (swap and pop). uint256 lastTokenIndex = _allTokens.length - 1; uint256 tokenIndex = _allTokensIndex[tokenId]; // When the token to delete is the last token, the swap operation is unnecessary. However, since this occurs so // rarely (when the last minted token is burnt) that we still do the swap here to avoid the gas cost of adding // an 'if' statement (like in _removeTokenFromOwnerEnumeration) uint256 lastTokenId = _allTokens[lastTokenIndex]; _allTokens[tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token _allTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index // This also deletes the contents at the last position of the array delete _allTokensIndex[tokenId]; _allTokens.pop(); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) pragma solidity ^0.8.0; import "../utils/Context.sol"; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { _checkOwner(); _; } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if the sender is not the owner. */ function _checkOwner() internal view virtual { require(owner() == _msgSender(), "Ownable: caller is not the owner"); } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol) pragma solidity ^0.8.0; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are no nested * (reentrant) calls to them. * * Note that because there is a single `nonReentrant` guard, functions marked as * `nonReentrant` may not call one another. This can be worked around by making * those functions `private`, and then adding `external` `nonReentrant` entry * points to them. * * TIP: If you would like to learn more about reentrancy and alternative ways * to protect against it, check out our blog post * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul]. */ abstract contract ReentrancyGuard { // Booleans are more expensive than uint256 or any type that takes up a full // word because each write operation emits an extra SLOAD to first read the // slot's contents, replace the bits taken up by the boolean, and then write // back. This is the compiler's defense against contract upgrades and // pointer aliasing, and it cannot be disabled. // The values being non-zero value makes deployment a bit more expensive, // but in exchange the refund on every call to nonReentrant will be lower in // amount. Since refunds are capped to a percentage of the total // transaction's gas, it is best to keep them low in cases like this one, to // increase the likelihood of the full refund coming into effect. uint256 private constant _NOT_ENTERED = 1; uint256 private constant _ENTERED = 2; uint256 private _status; constructor() { _status = _NOT_ENTERED; } /** * @dev Prevents a contract from calling itself, directly or indirectly. * Calling a `nonReentrant` function from another `nonReentrant` * function is not supported. It is possible to prevent this from happening * by making the `nonReentrant` function external, and making it call a * `private` function that does the actual work. */ modifier nonReentrant() { // On the first call to nonReentrant, _notEntered will be true require(_status != _ENTERED, "ReentrancyGuard: reentrant call"); // Any calls to nonReentrant after this point will fail _status = _ENTERED; _; // By storing the original value once again, a refund is triggered (see // https://eips.ethereum.org/EIPS/eip-2200) _status = _NOT_ENTERED; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC1155/extensions/ERC1155Burnable.sol) pragma solidity ^0.8.0; import "../ERC1155.sol"; /** * @dev Extension of {ERC1155} that allows token holders to destroy both their * own tokens and those that they have been approved to use. * * _Available since v3.1._ */ abstract contract ERC1155Burnable is ERC1155 { function burn( address account, uint256 id, uint256 value ) public virtual { require( account == _msgSender() || isApprovedForAll(account, _msgSender()), "ERC1155: caller is not token owner nor approved" ); _burn(account, id, value); } function burnBatch( address account, uint256[] memory ids, uint256[] memory values ) public virtual { require( account == _msgSender() || isApprovedForAll(account, _msgSender()), "ERC1155: caller is not token owner nor approved" ); _burnBatch(account, ids, values); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC721/IERC721.sol) pragma solidity ^0.8.0; import "../../utils/introspection/IERC165.sol"; /** * @dev Required interface of an ERC721 compliant contract. */ interface IERC721 is IERC165 { /** * @dev Emitted when `tokenId` token is transferred from `from` to `to`. */ event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token. */ event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets. */ event ApprovalForAll(address indexed owner, address indexed operator, bool approved); /** * @dev Returns the number of tokens in ``owner``'s account. */ function balanceOf(address owner) external view returns (uint256 balance); /** * @dev Returns the owner of the `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function ownerOf(uint256 tokenId) external view returns (address owner); /** * @dev Safely transfers `tokenId` token from `from` to `to`. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId, bytes calldata data ) external; /** * @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 have been allowed to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Transfers `tokenId` token from `from` to `to`. * * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * * Emits a {Transfer} event. */ function transferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Gives permission to `to` to transfer `tokenId` token to another account. * The approval is cleared when the token is transferred. * * Only a single account can be approved at a time, so approving the zero address clears previous approvals. * * Requirements: * * - The caller must own the token or be an approved operator. * - `tokenId` must exist. * * Emits an {Approval} event. */ function approve(address to, uint256 tokenId) external; /** * @dev 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); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) pragma solidity ^0.8.0; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (utils/Address.sol) pragma solidity ^0.8.1; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== * * [IMPORTANT] * ==== * You shouldn't rely on `isContract` to protect against flash loan attacks! * * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract * constructor. * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize/address.code.length, which returns 0 // for contracts in construction, since the code is only stored at the end // of the constructor execution. return account.code.length > 0; } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); (bool success, ) = recipient.call{value: amount}(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain `call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { return functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value ) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value, string memory errorMessage ) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); require(isContract(target), "Address: call to non-contract"); (bool success, bytes memory returndata) = target.call{value: value}(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { return functionStaticCall(target, data, "Address: low-level static call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall( address target, bytes memory data, string memory errorMessage ) internal view returns (bytes memory) { require(isContract(target), "Address: static call to non-contract"); (bool success, bytes memory returndata) = target.staticcall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); (bool success, bytes memory returndata) = target.delegatecall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the * revert reason using the provided one. * * _Available since v4.3._ */ function verifyCallResult( bool success, bytes memory returndata, string memory errorMessage ) internal pure returns (bytes memory) { if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly /// @solidity memory-safe-assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721Receiver.sol) pragma solidity ^0.8.0; /** * @title ERC721 token receiver interface * @dev Interface for any contract that wants to support safeTransfers * from ERC721 asset contracts. */ interface IERC721Receiver { /** * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom} * by `operator` from `from`, this function is called. * * It must return its Solidity selector to confirm the token transfer. * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted. * * The selector can be obtained in Solidity with `IERC721Receiver.onERC721Received.selector`. */ function onERC721Received( address operator, address from, uint256 tokenId, bytes calldata data ) external returns (bytes4); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol) pragma solidity ^0.8.0; import "./IERC165.sol"; /** * @dev Implementation of the {IERC165} interface. * * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check * for the additional interface id that will be supported. For example: * * ```solidity * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { * return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId); * } * ``` * * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation. */ abstract contract ERC165 is IERC165 { /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { return interfaceId == type(IERC165).interfaceId; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (utils/Strings.sol) pragma solidity ^0.8.0; /** * @dev String operations. */ library Strings { bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef"; uint8 private constant _ADDRESS_LENGTH = 20; /** * @dev Converts a `uint256` to its ASCII `string` decimal representation. */ function toString(uint256 value) internal pure returns (string memory) { // Inspired by OraclizeAPI's implementation - MIT licence // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol if (value == 0) { return "0"; } uint256 temp = value; uint256 digits; while (temp != 0) { digits++; temp /= 10; } bytes memory buffer = new bytes(digits); while (value != 0) { digits -= 1; buffer[digits] = bytes1(uint8(48 + uint256(value % 10))); value /= 10; } return string(buffer); } /** * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation. */ function toHexString(uint256 value) internal pure returns (string memory) { if (value == 0) { return "0x00"; } uint256 temp = value; uint256 length = 0; while (temp != 0) { length++; temp >>= 8; } return toHexString(value, length); } /** * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length. */ function toHexString(uint256 value, uint256 length) internal pure returns (string memory) { bytes memory buffer = new bytes(2 * length + 2); buffer[0] = "0"; buffer[1] = "x"; for (uint256 i = 2 * length + 1; i > 1; --i) { buffer[i] = _HEX_SYMBOLS[value & 0xf]; value >>= 4; } require(value == 0, "Strings: hex length insufficient"); return string(buffer); } /** * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation. */ function toHexString(address addr) internal pure returns (string memory) { return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Metadata.sol) pragma solidity ^0.8.0; import "../IERC721.sol"; /** * @title ERC-721 Non-Fungible Token Standard, optional metadata extension * @dev See https://eips.ethereum.org/EIPS/eip-721 */ interface IERC721Metadata is IERC721 { /** * @dev Returns the token collection name. */ function name() external view returns (string memory); /** * @dev Returns the token collection symbol. */ function symbol() external view returns (string memory); /** * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token. */ function tokenURI(uint256 tokenId) external view returns (string memory); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support of contract interfaces, which can then be * queried by others ({ERC165Checker}). * * For an implementation, see {ERC165}. */ interface IERC165 { /** * @dev Returns true if this contract implements the interface defined by * `interfaceId`. See the corresponding * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] * to learn more about how these ids are created. * * This function call must use less than 30 000 gas. */ function supportsInterface(bytes4 interfaceId) external view returns (bool); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.5.0) (token/ERC721/extensions/IERC721Enumerable.sol) pragma solidity ^0.8.0; import "../IERC721.sol"; /** * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension * @dev See https://eips.ethereum.org/EIPS/eip-721 */ interface IERC721Enumerable is IERC721 { /** * @dev Returns the total amount of tokens stored by the contract. */ function totalSupply() external view returns (uint256); /** * @dev Returns a token ID owned by `owner` at a given `index` of its token list. * Use along with {balanceOf} to enumerate all of ``owner``'s tokens. */ function tokenOfOwnerByIndex(address owner, uint256 index) external view returns (uint256); /** * @dev Returns a token ID at a given `index` of all the tokens stored by the contract. * Use along with {totalSupply} to enumerate all tokens. */ function tokenByIndex(uint256 index) external view returns (uint256); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC1155/ERC1155.sol) pragma solidity ^0.8.0; import "./IERC1155.sol"; import "./IERC1155Receiver.sol"; import "./extensions/IERC1155MetadataURI.sol"; import "../../utils/Address.sol"; import "../../utils/Context.sol"; import "../../utils/introspection/ERC165.sol"; /** * @dev Implementation of the basic standard multi-token. * See https://eips.ethereum.org/EIPS/eip-1155 * Originally based on code by Enjin: https://github.com/enjin/erc-1155 * * _Available since v3.1._ */ contract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI { using Address for address; // Mapping from token ID to account balances mapping(uint256 => mapping(address => uint256)) private _balances; // Mapping from account to operator approvals mapping(address => mapping(address => bool)) private _operatorApprovals; // Used as the URI for all token types by relying on ID substitution, e.g. https://token-cdn-domain/{id}.json string private _uri; /** * @dev See {_setURI}. */ constructor(string memory uri_) { _setURI(uri_); } /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) { return interfaceId == type(IERC1155).interfaceId || interfaceId == type(IERC1155MetadataURI).interfaceId || super.supportsInterface(interfaceId); } /** * @dev See {IERC1155MetadataURI-uri}. * * This implementation returns the same URI for *all* token types. It relies * on the token type ID substitution mechanism * https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP]. * * Clients calling this function must replace the `\{id\}` substring with the * actual token type ID. */ function uri(uint256) public view virtual override returns (string memory) { return _uri; } /** * @dev See {IERC1155-balanceOf}. * * Requirements: * * - `account` cannot be the zero address. */ function balanceOf(address account, uint256 id) public view virtual override returns (uint256) { require(account != address(0), "ERC1155: address zero is not a valid owner"); return _balances[id][account]; } /** * @dev See {IERC1155-balanceOfBatch}. * * Requirements: * * - `accounts` and `ids` must have the same length. */ function balanceOfBatch(address[] memory accounts, uint256[] memory ids) public view virtual override returns (uint256[] memory) { require(accounts.length == ids.length, "ERC1155: accounts and ids length mismatch"); uint256[] memory batchBalances = new uint256[](accounts.length); for (uint256 i = 0; i < accounts.length; ++i) { batchBalances[i] = balanceOf(accounts[i], ids[i]); } return batchBalances; } /** * @dev See {IERC1155-setApprovalForAll}. */ function setApprovalForAll(address operator, bool approved) public virtual override { _setApprovalForAll(_msgSender(), operator, approved); } /** * @dev See {IERC1155-isApprovedForAll}. */ function isApprovedForAll(address account, address operator) public view virtual override returns (bool) { return _operatorApprovals[account][operator]; } /** * @dev See {IERC1155-safeTransferFrom}. */ function safeTransferFrom( address from, address to, uint256 id, uint256 amount, bytes memory data ) public virtual override { require( from == _msgSender() || isApprovedForAll(from, _msgSender()), "ERC1155: caller is not token owner nor approved" ); _safeTransferFrom(from, to, id, amount, data); } /** * @dev See {IERC1155-safeBatchTransferFrom}. */ function safeBatchTransferFrom( address from, address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data ) public virtual override { require( from == _msgSender() || isApprovedForAll(from, _msgSender()), "ERC1155: caller is not token owner nor approved" ); _safeBatchTransferFrom(from, to, ids, amounts, data); } /** * @dev Transfers `amount` tokens of token type `id` from `from` to `to`. * * Emits a {TransferSingle} event. * * Requirements: * * - `to` cannot be the zero address. * - `from` must have a balance of tokens of type `id` of at least `amount`. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the * acceptance magic value. */ function _safeTransferFrom( address from, address to, uint256 id, uint256 amount, bytes memory data ) internal virtual { require(to != address(0), "ERC1155: transfer to the zero address"); address operator = _msgSender(); uint256[] memory ids = _asSingletonArray(id); uint256[] memory amounts = _asSingletonArray(amount); _beforeTokenTransfer(operator, from, to, ids, amounts, data); uint256 fromBalance = _balances[id][from]; require(fromBalance >= amount, "ERC1155: insufficient balance for transfer"); unchecked { _balances[id][from] = fromBalance - amount; } _balances[id][to] += amount; emit TransferSingle(operator, from, to, id, amount); _afterTokenTransfer(operator, from, to, ids, amounts, data); _doSafeTransferAcceptanceCheck(operator, from, to, id, amount, data); } /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_safeTransferFrom}. * * Emits a {TransferBatch} event. * * Requirements: * * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the * acceptance magic value. */ function _safeBatchTransferFrom( address from, address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data ) internal virtual { require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch"); require(to != address(0), "ERC1155: transfer to the zero address"); address operator = _msgSender(); _beforeTokenTransfer(operator, from, to, ids, amounts, data); for (uint256 i = 0; i < ids.length; ++i) { uint256 id = ids[i]; uint256 amount = amounts[i]; uint256 fromBalance = _balances[id][from]; require(fromBalance >= amount, "ERC1155: insufficient balance for transfer"); unchecked { _balances[id][from] = fromBalance - amount; } _balances[id][to] += amount; } emit TransferBatch(operator, from, to, ids, amounts); _afterTokenTransfer(operator, from, to, ids, amounts, data); _doSafeBatchTransferAcceptanceCheck(operator, from, to, ids, amounts, data); } /** * @dev Sets a new URI for all token types, by relying on the token type ID * substitution mechanism * https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP]. * * By this mechanism, any occurrence of the `\{id\}` substring in either the * URI or any of the amounts in the JSON file at said URI will be replaced by * clients with the token type ID. * * For example, the `https://token-cdn-domain/\{id\}.json` URI would be * interpreted by clients as * `https://token-cdn-domain/000000000000000000000000000000000000000000000000000000000004cce0.json` * for token type ID 0x4cce0. * * See {uri}. * * Because these URIs cannot be meaningfully represented by the {URI} event, * this function emits no events. */ function _setURI(string memory newuri) internal virtual { _uri = newuri; } /** * @dev Creates `amount` tokens of token type `id`, and assigns them to `to`. * * Emits a {TransferSingle} event. * * Requirements: * * - `to` cannot be the zero address. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the * acceptance magic value. */ function _mint( address to, uint256 id, uint256 amount, bytes memory data ) internal virtual { require(to != address(0), "ERC1155: mint to the zero address"); address operator = _msgSender(); uint256[] memory ids = _asSingletonArray(id); uint256[] memory amounts = _asSingletonArray(amount); _beforeTokenTransfer(operator, address(0), to, ids, amounts, data); _balances[id][to] += amount; emit TransferSingle(operator, address(0), to, id, amount); _afterTokenTransfer(operator, address(0), to, ids, amounts, data); _doSafeTransferAcceptanceCheck(operator, address(0), to, id, amount, data); } /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_mint}. * * Emits a {TransferBatch} event. * * Requirements: * * - `ids` and `amounts` must have the same length. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the * acceptance magic value. */ function _mintBatch( address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data ) internal virtual { require(to != address(0), "ERC1155: mint to the zero address"); require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch"); address operator = _msgSender(); _beforeTokenTransfer(operator, address(0), to, ids, amounts, data); for (uint256 i = 0; i < ids.length; i++) { _balances[ids[i]][to] += amounts[i]; } emit TransferBatch(operator, address(0), to, ids, amounts); _afterTokenTransfer(operator, address(0), to, ids, amounts, data); _doSafeBatchTransferAcceptanceCheck(operator, address(0), to, ids, amounts, data); } /** * @dev Destroys `amount` tokens of token type `id` from `from` * * Emits a {TransferSingle} event. * * Requirements: * * - `from` cannot be the zero address. * - `from` must have at least `amount` tokens of token type `id`. */ function _burn( address from, uint256 id, uint256 amount ) internal virtual { require(from != address(0), "ERC1155: burn from the zero address"); address operator = _msgSender(); uint256[] memory ids = _asSingletonArray(id); uint256[] memory amounts = _asSingletonArray(amount); _beforeTokenTransfer(operator, from, address(0), ids, amounts, ""); uint256 fromBalance = _balances[id][from]; require(fromBalance >= amount, "ERC1155: burn amount exceeds balance"); unchecked { _balances[id][from] = fromBalance - amount; } emit TransferSingle(operator, from, address(0), id, amount); _afterTokenTransfer(operator, from, address(0), ids, amounts, ""); } /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_burn}. * * Emits a {TransferBatch} event. * * Requirements: * * - `ids` and `amounts` must have the same length. */ function _burnBatch( address from, uint256[] memory ids, uint256[] memory amounts ) internal virtual { require(from != address(0), "ERC1155: burn from the zero address"); require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch"); address operator = _msgSender(); _beforeTokenTransfer(operator, from, address(0), ids, amounts, ""); for (uint256 i = 0; i < ids.length; i++) { uint256 id = ids[i]; uint256 amount = amounts[i]; uint256 fromBalance = _balances[id][from]; require(fromBalance >= amount, "ERC1155: burn amount exceeds balance"); unchecked { _balances[id][from] = fromBalance - amount; } } emit TransferBatch(operator, from, address(0), ids, amounts); _afterTokenTransfer(operator, from, address(0), ids, amounts, ""); } /** * @dev Approve `operator` to operate on all of `owner` tokens * * Emits an {ApprovalForAll} event. */ function _setApprovalForAll( address owner, address operator, bool approved ) internal virtual { require(owner != operator, "ERC1155: setting approval status for self"); _operatorApprovals[owner][operator] = approved; emit ApprovalForAll(owner, operator, approved); } /** * @dev Hook that is called before any token transfer. This includes minting * and burning, as well as batched variants. * * The same hook is called on both single and batched variants. For single * transfers, the length of the `ids` and `amounts` arrays will be 1. * * Calling conditions (for each `id` and `amount` pair): * * - When `from` and `to` are both non-zero, `amount` of ``from``'s tokens * of token type `id` will be transferred to `to`. * - When `from` is zero, `amount` tokens of token type `id` will be minted * for `to`. * - when `to` is zero, `amount` of ``from``'s tokens of token type `id` * will be burned. * - `from` and `to` are never both zero. * - `ids` and `amounts` have the same, non-zero length. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _beforeTokenTransfer( address operator, address from, address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data ) internal virtual {} /** * @dev Hook that is called after any token transfer. This includes minting * and burning, as well as batched variants. * * The same hook is called on both single and batched variants. For single * transfers, the length of the `id` and `amount` arrays will be 1. * * Calling conditions (for each `id` and `amount` pair): * * - When `from` and `to` are both non-zero, `amount` of ``from``'s tokens * of token type `id` will be transferred to `to`. * - When `from` is zero, `amount` tokens of token type `id` will be minted * for `to`. * - when `to` is zero, `amount` of ``from``'s tokens of token type `id` * will be burned. * - `from` and `to` are never both zero. * - `ids` and `amounts` have the same, non-zero length. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _afterTokenTransfer( address operator, address from, address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data ) internal virtual {} function _doSafeTransferAcceptanceCheck( address operator, address from, address to, uint256 id, uint256 amount, bytes memory data ) private { if (to.isContract()) { try IERC1155Receiver(to).onERC1155Received(operator, from, id, amount, data) returns (bytes4 response) { if (response != IERC1155Receiver.onERC1155Received.selector) { revert("ERC1155: ERC1155Receiver rejected tokens"); } } catch Error(string memory reason) { revert(reason); } catch { revert("ERC1155: transfer to non ERC1155Receiver implementer"); } } } function _doSafeBatchTransferAcceptanceCheck( address operator, address from, address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data ) private { if (to.isContract()) { try IERC1155Receiver(to).onERC1155BatchReceived(operator, from, ids, amounts, data) returns ( bytes4 response ) { if (response != IERC1155Receiver.onERC1155BatchReceived.selector) { revert("ERC1155: ERC1155Receiver rejected tokens"); } } catch Error(string memory reason) { revert(reason); } catch { revert("ERC1155: transfer to non ERC1155Receiver implementer"); } } } function _asSingletonArray(uint256 element) private pure returns (uint256[] memory) { uint256[] memory array = new uint256[](1); array[0] = element; return array; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC1155/IERC1155.sol) pragma solidity ^0.8.0; import "../../utils/introspection/IERC165.sol"; /** * @dev Required interface of an ERC1155 compliant contract, as defined in the * https://eips.ethereum.org/EIPS/eip-1155[EIP]. * * _Available since v3.1._ */ interface IERC1155 is IERC165 { /** * @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`. */ event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value); /** * @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all * transfers. */ event TransferBatch( address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values ); /** * @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to * `approved`. */ event ApprovalForAll(address indexed account, address indexed operator, bool approved); /** * @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI. * * If an {URI} event was emitted for `id`, the standard * https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value * returned by {IERC1155MetadataURI-uri}. */ event URI(string value, uint256 indexed id); /** * @dev Returns the amount of tokens of token type `id` owned by `account`. * * Requirements: * * - `account` cannot be the zero address. */ function balanceOf(address account, uint256 id) external view returns (uint256); /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}. * * Requirements: * * - `accounts` and `ids` must have the same length. */ function balanceOfBatch(address[] calldata accounts, uint256[] calldata ids) external view returns (uint256[] memory); /** * @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`, * * Emits an {ApprovalForAll} event. * * Requirements: * * - `operator` cannot be the caller. */ function setApprovalForAll(address operator, bool approved) external; /** * @dev Returns true if `operator` is approved to transfer ``account``'s tokens. * * See {setApprovalForAll}. */ function isApprovedForAll(address account, address operator) external view returns (bool); /** * @dev Transfers `amount` tokens of token type `id` from `from` to `to`. * * Emits a {TransferSingle} event. * * Requirements: * * - `to` cannot be the zero address. * - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}. * - `from` must have a balance of tokens of type `id` of at least `amount`. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the * acceptance magic value. */ function safeTransferFrom( address from, address to, uint256 id, uint256 amount, bytes calldata data ) external; /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}. * * Emits a {TransferBatch} event. * * Requirements: * * - `ids` and `amounts` must have the same length. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the * acceptance magic value. */ function safeBatchTransferFrom( address from, address to, uint256[] calldata ids, uint256[] calldata amounts, bytes calldata data ) external; }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.5.0) (token/ERC1155/IERC1155Receiver.sol) pragma solidity ^0.8.0; import "../../utils/introspection/IERC165.sol"; /** * @dev _Available since v3.1._ */ interface IERC1155Receiver is IERC165 { /** * @dev Handles the receipt of a single ERC1155 token type. This function is * called at the end of a `safeTransferFrom` after the balance has been updated. * * NOTE: To accept the transfer, this must return * `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` * (i.e. 0xf23a6e61, or its own function selector). * * @param operator The address which initiated the transfer (i.e. msg.sender) * @param from The address which previously owned the token * @param id The ID of the token being transferred * @param value The amount of tokens being transferred * @param data Additional data with no specified format * @return `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` if transfer is allowed */ function onERC1155Received( address operator, address from, uint256 id, uint256 value, bytes calldata data ) external returns (bytes4); /** * @dev Handles the receipt of a multiple ERC1155 token types. This function * is called at the end of a `safeBatchTransferFrom` after the balances have * been updated. * * NOTE: To accept the transfer(s), this must return * `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` * (i.e. 0xbc197c81, or its own function selector). * * @param operator The address which initiated the batch transfer (i.e. msg.sender) * @param from The address which previously owned the token * @param ids An array containing ids of each token being transferred (order and length must match values array) * @param values An array containing amounts of each token being transferred (order and length must match ids array) * @param data Additional data with no specified format * @return `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` if transfer is allowed */ function onERC1155BatchReceived( address operator, address from, uint256[] calldata ids, uint256[] calldata values, bytes calldata data ) external returns (bytes4); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (token/ERC1155/extensions/IERC1155MetadataURI.sol) pragma solidity ^0.8.0; import "../IERC1155.sol"; /** * @dev Interface of the optional ERC1155MetadataExtension interface, as defined * in the https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[EIP]. * * _Available since v3.1._ */ interface IERC1155MetadataURI is IERC1155 { /** * @dev Returns the URI for token type `id`. * * If the `\{id\}` substring is present in the URI, it must be replaced by * clients with the actual token type ID. */ function uri(uint256 id) external view returns (string memory); }
{ "optimizer": { "enabled": false, "runs": 200 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"_forgottenSpellsAddress","type":"address"},{"internalType":"uint256","name":"_summonSoulTokenId","type":"uint256"},{"internalType":"string","name":"_initialBaseURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"tokenContract","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"soulId","type":"uint256"}],"name":"SoulSummoned","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"MAX_SUPPLY","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"baseURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"forgottenSpellsAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"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":[{"internalType":"address","name":"_tokenContract","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"mintEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":"address[]","name":"recipients","type":"address[]"},{"internalType":"uint256[]","name":"tokenIds","type":"uint256[]"}],"name":"ownerMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_newBaseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_forgottenSpellsAddress","type":"address"}],"name":"setForgottenSpellsAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_newMintEnabled","type":"bool"}],"name":"setMintEnabled","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_summonSoulTokenId","type":"uint256"}],"name":"setSummonSoulTokenId","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"soulIdToSummonerId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"summonSoulTokenId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"summonerIdHasSummoned","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"tokensOfOwner","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
60806040526000600d556000601160006101000a81548160ff0219169083151502179055503480156200003157600080fd5b5060405162004db838038062004db8833981810160405281019062000057919062000623565b6040518060400160405280600981526020017f536f756c50756e6b7300000000000000000000000000000000000000000000008152506040518060400160405280600981526020017f536f756c50756e6b7300000000000000000000000000000000000000000000008152508160009080519060200190620000db92919062000336565b508060019080519060200190620000f492919062000336565b505050620001176200010b6200018160201b60201c565b6200018960201b60201c565b6001600b8190555082600c60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555081600d8190555062000178816200024f60201b60201c565b50505062000786565b600033905090565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6200025f6200027b60201b60201c565b80601090805190602001906200027792919062000336565b5050565b6200028b6200018160201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16620002b16200030c60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16146200030a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200030190620006ff565b60405180910390fd5b565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b828054620003449062000750565b90600052602060002090601f016020900481019282620003685760008555620003b4565b82601f106200038357805160ff1916838001178555620003b4565b82800160010185558215620003b4579182015b82811115620003b357825182559160200191906001019062000396565b5b509050620003c39190620003c7565b5090565b5b80821115620003e2576000816000905550600101620003c8565b5090565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006200042782620003fa565b9050919050565b62000439816200041a565b81146200044557600080fd5b50565b60008151905062000459816200042e565b92915050565b6000819050919050565b62000474816200045f565b81146200048057600080fd5b50565b600081519050620004948162000469565b92915050565b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b620004ef82620004a4565b810181811067ffffffffffffffff82111715620005115762000510620004b5565b5b80604052505050565b600062000526620003e6565b9050620005348282620004e4565b919050565b600067ffffffffffffffff821115620005575762000556620004b5565b5b6200056282620004a4565b9050602081019050919050565b60005b838110156200058f57808201518184015260208101905062000572565b838111156200059f576000848401525b50505050565b6000620005bc620005b68462000539565b6200051a565b905082815260208101848484011115620005db57620005da6200049f565b5b620005e88482856200056f565b509392505050565b600082601f8301126200060857620006076200049a565b5b81516200061a848260208601620005a5565b91505092915050565b6000806000606084860312156200063f576200063e620003f0565b5b60006200064f8682870162000448565b9350506020620006628682870162000483565b925050604084015167ffffffffffffffff811115620006865762000685620003f5565b5b6200069486828701620005f0565b9150509250925092565b600082825260208201905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000620006e76020836200069e565b9150620006f482620006af565b602082019050919050565b600060208201905081810360008301526200071a81620006d8565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200076957607f821691505b6020821081141562000780576200077f62000721565b5b50919050565b61462280620007966000396000f3fe608060405234801561001057600080fd5b50600436106102115760003560e01c80636352211e11610125578063a22cb465116100ad578063cfbf0bd81161007c578063cfbf0bd814610610578063d12397301461062e578063e985e9c51461064c578063f2fde38b1461067c578063f46a04eb1461069857610211565b8063a22cb46514610578578063b88d4fde14610594578063c87b56dd146105b0578063ce201766146105e057610211565b8063715018a6116100f4578063715018a6146104e45780638462151c146104ee5780638da5cb5b1461051e5780638fc5aef81461053c57806395d89b411461055a57610211565b80636352211e1461044a57806369f7d2f21461047a5780636c0360eb1461049657806370a08231146104b457610211565b8063320748c4116101a857806342842e0e1161017757806342842e0e146103aa57806342966c68146103c65780634865dcab146103e25780634f6ccce7146103fe57806355f804b31461042e57610211565b8063320748c41461034a57806332cb6b0c146103665780633ccfd60b1461038457806340c10f191461038e57610211565b80630a8913ca116101e45780630a8913ca146102b057806318160ddd146102e057806323b872dd146102fe5780632f745c591461031a57610211565b806301ffc9a71461021657806306fdde0314610246578063081812fc14610264578063095ea7b314610294575b600080fd5b610230600480360381019061022b9190612dae565b6106b4565b60405161023d9190612df6565b60405180910390f35b61024e6106c6565b60405161025b9190612eaa565b60405180910390f35b61027e60048036038101906102799190612f02565b610758565b60405161028b9190612f70565b60405180910390f35b6102ae60048036038101906102a99190612fb7565b61079e565b005b6102ca60048036038101906102c59190612f02565b6108b6565b6040516102d79190613006565b60405180910390f35b6102e86108ce565b6040516102f59190613006565b60405180910390f35b61031860048036038101906103139190613021565b6108db565b005b610334600480360381019061032f9190612fb7565b61093b565b6040516103419190613006565b60405180910390f35b610364600480360381019061035f9190612f02565b6109e0565b005b61036e6109f2565b60405161037b9190613006565b60405180910390f35b61038c6109f8565b005b6103a860048036038101906103a39190612fb7565b610a49565b005b6103c460048036038101906103bf9190613021565b610eca565b005b6103e060048036038101906103db9190612f02565b610eea565b005b6103fc60048036038101906103f79190613074565b610f46565b005b61041860048036038101906104139190612f02565b610f92565b6040516104259190613006565b60405180910390f35b610448600480360381019061044391906131d6565b611003565b005b610464600480360381019061045f9190612f02565b611025565b6040516104719190612f70565b60405180910390f35b610494600480360381019061048f91906132d5565b6110d7565b005b61049e61126b565b6040516104ab9190612eaa565b60405180910390f35b6104ce60048036038101906104c99190613074565b6112f9565b6040516104db9190613006565b60405180910390f35b6104ec6113b1565b005b61050860048036038101906105039190613074565b6113c5565b6040516105159190613414565b60405180910390f35b6105266114cf565b6040516105339190612f70565b60405180910390f35b6105446114f9565b6040516105519190613006565b60405180910390f35b6105626114ff565b60405161056f9190612eaa565b60405180910390f35b610592600480360381019061058d9190613462565b611591565b005b6105ae60048036038101906105a99190613543565b6115a7565b005b6105ca60048036038101906105c59190612f02565b611609565b6040516105d79190612eaa565b60405180910390f35b6105fa60048036038101906105f59190612f02565b611671565b6040516106079190612df6565b60405180910390f35b610618611691565b6040516106259190612f70565b60405180910390f35b6106366116b7565b6040516106439190612df6565b60405180910390f35b610666600480360381019061066191906135c6565b6116ca565b6040516106739190612df6565b60405180910390f35b61069660048036038101906106919190613074565b61175e565b005b6106b260048036038101906106ad9190613606565b6117e2565b005b60006106bf82611807565b9050919050565b6060600080546106d590613662565b80601f016020809104026020016040519081016040528092919081815260200182805461070190613662565b801561074e5780601f106107235761010080835404028352916020019161074e565b820191906000526020600020905b81548152906001019060200180831161073157829003601f168201915b5050505050905090565b600061076382611881565b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006107a982611025565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561081a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081190613706565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166108396118cc565b73ffffffffffffffffffffffffffffffffffffffff1614806108685750610867816108626118cc565b6116ca565b5b6108a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161089e90613798565b60405180910390fd5b6108b183836118d4565b505050565b600e6020528060005260406000206000915090505481565b6000600880549050905090565b6108ec6108e66118cc565b8261198d565b61092b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109229061382a565b60405180910390fd5b610936838383611a22565b505050565b6000610946836112f9565b8210610987576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097e906138bc565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b6109e8611c89565b80600d8190555050565b61029a81565b610a00611c89565b3373ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015610a46573d6000803e3d6000fd5b50565b6002600b541415610a8f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8690613928565b60405180910390fd5b6002600b81905550601160009054906101000a900460ff16610ae6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610add90613994565b60405180910390fd5b61029a610af16108ce565b10610b31576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b2890613a00565b60405180910390fd5b600f600082815260200190815260200160002060009054906101000a900460ff1615610b92576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b8990613a6c565b60405180910390fd5b610b9a6118cc565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16636352211e836040518263ffffffff1660e01b8152600401610be99190613006565b60206040518083038186803b158015610c0157600080fd5b505afa158015610c15573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c399190613aa1565b73ffffffffffffffffffffffffffffffffffffffff1614610c8f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c8690613b1a565b60405180910390fd5b6000600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1662fdd58e610cd66118cc565b600d546040518363ffffffff1660e01b8152600401610cf6929190613b3a565b60206040518083038186803b158015610d0e57600080fd5b505afa158015610d22573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d469190613b78565b11610d86576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d7d90613bf1565b60405180910390fd5b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f5298aca610dcc6118cc565b600d5460016040518463ffffffff1660e01b8152600401610def93929190613c56565b600060405180830381600087803b158015610e0957600080fd5b505af1158015610e1d573d6000803e3d6000fd5b505050506000610e2b6108ce565b9050610e3e610e386118cc565b82611d07565b81600e6000838152602001908152602001600020819055506001600f600084815260200190815260200160002060006101000a81548160ff0219169083151502179055507f06c6837b5a35059ac030a5c922f839ebfc043611e43858bf46ee349725bd0364838383604051610eb593929190613c8d565b60405180910390a1506001600b819055505050565b610ee5838383604051806020016040528060008152506115a7565b505050565b610efb610ef56118cc565b8261198d565b610f3a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f319061382a565b60405180910390fd5b610f4381611d25565b50565b610f4e611c89565b80600c60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000610f9c6108ce565b8210610fdd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fd490613d36565b60405180910390fd5b60088281548110610ff157610ff0613d56565b5b90600052602060002001549050919050565b61100b611c89565b8060109080519060200190611021929190612c9f565b5050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156110ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110c590613dd1565b60405180910390fd5b80915050919050565b6002600b54141561111d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161111490613928565b60405180910390fd5b6002600b8190555061112d611c89565b61029a8282905061113c6108ce565b6111469190613e20565b1115611187576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161117e90613ec2565b60405180910390fd5b60005b8282905081101561125c57600061119f6108ce565b90506111d28686848181106111b7576111b6613d56565b5b90506020020160208101906111cc9190613074565b82611d07565b8383838181106111e5576111e4613d56565b5b90506020020135600e6000838152602001908152602001600020819055506001600f600086868681811061121c5761121b613d56565b5b90506020020135815260200190815260200160002060006101000a81548160ff02191690831515021790555050808061125490613ee2565b91505061118a565b506001600b8190555050505050565b6010805461127890613662565b80601f01602080910402602001604051908101604052809291908181526020018280546112a490613662565b80156112f15780601f106112c6576101008083540402835291602001916112f1565b820191906000526020600020905b8154815290600101906020018083116112d457829003601f168201915b505050505081565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561136a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161136190613f9d565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6113b9611c89565b6113c36000611e42565b565b606060006113d2836112f9565b9050600081141561142f57600067ffffffffffffffff8111156113f8576113f76130ab565b5b6040519080825280602002602001820160405280156114265781602001602082028036833780820191505090505b509150506114ca565b60008167ffffffffffffffff81111561144b5761144a6130ab565b5b6040519080825280602002602001820160405280156114795781602001602082028036833780820191505090505b50905060005b828110156114c357611491858261093b565b8282815181106114a4576114a3613d56565b5b60200260200101818152505080806114bb90613ee2565b91505061147f565b8193505050505b919050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600d5481565b60606001805461150e90613662565b80601f016020809104026020016040519081016040528092919081815260200182805461153a90613662565b80156115875780601f1061155c57610100808354040283529160200191611587565b820191906000526020600020905b81548152906001019060200180831161156a57829003601f168201915b5050505050905090565b6115a361159c6118cc565b8383611f08565b5050565b6115b86115b26118cc565b8361198d565b6115f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115ee9061382a565b60405180910390fd5b61160384848484612075565b50505050565b606061161482611881565b600061161e6120d1565b9050600081511161163e5760405180602001604052806000815250611669565b8061164884612163565b604051602001611659929190613ff9565b6040516020818303038152906040525b915050919050565b600f6020528060005260406000206000915054906101000a900460ff1681565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b601160009054906101000a900460ff1681565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b611766611c89565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156117d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117cd9061408f565b60405180910390fd5b6117df81611e42565b50565b6117ea611c89565b80601160006101000a81548160ff02191690831515021790555050565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061187a5750611879826122c4565b5b9050919050565b61188a816123a6565b6118c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118c090613dd1565b60405180910390fd5b50565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff1661194783611025565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60008061199983611025565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614806119db57506119da81856116ca565b5b80611a1957508373ffffffffffffffffffffffffffffffffffffffff16611a0184610758565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16611a4282611025565b73ffffffffffffffffffffffffffffffffffffffff1614611a98576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a8f90614121565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611b08576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aff906141b3565b60405180910390fd5b611b13838383612412565b611b1e6000826118d4565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611b6e91906141d3565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611bc59190613e20565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611c84838383612422565b505050565b611c916118cc565b73ffffffffffffffffffffffffffffffffffffffff16611caf6114cf565b73ffffffffffffffffffffffffffffffffffffffff1614611d05576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cfc90614253565b60405180910390fd5b565b611d21828260405180602001604052806000815250612427565b5050565b6000611d3082611025565b9050611d3e81600084612412565b611d496000836118d4565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611d9991906141d3565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611e3e81600084612422565b5050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611f77576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f6e906142bf565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516120689190612df6565b60405180910390a3505050565b612080848484611a22565b61208c84848484612482565b6120cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120c290614351565b60405180910390fd5b50505050565b6060601080546120e090613662565b80601f016020809104026020016040519081016040528092919081815260200182805461210c90613662565b80156121595780601f1061212e57610100808354040283529160200191612159565b820191906000526020600020905b81548152906001019060200180831161213c57829003601f168201915b5050505050905090565b606060008214156121ab576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506122bf565b600082905060005b600082146121dd5780806121c690613ee2565b915050600a826121d691906143a0565b91506121b3565b60008167ffffffffffffffff8111156121f9576121f86130ab565b5b6040519080825280601f01601f19166020018201604052801561222b5781602001600182028036833780820191505090505b5090505b600085146122b85760018261224491906141d3565b9150600a8561225391906143d1565b603061225f9190613e20565b60f81b81838151811061227557612274613d56565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856122b191906143a0565b945061222f565b8093505050505b919050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061238f57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061239f575061239e82612619565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b61241d838383612683565b505050565b505050565b6124318383612797565b61243e6000848484612482565b61247d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161247490614351565b60405180910390fd5b505050565b60006124a38473ffffffffffffffffffffffffffffffffffffffff16612971565b1561260c578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026124cc6118cc565b8786866040518563ffffffff1660e01b81526004016124ee9493929190614457565b602060405180830381600087803b15801561250857600080fd5b505af192505050801561253957506040513d601f19601f8201168201806040525081019061253691906144b8565b60015b6125bc573d8060008114612569576040519150601f19603f3d011682016040523d82523d6000602084013e61256e565b606091505b506000815114156125b4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125ab90614351565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612611565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b61268e838383612994565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156126d1576126cc81612999565b612710565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161461270f5761270e83826129e2565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156127535761274e81612b4f565b612792565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614612791576127908282612c20565b5b5b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612807576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127fe90614531565b60405180910390fd5b612810816123a6565b15612850576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128479061459d565b60405180910390fd5b61285c60008383612412565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546128ac9190613e20565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461296d60008383612422565b5050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b600060016129ef846112f9565b6129f991906141d3565b9050600060076000848152602001908152602001600020549050818114612ade576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600880549050612b6391906141d3565b9050600060096000848152602001908152602001600020549050600060088381548110612b9357612b92613d56565b5b906000526020600020015490508060088381548110612bb557612bb4613d56565b5b906000526020600020018190555081600960008381526020019081526020016000208190555060096000858152602001908152602001600020600090556008805480612c0457612c036145bd565b5b6001900381819060005260206000200160009055905550505050565b6000612c2b836112f9565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b828054612cab90613662565b90600052602060002090601f016020900481019282612ccd5760008555612d14565b82601f10612ce657805160ff1916838001178555612d14565b82800160010185558215612d14579182015b82811115612d13578251825591602001919060010190612cf8565b5b509050612d219190612d25565b5090565b5b80821115612d3e576000816000905550600101612d26565b5090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612d8b81612d56565b8114612d9657600080fd5b50565b600081359050612da881612d82565b92915050565b600060208284031215612dc457612dc3612d4c565b5b6000612dd284828501612d99565b91505092915050565b60008115159050919050565b612df081612ddb565b82525050565b6000602082019050612e0b6000830184612de7565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612e4b578082015181840152602081019050612e30565b83811115612e5a576000848401525b50505050565b6000601f19601f8301169050919050565b6000612e7c82612e11565b612e868185612e1c565b9350612e96818560208601612e2d565b612e9f81612e60565b840191505092915050565b60006020820190508181036000830152612ec48184612e71565b905092915050565b6000819050919050565b612edf81612ecc565b8114612eea57600080fd5b50565b600081359050612efc81612ed6565b92915050565b600060208284031215612f1857612f17612d4c565b5b6000612f2684828501612eed565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612f5a82612f2f565b9050919050565b612f6a81612f4f565b82525050565b6000602082019050612f856000830184612f61565b92915050565b612f9481612f4f565b8114612f9f57600080fd5b50565b600081359050612fb181612f8b565b92915050565b60008060408385031215612fce57612fcd612d4c565b5b6000612fdc85828601612fa2565b9250506020612fed85828601612eed565b9150509250929050565b61300081612ecc565b82525050565b600060208201905061301b6000830184612ff7565b92915050565b60008060006060848603121561303a57613039612d4c565b5b600061304886828701612fa2565b935050602061305986828701612fa2565b925050604061306a86828701612eed565b9150509250925092565b60006020828403121561308a57613089612d4c565b5b600061309884828501612fa2565b91505092915050565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6130e382612e60565b810181811067ffffffffffffffff82111715613102576131016130ab565b5b80604052505050565b6000613115612d42565b905061312182826130da565b919050565b600067ffffffffffffffff821115613141576131406130ab565b5b61314a82612e60565b9050602081019050919050565b82818337600083830152505050565b600061317961317484613126565b61310b565b905082815260208101848484011115613195576131946130a6565b5b6131a0848285613157565b509392505050565b600082601f8301126131bd576131bc6130a1565b5b81356131cd848260208601613166565b91505092915050565b6000602082840312156131ec576131eb612d4c565b5b600082013567ffffffffffffffff81111561320a57613209612d51565b5b613216848285016131a8565b91505092915050565b600080fd5b600080fd5b60008083601f84011261323f5761323e6130a1565b5b8235905067ffffffffffffffff81111561325c5761325b61321f565b5b60208301915083602082028301111561327857613277613224565b5b9250929050565b60008083601f840112613295576132946130a1565b5b8235905067ffffffffffffffff8111156132b2576132b161321f565b5b6020830191508360208202830111156132ce576132cd613224565b5b9250929050565b600080600080604085870312156132ef576132ee612d4c565b5b600085013567ffffffffffffffff81111561330d5761330c612d51565b5b61331987828801613229565b9450945050602085013567ffffffffffffffff81111561333c5761333b612d51565b5b6133488782880161327f565b925092505092959194509250565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b61338b81612ecc565b82525050565b600061339d8383613382565b60208301905092915050565b6000602082019050919050565b60006133c182613356565b6133cb8185613361565b93506133d683613372565b8060005b838110156134075781516133ee8882613391565b97506133f9836133a9565b9250506001810190506133da565b5085935050505092915050565b6000602082019050818103600083015261342e81846133b6565b905092915050565b61343f81612ddb565b811461344a57600080fd5b50565b60008135905061345c81613436565b92915050565b6000806040838503121561347957613478612d4c565b5b600061348785828601612fa2565b92505060206134988582860161344d565b9150509250929050565b600067ffffffffffffffff8211156134bd576134bc6130ab565b5b6134c682612e60565b9050602081019050919050565b60006134e66134e1846134a2565b61310b565b905082815260208101848484011115613502576135016130a6565b5b61350d848285613157565b509392505050565b600082601f83011261352a576135296130a1565b5b813561353a8482602086016134d3565b91505092915050565b6000806000806080858703121561355d5761355c612d4c565b5b600061356b87828801612fa2565b945050602061357c87828801612fa2565b935050604061358d87828801612eed565b925050606085013567ffffffffffffffff8111156135ae576135ad612d51565b5b6135ba87828801613515565b91505092959194509250565b600080604083850312156135dd576135dc612d4c565b5b60006135eb85828601612fa2565b92505060206135fc85828601612fa2565b9150509250929050565b60006020828403121561361c5761361b612d4c565b5b600061362a8482850161344d565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061367a57607f821691505b6020821081141561368e5761368d613633565b5b50919050565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b60006136f0602183612e1c565b91506136fb82613694565b604082019050919050565b6000602082019050818103600083015261371f816136e3565b9050919050565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f7420746f60008201527f6b656e206f776e6572206e6f7220617070726f76656420666f7220616c6c0000602082015250565b6000613782603e83612e1c565b915061378d82613726565b604082019050919050565b600060208201905081810360008301526137b181613775565b9050919050565b7f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560008201527f72206e6f7220617070726f766564000000000000000000000000000000000000602082015250565b6000613814602e83612e1c565b915061381f826137b8565b604082019050919050565b6000602082019050818103600083015261384381613807565b9050919050565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b60006138a6602b83612e1c565b91506138b18261384a565b604082019050919050565b600060208201905081810360008301526138d581613899565b9050919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b6000613912601f83612e1c565b915061391d826138dc565b602082019050919050565b6000602082019050818103600083015261394181613905565b9050919050565b7f4d494e545f434c4f534544000000000000000000000000000000000000000000600082015250565b600061397e600b83612e1c565b915061398982613948565b602082019050919050565b600060208201905081810360008301526139ad81613971565b9050919050565b7f534f4c445f4f5554000000000000000000000000000000000000000000000000600082015250565b60006139ea600883612e1c565b91506139f5826139b4565b602082019050919050565b60006020820190508181036000830152613a19816139dd565b9050919050565b7f57495a4152445f55534544000000000000000000000000000000000000000000600082015250565b6000613a56600b83612e1c565b9150613a6182613a20565b602082019050919050565b60006020820190508181036000830152613a8581613a49565b9050919050565b600081519050613a9b81612f8b565b92915050565b600060208284031215613ab757613ab6612d4c565b5b6000613ac584828501613a8c565b91505092915050565b7f4e4f545f4f574e45520000000000000000000000000000000000000000000000600082015250565b6000613b04600983612e1c565b9150613b0f82613ace565b602082019050919050565b60006020820190508181036000830152613b3381613af7565b9050919050565b6000604082019050613b4f6000830185612f61565b613b5c6020830184612ff7565b9392505050565b600081519050613b7281612ed6565b92915050565b600060208284031215613b8e57613b8d612d4c565b5b6000613b9c84828501613b63565b91505092915050565b7f4e4f5f53554d4d4f4e494e475f434952434c4553000000000000000000000000600082015250565b6000613bdb601483612e1c565b9150613be682613ba5565b602082019050919050565b60006020820190508181036000830152613c0a81613bce565b9050919050565b6000819050919050565b6000819050919050565b6000613c40613c3b613c3684613c11565b613c1b565b612ecc565b9050919050565b613c5081613c25565b82525050565b6000606082019050613c6b6000830186612f61565b613c786020830185612ff7565b613c856040830184613c47565b949350505050565b6000606082019050613ca26000830186612f61565b613caf6020830185612ff7565b613cbc6040830184612ff7565b949350505050565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b6000613d20602c83612e1c565b9150613d2b82613cc4565b604082019050919050565b60006020820190508181036000830152613d4f81613d13565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4552433732313a20696e76616c696420746f6b656e2049440000000000000000600082015250565b6000613dbb601883612e1c565b9150613dc682613d85565b602082019050919050565b60006020820190508181036000830152613dea81613dae565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000613e2b82612ecc565b9150613e3683612ecc565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115613e6b57613e6a613df1565b5b828201905092915050565b7f576f756c6420657863656564206d617820737570706c79000000000000000000600082015250565b6000613eac601783612e1c565b9150613eb782613e76565b602082019050919050565b60006020820190508181036000830152613edb81613e9f565b9050919050565b6000613eed82612ecc565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613f2057613f1f613df1565b5b600182019050919050565b7f4552433732313a2061646472657373207a65726f206973206e6f74206120766160008201527f6c6964206f776e65720000000000000000000000000000000000000000000000602082015250565b6000613f87602983612e1c565b9150613f9282613f2b565b604082019050919050565b60006020820190508181036000830152613fb681613f7a565b9050919050565b600081905092915050565b6000613fd382612e11565b613fdd8185613fbd565b9350613fed818560208601612e2d565b80840191505092915050565b60006140058285613fc8565b91506140118284613fc8565b91508190509392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000614079602683612e1c565b91506140848261401d565b604082019050919050565b600060208201905081810360008301526140a88161406c565b9050919050565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b600061410b602583612e1c565b9150614116826140af565b604082019050919050565b6000602082019050818103600083015261413a816140fe565b9050919050565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b600061419d602483612e1c565b91506141a882614141565b604082019050919050565b600060208201905081810360008301526141cc81614190565b9050919050565b60006141de82612ecc565b91506141e983612ecc565b9250828210156141fc576141fb613df1565b5b828203905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061423d602083612e1c565b915061424882614207565b602082019050919050565b6000602082019050818103600083015261426c81614230565b9050919050565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b60006142a9601983612e1c565b91506142b482614273565b602082019050919050565b600060208201905081810360008301526142d88161429c565b9050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b600061433b603283612e1c565b9150614346826142df565b604082019050919050565b6000602082019050818103600083015261436a8161432e565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60006143ab82612ecc565b91506143b683612ecc565b9250826143c6576143c5614371565b5b828204905092915050565b60006143dc82612ecc565b91506143e783612ecc565b9250826143f7576143f6614371565b5b828206905092915050565b600081519050919050565b600082825260208201905092915050565b600061442982614402565b614433818561440d565b9350614443818560208601612e2d565b61444c81612e60565b840191505092915050565b600060808201905061446c6000830187612f61565b6144796020830186612f61565b6144866040830185612ff7565b8181036060830152614498818461441e565b905095945050505050565b6000815190506144b281612d82565b92915050565b6000602082840312156144ce576144cd612d4c565b5b60006144dc848285016144a3565b91505092915050565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b600061451b602083612e1c565b9150614526826144e5565b602082019050919050565b6000602082019050818103600083015261454a8161450e565b9050919050565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b6000614587601c83612e1c565b915061459282614551565b602082019050919050565b600060208201905081810360008301526145b68161457a565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fdfea2646970667358221220b55d26773eff351b973c6a93b90abab0a3f1c007ebfbf576a387e9fc169ba75f64736f6c6343000809003300000000000000000000000041efbce86158f2a54368fe5ce80ce1d496acaa5e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002a68747470733a2f2f666f72676f7474656e70756e6b732e7774662f6170692f736f756c732f6d6574612f00000000000000000000000000000000000000000000
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106102115760003560e01c80636352211e11610125578063a22cb465116100ad578063cfbf0bd81161007c578063cfbf0bd814610610578063d12397301461062e578063e985e9c51461064c578063f2fde38b1461067c578063f46a04eb1461069857610211565b8063a22cb46514610578578063b88d4fde14610594578063c87b56dd146105b0578063ce201766146105e057610211565b8063715018a6116100f4578063715018a6146104e45780638462151c146104ee5780638da5cb5b1461051e5780638fc5aef81461053c57806395d89b411461055a57610211565b80636352211e1461044a57806369f7d2f21461047a5780636c0360eb1461049657806370a08231146104b457610211565b8063320748c4116101a857806342842e0e1161017757806342842e0e146103aa57806342966c68146103c65780634865dcab146103e25780634f6ccce7146103fe57806355f804b31461042e57610211565b8063320748c41461034a57806332cb6b0c146103665780633ccfd60b1461038457806340c10f191461038e57610211565b80630a8913ca116101e45780630a8913ca146102b057806318160ddd146102e057806323b872dd146102fe5780632f745c591461031a57610211565b806301ffc9a71461021657806306fdde0314610246578063081812fc14610264578063095ea7b314610294575b600080fd5b610230600480360381019061022b9190612dae565b6106b4565b60405161023d9190612df6565b60405180910390f35b61024e6106c6565b60405161025b9190612eaa565b60405180910390f35b61027e60048036038101906102799190612f02565b610758565b60405161028b9190612f70565b60405180910390f35b6102ae60048036038101906102a99190612fb7565b61079e565b005b6102ca60048036038101906102c59190612f02565b6108b6565b6040516102d79190613006565b60405180910390f35b6102e86108ce565b6040516102f59190613006565b60405180910390f35b61031860048036038101906103139190613021565b6108db565b005b610334600480360381019061032f9190612fb7565b61093b565b6040516103419190613006565b60405180910390f35b610364600480360381019061035f9190612f02565b6109e0565b005b61036e6109f2565b60405161037b9190613006565b60405180910390f35b61038c6109f8565b005b6103a860048036038101906103a39190612fb7565b610a49565b005b6103c460048036038101906103bf9190613021565b610eca565b005b6103e060048036038101906103db9190612f02565b610eea565b005b6103fc60048036038101906103f79190613074565b610f46565b005b61041860048036038101906104139190612f02565b610f92565b6040516104259190613006565b60405180910390f35b610448600480360381019061044391906131d6565b611003565b005b610464600480360381019061045f9190612f02565b611025565b6040516104719190612f70565b60405180910390f35b610494600480360381019061048f91906132d5565b6110d7565b005b61049e61126b565b6040516104ab9190612eaa565b60405180910390f35b6104ce60048036038101906104c99190613074565b6112f9565b6040516104db9190613006565b60405180910390f35b6104ec6113b1565b005b61050860048036038101906105039190613074565b6113c5565b6040516105159190613414565b60405180910390f35b6105266114cf565b6040516105339190612f70565b60405180910390f35b6105446114f9565b6040516105519190613006565b60405180910390f35b6105626114ff565b60405161056f9190612eaa565b60405180910390f35b610592600480360381019061058d9190613462565b611591565b005b6105ae60048036038101906105a99190613543565b6115a7565b005b6105ca60048036038101906105c59190612f02565b611609565b6040516105d79190612eaa565b60405180910390f35b6105fa60048036038101906105f59190612f02565b611671565b6040516106079190612df6565b60405180910390f35b610618611691565b6040516106259190612f70565b60405180910390f35b6106366116b7565b6040516106439190612df6565b60405180910390f35b610666600480360381019061066191906135c6565b6116ca565b6040516106739190612df6565b60405180910390f35b61069660048036038101906106919190613074565b61175e565b005b6106b260048036038101906106ad9190613606565b6117e2565b005b60006106bf82611807565b9050919050565b6060600080546106d590613662565b80601f016020809104026020016040519081016040528092919081815260200182805461070190613662565b801561074e5780601f106107235761010080835404028352916020019161074e565b820191906000526020600020905b81548152906001019060200180831161073157829003601f168201915b5050505050905090565b600061076382611881565b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006107a982611025565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561081a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161081190613706565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166108396118cc565b73ffffffffffffffffffffffffffffffffffffffff1614806108685750610867816108626118cc565b6116ca565b5b6108a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161089e90613798565b60405180910390fd5b6108b183836118d4565b505050565b600e6020528060005260406000206000915090505481565b6000600880549050905090565b6108ec6108e66118cc565b8261198d565b61092b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109229061382a565b60405180910390fd5b610936838383611a22565b505050565b6000610946836112f9565b8210610987576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097e906138bc565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b6109e8611c89565b80600d8190555050565b61029a81565b610a00611c89565b3373ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015610a46573d6000803e3d6000fd5b50565b6002600b541415610a8f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8690613928565b60405180910390fd5b6002600b81905550601160009054906101000a900460ff16610ae6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610add90613994565b60405180910390fd5b61029a610af16108ce565b10610b31576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b2890613a00565b60405180910390fd5b600f600082815260200190815260200160002060009054906101000a900460ff1615610b92576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b8990613a6c565b60405180910390fd5b610b9a6118cc565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16636352211e836040518263ffffffff1660e01b8152600401610be99190613006565b60206040518083038186803b158015610c0157600080fd5b505afa158015610c15573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c399190613aa1565b73ffffffffffffffffffffffffffffffffffffffff1614610c8f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c8690613b1a565b60405180910390fd5b6000600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1662fdd58e610cd66118cc565b600d546040518363ffffffff1660e01b8152600401610cf6929190613b3a565b60206040518083038186803b158015610d0e57600080fd5b505afa158015610d22573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d469190613b78565b11610d86576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d7d90613bf1565b60405180910390fd5b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f5298aca610dcc6118cc565b600d5460016040518463ffffffff1660e01b8152600401610def93929190613c56565b600060405180830381600087803b158015610e0957600080fd5b505af1158015610e1d573d6000803e3d6000fd5b505050506000610e2b6108ce565b9050610e3e610e386118cc565b82611d07565b81600e6000838152602001908152602001600020819055506001600f600084815260200190815260200160002060006101000a81548160ff0219169083151502179055507f06c6837b5a35059ac030a5c922f839ebfc043611e43858bf46ee349725bd0364838383604051610eb593929190613c8d565b60405180910390a1506001600b819055505050565b610ee5838383604051806020016040528060008152506115a7565b505050565b610efb610ef56118cc565b8261198d565b610f3a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f319061382a565b60405180910390fd5b610f4381611d25565b50565b610f4e611c89565b80600c60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000610f9c6108ce565b8210610fdd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fd490613d36565b60405180910390fd5b60088281548110610ff157610ff0613d56565b5b90600052602060002001549050919050565b61100b611c89565b8060109080519060200190611021929190612c9f565b5050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156110ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110c590613dd1565b60405180910390fd5b80915050919050565b6002600b54141561111d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161111490613928565b60405180910390fd5b6002600b8190555061112d611c89565b61029a8282905061113c6108ce565b6111469190613e20565b1115611187576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161117e90613ec2565b60405180910390fd5b60005b8282905081101561125c57600061119f6108ce565b90506111d28686848181106111b7576111b6613d56565b5b90506020020160208101906111cc9190613074565b82611d07565b8383838181106111e5576111e4613d56565b5b90506020020135600e6000838152602001908152602001600020819055506001600f600086868681811061121c5761121b613d56565b5b90506020020135815260200190815260200160002060006101000a81548160ff02191690831515021790555050808061125490613ee2565b91505061118a565b506001600b8190555050505050565b6010805461127890613662565b80601f01602080910402602001604051908101604052809291908181526020018280546112a490613662565b80156112f15780601f106112c6576101008083540402835291602001916112f1565b820191906000526020600020905b8154815290600101906020018083116112d457829003601f168201915b505050505081565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561136a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161136190613f9d565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6113b9611c89565b6113c36000611e42565b565b606060006113d2836112f9565b9050600081141561142f57600067ffffffffffffffff8111156113f8576113f76130ab565b5b6040519080825280602002602001820160405280156114265781602001602082028036833780820191505090505b509150506114ca565b60008167ffffffffffffffff81111561144b5761144a6130ab565b5b6040519080825280602002602001820160405280156114795781602001602082028036833780820191505090505b50905060005b828110156114c357611491858261093b565b8282815181106114a4576114a3613d56565b5b60200260200101818152505080806114bb90613ee2565b91505061147f565b8193505050505b919050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600d5481565b60606001805461150e90613662565b80601f016020809104026020016040519081016040528092919081815260200182805461153a90613662565b80156115875780601f1061155c57610100808354040283529160200191611587565b820191906000526020600020905b81548152906001019060200180831161156a57829003601f168201915b5050505050905090565b6115a361159c6118cc565b8383611f08565b5050565b6115b86115b26118cc565b8361198d565b6115f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115ee9061382a565b60405180910390fd5b61160384848484612075565b50505050565b606061161482611881565b600061161e6120d1565b9050600081511161163e5760405180602001604052806000815250611669565b8061164884612163565b604051602001611659929190613ff9565b6040516020818303038152906040525b915050919050565b600f6020528060005260406000206000915054906101000a900460ff1681565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b601160009054906101000a900460ff1681565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b611766611c89565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156117d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117cd9061408f565b60405180910390fd5b6117df81611e42565b50565b6117ea611c89565b80601160006101000a81548160ff02191690831515021790555050565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061187a5750611879826122c4565b5b9050919050565b61188a816123a6565b6118c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118c090613dd1565b60405180910390fd5b50565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff1661194783611025565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60008061199983611025565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614806119db57506119da81856116ca565b5b80611a1957508373ffffffffffffffffffffffffffffffffffffffff16611a0184610758565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16611a4282611025565b73ffffffffffffffffffffffffffffffffffffffff1614611a98576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a8f90614121565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611b08576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aff906141b3565b60405180910390fd5b611b13838383612412565b611b1e6000826118d4565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611b6e91906141d3565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611bc59190613e20565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611c84838383612422565b505050565b611c916118cc565b73ffffffffffffffffffffffffffffffffffffffff16611caf6114cf565b73ffffffffffffffffffffffffffffffffffffffff1614611d05576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cfc90614253565b60405180910390fd5b565b611d21828260405180602001604052806000815250612427565b5050565b6000611d3082611025565b9050611d3e81600084612412565b611d496000836118d4565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611d9991906141d3565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611e3e81600084612422565b5050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611f77576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f6e906142bf565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516120689190612df6565b60405180910390a3505050565b612080848484611a22565b61208c84848484612482565b6120cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120c290614351565b60405180910390fd5b50505050565b6060601080546120e090613662565b80601f016020809104026020016040519081016040528092919081815260200182805461210c90613662565b80156121595780601f1061212e57610100808354040283529160200191612159565b820191906000526020600020905b81548152906001019060200180831161213c57829003601f168201915b5050505050905090565b606060008214156121ab576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506122bf565b600082905060005b600082146121dd5780806121c690613ee2565b915050600a826121d691906143a0565b91506121b3565b60008167ffffffffffffffff8111156121f9576121f86130ab565b5b6040519080825280601f01601f19166020018201604052801561222b5781602001600182028036833780820191505090505b5090505b600085146122b85760018261224491906141d3565b9150600a8561225391906143d1565b603061225f9190613e20565b60f81b81838151811061227557612274613d56565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856122b191906143a0565b945061222f565b8093505050505b919050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061238f57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061239f575061239e82612619565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b61241d838383612683565b505050565b505050565b6124318383612797565b61243e6000848484612482565b61247d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161247490614351565b60405180910390fd5b505050565b60006124a38473ffffffffffffffffffffffffffffffffffffffff16612971565b1561260c578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026124cc6118cc565b8786866040518563ffffffff1660e01b81526004016124ee9493929190614457565b602060405180830381600087803b15801561250857600080fd5b505af192505050801561253957506040513d601f19601f8201168201806040525081019061253691906144b8565b60015b6125bc573d8060008114612569576040519150601f19603f3d011682016040523d82523d6000602084013e61256e565b606091505b506000815114156125b4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125ab90614351565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612611565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b61268e838383612994565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156126d1576126cc81612999565b612710565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161461270f5761270e83826129e2565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156127535761274e81612b4f565b612792565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614612791576127908282612c20565b5b5b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612807576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127fe90614531565b60405180910390fd5b612810816123a6565b15612850576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128479061459d565b60405180910390fd5b61285c60008383612412565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546128ac9190613e20565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461296d60008383612422565b5050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b600060016129ef846112f9565b6129f991906141d3565b9050600060076000848152602001908152602001600020549050818114612ade576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600880549050612b6391906141d3565b9050600060096000848152602001908152602001600020549050600060088381548110612b9357612b92613d56565b5b906000526020600020015490508060088381548110612bb557612bb4613d56565b5b906000526020600020018190555081600960008381526020019081526020016000208190555060096000858152602001908152602001600020600090556008805480612c0457612c036145bd565b5b6001900381819060005260206000200160009055905550505050565b6000612c2b836112f9565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b828054612cab90613662565b90600052602060002090601f016020900481019282612ccd5760008555612d14565b82601f10612ce657805160ff1916838001178555612d14565b82800160010185558215612d14579182015b82811115612d13578251825591602001919060010190612cf8565b5b509050612d219190612d25565b5090565b5b80821115612d3e576000816000905550600101612d26565b5090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612d8b81612d56565b8114612d9657600080fd5b50565b600081359050612da881612d82565b92915050565b600060208284031215612dc457612dc3612d4c565b5b6000612dd284828501612d99565b91505092915050565b60008115159050919050565b612df081612ddb565b82525050565b6000602082019050612e0b6000830184612de7565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612e4b578082015181840152602081019050612e30565b83811115612e5a576000848401525b50505050565b6000601f19601f8301169050919050565b6000612e7c82612e11565b612e868185612e1c565b9350612e96818560208601612e2d565b612e9f81612e60565b840191505092915050565b60006020820190508181036000830152612ec48184612e71565b905092915050565b6000819050919050565b612edf81612ecc565b8114612eea57600080fd5b50565b600081359050612efc81612ed6565b92915050565b600060208284031215612f1857612f17612d4c565b5b6000612f2684828501612eed565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612f5a82612f2f565b9050919050565b612f6a81612f4f565b82525050565b6000602082019050612f856000830184612f61565b92915050565b612f9481612f4f565b8114612f9f57600080fd5b50565b600081359050612fb181612f8b565b92915050565b60008060408385031215612fce57612fcd612d4c565b5b6000612fdc85828601612fa2565b9250506020612fed85828601612eed565b9150509250929050565b61300081612ecc565b82525050565b600060208201905061301b6000830184612ff7565b92915050565b60008060006060848603121561303a57613039612d4c565b5b600061304886828701612fa2565b935050602061305986828701612fa2565b925050604061306a86828701612eed565b9150509250925092565b60006020828403121561308a57613089612d4c565b5b600061309884828501612fa2565b91505092915050565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6130e382612e60565b810181811067ffffffffffffffff82111715613102576131016130ab565b5b80604052505050565b6000613115612d42565b905061312182826130da565b919050565b600067ffffffffffffffff821115613141576131406130ab565b5b61314a82612e60565b9050602081019050919050565b82818337600083830152505050565b600061317961317484613126565b61310b565b905082815260208101848484011115613195576131946130a6565b5b6131a0848285613157565b509392505050565b600082601f8301126131bd576131bc6130a1565b5b81356131cd848260208601613166565b91505092915050565b6000602082840312156131ec576131eb612d4c565b5b600082013567ffffffffffffffff81111561320a57613209612d51565b5b613216848285016131a8565b91505092915050565b600080fd5b600080fd5b60008083601f84011261323f5761323e6130a1565b5b8235905067ffffffffffffffff81111561325c5761325b61321f565b5b60208301915083602082028301111561327857613277613224565b5b9250929050565b60008083601f840112613295576132946130a1565b5b8235905067ffffffffffffffff8111156132b2576132b161321f565b5b6020830191508360208202830111156132ce576132cd613224565b5b9250929050565b600080600080604085870312156132ef576132ee612d4c565b5b600085013567ffffffffffffffff81111561330d5761330c612d51565b5b61331987828801613229565b9450945050602085013567ffffffffffffffff81111561333c5761333b612d51565b5b6133488782880161327f565b925092505092959194509250565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b61338b81612ecc565b82525050565b600061339d8383613382565b60208301905092915050565b6000602082019050919050565b60006133c182613356565b6133cb8185613361565b93506133d683613372565b8060005b838110156134075781516133ee8882613391565b97506133f9836133a9565b9250506001810190506133da565b5085935050505092915050565b6000602082019050818103600083015261342e81846133b6565b905092915050565b61343f81612ddb565b811461344a57600080fd5b50565b60008135905061345c81613436565b92915050565b6000806040838503121561347957613478612d4c565b5b600061348785828601612fa2565b92505060206134988582860161344d565b9150509250929050565b600067ffffffffffffffff8211156134bd576134bc6130ab565b5b6134c682612e60565b9050602081019050919050565b60006134e66134e1846134a2565b61310b565b905082815260208101848484011115613502576135016130a6565b5b61350d848285613157565b509392505050565b600082601f83011261352a576135296130a1565b5b813561353a8482602086016134d3565b91505092915050565b6000806000806080858703121561355d5761355c612d4c565b5b600061356b87828801612fa2565b945050602061357c87828801612fa2565b935050604061358d87828801612eed565b925050606085013567ffffffffffffffff8111156135ae576135ad612d51565b5b6135ba87828801613515565b91505092959194509250565b600080604083850312156135dd576135dc612d4c565b5b60006135eb85828601612fa2565b92505060206135fc85828601612fa2565b9150509250929050565b60006020828403121561361c5761361b612d4c565b5b600061362a8482850161344d565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061367a57607f821691505b6020821081141561368e5761368d613633565b5b50919050565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b60006136f0602183612e1c565b91506136fb82613694565b604082019050919050565b6000602082019050818103600083015261371f816136e3565b9050919050565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f7420746f60008201527f6b656e206f776e6572206e6f7220617070726f76656420666f7220616c6c0000602082015250565b6000613782603e83612e1c565b915061378d82613726565b604082019050919050565b600060208201905081810360008301526137b181613775565b9050919050565b7f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560008201527f72206e6f7220617070726f766564000000000000000000000000000000000000602082015250565b6000613814602e83612e1c565b915061381f826137b8565b604082019050919050565b6000602082019050818103600083015261384381613807565b9050919050565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b60006138a6602b83612e1c565b91506138b18261384a565b604082019050919050565b600060208201905081810360008301526138d581613899565b9050919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b6000613912601f83612e1c565b915061391d826138dc565b602082019050919050565b6000602082019050818103600083015261394181613905565b9050919050565b7f4d494e545f434c4f534544000000000000000000000000000000000000000000600082015250565b600061397e600b83612e1c565b915061398982613948565b602082019050919050565b600060208201905081810360008301526139ad81613971565b9050919050565b7f534f4c445f4f5554000000000000000000000000000000000000000000000000600082015250565b60006139ea600883612e1c565b91506139f5826139b4565b602082019050919050565b60006020820190508181036000830152613a19816139dd565b9050919050565b7f57495a4152445f55534544000000000000000000000000000000000000000000600082015250565b6000613a56600b83612e1c565b9150613a6182613a20565b602082019050919050565b60006020820190508181036000830152613a8581613a49565b9050919050565b600081519050613a9b81612f8b565b92915050565b600060208284031215613ab757613ab6612d4c565b5b6000613ac584828501613a8c565b91505092915050565b7f4e4f545f4f574e45520000000000000000000000000000000000000000000000600082015250565b6000613b04600983612e1c565b9150613b0f82613ace565b602082019050919050565b60006020820190508181036000830152613b3381613af7565b9050919050565b6000604082019050613b4f6000830185612f61565b613b5c6020830184612ff7565b9392505050565b600081519050613b7281612ed6565b92915050565b600060208284031215613b8e57613b8d612d4c565b5b6000613b9c84828501613b63565b91505092915050565b7f4e4f5f53554d4d4f4e494e475f434952434c4553000000000000000000000000600082015250565b6000613bdb601483612e1c565b9150613be682613ba5565b602082019050919050565b60006020820190508181036000830152613c0a81613bce565b9050919050565b6000819050919050565b6000819050919050565b6000613c40613c3b613c3684613c11565b613c1b565b612ecc565b9050919050565b613c5081613c25565b82525050565b6000606082019050613c6b6000830186612f61565b613c786020830185612ff7565b613c856040830184613c47565b949350505050565b6000606082019050613ca26000830186612f61565b613caf6020830185612ff7565b613cbc6040830184612ff7565b949350505050565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b6000613d20602c83612e1c565b9150613d2b82613cc4565b604082019050919050565b60006020820190508181036000830152613d4f81613d13565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4552433732313a20696e76616c696420746f6b656e2049440000000000000000600082015250565b6000613dbb601883612e1c565b9150613dc682613d85565b602082019050919050565b60006020820190508181036000830152613dea81613dae565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000613e2b82612ecc565b9150613e3683612ecc565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115613e6b57613e6a613df1565b5b828201905092915050565b7f576f756c6420657863656564206d617820737570706c79000000000000000000600082015250565b6000613eac601783612e1c565b9150613eb782613e76565b602082019050919050565b60006020820190508181036000830152613edb81613e9f565b9050919050565b6000613eed82612ecc565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613f2057613f1f613df1565b5b600182019050919050565b7f4552433732313a2061646472657373207a65726f206973206e6f74206120766160008201527f6c6964206f776e65720000000000000000000000000000000000000000000000602082015250565b6000613f87602983612e1c565b9150613f9282613f2b565b604082019050919050565b60006020820190508181036000830152613fb681613f7a565b9050919050565b600081905092915050565b6000613fd382612e11565b613fdd8185613fbd565b9350613fed818560208601612e2d565b80840191505092915050565b60006140058285613fc8565b91506140118284613fc8565b91508190509392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000614079602683612e1c565b91506140848261401d565b604082019050919050565b600060208201905081810360008301526140a88161406c565b9050919050565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b600061410b602583612e1c565b9150614116826140af565b604082019050919050565b6000602082019050818103600083015261413a816140fe565b9050919050565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b600061419d602483612e1c565b91506141a882614141565b604082019050919050565b600060208201905081810360008301526141cc81614190565b9050919050565b60006141de82612ecc565b91506141e983612ecc565b9250828210156141fc576141fb613df1565b5b828203905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061423d602083612e1c565b915061424882614207565b602082019050919050565b6000602082019050818103600083015261426c81614230565b9050919050565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b60006142a9601983612e1c565b91506142b482614273565b602082019050919050565b600060208201905081810360008301526142d88161429c565b9050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b600061433b603283612e1c565b9150614346826142df565b604082019050919050565b6000602082019050818103600083015261436a8161432e565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60006143ab82612ecc565b91506143b683612ecc565b9250826143c6576143c5614371565b5b828204905092915050565b60006143dc82612ecc565b91506143e783612ecc565b9250826143f7576143f6614371565b5b828206905092915050565b600081519050919050565b600082825260208201905092915050565b600061442982614402565b614433818561440d565b9350614443818560208601612e2d565b61444c81612e60565b840191505092915050565b600060808201905061446c6000830187612f61565b6144796020830186612f61565b6144866040830185612ff7565b8181036060830152614498818461441e565b905095945050505050565b6000815190506144b281612d82565b92915050565b6000602082840312156144ce576144cd612d4c565b5b60006144dc848285016144a3565b91505092915050565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b600061451b602083612e1c565b9150614526826144e5565b602082019050919050565b6000602082019050818103600083015261454a8161450e565b9050919050565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b6000614587601c83612e1c565b915061459282614551565b602082019050919050565b600060208201905081810360008301526145b68161457a565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fdfea2646970667358221220b55d26773eff351b973c6a93b90abab0a3f1c007ebfbf576a387e9fc169ba75f64736f6c63430008090033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000041efbce86158f2a54368fe5ce80ce1d496acaa5e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002a68747470733a2f2f666f72676f7474656e70756e6b732e7774662f6170692f736f756c732f6d6574612f00000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : _forgottenSpellsAddress (address): 0x41efBCe86158f2A54368Fe5CE80ce1d496AcAa5E
Arg [1] : _summonSoulTokenId (uint256): 0
Arg [2] : _initialBaseURI (string): https://forgottenpunks.wtf/api/souls/meta/
-----Encoded View---------------
6 Constructor Arguments found :
Arg [0] : 00000000000000000000000041efbce86158f2a54368fe5ce80ce1d496acaa5e
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000060
Arg [3] : 000000000000000000000000000000000000000000000000000000000000002a
Arg [4] : 68747470733a2f2f666f72676f7474656e70756e6b732e7774662f6170692f73
Arg [5] : 6f756c732f6d6574612f00000000000000000000000000000000000000000000
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.