More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 1,438 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
_settle Auction | 16745869 | 763 days ago | IN | 0 ETH | 0.001543 | ||||
_settle Auction | 16745862 | 763 days ago | IN | 0 ETH | 0.00167576 | ||||
_settle Auction | 16720051 | 767 days ago | IN | 0 ETH | 0.002045 | ||||
Create Bid | 16717104 | 767 days ago | IN | 0.0005 ETH | 0.00411037 | ||||
Create Bid | 16717099 | 767 days ago | IN | 0.0005 ETH | 0.00403457 | ||||
_settle Auction | 16716205 | 768 days ago | IN | 0 ETH | 0.00217259 | ||||
_settle Auction | 16709046 | 769 days ago | IN | 0 ETH | 0.00132382 | ||||
Create Bid | 16708999 | 769 days ago | IN | 0.0005 ETH | 0.00078646 | ||||
Create Bid | 16708999 | 769 days ago | IN | 0.0005 ETH | 0.0034052 | ||||
Create Bid | 16708997 | 769 days ago | IN | 0.0005 ETH | 0.00339598 | ||||
Create Bid | 16708989 | 769 days ago | IN | 0.0005 ETH | 0.00364196 | ||||
Create Bid | 16708982 | 769 days ago | IN | 0.0005 ETH | 0.00378341 | ||||
Create Bid | 16708754 | 769 days ago | IN | 0.0005 ETH | 0.00427414 | ||||
_settle Auction | 16707883 | 769 days ago | IN | 0 ETH | 0.00144049 | ||||
Create Bid | 16707189 | 769 days ago | IN | 0.0005 ETH | 0.00524502 | ||||
Create Bid | 16694583 | 771 days ago | IN | 0.0005 ETH | 0.00678782 | ||||
Create Bid | 16683959 | 772 days ago | IN | 0.0005 ETH | 0.0058461 | ||||
_settle Auction | 16675428 | 773 days ago | IN | 0 ETH | 0.00233497 | ||||
_settle Auction | 16668276 | 774 days ago | IN | 0 ETH | 0.00141168 | ||||
Create Bid | 16667047 | 774 days ago | IN | 0.0005 ETH | 0.00424873 | ||||
_settle Auction | 16666595 | 775 days ago | IN | 0 ETH | 0.00119629 | ||||
Create Bid | 16666057 | 775 days ago | IN | 0.0005 ETH | 0.0041259 | ||||
Create Bid | 16666050 | 775 days ago | IN | 0.0005 ETH | 0.00369145 | ||||
Create Bid | 16666049 | 775 days ago | IN | 0.0005 ETH | 0.00428783 | ||||
Create Bid | 16665461 | 775 days ago | IN | 0.0005 ETH | 0.00351492 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Method | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|---|
Transfer | 16717104 | 767 days ago | 0.0005 ETH | ||||
Transfer | 16717099 | 767 days ago | 0.0005 ETH | ||||
Transfer | 16708999 | 769 days ago | 0.0005 ETH | ||||
Transfer | 16708989 | 769 days ago | 0.0005 ETH | ||||
Transfer | 16708982 | 769 days ago | 0.0005 ETH | ||||
Transfer | 16708754 | 769 days ago | 0.0005 ETH | ||||
Transfer | 16707189 | 769 days ago | 0.0005 ETH | ||||
Transfer | 16694583 | 771 days ago | 0.0005 ETH | ||||
Transfer | 16683959 | 772 days ago | 0.0005 ETH | ||||
Transfer | 16667047 | 774 days ago | 0.0005 ETH | ||||
Transfer | 16666057 | 775 days ago | 0.0005 ETH | ||||
Transfer | 16666049 | 775 days ago | 0.0005 ETH | ||||
Transfer | 16665461 | 775 days ago | 0.0005 ETH | ||||
Transfer | 16661464 | 775 days ago | 0.0005 ETH | ||||
Transfer | 16659875 | 775 days ago | 0.0005 ETH | ||||
Transfer | 16658437 | 776 days ago | 0.0005 ETH | ||||
Transfer | 16658431 | 776 days ago | 0.0005 ETH | ||||
Transfer | 16658424 | 776 days ago | 0.0005 ETH | ||||
Transfer | 16657045 | 776 days ago | 0.0005 ETH | ||||
Transfer | 16639827 | 778 days ago | 0.0005 ETH | ||||
Transfer | 16622966 | 781 days ago | 0.0005 ETH | ||||
Transfer | 16622885 | 781 days ago | 0.0005 ETH | ||||
Transfer | 16617731 | 781 days ago | 0.0005 ETH | ||||
Transfer | 16617708 | 781 days ago | 0.0005 ETH | ||||
Transfer | 16617689 | 781 days ago | 0.0005 ETH |
Loading...
Loading
Contract Name:
SweepersNFTVault
Compiler Version
v0.8.17+commit.8df45f5f
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity ^0.8.17; import '@openzeppelin/contracts/security/ReentrancyGuard.sol'; import '@openzeppelin/contracts/access/Ownable.sol'; import '@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol'; import '@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol'; import '@openzeppelin/contracts/token/ERC1155/IERC1155.sol'; import '@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.sol'; import '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol'; import './interfaces/IDust.sol'; import './interfaces/INFT.sol'; contract SweepersNFTVault is ReentrancyGuard, Ownable, IERC721Receiver, IERC1155Receiver { using SafeERC20 for IERC20; // The ERC721 token contracts INFT public SWEEPERS; // The address of the DUST contract IDust public DUST; address public sweepersTreasury; // The minimum amount of time left in an auction after a new bid is created uint32 public timeBufferThreshold; // The amount of time to add to the auction when a bid is placed under the timeBufferThreshold uint32 public timeBuffer; // The minimum percentage difference between the last bid amount and the current bid uint16 public minBidIncrementPercentage; address payable public Dev; uint256 public DevFee = 0.0005 ether; // The auction info struct Auction { // The Token ID for the listed NFT uint256 tokenId; // The Contract Address for the listed NFT address contractAddress; // The NFT Contract Type bool is1155; // The time that the auction started uint32 startTime; // The time that the auction is scheduled to end uint32 endTime; // The opening price for the auction uint256 startingPrice; // The current bid amount in DUST uint256 currentBid; // The previous bid amount in DUST uint256 previousBid; // The active bidId uint32 activeBidId; // The address of the current highest bid address bidder; // The number of bids placed uint16 numberBids; // The statuses of the auction bool blind; bool settled; bool failed; string hiddenImage; string openseaSlug; } mapping(uint32 => Auction) public auctionId; uint32 private currentAuctionId = 0; uint32 private currentBidId = 0; uint32 public activeAuctionCount; struct Bids { uint256 bidAmount; address bidder; uint32 auctionId; uint8 bidStatus; // 1 = active, 2 = outbid, 3 = canceled, 4 = accepted } mapping(uint32 => Bids) public bidId; mapping(uint32 => uint32[]) public auctionBids; mapping(address => uint32[]) public userBids; bool public mustHold; modifier holdsDust() { require(!mustHold || SWEEPERS.balanceOf(msg.sender) > 0, "Must hold a Sweeper NFT"); _; } modifier onlySweepersTreasury() { require(msg.sender == sweepersTreasury || msg.sender == owner(), "Sender not allowed"); _; } event AuctionCreated(uint32 indexed AuctionId, uint32 startTime, uint32 endTime, address indexed NFTContract, uint256 indexed TokenId, bool BlindAuction); event AuctionSettled(uint32 indexed AuctionId, address indexed NFTProjectAddress, uint256 tokenID, address buyer, uint256 finalAmount); event AuctionFailed(uint32 indexed AuctionId, address indexed NFTProjectAddress, uint256 tokenID); event AuctionCanceled(uint32 indexed AuctionId, address indexed NFTProjectAddress, uint256 tokenID); event AuctionExtended(uint32 indexed AuctionId, uint32 NewEndTime); event AuctionTimeBufferUpdated(uint32 timeBuffer); event AuctionMinBidIncrementPercentageUpdated(uint16 minBidIncrementPercentage); event BidPlaced(uint32 indexed BidId, uint32 indexed AuctionId, address sender, uint256 value); constructor( uint32 _timeBuffer, uint16 _minBidIncrementPercentage, address _sweepers, address _dust ) { DUST = IDust(_dust); SWEEPERS = INFT(_sweepers); timeBuffer = _timeBuffer; timeBufferThreshold = _timeBuffer; minBidIncrementPercentage = _minBidIncrementPercentage; Dev = payable(msg.sender); } function onERC721Received( address, address, uint256, bytes calldata ) external pure override returns (bytes4) { return IERC721Receiver.onERC721Received.selector; } function onERC1155Received( address, address, uint256, uint256, bytes calldata ) external pure override returns (bytes4) { return IERC1155Receiver.onERC1155Received.selector; } function onERC1155BatchReceived( address, address, uint256[] calldata, uint256[] calldata, bytes calldata ) external pure returns (bytes4) { return IERC1155Receiver.onERC1155BatchReceived.selector; } function supportsInterface(bytes4 interfaceID) external pure returns (bool) { return interfaceID == this.supportsInterface.selector; } /** * @notice Set the auction time buffer. * @dev Only callable by the owner. */ function setTimeBuffer(uint32 _timeBufferThreshold, uint32 _timeBuffer) external onlyOwner { require(timeBuffer >= timeBufferThreshold, 'timeBuffer must be >= timeBufferThreshold'); timeBufferThreshold = _timeBufferThreshold; timeBuffer = _timeBuffer; emit AuctionTimeBufferUpdated(_timeBuffer); } function setSweepers(address _sweepers) external onlyOwner { SWEEPERS = INFT(_sweepers); } function setDust(address _dust) external onlyOwner { DUST = IDust(_dust); } function setDev(address _dev, uint256 _devFee) external onlyOwner { Dev = payable(_dev); DevFee = _devFee; } function setMustHold(bool _flag) external onlyOwner { mustHold = _flag; } function updateSweepersTreasury(address _treasury) external onlyOwner { sweepersTreasury = _treasury; } /** * @notice Set the auction minimum bid increment percentage. * @dev Only callable by the owner. */ function setMinBidIncrementPercentage(uint16 _minBidIncrementPercentage) external onlyOwner { minBidIncrementPercentage = _minBidIncrementPercentage; emit AuctionMinBidIncrementPercentageUpdated(_minBidIncrementPercentage); } function createAuction(address _nftContract, uint256 _tokenId, bool _is1155, uint32 _startTime, uint32 _endTime, uint256 _startingPrice, string calldata _slug) external onlySweepersTreasury nonReentrant { uint32 id = currentAuctionId++; auctionId[id] = Auction({ contractAddress : _nftContract, tokenId : _tokenId, is1155 : _is1155, startTime : _startTime, endTime : _endTime, startingPrice : _startingPrice, currentBid : 0, previousBid : 0, activeBidId : 0, bidder : address(0), numberBids : 0, blind : false, settled : false, failed : false, hiddenImage : 'null', openseaSlug : _slug }); activeAuctionCount++; if(_is1155) { IERC1155(_nftContract).safeTransferFrom(msg.sender, address(this), _tokenId, 1, ""); } else { IERC721(_nftContract).safeTransferFrom(msg.sender, address(this), _tokenId); } emit AuctionCreated(id, _startTime, _endTime, _nftContract, _tokenId, false); } function createManyAuctionSameProject(address _nftContract, uint256[] calldata _tokenIds, bool _is1155, uint32 _startTime, uint32 _endTime, uint256 _startingPrice, string calldata _slug) external onlySweepersTreasury nonReentrant { for(uint i = 0; i < _tokenIds.length; i++) { uint32 id = currentAuctionId++; auctionId[id] = Auction({ contractAddress : _nftContract, tokenId : _tokenIds[i], is1155 : _is1155, startTime : _startTime, endTime : _endTime, startingPrice : _startingPrice, currentBid : 0, previousBid : 0, activeBidId : 0, bidder : address(0), numberBids : 0, blind : false, settled : false, failed : false, hiddenImage : 'null', openseaSlug : _slug }); activeAuctionCount++; if(_is1155) { IERC1155(_nftContract).safeTransferFrom(msg.sender, address(this), _tokenIds[i], 1, ""); } else { IERC721(_nftContract).safeTransferFrom(msg.sender, address(this), _tokenIds[i]); } emit AuctionCreated(id, _startTime, _endTime, _nftContract, _tokenIds[i], false); } } function createBlindAuction(address _nftContract, bool _is1155, uint32 _startTime, uint32 _endTime, string calldata _hiddenImage, uint256 _startingPrice, string calldata _slug) external onlySweepersTreasury nonReentrant { uint32 id = currentAuctionId++; auctionId[id] = Auction({ contractAddress : _nftContract, tokenId : 0, is1155 : _is1155, startTime : _startTime, endTime : _endTime, startingPrice : _startingPrice, currentBid : 0, previousBid : 0, activeBidId : 0, bidder : address(0), numberBids : 0, blind : true, settled : false, failed : false, hiddenImage : _hiddenImage, openseaSlug : _slug }); activeAuctionCount++; emit AuctionCreated(id, _startTime, _endTime, _nftContract, 0, true); } function createManyBlindAuctionSameProject(address _nftContract, bool _is1155, uint16 _numAuctions, uint32 _startTime, uint32 _endTime, string calldata _hiddenImage, uint256 _startingPrice, string calldata _slug) external onlySweepersTreasury nonReentrant { for(uint i = 0; i < _numAuctions; i++) { uint32 id = currentAuctionId++; auctionId[id] = Auction({ contractAddress : _nftContract, tokenId : 0, is1155 : _is1155, startTime : _startTime, endTime : _endTime, startingPrice : _startingPrice, currentBid : 0, previousBid : 0, activeBidId : 0, bidder : address(0), numberBids : 0, blind : true, settled : false, failed : false, hiddenImage : _hiddenImage, openseaSlug : _slug }); activeAuctionCount++; emit AuctionCreated(id, _startTime, _endTime, _nftContract, 0, true); } } function updateBlindAuction(uint32 _id, uint256 _tokenId) external onlySweepersTreasury { require(auctionId[_id].tokenId == 0, "Auction already updated"); auctionId[_id].tokenId = _tokenId; if(auctionId[_id].is1155) { IERC1155(auctionId[_id].contractAddress).safeTransferFrom(msg.sender, address(this), _tokenId, 1, ""); } else { IERC721(auctionId[_id].contractAddress).safeTransferFrom(msg.sender, address(this), _tokenId); } auctionId[_id].blind = false; } function updateManyBlindAuction(uint32[] calldata _ids, uint256[] calldata _tokenIds) external onlySweepersTreasury { require(_ids.length == _tokenIds.length, "_id and tokenId must be same length"); for(uint i = 0; i < _ids.length; i++) { require(auctionId[_ids[i]].tokenId == 0, "already updated"); auctionId[_ids[i]].tokenId = _tokenIds[i]; if(auctionId[_ids[i]].is1155) { IERC1155(auctionId[_ids[i]].contractAddress).safeTransferFrom(msg.sender, address(this), _tokenIds[i], 1, ""); } else { IERC721(auctionId[_ids[i]].contractAddress).safeTransferFrom(msg.sender, address(this), _tokenIds[i]); } auctionId[_ids[i]].blind = false; } } function updateBlindAuction1155(uint32 _id, bool _is1155) external onlySweepersTreasury { auctionId[_id].is1155 = _is1155; } function updateManyBlindAuction1155(uint32[] calldata _ids, bool _is1155) external onlySweepersTreasury { for(uint i = 0; i < _ids.length; i++) { auctionId[_ids[i]].is1155 = _is1155; } } function updateBlindImage(uint32 _id, string calldata _hiddenImage) external onlySweepersTreasury { auctionId[_id].hiddenImage = _hiddenImage; } function updateManyBlindImage(uint32[] calldata _ids, string calldata _hiddenImage) external onlySweepersTreasury { for(uint i = 0; i < _ids.length; i++) { auctionId[_ids[i]].hiddenImage = _hiddenImage; } } function updateOpenseaSlug(uint32 _id, string calldata _slug) external onlySweepersTreasury { auctionId[_id].openseaSlug = _slug; } function updateManyOpenseaSlug(uint32[] calldata _ids, string calldata _slug) external onlySweepersTreasury { for(uint i = 0; i < _ids.length; i++) { auctionId[_ids[i]].openseaSlug = _slug; } } function updateAuctionStartingPrice(uint32 _id, uint256 _startingPrice) external onlySweepersTreasury { require(auctionId[_id].currentBid < auctionId[_id].startingPrice, 'Auction already met startingPrice'); auctionId[_id].startingPrice = _startingPrice; } function updateManyAuctionStartingPrice(uint32[] calldata _ids, uint256 _startingPrice) external onlySweepersTreasury { for(uint i = 0; i < _ids.length; i++) { if(auctionId[_ids[i]].currentBid < auctionId[_ids[i]].startingPrice) { auctionId[_ids[i]].startingPrice = _startingPrice; } else { continue; } } } function updateAuctionEndTime(uint32 _id, uint32 _newEndTime) external onlySweepersTreasury { require(auctionId[_id].currentBid == 0, 'Auction already met startingPrice'); auctionId[_id].endTime = _newEndTime; emit AuctionExtended(_id, _newEndTime); } function updateManyAuctionEndTime(uint32[] calldata _ids, uint32 _newEndTime) external onlySweepersTreasury { for(uint i = 0; i < _ids.length; i++) { if(auctionId[_ids[i]].currentBid == 0) { auctionId[_ids[i]].endTime = _newEndTime; emit AuctionExtended(_ids[i], _newEndTime); } else { continue; } } } function emergencyCancelAllAuctions() external onlySweepersTreasury { for(uint32 i = 0; i < currentAuctionId; i++) { uint8 status = auctionStatus(i); if(status == 1 || status == 0) { _cancelAuction(i); } else { continue; } } } function emergencyCancelAuction(uint32 _id) external onlySweepersTreasury { require(auctionStatus(_id) == 1 || auctionStatus(_id) == 0, 'Can only cancel active auctions'); _cancelAuction(_id); } function _cancelAuction(uint32 _id) private { auctionId[_id].endTime = uint32(block.timestamp); auctionId[_id].failed = true; address lastBidder = auctionId[_id].bidder; // Refund the last bidder, if applicable if (lastBidder != address(0)) { DUST.mint(lastBidder, auctionId[_id].currentBid); bidId[auctionId[_id].activeBidId].bidStatus = 3; auctionId[_id].previousBid = auctionId[_id].currentBid; } if (!auctionId[_id].blind) { if(auctionId[_id].is1155) { IERC1155(auctionId[_id].contractAddress).safeTransferFrom(address(this), Dev, auctionId[_id].tokenId, 1, ""); } else { IERC721(auctionId[_id].contractAddress).safeTransferFrom(address(this), Dev, auctionId[_id].tokenId); } } emit AuctionCanceled(_id, address(auctionId[_id].contractAddress), auctionId[_id].tokenId); } function emergencyRescueNFT(address _nft, uint256 _tokenId, bool _is1155) external onlySweepersTreasury { if(_is1155) { IERC1155(_nft).safeTransferFrom(address(this), Dev, _tokenId, 1, ""); } else { IERC721(_nft).safeTransferFrom(address(this), Dev, _tokenId); } } function emergencyRescueERC20(IERC20 token, uint256 amount, address to) external onlySweepersTreasury { if( token.balanceOf(address(this)) < amount ) { amount = token.balanceOf(address(this)); } token.transfer(to, amount); } /** * @notice Create a bid for a NFT, with a given amount. * @dev This contract only accepts payment in DUST. */ function createBid(uint32 _id, uint256 _bidAmount) external payable holdsDust nonReentrant { require(auctionStatus(_id) == 1, 'Auction is not Active'); require(block.timestamp < auctionId[_id].endTime, 'Auction expired'); require(msg.value == DevFee, 'Fee not covered'); require(_bidAmount >= auctionId[_id].startingPrice, 'Bid amount must be at least starting price'); require( _bidAmount >= auctionId[_id].currentBid + ((auctionId[_id].currentBid * minBidIncrementPercentage) / 10000), 'Must send more than last bid by minBidIncrementPercentage amount' ); address lastBidder = auctionId[_id].bidder; uint32 _bidId = currentBidId++; // Refund the last bidder, if applicable if (lastBidder != address(0)) { DUST.mint(lastBidder, auctionId[_id].currentBid); bidId[auctionId[_id].activeBidId].bidStatus = 2; auctionId[_id].previousBid = auctionId[_id].currentBid; } auctionId[_id].currentBid = _bidAmount; auctionId[_id].bidder = msg.sender; auctionId[_id].activeBidId = _bidId; auctionBids[_id].push(_bidId); auctionId[_id].numberBids++; bidId[_bidId].bidder = msg.sender; bidId[_bidId].bidAmount = _bidAmount; bidId[_bidId].auctionId = _id; bidId[_bidId].bidStatus = 1; userBids[msg.sender].push(_bidId); DUST.burnFrom(msg.sender, _bidAmount); // Extend the auction if the bid was received within `timeBufferThreshold` of the auction end time bool extended = auctionId[_id].endTime - block.timestamp < timeBufferThreshold; if (extended) { auctionId[_id].endTime = uint32(block.timestamp) + timeBuffer; emit AuctionExtended(_id, auctionId[_id].endTime); } Dev.transfer(DevFee); emit BidPlaced(_bidId, _id, msg.sender, _bidAmount); } /** * @notice Settle an auction, finalizing the bid and transferring the NFT to the winner. * @dev If there are no bids, the Auction is failed and can be relisted. */ function _settleAuction(uint32 _id) external { require(auctionStatus(_id) == 2, "can't be settled now"); require(auctionId[_id].tokenId != 0, "update auction tokenID"); auctionId[_id].settled = true; if (auctionId[_id].bidder == address(0) && auctionId[_id].currentBid == 0) { auctionId[_id].failed = true; if (!auctionId[_id].blind) { if(auctionId[_id].is1155) { IERC1155(auctionId[_id].contractAddress).safeTransferFrom(address(this), Dev, auctionId[_id].tokenId, 1, ""); } else { IERC721(auctionId[_id].contractAddress).safeTransferFrom(address(this), Dev, auctionId[_id].tokenId); } } emit AuctionFailed(_id, address(auctionId[_id].contractAddress), auctionId[_id].tokenId); } else { if(auctionId[_id].is1155) { IERC1155(auctionId[_id].contractAddress).safeTransferFrom(address(this), auctionId[_id].bidder, auctionId[_id].tokenId, 1, ""); } else { IERC721(auctionId[_id].contractAddress).safeTransferFrom(address(this), auctionId[_id].bidder, auctionId[_id].tokenId); } } activeAuctionCount--; emit AuctionSettled(_id, address(auctionId[_id].contractAddress), auctionId[_id].tokenId, auctionId[_id].bidder, auctionId[_id].currentBid); } function auctionStatus(uint32 _id) public view returns (uint8) { if (block.timestamp >= auctionId[_id].endTime && auctionId[_id].tokenId == 0) { return 5; // AWAITING TOKENID - Auction finished } if (auctionId[_id].failed) { return 4; // FAILED - not sold by end time } if (auctionId[_id].settled) { return 3; // SUCCESS - Bidder won } if (block.timestamp >= auctionId[_id].endTime) { return 2; // AWAITING SETTLEMENT - Auction finished } if (block.timestamp <= auctionId[_id].endTime && block.timestamp >= auctionId[_id].startTime) { return 1; // ACTIVE - bids enabled } return 0; // QUEUED - awaiting start time } function getBidsByAuctionId(uint32 _id) external view returns (uint32[] memory bidIds) { uint256 length = auctionBids[_id].length; bidIds = new uint32[](length); for(uint i = 0; i < length; i++) { bidIds[i] = auctionBids[_id][i]; } } function getBidsByUser(address _user) external view returns (uint32[] memory bidIds) { uint256 length = userBids[_user].length; bidIds = new uint32[](length); for(uint i = 0; i < length; i++) { bidIds[i] = userBids[_user][i]; } } function getTotalBidsLength() external view returns (uint32) { return currentBidId - 1; } function getBidsLengthForAuction(uint32 _id) external view returns (uint256) { return auctionBids[_id].length; } function getBidsLengthForUser(address _user) external view returns (uint256) { return userBids[_user].length; } function getBidInfoByIndex(uint32 _bidId) external view returns (address _bidder, uint256 _bidAmount, uint32 _auctionId, string memory _bidStatus) { _bidder = bidId[_bidId].bidder; _bidAmount = bidId[_bidId].bidAmount; _auctionId = bidId[_bidId].auctionId; if(bidId[_bidId].bidStatus == 1) { _bidStatus = 'active'; } else if(bidId[_bidId].bidStatus == 2) { _bidStatus = 'outbid'; } else if(bidId[_bidId].bidStatus == 3) { _bidStatus = 'canceled'; } else if(bidId[_bidId].bidStatus == 4) { _bidStatus = 'accepted'; } else { _bidStatus = 'invalid BidID'; } } function getBidStatus(uint32 _bidId) external view returns (string memory _bidStatus) { if(bidId[_bidId].bidStatus == 1) { _bidStatus = 'active'; } else if(bidId[_bidId].bidStatus == 2) { _bidStatus = 'outbid'; } else if(bidId[_bidId].bidStatus == 3) { _bidStatus = 'canceled'; } else if(bidId[_bidId].bidStatus == 4) { _bidStatus = 'accepted'; } else { _bidStatus = 'invalid BidID'; } } function getActiveAuctions() external view returns (uint32[] memory _activeAuctions) { _activeAuctions = new uint32[](activeAuctionCount); for(uint32 i = 0; i < currentAuctionId; i++) { uint32 z = 0; uint8 status = auctionStatus(i); if(status == 1) { _activeAuctions[z] = i; z++; } else { continue; } } } function getAllAuctions() external view returns (uint32[] memory auctions, uint8[] memory status) { auctions = new uint32[](currentAuctionId); status = new uint8[](currentAuctionId); for(uint32 i = 0; i < currentAuctionId; i++) { auctions[i] = i; status[i] = auctionStatus(i); } } }
// SPDX-License-Identifier: MIT LICENSE pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol"; interface INFT is IERC721Enumerable { }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.6; interface IDust { event Transfer(address indexed from, address indexed to, uint256 value); event Approval(address indexed owner, address indexed spender, uint256 value); function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer(address to, uint256 amount) external returns (bool); function allowance(address owner, address spender) external view returns (uint256); function approve(address spender, uint256 amount) external returns (bool); function transferFrom( address from, address to, uint256 amount ) external returns (bool); function burn(uint256 _amount) external; function burnFrom(address _from, uint256 _amount) external; function mint(address _to, uint256 _amount) external; }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC20/utils/SafeERC20.sol) pragma solidity ^0.8.0; import "../IERC20.sol"; import "../extensions/draft-IERC20Permit.sol"; import "../../../utils/Address.sol"; /** * @title SafeERC20 * @dev Wrappers around ERC20 operations that throw on failure (when the token * contract returns false). Tokens that return no value (and instead revert or * throw on failure) are also supported, non-reverting calls are assumed to be * successful. * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract, * which allows you to call the safe operations as `token.safeTransfer(...)`, etc. */ library SafeERC20 { using Address for address; function safeTransfer( IERC20 token, address to, uint256 value ) internal { _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value)); } function safeTransferFrom( IERC20 token, address from, address to, uint256 value ) internal { _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value)); } /** * @dev Deprecated. This function has issues similar to the ones found in * {IERC20-approve}, and its usage is discouraged. * * Whenever possible, use {safeIncreaseAllowance} and * {safeDecreaseAllowance} instead. */ function safeApprove( IERC20 token, address spender, uint256 value ) internal { // safeApprove should only be called when setting an initial allowance, // or when resetting it to zero. To increase and decrease it, use // 'safeIncreaseAllowance' and 'safeDecreaseAllowance' require( (value == 0) || (token.allowance(address(this), spender) == 0), "SafeERC20: approve from non-zero to non-zero allowance" ); _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value)); } function safeIncreaseAllowance( IERC20 token, address spender, uint256 value ) internal { uint256 newAllowance = token.allowance(address(this), spender) + value; _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } function safeDecreaseAllowance( IERC20 token, address spender, uint256 value ) internal { unchecked { uint256 oldAllowance = token.allowance(address(this), spender); require(oldAllowance >= value, "SafeERC20: decreased allowance below zero"); uint256 newAllowance = oldAllowance - value; _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } } function safePermit( IERC20Permit token, address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s ) internal { uint256 nonceBefore = token.nonces(owner); token.permit(owner, spender, value, deadline, v, r, s); uint256 nonceAfter = token.nonces(owner); require(nonceAfter == nonceBefore + 1, "SafeERC20: permit did not succeed"); } /** * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement * on the return value: the return value is optional (but if data is returned, it must not be false). * @param token The token targeted by the call. * @param data The call data (encoded using abi.encode or one of its variants). */ function _callOptionalReturn(IERC20 token, bytes memory data) private { // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since // we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that // the target address contains contract code and also asserts for success in the low-level call. bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed"); if (returndata.length > 0) { // Return data is optional require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed"); } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.5.0) (token/ERC1155/IERC1155Receiver.sol) pragma solidity ^0.8.0; import "../../utils/introspection/IERC165.sol"; /** * @dev _Available since v3.1._ */ interface IERC1155Receiver is IERC165 { /** * @dev Handles the receipt of a single ERC1155 token type. This function is * called at the end of a `safeTransferFrom` after the balance has been updated. * * NOTE: To accept the transfer, this must return * `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` * (i.e. 0xf23a6e61, or its own function selector). * * @param operator The address which initiated the transfer (i.e. msg.sender) * @param from The address which previously owned the token * @param id The ID of the token being transferred * @param value The amount of tokens being transferred * @param data Additional data with no specified format * @return `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` if transfer is allowed */ function onERC1155Received( address operator, address from, uint256 id, uint256 value, bytes calldata data ) external returns (bytes4); /** * @dev Handles the receipt of a multiple ERC1155 token types. This function * is called at the end of a `safeBatchTransferFrom` after the balances have * been updated. * * NOTE: To accept the transfer(s), this must return * `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` * (i.e. 0xbc197c81, or its own function selector). * * @param operator The address which initiated the batch transfer (i.e. msg.sender) * @param from The address which previously owned the token * @param ids An array containing ids of each token being transferred (order and length must match values array) * @param values An array containing amounts of each token being transferred (order and length must match ids array) * @param data Additional data with no specified format * @return `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` if transfer is allowed */ function onERC1155BatchReceived( address operator, address from, uint256[] calldata ids, uint256[] calldata values, bytes calldata data ) external returns (bytes4); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC1155/IERC1155.sol) pragma solidity ^0.8.0; import "../../utils/introspection/IERC165.sol"; /** * @dev Required interface of an ERC1155 compliant contract, as defined in the * https://eips.ethereum.org/EIPS/eip-1155[EIP]. * * _Available since v3.1._ */ interface IERC1155 is IERC165 { /** * @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`. */ event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value); /** * @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all * transfers. */ event TransferBatch( address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values ); /** * @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to * `approved`. */ event ApprovalForAll(address indexed account, address indexed operator, bool approved); /** * @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI. * * If an {URI} event was emitted for `id`, the standard * https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value * returned by {IERC1155MetadataURI-uri}. */ event URI(string value, uint256 indexed id); /** * @dev Returns the amount of tokens of token type `id` owned by `account`. * * Requirements: * * - `account` cannot be the zero address. */ function balanceOf(address account, uint256 id) external view returns (uint256); /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}. * * Requirements: * * - `accounts` and `ids` must have the same length. */ function balanceOfBatch(address[] calldata accounts, uint256[] calldata ids) external view returns (uint256[] memory); /** * @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`, * * Emits an {ApprovalForAll} event. * * Requirements: * * - `operator` cannot be the caller. */ function setApprovalForAll(address operator, bool approved) external; /** * @dev Returns true if `operator` is approved to transfer ``account``'s tokens. * * See {setApprovalForAll}. */ function isApprovedForAll(address account, address operator) external view returns (bool); /** * @dev Transfers `amount` tokens of token type `id` from `from` to `to`. * * Emits a {TransferSingle} event. * * Requirements: * * - `to` cannot be the zero address. * - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}. * - `from` must have a balance of tokens of type `id` of at least `amount`. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the * acceptance magic value. */ function safeTransferFrom( address from, address to, uint256 id, uint256 amount, bytes calldata data ) external; /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}. * * Emits a {TransferBatch} event. * * Requirements: * * - `ids` and `amounts` must have the same length. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the * acceptance magic value. */ function safeBatchTransferFrom( address from, address to, uint256[] calldata ids, uint256[] calldata amounts, bytes calldata data ) external; }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.5.0) (token/ERC721/extensions/IERC721Enumerable.sol) pragma solidity ^0.8.0; import "../IERC721.sol"; /** * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension * @dev See https://eips.ethereum.org/EIPS/eip-721 */ interface IERC721Enumerable is IERC721 { /** * @dev Returns the total amount of tokens stored by the contract. */ function totalSupply() external view returns (uint256); /** * @dev Returns a token ID owned by `owner` at a given `index` of its token list. * Use along with {balanceOf} to enumerate all of ``owner``'s tokens. */ function tokenOfOwnerByIndex(address owner, uint256 index) external view returns (uint256); /** * @dev Returns a token ID at a given `index` of all the tokens stored by the contract. * Use along with {totalSupply} to enumerate all tokens. */ function tokenByIndex(uint256 index) external view returns (uint256); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721Receiver.sol) pragma solidity ^0.8.0; /** * @title ERC721 token receiver interface * @dev Interface for any contract that wants to support safeTransfers * from ERC721 asset contracts. */ interface IERC721Receiver { /** * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom} * by `operator` from `from`, this function is called. * * It must return its Solidity selector to confirm the token transfer. * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted. * * The selector can be obtained in Solidity with `IERC721Receiver.onERC721Received.selector`. */ function onERC721Received( address operator, address from, uint256 tokenId, bytes calldata data ) external returns (bytes4); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) pragma solidity ^0.8.0; import "../utils/Context.sol"; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { _checkOwner(); _; } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if the sender is not the owner. */ function _checkOwner() internal view virtual { require(owner() == _msgSender(), "Ownable: caller is not the owner"); } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol) pragma solidity ^0.8.0; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are no nested * (reentrant) calls to them. * * Note that because there is a single `nonReentrant` guard, functions marked as * `nonReentrant` may not call one another. This can be worked around by making * those functions `private`, and then adding `external` `nonReentrant` entry * points to them. * * TIP: If you would like to learn more about reentrancy and alternative ways * to protect against it, check out our blog post * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul]. */ abstract contract ReentrancyGuard { // Booleans are more expensive than uint256 or any type that takes up a full // word because each write operation emits an extra SLOAD to first read the // slot's contents, replace the bits taken up by the boolean, and then write // back. This is the compiler's defense against contract upgrades and // pointer aliasing, and it cannot be disabled. // The values being non-zero value makes deployment a bit more expensive, // but in exchange the refund on every call to nonReentrant will be lower in // amount. Since refunds are capped to a percentage of the total // transaction's gas, it is best to keep them low in cases like this one, to // increase the likelihood of the full refund coming into effect. uint256 private constant _NOT_ENTERED = 1; uint256 private constant _ENTERED = 2; uint256 private _status; constructor() { _status = _NOT_ENTERED; } /** * @dev Prevents a contract from calling itself, directly or indirectly. * Calling a `nonReentrant` function from another `nonReentrant` * function is not supported. It is possible to prevent this from happening * by making the `nonReentrant` function external, and making it call a * `private` function that does the actual work. */ modifier nonReentrant() { // On the first call to nonReentrant, _notEntered will be true require(_status != _ENTERED, "ReentrancyGuard: reentrant call"); // Any calls to nonReentrant after this point will fail _status = _ENTERED; _; // By storing the original value once again, a refund is triggered (see // https://eips.ethereum.org/EIPS/eip-2200) _status = _NOT_ENTERED; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/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 (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 v4.4.1 (token/ERC20/extensions/draft-IERC20Permit.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612]. * * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't * need to send a transaction, and thus is not required to hold Ether at all. */ interface IERC20Permit { /** * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens, * given ``owner``'s signed approval. * * IMPORTANT: The same issues {IERC20-approve} has related to transaction * ordering also apply here. * * Emits an {Approval} event. * * Requirements: * * - `spender` cannot be the zero address. * - `deadline` must be a timestamp in the future. * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner` * over the EIP712-formatted function arguments. * - the signature must use ``owner``'s current nonce (see {nonces}). * * For more information on the signature format, see the * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP * section]. */ function permit( address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s ) external; /** * @dev Returns the current nonce for `owner`. This value must be * included whenever a signature is generated for {permit}. * * Every successful call to {permit} increases ``owner``'s nonce by one. This * prevents a signature from being used multiple times. */ function nonces(address owner) external view returns (uint256); /** * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}. */ // solhint-disable-next-line func-name-mixedcase function DOMAIN_SEPARATOR() external view returns (bytes32); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev Emitted when the allowance of a `spender` for an `owner` is set by * a call to {approve}. `value` is the new allowance. */ event Approval(address indexed owner, address indexed spender, uint256 value); /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256); /** * @dev Moves `amount` tokens from the caller's account to `to`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address to, uint256 amount) external returns (bool); /** * @dev Returns the remaining number of tokens that `spender` will be * allowed to spend on behalf of `owner` through {transferFrom}. This is * zero by default. * * This value changes when {approve} or {transferFrom} are called. */ function allowance(address owner, address spender) external view returns (uint256); /** * @dev Sets `amount` as the allowance of `spender` over the caller's tokens. * * Returns a boolean value indicating whether the operation succeeded. * * IMPORTANT: Beware that changing an allowance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * * Emits an {Approval} event. */ function approve(address spender, uint256 amount) external returns (bool); /** * @dev Moves `amount` tokens from `from` to `to` using the * allowance mechanism. `amount` is then deducted from the caller's * allowance. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transferFrom( address from, address to, uint256 amount ) external 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); }
// 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; } }
{ "optimizer": { "enabled": true, "runs": 9999 }, "viaIR": true, "evmVersion": "istanbul", "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"uint32","name":"_timeBuffer","type":"uint32"},{"internalType":"uint16","name":"_minBidIncrementPercentage","type":"uint16"},{"internalType":"address","name":"_sweepers","type":"address"},{"internalType":"address","name":"_dust","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"AuctionId","type":"uint32"},{"indexed":true,"internalType":"address","name":"NFTProjectAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenID","type":"uint256"}],"name":"AuctionCanceled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"AuctionId","type":"uint32"},{"indexed":false,"internalType":"uint32","name":"startTime","type":"uint32"},{"indexed":false,"internalType":"uint32","name":"endTime","type":"uint32"},{"indexed":true,"internalType":"address","name":"NFTContract","type":"address"},{"indexed":true,"internalType":"uint256","name":"TokenId","type":"uint256"},{"indexed":false,"internalType":"bool","name":"BlindAuction","type":"bool"}],"name":"AuctionCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"AuctionId","type":"uint32"},{"indexed":false,"internalType":"uint32","name":"NewEndTime","type":"uint32"}],"name":"AuctionExtended","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"AuctionId","type":"uint32"},{"indexed":true,"internalType":"address","name":"NFTProjectAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenID","type":"uint256"}],"name":"AuctionFailed","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"minBidIncrementPercentage","type":"uint16"}],"name":"AuctionMinBidIncrementPercentageUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"AuctionId","type":"uint32"},{"indexed":true,"internalType":"address","name":"NFTProjectAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenID","type":"uint256"},{"indexed":false,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"uint256","name":"finalAmount","type":"uint256"}],"name":"AuctionSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint32","name":"timeBuffer","type":"uint32"}],"name":"AuctionTimeBufferUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"BidId","type":"uint32"},{"indexed":true,"internalType":"uint32","name":"AuctionId","type":"uint32"},{"indexed":false,"internalType":"address","name":"sender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"BidPlaced","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"},{"inputs":[],"name":"DUST","outputs":[{"internalType":"contract IDust","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"Dev","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"DevFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"SWEEPERS","outputs":[{"internalType":"contract INFT","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"}],"name":"_settleAuction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"activeAuctionCount","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"","type":"uint32"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"auctionBids","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"","type":"uint32"}],"name":"auctionId","outputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"address","name":"contractAddress","type":"address"},{"internalType":"bool","name":"is1155","type":"bool"},{"internalType":"uint32","name":"startTime","type":"uint32"},{"internalType":"uint32","name":"endTime","type":"uint32"},{"internalType":"uint256","name":"startingPrice","type":"uint256"},{"internalType":"uint256","name":"currentBid","type":"uint256"},{"internalType":"uint256","name":"previousBid","type":"uint256"},{"internalType":"uint32","name":"activeBidId","type":"uint32"},{"internalType":"address","name":"bidder","type":"address"},{"internalType":"uint16","name":"numberBids","type":"uint16"},{"internalType":"bool","name":"blind","type":"bool"},{"internalType":"bool","name":"settled","type":"bool"},{"internalType":"bool","name":"failed","type":"bool"},{"internalType":"string","name":"hiddenImage","type":"string"},{"internalType":"string","name":"openseaSlug","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"}],"name":"auctionStatus","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"","type":"uint32"}],"name":"bidId","outputs":[{"internalType":"uint256","name":"bidAmount","type":"uint256"},{"internalType":"address","name":"bidder","type":"address"},{"internalType":"uint32","name":"auctionId","type":"uint32"},{"internalType":"uint8","name":"bidStatus","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_nftContract","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"bool","name":"_is1155","type":"bool"},{"internalType":"uint32","name":"_startTime","type":"uint32"},{"internalType":"uint32","name":"_endTime","type":"uint32"},{"internalType":"uint256","name":"_startingPrice","type":"uint256"},{"internalType":"string","name":"_slug","type":"string"}],"name":"createAuction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"},{"internalType":"uint256","name":"_bidAmount","type":"uint256"}],"name":"createBid","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"_nftContract","type":"address"},{"internalType":"bool","name":"_is1155","type":"bool"},{"internalType":"uint32","name":"_startTime","type":"uint32"},{"internalType":"uint32","name":"_endTime","type":"uint32"},{"internalType":"string","name":"_hiddenImage","type":"string"},{"internalType":"uint256","name":"_startingPrice","type":"uint256"},{"internalType":"string","name":"_slug","type":"string"}],"name":"createBlindAuction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_nftContract","type":"address"},{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"bool","name":"_is1155","type":"bool"},{"internalType":"uint32","name":"_startTime","type":"uint32"},{"internalType":"uint32","name":"_endTime","type":"uint32"},{"internalType":"uint256","name":"_startingPrice","type":"uint256"},{"internalType":"string","name":"_slug","type":"string"}],"name":"createManyAuctionSameProject","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_nftContract","type":"address"},{"internalType":"bool","name":"_is1155","type":"bool"},{"internalType":"uint16","name":"_numAuctions","type":"uint16"},{"internalType":"uint32","name":"_startTime","type":"uint32"},{"internalType":"uint32","name":"_endTime","type":"uint32"},{"internalType":"string","name":"_hiddenImage","type":"string"},{"internalType":"uint256","name":"_startingPrice","type":"uint256"},{"internalType":"string","name":"_slug","type":"string"}],"name":"createManyBlindAuctionSameProject","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"emergencyCancelAllAuctions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"}],"name":"emergencyCancelAuction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"token","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"address","name":"to","type":"address"}],"name":"emergencyRescueERC20","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_nft","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"bool","name":"_is1155","type":"bool"}],"name":"emergencyRescueNFT","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getActiveAuctions","outputs":[{"internalType":"uint32[]","name":"_activeAuctions","type":"uint32[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getAllAuctions","outputs":[{"internalType":"uint32[]","name":"auctions","type":"uint32[]"},{"internalType":"uint8[]","name":"status","type":"uint8[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_bidId","type":"uint32"}],"name":"getBidInfoByIndex","outputs":[{"internalType":"address","name":"_bidder","type":"address"},{"internalType":"uint256","name":"_bidAmount","type":"uint256"},{"internalType":"uint32","name":"_auctionId","type":"uint32"},{"internalType":"string","name":"_bidStatus","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_bidId","type":"uint32"}],"name":"getBidStatus","outputs":[{"internalType":"string","name":"_bidStatus","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"}],"name":"getBidsByAuctionId","outputs":[{"internalType":"uint32[]","name":"bidIds","type":"uint32[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_user","type":"address"}],"name":"getBidsByUser","outputs":[{"internalType":"uint32[]","name":"bidIds","type":"uint32[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"}],"name":"getBidsLengthForAuction","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_user","type":"address"}],"name":"getBidsLengthForUser","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getTotalBidsLength","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"minBidIncrementPercentage","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"mustHold","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256[]","name":"","type":"uint256[]"},{"internalType":"uint256[]","name":"","type":"uint256[]"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"onERC1155BatchReceived","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"onERC1155Received","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"onERC721Received","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_dev","type":"address"},{"internalType":"uint256","name":"_devFee","type":"uint256"}],"name":"setDev","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_dust","type":"address"}],"name":"setDust","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_minBidIncrementPercentage","type":"uint16"}],"name":"setMinBidIncrementPercentage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_flag","type":"bool"}],"name":"setMustHold","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_sweepers","type":"address"}],"name":"setSweepers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_timeBufferThreshold","type":"uint32"},{"internalType":"uint32","name":"_timeBuffer","type":"uint32"}],"name":"setTimeBuffer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceID","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"sweepersTreasury","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"timeBuffer","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"timeBufferThreshold","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"},{"internalType":"uint32","name":"_newEndTime","type":"uint32"}],"name":"updateAuctionEndTime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"},{"internalType":"uint256","name":"_startingPrice","type":"uint256"}],"name":"updateAuctionStartingPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"updateBlindAuction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"},{"internalType":"bool","name":"_is1155","type":"bool"}],"name":"updateBlindAuction1155","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"},{"internalType":"string","name":"_hiddenImage","type":"string"}],"name":"updateBlindImage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_ids","type":"uint32[]"},{"internalType":"uint32","name":"_newEndTime","type":"uint32"}],"name":"updateManyAuctionEndTime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_ids","type":"uint32[]"},{"internalType":"uint256","name":"_startingPrice","type":"uint256"}],"name":"updateManyAuctionStartingPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_ids","type":"uint32[]"},{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"updateManyBlindAuction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_ids","type":"uint32[]"},{"internalType":"bool","name":"_is1155","type":"bool"}],"name":"updateManyBlindAuction1155","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_ids","type":"uint32[]"},{"internalType":"string","name":"_hiddenImage","type":"string"}],"name":"updateManyBlindImage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_ids","type":"uint32[]"},{"internalType":"string","name":"_slug","type":"string"}],"name":"updateManyOpenseaSlug","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_id","type":"uint32"},{"internalType":"string","name":"_slug","type":"string"}],"name":"updateOpenseaSlug","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_treasury","type":"address"}],"name":"updateSweepersTreasury","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"userBids","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"}]
Contract Creation Code
6080346200015d57601f62005cfc38819003918201601f19168301916001600160401b0383118484101762000162578084926080946040528339810103126200015d5780519063ffffffff821682036200015d57602081015161ffff811681036200015d57620000806060620000786040850162000178565b930162000178565b9260016000556001549360018060a01b03199333858716176001556040519560018060a01b03928391823391167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a36601c6bf5263400060065560018060401b03196008541660085516856003541617600355168360025416176002556004549161ffff60e01b9060e01b169163ffffffff60c01b8260c01b169060016bffff0000000000000000000160a01b0316179063ffffffff60a01b9060a01b16171760045533906005541617600555615b6e90816200018e8239f35b600080fd5b634e487b7160e01b600052604160045260246000fd5b51906001600160a01b03821682036200015d5756fe608080604052600436101561001357600080fd5b60003560e01c90816301ace73014614e995750806301e51ae814614e7257806301ffc9a714614e0757806306a2f4c514614aaa57806307056c9b146149b9578063150b7a021461494a5780631f212a9a146148be578063314e6722146147d35780633a4e09241461478c5780633b7cb6331461476557806340fc01f61461468457806341d4a1ab14614577578063446db7781461445157806347b68585146143ed5780634e0cd799146143c65780635997ed4c146143a857806365157dec14614350578063666e9a4f146142f8578063715018a61461428557806372e2867d1461425e57806373dde2d814613c425780637da921c814613a3457806382270f6f1461352257806382c103461461348c57806383e3a0d61461334857806384dd40df146132a35780638da5cb5b1461327c57806396ec50c31461321e5780639f0c3b77146131c65780639f85906c14613070578063a25b05ec14612f93578063a4b0b41514612e8b578063aa6a9f491461259e578063b296024d14612579578063b8236c4e14612521578063bb14ef5d14612450578063bc197c81146123ac578063c35daa7414612389578063c46caa71146122a4578063cbc34aad146120dc578063cbd2bdfd14611fec578063cd98e91f14611a51578063cf44b5d514611998578063d90c707e14611854578063da45a9cd146117f6578063dd4ec4f81461101b578063e94b857214610f5a578063ea569ab014610e1b578063ea6695e814610d6b578063eb56b47a14610d07578063ec91f2a414610ce0578063ed15b1c4146105fb578063ee328509146105c1578063f01fab7b14610538578063f23a6e61146104c9578063f281b1201461049b578063f2fde38b146103ab578063f66ac57e14610374578063fdec0120146102df5763ffde608f146102b357600080fd5b346102da5760006003193601126102da57602063ffffffff60045460a01c16604051908152f35b600080fd5b346102da5760006003193601126102da576103106001600160a01b0380600454163314908115610366575b506152b7565b60005b63ffffffff80600854169082161015610364578060ff610335610356936158f6565b166001811490811561035b575b501561035157610351816154d7565b61534d565b610313565b90501583610342565b005b90506001541633148261030a565b346102da5760206003193601126102da5763ffffffff610392614eee565b16600052600a6020526020604060002054604051908152f35b346102da5760206003193601126102da576103c4614f7a565b6103cc61525f565b6001600160a01b0380911690811561043157600154827fffffffffffffffffffffffff0000000000000000000000000000000000000000821617600155167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a3005b608460405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152fd5b346102da5760206003193601126102da5760206104be6104b9614eee565b6158f6565b60ff60405191168152f35b346102da5760a06003193601126102da576104e2614f7a565b506104eb614f90565b5060843567ffffffffffffffff81116102da5761050c903690600401614fa6565b505060206040517ff23a6e61000000000000000000000000000000000000000000000000000000008152f35b346102da5760406003193601126102da5763ffffffff610556614eee565b6105756001600160a01b03806004541633149081156105b357506152b7565b1680600052600760205261059a60036040600020015460026040600020015411615466565b6000526007602052602435600260406000200155600080f35b90506001541633148461030a565b346102da5760206003193601126102da576001600160a01b036105e2614f7a565b16600052600b6020526020604060002054604051908152f35b346102da5760e06003193601126102da57610614614f7a565b61061c615250565b9060443563ffffffff811681036102da57610635614f14565b9160843567ffffffffffffffff81116102da57610656903690600401614fa6565b939060c4359067ffffffffffffffff82116102da5761076161067f61076e933690600401614fa6565b9190926001600160a01b036004541633148015610cc7575b6106a0906152b7565b6106af60026000541415615302565b60026000556008549863ffffffff6106c8818c1661534d565b1663ffffffff198b16176008556040519a6106e28c615120565b60008c526001600160a01b03891660208d0152151560408c015263ffffffff891660608c015263ffffffff871660808c015260a43560a08c0152600060c08c0152600060e08c015260006101008c015260006101208c015260006101408c015260016101608c015260006101808c015260006101a08c0152369161539b565b6101c0890152369161539b565b6101e086015263ffffffff8416600052600760205260406000208551815561089a600182016001600160a01b036020890151167fffffffffffffffffffffffff000000000000000000000000000000000000000082541617815561081b6040890151151582907fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff74ff0000000000000000000000000000000000000000835492151560a01b169116179055565b6060880151815460808a01517fffffff0000000000000000ffffffffffffffffffffffffffffffffffffffffff90911660a89290921b78ffffffff000000000000000000000000000000000000000000169190911760c89190911b7cffffffff0000000000000000000000000000000000000000000000000016179055565b60a0860151600282015560c0860151600382015560e08601516004820155610a106005820163ffffffff6101008901511663ffffffff198254161781556109336001600160a01b036101208a01511682907fffffffffffffffff0000000000000000000000000000000000000000ffffffff77ffffffffffffffffffffffffffffffffffffffff0000000083549260201b169116179055565b61014088015181546101608a01516101808b01516101a08c015190151560d81b7bff0000000000000000000000000000000000000000000000000000001691151560d01b7aff00000000000000000000000000000000000000000000000000001660c09490941b79ffff000000000000000000000000000000000000000000000000167fffffff0000000000ffffffffffffffffffffffffffffffffffffffffffffffff90931692909217929092179190911790151560e01b7cff0000000000000000000000000000000000000000000000000000000016179055565b6101c086015180519067ffffffffffffffff8211610c1757610a4282610a3960068601546150b9565b600686016153e2565b602090601f8311600114610c515791806101e09492600794600092610c46575b50506000198260011b9260031b1c19161760068201555b0195015194855167ffffffffffffffff8111610c1757610aa381610a9d84546150b9565b846153e2565b6020601f8211600114610b7a579363ffffffff6060948194846001600160a01b03957f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f29960009d8e92610b6f575b50506000198260011b9260031b1c19161790555b6008547fffffffffffffffffffffffffffffffffffffffff00000000ffffffffffffffff6bffffffff0000000000000000610b44858460401c1661534d565b60401b1691161760085581604051981688521660208701526001604087015216941692a46001600055005b015190508d80610af1565b601f198216978360005260206000209860005b818110610bff57509463ffffffff9460018560009c7f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f29a9689966001600160a01b039960609c10610be6575b505050811b019055610b05565b015160001960f88460031b161c191690558d8080610bd9565b838301518b556001909a019960209384019301610b8d565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b015190508a80610a62565b906006840160005260206000209160005b601f1985168110610caf5750926101e0949260019260079583601f19811610610c96575b505050811b016006820155610a79565b015160001960f88460031b161c191690558a8080610c86565b91926020600181928685015181550194019201610c62565b506106a06001600160a01b036001541633149050610697565b346102da5760006003193601126102da57602063ffffffff60045460c01c16604051908152f35b346102da5760006003193601126102da5763ffffffff6000198160085460201c1601818111610d3c5760209160405191168152f35b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b346102da5760406003193601126102da57610364610d87614eee565b63ffffffff610d94615250565b91610db46001600160a01b0380600454163314908115610e0d57506152b7565b1660005260076020526001604060002001907fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff74ff0000000000000000000000000000000000000000835492151560a01b169116179055565b90506001541633148661030a565b346102da57610e2936615072565b9291610e4a6001600160a01b0380600454163314908115610e0d57506152b7565b60005b818110610e5657005b63ffffffff610e6e610e69838588615445565b615455565b1660005260206007815260066040600020019067ffffffffffffffff8711610c17578690610ea682610ea085546150b9565b856153e2565b600090601f8311600114610eec575090610edc939291600091610ee1575b508760011b906000198960031b1c1916179055615436565b610e4d565b905085013588610ec4565b939291601f191690826000528885600020926000965b818810610f3e5750610edc965010610f24575b5050600187811b019055615436565b60001960f88a60031b161c19908701351690558780610f15565b838a0135855596870196600190940193928301928b9250610f02565b346102da5760206003193601126102da57610f73614eee565b610f926001600160a01b038060045416331490811561100d57506152b7565b600160ff610f9f836158f6565b16148015610ffa575b15610fb657610364906154d7565b606460405162461bcd60e51b815260206004820152601f60248201527f43616e206f6e6c792063616e63656c206163746976652061756374696f6e73006044820152fd5b5060ff611006826158f6565b1615610fa8565b90506001541633148361030a565b346102da5760e06003193601126102da57611034614f7a565b60243567ffffffffffffffff81116102da57611054903690600401614ebd565b9061105d615241565b611065614f14565b61106d614f27565b9260c43567ffffffffffffffff81116102da5761108e903690600401614fa6565b9590936001600160a01b0360045416331480156117dd575b6110af906152b7565b6110be60026000541415615302565b600260005560005b8281106110d4576001600055005b6008549063ffffffff6110e881841661534d565b1663ffffffff19831617600855611100818587615445565b356040519061110e82615120565b81526001600160a01b038b166020820152831515604082015263ffffffff8716606082015263ffffffff8916608082015260a43560a0820152600060c0820152600060e08201526000610100820152600061012082015260006101408201526000610160820152600061018082015260006101a082015261118d615362565b6101c082015261119e368b8a61539b565b6101e082015263ffffffff83166000526007602052604060002090805182556112cb600183016001600160a01b036020840151167fffffffffffffffffffffffff000000000000000000000000000000000000000082541617815561124c6040840151151582907fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff74ff0000000000000000000000000000000000000000835492151560a01b169116179055565b6060830151815460808501517fffffff0000000000000000ffffffffffffffffffffffffffffffffffffffffff90911660a89290921b78ffffffff000000000000000000000000000000000000000000169190911760c89190911b7cffffffff0000000000000000000000000000000000000000000000000016179055565b60a0810151600283015560c0810151600383015560e081015160048301556114416005830163ffffffff6101008401511663ffffffff198254161781556113646001600160a01b036101208501511682907fffffffffffffffff0000000000000000000000000000000000000000ffffffff77ffffffffffffffffffffffffffffffffffffffff0000000083549260201b169116179055565b61014083015181546101608501516101808601516101a087015190151560d81b7bff0000000000000000000000000000000000000000000000000000001691151560d01b7aff00000000000000000000000000000000000000000000000000001660c09490941b79ffff000000000000000000000000000000000000000000000000167fffffff0000000000ffffffffffffffffffffffffffffffffffffffffffffffff90931692909217929092179190911790151560e01b7cff0000000000000000000000000000000000000000000000000000000016179055565b6101c081015180519067ffffffffffffffff8211610c17576114738261146a60068701546150b9565b600687016153e2565b602090601f8311600114611769576101e09392916000918361175e575b50506000198260011b9260031b1c19161760068401555b015180519067ffffffffffffffff8211610c17576114d5826114cc60078601546150b9565b600786016153e2565b602090601f83116001146116ee5760079291600091836116e3575b50506000198260011b9260031b1c1916179101555b6008547fffffffffffffffffffffffffffffffffffffffff00000000ffffffffffffffff6bffffffff000000000000000061154863ffffffff8460401c1661534d565b60401b169116176008558260001461167457611565818587615445565b35916001600160a01b038b163b156102da576040517ff242432a00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101939093526001606484015260a06084840152600060a48401819052838c81836001600160a01b038260c481015b0393165af190811561166857877f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f2606063ffffffff8f6001600160a01b03908f976116338a8f8f906116549e8895611659575b50615445565b359881604051981688521660208701526000604087015216941692a4615436565b6110c6565b6116629061510c565b3861162d565b6040513d6000823e3d90fd5b61167f818587615445565b35916001600160a01b038b163b156102da576040517f42842e0e00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101939093526000838c81836001600160a01b0382606481016115da565b015190508e806114f0565b906007840160005260206000209160005b601f1985168110611746575091839160019383601f19600797161061172d575b505050811b01910155611505565b015160001960f88460031b161c191690558e808061171f565b919260206001819286850151815501940192016116ff565b015190508f80611490565b906006850160005260206000209160005b601f19851681106117c5575091839160019383601f196101e0989716106117ac575b505050811b0160068401556114a7565b015160001960f88460031b161c191690558f808061179c565b9192602060018192868501518155019401920161177a565b506110af6001600160a01b0360015416331490506110a6565b346102da5760406003193601126102da576001600160a01b03611817614f7a565b61181f61525f565b167fffffffffffffffffffffffff00000000000000000000000000000000000000006005541617600555602435600655600080f35b346102da5760406003193601126102da5761186d614eee565b611875614f01565b61187d61525f565b6004549063ffffffff808360a01c16818460c01c161061192e577fdb23dce19c154eb4183dc5dcf5939f85c5283cfa14556a403fa2352eed238edc936020937fffffffff0000000000000000ffffffffffffffffffffffffffffffffffffffff77ffffffff00000000000000000000000000000000000000007bffffffff0000000000000000000000000000000000000000000000008660c01b169360a01b169116171760045560405191168152a1005b608460405162461bcd60e51b815260206004820152602960248201527f74696d65427566666572206d757374206265203e3d2074696d6542756666657260448201527f5468726573686f6c6400000000000000000000000000000000000000000000006064820152fd5b346102da5760006003193601126102da5760085463ffffffff6119bf818360401c166159d6565b91811660005b8281169082821015611a3757600160ff6119de836158f6565b1603611a2d578451156119fe576119f991602086015261534d565b6119c5565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6119f9915061534d565b60405160208082528190611a4d90820188614fd4565b0390f35b346102da576101006003193601126102da57611a6b614f7a565b611a73615250565b6044359061ffff821682036102da57611a8a614f14565b92611a93614f27565b60a43567ffffffffffffffff81116102da57611ab3903690600401614fa6565b939060e43567ffffffffffffffff81116102da57611ad5903690600401614fa6565b6001600160a01b036004541633148015611fd3575b611af3906152b7565b611b0260026000541415615302565b600260005560005b61ffff89168110611b1c576001600055005b60085463ffffffff611b2f81831661534d565b1663ffffffff19821617600855604051611b4881615120565b600081526001600160a01b0389166020820152861515604082015263ffffffff8c16606082015263ffffffff8816608082015260c43560a0820152600060c0820152600060e08201526000610100820152600061012082015260006101408201526001610160820152600061018082015260006101a0820152611bcc368b8861539b565b6101c0820152611bdd36858761539b565b6101e082015263ffffffff8216600052600760205260406000209080518255611c8b600183016001600160a01b036020840151167fffffffffffffffffffffffff000000000000000000000000000000000000000082541617815561124c6040840151151582907fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff74ff0000000000000000000000000000000000000000835492151560a01b169116179055565b60a0810151600283015560c0810151600383015560e08101516004830155611d246005830163ffffffff6101008401511663ffffffff198254161781556113646001600160a01b036101208501511682907fffffffffffffffff0000000000000000000000000000000000000000ffffffff77ffffffffffffffffffffffffffffffffffffffff0000000083549260201b169116179055565b6101c081015180519067ffffffffffffffff8211610c1757611d4d8261146a60068701546150b9565b602090601f8311600114611f5f576101e093929160009183611f54575b50506000198260011b9260031b1c19161760068401555b015180519067ffffffffffffffff8211610c175782828f9492611dad8e956114cc8f96600701546150b9565b602090601f8311600114611e96576001600160a01b0360009663ffffffff611e849a9761ffff9c9a976007887f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f29960609986998f92611e8b575b50506000198260011b9260031b1c1916179101555b6008547fffffffffffffffffffffffffffffffffffffffff00000000ffffffffffffffff6bffffffff0000000000000000611e5b858460401c1661534d565b60401b1691161760085581604051981688521660208701526001604087015216941692a4615436565b9050611b0a565b015190503880611e07565b906007840160005260206000209160005b601f1985168110611f2d575060009663ffffffff611e849a9761ffff9c9a97600760018960609986996001600160a01b039983601f197f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f29f1610611f14575b505050811b01910155611e1c565b015160001960f88460031b161c19169055388080611f06565b9395509181949650600160209291839285015181550194019201918e9593918e9593611ea7565b015190503880611d6a565b906006850160005260206000209160005b601f1985168110611fbb575091839160019383601f196101e098971610611fa2575b505050811b016006840155611d81565b015160001960f88460031b161c19169055388080611f92565b91926020600181928685015181550194019201611f70565b50611af36001600160a01b036001541633149050611aea565b346102da5760006003193601126102da5763ffffffff806008541690612011826159d6565b9161201b816159be565b906120296040519283615159565b808252612035816159be565b6020601f19818501920136833760005b858116848110156120845790818061206061207f948b615a07565b5260ff61207661206f846158f6565b9289615a07565b9116905261534d565b612045565b6120a08885858981604051958695604087526040870190614fd4565b9185830382870152519182815201929160005b8281106120c257505050500390f35b835160ff16855286955093810193928101926001016120b3565b346102da5760606003193601126102da576004356001600160a01b038082168092036102da57602435906044359080821682036102da578061212b9160045416331490811561229657506152b7565b8190604051927f70a08231000000000000000000000000000000000000000000000000000000009081855230600486015260209485816024818a5afa90811561166857600091612269575b5010612208575b506040517fa9059cbb0000000000000000000000000000000000000000000000000000000081526001600160a01b0390911660048201526024810191909152918190839081600081604481015b03925af18015611668576121da57005b81813d8311612201575b6121ee8183615159565b810103126102da5751801515036102da57005b503d6121e4565b9091506040519081523060048201528281602481875afa90811561166857600091612238575b50906121ca61217d565b9190508282813d8311612262575b6122508183615159565b810103126102da5790516121ca61222e565b503d612246565b90508581813d831161228f575b6122808183615159565b810103126102da575187612176565b503d612276565b90506001541633148561030a565b346102da5760406003193601126102da5760043567ffffffffffffffff81116102da576122d5903690600401614ebd565b906024356122f86001600160a01b038060045416331490811561229657506152b7565b60005b83811061230457005b61237a908263ffffffff8061231d610e69858a8a615445565b16600052600760208181526003604060002001549280612341610e69888d8d615445565b1660005282825260029384604060002001541160001461237f57612369610e69878c8c615445565b166000525260406000200155615436565b6122fb565b5050505050615436565b346102da5760006003193601126102da57602060ff600c54166040519015158152f35b346102da5760a06003193601126102da576123c5614f7a565b506123ce614f90565b5067ffffffffffffffff6044358181116102da576123f0903690600401614ebd565b50506064358181116102da5761240a903690600401614ebd565b50506084359081116102da57612424903690600401614fa6565b505060206040517fbc197c81000000000000000000000000000000000000000000000000000000008152f35b346102da5760206003193601126102da5763ffffffff61246e614eee565b166000526009602052600160ff816040600020015460c01c16146000146124ae57611a4d61249a615aff565b604051918291602083526020830190614f3a565b60406000206001015460c01c60ff166002036124d457611a4d6124cf615ac6565b61249a565b60406000206001015460c01c60ff166003036124f557611a4d6124cf615a8d565b60406000206001015460c01c60ff1660040361251657611a4d6124cf615a54565b611a4d6124cf615a1b565b346102da5760206003193601126102da576004358015158091036102da5761254761525f565b60ff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00600c5416911617600c55600080f35b346102da5760006003193601126102da57602061ffff60045460e01c16604051908152f35b60406003193601126102da576125b2614eee565b60ff600c5416158015612e00575b15612dbc576125d460026000541415615302565b6002600055600160ff6125e6836158f6565b1603612d785763ffffffff8116600052600760205263ffffffff60016040600020015460c81c16421015612d34576006543403612cf05763ffffffff8116600052600760205260026040600020015460243510612c865763ffffffff811660009081526007602052604090206003015460045460e01c61ffff168082029082158383049091141715610d3c5761271090048101809111610d3c5760243510612c1c5763ffffffff811660005260076020526001600160a01b0360056040600020015460201c16906008549167ffffffff000000006126cc63ffffffff8560201c1661534d565b60201b167fffffffffffffffffffffffffffffffffffffffffffffffff00000000ffffffff84161760085580612af4575b5063ffffffff8116600052600760205260243560036040600020015561276e336005604060002001907fffffffffffffffff0000000000000000000000000000000000000000ffffffff77ffffffffffffffffffffffffffffffffffffffff0000000083549260201b169116179055565b600560406000200163ffffffff8360201c1663ffffffff19825416179055600a6020526127a863ffffffff8360201c1660406000206158b3565b63ffffffff81166000526007602052600560406000200161ffff815460c01c169061ffff8214610d3c57600161282392017fffffffffffff0000ffffffffffffffffffffffffffffffffffffffffffffffff79ffff00000000000000000000000000000000000000000000000083549260c01b169116179055565b602082811c63ffffffff1660008181526009835260408082206001810180546024359092557fffffffffffffff0000000000ffffffffffffffffffffffffffffffffffffffff339081167fffffffffffffff000000000000000000000000000000000000000000000000009093169290921760a088901b77ffffffff0000000000000000000000000000000000000000161778010000000000000000000000000000000000000000000000001790558252600b909352919091206128e791906158b3565b6001600160a01b0360035416803b156102da576040517f79cc67900000000000000000000000000000000000000000000000000000000081523360048201526024803590820152906000908290604490829084905af1801561166857612ae5575b5063ffffffff8116600052600760205263ffffffff60016040600020015460c81c16428103908111610d3c576004549063ffffffff8260a01c1611612a15575b5060008080806001600160a01b036005541660065490828215612a0c575bf115611668577fb62c266a9bd1924108b93371a7aa0af65fbec52bd884736b5928ef962defcf2563ffffffff8060405193169360201c169180612a026024353383602090939291936001600160a01b0360408201951681520152565b0390a36001600055005b506108fc6129a6565b63ffffffff9060c01c1663ffffffff42160163ffffffff8111610d3c57612a9b9063ffffffff831660005260076020526001604060002001907fffffff00000000ffffffffffffffffffffffffffffffffffffffffffffffffff7cffffffff0000000000000000000000000000000000000000000000000083549260c81b169116179055565b63ffffffff60016040600020015460c81c166040519081527f36bd34fce15125142861966d5c962bba648a7342a4ba208826efa093c7ea0104602063ffffffff841692a282612988565b612aee9061510c565b82612948565b6001600160a01b03600354169063ffffffff83166000526007602052600360406000200154823b156102da576040517f40c10f190000000000000000000000000000000000000000000000000000000081526001600160a01b039290921660048301526024820152906000908290604490829084905af1801561166857612c0d575b5063ffffffff8116600052600760205263ffffffff600560406000200154166000526009602052600160406000200178020000000000000000000000000000000000000000000000007fffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffff82541617905563ffffffff81166000526007602052600360406000200154600460406000200155826126fd565b612c169061510c565b82612b76565b608460405162461bcd60e51b815260206004820152604060248201527f4d7573742073656e64206d6f7265207468616e206c617374206269642062792060448201527f6d696e426964496e6372656d656e7450657263656e7461676520616d6f756e746064820152fd5b608460405162461bcd60e51b815260206004820152602a60248201527f42696420616d6f756e74206d757374206265206174206c65617374207374617260448201527f74696e67207072696365000000000000000000000000000000000000000000006064820152fd5b606460405162461bcd60e51b815260206004820152600f60248201527f466565206e6f7420636f766572656400000000000000000000000000000000006044820152fd5b606460405162461bcd60e51b815260206004820152600f60248201527f41756374696f6e206578706972656400000000000000000000000000000000006044820152fd5b606460405162461bcd60e51b815260206004820152601560248201527f41756374696f6e206973206e6f742041637469766500000000000000000000006044820152fd5b606460405162461bcd60e51b815260206004820152601760248201527f4d75737420686f6c6420612053776565706572204e46540000000000000000006044820152fd5b50602460206001600160a01b0360025416604051928380927f70a082310000000000000000000000000000000000000000000000000000000082523360048301525afa90811561166857600091612e5a575b5015156125c0565b90506020813d8211612e83575b81612e7460209383615159565b810103126102da575182612e52565b3d9150612e67565b346102da5763ffffffff612e9e36615031565b929091612ec06001600160a01b0380600454163314908115610e0d57506152b7565b166000526020916007835260076040600020019167ffffffffffffffff8211610c1757612ef182610ea085546150b9565b600093601f8311600114612f2f575092819293600092612f24575b50506000198260011b9260031b1c1916179055600080f35b013590508380612f0c565b90601f198316948460005282600020926000905b878210612f7b575050836001959610612f61575b505050811b019055005b60001960f88560031b161c19910135169055838080612f57565b80600184968294958701358155019501920190612f43565b346102da5760406003193601126102da5760043567ffffffffffffffff81116102da57612fc4903690600401614ebd565b90612fcd615250565b90612fed6001600160a01b038060045416331490811561229657506152b7565b60005b838110612ff957005b8063ffffffff613010610e6961306b948887615445565b16600090815260076020526040902060010180547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff1685151560a01b74ff000000000000000000000000000000000000000016179055615436565b612ff0565b346102da5760406003193601126102da5760043567ffffffffffffffff81116102da576130a1903690600401614ebd565b6130a9614f01565b906130c96001600160a01b038060045416331490811561229657506152b7565b60005b8181106130d557005b6131b99063ffffffff806130ed610e6984878a615445565b1660005260076020818152600360406000200154156000146131be577f36bd34fce15125142861966d5c962bba648a7342a4ba208826efa093c7ea0104918361313a610e69878a8d615445565b16600052815261319a876001604060002001907fffffff00000000ffffffffffffffffffffffffffffffffffffffffffffffffff7cffffffff0000000000000000000000000000000000000000000000000083549260c81b169116179055565b826131a9610e6986898c615445565b16926040519088168152a2615436565b6130cc565b505050615436565b346102da5760206003193601126102da576001600160a01b036131e7614f7a565b6131ef61525f565b167fffffffffffffffffffffffff00000000000000000000000000000000000000006002541617600255600080f35b346102da5760406003193601126102da57613237614f7a565b6001600160a01b036024359116600052600b60205260406000209081548110156102da5761326c63ffffffff9160209361500e565b9190546040519260031b1c168152f35b346102da5760006003193601126102da5760206001600160a01b0360015416604051908152f35b346102da5760206003193601126102da5760043561ffff8116908181036102da577f08a6cc14bd985810dd107362f1cb2f1602d7b4fc221ae55d7a89211006bcc806916020916132f161525f565b7fffff0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff7dffff000000000000000000000000000000000000000000000000000000006004549260e01b16911617600455604051908152a1005b346102da5760606003193601126102da57613361614f7a565b60243561336c615241565b6001600160a01b0392839182600454163314801561347f575b61338e906152b7565b1561341e5716916005541690823b156102da576040517ff242432a0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03909216602483015260448201526001606482015260a06084820152600060a482018190529091829081838160c481015b03925af180156116685761341557005b6103649061510c565b16916005541690823b156102da576040517f42842e0e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b039092166024830152604482015290600090829081838160648101613405565b5060015483163314613385565b346102da576020806003193601126102da576001600160a01b036134ae614f7a565b169081600052600b808252604060002054906134c9826159d6565b9360005b8381106134e75760405185815280611a4d81880189614fd4565b61351d908260005283865263ffffffff61350582604060002061500e565b90549060031b1c166135178289615a07565b52615436565b6134cd565b346102da576020806003193601126102da5761353c614eee565b600260ff613549836158f6565b16036139f05763ffffffff80911690816000526007808452604060002054156139ac57600083815281855260409020600590810180547fffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffff167b0100000000000000000000000000000000000000000000000000000017908190556001600160a01b039590811c8616158061399c575b1561385e57600085815283825260409020820180547fffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffff167c0100000000000000000000000000000000000000000000000000000000179081905560d01c60ff1615613730575b846000528281528560016040600020015416857fb7b05be0fb8a5789ab4ce271750a46ce607cf7cd3f122b7fcfd508c7964c9d7a83604060002054604051908152a35b600854938460401c16928315610d3c577fa70fa61ab55f0ddbcc721eb749021a95bb3a4a6cd1af47e393be083d4a724aaf947fffffffffffffffffffffffffffffffffffffffff00000000ffffffffffffffff6bffffffff00000000000000006000196060970160401b169116176008558560005281528560016040600020015416956040600020549260406000200154821c16600360406000200154916040519384528301526040820152a3005b60406000206001015460a01c60ff16156137ef5784600052828152856001604060002001541686835416604060002054823b156102da576040517ff242432a0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03909216602483015260448201526001606482015260a06084820152600060a482018190529091829081838160c481015b03925af18015611668576137e0575b5061363e565b6137e99061510c565b866137da565b856001604060002001541686835416604060002054823b156102da576040517f42842e0e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b0390921660248301526044820152906000908290818381606481016137cb565b60406000206001015460a01c60ff161561392557846000528281528560016040600020015416868360406000200154831c16604060002054823b156102da576040517ff242432a0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03909216602483015260448201526001606482015260a06084820152600060a482018190529091829081838160c481015b03925af1801561166857613916575b50613681565b61391f9061510c565b86613910565b8560016040600020015416868360406000200154831c16604060002054823b156102da576040517f42842e0e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b039092166024830152604482015290600090829081838160648101613901565b50600360406000200154156135d8565b6064846040519062461bcd60e51b82526004820152601660248201527f7570646174652061756374696f6e20746f6b656e4944000000000000000000006044820152fd5b6064826040519062461bcd60e51b82526004820152601460248201527f63616e277420626520736574746c6564206e6f770000000000000000000000006044820152fd5b346102da5760406003193601126102da57613a4d614eee565b60243563ffffffff6001600160a01b0392836004541633148015613c35575b613a75906152b7565b1691826000526007602052604060002054613bf15760008381526007602052604090208281556001015460a01c60ff1615613b785782600052600760205260016040600020015416803b156102da576040517ff242432a00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101929092526001606483015260a06084830152600060a4830181905290829060c490829084905af1801561166857613b69575b505b600052600760205260056040600020017fffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffff8154169055600080f35b613b729061510c565b81613b2c565b60016040600020015416803b156102da576040517f42842e0e00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101929092526000908290606490829084905af1801561166857613be2575b50613b2e565b613beb9061510c565b81613bdc565b606460405162461bcd60e51b815260206004820152601760248201527f41756374696f6e20616c726561647920757064617465640000000000000000006044820152fd5b5060015484163314613a6c565b346102da5760e06003193601126102da57613c5b614f7a565b613c63615241565b613c6b614f14565b613c73614f27565b60c43567ffffffffffffffff81116102da57613c93903690600401614fa6565b6001600160a01b036004959295541633148015614245575b613cb4906152b7565b613cc360026000541415615302565b6002600055613d886008549563ffffffff613cdf81891661534d565b1663ffffffff1988161760085560405192613cf984615120565b60243584526001600160a01b0389166020850152841515604085015263ffffffff8716606085015263ffffffff8616608085015260a43560a0850152600060c0850152600060e08501526000610100850152600061012085015260006101408501526000610160850152600061018085015260006101a0850152613d7b615362565b6101c0850152369161539b565b6101e082015263ffffffff8516600052600760205260406000209080518255613e36600183016001600160a01b036020840151167fffffffffffffffffffffffff000000000000000000000000000000000000000082541617815561124c6040840151151582907fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff74ff0000000000000000000000000000000000000000835492151560a01b169116179055565b60a0810151600283015560c0810151600383015560e08101516004830155613ecf6005830163ffffffff6101008401511663ffffffff198254161781556113646001600160a01b036101208501511682907fffffffffffffffff0000000000000000000000000000000000000000ffffffff77ffffffffffffffffffffffffffffffffffffffff0000000083549260201b169116179055565b6101c081015180519067ffffffffffffffff8211610c1757613ef88261146a60068701546150b9565b602090601f83116001146141d1576101e0939291600091836141c6575b50506000198260011b9260031b1c19161760068401555b015180519067ffffffffffffffff8211610c1757613f51826114cc60078601546150b9565b602090601f831160011461415657600792916000918361414b575b50506000198260011b9260031b1c1916179101555b6008547fffffffffffffffffffffffffffffffffffffffff00000000ffffffffffffffff6bffffffff0000000000000000613fc463ffffffff8460401c1661534d565b60401b169116176008556000146140c4576001600160a01b0384163b156102da576040517ff242432a000000000000000000000000000000000000000000000000000000008152336004820152306024808301919091523560448201526001606482015260a06084820152600060a482018190529091908260c481836001600160a01b038a165af19182156116685763ffffffff926140b5575b505b8160405193168352166020820152600060408201527f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f2606063ffffffff6001600160a01b036024359616941692a46001600055005b6140be9061510c565b8561405e565b6001600160a01b0384163b156102da576040517f42842e0e0000000000000000000000000000000000000000000000000000000081523360048201523060248083019190915235604482015290600082606481836001600160a01b038a165af19182156116685763ffffffff9261413c575b50614060565b6141459061510c565b85614136565b015190508980613f6c565b906007840160005260206000209160005b601f19851681106141ae575091839160019383601f196007971610614195575b505050811b01910155613f81565b015160001960f88460031b161c19169055898080614187565b91926020600181928685015181550194019201614167565b015190508a80613f15565b906006850160005260206000209160005b601f198516811061422d575091839160019383601f196101e098971610614214575b505050811b016006840155613f2c565b015160001960f88460031b161c191690558a8080614204565b919260206001819286850151815501940192016141e2565b50613cb46001600160a01b036001541633149050613cab565b346102da5760006003193601126102da57602063ffffffff60085460401c16604051908152f35b346102da5760006003193601126102da5761429e61525f565b60006001600160a01b036001547fffffffffffffffffffffffff00000000000000000000000000000000000000008116600155167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346102da5760206003193601126102da576001600160a01b03614319614f7a565b61432161525f565b167fffffffffffffffffffffffff00000000000000000000000000000000000000006003541617600355600080f35b346102da5760206003193601126102da576001600160a01b03614371614f7a565b61437961525f565b167fffffffffffffffffffffffff00000000000000000000000000000000000000006004541617600455600080f35b346102da5760006003193601126102da576020600654604051908152f35b346102da5760006003193601126102da5760206001600160a01b0360035416604051908152f35b346102da5760206003193601126102da57608063ffffffff8061440e614eee565b16600052600960205260ff60406000209160018354930154906040519384526001600160a01b03821660208501528160a01c16604084015260c01c166060820152f35b346102da5760206003193601126102da5763ffffffff80614470614eee565b1660005260076020526040600020611a4d81549161456860018201549160ff6002820154966003830154946004840154916005850154926144bf60076144b86006890161517c565b970161517c565b976040519b8c9b8c52836001600160a01b03958d60208883169101528d60408a8360a01c1615159101528d6060838360a81c1691015260c81c1660808d015260a08c015260c08b015260e08a015282166101008901528160201c1661012088015261ffff8160c01c16610140880152818160d01c161515610160880152818160d81c16151561018088015260e01c1615156101a0860152610200806101c0870152850190614f3a565b908382036101e0850152614f3a565b346102da5761458536615072565b92916145a66001600160a01b0380600454163314908115610e0d57506152b7565b60005b8181106145b257005b63ffffffff6145c5610e69838588615445565b1660005260076020908082526040600020019067ffffffffffffffff8711610c175786906145f782610ea085546150b9565b600090601f831160011461463157509061462c939291600091610ee157508760011b906000198960031b1c1916179055615436565b6145a9565b939291601f191690826000528885600020926000965b818810614668575061462c965010610f24575050600187811b019055615436565b838a0135855596870196600190940193928301928b9250614647565b346102da5763ffffffff61469736615031565b9290916146b96001600160a01b0380600454163314908115610e0d57506152b7565b166000526020916007835260066040600020019167ffffffffffffffff8211610c17576146ea82610ea085546150b9565b600093601f831160011461471c575092819293600092612f245750506000198260011b9260031b1c1916179055600080f35b90601f198316948460005282600020926000905b87821061474d575050836001959610612f6157505050811b019055005b80600184968294958701358155019501920190614730565b346102da5760006003193601126102da5760206001600160a01b0360045416604051908152f35b346102da5760406003193601126102da576147a5614eee565b6024359063ffffffff809116600052600a602052604060002080548310156102da5760209261326c9161500e565b346102da5760406003193601126102da576147ec614eee565b7f36bd34fce15125142861966d5c962bba648a7342a4ba208826efa093c7ea01046020614817614f01565b6148366001600160a01b0380600454163314908115610e0d57506152b7565b63ffffffff80941693846000526007835261485960036040600020015415615466565b6000858152600784526040902060010180547fffffff00000000ffffffffffffffffffffffffffffffffffffffffffffffffff1660c884901b7cffffffff000000000000000000000000000000000000000000000000001617905560405191168152a2005b346102da576020806003193601126102da5763ffffffff90816148df614eee565b169182600052600a90818352604060002054916148fb836159d6565b9460005b8481106149195760405186815280611a4d8189018a614fd4565b61494590826000528387528461493382604060002061500e565b90549060031b1c16613517828a615a07565b6148ff565b346102da5760806003193601126102da57614963614f7a565b5061496c614f90565b5060643567ffffffffffffffff81116102da5761498d903690600401614fa6565b505060206040517f150b7a02000000000000000000000000000000000000000000000000000000008152f35b346102da5760206003193601126102da576149d2614eee565b63ffffffff90811660009081526009602052604090206001818101549154926001600160a01b03831692611a4d9260a082901c909216919060c01c60ff168103614a445750614a1f615aff565b905b604051948594855260208501526040840152608060608401526080830190614f3a565b604060002081015460c01c60ff16600203614a685750614a62615ac6565b90614a21565b604060002081015460c01c60ff16600303614a865750614a62615a8d565b6040600020015460c01c60ff16600403614aa257614a62615a54565b614a62615a1b565b346102da5760406003193601126102da5767ffffffffffffffff6004358181116102da57614adc903690600401614ebd565b919060249182359081116102da57614af8903690600401614ebd565b6001600160a01b0393919392836004541633148015614dfa575b614b1b906152b7565b818603614d905760005b868110614b2e57005b63ffffffff9081614b43610e69838b87615445565b1660005260076020818152604060002054614d4d578984614b75610e6986614b6d818f8d90615445565b35948a615445565b1660005282825260406000205583614b91610e69858d89615445565b1660005281815287600185858d60ff846040600020015460a01c16600014614cae57614bc191610e69918b615445565b16600052838352604060002001541693614bdc84888c615445565b3594803b156102da576040517ff242432a00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101969096526001606487015260a06084870152600060a4870181905290869060c490829084905af194851561166857614c9a95614c9f575b505b614c62610e69858d89615445565b166000525260056040600020017fffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffff8154169055615436565b614b25565b614ca89061510c565b8b614c52565b614cbc91610e69918b615445565b16600052838352604060002001541693614cd784888c615445565b3594803b156102da576040517f42842e0e00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101969096526000908690606490829084905af194851561166857614c9a95614d3e575b50614c54565b614d479061510c565b8b614d38565b606490600f886040519262461bcd60e51b845260048401528201527f616c7265616479207570646174656400000000000000000000000000000000006044820152fd5b60848360236040519162461bcd60e51b8352602060048401528201527f5f696420616e6420746f6b656e4964206d7573742062652073616d65206c656e60448201527f67746800000000000000000000000000000000000000000000000000000000006064820152fd5b5060015484163314614b12565b346102da5760206003193601126102da576004357fffffffff0000000000000000000000000000000000000000000000000000000081168091036102da576020907f01ffc9a70000000000000000000000000000000000000000000000000000000060405191148152f35b346102da5760006003193601126102da5760206001600160a01b0360055416604051908152f35b346102da5760006003193601126102da576020906001600160a01b03600254168152f35b9181601f840112156102da5782359167ffffffffffffffff83116102da576020808501948460051b0101116102da57565b6004359063ffffffff821682036102da57565b6024359063ffffffff821682036102da57565b6064359063ffffffff821682036102da57565b6084359063ffffffff821682036102da57565b919082519283825260005b848110614f66575050601f19601f8460006020809697860101520116010190565b602081830181015184830182015201614f45565b600435906001600160a01b03821682036102da57565b602435906001600160a01b03821682036102da57565b9181601f840112156102da5782359167ffffffffffffffff83116102da57602083818601950101116102da57565b90815180825260208080930193019160005b828110614ff4575050505090565b835163ffffffff1685529381019392810192600101614fe6565b91909180548310156119fe57600052601c60206000208360031c019260021b1690565b9060406003198301126102da5760043563ffffffff811681036102da57916024359067ffffffffffffffff82116102da5761506e91600401614fa6565b9091565b60406003198201126102da5767ffffffffffffffff916004358381116102da578261509f91600401614ebd565b939093926024359182116102da5761506e91600401614fa6565b90600182811c92168015615102575b60208310146150d357565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b91607f16916150c8565b67ffffffffffffffff8111610c1757604052565b610200810190811067ffffffffffffffff821117610c1757604052565b6040810190811067ffffffffffffffff821117610c1757604052565b90601f601f19910116810190811067ffffffffffffffff821117610c1757604052565b9060405191826000825492615190846150b9565b9081845260019485811690816000146151ff57506001146151bc575b50506151ba92500383615159565b565b9093915060005260209081600020936000915b8183106151e75750506151ba935082010138806151ac565b855488840185015294850194879450918301916151cf565b90506151ba9550602093507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0091501682840152151560051b82010138806151ac565b6044359081151582036102da57565b6024359081151582036102da57565b6001600160a01b0360015416330361527357565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b156152be57565b606460405162461bcd60e51b815260206004820152601260248201527f53656e646572206e6f7420616c6c6f77656400000000000000000000000000006044820152fd5b1561530957565b606460405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152fd5b63ffffffff809116908114610d3c5760010190565b6040519061536f8261513d565b600482527f6e756c6c000000000000000000000000000000000000000000000000000000006020830152565b92919267ffffffffffffffff8211610c1757604051916153c56020601f19601f8401160184615159565b8294818452818301116102da578281602093846000960137010152565b90601f81116153f057505050565b600091825260208220906020601f850160051c8301941061542c575b601f0160051c01915b82811061542157505050565b818155600101615415565b909250829061540c565b6000198114610d3c5760010190565b91908110156119fe5760051b0190565b3563ffffffff811681036102da5790565b1561546d57565b608460405162461bcd60e51b815260206004820152602160248201527f41756374696f6e20616c7265616479206d6574207374617274696e675072696360448201527f65000000000000000000000000000000000000000000000000000000000000006064820152fd5b63ffffffff9081166000818152600760209081526040808320600180820180547cffffffff000000000000000000000000000000000000000000000000004260c81b167fffffff00000000ffffffffffffffffffffffffffffffffffffffffffffffffff909116179055600591820180547fffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffff167c010000000000000000000000000000000000000000000000000000000017908190559496939492936001600160a01b0393919291861c8416806157b1575b505060ff81858920015460d01c16156155fc575b509180917fce1fb743adea0481cc150a73fae6b8a7a2aa5ae278de778d6d9f8493c959c2119493868852600785528288200154169520549051908152a3565b83872082015460a01c60ff16156156f957858752600785528387208083015491549054918416908416813b156156f55785517ff242432a0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b0391909116602482015260448101929092526001606483015260a06084830152600060a48301528790829060c490829084905af180156156eb579087916156d3575b50509180917fce1fb743adea0481cc150a73fae6b8a7a2aa5ae278de778d6d9f8493c959c21194935b91509192936155bd565b6156dc9061510c565b6156e75785386156a0565b8580fd5b84513d89823e3d90fd5b8880fd5b8387208083015491549054918416908416813b156156f55785517f42842e0e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03919091166024820152604481019290925287908290606490829084905af180156156eb5790879161579d575b50509180917fce1fb743adea0481cc150a73fae6b8a7a2aa5ae278de778d6d9f8493c959c21194936156c9565b6157a69061510c565b6156e7578538615770565b84600354166003878b20015491813b156158af5787517f40c10f190000000000000000000000000000000000000000000000000000000081526001600160a01b03919091166004820152602481019290925289908290604490829084905af180156158a557615892575b508688526007865281858920015416875260098552818488200178030000000000000000000000000000000000000000000000007fffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffff82541617905585875260078552600384882001546004858920015538806155a9565b61589e9098919861510c565b963861581b565b86513d8b823e3d90fd5b8a80fd5b805468010000000000000000811015610c17576158d59160018201815561500e565b819291549060031b9163ffffffff9283811b93849216901b16911916179055565b63ffffffff806000921682526007602052604090806001838520015460c81c16421015806159b3575b6159ab5760ff6005838520015460e01c166159a35760ff6005838520015460d81c1661599b57806001838520015460c81c1642101561599357806001838520015460c81c16421115918261597d575b50506159775790565b50600190565b83206001015460a81c164210159050388061596e565b505050600290565b505050600390565b505050600490565b505050600590565b50818320541561591f565b67ffffffffffffffff8111610c175760051b60200190565b906159e0826159be565b6159ed6040519182615159565b828152601f196159fd82946159be565b0190602036910137565b80518210156119fe5760209160051b010190565b60405190615a288261513d565b600d82527f696e76616c6964204269644944000000000000000000000000000000000000006020830152565b60405190615a618261513d565b600882527f61636365707465640000000000000000000000000000000000000000000000006020830152565b60405190615a9a8261513d565b600882527f63616e63656c65640000000000000000000000000000000000000000000000006020830152565b60405190615ad38261513d565b600682527f6f757462696400000000000000000000000000000000000000000000000000006020830152565b60405190615b0c8261513d565b600682527f6163746976650000000000000000000000000000000000000000000000000000602083015256fea2646970667358221220eb5346eb46d525475c5717ea23e3d0de9cb5f524fa11b3855bb096c5d960589764736f6c63430008110033000000000000000000000000000000000000000000000000000000000000007800000000000000000000000000000000000000000000000000000000000003e80000000000000000000000002276c60f53c9a807e182d112f9b37d7277463fec00000000000000000000000068baba24ee60933c6e22ea7701d9771285dde27a
Deployed Bytecode
0x608080604052600436101561001357600080fd5b60003560e01c90816301ace73014614e995750806301e51ae814614e7257806301ffc9a714614e0757806306a2f4c514614aaa57806307056c9b146149b9578063150b7a021461494a5780631f212a9a146148be578063314e6722146147d35780633a4e09241461478c5780633b7cb6331461476557806340fc01f61461468457806341d4a1ab14614577578063446db7781461445157806347b68585146143ed5780634e0cd799146143c65780635997ed4c146143a857806365157dec14614350578063666e9a4f146142f8578063715018a61461428557806372e2867d1461425e57806373dde2d814613c425780637da921c814613a3457806382270f6f1461352257806382c103461461348c57806383e3a0d61461334857806384dd40df146132a35780638da5cb5b1461327c57806396ec50c31461321e5780639f0c3b77146131c65780639f85906c14613070578063a25b05ec14612f93578063a4b0b41514612e8b578063aa6a9f491461259e578063b296024d14612579578063b8236c4e14612521578063bb14ef5d14612450578063bc197c81146123ac578063c35daa7414612389578063c46caa71146122a4578063cbc34aad146120dc578063cbd2bdfd14611fec578063cd98e91f14611a51578063cf44b5d514611998578063d90c707e14611854578063da45a9cd146117f6578063dd4ec4f81461101b578063e94b857214610f5a578063ea569ab014610e1b578063ea6695e814610d6b578063eb56b47a14610d07578063ec91f2a414610ce0578063ed15b1c4146105fb578063ee328509146105c1578063f01fab7b14610538578063f23a6e61146104c9578063f281b1201461049b578063f2fde38b146103ab578063f66ac57e14610374578063fdec0120146102df5763ffde608f146102b357600080fd5b346102da5760006003193601126102da57602063ffffffff60045460a01c16604051908152f35b600080fd5b346102da5760006003193601126102da576103106001600160a01b0380600454163314908115610366575b506152b7565b60005b63ffffffff80600854169082161015610364578060ff610335610356936158f6565b166001811490811561035b575b501561035157610351816154d7565b61534d565b610313565b90501583610342565b005b90506001541633148261030a565b346102da5760206003193601126102da5763ffffffff610392614eee565b16600052600a6020526020604060002054604051908152f35b346102da5760206003193601126102da576103c4614f7a565b6103cc61525f565b6001600160a01b0380911690811561043157600154827fffffffffffffffffffffffff0000000000000000000000000000000000000000821617600155167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a3005b608460405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152fd5b346102da5760206003193601126102da5760206104be6104b9614eee565b6158f6565b60ff60405191168152f35b346102da5760a06003193601126102da576104e2614f7a565b506104eb614f90565b5060843567ffffffffffffffff81116102da5761050c903690600401614fa6565b505060206040517ff23a6e61000000000000000000000000000000000000000000000000000000008152f35b346102da5760406003193601126102da5763ffffffff610556614eee565b6105756001600160a01b03806004541633149081156105b357506152b7565b1680600052600760205261059a60036040600020015460026040600020015411615466565b6000526007602052602435600260406000200155600080f35b90506001541633148461030a565b346102da5760206003193601126102da576001600160a01b036105e2614f7a565b16600052600b6020526020604060002054604051908152f35b346102da5760e06003193601126102da57610614614f7a565b61061c615250565b9060443563ffffffff811681036102da57610635614f14565b9160843567ffffffffffffffff81116102da57610656903690600401614fa6565b939060c4359067ffffffffffffffff82116102da5761076161067f61076e933690600401614fa6565b9190926001600160a01b036004541633148015610cc7575b6106a0906152b7565b6106af60026000541415615302565b60026000556008549863ffffffff6106c8818c1661534d565b1663ffffffff198b16176008556040519a6106e28c615120565b60008c526001600160a01b03891660208d0152151560408c015263ffffffff891660608c015263ffffffff871660808c015260a43560a08c0152600060c08c0152600060e08c015260006101008c015260006101208c015260006101408c015260016101608c015260006101808c015260006101a08c0152369161539b565b6101c0890152369161539b565b6101e086015263ffffffff8416600052600760205260406000208551815561089a600182016001600160a01b036020890151167fffffffffffffffffffffffff000000000000000000000000000000000000000082541617815561081b6040890151151582907fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff74ff0000000000000000000000000000000000000000835492151560a01b169116179055565b6060880151815460808a01517fffffff0000000000000000ffffffffffffffffffffffffffffffffffffffffff90911660a89290921b78ffffffff000000000000000000000000000000000000000000169190911760c89190911b7cffffffff0000000000000000000000000000000000000000000000000016179055565b60a0860151600282015560c0860151600382015560e08601516004820155610a106005820163ffffffff6101008901511663ffffffff198254161781556109336001600160a01b036101208a01511682907fffffffffffffffff0000000000000000000000000000000000000000ffffffff77ffffffffffffffffffffffffffffffffffffffff0000000083549260201b169116179055565b61014088015181546101608a01516101808b01516101a08c015190151560d81b7bff0000000000000000000000000000000000000000000000000000001691151560d01b7aff00000000000000000000000000000000000000000000000000001660c09490941b79ffff000000000000000000000000000000000000000000000000167fffffff0000000000ffffffffffffffffffffffffffffffffffffffffffffffff90931692909217929092179190911790151560e01b7cff0000000000000000000000000000000000000000000000000000000016179055565b6101c086015180519067ffffffffffffffff8211610c1757610a4282610a3960068601546150b9565b600686016153e2565b602090601f8311600114610c515791806101e09492600794600092610c46575b50506000198260011b9260031b1c19161760068201555b0195015194855167ffffffffffffffff8111610c1757610aa381610a9d84546150b9565b846153e2565b6020601f8211600114610b7a579363ffffffff6060948194846001600160a01b03957f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f29960009d8e92610b6f575b50506000198260011b9260031b1c19161790555b6008547fffffffffffffffffffffffffffffffffffffffff00000000ffffffffffffffff6bffffffff0000000000000000610b44858460401c1661534d565b60401b1691161760085581604051981688521660208701526001604087015216941692a46001600055005b015190508d80610af1565b601f198216978360005260206000209860005b818110610bff57509463ffffffff9460018560009c7f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f29a9689966001600160a01b039960609c10610be6575b505050811b019055610b05565b015160001960f88460031b161c191690558d8080610bd9565b838301518b556001909a019960209384019301610b8d565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b015190508a80610a62565b906006840160005260206000209160005b601f1985168110610caf5750926101e0949260019260079583601f19811610610c96575b505050811b016006820155610a79565b015160001960f88460031b161c191690558a8080610c86565b91926020600181928685015181550194019201610c62565b506106a06001600160a01b036001541633149050610697565b346102da5760006003193601126102da57602063ffffffff60045460c01c16604051908152f35b346102da5760006003193601126102da5763ffffffff6000198160085460201c1601818111610d3c5760209160405191168152f35b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b346102da5760406003193601126102da57610364610d87614eee565b63ffffffff610d94615250565b91610db46001600160a01b0380600454163314908115610e0d57506152b7565b1660005260076020526001604060002001907fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff74ff0000000000000000000000000000000000000000835492151560a01b169116179055565b90506001541633148661030a565b346102da57610e2936615072565b9291610e4a6001600160a01b0380600454163314908115610e0d57506152b7565b60005b818110610e5657005b63ffffffff610e6e610e69838588615445565b615455565b1660005260206007815260066040600020019067ffffffffffffffff8711610c17578690610ea682610ea085546150b9565b856153e2565b600090601f8311600114610eec575090610edc939291600091610ee1575b508760011b906000198960031b1c1916179055615436565b610e4d565b905085013588610ec4565b939291601f191690826000528885600020926000965b818810610f3e5750610edc965010610f24575b5050600187811b019055615436565b60001960f88a60031b161c19908701351690558780610f15565b838a0135855596870196600190940193928301928b9250610f02565b346102da5760206003193601126102da57610f73614eee565b610f926001600160a01b038060045416331490811561100d57506152b7565b600160ff610f9f836158f6565b16148015610ffa575b15610fb657610364906154d7565b606460405162461bcd60e51b815260206004820152601f60248201527f43616e206f6e6c792063616e63656c206163746976652061756374696f6e73006044820152fd5b5060ff611006826158f6565b1615610fa8565b90506001541633148361030a565b346102da5760e06003193601126102da57611034614f7a565b60243567ffffffffffffffff81116102da57611054903690600401614ebd565b9061105d615241565b611065614f14565b61106d614f27565b9260c43567ffffffffffffffff81116102da5761108e903690600401614fa6565b9590936001600160a01b0360045416331480156117dd575b6110af906152b7565b6110be60026000541415615302565b600260005560005b8281106110d4576001600055005b6008549063ffffffff6110e881841661534d565b1663ffffffff19831617600855611100818587615445565b356040519061110e82615120565b81526001600160a01b038b166020820152831515604082015263ffffffff8716606082015263ffffffff8916608082015260a43560a0820152600060c0820152600060e08201526000610100820152600061012082015260006101408201526000610160820152600061018082015260006101a082015261118d615362565b6101c082015261119e368b8a61539b565b6101e082015263ffffffff83166000526007602052604060002090805182556112cb600183016001600160a01b036020840151167fffffffffffffffffffffffff000000000000000000000000000000000000000082541617815561124c6040840151151582907fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff74ff0000000000000000000000000000000000000000835492151560a01b169116179055565b6060830151815460808501517fffffff0000000000000000ffffffffffffffffffffffffffffffffffffffffff90911660a89290921b78ffffffff000000000000000000000000000000000000000000169190911760c89190911b7cffffffff0000000000000000000000000000000000000000000000000016179055565b60a0810151600283015560c0810151600383015560e081015160048301556114416005830163ffffffff6101008401511663ffffffff198254161781556113646001600160a01b036101208501511682907fffffffffffffffff0000000000000000000000000000000000000000ffffffff77ffffffffffffffffffffffffffffffffffffffff0000000083549260201b169116179055565b61014083015181546101608501516101808601516101a087015190151560d81b7bff0000000000000000000000000000000000000000000000000000001691151560d01b7aff00000000000000000000000000000000000000000000000000001660c09490941b79ffff000000000000000000000000000000000000000000000000167fffffff0000000000ffffffffffffffffffffffffffffffffffffffffffffffff90931692909217929092179190911790151560e01b7cff0000000000000000000000000000000000000000000000000000000016179055565b6101c081015180519067ffffffffffffffff8211610c17576114738261146a60068701546150b9565b600687016153e2565b602090601f8311600114611769576101e09392916000918361175e575b50506000198260011b9260031b1c19161760068401555b015180519067ffffffffffffffff8211610c17576114d5826114cc60078601546150b9565b600786016153e2565b602090601f83116001146116ee5760079291600091836116e3575b50506000198260011b9260031b1c1916179101555b6008547fffffffffffffffffffffffffffffffffffffffff00000000ffffffffffffffff6bffffffff000000000000000061154863ffffffff8460401c1661534d565b60401b169116176008558260001461167457611565818587615445565b35916001600160a01b038b163b156102da576040517ff242432a00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101939093526001606484015260a06084840152600060a48401819052838c81836001600160a01b038260c481015b0393165af190811561166857877f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f2606063ffffffff8f6001600160a01b03908f976116338a8f8f906116549e8895611659575b50615445565b359881604051981688521660208701526000604087015216941692a4615436565b6110c6565b6116629061510c565b3861162d565b6040513d6000823e3d90fd5b61167f818587615445565b35916001600160a01b038b163b156102da576040517f42842e0e00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101939093526000838c81836001600160a01b0382606481016115da565b015190508e806114f0565b906007840160005260206000209160005b601f1985168110611746575091839160019383601f19600797161061172d575b505050811b01910155611505565b015160001960f88460031b161c191690558e808061171f565b919260206001819286850151815501940192016116ff565b015190508f80611490565b906006850160005260206000209160005b601f19851681106117c5575091839160019383601f196101e0989716106117ac575b505050811b0160068401556114a7565b015160001960f88460031b161c191690558f808061179c565b9192602060018192868501518155019401920161177a565b506110af6001600160a01b0360015416331490506110a6565b346102da5760406003193601126102da576001600160a01b03611817614f7a565b61181f61525f565b167fffffffffffffffffffffffff00000000000000000000000000000000000000006005541617600555602435600655600080f35b346102da5760406003193601126102da5761186d614eee565b611875614f01565b61187d61525f565b6004549063ffffffff808360a01c16818460c01c161061192e577fdb23dce19c154eb4183dc5dcf5939f85c5283cfa14556a403fa2352eed238edc936020937fffffffff0000000000000000ffffffffffffffffffffffffffffffffffffffff77ffffffff00000000000000000000000000000000000000007bffffffff0000000000000000000000000000000000000000000000008660c01b169360a01b169116171760045560405191168152a1005b608460405162461bcd60e51b815260206004820152602960248201527f74696d65427566666572206d757374206265203e3d2074696d6542756666657260448201527f5468726573686f6c6400000000000000000000000000000000000000000000006064820152fd5b346102da5760006003193601126102da5760085463ffffffff6119bf818360401c166159d6565b91811660005b8281169082821015611a3757600160ff6119de836158f6565b1603611a2d578451156119fe576119f991602086015261534d565b6119c5565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6119f9915061534d565b60405160208082528190611a4d90820188614fd4565b0390f35b346102da576101006003193601126102da57611a6b614f7a565b611a73615250565b6044359061ffff821682036102da57611a8a614f14565b92611a93614f27565b60a43567ffffffffffffffff81116102da57611ab3903690600401614fa6565b939060e43567ffffffffffffffff81116102da57611ad5903690600401614fa6565b6001600160a01b036004541633148015611fd3575b611af3906152b7565b611b0260026000541415615302565b600260005560005b61ffff89168110611b1c576001600055005b60085463ffffffff611b2f81831661534d565b1663ffffffff19821617600855604051611b4881615120565b600081526001600160a01b0389166020820152861515604082015263ffffffff8c16606082015263ffffffff8816608082015260c43560a0820152600060c0820152600060e08201526000610100820152600061012082015260006101408201526001610160820152600061018082015260006101a0820152611bcc368b8861539b565b6101c0820152611bdd36858761539b565b6101e082015263ffffffff8216600052600760205260406000209080518255611c8b600183016001600160a01b036020840151167fffffffffffffffffffffffff000000000000000000000000000000000000000082541617815561124c6040840151151582907fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff74ff0000000000000000000000000000000000000000835492151560a01b169116179055565b60a0810151600283015560c0810151600383015560e08101516004830155611d246005830163ffffffff6101008401511663ffffffff198254161781556113646001600160a01b036101208501511682907fffffffffffffffff0000000000000000000000000000000000000000ffffffff77ffffffffffffffffffffffffffffffffffffffff0000000083549260201b169116179055565b6101c081015180519067ffffffffffffffff8211610c1757611d4d8261146a60068701546150b9565b602090601f8311600114611f5f576101e093929160009183611f54575b50506000198260011b9260031b1c19161760068401555b015180519067ffffffffffffffff8211610c175782828f9492611dad8e956114cc8f96600701546150b9565b602090601f8311600114611e96576001600160a01b0360009663ffffffff611e849a9761ffff9c9a976007887f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f29960609986998f92611e8b575b50506000198260011b9260031b1c1916179101555b6008547fffffffffffffffffffffffffffffffffffffffff00000000ffffffffffffffff6bffffffff0000000000000000611e5b858460401c1661534d565b60401b1691161760085581604051981688521660208701526001604087015216941692a4615436565b9050611b0a565b015190503880611e07565b906007840160005260206000209160005b601f1985168110611f2d575060009663ffffffff611e849a9761ffff9c9a97600760018960609986996001600160a01b039983601f197f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f29f1610611f14575b505050811b01910155611e1c565b015160001960f88460031b161c19169055388080611f06565b9395509181949650600160209291839285015181550194019201918e9593918e9593611ea7565b015190503880611d6a565b906006850160005260206000209160005b601f1985168110611fbb575091839160019383601f196101e098971610611fa2575b505050811b016006840155611d81565b015160001960f88460031b161c19169055388080611f92565b91926020600181928685015181550194019201611f70565b50611af36001600160a01b036001541633149050611aea565b346102da5760006003193601126102da5763ffffffff806008541690612011826159d6565b9161201b816159be565b906120296040519283615159565b808252612035816159be565b6020601f19818501920136833760005b858116848110156120845790818061206061207f948b615a07565b5260ff61207661206f846158f6565b9289615a07565b9116905261534d565b612045565b6120a08885858981604051958695604087526040870190614fd4565b9185830382870152519182815201929160005b8281106120c257505050500390f35b835160ff16855286955093810193928101926001016120b3565b346102da5760606003193601126102da576004356001600160a01b038082168092036102da57602435906044359080821682036102da578061212b9160045416331490811561229657506152b7565b8190604051927f70a08231000000000000000000000000000000000000000000000000000000009081855230600486015260209485816024818a5afa90811561166857600091612269575b5010612208575b506040517fa9059cbb0000000000000000000000000000000000000000000000000000000081526001600160a01b0390911660048201526024810191909152918190839081600081604481015b03925af18015611668576121da57005b81813d8311612201575b6121ee8183615159565b810103126102da5751801515036102da57005b503d6121e4565b9091506040519081523060048201528281602481875afa90811561166857600091612238575b50906121ca61217d565b9190508282813d8311612262575b6122508183615159565b810103126102da5790516121ca61222e565b503d612246565b90508581813d831161228f575b6122808183615159565b810103126102da575187612176565b503d612276565b90506001541633148561030a565b346102da5760406003193601126102da5760043567ffffffffffffffff81116102da576122d5903690600401614ebd565b906024356122f86001600160a01b038060045416331490811561229657506152b7565b60005b83811061230457005b61237a908263ffffffff8061231d610e69858a8a615445565b16600052600760208181526003604060002001549280612341610e69888d8d615445565b1660005282825260029384604060002001541160001461237f57612369610e69878c8c615445565b166000525260406000200155615436565b6122fb565b5050505050615436565b346102da5760006003193601126102da57602060ff600c54166040519015158152f35b346102da5760a06003193601126102da576123c5614f7a565b506123ce614f90565b5067ffffffffffffffff6044358181116102da576123f0903690600401614ebd565b50506064358181116102da5761240a903690600401614ebd565b50506084359081116102da57612424903690600401614fa6565b505060206040517fbc197c81000000000000000000000000000000000000000000000000000000008152f35b346102da5760206003193601126102da5763ffffffff61246e614eee565b166000526009602052600160ff816040600020015460c01c16146000146124ae57611a4d61249a615aff565b604051918291602083526020830190614f3a565b60406000206001015460c01c60ff166002036124d457611a4d6124cf615ac6565b61249a565b60406000206001015460c01c60ff166003036124f557611a4d6124cf615a8d565b60406000206001015460c01c60ff1660040361251657611a4d6124cf615a54565b611a4d6124cf615a1b565b346102da5760206003193601126102da576004358015158091036102da5761254761525f565b60ff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00600c5416911617600c55600080f35b346102da5760006003193601126102da57602061ffff60045460e01c16604051908152f35b60406003193601126102da576125b2614eee565b60ff600c5416158015612e00575b15612dbc576125d460026000541415615302565b6002600055600160ff6125e6836158f6565b1603612d785763ffffffff8116600052600760205263ffffffff60016040600020015460c81c16421015612d34576006543403612cf05763ffffffff8116600052600760205260026040600020015460243510612c865763ffffffff811660009081526007602052604090206003015460045460e01c61ffff168082029082158383049091141715610d3c5761271090048101809111610d3c5760243510612c1c5763ffffffff811660005260076020526001600160a01b0360056040600020015460201c16906008549167ffffffff000000006126cc63ffffffff8560201c1661534d565b60201b167fffffffffffffffffffffffffffffffffffffffffffffffff00000000ffffffff84161760085580612af4575b5063ffffffff8116600052600760205260243560036040600020015561276e336005604060002001907fffffffffffffffff0000000000000000000000000000000000000000ffffffff77ffffffffffffffffffffffffffffffffffffffff0000000083549260201b169116179055565b600560406000200163ffffffff8360201c1663ffffffff19825416179055600a6020526127a863ffffffff8360201c1660406000206158b3565b63ffffffff81166000526007602052600560406000200161ffff815460c01c169061ffff8214610d3c57600161282392017fffffffffffff0000ffffffffffffffffffffffffffffffffffffffffffffffff79ffff00000000000000000000000000000000000000000000000083549260c01b169116179055565b602082811c63ffffffff1660008181526009835260408082206001810180546024359092557fffffffffffffff0000000000ffffffffffffffffffffffffffffffffffffffff339081167fffffffffffffff000000000000000000000000000000000000000000000000009093169290921760a088901b77ffffffff0000000000000000000000000000000000000000161778010000000000000000000000000000000000000000000000001790558252600b909352919091206128e791906158b3565b6001600160a01b0360035416803b156102da576040517f79cc67900000000000000000000000000000000000000000000000000000000081523360048201526024803590820152906000908290604490829084905af1801561166857612ae5575b5063ffffffff8116600052600760205263ffffffff60016040600020015460c81c16428103908111610d3c576004549063ffffffff8260a01c1611612a15575b5060008080806001600160a01b036005541660065490828215612a0c575bf115611668577fb62c266a9bd1924108b93371a7aa0af65fbec52bd884736b5928ef962defcf2563ffffffff8060405193169360201c169180612a026024353383602090939291936001600160a01b0360408201951681520152565b0390a36001600055005b506108fc6129a6565b63ffffffff9060c01c1663ffffffff42160163ffffffff8111610d3c57612a9b9063ffffffff831660005260076020526001604060002001907fffffff00000000ffffffffffffffffffffffffffffffffffffffffffffffffff7cffffffff0000000000000000000000000000000000000000000000000083549260c81b169116179055565b63ffffffff60016040600020015460c81c166040519081527f36bd34fce15125142861966d5c962bba648a7342a4ba208826efa093c7ea0104602063ffffffff841692a282612988565b612aee9061510c565b82612948565b6001600160a01b03600354169063ffffffff83166000526007602052600360406000200154823b156102da576040517f40c10f190000000000000000000000000000000000000000000000000000000081526001600160a01b039290921660048301526024820152906000908290604490829084905af1801561166857612c0d575b5063ffffffff8116600052600760205263ffffffff600560406000200154166000526009602052600160406000200178020000000000000000000000000000000000000000000000007fffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffff82541617905563ffffffff81166000526007602052600360406000200154600460406000200155826126fd565b612c169061510c565b82612b76565b608460405162461bcd60e51b815260206004820152604060248201527f4d7573742073656e64206d6f7265207468616e206c617374206269642062792060448201527f6d696e426964496e6372656d656e7450657263656e7461676520616d6f756e746064820152fd5b608460405162461bcd60e51b815260206004820152602a60248201527f42696420616d6f756e74206d757374206265206174206c65617374207374617260448201527f74696e67207072696365000000000000000000000000000000000000000000006064820152fd5b606460405162461bcd60e51b815260206004820152600f60248201527f466565206e6f7420636f766572656400000000000000000000000000000000006044820152fd5b606460405162461bcd60e51b815260206004820152600f60248201527f41756374696f6e206578706972656400000000000000000000000000000000006044820152fd5b606460405162461bcd60e51b815260206004820152601560248201527f41756374696f6e206973206e6f742041637469766500000000000000000000006044820152fd5b606460405162461bcd60e51b815260206004820152601760248201527f4d75737420686f6c6420612053776565706572204e46540000000000000000006044820152fd5b50602460206001600160a01b0360025416604051928380927f70a082310000000000000000000000000000000000000000000000000000000082523360048301525afa90811561166857600091612e5a575b5015156125c0565b90506020813d8211612e83575b81612e7460209383615159565b810103126102da575182612e52565b3d9150612e67565b346102da5763ffffffff612e9e36615031565b929091612ec06001600160a01b0380600454163314908115610e0d57506152b7565b166000526020916007835260076040600020019167ffffffffffffffff8211610c1757612ef182610ea085546150b9565b600093601f8311600114612f2f575092819293600092612f24575b50506000198260011b9260031b1c1916179055600080f35b013590508380612f0c565b90601f198316948460005282600020926000905b878210612f7b575050836001959610612f61575b505050811b019055005b60001960f88560031b161c19910135169055838080612f57565b80600184968294958701358155019501920190612f43565b346102da5760406003193601126102da5760043567ffffffffffffffff81116102da57612fc4903690600401614ebd565b90612fcd615250565b90612fed6001600160a01b038060045416331490811561229657506152b7565b60005b838110612ff957005b8063ffffffff613010610e6961306b948887615445565b16600090815260076020526040902060010180547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff1685151560a01b74ff000000000000000000000000000000000000000016179055615436565b612ff0565b346102da5760406003193601126102da5760043567ffffffffffffffff81116102da576130a1903690600401614ebd565b6130a9614f01565b906130c96001600160a01b038060045416331490811561229657506152b7565b60005b8181106130d557005b6131b99063ffffffff806130ed610e6984878a615445565b1660005260076020818152600360406000200154156000146131be577f36bd34fce15125142861966d5c962bba648a7342a4ba208826efa093c7ea0104918361313a610e69878a8d615445565b16600052815261319a876001604060002001907fffffff00000000ffffffffffffffffffffffffffffffffffffffffffffffffff7cffffffff0000000000000000000000000000000000000000000000000083549260c81b169116179055565b826131a9610e6986898c615445565b16926040519088168152a2615436565b6130cc565b505050615436565b346102da5760206003193601126102da576001600160a01b036131e7614f7a565b6131ef61525f565b167fffffffffffffffffffffffff00000000000000000000000000000000000000006002541617600255600080f35b346102da5760406003193601126102da57613237614f7a565b6001600160a01b036024359116600052600b60205260406000209081548110156102da5761326c63ffffffff9160209361500e565b9190546040519260031b1c168152f35b346102da5760006003193601126102da5760206001600160a01b0360015416604051908152f35b346102da5760206003193601126102da5760043561ffff8116908181036102da577f08a6cc14bd985810dd107362f1cb2f1602d7b4fc221ae55d7a89211006bcc806916020916132f161525f565b7fffff0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff7dffff000000000000000000000000000000000000000000000000000000006004549260e01b16911617600455604051908152a1005b346102da5760606003193601126102da57613361614f7a565b60243561336c615241565b6001600160a01b0392839182600454163314801561347f575b61338e906152b7565b1561341e5716916005541690823b156102da576040517ff242432a0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03909216602483015260448201526001606482015260a06084820152600060a482018190529091829081838160c481015b03925af180156116685761341557005b6103649061510c565b16916005541690823b156102da576040517f42842e0e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b039092166024830152604482015290600090829081838160648101613405565b5060015483163314613385565b346102da576020806003193601126102da576001600160a01b036134ae614f7a565b169081600052600b808252604060002054906134c9826159d6565b9360005b8381106134e75760405185815280611a4d81880189614fd4565b61351d908260005283865263ffffffff61350582604060002061500e565b90549060031b1c166135178289615a07565b52615436565b6134cd565b346102da576020806003193601126102da5761353c614eee565b600260ff613549836158f6565b16036139f05763ffffffff80911690816000526007808452604060002054156139ac57600083815281855260409020600590810180547fffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffff167b0100000000000000000000000000000000000000000000000000000017908190556001600160a01b039590811c8616158061399c575b1561385e57600085815283825260409020820180547fffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffff167c0100000000000000000000000000000000000000000000000000000000179081905560d01c60ff1615613730575b846000528281528560016040600020015416857fb7b05be0fb8a5789ab4ce271750a46ce607cf7cd3f122b7fcfd508c7964c9d7a83604060002054604051908152a35b600854938460401c16928315610d3c577fa70fa61ab55f0ddbcc721eb749021a95bb3a4a6cd1af47e393be083d4a724aaf947fffffffffffffffffffffffffffffffffffffffff00000000ffffffffffffffff6bffffffff00000000000000006000196060970160401b169116176008558560005281528560016040600020015416956040600020549260406000200154821c16600360406000200154916040519384528301526040820152a3005b60406000206001015460a01c60ff16156137ef5784600052828152856001604060002001541686835416604060002054823b156102da576040517ff242432a0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03909216602483015260448201526001606482015260a06084820152600060a482018190529091829081838160c481015b03925af18015611668576137e0575b5061363e565b6137e99061510c565b866137da565b856001604060002001541686835416604060002054823b156102da576040517f42842e0e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b0390921660248301526044820152906000908290818381606481016137cb565b60406000206001015460a01c60ff161561392557846000528281528560016040600020015416868360406000200154831c16604060002054823b156102da576040517ff242432a0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03909216602483015260448201526001606482015260a06084820152600060a482018190529091829081838160c481015b03925af1801561166857613916575b50613681565b61391f9061510c565b86613910565b8560016040600020015416868360406000200154831c16604060002054823b156102da576040517f42842e0e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b039092166024830152604482015290600090829081838160648101613901565b50600360406000200154156135d8565b6064846040519062461bcd60e51b82526004820152601660248201527f7570646174652061756374696f6e20746f6b656e4944000000000000000000006044820152fd5b6064826040519062461bcd60e51b82526004820152601460248201527f63616e277420626520736574746c6564206e6f770000000000000000000000006044820152fd5b346102da5760406003193601126102da57613a4d614eee565b60243563ffffffff6001600160a01b0392836004541633148015613c35575b613a75906152b7565b1691826000526007602052604060002054613bf15760008381526007602052604090208281556001015460a01c60ff1615613b785782600052600760205260016040600020015416803b156102da576040517ff242432a00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101929092526001606483015260a06084830152600060a4830181905290829060c490829084905af1801561166857613b69575b505b600052600760205260056040600020017fffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffff8154169055600080f35b613b729061510c565b81613b2c565b60016040600020015416803b156102da576040517f42842e0e00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101929092526000908290606490829084905af1801561166857613be2575b50613b2e565b613beb9061510c565b81613bdc565b606460405162461bcd60e51b815260206004820152601760248201527f41756374696f6e20616c726561647920757064617465640000000000000000006044820152fd5b5060015484163314613a6c565b346102da5760e06003193601126102da57613c5b614f7a565b613c63615241565b613c6b614f14565b613c73614f27565b60c43567ffffffffffffffff81116102da57613c93903690600401614fa6565b6001600160a01b036004959295541633148015614245575b613cb4906152b7565b613cc360026000541415615302565b6002600055613d886008549563ffffffff613cdf81891661534d565b1663ffffffff1988161760085560405192613cf984615120565b60243584526001600160a01b0389166020850152841515604085015263ffffffff8716606085015263ffffffff8616608085015260a43560a0850152600060c0850152600060e08501526000610100850152600061012085015260006101408501526000610160850152600061018085015260006101a0850152613d7b615362565b6101c0850152369161539b565b6101e082015263ffffffff8516600052600760205260406000209080518255613e36600183016001600160a01b036020840151167fffffffffffffffffffffffff000000000000000000000000000000000000000082541617815561124c6040840151151582907fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff74ff0000000000000000000000000000000000000000835492151560a01b169116179055565b60a0810151600283015560c0810151600383015560e08101516004830155613ecf6005830163ffffffff6101008401511663ffffffff198254161781556113646001600160a01b036101208501511682907fffffffffffffffff0000000000000000000000000000000000000000ffffffff77ffffffffffffffffffffffffffffffffffffffff0000000083549260201b169116179055565b6101c081015180519067ffffffffffffffff8211610c1757613ef88261146a60068701546150b9565b602090601f83116001146141d1576101e0939291600091836141c6575b50506000198260011b9260031b1c19161760068401555b015180519067ffffffffffffffff8211610c1757613f51826114cc60078601546150b9565b602090601f831160011461415657600792916000918361414b575b50506000198260011b9260031b1c1916179101555b6008547fffffffffffffffffffffffffffffffffffffffff00000000ffffffffffffffff6bffffffff0000000000000000613fc463ffffffff8460401c1661534d565b60401b169116176008556000146140c4576001600160a01b0384163b156102da576040517ff242432a000000000000000000000000000000000000000000000000000000008152336004820152306024808301919091523560448201526001606482015260a06084820152600060a482018190529091908260c481836001600160a01b038a165af19182156116685763ffffffff926140b5575b505b8160405193168352166020820152600060408201527f5c7c2d78b4da4547ebe3a9000c9aec1840756799ec0fa222b4c6c729a8eea3f2606063ffffffff6001600160a01b036024359616941692a46001600055005b6140be9061510c565b8561405e565b6001600160a01b0384163b156102da576040517f42842e0e0000000000000000000000000000000000000000000000000000000081523360048201523060248083019190915235604482015290600082606481836001600160a01b038a165af19182156116685763ffffffff9261413c575b50614060565b6141459061510c565b85614136565b015190508980613f6c565b906007840160005260206000209160005b601f19851681106141ae575091839160019383601f196007971610614195575b505050811b01910155613f81565b015160001960f88460031b161c19169055898080614187565b91926020600181928685015181550194019201614167565b015190508a80613f15565b906006850160005260206000209160005b601f198516811061422d575091839160019383601f196101e098971610614214575b505050811b016006840155613f2c565b015160001960f88460031b161c191690558a8080614204565b919260206001819286850151815501940192016141e2565b50613cb46001600160a01b036001541633149050613cab565b346102da5760006003193601126102da57602063ffffffff60085460401c16604051908152f35b346102da5760006003193601126102da5761429e61525f565b60006001600160a01b036001547fffffffffffffffffffffffff00000000000000000000000000000000000000008116600155167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a3005b346102da5760206003193601126102da576001600160a01b03614319614f7a565b61432161525f565b167fffffffffffffffffffffffff00000000000000000000000000000000000000006003541617600355600080f35b346102da5760206003193601126102da576001600160a01b03614371614f7a565b61437961525f565b167fffffffffffffffffffffffff00000000000000000000000000000000000000006004541617600455600080f35b346102da5760006003193601126102da576020600654604051908152f35b346102da5760006003193601126102da5760206001600160a01b0360035416604051908152f35b346102da5760206003193601126102da57608063ffffffff8061440e614eee565b16600052600960205260ff60406000209160018354930154906040519384526001600160a01b03821660208501528160a01c16604084015260c01c166060820152f35b346102da5760206003193601126102da5763ffffffff80614470614eee565b1660005260076020526040600020611a4d81549161456860018201549160ff6002820154966003830154946004840154916005850154926144bf60076144b86006890161517c565b970161517c565b976040519b8c9b8c52836001600160a01b03958d60208883169101528d60408a8360a01c1615159101528d6060838360a81c1691015260c81c1660808d015260a08c015260c08b015260e08a015282166101008901528160201c1661012088015261ffff8160c01c16610140880152818160d01c161515610160880152818160d81c16151561018088015260e01c1615156101a0860152610200806101c0870152850190614f3a565b908382036101e0850152614f3a565b346102da5761458536615072565b92916145a66001600160a01b0380600454163314908115610e0d57506152b7565b60005b8181106145b257005b63ffffffff6145c5610e69838588615445565b1660005260076020908082526040600020019067ffffffffffffffff8711610c175786906145f782610ea085546150b9565b600090601f831160011461463157509061462c939291600091610ee157508760011b906000198960031b1c1916179055615436565b6145a9565b939291601f191690826000528885600020926000965b818810614668575061462c965010610f24575050600187811b019055615436565b838a0135855596870196600190940193928301928b9250614647565b346102da5763ffffffff61469736615031565b9290916146b96001600160a01b0380600454163314908115610e0d57506152b7565b166000526020916007835260066040600020019167ffffffffffffffff8211610c17576146ea82610ea085546150b9565b600093601f831160011461471c575092819293600092612f245750506000198260011b9260031b1c1916179055600080f35b90601f198316948460005282600020926000905b87821061474d575050836001959610612f6157505050811b019055005b80600184968294958701358155019501920190614730565b346102da5760006003193601126102da5760206001600160a01b0360045416604051908152f35b346102da5760406003193601126102da576147a5614eee565b6024359063ffffffff809116600052600a602052604060002080548310156102da5760209261326c9161500e565b346102da5760406003193601126102da576147ec614eee565b7f36bd34fce15125142861966d5c962bba648a7342a4ba208826efa093c7ea01046020614817614f01565b6148366001600160a01b0380600454163314908115610e0d57506152b7565b63ffffffff80941693846000526007835261485960036040600020015415615466565b6000858152600784526040902060010180547fffffff00000000ffffffffffffffffffffffffffffffffffffffffffffffffff1660c884901b7cffffffff000000000000000000000000000000000000000000000000001617905560405191168152a2005b346102da576020806003193601126102da5763ffffffff90816148df614eee565b169182600052600a90818352604060002054916148fb836159d6565b9460005b8481106149195760405186815280611a4d8189018a614fd4565b61494590826000528387528461493382604060002061500e565b90549060031b1c16613517828a615a07565b6148ff565b346102da5760806003193601126102da57614963614f7a565b5061496c614f90565b5060643567ffffffffffffffff81116102da5761498d903690600401614fa6565b505060206040517f150b7a02000000000000000000000000000000000000000000000000000000008152f35b346102da5760206003193601126102da576149d2614eee565b63ffffffff90811660009081526009602052604090206001818101549154926001600160a01b03831692611a4d9260a082901c909216919060c01c60ff168103614a445750614a1f615aff565b905b604051948594855260208501526040840152608060608401526080830190614f3a565b604060002081015460c01c60ff16600203614a685750614a62615ac6565b90614a21565b604060002081015460c01c60ff16600303614a865750614a62615a8d565b6040600020015460c01c60ff16600403614aa257614a62615a54565b614a62615a1b565b346102da5760406003193601126102da5767ffffffffffffffff6004358181116102da57614adc903690600401614ebd565b919060249182359081116102da57614af8903690600401614ebd565b6001600160a01b0393919392836004541633148015614dfa575b614b1b906152b7565b818603614d905760005b868110614b2e57005b63ffffffff9081614b43610e69838b87615445565b1660005260076020818152604060002054614d4d578984614b75610e6986614b6d818f8d90615445565b35948a615445565b1660005282825260406000205583614b91610e69858d89615445565b1660005281815287600185858d60ff846040600020015460a01c16600014614cae57614bc191610e69918b615445565b16600052838352604060002001541693614bdc84888c615445565b3594803b156102da576040517ff242432a00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101969096526001606487015260a06084870152600060a4870181905290869060c490829084905af194851561166857614c9a95614c9f575b505b614c62610e69858d89615445565b166000525260056040600020017fffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffff8154169055615436565b614b25565b614ca89061510c565b8b614c52565b614cbc91610e69918b615445565b16600052838352604060002001541693614cd784888c615445565b3594803b156102da576040517f42842e0e00000000000000000000000000000000000000000000000000000000815233600482015230602482015260448101969096526000908690606490829084905af194851561166857614c9a95614d3e575b50614c54565b614d479061510c565b8b614d38565b606490600f886040519262461bcd60e51b845260048401528201527f616c7265616479207570646174656400000000000000000000000000000000006044820152fd5b60848360236040519162461bcd60e51b8352602060048401528201527f5f696420616e6420746f6b656e4964206d7573742062652073616d65206c656e60448201527f67746800000000000000000000000000000000000000000000000000000000006064820152fd5b5060015484163314614b12565b346102da5760206003193601126102da576004357fffffffff0000000000000000000000000000000000000000000000000000000081168091036102da576020907f01ffc9a70000000000000000000000000000000000000000000000000000000060405191148152f35b346102da5760006003193601126102da5760206001600160a01b0360055416604051908152f35b346102da5760006003193601126102da576020906001600160a01b03600254168152f35b9181601f840112156102da5782359167ffffffffffffffff83116102da576020808501948460051b0101116102da57565b6004359063ffffffff821682036102da57565b6024359063ffffffff821682036102da57565b6064359063ffffffff821682036102da57565b6084359063ffffffff821682036102da57565b919082519283825260005b848110614f66575050601f19601f8460006020809697860101520116010190565b602081830181015184830182015201614f45565b600435906001600160a01b03821682036102da57565b602435906001600160a01b03821682036102da57565b9181601f840112156102da5782359167ffffffffffffffff83116102da57602083818601950101116102da57565b90815180825260208080930193019160005b828110614ff4575050505090565b835163ffffffff1685529381019392810192600101614fe6565b91909180548310156119fe57600052601c60206000208360031c019260021b1690565b9060406003198301126102da5760043563ffffffff811681036102da57916024359067ffffffffffffffff82116102da5761506e91600401614fa6565b9091565b60406003198201126102da5767ffffffffffffffff916004358381116102da578261509f91600401614ebd565b939093926024359182116102da5761506e91600401614fa6565b90600182811c92168015615102575b60208310146150d357565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b91607f16916150c8565b67ffffffffffffffff8111610c1757604052565b610200810190811067ffffffffffffffff821117610c1757604052565b6040810190811067ffffffffffffffff821117610c1757604052565b90601f601f19910116810190811067ffffffffffffffff821117610c1757604052565b9060405191826000825492615190846150b9565b9081845260019485811690816000146151ff57506001146151bc575b50506151ba92500383615159565b565b9093915060005260209081600020936000915b8183106151e75750506151ba935082010138806151ac565b855488840185015294850194879450918301916151cf565b90506151ba9550602093507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0091501682840152151560051b82010138806151ac565b6044359081151582036102da57565b6024359081151582036102da57565b6001600160a01b0360015416330361527357565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b156152be57565b606460405162461bcd60e51b815260206004820152601260248201527f53656e646572206e6f7420616c6c6f77656400000000000000000000000000006044820152fd5b1561530957565b606460405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152fd5b63ffffffff809116908114610d3c5760010190565b6040519061536f8261513d565b600482527f6e756c6c000000000000000000000000000000000000000000000000000000006020830152565b92919267ffffffffffffffff8211610c1757604051916153c56020601f19601f8401160184615159565b8294818452818301116102da578281602093846000960137010152565b90601f81116153f057505050565b600091825260208220906020601f850160051c8301941061542c575b601f0160051c01915b82811061542157505050565b818155600101615415565b909250829061540c565b6000198114610d3c5760010190565b91908110156119fe5760051b0190565b3563ffffffff811681036102da5790565b1561546d57565b608460405162461bcd60e51b815260206004820152602160248201527f41756374696f6e20616c7265616479206d6574207374617274696e675072696360448201527f65000000000000000000000000000000000000000000000000000000000000006064820152fd5b63ffffffff9081166000818152600760209081526040808320600180820180547cffffffff000000000000000000000000000000000000000000000000004260c81b167fffffff00000000ffffffffffffffffffffffffffffffffffffffffffffffffff909116179055600591820180547fffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffff167c010000000000000000000000000000000000000000000000000000000017908190559496939492936001600160a01b0393919291861c8416806157b1575b505060ff81858920015460d01c16156155fc575b509180917fce1fb743adea0481cc150a73fae6b8a7a2aa5ae278de778d6d9f8493c959c2119493868852600785528288200154169520549051908152a3565b83872082015460a01c60ff16156156f957858752600785528387208083015491549054918416908416813b156156f55785517ff242432a0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b0391909116602482015260448101929092526001606483015260a06084830152600060a48301528790829060c490829084905af180156156eb579087916156d3575b50509180917fce1fb743adea0481cc150a73fae6b8a7a2aa5ae278de778d6d9f8493c959c21194935b91509192936155bd565b6156dc9061510c565b6156e75785386156a0565b8580fd5b84513d89823e3d90fd5b8880fd5b8387208083015491549054918416908416813b156156f55785517f42842e0e0000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03919091166024820152604481019290925287908290606490829084905af180156156eb5790879161579d575b50509180917fce1fb743adea0481cc150a73fae6b8a7a2aa5ae278de778d6d9f8493c959c21194936156c9565b6157a69061510c565b6156e7578538615770565b84600354166003878b20015491813b156158af5787517f40c10f190000000000000000000000000000000000000000000000000000000081526001600160a01b03919091166004820152602481019290925289908290604490829084905af180156158a557615892575b508688526007865281858920015416875260098552818488200178030000000000000000000000000000000000000000000000007fffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffff82541617905585875260078552600384882001546004858920015538806155a9565b61589e9098919861510c565b963861581b565b86513d8b823e3d90fd5b8a80fd5b805468010000000000000000811015610c17576158d59160018201815561500e565b819291549060031b9163ffffffff9283811b93849216901b16911916179055565b63ffffffff806000921682526007602052604090806001838520015460c81c16421015806159b3575b6159ab5760ff6005838520015460e01c166159a35760ff6005838520015460d81c1661599b57806001838520015460c81c1642101561599357806001838520015460c81c16421115918261597d575b50506159775790565b50600190565b83206001015460a81c164210159050388061596e565b505050600290565b505050600390565b505050600490565b505050600590565b50818320541561591f565b67ffffffffffffffff8111610c175760051b60200190565b906159e0826159be565b6159ed6040519182615159565b828152601f196159fd82946159be565b0190602036910137565b80518210156119fe5760209160051b010190565b60405190615a288261513d565b600d82527f696e76616c6964204269644944000000000000000000000000000000000000006020830152565b60405190615a618261513d565b600882527f61636365707465640000000000000000000000000000000000000000000000006020830152565b60405190615a9a8261513d565b600882527f63616e63656c65640000000000000000000000000000000000000000000000006020830152565b60405190615ad38261513d565b600682527f6f757462696400000000000000000000000000000000000000000000000000006020830152565b60405190615b0c8261513d565b600682527f6163746976650000000000000000000000000000000000000000000000000000602083015256fea2646970667358221220eb5346eb46d525475c5717ea23e3d0de9cb5f524fa11b3855bb096c5d960589764736f6c63430008110033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000000000000000000000000000000000000000007800000000000000000000000000000000000000000000000000000000000003e80000000000000000000000002276c60f53c9a807e182d112f9b37d7277463fec00000000000000000000000068baba24ee60933c6e22ea7701d9771285dde27a
-----Decoded View---------------
Arg [0] : _timeBuffer (uint32): 120
Arg [1] : _minBidIncrementPercentage (uint16): 1000
Arg [2] : _sweepers (address): 0x2276C60F53c9a807e182d112f9b37D7277463Fec
Arg [3] : _dust (address): 0x68bABA24ee60933c6E22Ea7701D9771285DDE27a
-----Encoded View---------------
4 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000078
Arg [1] : 00000000000000000000000000000000000000000000000000000000000003e8
Arg [2] : 0000000000000000000000002276c60f53c9a807e182d112f9b37d7277463fec
Arg [3] : 00000000000000000000000068baba24ee60933c6e22ea7701d9771285dde27a
Deployed Bytecode Sourcemap
585:23945:13:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;585:23945;3011:86;;:::i;:::-;585:23945;15167:3;585:23945;;15149:16;585:23945;;;;;15145:20;;;;15201:16;585:23945;15201:16;15167:3;15201:16;;:::i;:::-;585:23945;15244:1;15234:11;;:26;;;;;15167:3;-1:-1:-1;15231:128:13;;;15295:1;;;:::i;:::-;15167:3;:::i;:::-;15131:12;;15234:26;15249:11;;;15234:26;;;15145:20;585:23945;3019:55;585:23945;;1273:6:0;585:23945:13;;3019:10;3053:21;3019:55;;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;;;;:::i;:::-;;;;22374:11;585:23945;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;1063:62:0;;:::i;:::-;-1:-1:-1;;;;;585:23945:13;;;2169:22:0;;;585:23945:13;;2525:6:0;585:23945:13;;;;;;2525:6:0;585:23945:13;;2573:40:0;585:23945:13;2573:40:0;;585:23945:13;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;;:::i;:::-;;;;;;;;;;;;;;;;:::i;:::-;;;;;;4734:43;585:23945;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;:::i;:::-;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;585:23945;;;;13791:9;585:23945;;13783:102;13791:25;585:23945;;;13791:25;585:23945;13819:28;585:23945;;;13819:28;585:23945;-1:-1:-1;13783:102:13;:::i;:::-;585:23945;;13791:9;585:23945;;;;13819:28;585:23945;;;13895:28;585:23945;;;;3019:55;585:23945;;;;;3019:10;3053:21;3019:55;;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;-1:-1:-1;;;;;585:23945:13;;:::i;:::-;;;;22504:8;585:23945;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;:::i;:::-;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;585:23945:13;;;3019:10;:30;:55;;;;585:23945;3011:86;;;:::i;:::-;2317:63:1;1744:1;585:23945:13;;2325:19:1;;2317:63;:::i;:::-;1744:1;585:23945:13;;9365:18;585:23945;;;9365:18;585:23945;;;9365:18;:::i;:::-;585:23945;-1:-1:-1;;585:23945:13;;;9365:18;585:23945;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;585:23945:13;;;9410:533;;585:23945;;;;9410:533;;585:23945;;;;;9410:533;;585:23945;;;;;9410:533;;585:23945;;;;9410:533;;585:23945;;;9410:533;;585:23945;;;9410:533;;585:23945;;9410:533;;;585:23945;;9410:533;;;585:23945;;9410:533;;;585:23945;;9410:533;;;585:23945;;9410:533;;;585:23945;;9410:533;;;585:23945;;;;:::i;:::-;9410:533;;;585:23945;;;;:::i;:::-;9410:533;;;585:23945;;;;;;9394:9;585:23945;;;;;;;;;;;;;-1:-1:-1;;;;;585:23945:13;9410:533;;585:23945;;;;;;;;;;;9410:533;;585:23945;;;;;;;;;;;;;;;;;;;;;;;9410:533;;585:23945;;;;9410:533;;585:23945;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9410:533;;585:23945;1744:1:1;585:23945:13;;;;9410:533;;585:23945;;;;;;9410:533;;585:23945;;;;;;;;;;9410:533;;;585:23945;;-1:-1:-1;;585:23945:13;;;;;;;-1:-1:-1;;;;;9410:533:13;;;585:23945;;;;;;;;;;;;;;;;;;;9410:533;;;585:23945;;;9410:533;;;585:23945;9410:533;;;585:23945;9410:533;;;585:23945;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9410:533;;;585:23945;;;;;;;;;;;;;;;;;:::i;:::-;;;;;:::i;:::-;;;;;;;;;;;;9410:533;585:23945;;9394:9;585:23945;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;9410:533;;585:23945;;;;;;;;;;;;;;;:::i;:::-;;;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;585:23945:13;9996:63;585:23945;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;9365:18;585:23945;;;9953:20;585:23945;;;;;9953:20;:::i;:::-;585:23945;;;;;;9365:18;585:23945;;;;;;;;;;;;;;;;;;;;;9996:63;;585:23945;;;;;;;;-1:-1:-1;585:23945:13;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;9996:63;585:23945;;;;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;9410:533;585:23945;;;;9394:9;585:23945;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3019:55;585:23945;3011:86;-1:-1:-1;;;;;585:23945:13;;;3019:10;3053:21;3019:55;;;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;-1:-1:-1;;585:23945:13;22251:12;585:23945;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;12615:31;585:23945;;:::i;:::-;;;;:::i;:::-;;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;585:23945;;;12615:9;585:23945;;12615:21;585:23945;;;12615:21;585:23945;;;;;;;;;;;;;;;;;3019:55;585:23945;;1273:6:0;585:23945:13;;3019:10;3053:21;3019:55;;;585:23945;;;;;;;:::i;:::-;;;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;585:23945;13185:15;;;;;;585:23945;13202:3;585:23945;13231:7;;;;;;:::i;:::-;;:::i;:::-;585:23945;;;;13221:9;585:23945;;13221:30;585:23945;;;13221:30;585:23945;;;;;;;;;;;;;;:::i;:::-;;;:::i;:::-;;;;;;;;;;;;13202:3;585:23945;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;13202:3;:::i;:::-;13173:10;;585:23945;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;13202:3;585:23945;;;;;;;;;;;;;;;13202:3;:::i;585:23945::-;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;15495:1;585:23945;15473:18;;;:::i;:::-;585:23945;15473:23;:50;;;;585:23945;;;;15584:3;;;:::i;585:23945::-;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;15473:50;15500:18;585:23945;15500:18;;;:::i;:::-;585:23945;15500:23;15473:50;;3019:55;585:23945;;1273:6:0;585:23945:13;;3019:10;3053:21;3019:55;;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;;;;:::i;:::-;;;:::i;:::-;;;:::i;:::-;;;;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;585:23945:13;;;3019:10;:30;:55;;;;585:23945;3011:86;;;:::i;:::-;2317:63:1;1744:1;585:23945:13;;2325:19:1;;2317:63;:::i;:::-;1744:1;585:23945:13;;;7999:20;;;;;;585:23945;;;;8021:3;8052:18;585:23945;;;8052:18;585:23945;;;8052:18;:::i;:::-;585:23945;-1:-1:-1;;585:23945:13;;;8052:18;585:23945;8184:12;;;;;:::i;:::-;585:23945;;;;;;;:::i;:::-;;;-1:-1:-1;;;;;585:23945:13;;;8100:607;;585:23945;;;;;8100:607;;585:23945;;;;;8100:607;;585:23945;;;;;8100:607;;585:23945;;;;8100:607;;585:23945;;;8100:607;;585:23945;;;8100:607;;585:23945;;8100:607;;;585:23945;;8100:607;;;585:23945;;8100:607;;;585:23945;;8100:607;;;585:23945;;8100:607;;;585:23945;;8100:607;;;585:23945;;;:::i;:::-;8100:607;;;585:23945;;;;;;:::i;:::-;8100:607;;;585:23945;;;;;;8084:9;585:23945;;;;;;;;;;;;;;-1:-1:-1;;;;;585:23945:13;8100:607;;585:23945;;;;;;;;;;;8100:607;;585:23945;;;;;;;;;;;;;;;;;;;;;;;8100:607;;585:23945;;;;8100:607;;585:23945;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8100:607;;585:23945;1744:1:1;585:23945:13;;;;8100:607;;585:23945;;;;;;8100:607;;585:23945;;;;;;;;;;8100:607;;;585:23945;;-1:-1:-1;;585:23945:13;;;;;;;-1:-1:-1;;;;;8100:607:13;;;585:23945;;;;;;;;;;;;;;;;;;;8100:607;;;585:23945;;;8100:607;;;585:23945;8100:607;;;585:23945;8100:607;;;585:23945;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8100:607;;;585:23945;;;;;;;;;;;;;;;;;:::i;:::-;;;;;:::i;:::-;;;;;;;;;;8100:607;;585:23945;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;8100:607;585:23945;;;;;;;;;;;;8084:9;585:23945;;;;:::i;:::-;8084:9;585:23945;;;:::i;:::-;;;;;;;;;;8084:9;;585:23945;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;8052:18;585:23945;;;8721:20;585:23945;;;;;8721:20;:::i;:::-;585:23945;;;;;;8052:18;585:23945;8756:250;;;;;8853:12;;;;;:::i;:::-;585:23945;;-1:-1:-1;;;;;585:23945:13;;8786:87;;;;585:23945;;;8786:87;;3019:10;585:23945;8786:87;;585:23945;8846:4;585:23945;;;;;;;;;;;12139:25;585:23945;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;585:23945:13;;;;8786:87;;585:23945;;8786:87;;;;;;;;9025:75;585:23945;;8786:87;-1:-1:-1;;;;;8786:87:13;;;9080:12;8786:87;;;;8021:3;8786:87;;;;;8756:250;;9080:12;:::i;:::-;585:23945;;;;;;;;;;;;;;;;;;;;;;9025:75;;8021:3;:::i;:::-;7987:10;;8786:87;;;;:::i;:::-;;;;;585:23945;;;;;;;;;8756:250;8978:12;;;;;:::i;:::-;585:23945;;-1:-1:-1;;;;;585:23945:13;;8912:79;;;;585:23945;;;8912:79;;3019:10;585:23945;8912:79;;585:23945;8971:4;585:23945;;;;;;;;;;;;;;;;-1:-1:-1;;;;;585:23945:13;;;;8912:79;585:23945;;;;;-1:-1:-1;585:23945:13;;;;;;8084:9;585:23945;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;-1:-1:-1;;8084:9:13;585:23945;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;-1:-1:-1;;8100:607:13;585:23945;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3019:55;585:23945;3011:86;-1:-1:-1;;;;;585:23945:13;;;3019:10;3053:21;3019:55;;;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;-1:-1:-1;;;;;585:23945:13;;:::i;:::-;1063:62:0;;:::i;:::-;585:23945:13;;5920:19;585:23945;;;5920:19;585:23945;;;5949:16;585:23945;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;:::i;:::-;1063:62:0;;:::i;:::-;585:23945:13;;;;;;;;;;;;;;5412:33;585:23945;;5593:37;585:23945;;;;;;;;;;;;;;;;;;;;;;;;;;5593:37;585:23945;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;23868:18;585:23945;;23855:32;585:23945;;;;;23855:32;:::i;:::-;23901:12;585:23945;;;23937:3;585:23945;;;23915:20;;;;;;;24040:1;585:23945;23997:16;;;:::i;:::-;585:23945;24030:11;24040:1;;585:23945;;;;;23937:3;585:23945;;;;;23937:3;:::i;:::-;23901:12;;585:23945;;;;;;;;;;24027:139;23937:3;24143:8;;23937:3;:::i;23915:20::-;585:23945;;;;;;;;;;;;23915:20;585:23945;:::i;:::-;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;:::i;:::-;;;;;;;;;;;;;:::i;:::-;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;585:23945:13;;;3019:10;:30;:55;;;;585:23945;3011:86;;;:::i;:::-;2317:63:1;1744:1;585:23945:13;;2325:19:1;;2317:63;:::i;:::-;1744:1;585:23945:13;;;10363:16;585:23945;;;10363:16;;;;585:23945;;;;10381:3;10412:18;585:23945;;10412:18;585:23945;;;10412:18;:::i;:::-;585:23945;-1:-1:-1;;585:23945:13;;;10412:18;585:23945;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;585:23945:13;;;10460:601;;585:23945;;;;;10460:601;;585:23945;;;;;10460:601;;585:23945;;;;;10460:601;;585:23945;;;;10460:601;;585:23945;;;10460:601;;585:23945;;;10460:601;;585:23945;;;10460:601;;585:23945;;10460:601;;;585:23945;;10460:601;;;585:23945;;10460:601;;;585:23945;;10460:601;;;585:23945;;10460:601;;;585:23945;;;;;;:::i;:::-;10460:601;;;585:23945;;;;;;:::i;:::-;10460:601;;;585:23945;;;;;;10444:9;585:23945;;;;;;;;;;;;;;-1:-1:-1;;;;;585:23945:13;10460:601;;585:23945;;;;;;;;;;;10460:601;;585:23945;;;;;;;;;;;;;;;;;;;;;;;10460:601;;585:23945;1744:1:1;585:23945:13;;;;10460:601;;585:23945;;;;;;10460:601;;585:23945;;;;;;;;;;;10460:601;;585:23945;;-1:-1:-1;;585:23945:13;;;;;;;-1:-1:-1;;;;;10460:601:13;;;585:23945;;;;;;;;;;;;;;;;;;;10460:601;;;585:23945;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;10460:601;;585:23945;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;10460:601;585:23945;;;;;;;;;;;;;;;;;;;;10444:9;585:23945;;;:::i;:::-;;;;;;;;;;-1:-1:-1;;;;;585:23945:13;;;10381:3;585:23945;;;;;;10444:9;585:23945;11115:63;585:23945;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;10412:18;585:23945;;;11075:20;585:23945;;;;;11075:20;:::i;:::-;585:23945;;;;;;10412:18;585:23945;;;;;;;;;;;;;;;;;;;;;11115:63;;10381:3;:::i;:::-;10351:10;;;;585:23945;;;;-1:-1:-1;585:23945:13;;;;;;10444:9;585:23945;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;10381:3;585:23945;;;;;;10444:9;585:23945;;;;;;-1:-1:-1;;;;;585:23945:13;;-1:-1:-1;;11115:63:13;585:23945;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;-1:-1:-1;;10460:601:13;585:23945;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3019:55;585:23945;3011:86;-1:-1:-1;;;;;585:23945:13;;;3019:10;3053:21;3019:55;;;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;;;24320:16;585:23945;;24307:30;;;;:::i;:::-;585:23945;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;-1:-1:-1;;585:23945:13;;;;;;;;;24435:3;585:23945;;;24413:20;;;;;;24454:15;;;;24435:3;24454:15;;;:::i;:::-;585:23945;;24483:28;24495:16;;;:::i;:::-;24483:28;;;:::i;:::-;585:23945;;;;24435:3;:::i;:::-;24399:12;;24413:20;585:23945;24413:20;;;;585:23945;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;3011:86;585:23945;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;3107:1;585:23945;;;;;17001:30;;;;17025:4;585:23945;17001:30;;585:23945;;17001:30;;;585:23945;17001:30;;;;;;;;;585:23945;17001:30;;;585:23945;17001:39;;16997:110;;585:23945;-1:-1:-1;585:23945:13;;;17116:26;;-1:-1:-1;;;;;585:23945:13;;;;17116:26;;585:23945;;;;;;;;;;;;;;;;;;;17116:26;;;;;;;;;;;585:23945;17116:26;;;;;;;;;;;;;:::i;:::-;;;585:23945;;;;;;;;;;;;17116:26;;;;;16997:110;585:23945;;;;;17066:30;;;17025:4;585:23945;17066:30;;585:23945;17066:30;;585:23945;17066:30;;;;;;;;;585:23945;17066:30;;;16997:110;17057:39;;17116:26;16997:110;;17066:30;;;;;;;;;;;;;;;;;:::i;:::-;;;585:23945;;;;;;17116:26;17066:30;;;;;;;17001;;;;;;;;;;;;;;;;:::i;:::-;;;585:23945;;;;;17001:30;;;;;;;;3019:55;585:23945;;;;;3019:10;3053:21;3019:55;;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;585:23945;14097:15;;;;;;585:23945;14114:3;;585:23945;;;14146:7;;;;;;;:::i;:::-;585:23945;;;14136:9;585:23945;;;;14136:29;585:23945;;;14136:29;585:23945;14178:7;;;;;;;;:::i;:::-;585:23945;;;;;;14168:32;585:23945;;;;;14168:32;585:23945;-1:-1:-1;14133:198:13;14168:32;;;14230:7;;;;;;:::i;:::-;585:23945;;;;;;;14220:32;585:23945;14114:3;:::i;:::-;14085:10;;14133:198;14308:8;;;;;14114:3;:::i;585:23945::-;;;;;-1:-1:-1;;585:23945:13;;;;;;;2804:20;585:23945;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;;:::i;:::-;-1:-1:-1;585:23945:13;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;4990:48;585:23945;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;:::i;:::-;;;;23336:5;585:23945;;23336:23;585:23945;;;;;23336:23;585:23945;;;;23336:28;23333:397;23336:23;;;585:23945;;;:::i;:::-;;;;;;;;;;;;;;:::i;23333:397::-;585:23945;;;23336:23;23421;585:23945;;;;;23448:1;23421:28;23448:1;;585:23945;;;:::i;:::-;23333:397;;23418:312;585:23945;;;23336:23;23506;585:23945;;;;;23533:1;23506:28;23533:1;;585:23945;;;:::i;23503:227::-;585:23945;;;23336:23;23593;585:23945;;;;;;23593:28;585:23945;;;;;:::i;23590:140::-;585:23945;;;:::i;:::-;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;1063:62:0;;:::i;:::-;585:23945:13;;6040:16;585:23945;;;;;6040:16;585:23945;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;2871:8;585:23945;;2870:9;585:23945;;2870:47;;585:23945;;;;2317:63:1;1744:1;585:23945:13;;2325:19:1;;2317:63;:::i;:::-;1744:1;585:23945:13;;;;17396:18;;;:::i;:::-;585:23945;17396:23;585:23945;;;;;;;17481:9;585:23945;;;;;;;17481:22;585:23945;;;;17463:15;:40;585:23945;;;17554:6;585:23945;17541:9;:19;585:23945;;;;;;;17481:9;585:23945;;1744:1:1;585:23945:13;;;17612:28;585:23945;;;17598:42;585:23945;;;;;;;;;17481:9;585:23945;;;;;17732:25;;585:23945;;;;;;;;;;;;;;;;;;;;;;;17819:5;585:23945;;;;;;;;;;;17718:107;585:23945;;;;;;;17481:9;585:23945;;-1:-1:-1;;;;;17947:21:13;585:23945;;;17947:21;585:23945;;;;;17994:14;585:23945;;;17994:14;585:23945;;;;;17994:14;:::i;:::-;585:23945;;;;;;;17994:14;585:23945;18072:24;18068:232;;585:23945;;;;;;;17481:9;585:23945;;;;17732:25;585:23945;;;18310:25;585:23945;18358:34;18382:10;17947:21;585:23945;;;18358:21;585:23945;;;;;;;;;;;;;;;18358:34;17947:21;585:23945;;;18402:26;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;;18447:11;585:23945;;18447:29;585:23945;;;;;;;;18447:29;:::i;:::-;585:23945;;;;;17481:9;585:23945;;17947:21;585:23945;;;18486:25;585:23945;;;;;;;;;;;;;18486:27;585:23945;;;;;;;;;;;;;;;;18486:27;585:23945;;;;;;;;;;18523:5;585:23945;;;;;;;18523:20;;585:23945;;;;;;;;18382:10;585:23945;;;;;;;;;;;;;;;;;;;;;;;;18688:8;585:23945;;;;;;;18688:33;;585:23945;18688:33;:::i;:::-;-1:-1:-1;;;;;17732:25:13;585:23945;;18732:37;;;;;585:23945;;;18732:37;;18382:10;585:23945;18732:37;;585:23945;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;-1:-1:-1;;18732:37:13;;;;;;;;585:23945;;;;;;;17481:9;585:23945;;;;;;;18903:22;585:23945;;;;17463:15;585:23945;;;;;;;;;;;;;;;-1:-1:-1;18975:163:13;;585:23945;;;;;;-1:-1:-1;;;;;17947:21:13;585:23945;;17554:6;585:23945;19148:20;;;;;;585:23945;19148:20;;;;19184:46;585:23945;;;;;;;;;;;;19184:46;585:23945;;18382:10;19184:46;585:23945;;;;;;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;19184:46;;;;585:23945;;;;19148:20;;;;;18975:163;585:23945;;;;;;17463:15;585:23945;;;;;;;19003:61;585:23945;;;;;;17481:9;585:23945;;;;;;19003:22;585:23945;;;;;;;;;;;;;;;19003:61;585:23945;;;;;19104:22;585:23945;;;;;;;;;19083:44;585:23945;;;;19083:44;;18975:163;;;18732:37;;;;:::i;:::-;;;;18068:232;-1:-1:-1;;;;;17732:25:13;585:23945;;;;;;;;17481:9;585:23945;;17732:25;585:23945;;;18134:25;585:23945;18112:48;;;;;585:23945;;;18112:48;;-1:-1:-1;;;;;585:23945:13;;;;;18112:48;;585:23945;;;;;;-1:-1:-1;;585:23945:13;;;;;;-1:-1:-1;;18112:48:13;;;;;;;;18068:232;585:23945;;;;;;17481:9;585:23945;;;17947:21;585:23945;;;18180:26;585:23945;;;;18174:5;585:23945;;;;;;18174:43;585:23945;;;;;;;;;;;;;17481:9;585:23945;;17732:25;585:23945;;;18264:25;585:23945;;;;;18235:26;585:23945;18068:232;;;18112:48;;;;:::i;:::-;;;;585:23945;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;2870:47;585:23945;;;-1:-1:-1;;;;;2883:8:13;585:23945;;;;2883:30;;;;585:23945;2883:30;;2902:10;585:23945;2883:30;;585:23945;2883:30;;;;;;;585:23945;2883:30;;;2870:47;2883:34;;;2870:47;;2883:30;;;585:23945;2883:30;;;;;;;;;585:23945;2883:30;;;:::i;:::-;;;585:23945;;;;;2883:30;;;;;;-1:-1:-1;2883:30:13;;585:23945;;;;;;;;:::i;:::-;;;;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;585:23945;;;;;13392:9;585:23945;;13392:9;585:23945;;;13392:26;585:23945;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;585:23945:13;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;:::i;:::-;;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;585:23945;12789:15;;;;;;585:23945;12806:3;12835:7;585:23945;12835:7;;12806:3;12835:7;;;;:::i;:::-;585:23945;;;;;12825:9;585:23945;;;;;12825:25;;585:23945;;;;;;;;;;;;;;12806:3;:::i;:::-;12777:10;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::i;:::-;;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;585:23945;14772:15;;;;;;585:23945;14789:3;;585:23945;;14821:7;;;;;;;:::i;:::-;585:23945;;;14811:9;585:23945;;;;14811:29;585:23945;;;14811:29;585:23945;14811:34;14808:219;14811:29;;;14928:37;14875:7;;;;;;;;:::i;:::-;585:23945;;;;;14865:40;585:23945;14865:26;585:23945;;;14865:26;585:23945;;;;;;;;;;;;;;;14865:40;14944:7;;;;;;;:::i;:::-;585:23945;;;;;;;;;14928:37;14789:3;:::i;:::-;14760:10;;14808:219;15004:8;;;14789:3;:::i;585:23945::-;;;;;-1:-1:-1;;585:23945:13;;;;;-1:-1:-1;;;;;585:23945:13;;:::i;:::-;1063:62:0;;:::i;:::-;585:23945:13;;5712:26;585:23945;;;5712:26;585:23945;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;-1:-1:-1;;;;;585:23945:13;;;;;;2754:44;585:23945;;;;;;;;2754:44;;;;;;585:23945;2754:44;585:23945;2754:44;;:::i;:::-;585:23945;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;-1:-1:-1;;;;;1273:6:0;585:23945:13;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;6483:67;1063:62:0;585:23945:13;1063:62:0;;;:::i;:::-;585:23945:13;;;;;;;;;;;;;;;;;;6483:67;585:23945;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;;;:::i;:::-;-1:-1:-1;;;;;585:23945:13;;;;;;;3019:10;:30;:55;;;;585:23945;3011:86;;;:::i;:::-;16677:196;;;585:23945;;16750:3;585:23945;;16703:68;;;;;;585:23945;;;16703:68;;16743:4;585:23945;16703:68;;585:23945;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;19648:4;585:23945;;;;;;;;;;;;;;;;;;;;;;;;;;16703:68;;;;;;;;;;;585:23945;16703:68;;;;:::i;16677:196::-;585:23945;;16848:3;585:23945;;16802:60;;;;;;585:23945;;;16802:60;;16841:4;585:23945;16802:60;;585:23945;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;16802:60;585:23945;3019:55;-1:-1:-1;585:23945:13;;;;3019:10;3053:21;3019:55;;585:23945;;;;;;-1:-1:-1;;585:23945:13;;;;;-1:-1:-1;;;;;585:23945:13;;:::i;:::-;;;;;;22002:8;585:23945;;;;;;;22043:20;;;;:::i;:::-;22077:10;585:23945;22089:10;;;;;;585:23945;;;;;;;;;;;;:::i;22101:3::-;;585:23945;;;;;;;;22132:18;585:23945;;;;22132:18;:::i;:::-;585:23945;;;;;;;22120:30;;;;:::i;:::-;585:23945;22101:3;:::i;:::-;22077:10;;585:23945;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;19514:1;585:23945;19492:18;;;:::i;:::-;585:23945;19492:23;585:23945;;;;;;;;;;19558:9;585:23945;;;;;;;19558:27;585:23945;;;;;;;;;;;;19623:22;;;;585:23945;;;;;;;;;;-1:-1:-1;;;;;585:23945:13;;;;;;19666:35;;:69;;585:23945;19662:996;;;585:23945;;;;;;;;;;19751:21;;585:23945;;;;;;;;;;;;;;19797:21;19793:381;;19662:996;585:23945;;;;;;;19648:4;585:23945;;;20219:30;585:23945;;;20192:83;585:23945;;;;;;;;;;20192:83;19662:996;20667:20;585:23945;;;;;;;;;;;20702:134;585:23945;;;-1:-1:-1;;585:23945:13;;;;;;;;;20667:20;585:23945;;;;;;;19648:4;585:23945;;;20730:30;585:23945;;;;;;;;;;;20787:21;585:23945;;;;20810:25;585:23945;;;20810:25;585:23945;;;;;;;;;;;;;;20702:134;585:23945;19793:381;585:23945;;;19648:4;19841:21;585:23945;;;;;;;;;;;;;;;19648:4;585:23945;;;19895:30;585:23945;;;;;;;;;;19886:108;;;;;585:23945;;;19886:108;;19952:4;585:23945;19886:108;;585:23945;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;19648:4;585:23945;;;;;;;;;;;;;;;;;;;;;;;;;;19886:108;;;;;;;;;;;19838:322;;19793:381;;19886:108;;;;:::i;:::-;;;;19838:322;585:23945;19648:4;585:23945;;;20049:30;585:23945;;;;;;;;;;20041:100;;;;;585:23945;;;20041:100;;20106:4;585:23945;20041:100;;585:23945;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;20041:100;585:23945;19662:996;585:23945;;;19648:4;20309:21;585:23945;;;;;;;;;;;;;;;19648:4;585:23945;;;20359:30;585:23945;;;;;;;20423:21;585:23945;;;;;;;;20350:126;;;;;585:23945;;;20350:126;;20416:4;585:23945;20350:126;;585:23945;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;19648:4;585:23945;;;;;;;;;;;;;;;;;;;;;;;;;;20350:126;;;;;;;;;;;20306:342;;19662:996;;20350:126;;;;:::i;:::-;;;;20306:342;585:23945;19648:4;585:23945;;;20523:30;585:23945;;;;;;;20587:21;585:23945;;;;;;;;20515:118;;;;;585:23945;;;20515:118;;20580:4;585:23945;20515:118;;585:23945;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;20515:118;585:23945;19666:69;585:23945;19705:25;585:23945;;;19705:25;585:23945;19705:30;19666:69;;585:23945;;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;585:23945:13;;;;;3019:10;:30;:55;;;;585:23945;3011:86;;;:::i;:::-;585:23945;;;;;11307:9;585:23945;;;;;;;;;;;;11307:9;585:23945;;;;;;;;;11418:21;585:23945;;;;;;;;;;;11307:9;585:23945;;;;;;11464:30;585:23945;;11455:101;;;;;585:23945;;;11455:101;;3019:10;585:23945;11455:101;;585:23945;11533:4;585:23945;;;;;;;;;;;12139:25;585:23945;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;-1:-1:-1;585:23945:13;;;;;;-1:-1:-1;;11455:101:13;;;;;;;;11415:276;;;585:23945;;11307:9;585:23945;;11700:20;585:23945;;;11700:20;585:23945;;;;;;;;;11455:101;;;;:::i;:::-;;;;11415:276;585:23945;;;;11595:30;585:23945;;11587:93;;;;;585:23945;;;11587:93;;3019:10;585:23945;11587:93;;585:23945;11664:4;585:23945;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;-1:-1:-1;;11587:93:13;;;;;;;;11415:276;;;;11587:93;;;;:::i;:::-;;;;585:23945;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;3019:55;-1:-1:-1;585:23945:13;;;;3019:10;3053:21;3019:55;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;:::i;:::-;;;:::i;:::-;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;585:23945:13;;;;;;3019:10;:30;:55;;;;585:23945;3011:86;;;:::i;:::-;2317:63:1;1744:1;585:23945:13;;2325:19:1;;2317:63;:::i;:::-;1744:1;585:23945:13;;;6788:18;585:23945;;;6788:18;585:23945;;;6788:18;:::i;:::-;585:23945;-1:-1:-1;;585:23945:13;;;6788:18;585:23945;;;;;;;:::i;:::-;;;;;-1:-1:-1;;;;;585:23945:13;;;6833:535;;585:23945;;;;;6833:535;;585:23945;;;;;6833:535;;585:23945;;;;;6833:535;;585:23945;;;;6833:535;;585:23945;;;6833:535;;585:23945;;;6833:535;;585:23945;;6833:535;;;585:23945;;6833:535;;;585:23945;;6833:535;;;585:23945;;6833:535;;;585:23945;;6833:535;;;585:23945;;6833:535;;;585:23945;;;:::i;:::-;6833:535;;;585:23945;;;;:::i;:::-;6833:535;;;585:23945;;;;;;6817:9;585:23945;;;;;;;;;;;;;;-1:-1:-1;;;;;585:23945:13;6833:535;;585:23945;;;;;;;;;;;6833:535;;585:23945;;;;;;;;;;;;;;;;;;;;;;;6833:535;;585:23945;1744:1:1;585:23945:13;;;;6833:535;;585:23945;;;;;;6833:535;;585:23945;;;;;;;;;;6833:535;;;585:23945;;-1:-1:-1;;585:23945:13;;;;;;;-1:-1:-1;;;;;6833:535:13;;;585:23945;;;;;;;;;;;;;;;;;;;6833:535;;;585:23945;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;6833:535;;585:23945;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;6833:535;585:23945;;;;;;;;;;;;6817:9;585:23945;;;;:::i;:::-;;;;;;;;;;6817:9;;585:23945;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;6788:18;585:23945;;;7378:20;585:23945;;;;;7378:20;:::i;:::-;585:23945;;;;;;6788:18;585:23945;7409:226;;;;-1:-1:-1;;;;;585:23945:13;;7435:83;;;;585:23945;;;7435:83;;3019:10;585:23945;7435:83;;585:23945;7495:4;585:23945;;;;;;;;;;;;;12139:25;585:23945;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;;;;;;-1:-1:-1;;;;;;585:23945:13;;7435:83;;;;;;;585:23945;7435:83;;;7409:226;;;585:23945;;;;;;;;;;;;;;;;;7650:71;585:23945;;-1:-1:-1;;;;;585:23945:13;;;;;;7650:71;;585:23945;;;;7435:83;;;;:::i;:::-;;;;7409:226;-1:-1:-1;;;;;585:23945:13;;7549:75;;;;585:23945;;;7549:75;;3019:10;585:23945;7549:75;;585:23945;7608:4;585:23945;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;-1:-1:-1;;;;;;585:23945:13;;7549:75;;;;;;;585:23945;7549:75;;;7409:226;;;;7549:75;;;;:::i;:::-;;;;585:23945;;;;-1:-1:-1;585:23945:13;;;;;;6817:9;585:23945;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;-1:-1:-1;;6817:9:13;585:23945;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;-1:-1:-1;;6833:535:13;585:23945;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3019:55;585:23945;3011:86;-1:-1:-1;;;;;585:23945:13;;;3019:10;3053:21;3019:55;;;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;;;2441:32;585:23945;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;1063:62:0;;:::i;:::-;585:23945:13;-1:-1:-1;;;;;2525:6:0;585:23945:13;;;;2525:6:0;585:23945:13;;2573:40:0;;;;585:23945:13;;;;;;-1:-1:-1;;585:23945:13;;;;;-1:-1:-1;;;;;585:23945:13;;:::i;:::-;1063:62:0;;:::i;:::-;585:23945:13;;5812:19;585:23945;;;5812:19;585:23945;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;-1:-1:-1;;;;;585:23945:13;;:::i;:::-;1063:62:0;;:::i;:::-;585:23945:13;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;1292:36;585:23945;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;-1:-1:-1;;;;;814:17:13;585:23945;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;:::i;:::-;;;;2660:36;585:23945;;;;;;;2660:36;585:23945;;2660:36;;585:23945;;;;;;;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;:::i;:::-;;;;2314:43;585:23945;;;;;;;;2314:43;585:23945;2314:43;;;585:23945;2314:43;585:23945;2314:43;;;585:23945;2314:43;;;;585:23945;2314:43;585:23945;2314:43;;585:23945;2314:43;;;;585:23945;2314:43;;;;;;;;:::i;:::-;;;;:::i;:::-;585:23945;;;;;;;;;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;585:23945;13573:15;;;;;;585:23945;13590:3;585:23945;13619:7;;;;;;:::i;:::-;585:23945;;;13609:9;585:23945;;;;;;;;13609:30;585:23945;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;13590:3;585:23945;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;13590:3;:::i;:::-;13561:10;;585:23945;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;13590:3;585:23945;;;;;;;;;;;;;;13590:3;:::i;585:23945::-;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;;;;:::i;:::-;;;;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;585:23945;;;;;12991:9;585:23945;;12991:26;585:23945;;;12991:26;585:23945;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;;;;;;;;2702:46;585:23945;;;;;;;2702:46;;;;;585:23945;2702:46;;;;:::i;585:23945::-;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;14592:33;585:23945;;;:::i;:::-;3011:86;-1:-1:-1;;;;;585:23945:13;;;;3019:10;:30;:55;;;;;3011:86;;:::i;:::-;585:23945;;;;;;;;14463:9;585:23945;;14455:76;14463:25;585:23945;;;14463:25;585:23945;14463:30;14455:76;:::i;:::-;585:23945;;;;14463:9;585:23945;;;;;14541:22;;585:23945;;;;;;;;;;;;;;;;;;;14592:33;585:23945;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;:::i;:::-;;;;;;21717:11;585:23945;;;;;;;;21759:20;;;;:::i;:::-;21793:10;585:23945;21805:10;;;;;;585:23945;;;;;;;;;;;;:::i;21817:3::-;;585:23945;;;;;;;;21848:19;585:23945;;;;21848:19;:::i;:::-;585:23945;;;;;;;21836:31;;;;:::i;21817:3::-;21793:10;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;;:::i;:::-;;;;;;;;;;;;;;;;:::i;:::-;;;;;;4498:41;585:23945;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;;;;;;;22706:5;585:23945;;;;;22706:20;;;;585:23945;;;;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;;;22706:20;585:23945;;;;22831:28;;22706:20;;585:23945;;;:::i;:::-;22828:397;;585:23945;;;;;;;;;;;;;;;;;;;;;;;;;:::i;22828:397::-;585:23945;;;22916:23;;585:23945;;;;;22943:1;22916:28;22943:1;;585:23945;;;:::i;:::-;22913:312;22828:397;;22913:312;585:23945;;;23001:23;;585:23945;;;;;23028:1;23001:28;23028:1;;585:23945;;;:::i;22998:227::-;585:23945;;;23088:23;585:23945;;;;;;23088:28;585:23945;;;;:::i;23085:140::-;585:23945;;:::i;:::-;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;585:23945:13;;;;;;;;3019:10;:30;:55;;;;585:23945;3011:86;;;:::i;:::-;11875:31;;;585:23945;;;11972:15;;;;;;585:23945;11989:3;585:23945;12026:7;;;;;;;;:::i;:::-;585:23945;;;12016:9;585:23945;;;;;;;;;;12110:12;;12091:7;;12110:12;;;;;;;:::i;:::-;585:23945;12091:7;;;:::i;:::-;585:23945;;;;;;;;;;12149:7;;;;;;;:::i;:::-;585:23945;;;;;;;;;;;;;;;;12139:25;585:23945;;;;12136:312;585:23945;;;12203:7;;;;;;:::i;:::-;585:23945;;;;;;;;;12193:34;585:23945;;12273:12;;;;;;:::i;:::-;585:23945;12184:109;;;;;;585:23945;;;12184:109;;3019:10;585:23945;12184:109;;585:23945;12266:4;585:23945;;;;;;;;;;;12139:25;585:23945;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;-1:-1:-1;585:23945:13;;;;;;-1:-1:-1;;12184:109:13;;;;;;;11989:3;12184:109;;;12136:312;;;12471:7;;;;;;:::i;:::-;585:23945;;;;12461:24;585:23945;;;12461:24;585:23945;;;;;;11989:3;:::i;:::-;11960:10;;12184:109;;;;:::i;:::-;;;;12136:312;12350:7;;;;;;:::i;:::-;585:23945;;;;;;;;;12340:34;585:23945;;12420:12;;;;;;:::i;:::-;585:23945;12332:101;;;;;;585:23945;;;12332:101;;3019:10;585:23945;12332:101;;585:23945;12413:4;585:23945;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;-1:-1:-1;;12332:101:13;;;;;;;11989:3;12332:101;;;12136:312;;;;12332:101;;;;:::i;:::-;;;;585:23945;;;;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;3019:55;-1:-1:-1;1273:6:0;585:23945:13;;;3019:10;3053:21;3019:55;;585:23945;;;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;5144:46;;585:23945;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;-1:-1:-1;;;;;1260:26:13;585:23945;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;-1:-1:-1;;;;;747:20:13;585:23945;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;;-1:-1:-1;;585:23945:13;;-1:-1:-1;585:23945:13;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;585:23945:13;;;;;;:::o;:::-;;;;-1:-1:-1;;;;;585:23945:13;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;-1:-1:-1;585:23945:13;;;;;;;;;;:::o;:::-;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;:::o;:::-;;;-1:-1:-1;;585:23945:13;;;;;;;;;;;;;;;;:::o;:::-;;;;;;-1:-1:-1;585:23945:13;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:::o;:::-;;;;;-1:-1:-1;585:23945:13;;;;-1:-1:-1;585:23945:13;;-1:-1:-1;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;:::o;1359:130:0:-;-1:-1:-1;;;;;1273:6:0;585:23945:13;;719:10:11;1422:23:0;585:23945:13;;1359:130:0:o;585:23945:13:-;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;1744:1:1;;;;:::o;:::-;;585:23945:13;;-1:-1:-1;;;1744:1:1;;;;;;;;;;;585:23945:13;1744:1:1;585:23945:13;;;1744:1:1;;585:23945:13;;;;;;;;;;;;;:::o;:::-;;;;;;;:::i;:::-;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;:::o;:::-;;;;;;;;;;:::o;:::-;-1:-1:-1;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;-1:-1:-1;585:23945:13;;;;;-1:-1:-1;;585:23945:13;;;;;;;:::o;:::-;;;;;;;;;;;;:::o;:::-;;;;;;;;;;:::o;:::-;;;;:::o;:::-;;;;-1:-1:-1;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;15601:956;585:23945;;;;-1:-1:-1;585:23945:13;;;15655:9;585:23945;;;;;;;;15655:22;;;;585:23945;;;15687:15;585:23945;;;;;;;;;;15713:21;;;;585:23945;;;;;;;;;;-1:-1:-1;;585:23945:13;;;;-1:-1:-1;;;;;585:23945:13;15655:22;;15713:21;585:23945;;;;;15853:232;;15601:956;585:23945;;;;;;;16099:20;585:23945;;;;16098:21;16094:357;;15601:956;585:23945;;;;16465:85;585:23945;;;;;15655:9;585:23945;;;;;16494:30;585:23945;;;;;;;;;;16465:85;15601:956::o;16094:357::-;585:23945;;;16138:21;;585:23945;;;;;;;;;;;15655:9;585:23945;;;;;16188:30;;;585:23945;;;;;;;;;;;16179:108;;;;;585:23945;;;16179:108;;16245:4;16179:108;;;585:23945;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;;;;;12139:25;585:23945;;;;;;;;;-1:-1:-1;585:23945:13;;;;;;;;;;;;;;16179:108;;;;;;;;;;;16135:306;;;;;;16465:85;16135:306;;;16094:357;;;;;;;16179:108;;;;:::i;:::-;585:23945;;16179:108;;;;585:23945;;;;16179:108;585:23945;;;;;;;;;16179:108;585:23945;;;16135:306;585:23945;;;16334:30;;;585:23945;;;;;;;;;;;16326:100;;;;;585:23945;;;16326:100;;16391:4;16326:100;;;585:23945;-1:-1:-1;;;;;585:23945:13;;;;;;;;;;;;;;;;;;;;;;;;;16326:100;;;;;;;;;;;16135:306;;;;;;16465:85;16135:306;;;;16326:100;;;;:::i;:::-;585:23945;;16326:100;;;;15853:232;585:23945;15897:4;585:23945;;15897:4;585:23945;;;15919:25;585:23945;15897:48;;;;;;585:23945;;;15897:48;;-1:-1:-1;;;;;585:23945:13;;;;15897:48;;;585:23945;;;;;;;;;;;;;;;;;;15897:48;;;;;;;;15853:232;585:23945;;;;15655:9;585:23945;;;;;;15965:26;585:23945;;;;15959:5;585:23945;;;;;;15959:43;585:23945;;;;;;;;;;;15655:9;585:23945;;15897:4;585:23945;;;16049:25;585:23945;15897:48;585:23945;;;16020:26;585:23945;15853:232;;;;15897:48;;;;;;;:::i;:::-;;;;;;585:23945;;;;;;;;;15897:48;585:23945;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;20849:748::-;585:23945;-1:-1:-1;;585:23945:13;;;;20945:9;585:23945;;;;;20945:22;585:23945;;;20945:22;585:23945;;;;20926:15;:41;;:72;;;20849:748;20922:146;;585:23945;21081:21;585:23945;;;21081:21;585:23945;;;;21077:89;;585:23945;21081:21;585:23945;;;21179:22;585:23945;;;;21175:82;;585:23945;20945:22;585:23945;;;21289:22;585:23945;;;;20926:15;21270:41;;21266:118;;585:23945;20945:22;585:23945;;;21416:22;585:23945;;;;20926:15;21397:41;;:88;;;;20849:748;21393:148;;;;20849:748;:::o;21393:148::-;21497:8;20945:22;21497:8;:::o;21397:88::-;585:23945;;20945:22;21461:24;585:23945;;;;20926:15;21442:43;;;-1:-1:-1;21397:88:13;;;;21266:118;21323:8;;;21330:1;21323:8;:::o;21175:82::-;21213:8;;;21220:1;21213:8;:::o;21077:89::-;21114:8;;;21121:1;21114:8;:::o;20922:146::-;21010:8;;;21017:1;21010:8;:::o;20926:72::-;585:23945;;;;;20971:27;20926:72;;585:23945;;;;;;;;;;;:::o;:::-;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;-1:-1:-1;;585:23945:13;;;;:::i;:::-;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;:::o;:::-;;;;;;;:::i;:::-;;;;;;;;;:::o;:::-;;;;;;;:::i;:::-;;;;;;;;;:::o;:::-;;;;;;;:::i;:::-;;;;;;;;;:::o;:::-;;;;;;;:::i;:::-;;;;;;;;;:::o;:::-;;;;;;;:::i;:::-;;;;;;;;;:::o
Swarm Source
ipfs://eb5346eb46d525475c5717ea23e3d0de9cb5f524fa11b3855bb096c5d9605897
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.