Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 69 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Set Approval For... | 16690342 | 789 days ago | IN | 0 ETH | 0.00059284 | ||||
Set Approval For... | 16064082 | 877 days ago | IN | 0 ETH | 0.00046607 | ||||
Set Approval For... | 15163862 | 1009 days ago | IN | 0 ETH | 0.00074802 | ||||
Set Approval For... | 15110739 | 1018 days ago | IN | 0 ETH | 0.0008675 | ||||
Transfer From | 15110610 | 1018 days ago | IN | 0 ETH | 0.00636996 | ||||
Set Approval For... | 15110609 | 1018 days ago | IN | 0 ETH | 0.00364227 | ||||
Set Approval For... | 15096455 | 1020 days ago | IN | 0 ETH | 0.00179644 | ||||
Mint ETH Walker ... | 15076231 | 1023 days ago | IN | 0.15 ETH | 0.0028051 | ||||
Set Sale Times | 15071892 | 1024 days ago | IN | 0 ETH | 0.00066278 | ||||
Set Sale Times | 15071862 | 1024 days ago | IN | 0 ETH | 0.0008538 | ||||
Allowlist ETH Wa... | 15070407 | 1024 days ago | IN | 0.15 ETH | 0.0023831 | ||||
Mint ETH Walker ... | 15067616 | 1024 days ago | IN | 0.75 ETH | 0.00225668 | ||||
Allowlist ETH Wa... | 15066738 | 1024 days ago | IN | 0.15 ETH | 0.00136807 | ||||
Allowlist ETH Wa... | 15066672 | 1024 days ago | IN | 0.15 ETH | 0.00132926 | ||||
Mint ETH Walker ... | 15065862 | 1024 days ago | IN | 0.3 ETH | 0.00119939 | ||||
Allowlist ETH Wa... | 15064193 | 1025 days ago | IN | 0.3 ETH | 0.00373048 | ||||
Allowlist ETH Wa... | 15062910 | 1025 days ago | IN | 0.15 ETH | 0.00127614 | ||||
Set Approval For... | 15062403 | 1025 days ago | IN | 0 ETH | 0.00041737 | ||||
Set Approval For... | 15062403 | 1025 days ago | IN | 0 ETH | 0.00041737 | ||||
Set Approval For... | 15062402 | 1025 days ago | IN | 0 ETH | 0.00041569 | ||||
Set Approval For... | 15062402 | 1025 days ago | IN | 0 ETH | 0.00041569 | ||||
Set Approval For... | 15062402 | 1025 days ago | IN | 0 ETH | 0.00041569 | ||||
Set Approval For... | 15062402 | 1025 days ago | IN | 0 ETH | 0.00041569 | ||||
Set Approval For... | 15062402 | 1025 days ago | IN | 0 ETH | 0.00041569 | ||||
Set Approval For... | 15062402 | 1025 days ago | IN | 0 ETH | 0.00041569 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Method | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|---|
Transfer | 15076231 | 1023 days ago | 0.15 ETH | ||||
Transfer | 15070407 | 1024 days ago | 0.15 ETH | ||||
Transfer | 15067616 | 1024 days ago | 0.75 ETH | ||||
Transfer | 15066738 | 1024 days ago | 0.15 ETH | ||||
Transfer | 15066672 | 1024 days ago | 0.15 ETH | ||||
Transfer | 15065862 | 1024 days ago | 0.3 ETH | ||||
Transfer | 15064193 | 1025 days ago | 0.3 ETH | ||||
Transfer | 15062910 | 1025 days ago | 0.15 ETH | ||||
Transfer | 15061909 | 1025 days ago | 0.15 ETH | ||||
Transfer | 15060797 | 1025 days ago | 0.15 ETH | ||||
Transfer | 15060563 | 1025 days ago | 0.3 ETH | ||||
Transfer | 15060461 | 1025 days ago | 0.15 ETH | ||||
Transfer | 15059991 | 1025 days ago | 0.15 ETH | ||||
Transfer | 15059902 | 1025 days ago | 0.15 ETH | ||||
Transfer | 15059488 | 1025 days ago | 0.15 ETH | ||||
Transfer | 15058953 | 1026 days ago | 0.15 ETH | ||||
Transfer | 15058853 | 1026 days ago | 0.15 ETH | ||||
Transfer | 15058703 | 1026 days ago | 0.15 ETH | ||||
Transfer | 15058674 | 1026 days ago | 0.15 ETH | ||||
Transfer | 15058439 | 1026 days ago | 0.3 ETH | ||||
Transfer | 15058317 | 1026 days ago | 0.15 ETH | ||||
Transfer | 15058306 | 1026 days ago | 0.15 ETH | ||||
Transfer | 15058076 | 1026 days ago | 0.15 ETH | ||||
Transfer | 15058031 | 1026 days ago | 0.15 ETH | ||||
Transfer | 15058027 | 1026 days ago | 0.15 ETH |
Loading...
Loading
Contract Name:
ETHWalkersMintPass
Compiler Version
v0.8.7+commit.e28d00a7
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/math/SafeMath.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; import "./ERC721A.sol"; contract ETHWalkersMintPass is ERC721A, Ownable, ReentrancyGuard, Pausable { using SafeMath for uint256; using Address for address; using Strings for uint256; uint8 public constant maxMintPassPurchase = 10; uint public maxMintPass = 500; uint private _EWMPReserve = 100; mapping(address => uint8) numberMinted; address payable public payoutsAddress = payable(address(0x2608b7D6D6E7d98f1b9474527C3c1A0eD54bE399)); uint public allowListSale = 1656691200; // 7/1 at 9am PDT uint public publicSale = 1656691200; // 7/1 at 9am PDT uint public endSale = 1656864000; // 7/3 at 9am PDT uint256 private _MintPassPrice = 150000000000000000; // 0.15 ETH string private baseURI; address public whitelistSigner = 0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC; constructor() ERC721A("ETH Walkers Mint Pass", "EWMP") { } function setPrice(uint256 _newPrice) public onlyOwner() { _MintPassPrice = _newPrice; } function getPrice() public view returns (uint256){ return _MintPassPrice; } function setSaleTimes(uint[] memory _newTimes) external onlyOwner { require(_newTimes.length == 3, "You need to update all times at once"); allowListSale = _newTimes[0]; publicSale = _newTimes[1]; endSale = _newTimes[2]; } function reserveWalkerPass(address _to, uint256 _reserveAmount) public onlyOwner { require(_reserveAmount > 0 && _reserveAmount <= _EWMPReserve, "Reserve limit has been reached"); require(totalSupply().add(_reserveAmount) <= maxMintPass, "No more tokens left to mint"); _EWMPReserve = _EWMPReserve.sub(_reserveAmount); _safeMint(_to ,_reserveAmount); } function _baseURI() internal view override returns (string memory) { return baseURI; } function setBaseURI(string memory newBaseURI) public onlyOwner { baseURI = newBaseURI; } function setSignerAddress(address signer) public onlyOwner { whitelistSigner = signer; } //Constants for signing whitelist bytes32 constant DOMAIN_SEPERATOR = keccak256(abi.encode( keccak256("EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)"), keccak256("Signer NFT Distributor"), keccak256("1"), uint256(1), address(0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC) )); bytes32 constant ENTRY_TYPEHASH = keccak256("Entry(uint256 index,address wallet)"); function allowlistETHWalkerMintPass(uint8 numberOfTokens, uint index, bytes memory signature) external payable whenNotPaused { require(block.timestamp >= allowListSale && block.timestamp <= endSale, "Allowlist-sale must be started"); require(numberMinted[_msgSender()] + numberOfTokens <= maxMintPassPurchase, "Exceeds maximum per wallet"); require(!isContract(msg.sender), "I fight for the user! No contracts"); // verify signature bytes32 digest = keccak256(abi.encodePacked( "\x19\x01", DOMAIN_SEPERATOR, keccak256(abi.encode( ENTRY_TYPEHASH, index, _msgSender() )) )); address claimSigner = ECDSA.recover(digest, signature); require(claimSigner == whitelistSigner, "Invalid Message Signer."); _mint(_msgSender(), numberOfTokens); numberMinted[_msgSender()] += numberOfTokens; (bool sent, ) = payoutsAddress.call{value: address(this).balance}(""); require(sent, "Something wrong with payoutsAddress"); } function mintETHWalkerMintPass(uint numberOfTokens) external payable whenNotPaused { require(numberOfTokens > 0 && numberOfTokens <= maxMintPassPurchase, "Oops - you can only mint 10 passes at a time"); require(msg.value >= _MintPassPrice.mul(numberOfTokens), "Ether value is incorrect. Check and try again"); require(!isContract(msg.sender), "I fight for the user! No contracts"); require(totalSupply().add(numberOfTokens) <= maxMintPass, "Purchase exceeds max supply of passes"); require(block.timestamp >= publicSale && block.timestamp <= endSale, "Public sale not started"); _mint(_msgSender(), numberOfTokens); (bool sent, ) = payoutsAddress.call{value: address(this).balance}(""); require(sent, "Something wrong with payoutsAddress"); } function isContract(address _addr) private view returns (bool){ uint32 size; assembly { size := extcodesize(_addr) } return (size > 0); } function setPaused(bool _paused) external onlyOwner { if (_paused) _pause(); else _unpause(); } function tokensOfOwner(address _owner) external view returns(uint256[] memory ) { uint256 tokenCount = balanceOf(_owner); if (tokenCount == 0) { return new uint256[](0); } else { uint256[] memory result = new uint256[](tokenCount); uint256 index; uint256 current_token = 0; for (index = 0; index < totalSupply() && current_token < tokenCount; index++) { if (ownerOf(index) == _owner){ result[current_token] = index; current_token++; } } return result; } } }
// SPDX-License-Identifier: MIT // Creator: Chiru Labs pragma solidity ^0.8.4; import './IERC721A.sol'; import '@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol'; import '@openzeppelin/contracts/utils/Address.sol'; import '@openzeppelin/contracts/utils/Context.sol'; import '@openzeppelin/contracts/utils/Strings.sol'; import '@openzeppelin/contracts/utils/introspection/ERC165.sol'; /** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension. Built to optimize for lower gas during batch mints. * * Assumes serials are sequentially minted starting at _startTokenId() (defaults to 0, e.g. 0, 1, 2, 3..). * * Assumes that an owner cannot have more than 2**64 - 1 (max value of uint64) of supply. * * Assumes that the maximum token id cannot exceed 2**256 - 1 (max value of uint256). */ contract ERC721A is Context, ERC165, IERC721A { using Address for address; using Strings for uint256; // The tokenId of the next token to be minted. uint256 internal _currentIndex; // The number of tokens burned. uint256 internal _burnCounter; // Token name string private _name; // Token symbol string private _symbol; // Mapping from token ID to ownership details // An empty struct value does not necessarily mean the token is unowned. See _ownershipOf implementation for details. mapping(uint256 => TokenOwnership) internal _ownerships; // Mapping owner address to address data mapping(address => AddressData) private _addressData; // 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; constructor(string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; _currentIndex = _startTokenId(); } /** * To change the starting tokenId, please override this function. */ function _startTokenId() internal view virtual returns (uint256) { return 0; } /** * @dev Burned tokens are calculated here, use _totalMinted() if you want to count just minted tokens. */ function totalSupply() override public view returns (uint256) { // Counter underflow is impossible as _burnCounter cannot be incremented // more than _currentIndex - _startTokenId() times unchecked { return _currentIndex - _burnCounter - _startTokenId(); } } /** * Returns the total amount of tokens minted in the contract. */ function _totalMinted() internal view returns (uint256) { // Counter underflow is impossible as _currentIndex does not decrement, // and it is initialized to _startTokenId() unchecked { return _currentIndex - _startTokenId(); } } /** * @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 override returns (uint256) { if (owner == address(0)) revert BalanceQueryForZeroAddress(); return uint256(_addressData[owner].balance); } /** * Returns the number of tokens minted by `owner`. */ function _numberMinted(address owner) internal view returns (uint256) { return uint256(_addressData[owner].numberMinted); } /** * Returns the number of tokens burned by or on behalf of `owner`. */ function _numberBurned(address owner) internal view returns (uint256) { return uint256(_addressData[owner].numberBurned); } /** * Returns the auxillary data for `owner`. (e.g. number of whitelist mint slots used). */ function _getAux(address owner) internal view returns (uint64) { return _addressData[owner].aux; } /** * Sets the auxillary data for `owner`. (e.g. number of whitelist mint slots used). * If there are multiple variables, please pack them into a uint64. */ function _setAux(address owner, uint64 aux) internal { _addressData[owner].aux = aux; } /** * Gas spent here starts off proportional to the maximum mint batch size. * It gradually moves to O(1) as tokens get transferred around in the collection over time. */ function _ownershipOf(uint256 tokenId) internal view returns (TokenOwnership memory) { uint256 curr = tokenId; unchecked { if (_startTokenId() <= curr && curr < _currentIndex) { TokenOwnership memory ownership = _ownerships[curr]; if (!ownership.burned) { if (ownership.addr != address(0)) { return ownership; } // Invariant: // There will always be an ownership that has an address and is not burned // before an ownership that does not have an address and is not burned. // Hence, curr will not underflow. while (true) { curr--; ownership = _ownerships[curr]; if (ownership.addr != address(0)) { return ownership; } } } } } revert OwnerQueryForNonexistentToken(); } /** * @dev See {IERC721-ownerOf}. */ function ownerOf(uint256 tokenId) public view override returns (address) { return _ownershipOf(tokenId).addr; } /** * @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) { if (!_exists(tokenId)) revert URIQueryForNonexistentToken(); string memory baseURI = _baseURI(); return bytes(baseURI).length != 0 ? string(abi.encodePacked(baseURI, tokenId.toString())) : ''; } /** * @dev Base URI for computing {tokenURI}. If set, the resulting URI for each * token will be the concatenation of the `baseURI` and the `tokenId`. Empty * by default, can be overriden in child contracts. */ function _baseURI() internal view virtual returns (string memory) { return ''; } /** * @dev See {IERC721-approve}. */ function approve(address to, uint256 tokenId) public override { address owner = ERC721A.ownerOf(tokenId); if (to == owner) revert ApprovalToCurrentOwner(); if (_msgSender() != owner && !isApprovedForAll(owner, _msgSender())) { revert ApprovalCallerNotOwnerNorApproved(); } _approve(to, tokenId, owner); } /** * @dev See {IERC721-getApproved}. */ function getApproved(uint256 tokenId) public view override returns (address) { if (!_exists(tokenId)) revert ApprovalQueryForNonexistentToken(); return _tokenApprovals[tokenId]; } /** * @dev See {IERC721-setApprovalForAll}. */ function setApprovalForAll(address operator, bool approved) public virtual override { if (operator == _msgSender()) revert ApproveToCaller(); _operatorApprovals[_msgSender()][operator] = approved; emit ApprovalForAll(_msgSender(), operator, approved); } /** * @dev See {IERC721-isApprovedForAll}. */ function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) { return _operatorApprovals[owner][operator]; } /** * @dev See {IERC721-transferFrom}. */ function transferFrom( address from, address to, uint256 tokenId ) public virtual override { _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 { _transfer(from, to, tokenId); if (to.isContract() && !_checkContractOnERC721Received(from, to, tokenId, _data)) { revert TransferToNonERC721ReceiverImplementer(); } } /** * @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`), */ function _exists(uint256 tokenId) internal view returns (bool) { return _startTokenId() <= tokenId && tokenId < _currentIndex && !_ownerships[tokenId].burned; } /** * @dev Equivalent to `_safeMint(to, quantity, '')`. */ function _safeMint(address to, uint256 quantity) internal { _safeMint(to, quantity, ''); } /** * @dev Safely mints `quantity` tokens and transfers them to `to`. * * Requirements: * * - If `to` refers to a smart contract, it must implement * {IERC721Receiver-onERC721Received}, which is called for each safe transfer. * - `quantity` must be greater than 0. * * Emits a {Transfer} event. */ function _safeMint( address to, uint256 quantity, bytes memory _data ) internal { uint256 startTokenId = _currentIndex; if (to == address(0)) revert MintToZeroAddress(); if (quantity == 0) revert MintZeroQuantity(); _beforeTokenTransfers(address(0), to, startTokenId, quantity); // Overflows are incredibly unrealistic. // balance or numberMinted overflow if current value of either + quantity > 1.8e19 (2**64) - 1 // updatedIndex overflows if _currentIndex + quantity > 1.2e77 (2**256) - 1 unchecked { _addressData[to].balance += uint64(quantity); _addressData[to].numberMinted += uint64(quantity); _ownerships[startTokenId].addr = to; _ownerships[startTokenId].startTimestamp = uint64(block.timestamp); uint256 updatedIndex = startTokenId; uint256 end = updatedIndex + quantity; if (to.isContract()) { do { emit Transfer(address(0), to, updatedIndex); if (!_checkContractOnERC721Received(address(0), to, updatedIndex++, _data)) { revert TransferToNonERC721ReceiverImplementer(); } } while (updatedIndex != end); // Reentrancy protection if (_currentIndex != startTokenId) revert(); } else { do { emit Transfer(address(0), to, updatedIndex++); } while (updatedIndex != end); } _currentIndex = updatedIndex; } _afterTokenTransfers(address(0), to, startTokenId, quantity); } /** * @dev Mints `quantity` tokens and transfers them to `to`. * * Requirements: * * - `to` cannot be the zero address. * - `quantity` must be greater than 0. * * Emits a {Transfer} event. */ function _mint(address to, uint256 quantity) internal { uint256 startTokenId = _currentIndex; if (to == address(0)) revert MintToZeroAddress(); if (quantity == 0) revert MintZeroQuantity(); _beforeTokenTransfers(address(0), to, startTokenId, quantity); // Overflows are incredibly unrealistic. // balance or numberMinted overflow if current value of either + quantity > 1.8e19 (2**64) - 1 // updatedIndex overflows if _currentIndex + quantity > 1.2e77 (2**256) - 1 unchecked { _addressData[to].balance += uint64(quantity); _addressData[to].numberMinted += uint64(quantity); _ownerships[startTokenId].addr = to; _ownerships[startTokenId].startTimestamp = uint64(block.timestamp); uint256 updatedIndex = startTokenId; uint256 end = updatedIndex + quantity; do { emit Transfer(address(0), to, updatedIndex++); } while (updatedIndex != end); _currentIndex = updatedIndex; } _afterTokenTransfers(address(0), to, startTokenId, quantity); } /** * @dev Transfers `tokenId` from `from` to `to`. * * 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 ) private { TokenOwnership memory prevOwnership = _ownershipOf(tokenId); if (prevOwnership.addr != from) revert TransferFromIncorrectOwner(); bool isApprovedOrOwner = (_msgSender() == from || isApprovedForAll(from, _msgSender()) || getApproved(tokenId) == _msgSender()); if (!isApprovedOrOwner) revert TransferCallerNotOwnerNorApproved(); if (to == address(0)) revert TransferToZeroAddress(); _beforeTokenTransfers(from, to, tokenId, 1); // Clear approvals from the previous owner _approve(address(0), tokenId, from); // Underflow of the sender's balance is impossible because we check for // ownership above and the recipient's balance can't realistically overflow. // Counter overflow is incredibly unrealistic as tokenId would have to be 2**256. unchecked { _addressData[from].balance -= 1; _addressData[to].balance += 1; TokenOwnership storage currSlot = _ownerships[tokenId]; currSlot.addr = to; currSlot.startTimestamp = uint64(block.timestamp); // If the ownership slot of tokenId+1 is not explicitly set, that means the transfer initiator owns it. // Set the slot of tokenId+1 explicitly in storage to maintain correctness for ownerOf(tokenId+1) calls. uint256 nextTokenId = tokenId + 1; TokenOwnership storage nextSlot = _ownerships[nextTokenId]; if (nextSlot.addr == address(0)) { // This will suffice for checking _exists(nextTokenId), // as a burned slot cannot contain the zero address. if (nextTokenId != _currentIndex) { nextSlot.addr = from; nextSlot.startTimestamp = prevOwnership.startTimestamp; } } } emit Transfer(from, to, tokenId); _afterTokenTransfers(from, to, tokenId, 1); } /** * @dev Equivalent to `_burn(tokenId, false)`. */ function _burn(uint256 tokenId) internal virtual { _burn(tokenId, false); } /** * @dev Destroys `tokenId`. * The approval is cleared when the token is burned. * * Requirements: * * - `tokenId` must exist. * * Emits a {Transfer} event. */ function _burn(uint256 tokenId, bool approvalCheck) internal virtual { TokenOwnership memory prevOwnership = _ownershipOf(tokenId); address from = prevOwnership.addr; if (approvalCheck) { bool isApprovedOrOwner = (_msgSender() == from || isApprovedForAll(from, _msgSender()) || getApproved(tokenId) == _msgSender()); if (!isApprovedOrOwner) revert TransferCallerNotOwnerNorApproved(); } _beforeTokenTransfers(from, address(0), tokenId, 1); // Clear approvals from the previous owner _approve(address(0), tokenId, from); // Underflow of the sender's balance is impossible because we check for // ownership above and the recipient's balance can't realistically overflow. // Counter overflow is incredibly unrealistic as tokenId would have to be 2**256. unchecked { AddressData storage addressData = _addressData[from]; addressData.balance -= 1; addressData.numberBurned += 1; // Keep track of who burned the token, and the timestamp of burning. TokenOwnership storage currSlot = _ownerships[tokenId]; currSlot.addr = from; currSlot.startTimestamp = uint64(block.timestamp); currSlot.burned = true; // If the ownership slot of tokenId+1 is not explicitly set, that means the burn initiator owns it. // Set the slot of tokenId+1 explicitly in storage to maintain correctness for ownerOf(tokenId+1) calls. uint256 nextTokenId = tokenId + 1; TokenOwnership storage nextSlot = _ownerships[nextTokenId]; if (nextSlot.addr == address(0)) { // This will suffice for checking _exists(nextTokenId), // as a burned slot cannot contain the zero address. if (nextTokenId != _currentIndex) { nextSlot.addr = from; nextSlot.startTimestamp = prevOwnership.startTimestamp; } } } emit Transfer(from, address(0), tokenId); _afterTokenTransfers(from, address(0), tokenId, 1); // Overflow not possible, as _burnCounter cannot be exceed _currentIndex times. unchecked { _burnCounter++; } } /** * @dev Approve `to` to operate on `tokenId` * * Emits a {Approval} event. */ function _approve( address to, uint256 tokenId, address owner ) private { _tokenApprovals[tokenId] = to; emit Approval(owner, to, tokenId); } /** * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target 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 _checkContractOnERC721Received( address from, address to, uint256 tokenId, bytes memory _data ) private returns (bool) { try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) { return retval == IERC721Receiver(to).onERC721Received.selector; } catch (bytes memory reason) { if (reason.length == 0) { revert TransferToNonERC721ReceiverImplementer(); } else { assembly { revert(add(32, reason), mload(reason)) } } } } /** * @dev Hook that is called before a set of serially-ordered token ids are about to be transferred. This includes minting. * And also called before burning one token. * * startTokenId - the first token id to be transferred * quantity - the amount to be transferred * * Calling conditions: * * - When `from` and `to` are both non-zero, `from`'s `tokenId` will be * transferred to `to`. * - When `from` is zero, `tokenId` will be minted for `to`. * - When `to` is zero, `tokenId` will be burned by `from`. * - `from` and `to` are never both zero. */ function _beforeTokenTransfers( address from, address to, uint256 startTokenId, uint256 quantity ) internal virtual {} /** * @dev Hook that is called after a set of serially-ordered token ids have been transferred. This includes * minting. * And also called after one token has been burned. * * startTokenId - the first token id to be transferred * quantity - the amount to be transferred * * Calling conditions: * * - When `from` and `to` are both non-zero, `from`'s `tokenId` has been * transferred to `to`. * - When `from` is zero, `tokenId` has been minted for `to`. * - When `to` is zero, `tokenId` has been burned by `from`. * - `from` and `to` are never both zero. */ function _afterTokenTransfers( address from, address to, uint256 startTokenId, uint256 quantity ) internal virtual {} }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol) pragma solidity ^0.8.0; import "../utils/Context.sol"; /** * @dev Contract module which allows children to implement an emergency stop * mechanism that can be triggered by an authorized account. * * This module is used through inheritance. It will make available the * modifiers `whenNotPaused` and `whenPaused`, which can be applied to * the functions of your contract. Note that they will not be pausable by * simply including this module, only once the modifiers are put in place. */ abstract contract Pausable is Context { /** * @dev Emitted when the pause is triggered by `account`. */ event Paused(address account); /** * @dev Emitted when the pause is lifted by `account`. */ event Unpaused(address account); bool private _paused; /** * @dev Initializes the contract in unpaused state. */ constructor() { _paused = false; } /** * @dev Modifier to make a function callable only when the contract is not paused. * * Requirements: * * - The contract must not be paused. */ modifier whenNotPaused() { _requireNotPaused(); _; } /** * @dev Modifier to make a function callable only when the contract is paused. * * Requirements: * * - The contract must be paused. */ modifier whenPaused() { _requirePaused(); _; } /** * @dev Returns true if the contract is paused, and false otherwise. */ function paused() public view virtual returns (bool) { return _paused; } /** * @dev Throws if the contract is paused. */ function _requireNotPaused() internal view virtual { require(!paused(), "Pausable: paused"); } /** * @dev Throws if the contract is not paused. */ function _requirePaused() internal view virtual { require(paused(), "Pausable: not paused"); } /** * @dev Triggers stopped state. * * Requirements: * * - The contract must not be paused. */ function _pause() internal virtual whenNotPaused { _paused = true; emit Paused(_msgSender()); } /** * @dev Returns to normal state. * * Requirements: * * - The contract must be paused. */ function _unpause() internal virtual whenPaused { _paused = false; emit Unpaused(_msgSender()); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (utils/cryptography/ECDSA.sol) pragma solidity ^0.8.0; import "../Strings.sol"; /** * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations. * * These functions can be used to verify that a message was signed by the holder * of the private keys of a given address. */ library ECDSA { enum RecoverError { NoError, InvalidSignature, InvalidSignatureLength, InvalidSignatureS, InvalidSignatureV } function _throwError(RecoverError error) private pure { if (error == RecoverError.NoError) { return; // no error: do nothing } else if (error == RecoverError.InvalidSignature) { revert("ECDSA: invalid signature"); } else if (error == RecoverError.InvalidSignatureLength) { revert("ECDSA: invalid signature length"); } else if (error == RecoverError.InvalidSignatureS) { revert("ECDSA: invalid signature 's' value"); } else if (error == RecoverError.InvalidSignatureV) { revert("ECDSA: invalid signature 'v' value"); } } /** * @dev Returns the address that signed a hashed message (`hash`) with * `signature` or error string. This address can then be used for verification purposes. * * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures: * this function rejects them by requiring the `s` value to be in the lower * half order, and the `v` value to be either 27 or 28. * * IMPORTANT: `hash` _must_ be the result of a hash operation for the * verification to be secure: it is possible to craft signatures that * recover to arbitrary addresses for non-hashed data. A safe way to ensure * this is by receiving a hash of the original message (which may otherwise * be too long), and then calling {toEthSignedMessageHash} on it. * * Documentation for signature generation: * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js] * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers] * * _Available since v4.3._ */ function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) { // Check the signature length // - case 65: r,s,v signature (standard) // - case 64: r,vs signature (cf https://eips.ethereum.org/EIPS/eip-2098) _Available since v4.1._ if (signature.length == 65) { bytes32 r; bytes32 s; uint8 v; // ecrecover takes the signature parameters, and the only way to get them // currently is to use assembly. /// @solidity memory-safe-assembly assembly { r := mload(add(signature, 0x20)) s := mload(add(signature, 0x40)) v := byte(0, mload(add(signature, 0x60))) } return tryRecover(hash, v, r, s); } else if (signature.length == 64) { bytes32 r; bytes32 vs; // ecrecover takes the signature parameters, and the only way to get them // currently is to use assembly. /// @solidity memory-safe-assembly assembly { r := mload(add(signature, 0x20)) vs := mload(add(signature, 0x40)) } return tryRecover(hash, r, vs); } else { return (address(0), RecoverError.InvalidSignatureLength); } } /** * @dev Returns the address that signed a hashed message (`hash`) with * `signature`. This address can then be used for verification purposes. * * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures: * this function rejects them by requiring the `s` value to be in the lower * half order, and the `v` value to be either 27 or 28. * * IMPORTANT: `hash` _must_ be the result of a hash operation for the * verification to be secure: it is possible to craft signatures that * recover to arbitrary addresses for non-hashed data. A safe way to ensure * this is by receiving a hash of the original message (which may otherwise * be too long), and then calling {toEthSignedMessageHash} on it. */ function recover(bytes32 hash, bytes memory signature) internal pure returns (address) { (address recovered, RecoverError error) = tryRecover(hash, signature); _throwError(error); return recovered; } /** * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately. * * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures] * * _Available since v4.3._ */ function tryRecover( bytes32 hash, bytes32 r, bytes32 vs ) internal pure returns (address, RecoverError) { bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff); uint8 v = uint8((uint256(vs) >> 255) + 27); return tryRecover(hash, v, r, s); } /** * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately. * * _Available since v4.2._ */ function recover( bytes32 hash, bytes32 r, bytes32 vs ) internal pure returns (address) { (address recovered, RecoverError error) = tryRecover(hash, r, vs); _throwError(error); return recovered; } /** * @dev Overload of {ECDSA-tryRecover} that receives the `v`, * `r` and `s` signature fields separately. * * _Available since v4.3._ */ function tryRecover( bytes32 hash, uint8 v, bytes32 r, bytes32 s ) internal pure returns (address, RecoverError) { // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines // the valid range for s in (301): 0 < s < secp256k1n ÷ 2 + 1, and for v in (302): v ∈ {27, 28}. Most // signatures from current libraries generate a unique signature with an s-value in the lower half order. // // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept // these malleable signatures as well. if (uint256(s) > 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0) { return (address(0), RecoverError.InvalidSignatureS); } if (v != 27 && v != 28) { return (address(0), RecoverError.InvalidSignatureV); } // If the signature is valid (and not malleable), return the signer address address signer = ecrecover(hash, v, r, s); if (signer == address(0)) { return (address(0), RecoverError.InvalidSignature); } return (signer, RecoverError.NoError); } /** * @dev Overload of {ECDSA-recover} that receives the `v`, * `r` and `s` signature fields separately. */ function recover( bytes32 hash, uint8 v, bytes32 r, bytes32 s ) internal pure returns (address) { (address recovered, RecoverError error) = tryRecover(hash, v, r, s); _throwError(error); return recovered; } /** * @dev Returns an Ethereum Signed Message, created from a `hash`. This * produces hash corresponding to the one signed with the * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`] * JSON-RPC method as part of EIP-191. * * See {recover}. */ function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32) { // 32 is the length in bytes of hash, // enforced by the type signature above return keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n32", hash)); } /** * @dev Returns an Ethereum Signed Message, created from `s`. This * produces hash corresponding to the one signed with the * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`] * JSON-RPC method as part of EIP-191. * * See {recover}. */ function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) { return keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n", Strings.toString(s.length), s)); } /** * @dev Returns an Ethereum Signed Typed Data, created from a * `domainSeparator` and a `structHash`. This produces hash corresponding * to the one signed with the * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`] * JSON-RPC method as part of EIP-712. * * See {recover}. */ function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32) { return keccak256(abi.encodePacked("\x19\x01", domainSeparator, structHash)); } }
// 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.6.0) (utils/math/SafeMath.sol) pragma solidity ^0.8.0; // CAUTION // This version of SafeMath should only be used with Solidity 0.8 or later, // because it relies on the compiler's built in overflow checks. /** * @dev Wrappers over Solidity's arithmetic operations. * * NOTE: `SafeMath` is generally not needed starting with Solidity 0.8, since the compiler * now has built in overflow checking. */ library SafeMath { /** * @dev Returns the addition of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { uint256 c = a + b; if (c < a) return (false, 0); return (true, c); } } /** * @dev Returns the subtraction of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { if (b > a) return (false, 0); return (true, a - b); } } /** * @dev Returns the multiplication of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { // Gas optimization: this is cheaper than requiring 'a' not being zero, but the // benefit is lost if 'b' is also tested. // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522 if (a == 0) return (true, 0); uint256 c = a * b; if (c / a != b) return (false, 0); return (true, c); } } /** * @dev Returns the division of two unsigned integers, with a division by zero flag. * * _Available since v3.4._ */ function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { if (b == 0) return (false, 0); return (true, a / b); } } /** * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag. * * _Available since v3.4._ */ function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { if (b == 0) return (false, 0); return (true, a % b); } } /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `+` operator. * * Requirements: * * - Addition cannot overflow. */ function add(uint256 a, uint256 b) internal pure returns (uint256) { return a + b; } /** * @dev Returns the subtraction of two unsigned integers, reverting on * overflow (when the result is negative). * * Counterpart to Solidity's `-` operator. * * Requirements: * * - Subtraction cannot overflow. */ function sub(uint256 a, uint256 b) internal pure returns (uint256) { return a - b; } /** * @dev Returns the multiplication of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `*` operator. * * Requirements: * * - Multiplication cannot overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256) { return a * b; } /** * @dev Returns the integer division of two unsigned integers, reverting on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. * * Requirements: * * - The divisor cannot be zero. */ function div(uint256 a, uint256 b) internal pure returns (uint256) { return a / b; } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * reverting when dividing by zero. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function mod(uint256 a, uint256 b) internal pure returns (uint256) { return a % b; } /** * @dev Returns the subtraction of two unsigned integers, reverting with custom message on * overflow (when the result is negative). * * CAUTION: This function is deprecated because it requires allocating memory for the error * message unnecessarily. For custom revert reasons use {trySub}. * * Counterpart to Solidity's `-` operator. * * Requirements: * * - Subtraction cannot overflow. */ function sub( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b <= a, errorMessage); return a - b; } } /** * @dev Returns the integer division of two unsigned integers, reverting with custom message on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. Note: this function uses a * `revert` opcode (which leaves remaining gas untouched) while Solidity * uses an invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function div( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b > 0, errorMessage); return a / b; } } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * reverting with custom message when dividing by zero. * * CAUTION: This function is deprecated because it requires allocating memory for the error * message unnecessarily. For custom revert reasons use {tryMod}. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function mod( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b > 0, errorMessage); return a % b; } } }
// SPDX-License-Identifier: MIT // 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 (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 (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 // Creator: Chiru Labs pragma solidity ^0.8.4; import '@openzeppelin/contracts/token/ERC721/IERC721.sol'; import '@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol'; /** * @dev Interface of an ERC721A compliant contract. */ interface IERC721A is IERC721, IERC721Metadata { error ApprovalCallerNotOwnerNorApproved(); error ApprovalQueryForNonexistentToken(); error ApproveToCaller(); error ApprovalToCurrentOwner(); error BalanceQueryForZeroAddress(); error MintToZeroAddress(); error MintZeroQuantity(); error OwnerQueryForNonexistentToken(); error TransferCallerNotOwnerNorApproved(); error TransferFromIncorrectOwner(); error TransferToNonERC721ReceiverImplementer(); error TransferToZeroAddress(); error URIQueryForNonexistentToken(); // Compiler will pack this into a single 256bit word. struct TokenOwnership { // The address of the owner. address addr; // Keeps track of the start time of ownership with minimal overhead for tokenomics. uint64 startTimestamp; // Whether the token has been burned. bool burned; } // Compiler will pack this into a single 256bit word. struct AddressData { // Realistically, 2**64-1 is more than enough. uint64 balance; // Keeps track of mint count with minimal overhead for tokenomics. uint64 numberMinted; // Keeps track of burn count with minimal overhead for tokenomics. uint64 numberBurned; // For miscellaneous variable(s) pertaining to the address // (e.g. number of whitelist mint slots used). // If there are multiple variables, please pack them into a uint64. uint64 aux; } /** * @dev Returns the total amount of tokens stored by the contract. * @dev Burned tokens are calculated here, use _totalMinted() if you want to count just minted tokens. */ function totalSupply() external view returns (uint256); }
// 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 (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/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); }
{ "optimizer": { "enabled": true, "runs": 200 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"ApprovalToCurrentOwner","type":"error"},{"inputs":[],"name":"ApproveToCaller","type":"error"},{"inputs":[],"name":"BalanceQueryForZeroAddress","type":"error"},{"inputs":[],"name":"MintToZeroAddress","type":"error"},{"inputs":[],"name":"MintZeroQuantity","type":"error"},{"inputs":[],"name":"OwnerQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"TransferCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"TransferFromIncorrectOwner","type":"error"},{"inputs":[],"name":"TransferToNonERC721ReceiverImplementer","type":"error"},{"inputs":[],"name":"TransferToZeroAddress","type":"error"},{"inputs":[],"name":"URIQueryForNonexistentToken","type":"error"},{"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":"account","type":"address"}],"name":"Paused","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"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"allowListSale","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint8","name":"numberOfTokens","type":"uint8"},{"internalType":"uint256","name":"index","type":"uint256"},{"internalType":"bytes","name":"signature","type":"bytes"}],"name":"allowlistETHWalkerMintPass","outputs":[],"stateMutability":"payable","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":"endSale","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxMintPass","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxMintPassPurchase","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"numberOfTokens","type":"uint256"}],"name":"mintETHWalkerMintPass","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"payoutsAddress","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"publicSale","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_reserveAmount","type":"uint256"}],"name":"reserveWalkerPass","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":"bool","name":"_paused","type":"bool"}],"name":"setPaused","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newPrice","type":"uint256"}],"name":"setPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_newTimes","type":"uint256[]"}],"name":"setSaleTimes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"signer","type":"address"}],"name":"setSignerAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"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":"whitelistSigner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]
Contract Creation Code
60806040526101f4600b556064600c55600e80546001600160a01b0319908116732608b7d6d6e7d98f1b9474527c3c1a0ed54be399179091556362bf1a00600f8190556010556362c1bd00601155670214e8348c4f00006012556014805490911673cccccccccccccccccccccccccccccccccccccccc1790553480156200008557600080fd5b50604080518082018252601581527f4554482057616c6b657273204d696e7420506173730000000000000000000000602080830191825283518085019094526004845263045574d560e41b908401528151919291620000e79160029162000176565b508051620000fd90600390602084019062000176565b505060008055506200010f3362000124565b6001600955600a805460ff1916905562000259565b600880546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b82805462000184906200021c565b90600052602060002090601f016020900481019282620001a85760008555620001f3565b82601f10620001c357805160ff1916838001178555620001f3565b82800160010185558215620001f3579182015b82811115620001f3578251825591602001919060010190620001d6565b506200020192915062000205565b5090565b5b8082111562000201576000815560010162000206565b600181811c908216806200023157607f821691505b602082108114156200025357634e487b7160e01b600052602260045260246000fd5b50919050565b61293780620002696000396000f3fe6080604052600436106102045760003560e01c80635c975abb1161011857806398d5fdca116100a0578063dc90ae1b1161006f578063dc90ae1b146105a4578063e985e9c5146105c4578063ecad582a1461060d578063ef81b4d41461062d578063f2fde38b1461064d57600080fd5b806398d5fdca1461052f578063a22cb46514610544578063b88d4fde14610564578063c87b56dd1461058457600080fd5b80638462151c116100e75780638462151c1461048f5780638bb345de146104bc5780638da5cb5b146104dc57806391b7f5ed146104fa57806395d89b411461051a57600080fd5b80635c975abb146104225780636352211e1461043a57806370a082311461045a578063715018a61461047a57600080fd5b8063203341cd1161019b578063380d831b1161016a578063380d831b146103a357806342842e0e146103b95780634efc911b146103d95780634faa1c63146103ec57806355f804b31461040257600080fd5b8063203341cd1461034457806323b872dd14610357578063281905c81461037757806333bc1c5c1461038d57600080fd5b8063081812fc116101d7578063081812fc146102a9578063095ea7b3146102e157806316c38b3c1461030157806318160ddd1461032157600080fd5b806301ffc9a714610209578063046dc1661461023e578063049a0bba1461026057806306fdde0314610287575b600080fd5b34801561021557600080fd5b506102296102243660046124a9565b61066d565b60405190151581526020015b60405180910390f35b34801561024a57600080fd5b5061025e61025936600461229d565b6106bf565b005b34801561026c57600080fd5b50610275600a81565b60405160ff9091168152602001610235565b34801561029357600080fd5b5061029c6106e9565b604051610235919061267e565b3480156102b557600080fd5b506102c96102c436600461252b565b61077b565b6040516001600160a01b039091168152602001610235565b3480156102ed57600080fd5b5061025e6102fc3660046123b8565b6107bf565b34801561030d57600080fd5b5061025e61031c36600461248e565b61084d565b34801561032d57600080fd5b50600154600054035b604051908152602001610235565b61025e610352366004612544565b61086e565b34801561036357600080fd5b5061025e6103723660046122eb565b610bfb565b34801561038357600080fd5b50610336600f5481565b34801561039957600080fd5b5061033660105481565b3480156103af57600080fd5b5061033660115481565b3480156103c557600080fd5b5061025e6103d43660046122eb565b610c06565b61025e6103e736600461252b565b610c21565b3480156103f857600080fd5b50610336600b5481565b34801561040e57600080fd5b5061025e61041d3660046124e3565b610e89565b34801561042e57600080fd5b50600a5460ff16610229565b34801561044657600080fd5b506102c961045536600461252b565b610ea4565b34801561046657600080fd5b5061033661047536600461229d565b610eb6565b34801561048657600080fd5b5061025e610f04565b34801561049b57600080fd5b506104af6104aa36600461229d565b610f18565b604051610235919061263a565b3480156104c857600080fd5b50600e546102c9906001600160a01b031681565b3480156104e857600080fd5b506008546001600160a01b03166102c9565b34801561050657600080fd5b5061025e61051536600461252b565b611019565b34801561052657600080fd5b5061029c611026565b34801561053b57600080fd5b50601254610336565b34801561055057600080fd5b5061025e61055f36600461238e565b611035565b34801561057057600080fd5b5061025e61057f366004612327565b6110cb565b34801561059057600080fd5b5061029c61059f36600461252b565b61111c565b3480156105b057600080fd5b5061025e6105bf3660046123b8565b6111a1565b3480156105d057600080fd5b506102296105df3660046122b8565b6001600160a01b03918216600090815260076020908152604080832093909416825291909152205460ff1690565b34801561061957600080fd5b5061025e6106283660046123e2565b611283565b34801561063957600080fd5b506014546102c9906001600160a01b031681565b34801561065957600080fd5b5061025e61066836600461229d565b61134e565b60006001600160e01b031982166380ac58cd60e01b148061069e57506001600160e01b03198216635b5e139f60e01b145b806106b957506301ffc9a760e01b6001600160e01b03198316145b92915050565b6106c76113c4565b601480546001600160a01b0319166001600160a01b0392909216919091179055565b6060600280546106f8906127f9565b80601f0160208091040260200160405190810160405280929190818152602001828054610724906127f9565b80156107715780601f1061074657610100808354040283529160200191610771565b820191906000526020600020905b81548152906001019060200180831161075457829003601f168201915b5050505050905090565b60006107868261141e565b6107a3576040516333d1c03960e21b815260040160405180910390fd5b506000908152600660205260409020546001600160a01b031690565b60006107ca82610ea4565b9050806001600160a01b0316836001600160a01b031614156107ff5760405163250fdee360e21b815260040160405180910390fd5b336001600160a01b0382161480159061081f575061081d81336105df565b155b1561083d576040516367d9dca160e11b815260040160405180910390fd5b610848838383611449565b505050565b6108556113c4565b8015610866576108636114a5565b50565b6108636114ff565b610876611538565b600f54421015801561088a57506011544211155b6108db5760405162461bcd60e51b815260206004820152601e60248201527f416c6c6f776c6973742d73616c65206d7573742062652073746172746564000060448201526064015b60405180910390fd5b336000908152600d6020526040902054600a906108fc90859060ff1661275e565b60ff16111561094d5760405162461bcd60e51b815260206004820152601a60248201527f45786365656473206d6178696d756d207065722077616c6c657400000000000060448201526064016108d2565b333b63ffffffff16156109725760405162461bcd60e51b81526004016108d290612691565b604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527fd646861a7e04e27f79036a091ca29d2f6bc905fd491ac4498325ef902ab434b9918101919091527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc660608201526001608082015273cccccccccccccccccccccccccccccccccccccccc60a082015260009060c001604051602081830303815290604052805190602001207f02ff5721a36ad2d5189d234d7f8c614d42d4db81f2f42dca740c89ea9be1cc3b84610a503390565b6040805160208101949094528301919091526001600160a01b0316606082015260800160405160208183030381529060405280519060200120604051602001610ab092919061190160f01b81526002810192909252602282015260420190565b6040516020818303038152906040528051906020012090506000610ad4828461157e565b6014549091506001600160a01b03808316911614610b345760405162461bcd60e51b815260206004820152601760248201527f496e76616c6964204d657373616765205369676e65722e00000000000000000060448201526064016108d2565b610b41338660ff1661159a565b336000908152600d602052604081208054879290610b6390849060ff1661275e565b825460ff9182166101009390930a928302919092021990911617905550600e546040516000916001600160a01b03169047908381818185875af1925050503d8060008114610bcd576040519150601f19603f3d011682016040523d82523d6000602084013e610bd2565b606091505b5050905080610bf35760405162461bcd60e51b81526004016108d2906126d3565b505050505050565b6108488383836116aa565b610848838383604051806020016040528060008152506110cb565b610c29611538565b600081118015610c3a5750600a8111155b610c9b5760405162461bcd60e51b815260206004820152602c60248201527f4f6f7073202d20796f752063616e206f6e6c79206d696e74203130207061737360448201526b657320617420612074696d6560a01b60648201526084016108d2565b601254610ca89082611885565b341015610d0d5760405162461bcd60e51b815260206004820152602d60248201527f45746865722076616c756520697320696e636f72726563742e20436865636b2060448201526c30b732103a393c9030b3b0b4b760991b60648201526084016108d2565b333b63ffffffff1615610d325760405162461bcd60e51b81526004016108d290612691565b600b54610d4c82610d466001546000540390565b90611891565b1115610da85760405162461bcd60e51b815260206004820152602560248201527f50757263686173652065786365656473206d617820737570706c79206f662070604482015264617373657360d81b60648201526084016108d2565b6010544210158015610dbc57506011544211155b610e085760405162461bcd60e51b815260206004820152601760248201527f5075626c69632073616c65206e6f74207374617274656400000000000000000060448201526064016108d2565b610e12338261159a565b600e546040516000916001600160a01b03169047908381818185875af1925050503d8060008114610e5f576040519150601f19603f3d011682016040523d82523d6000602084013e610e64565b606091505b5050905080610e855760405162461bcd60e51b81526004016108d2906126d3565b5050565b610e916113c4565b8051610e85906013906020840190612161565b6000610eaf8261189d565b5192915050565b60006001600160a01b038216610edf576040516323d3ad8160e21b815260040160405180910390fd5b506001600160a01b03166000908152600560205260409020546001600160401b031690565b610f0c6113c4565b610f1660006119b7565b565b60606000610f2583610eb6565b905080610f465760408051600080825260208201909252905b509392505050565b6000816001600160401b03811115610f6057610f606128b5565b604051908082528060200260200182016040528015610f89578160200160208202803683370190505b5090506000805b6001546000540382108015610fa457508381105b1561100957856001600160a01b0316610fbc83610ea4565b6001600160a01b03161415610ff75781838281518110610fde57610fde61289f565b602090810291909101015280610ff38161282e565b9150505b816110018161282e565b925050610f90565b5090949350505050565b50919050565b6110216113c4565b601255565b6060600380546106f8906127f9565b6001600160a01b03821633141561105f5760405163b06307db60e01b815260040160405180910390fd5b3360008181526007602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b6110d68484846116aa565b6001600160a01b0383163b151580156110f857506110f684848484611a09565b155b15611116576040516368d2bf6b60e11b815260040160405180910390fd5b50505050565b60606111278261141e565b61114457604051630a14c4b560e41b815260040160405180910390fd5b600061114e611b01565b905080516000141561116f576040518060200160405280600081525061119a565b8061117984611b10565b60405160200161118a9291906125ce565b6040516020818303038152906040525b9392505050565b6111a96113c4565b6000811180156111bb5750600c548111155b6112075760405162461bcd60e51b815260206004820152601e60248201527f52657365727665206c696d697420686173206265656e2072656163686564000060448201526064016108d2565b600b5461121b82610d466001546000540390565b11156112695760405162461bcd60e51b815260206004820152601b60248201527f4e6f206d6f726520746f6b656e73206c65667420746f206d696e74000000000060448201526064016108d2565b600c546112769082611c0d565b600c55610e858282611c19565b61128b6113c4565b80516003146112e85760405162461bcd60e51b8152602060048201526024808201527f596f75206e65656420746f2075706461746520616c6c2074696d6573206174206044820152636f6e636560e01b60648201526084016108d2565b806000815181106112fb576112fb61289f565b6020026020010151600f819055508060018151811061131c5761131c61289f565b60200260200101516010819055508060028151811061133d5761133d61289f565b602002602001015160118190555050565b6113566113c4565b6001600160a01b0381166113bb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108d2565b610863816119b7565b6008546001600160a01b03163314610f165760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016108d2565b60008054821080156106b9575050600090815260046020526040902054600160e01b900460ff161590565b60008281526006602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6114ad611538565b600a805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586114e23390565b6040516001600160a01b03909116815260200160405180910390a1565b611507611c33565b600a805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa336114e2565b600a5460ff1615610f165760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016108d2565b600080600061158d8585611c7c565b91509150610f3e81611cec565b6000546001600160a01b0383166115c357604051622e076360e81b815260040160405180910390fd5b816115e15760405163b562e8dd60e01b815260040160405180910390fd5b6001600160a01b038316600081815260056020908152604080832080546001600160801b031981166001600160401b038083168a018116918217600160401b67ffffffffffffffff1990941690921783900481168a01811690920217909155858452600490925290912080546001600160e01b031916909217600160a01b4290921691909102179055808083015b6040516001830192906001600160a01b038716906000906000805160206128e2833981519152908290a48082141561166f5750600055505050565b60006116b58261189d565b9050836001600160a01b031681600001516001600160a01b0316146116ec5760405162a1148160e81b815260040160405180910390fd5b6000336001600160a01b038616148061170a575061170a85336105df565b8061172557503361171a8461077b565b6001600160a01b0316145b90508061174557604051632ce44b5f60e11b815260040160405180910390fd5b6001600160a01b03841661176c57604051633a954ecd60e21b815260040160405180910390fd5b61177860008487611449565b6001600160a01b038581166000908152600560209081526040808320805467ffffffffffffffff198082166001600160401b0392831660001901831617909255898616808652838620805493841693831660019081018416949094179055898652600490945282852080546001600160e01b031916909417600160a01b4290921691909102178355870180845292208054919390911661184c57600054821461184c57805460208601516001600160401b0316600160a01b026001600160e01b03199091166001600160a01b038a16171781555b50505082846001600160a01b0316866001600160a01b03166000805160206128e283398151915260405160405180910390a45050505050565b600061119a8284612797565b600061119a8284612746565b60408051606081018252600080825260208201819052918101919091528160005481101561199e57600081815260046020908152604091829020825160608101845290546001600160a01b0381168252600160a01b81046001600160401b031692820192909252600160e01b90910460ff1615159181018290529061199c5780516001600160a01b031615611933579392505050565b5060001901600081815260046020908152604091829020825160608101845290546001600160a01b038116808352600160a01b82046001600160401b031693830193909352600160e01b900460ff1615159281019290925215611997579392505050565b611933565b505b604051636f96cda160e11b815260040160405180910390fd5b600880546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b604051630a85bd0160e11b81526000906001600160a01b0385169063150b7a0290611a3e9033908990889088906004016125fd565b602060405180830381600087803b158015611a5857600080fd5b505af1925050508015611a88575060408051601f3d908101601f19168201909252611a85918101906124c6565b60015b611ae3573d808015611ab6576040519150601f19603f3d011682016040523d82523d6000602084013e611abb565b606091505b508051611adb576040516368d2bf6b60e11b815260040160405180910390fd5b805181602001fd5b6001600160e01b031916630a85bd0160e11b1490505b949350505050565b6060601380546106f8906127f9565b606081611b345750506040805180820190915260018152600360fc1b602082015290565b8160005b8115611b5e5780611b488161282e565b9150611b579050600a83612783565b9150611b38565b6000816001600160401b03811115611b7857611b786128b5565b6040519080825280601f01601f191660200182016040528015611ba2576020820181803683370190505b5090505b8415611af957611bb76001836127b6565b9150611bc4600a86612849565b611bcf906030612746565b60f81b818381518110611be457611be461289f565b60200101906001600160f81b031916908160001a905350611c06600a86612783565b9450611ba6565b600061119a82846127b6565b610e85828260405180602001604052806000815250611ea7565b600a5460ff16610f165760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016108d2565b600080825160411415611cb35760208301516040840151606085015160001a611ca78782858561203b565b94509450505050611ce5565b825160401415611cdd5760208301516040840151611cd2868383612128565b935093505050611ce5565b506000905060025b9250929050565b6000816004811115611d0057611d00612889565b1415611d095750565b6001816004811115611d1d57611d1d612889565b1415611d6b5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e6174757265000000000000000060448201526064016108d2565b6002816004811115611d7f57611d7f612889565b1415611dcd5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016108d2565b6003816004811115611de157611de1612889565b1415611e3a5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016108d2565b6004816004811115611e4e57611e4e612889565b14156108635760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b60648201526084016108d2565b6000546001600160a01b038416611ed057604051622e076360e81b815260040160405180910390fd5b82611eee5760405163b562e8dd60e01b815260040160405180910390fd5b6001600160a01b038416600081815260056020908152604080832080546001600160801b031981166001600160401b038083168b018116918217600160401b67ffffffffffffffff1990941690921783900481168b01811690920217909155858452600490925290912080546001600160e01b0319168317600160a01b42909316929092029190911790558190818501903b15611ff7575b60405182906001600160a01b038816906000906000805160206128e2833981519152908290a4611fbf6000878480600101955087611a09565b611fdc576040516368d2bf6b60e11b815260040160405180910390fd5b80821415611f86578260005414611ff257600080fd5b61202b565b5b6040516001830192906001600160a01b038816906000906000805160206128e2833981519152908290a480821415611ff8575b5060009081556111169085838684565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115612072575060009050600361211f565b8460ff16601b1415801561208a57508460ff16601c14155b1561209b575060009050600461211f565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156120ef573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166121185760006001925092505061211f565b9150600090505b94509492505050565b6000806001600160ff1b0383168161214560ff86901c601b612746565b90506121538782888561203b565b935093505050935093915050565b82805461216d906127f9565b90600052602060002090601f01602090048101928261218f57600085556121d5565b82601f106121a857805160ff19168380011785556121d5565b828001600101855582156121d5579182015b828111156121d55782518255916020019190600101906121ba565b506121e19291506121e5565b5090565b5b808211156121e157600081556001016121e6565b60006001600160401b03831115612213576122136128b5565b612226601f8401601f1916602001612716565b905082815283838301111561223a57600080fd5b828260208301376000602084830101529392505050565b80356001600160a01b038116811461226857600080fd5b919050565b8035801515811461226857600080fd5b600082601f83011261228e57600080fd5b61119a838335602085016121fa565b6000602082840312156122af57600080fd5b61119a82612251565b600080604083850312156122cb57600080fd5b6122d483612251565b91506122e260208401612251565b90509250929050565b60008060006060848603121561230057600080fd5b61230984612251565b925061231760208501612251565b9150604084013590509250925092565b6000806000806080858703121561233d57600080fd5b61234685612251565b935061235460208601612251565b92506040850135915060608501356001600160401b0381111561237657600080fd5b6123828782880161227d565b91505092959194509250565b600080604083850312156123a157600080fd5b6123aa83612251565b91506122e26020840161226d565b600080604083850312156123cb57600080fd5b6123d483612251565b946020939093013593505050565b600060208083850312156123f557600080fd5b82356001600160401b038082111561240c57600080fd5b818501915085601f83011261242057600080fd5b813581811115612432576124326128b5565b8060051b9150612443848301612716565b8181528481019084860184860187018a101561245e57600080fd5b600095505b83861015612481578035835260019590950194918601918601612463565b5098975050505050505050565b6000602082840312156124a057600080fd5b61119a8261226d565b6000602082840312156124bb57600080fd5b813561119a816128cb565b6000602082840312156124d857600080fd5b815161119a816128cb565b6000602082840312156124f557600080fd5b81356001600160401b0381111561250b57600080fd5b8201601f8101841361251c57600080fd5b611af9848235602084016121fa565b60006020828403121561253d57600080fd5b5035919050565b60008060006060848603121561255957600080fd5b833560ff8116811461256a57600080fd5b92506020840135915060408401356001600160401b0381111561258c57600080fd5b6125988682870161227d565b9150509250925092565b600081518084526125ba8160208601602086016127cd565b601f01601f19169290920160200192915050565b600083516125e08184602088016127cd565b8351908301906125f48183602088016127cd565b01949350505050565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090612630908301846125a2565b9695505050505050565b6020808252825182820181905260009190848201906040850190845b8181101561267257835183529284019291840191600101612656565b50909695505050505050565b60208152600061119a60208301846125a2565b60208082526022908201527f4920666967687420666f7220746865207573657221204e6f20636f6e74726163604082015261747360f01b606082015260800190565b60208082526023908201527f536f6d657468696e672077726f6e672077697468207061796f7574734164647260408201526265737360e81b606082015260800190565b604051601f8201601f191681016001600160401b038111828210171561273e5761273e6128b5565b604052919050565b600082198211156127595761275961285d565b500190565b600060ff821660ff84168060ff0382111561277b5761277b61285d565b019392505050565b60008261279257612792612873565b500490565b60008160001904831182151516156127b1576127b161285d565b500290565b6000828210156127c8576127c861285d565b500390565b60005b838110156127e85781810151838201526020016127d0565b838111156111165750506000910152565b600181811c9082168061280d57607f821691505b6020821081141561101357634e487b7160e01b600052602260045260246000fd5b60006000198214156128425761284261285d565b5060010190565b60008261285857612858612873565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b03198116811461086357600080fdfeddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa26469706673582212205b8d18b431d66236e483cd788a6481fcfa7579d05d16de106d8f8ed060edd75f64736f6c63430008070033
Deployed Bytecode
0x6080604052600436106102045760003560e01c80635c975abb1161011857806398d5fdca116100a0578063dc90ae1b1161006f578063dc90ae1b146105a4578063e985e9c5146105c4578063ecad582a1461060d578063ef81b4d41461062d578063f2fde38b1461064d57600080fd5b806398d5fdca1461052f578063a22cb46514610544578063b88d4fde14610564578063c87b56dd1461058457600080fd5b80638462151c116100e75780638462151c1461048f5780638bb345de146104bc5780638da5cb5b146104dc57806391b7f5ed146104fa57806395d89b411461051a57600080fd5b80635c975abb146104225780636352211e1461043a57806370a082311461045a578063715018a61461047a57600080fd5b8063203341cd1161019b578063380d831b1161016a578063380d831b146103a357806342842e0e146103b95780634efc911b146103d95780634faa1c63146103ec57806355f804b31461040257600080fd5b8063203341cd1461034457806323b872dd14610357578063281905c81461037757806333bc1c5c1461038d57600080fd5b8063081812fc116101d7578063081812fc146102a9578063095ea7b3146102e157806316c38b3c1461030157806318160ddd1461032157600080fd5b806301ffc9a714610209578063046dc1661461023e578063049a0bba1461026057806306fdde0314610287575b600080fd5b34801561021557600080fd5b506102296102243660046124a9565b61066d565b60405190151581526020015b60405180910390f35b34801561024a57600080fd5b5061025e61025936600461229d565b6106bf565b005b34801561026c57600080fd5b50610275600a81565b60405160ff9091168152602001610235565b34801561029357600080fd5b5061029c6106e9565b604051610235919061267e565b3480156102b557600080fd5b506102c96102c436600461252b565b61077b565b6040516001600160a01b039091168152602001610235565b3480156102ed57600080fd5b5061025e6102fc3660046123b8565b6107bf565b34801561030d57600080fd5b5061025e61031c36600461248e565b61084d565b34801561032d57600080fd5b50600154600054035b604051908152602001610235565b61025e610352366004612544565b61086e565b34801561036357600080fd5b5061025e6103723660046122eb565b610bfb565b34801561038357600080fd5b50610336600f5481565b34801561039957600080fd5b5061033660105481565b3480156103af57600080fd5b5061033660115481565b3480156103c557600080fd5b5061025e6103d43660046122eb565b610c06565b61025e6103e736600461252b565b610c21565b3480156103f857600080fd5b50610336600b5481565b34801561040e57600080fd5b5061025e61041d3660046124e3565b610e89565b34801561042e57600080fd5b50600a5460ff16610229565b34801561044657600080fd5b506102c961045536600461252b565b610ea4565b34801561046657600080fd5b5061033661047536600461229d565b610eb6565b34801561048657600080fd5b5061025e610f04565b34801561049b57600080fd5b506104af6104aa36600461229d565b610f18565b604051610235919061263a565b3480156104c857600080fd5b50600e546102c9906001600160a01b031681565b3480156104e857600080fd5b506008546001600160a01b03166102c9565b34801561050657600080fd5b5061025e61051536600461252b565b611019565b34801561052657600080fd5b5061029c611026565b34801561053b57600080fd5b50601254610336565b34801561055057600080fd5b5061025e61055f36600461238e565b611035565b34801561057057600080fd5b5061025e61057f366004612327565b6110cb565b34801561059057600080fd5b5061029c61059f36600461252b565b61111c565b3480156105b057600080fd5b5061025e6105bf3660046123b8565b6111a1565b3480156105d057600080fd5b506102296105df3660046122b8565b6001600160a01b03918216600090815260076020908152604080832093909416825291909152205460ff1690565b34801561061957600080fd5b5061025e6106283660046123e2565b611283565b34801561063957600080fd5b506014546102c9906001600160a01b031681565b34801561065957600080fd5b5061025e61066836600461229d565b61134e565b60006001600160e01b031982166380ac58cd60e01b148061069e57506001600160e01b03198216635b5e139f60e01b145b806106b957506301ffc9a760e01b6001600160e01b03198316145b92915050565b6106c76113c4565b601480546001600160a01b0319166001600160a01b0392909216919091179055565b6060600280546106f8906127f9565b80601f0160208091040260200160405190810160405280929190818152602001828054610724906127f9565b80156107715780601f1061074657610100808354040283529160200191610771565b820191906000526020600020905b81548152906001019060200180831161075457829003601f168201915b5050505050905090565b60006107868261141e565b6107a3576040516333d1c03960e21b815260040160405180910390fd5b506000908152600660205260409020546001600160a01b031690565b60006107ca82610ea4565b9050806001600160a01b0316836001600160a01b031614156107ff5760405163250fdee360e21b815260040160405180910390fd5b336001600160a01b0382161480159061081f575061081d81336105df565b155b1561083d576040516367d9dca160e11b815260040160405180910390fd5b610848838383611449565b505050565b6108556113c4565b8015610866576108636114a5565b50565b6108636114ff565b610876611538565b600f54421015801561088a57506011544211155b6108db5760405162461bcd60e51b815260206004820152601e60248201527f416c6c6f776c6973742d73616c65206d7573742062652073746172746564000060448201526064015b60405180910390fd5b336000908152600d6020526040902054600a906108fc90859060ff1661275e565b60ff16111561094d5760405162461bcd60e51b815260206004820152601a60248201527f45786365656473206d6178696d756d207065722077616c6c657400000000000060448201526064016108d2565b333b63ffffffff16156109725760405162461bcd60e51b81526004016108d290612691565b604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527fd646861a7e04e27f79036a091ca29d2f6bc905fd491ac4498325ef902ab434b9918101919091527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc660608201526001608082015273cccccccccccccccccccccccccccccccccccccccc60a082015260009060c001604051602081830303815290604052805190602001207f02ff5721a36ad2d5189d234d7f8c614d42d4db81f2f42dca740c89ea9be1cc3b84610a503390565b6040805160208101949094528301919091526001600160a01b0316606082015260800160405160208183030381529060405280519060200120604051602001610ab092919061190160f01b81526002810192909252602282015260420190565b6040516020818303038152906040528051906020012090506000610ad4828461157e565b6014549091506001600160a01b03808316911614610b345760405162461bcd60e51b815260206004820152601760248201527f496e76616c6964204d657373616765205369676e65722e00000000000000000060448201526064016108d2565b610b41338660ff1661159a565b336000908152600d602052604081208054879290610b6390849060ff1661275e565b825460ff9182166101009390930a928302919092021990911617905550600e546040516000916001600160a01b03169047908381818185875af1925050503d8060008114610bcd576040519150601f19603f3d011682016040523d82523d6000602084013e610bd2565b606091505b5050905080610bf35760405162461bcd60e51b81526004016108d2906126d3565b505050505050565b6108488383836116aa565b610848838383604051806020016040528060008152506110cb565b610c29611538565b600081118015610c3a5750600a8111155b610c9b5760405162461bcd60e51b815260206004820152602c60248201527f4f6f7073202d20796f752063616e206f6e6c79206d696e74203130207061737360448201526b657320617420612074696d6560a01b60648201526084016108d2565b601254610ca89082611885565b341015610d0d5760405162461bcd60e51b815260206004820152602d60248201527f45746865722076616c756520697320696e636f72726563742e20436865636b2060448201526c30b732103a393c9030b3b0b4b760991b60648201526084016108d2565b333b63ffffffff1615610d325760405162461bcd60e51b81526004016108d290612691565b600b54610d4c82610d466001546000540390565b90611891565b1115610da85760405162461bcd60e51b815260206004820152602560248201527f50757263686173652065786365656473206d617820737570706c79206f662070604482015264617373657360d81b60648201526084016108d2565b6010544210158015610dbc57506011544211155b610e085760405162461bcd60e51b815260206004820152601760248201527f5075626c69632073616c65206e6f74207374617274656400000000000000000060448201526064016108d2565b610e12338261159a565b600e546040516000916001600160a01b03169047908381818185875af1925050503d8060008114610e5f576040519150601f19603f3d011682016040523d82523d6000602084013e610e64565b606091505b5050905080610e855760405162461bcd60e51b81526004016108d2906126d3565b5050565b610e916113c4565b8051610e85906013906020840190612161565b6000610eaf8261189d565b5192915050565b60006001600160a01b038216610edf576040516323d3ad8160e21b815260040160405180910390fd5b506001600160a01b03166000908152600560205260409020546001600160401b031690565b610f0c6113c4565b610f1660006119b7565b565b60606000610f2583610eb6565b905080610f465760408051600080825260208201909252905b509392505050565b6000816001600160401b03811115610f6057610f606128b5565b604051908082528060200260200182016040528015610f89578160200160208202803683370190505b5090506000805b6001546000540382108015610fa457508381105b1561100957856001600160a01b0316610fbc83610ea4565b6001600160a01b03161415610ff75781838281518110610fde57610fde61289f565b602090810291909101015280610ff38161282e565b9150505b816110018161282e565b925050610f90565b5090949350505050565b50919050565b6110216113c4565b601255565b6060600380546106f8906127f9565b6001600160a01b03821633141561105f5760405163b06307db60e01b815260040160405180910390fd5b3360008181526007602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b6110d68484846116aa565b6001600160a01b0383163b151580156110f857506110f684848484611a09565b155b15611116576040516368d2bf6b60e11b815260040160405180910390fd5b50505050565b60606111278261141e565b61114457604051630a14c4b560e41b815260040160405180910390fd5b600061114e611b01565b905080516000141561116f576040518060200160405280600081525061119a565b8061117984611b10565b60405160200161118a9291906125ce565b6040516020818303038152906040525b9392505050565b6111a96113c4565b6000811180156111bb5750600c548111155b6112075760405162461bcd60e51b815260206004820152601e60248201527f52657365727665206c696d697420686173206265656e2072656163686564000060448201526064016108d2565b600b5461121b82610d466001546000540390565b11156112695760405162461bcd60e51b815260206004820152601b60248201527f4e6f206d6f726520746f6b656e73206c65667420746f206d696e74000000000060448201526064016108d2565b600c546112769082611c0d565b600c55610e858282611c19565b61128b6113c4565b80516003146112e85760405162461bcd60e51b8152602060048201526024808201527f596f75206e65656420746f2075706461746520616c6c2074696d6573206174206044820152636f6e636560e01b60648201526084016108d2565b806000815181106112fb576112fb61289f565b6020026020010151600f819055508060018151811061131c5761131c61289f565b60200260200101516010819055508060028151811061133d5761133d61289f565b602002602001015160118190555050565b6113566113c4565b6001600160a01b0381166113bb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108d2565b610863816119b7565b6008546001600160a01b03163314610f165760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016108d2565b60008054821080156106b9575050600090815260046020526040902054600160e01b900460ff161590565b60008281526006602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6114ad611538565b600a805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586114e23390565b6040516001600160a01b03909116815260200160405180910390a1565b611507611c33565b600a805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa336114e2565b600a5460ff1615610f165760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016108d2565b600080600061158d8585611c7c565b91509150610f3e81611cec565b6000546001600160a01b0383166115c357604051622e076360e81b815260040160405180910390fd5b816115e15760405163b562e8dd60e01b815260040160405180910390fd5b6001600160a01b038316600081815260056020908152604080832080546001600160801b031981166001600160401b038083168a018116918217600160401b67ffffffffffffffff1990941690921783900481168a01811690920217909155858452600490925290912080546001600160e01b031916909217600160a01b4290921691909102179055808083015b6040516001830192906001600160a01b038716906000906000805160206128e2833981519152908290a48082141561166f5750600055505050565b60006116b58261189d565b9050836001600160a01b031681600001516001600160a01b0316146116ec5760405162a1148160e81b815260040160405180910390fd5b6000336001600160a01b038616148061170a575061170a85336105df565b8061172557503361171a8461077b565b6001600160a01b0316145b90508061174557604051632ce44b5f60e11b815260040160405180910390fd5b6001600160a01b03841661176c57604051633a954ecd60e21b815260040160405180910390fd5b61177860008487611449565b6001600160a01b038581166000908152600560209081526040808320805467ffffffffffffffff198082166001600160401b0392831660001901831617909255898616808652838620805493841693831660019081018416949094179055898652600490945282852080546001600160e01b031916909417600160a01b4290921691909102178355870180845292208054919390911661184c57600054821461184c57805460208601516001600160401b0316600160a01b026001600160e01b03199091166001600160a01b038a16171781555b50505082846001600160a01b0316866001600160a01b03166000805160206128e283398151915260405160405180910390a45050505050565b600061119a8284612797565b600061119a8284612746565b60408051606081018252600080825260208201819052918101919091528160005481101561199e57600081815260046020908152604091829020825160608101845290546001600160a01b0381168252600160a01b81046001600160401b031692820192909252600160e01b90910460ff1615159181018290529061199c5780516001600160a01b031615611933579392505050565b5060001901600081815260046020908152604091829020825160608101845290546001600160a01b038116808352600160a01b82046001600160401b031693830193909352600160e01b900460ff1615159281019290925215611997579392505050565b611933565b505b604051636f96cda160e11b815260040160405180910390fd5b600880546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b604051630a85bd0160e11b81526000906001600160a01b0385169063150b7a0290611a3e9033908990889088906004016125fd565b602060405180830381600087803b158015611a5857600080fd5b505af1925050508015611a88575060408051601f3d908101601f19168201909252611a85918101906124c6565b60015b611ae3573d808015611ab6576040519150601f19603f3d011682016040523d82523d6000602084013e611abb565b606091505b508051611adb576040516368d2bf6b60e11b815260040160405180910390fd5b805181602001fd5b6001600160e01b031916630a85bd0160e11b1490505b949350505050565b6060601380546106f8906127f9565b606081611b345750506040805180820190915260018152600360fc1b602082015290565b8160005b8115611b5e5780611b488161282e565b9150611b579050600a83612783565b9150611b38565b6000816001600160401b03811115611b7857611b786128b5565b6040519080825280601f01601f191660200182016040528015611ba2576020820181803683370190505b5090505b8415611af957611bb76001836127b6565b9150611bc4600a86612849565b611bcf906030612746565b60f81b818381518110611be457611be461289f565b60200101906001600160f81b031916908160001a905350611c06600a86612783565b9450611ba6565b600061119a82846127b6565b610e85828260405180602001604052806000815250611ea7565b600a5460ff16610f165760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016108d2565b600080825160411415611cb35760208301516040840151606085015160001a611ca78782858561203b565b94509450505050611ce5565b825160401415611cdd5760208301516040840151611cd2868383612128565b935093505050611ce5565b506000905060025b9250929050565b6000816004811115611d0057611d00612889565b1415611d095750565b6001816004811115611d1d57611d1d612889565b1415611d6b5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e6174757265000000000000000060448201526064016108d2565b6002816004811115611d7f57611d7f612889565b1415611dcd5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016108d2565b6003816004811115611de157611de1612889565b1415611e3a5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016108d2565b6004816004811115611e4e57611e4e612889565b14156108635760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b60648201526084016108d2565b6000546001600160a01b038416611ed057604051622e076360e81b815260040160405180910390fd5b82611eee5760405163b562e8dd60e01b815260040160405180910390fd5b6001600160a01b038416600081815260056020908152604080832080546001600160801b031981166001600160401b038083168b018116918217600160401b67ffffffffffffffff1990941690921783900481168b01811690920217909155858452600490925290912080546001600160e01b0319168317600160a01b42909316929092029190911790558190818501903b15611ff7575b60405182906001600160a01b038816906000906000805160206128e2833981519152908290a4611fbf6000878480600101955087611a09565b611fdc576040516368d2bf6b60e11b815260040160405180910390fd5b80821415611f86578260005414611ff257600080fd5b61202b565b5b6040516001830192906001600160a01b038816906000906000805160206128e2833981519152908290a480821415611ff8575b5060009081556111169085838684565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115612072575060009050600361211f565b8460ff16601b1415801561208a57508460ff16601c14155b1561209b575060009050600461211f565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156120ef573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166121185760006001925092505061211f565b9150600090505b94509492505050565b6000806001600160ff1b0383168161214560ff86901c601b612746565b90506121538782888561203b565b935093505050935093915050565b82805461216d906127f9565b90600052602060002090601f01602090048101928261218f57600085556121d5565b82601f106121a857805160ff19168380011785556121d5565b828001600101855582156121d5579182015b828111156121d55782518255916020019190600101906121ba565b506121e19291506121e5565b5090565b5b808211156121e157600081556001016121e6565b60006001600160401b03831115612213576122136128b5565b612226601f8401601f1916602001612716565b905082815283838301111561223a57600080fd5b828260208301376000602084830101529392505050565b80356001600160a01b038116811461226857600080fd5b919050565b8035801515811461226857600080fd5b600082601f83011261228e57600080fd5b61119a838335602085016121fa565b6000602082840312156122af57600080fd5b61119a82612251565b600080604083850312156122cb57600080fd5b6122d483612251565b91506122e260208401612251565b90509250929050565b60008060006060848603121561230057600080fd5b61230984612251565b925061231760208501612251565b9150604084013590509250925092565b6000806000806080858703121561233d57600080fd5b61234685612251565b935061235460208601612251565b92506040850135915060608501356001600160401b0381111561237657600080fd5b6123828782880161227d565b91505092959194509250565b600080604083850312156123a157600080fd5b6123aa83612251565b91506122e26020840161226d565b600080604083850312156123cb57600080fd5b6123d483612251565b946020939093013593505050565b600060208083850312156123f557600080fd5b82356001600160401b038082111561240c57600080fd5b818501915085601f83011261242057600080fd5b813581811115612432576124326128b5565b8060051b9150612443848301612716565b8181528481019084860184860187018a101561245e57600080fd5b600095505b83861015612481578035835260019590950194918601918601612463565b5098975050505050505050565b6000602082840312156124a057600080fd5b61119a8261226d565b6000602082840312156124bb57600080fd5b813561119a816128cb565b6000602082840312156124d857600080fd5b815161119a816128cb565b6000602082840312156124f557600080fd5b81356001600160401b0381111561250b57600080fd5b8201601f8101841361251c57600080fd5b611af9848235602084016121fa565b60006020828403121561253d57600080fd5b5035919050565b60008060006060848603121561255957600080fd5b833560ff8116811461256a57600080fd5b92506020840135915060408401356001600160401b0381111561258c57600080fd5b6125988682870161227d565b9150509250925092565b600081518084526125ba8160208601602086016127cd565b601f01601f19169290920160200192915050565b600083516125e08184602088016127cd565b8351908301906125f48183602088016127cd565b01949350505050565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090612630908301846125a2565b9695505050505050565b6020808252825182820181905260009190848201906040850190845b8181101561267257835183529284019291840191600101612656565b50909695505050505050565b60208152600061119a60208301846125a2565b60208082526022908201527f4920666967687420666f7220746865207573657221204e6f20636f6e74726163604082015261747360f01b606082015260800190565b60208082526023908201527f536f6d657468696e672077726f6e672077697468207061796f7574734164647260408201526265737360e81b606082015260800190565b604051601f8201601f191681016001600160401b038111828210171561273e5761273e6128b5565b604052919050565b600082198211156127595761275961285d565b500190565b600060ff821660ff84168060ff0382111561277b5761277b61285d565b019392505050565b60008261279257612792612873565b500490565b60008160001904831182151516156127b1576127b161285d565b500290565b6000828210156127c8576127c861285d565b500390565b60005b838110156127e85781810151838201526020016127d0565b838111156111165750506000910152565b600181811c9082168061280d57607f821691505b6020821081141561101357634e487b7160e01b600052602260045260246000fd5b60006000198214156128425761284261285d565b5060010190565b60008261285857612858612873565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b03198116811461086357600080fdfeddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa26469706673582212205b8d18b431d66236e483cd788a6481fcfa7579d05d16de106d8f8ed060edd75f64736f6c63430008070033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 34 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.