Source Code
More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 3,904 transactions
| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Set Approval For... | 37367336 | 91 days ago | IN | 0 ETH | 0.00000039 | ||||
| Set Approval For... | 31998609 | 215 days ago | IN | 0 ETH | 0.00000118 | ||||
| Set Approval For... | 31998605 | 215 days ago | IN | 0 ETH | 0.00000108 | ||||
| Set Approval For... | 30270733 | 255 days ago | IN | 0 ETH | 0.00000027 | ||||
| Set Approval For... | 27189256 | 326 days ago | IN | 0 ETH | 0.00000008 | ||||
| Set Approval For... | 26715628 | 337 days ago | IN | 0 ETH | 0.00000084 | ||||
| Mint With Reward... | 25301314 | 370 days ago | IN | 0.00000005 ETH | 0.00000763 | ||||
| Mint With Reward... | 25036303 | 376 days ago | IN | 0.00000005 ETH | 0.00000321 | ||||
| Mint With Reward... | 24791148 | 382 days ago | IN | 0.00000099 ETH | 0.00000453 | ||||
| Mint With Reward... | 24613947 | 386 days ago | IN | 0.00000099 ETH | 0.0000032 | ||||
| Mint With Reward... | 24584255 | 386 days ago | IN | 0.00000099 ETH | 0.00000323 | ||||
| Mint With Reward... | 24268710 | 394 days ago | IN | 0.00000099 ETH | 0.00000939 | ||||
| Mint With Reward... | 24259871 | 394 days ago | IN | 0.00000099 ETH | 0.00000681 | ||||
| Mint With Reward... | 24085272 | 398 days ago | IN | 0.0000009 ETH | 0.00000281 | ||||
| Mint With Reward... | 24029290 | 399 days ago | IN | 0.00000099 ETH | 0.0000006 | ||||
| Mint With Reward... | 24008182 | 400 days ago | IN | 0.00000099 ETH | 0.00000112 | ||||
| Mint With Reward... | 23894409 | 402 days ago | IN | 0.00000099 ETH | 0.00000307 | ||||
| Mint With Reward... | 23835284 | 404 days ago | IN | 0.00000099 ETH | 0.00000205 | ||||
| Set Approval For... | 23798996 | 405 days ago | IN | 0 ETH | 0.00000105 | ||||
| Mint With Reward... | 23767373 | 405 days ago | IN | 0.00000099 ETH | 0.00000275 | ||||
| Mint With Reward... | 23747365 | 406 days ago | IN | 0.00000099 ETH | 0.00000314 | ||||
| Mint With Reward... | 23445918 | 413 days ago | IN | 0.00000099 ETH | 0.00000074 | ||||
| Mint With Reward... | 23372184 | 415 days ago | IN | 0.00000099 ETH | 0.00000364 | ||||
| Mint With Reward... | 23328011 | 416 days ago | IN | 0.00000099 ETH | 0.00000647 | ||||
| Mint With Reward... | 23326034 | 416 days ago | IN | 0.00000099 ETH | 0.00000522 |
Latest 25 internal transactions (View All)
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 25301314 | 370 days ago | 0.00000005 ETH | ||||
| 25036303 | 376 days ago | 0.00000005 ETH | ||||
| 24791148 | 382 days ago | 0.00000014 ETH | ||||
| 24613947 | 386 days ago | 0.00000099 ETH | ||||
| 24584255 | 386 days ago | 0.00000014 ETH | ||||
| 24268710 | 394 days ago | 0.00000014 ETH | ||||
| 24259871 | 394 days ago | 0.00000099 ETH | ||||
| 24085272 | 398 days ago | 0.0000009 ETH | ||||
| 24029290 | 399 days ago | 0.00000099 ETH | ||||
| 24008182 | 400 days ago | 0.00000099 ETH | ||||
| 23894409 | 402 days ago | 0.00000014 ETH | ||||
| 23835284 | 404 days ago | 0.00000099 ETH | ||||
| 23767373 | 405 days ago | 0.00000099 ETH | ||||
| 23747365 | 406 days ago | 0.00000005 ETH | ||||
| 23445918 | 413 days ago | 0.00000099 ETH | ||||
| 23372184 | 415 days ago | 0.00000099 ETH | ||||
| 23328011 | 416 days ago | 0.00000099 ETH | ||||
| 23326034 | 416 days ago | 0.00000005 ETH | ||||
| 23164811 | 419 days ago | 0.00000005 ETH | ||||
| 23145093 | 420 days ago | 0.00000005 ETH | ||||
| 23107065 | 421 days ago | 0.00000014 ETH | ||||
| 23099061 | 421 days ago | 0.00000005 ETH | ||||
| 23033223 | 422 days ago | 0.00000005 ETH | ||||
| 22794122 | 428 days ago | 0.00000099 ETH | ||||
| 22526097 | 434 days ago | 0.00000099 ETH |
Cross-Chain Transactions
Loading...
Loading
Contract Name:
BIPASS
Compiler Version
v0.8.17+commit.8df45f5f
Contract Source Code (Solidity)
/**
*Submitted for verification at basescan.org on 2024-04-29
*/
// SPDX-License-Identifier: MIT
// File: erc721a/contracts/IERC721A.sol
// ERC721A Contracts v4.2.3
// Creator: Chiru Labs
pragma solidity ^0.8.4;
/**
* @dev Interface of ERC721A.
*/
interface IERC721A {
/**
* The caller must own the token or be an approved operator.
*/
error ApprovalCallerNotOwnerNorApproved();
/**
* The token does not exist.
*/
error ApprovalQueryForNonexistentToken();
/**
* Cannot query the balance for the zero address.
*/
error BalanceQueryForZeroAddress();
/**
* Cannot mint to the zero address.
*/
error MintToZeroAddress();
/**
* The quantity of tokens minted must be more than zero.
*/
error MintZeroQuantity();
/**
* The token does not exist.
*/
error OwnerQueryForNonexistentToken();
/**
* The caller must own the token or be an approved operator.
*/
error TransferCallerNotOwnerNorApproved();
/**
* The token must be owned by `from`.
*/
error TransferFromIncorrectOwner();
/**
* Cannot safely transfer to a contract that does not implement the
* ERC721Receiver interface.
*/
error TransferToNonERC721ReceiverImplementer();
/**
* Cannot transfer to the zero address.
*/
error TransferToZeroAddress();
/**
* The token does not exist.
*/
error URIQueryForNonexistentToken();
/**
* The `quantity` minted with ERC2309 exceeds the safety limit.
*/
error MintERC2309QuantityExceedsLimit();
/**
* The `extraData` cannot be set on an unintialized ownership slot.
*/
error OwnershipNotInitializedForExtraData();
// =============================================================
// STRUCTS
// =============================================================
struct TokenOwnership {
// The address of the owner.
address addr;
// Stores the start time of ownership with minimal overhead for tokenomics.
uint64 startTimestamp;
// Whether the token has been burned.
bool burned;
// Arbitrary data similar to `startTimestamp` that can be set via {_extraData}.
uint24 extraData;
}
// =============================================================
// TOKEN COUNTERS
// =============================================================
/**
* @dev Returns the total number of tokens in existence.
* Burned tokens will reduce the count.
* To get the total number of tokens minted, please see {_totalMinted}.
*/
function totalSupply() external view returns (uint256);
// =============================================================
// IERC165
// =============================================================
/**
* @dev Returns true if this contract implements the interface defined by
* `interfaceId`. See the corresponding
* [EIP section](https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified)
* to learn more about how these ids are created.
*
* This function call must use less than 30000 gas.
*/
function supportsInterface(bytes4 interfaceId) external view returns (bool);
// =============================================================
// IERC721
// =============================================================
/**
* @dev Emitted when `tokenId` token is transferred from `from` to `to`.
*/
event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);
/**
* @dev Emitted when `owner` enables `approved` to manage the `tokenId` token.
*/
event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);
/**
* @dev Emitted when `owner` enables or disables
* (`approved`) `operator` to manage all of its assets.
*/
event ApprovalForAll(address indexed owner, address indexed operator, bool approved);
/**
* @dev Returns the number of tokens in `owner`'s account.
*/
function balanceOf(address owner) external view returns (uint256 balance);
/**
* @dev Returns the owner of the `tokenId` token.
*
* Requirements:
*
* - `tokenId` must exist.
*/
function ownerOf(uint256 tokenId) external view returns (address owner);
/**
* @dev Safely transfers `tokenId` token from `from` to `to`,
* checking first that contract recipients are aware of the ERC721 protocol
* to prevent tokens from being forever locked.
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `tokenId` token must exist and be owned by `from`.
* - If the caller is not `from`, it must be have been allowed to move
* this token by either {approve} or {setApprovalForAll}.
* - If `to` refers to a smart contract, it must implement
* {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
*
* Emits a {Transfer} event.
*/
function safeTransferFrom(
address from,
address to,
uint256 tokenId,
bytes calldata data
) external payable;
/**
* @dev Equivalent to `safeTransferFrom(from, to, tokenId, '')`.
*/
function safeTransferFrom(
address from,
address to,
uint256 tokenId
) external payable;
/**
* @dev Transfers `tokenId` from `from` to `to`.
*
* WARNING: Usage of this method is discouraged, use {safeTransferFrom}
* whenever possible.
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `tokenId` token must be owned by `from`.
* - If the caller is not `from`, it must be approved to move this token
* by either {approve} or {setApprovalForAll}.
*
* Emits a {Transfer} event.
*/
function transferFrom(
address from,
address to,
uint256 tokenId
) external payable;
/**
* @dev Gives permission to `to` to transfer `tokenId` token to another account.
* The approval is cleared when the token is transferred.
*
* Only a single account can be approved at a time, so approving the
* zero address clears previous approvals.
*
* Requirements:
*
* - The caller must own the token or be an approved operator.
* - `tokenId` must exist.
*
* Emits an {Approval} event.
*/
function approve(address to, uint256 tokenId) external payable;
/**
* @dev Approve or remove `operator` as an operator for the caller.
* Operators can call {transferFrom} or {safeTransferFrom}
* for any token owned by the caller.
*
* Requirements:
*
* - The `operator` cannot be the caller.
*
* Emits an {ApprovalForAll} event.
*/
function setApprovalForAll(address operator, bool _approved) external;
/**
* @dev Returns the account approved for `tokenId` token.
*
* Requirements:
*
* - `tokenId` must exist.
*/
function getApproved(uint256 tokenId) external view returns (address operator);
/**
* @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
*
* See {setApprovalForAll}.
*/
function isApprovedForAll(address owner, address operator) external view returns (bool);
// =============================================================
// IERC721Metadata
// =============================================================
/**
* @dev Returns the token collection name.
*/
function name() external view returns (string memory);
/**
* @dev Returns the token collection symbol.
*/
function symbol() external view returns (string memory);
/**
* @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
*/
function tokenURI(uint256 tokenId) external view returns (string memory);
// =============================================================
// IERC2309
// =============================================================
/**
* @dev Emitted when tokens in `fromTokenId` to `toTokenId`
* (inclusive) is transferred from `from` to `to`, as defined in the
* [ERC2309](https://eips.ethereum.org/EIPS/eip-2309) standard.
*
* See {_mintERC2309} for more details.
*/
event ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to);
}
// File: erc721a/contracts/ERC721A.sol
// ERC721A Contracts v4.2.3
// Creator: Chiru Labs
pragma solidity ^0.8.4;
/**
* @dev Interface of ERC721 token receiver.
*/
interface ERC721A__IERC721Receiver {
function onERC721Received(
address operator,
address from,
uint256 tokenId,
bytes calldata data
) external returns (bytes4);
}
/**
* @title ERC721A
*
* @dev Implementation of the [ERC721](https://eips.ethereum.org/EIPS/eip-721)
* Non-Fungible Token Standard, including the Metadata extension.
* Optimized for lower gas during batch mints.
*
* Token IDs are minted in sequential order (e.g. 0, 1, 2, 3, ...)
* starting from `_startTokenId()`.
*
* Assumptions:
*
* - An owner cannot have more than 2**64 - 1 (max value of uint64) of supply.
* - The maximum token ID cannot exceed 2**256 - 1 (max value of uint256).
*/
contract ERC721A is IERC721A {
// Bypass for a `--via-ir` bug (https://github.com/chiru-labs/ERC721A/pull/364).
struct TokenApprovalRef {
address value;
}
// =============================================================
// CONSTANTS
// =============================================================
// Mask of an entry in packed address data.
uint256 private constant _BITMASK_ADDRESS_DATA_ENTRY = (1 << 64) - 1;
// The bit position of `numberMinted` in packed address data.
uint256 private constant _BITPOS_NUMBER_MINTED = 64;
// The bit position of `numberBurned` in packed address data.
uint256 private constant _BITPOS_NUMBER_BURNED = 128;
// The bit position of `aux` in packed address data.
uint256 private constant _BITPOS_AUX = 192;
// Mask of all 256 bits in packed address data except the 64 bits for `aux`.
uint256 private constant _BITMASK_AUX_COMPLEMENT = (1 << 192) - 1;
// The bit position of `startTimestamp` in packed ownership.
uint256 private constant _BITPOS_START_TIMESTAMP = 160;
// The bit mask of the `burned` bit in packed ownership.
uint256 private constant _BITMASK_BURNED = 1 << 224;
// The bit position of the `nextInitialized` bit in packed ownership.
uint256 private constant _BITPOS_NEXT_INITIALIZED = 225;
// The bit mask of the `nextInitialized` bit in packed ownership.
uint256 private constant _BITMASK_NEXT_INITIALIZED = 1 << 225;
// The bit position of `extraData` in packed ownership.
uint256 private constant _BITPOS_EXTRA_DATA = 232;
// Mask of all 256 bits in a packed ownership except the 24 bits for `extraData`.
uint256 private constant _BITMASK_EXTRA_DATA_COMPLEMENT = (1 << 232) - 1;
// The mask of the lower 160 bits for addresses.
uint256 private constant _BITMASK_ADDRESS = (1 << 160) - 1;
// The maximum `quantity` that can be minted with {_mintERC2309}.
// This limit is to prevent overflows on the address data entries.
// For a limit of 5000, a total of 3.689e15 calls to {_mintERC2309}
// is required to cause an overflow, which is unrealistic.
uint256 private constant _MAX_MINT_ERC2309_QUANTITY_LIMIT = 5000;
// The `Transfer` event signature is given by:
// `keccak256(bytes("Transfer(address,address,uint256)"))`.
bytes32 private constant _TRANSFER_EVENT_SIGNATURE =
0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef;
// =============================================================
// STORAGE
// =============================================================
// The next token ID to be minted.
uint256 private _currentIndex;
// The number of tokens burned.
uint256 private _burnCounter;
// Token name
string private _name;
// Token symbol
string private _symbol;
// Mapping from token ID to ownership details
// An empty struct value does not necessarily mean the token is unowned.
// See {_packedOwnershipOf} implementation for details.
//
// Bits Layout:
// - [0..159] `addr`
// - [160..223] `startTimestamp`
// - [224] `burned`
// - [225] `nextInitialized`
// - [232..255] `extraData`
mapping(uint256 => uint256) private _packedOwnerships;
// Mapping owner address to address data.
//
// Bits Layout:
// - [0..63] `balance`
// - [64..127] `numberMinted`
// - [128..191] `numberBurned`
// - [192..255] `aux`
mapping(address => uint256) private _packedAddressData;
// Mapping from token ID to approved address.
mapping(uint256 => TokenApprovalRef) private _tokenApprovals;
// Mapping from owner to operator approvals
mapping(address => mapping(address => bool)) private _operatorApprovals;
// =============================================================
// CONSTRUCTOR
// =============================================================
constructor(string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
_currentIndex = _startTokenId();
}
// =============================================================
// TOKEN COUNTING OPERATIONS
// =============================================================
/**
* @dev Returns the starting token ID.
* To change the starting token ID, please override this function.
*/
function _startTokenId() internal view virtual returns (uint256) {
return 0;
}
/**
* @dev Returns the next token ID to be minted.
*/
function _nextTokenId() internal view virtual returns (uint256) {
return _currentIndex;
}
/**
* @dev Returns the total number of tokens in existence.
* Burned tokens will reduce the count.
* To get the total number of tokens minted, please see {_totalMinted}.
*/
function totalSupply() public view virtual override returns (uint256) {
// Counter underflow is impossible as _burnCounter cannot be incremented
// more than `_currentIndex - _startTokenId()` times.
unchecked {
return _currentIndex - _burnCounter - _startTokenId();
}
}
/**
* @dev Returns the total amount of tokens minted in the contract.
*/
function _totalMinted() internal view virtual returns (uint256) {
// Counter underflow is impossible as `_currentIndex` does not decrement,
// and it is initialized to `_startTokenId()`.
unchecked {
return _currentIndex - _startTokenId();
}
}
/**
* @dev Returns the total number of tokens burned.
*/
function _totalBurned() internal view virtual returns (uint256) {
return _burnCounter;
}
// =============================================================
// ADDRESS DATA OPERATIONS
// =============================================================
/**
* @dev Returns the number of tokens in `owner`'s account.
*/
function balanceOf(address owner) public view virtual override returns (uint256) {
if (owner == address(0)) revert BalanceQueryForZeroAddress();
return _packedAddressData[owner] & _BITMASK_ADDRESS_DATA_ENTRY;
}
/**
* Returns the number of tokens minted by `owner`.
*/
function _numberMinted(address owner) internal view returns (uint256) {
return (_packedAddressData[owner] >> _BITPOS_NUMBER_MINTED) & _BITMASK_ADDRESS_DATA_ENTRY;
}
/**
* Returns the number of tokens burned by or on behalf of `owner`.
*/
function _numberBurned(address owner) internal view returns (uint256) {
return (_packedAddressData[owner] >> _BITPOS_NUMBER_BURNED) & _BITMASK_ADDRESS_DATA_ENTRY;
}
/**
* Returns the auxiliary data for `owner`. (e.g. number of whitelist mint slots used).
*/
function _getAux(address owner) internal view returns (uint64) {
return uint64(_packedAddressData[owner] >> _BITPOS_AUX);
}
/**
* Sets the auxiliary data for `owner`. (e.g. number of whitelist mint slots used).
* If there are multiple variables, please pack them into a uint64.
*/
function _setAux(address owner, uint64 aux) internal virtual {
uint256 packed = _packedAddressData[owner];
uint256 auxCasted;
// Cast `aux` with assembly to avoid redundant masking.
assembly {
auxCasted := aux
}
packed = (packed & _BITMASK_AUX_COMPLEMENT) | (auxCasted << _BITPOS_AUX);
_packedAddressData[owner] = packed;
}
// =============================================================
// IERC165
// =============================================================
/**
* @dev Returns true if this contract implements the interface defined by
* `interfaceId`. See the corresponding
* [EIP section](https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified)
* to learn more about how these ids are created.
*
* This function call must use less than 30000 gas.
*/
function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
// The interface IDs are constants representing the first 4 bytes
// of the XOR of all function selectors in the interface.
// See: [ERC165](https://eips.ethereum.org/EIPS/eip-165)
// (e.g. `bytes4(i.functionA.selector ^ i.functionB.selector ^ ...)`)
return
interfaceId == 0x01ffc9a7 || // ERC165 interface ID for ERC165.
interfaceId == 0x80ac58cd || // ERC165 interface ID for ERC721.
interfaceId == 0x5b5e139f; // ERC165 interface ID for ERC721Metadata.
}
// =============================================================
// IERC721Metadata
// =============================================================
/**
* @dev Returns the token collection name.
*/
function name() public view virtual override returns (string memory) {
return _name;
}
/**
* @dev Returns the token collection symbol.
*/
function symbol() public view virtual override returns (string memory) {
return _symbol;
}
/**
* @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
*/
function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
if (!_exists(tokenId)) revert URIQueryForNonexistentToken();
string memory baseURI = _baseURI();
return bytes(baseURI).length != 0 ? string(abi.encodePacked(baseURI, _toString(tokenId))) : '';
}
/**
* @dev Base URI for computing {tokenURI}. If set, the resulting URI for each
* token will be the concatenation of the `baseURI` and the `tokenId`. Empty
* by default, it can be overridden in child contracts.
*/
function _baseURI() internal view virtual returns (string memory) {
return '';
}
// =============================================================
// OWNERSHIPS OPERATIONS
// =============================================================
/**
* @dev Returns the owner of the `tokenId` token.
*
* Requirements:
*
* - `tokenId` must exist.
*/
function ownerOf(uint256 tokenId) public view virtual override returns (address) {
return address(uint160(_packedOwnershipOf(tokenId)));
}
/**
* @dev Gas spent here starts off proportional to the maximum mint batch size.
* It gradually moves to O(1) as tokens get transferred around over time.
*/
function _ownershipOf(uint256 tokenId) internal view virtual returns (TokenOwnership memory) {
return _unpackedOwnership(_packedOwnershipOf(tokenId));
}
/**
* @dev Returns the unpacked `TokenOwnership` struct at `index`.
*/
function _ownershipAt(uint256 index) internal view virtual returns (TokenOwnership memory) {
return _unpackedOwnership(_packedOwnerships[index]);
}
/**
* @dev Initializes the ownership slot minted at `index` for efficiency purposes.
*/
function _initializeOwnershipAt(uint256 index) internal virtual {
if (_packedOwnerships[index] == 0) {
_packedOwnerships[index] = _packedOwnershipOf(index);
}
}
/**
* Returns the packed ownership data of `tokenId`.
*/
function _packedOwnershipOf(uint256 tokenId) private view returns (uint256) {
uint256 curr = tokenId;
unchecked {
if (_startTokenId() <= curr)
if (curr < _currentIndex) {
uint256 packed = _packedOwnerships[curr];
// If not burned.
if (packed & _BITMASK_BURNED == 0) {
// Invariant:
// There will always be an initialized ownership slot
// (i.e. `ownership.addr != address(0) && ownership.burned == false`)
// before an unintialized ownership slot
// (i.e. `ownership.addr == address(0) && ownership.burned == false`)
// Hence, `curr` will not underflow.
//
// We can directly compare the packed value.
// If the address is zero, packed will be zero.
while (packed == 0) {
packed = _packedOwnerships[--curr];
}
return packed;
}
}
}
revert OwnerQueryForNonexistentToken();
}
/**
* @dev Returns the unpacked `TokenOwnership` struct from `packed`.
*/
function _unpackedOwnership(uint256 packed) private pure returns (TokenOwnership memory ownership) {
ownership.addr = address(uint160(packed));
ownership.startTimestamp = uint64(packed >> _BITPOS_START_TIMESTAMP);
ownership.burned = packed & _BITMASK_BURNED != 0;
ownership.extraData = uint24(packed >> _BITPOS_EXTRA_DATA);
}
/**
* @dev Packs ownership data into a single uint256.
*/
function _packOwnershipData(address owner, uint256 flags) private view returns (uint256 result) {
assembly {
// Mask `owner` to the lower 160 bits, in case the upper bits somehow aren't clean.
owner := and(owner, _BITMASK_ADDRESS)
// `owner | (block.timestamp << _BITPOS_START_TIMESTAMP) | flags`.
result := or(owner, or(shl(_BITPOS_START_TIMESTAMP, timestamp()), flags))
}
}
/**
* @dev Returns the `nextInitialized` flag set if `quantity` equals 1.
*/
function _nextInitializedFlag(uint256 quantity) private pure returns (uint256 result) {
// For branchless setting of the `nextInitialized` flag.
assembly {
// `(quantity == 1) << _BITPOS_NEXT_INITIALIZED`.
result := shl(_BITPOS_NEXT_INITIALIZED, eq(quantity, 1))
}
}
// =============================================================
// APPROVAL OPERATIONS
// =============================================================
/**
* @dev Gives permission to `to` to transfer `tokenId` token to another account.
* The approval is cleared when the token is transferred.
*
* Only a single account can be approved at a time, so approving the
* zero address clears previous approvals.
*
* Requirements:
*
* - The caller must own the token or be an approved operator.
* - `tokenId` must exist.
*
* Emits an {Approval} event.
*/
function approve(address to, uint256 tokenId) public payable virtual override {
address owner = ownerOf(tokenId);
if (_msgSenderERC721A() != owner)
if (!isApprovedForAll(owner, _msgSenderERC721A())) {
revert ApprovalCallerNotOwnerNorApproved();
}
_tokenApprovals[tokenId].value = to;
emit Approval(owner, to, tokenId);
}
/**
* @dev Returns the account approved for `tokenId` token.
*
* Requirements:
*
* - `tokenId` must exist.
*/
function getApproved(uint256 tokenId) public view virtual override returns (address) {
if (!_exists(tokenId)) revert ApprovalQueryForNonexistentToken();
return _tokenApprovals[tokenId].value;
}
/**
* @dev Approve or remove `operator` as an operator for the caller.
* Operators can call {transferFrom} or {safeTransferFrom}
* for any token owned by the caller.
*
* Requirements:
*
* - The `operator` cannot be the caller.
*
* Emits an {ApprovalForAll} event.
*/
function setApprovalForAll(address operator, bool approved) public virtual override {
_operatorApprovals[_msgSenderERC721A()][operator] = approved;
emit ApprovalForAll(_msgSenderERC721A(), operator, approved);
}
/**
* @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
*
* See {setApprovalForAll}.
*/
function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) {
return _operatorApprovals[owner][operator];
}
/**
* @dev Returns whether `tokenId` exists.
*
* Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}.
*
* Tokens start existing when they are minted. See {_mint}.
*/
function _exists(uint256 tokenId) internal view virtual returns (bool) {
return
_startTokenId() <= tokenId &&
tokenId < _currentIndex && // If within bounds,
_packedOwnerships[tokenId] & _BITMASK_BURNED == 0; // and not burned.
}
/**
* @dev Returns whether `msgSender` is equal to `approvedAddress` or `owner`.
*/
function _isSenderApprovedOrOwner(
address approvedAddress,
address owner,
address msgSender
) private pure returns (bool result) {
assembly {
// Mask `owner` to the lower 160 bits, in case the upper bits somehow aren't clean.
owner := and(owner, _BITMASK_ADDRESS)
// Mask `msgSender` to the lower 160 bits, in case the upper bits somehow aren't clean.
msgSender := and(msgSender, _BITMASK_ADDRESS)
// `msgSender == owner || msgSender == approvedAddress`.
result := or(eq(msgSender, owner), eq(msgSender, approvedAddress))
}
}
/**
* @dev Returns the storage slot and value for the approved address of `tokenId`.
*/
function _getApprovedSlotAndAddress(uint256 tokenId)
private
view
returns (uint256 approvedAddressSlot, address approvedAddress)
{
TokenApprovalRef storage tokenApproval = _tokenApprovals[tokenId];
// The following is equivalent to `approvedAddress = _tokenApprovals[tokenId].value`.
assembly {
approvedAddressSlot := tokenApproval.slot
approvedAddress := sload(approvedAddressSlot)
}
}
// =============================================================
// TRANSFER OPERATIONS
// =============================================================
/**
* @dev Transfers `tokenId` from `from` to `to`.
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `tokenId` token must be owned by `from`.
* - If the caller is not `from`, it must be approved to move this token
* by either {approve} or {setApprovalForAll}.
*
* Emits a {Transfer} event.
*/
function transferFrom(
address from,
address to,
uint256 tokenId
) public payable virtual override {
uint256 prevOwnershipPacked = _packedOwnershipOf(tokenId);
if (address(uint160(prevOwnershipPacked)) != from) revert TransferFromIncorrectOwner();
(uint256 approvedAddressSlot, address approvedAddress) = _getApprovedSlotAndAddress(tokenId);
// The nested ifs save around 20+ gas over a compound boolean condition.
if (!_isSenderApprovedOrOwner(approvedAddress, from, _msgSenderERC721A()))
if (!isApprovedForAll(from, _msgSenderERC721A())) revert TransferCallerNotOwnerNorApproved();
if (to == address(0)) revert TransferToZeroAddress();
_beforeTokenTransfers(from, to, tokenId, 1);
// Clear approvals from the previous owner.
assembly {
if approvedAddress {
// This is equivalent to `delete _tokenApprovals[tokenId]`.
sstore(approvedAddressSlot, 0)
}
}
// Underflow of the sender's balance is impossible because we check for
// ownership above and the recipient's balance can't realistically overflow.
// Counter overflow is incredibly unrealistic as `tokenId` would have to be 2**256.
unchecked {
// We can directly increment and decrement the balances.
--_packedAddressData[from]; // Updates: `balance -= 1`.
++_packedAddressData[to]; // Updates: `balance += 1`.
// Updates:
// - `address` to the next owner.
// - `startTimestamp` to the timestamp of transfering.
// - `burned` to `false`.
// - `nextInitialized` to `true`.
_packedOwnerships[tokenId] = _packOwnershipData(
to,
_BITMASK_NEXT_INITIALIZED | _nextExtraData(from, to, prevOwnershipPacked)
);
// If the next slot may not have been initialized (i.e. `nextInitialized == false`) .
if (prevOwnershipPacked & _BITMASK_NEXT_INITIALIZED == 0) {
uint256 nextTokenId = tokenId + 1;
// If the next slot's address is zero and not burned (i.e. packed value is zero).
if (_packedOwnerships[nextTokenId] == 0) {
// If the next slot is within bounds.
if (nextTokenId != _currentIndex) {
// Initialize the next slot to maintain correctness for `ownerOf(tokenId + 1)`.
_packedOwnerships[nextTokenId] = prevOwnershipPacked;
}
}
}
}
emit Transfer(from, to, tokenId);
_afterTokenTransfers(from, to, tokenId, 1);
}
/**
* @dev Equivalent to `safeTransferFrom(from, to, tokenId, '')`.
*/
function safeTransferFrom(
address from,
address to,
uint256 tokenId
) public payable virtual override {
safeTransferFrom(from, to, tokenId, '');
}
/**
* @dev Safely transfers `tokenId` token from `from` to `to`.
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `tokenId` token must exist and be owned by `from`.
* - If the caller is not `from`, it must be approved to move this token
* by either {approve} or {setApprovalForAll}.
* - If `to` refers to a smart contract, it must implement
* {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
*
* Emits a {Transfer} event.
*/
function safeTransferFrom(
address from,
address to,
uint256 tokenId,
bytes memory _data
) public payable virtual override {
transferFrom(from, to, tokenId);
if (to.code.length != 0)
if (!_checkContractOnERC721Received(from, to, tokenId, _data)) {
revert TransferToNonERC721ReceiverImplementer();
}
}
/**
* @dev Hook that is called before a set of serially-ordered token IDs
* are about to be transferred. This includes minting.
* And also called before burning one token.
*
* `startTokenId` - the first token ID to be transferred.
* `quantity` - the amount to be transferred.
*
* Calling conditions:
*
* - When `from` and `to` are both non-zero, `from`'s `tokenId` will be
* transferred to `to`.
* - When `from` is zero, `tokenId` will be minted for `to`.
* - When `to` is zero, `tokenId` will be burned by `from`.
* - `from` and `to` are never both zero.
*/
function _beforeTokenTransfers(
address from,
address to,
uint256 startTokenId,
uint256 quantity
) internal virtual {}
/**
* @dev Hook that is called after a set of serially-ordered token IDs
* have been transferred. This includes minting.
* And also called after one token has been burned.
*
* `startTokenId` - the first token ID to be transferred.
* `quantity` - the amount to be transferred.
*
* Calling conditions:
*
* - When `from` and `to` are both non-zero, `from`'s `tokenId` has been
* transferred to `to`.
* - When `from` is zero, `tokenId` has been minted for `to`.
* - When `to` is zero, `tokenId` has been burned by `from`.
* - `from` and `to` are never both zero.
*/
function _afterTokenTransfers(
address from,
address to,
uint256 startTokenId,
uint256 quantity
) internal virtual {}
/**
* @dev Private function to invoke {IERC721Receiver-onERC721Received} on a target contract.
*
* `from` - Previous owner of the given token ID.
* `to` - Target address that will receive the token.
* `tokenId` - Token ID to be transferred.
* `_data` - Optional data to send along with the call.
*
* Returns whether the call correctly returned the expected magic value.
*/
function _checkContractOnERC721Received(
address from,
address to,
uint256 tokenId,
bytes memory _data
) private returns (bool) {
try ERC721A__IERC721Receiver(to).onERC721Received(_msgSenderERC721A(), from, tokenId, _data) returns (
bytes4 retval
) {
return retval == ERC721A__IERC721Receiver(to).onERC721Received.selector;
} catch (bytes memory reason) {
if (reason.length == 0) {
revert TransferToNonERC721ReceiverImplementer();
} else {
assembly {
revert(add(32, reason), mload(reason))
}
}
}
}
// =============================================================
// MINT OPERATIONS
// =============================================================
/**
* @dev Mints `quantity` tokens and transfers them to `to`.
*
* Requirements:
*
* - `to` cannot be the zero address.
* - `quantity` must be greater than 0.
*
* Emits a {Transfer} event for each mint.
*/
function _mint(address to, uint256 quantity) internal virtual {
uint256 startTokenId = _currentIndex;
if (quantity == 0) revert MintZeroQuantity();
_beforeTokenTransfers(address(0), to, startTokenId, quantity);
// Overflows are incredibly unrealistic.
// `balance` and `numberMinted` have a maximum limit of 2**64.
// `tokenId` has a maximum limit of 2**256.
unchecked {
// Updates:
// - `balance += quantity`.
// - `numberMinted += quantity`.
//
// We can directly add to the `balance` and `numberMinted`.
_packedAddressData[to] += quantity * ((1 << _BITPOS_NUMBER_MINTED) | 1);
// Updates:
// - `address` to the owner.
// - `startTimestamp` to the timestamp of minting.
// - `burned` to `false`.
// - `nextInitialized` to `quantity == 1`.
_packedOwnerships[startTokenId] = _packOwnershipData(
to,
_nextInitializedFlag(quantity) | _nextExtraData(address(0), to, 0)
);
uint256 toMasked;
uint256 end = startTokenId + quantity;
// Use assembly to loop and emit the `Transfer` event for gas savings.
// The duplicated `log4` removes an extra check and reduces stack juggling.
// The assembly, together with the surrounding Solidity code, have been
// delicately arranged to nudge the compiler into producing optimized opcodes.
assembly {
// Mask `to` to the lower 160 bits, in case the upper bits somehow aren't clean.
toMasked := and(to, _BITMASK_ADDRESS)
// Emit the `Transfer` event.
log4(
0, // Start of data (0, since no data).
0, // End of data (0, since no data).
_TRANSFER_EVENT_SIGNATURE, // Signature.
0, // `address(0)`.
toMasked, // `to`.
startTokenId // `tokenId`.
)
// The `iszero(eq(,))` check ensures that large values of `quantity`
// that overflows uint256 will make the loop run out of gas.
// The compiler will optimize the `iszero` away for performance.
for {
let tokenId := add(startTokenId, 1)
} iszero(eq(tokenId, end)) {
tokenId := add(tokenId, 1)
} {
// Emit the `Transfer` event. Similar to above.
log4(0, 0, _TRANSFER_EVENT_SIGNATURE, 0, toMasked, tokenId)
}
}
if (toMasked == 0) revert MintToZeroAddress();
_currentIndex = end;
}
_afterTokenTransfers(address(0), to, startTokenId, quantity);
}
/**
* @dev Mints `quantity` tokens and transfers them to `to`.
*
* This function is intended for efficient minting only during contract creation.
*
* It emits only one {ConsecutiveTransfer} as defined in
* [ERC2309](https://eips.ethereum.org/EIPS/eip-2309),
* instead of a sequence of {Transfer} event(s).
*
* Calling this function outside of contract creation WILL make your contract
* non-compliant with the ERC721 standard.
* For full ERC721 compliance, substituting ERC721 {Transfer} event(s) with the ERC2309
* {ConsecutiveTransfer} event is only permissible during contract creation.
*
* Requirements:
*
* - `to` cannot be the zero address.
* - `quantity` must be greater than 0.
*
* Emits a {ConsecutiveTransfer} event.
*/
function _mintERC2309(address to, uint256 quantity) internal virtual {
uint256 startTokenId = _currentIndex;
if (to == address(0)) revert MintToZeroAddress();
if (quantity == 0) revert MintZeroQuantity();
if (quantity > _MAX_MINT_ERC2309_QUANTITY_LIMIT) revert MintERC2309QuantityExceedsLimit();
_beforeTokenTransfers(address(0), to, startTokenId, quantity);
// Overflows are unrealistic due to the above check for `quantity` to be below the limit.
unchecked {
// Updates:
// - `balance += quantity`.
// - `numberMinted += quantity`.
//
// We can directly add to the `balance` and `numberMinted`.
_packedAddressData[to] += quantity * ((1 << _BITPOS_NUMBER_MINTED) | 1);
// Updates:
// - `address` to the owner.
// - `startTimestamp` to the timestamp of minting.
// - `burned` to `false`.
// - `nextInitialized` to `quantity == 1`.
_packedOwnerships[startTokenId] = _packOwnershipData(
to,
_nextInitializedFlag(quantity) | _nextExtraData(address(0), to, 0)
);
emit ConsecutiveTransfer(startTokenId, startTokenId + quantity - 1, address(0), to);
_currentIndex = startTokenId + quantity;
}
_afterTokenTransfers(address(0), to, startTokenId, quantity);
}
/**
* @dev Safely mints `quantity` tokens and transfers them to `to`.
*
* Requirements:
*
* - If `to` refers to a smart contract, it must implement
* {IERC721Receiver-onERC721Received}, which is called for each safe transfer.
* - `quantity` must be greater than 0.
*
* See {_mint}.
*
* Emits a {Transfer} event for each mint.
*/
function _safeMint(
address to,
uint256 quantity,
bytes memory _data
) internal virtual {
_mint(to, quantity);
unchecked {
if (to.code.length != 0) {
uint256 end = _currentIndex;
uint256 index = end - quantity;
do {
if (!_checkContractOnERC721Received(address(0), to, index++, _data)) {
revert TransferToNonERC721ReceiverImplementer();
}
} while (index < end);
// Reentrancy protection.
if (_currentIndex != end) revert();
}
}
}
/**
* @dev Equivalent to `_safeMint(to, quantity, '')`.
*/
function _safeMint(address to, uint256 quantity) internal virtual {
_safeMint(to, quantity, '');
}
// =============================================================
// BURN OPERATIONS
// =============================================================
/**
* @dev Equivalent to `_burn(tokenId, false)`.
*/
function _burn(uint256 tokenId) internal virtual {
_burn(tokenId, false);
}
/**
* @dev Destroys `tokenId`.
* The approval is cleared when the token is burned.
*
* Requirements:
*
* - `tokenId` must exist.
*
* Emits a {Transfer} event.
*/
function _burn(uint256 tokenId, bool approvalCheck) internal virtual {
uint256 prevOwnershipPacked = _packedOwnershipOf(tokenId);
address from = address(uint160(prevOwnershipPacked));
(uint256 approvedAddressSlot, address approvedAddress) = _getApprovedSlotAndAddress(tokenId);
if (approvalCheck) {
// The nested ifs save around 20+ gas over a compound boolean condition.
if (!_isSenderApprovedOrOwner(approvedAddress, from, _msgSenderERC721A()))
if (!isApprovedForAll(from, _msgSenderERC721A())) revert TransferCallerNotOwnerNorApproved();
}
_beforeTokenTransfers(from, address(0), tokenId, 1);
// Clear approvals from the previous owner.
assembly {
if approvedAddress {
// This is equivalent to `delete _tokenApprovals[tokenId]`.
sstore(approvedAddressSlot, 0)
}
}
// Underflow of the sender's balance is impossible because we check for
// ownership above and the recipient's balance can't realistically overflow.
// Counter overflow is incredibly unrealistic as `tokenId` would have to be 2**256.
unchecked {
// Updates:
// - `balance -= 1`.
// - `numberBurned += 1`.
//
// We can directly decrement the balance, and increment the number burned.
// This is equivalent to `packed -= 1; packed += 1 << _BITPOS_NUMBER_BURNED;`.
_packedAddressData[from] += (1 << _BITPOS_NUMBER_BURNED) - 1;
// Updates:
// - `address` to the last owner.
// - `startTimestamp` to the timestamp of burning.
// - `burned` to `true`.
// - `nextInitialized` to `true`.
_packedOwnerships[tokenId] = _packOwnershipData(
from,
(_BITMASK_BURNED | _BITMASK_NEXT_INITIALIZED) | _nextExtraData(from, address(0), prevOwnershipPacked)
);
// If the next slot may not have been initialized (i.e. `nextInitialized == false`) .
if (prevOwnershipPacked & _BITMASK_NEXT_INITIALIZED == 0) {
uint256 nextTokenId = tokenId + 1;
// If the next slot's address is zero and not burned (i.e. packed value is zero).
if (_packedOwnerships[nextTokenId] == 0) {
// If the next slot is within bounds.
if (nextTokenId != _currentIndex) {
// Initialize the next slot to maintain correctness for `ownerOf(tokenId + 1)`.
_packedOwnerships[nextTokenId] = prevOwnershipPacked;
}
}
}
}
emit Transfer(from, address(0), tokenId);
_afterTokenTransfers(from, address(0), tokenId, 1);
// Overflow not possible, as _burnCounter cannot be exceed _currentIndex times.
unchecked {
_burnCounter++;
}
}
// =============================================================
// EXTRA DATA OPERATIONS
// =============================================================
/**
* @dev Directly sets the extra data for the ownership data `index`.
*/
function _setExtraDataAt(uint256 index, uint24 extraData) internal virtual {
uint256 packed = _packedOwnerships[index];
if (packed == 0) revert OwnershipNotInitializedForExtraData();
uint256 extraDataCasted;
// Cast `extraData` with assembly to avoid redundant masking.
assembly {
extraDataCasted := extraData
}
packed = (packed & _BITMASK_EXTRA_DATA_COMPLEMENT) | (extraDataCasted << _BITPOS_EXTRA_DATA);
_packedOwnerships[index] = packed;
}
/**
* @dev Called during each token transfer to set the 24bit `extraData` field.
* Intended to be overridden by the cosumer contract.
*
* `previousExtraData` - the value of `extraData` before transfer.
*
* Calling conditions:
*
* - When `from` and `to` are both non-zero, `from`'s `tokenId` will be
* transferred to `to`.
* - When `from` is zero, `tokenId` will be minted for `to`.
* - When `to` is zero, `tokenId` will be burned by `from`.
* - `from` and `to` are never both zero.
*/
function _extraData(
address from,
address to,
uint24 previousExtraData
) internal view virtual returns (uint24) {}
/**
* @dev Returns the next extra data for the packed ownership data.
* The returned result is shifted into position.
*/
function _nextExtraData(
address from,
address to,
uint256 prevOwnershipPacked
) private view returns (uint256) {
uint24 extraData = uint24(prevOwnershipPacked >> _BITPOS_EXTRA_DATA);
return uint256(_extraData(from, to, extraData)) << _BITPOS_EXTRA_DATA;
}
// =============================================================
// OTHER OPERATIONS
// =============================================================
/**
* @dev Returns the message sender (defaults to `msg.sender`).
*
* If you are writing GSN compatible contracts, you need to override this function.
*/
function _msgSenderERC721A() internal view virtual returns (address) {
return msg.sender;
}
/**
* @dev Converts a uint256 to its ASCII string decimal representation.
*/
function _toString(uint256 value) internal pure virtual returns (string memory str) {
assembly {
// The maximum value of a uint256 contains 78 digits (1 byte per digit), but
// we allocate 0xa0 bytes to keep the free memory pointer 32-byte word aligned.
// We will need 1 word for the trailing zeros padding, 1 word for the length,
// and 3 words for a maximum of 78 digits. Total: 5 * 0x20 = 0xa0.
let m := add(mload(0x40), 0xa0)
// Update the free memory pointer to allocate.
mstore(0x40, m)
// Assign the `str` to the end.
str := sub(m, 0x20)
// Zeroize the slot after the string.
mstore(str, 0)
// Cache the end of the memory to calculate the length later.
let end := str
// We write the string from rightmost digit to leftmost digit.
// The following is essentially a do-while loop that also handles the zero case.
// prettier-ignore
for { let temp := value } 1 {} {
str := sub(str, 1)
// Write the character to the pointer.
// The ASCII index of the '0' character is 48.
mstore8(str, add(48, mod(temp, 10)))
// Keep dividing `temp` until zero.
temp := div(temp, 10)
// prettier-ignore
if iszero(temp) { break }
}
let length := sub(end, str)
// Move the pointer 32 bytes leftwards to make room for the length.
str := sub(str, 0x20)
// Store the length.
mstore(str, length)
}
}
}
// File: @openzeppelin/contracts/utils/Strings.sol
// OpenZeppelin Contracts v4.4.1 (utils/Strings.sol)
pragma solidity ^0.8.0;
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";
/**
* @dev Converts a `uint256` to its ASCII `string` decimal representation.
*/
function toString(uint256 value) internal pure returns (string memory) {
// Inspired by OraclizeAPI's implementation - MIT licence
// https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol
if (value == 0) {
return "0";
}
uint256 temp = value;
uint256 digits;
while (temp != 0) {
digits++;
temp /= 10;
}
bytes memory buffer = new bytes(digits);
while (value != 0) {
digits -= 1;
buffer[digits] = bytes1(uint8(48 + uint256(value % 10)));
value /= 10;
}
return string(buffer);
}
/**
* @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
*/
function toHexString(uint256 value) internal pure returns (string memory) {
if (value == 0) {
return "0x00";
}
uint256 temp = value;
uint256 length = 0;
while (temp != 0) {
length++;
temp >>= 8;
}
return toHexString(value, length);
}
/**
* @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
*/
function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
bytes memory buffer = new bytes(2 * length + 2);
buffer[0] = "0";
buffer[1] = "x";
for (uint256 i = 2 * length + 1; i > 1; --i) {
buffer[i] = _HEX_SYMBOLS[value & 0xf];
value >>= 4;
}
require(value == 0, "Strings: hex length insufficient");
return string(buffer);
}
}
// File: @openzeppelin/contracts/utils/Context.sol
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}
// File: @openzeppelin/contracts/access/Ownable.sol
// OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
abstract contract Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
_transferOwnership(_msgSender());
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
require(owner() == _msgSender(), "Ownable: caller is not the owner");
_;
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions anymore. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby removing any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_transferOwnership(address(0));
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(newOwner != address(0), "Ownable: new owner is the zero address");
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}
// File: contracts/AGreatDay.sol
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
contract BIPASS is ERC721A, Ownable {
string public baseTokenURI = "ipfs:///";
uint256 public maxSupply = 1000000000000000000000;
uint256 public MAX_MINTS_PER_TX = 5000;
uint256 public PUBLIC_SALE_PRICE = 0.00000001 ether;
uint256 public NUM_FREE_MINTS = 0;
uint256 public MAX_FREE_PER_WALLET = 0;
uint256 public freeNFTAlreadyMinted = 0;
bool public isPublicSaleActive = true;
constructor(
) ERC721A("Bubble Imaginary Pass", "BIPASS") {
}
function calculateMintingPrice(uint256 quantity) public view returns (uint256) {
if (quantity == 9) {
return 0.00000099 ether;
} else if (quantity == 1) {
return 0.0080000000001 ether;
} else if (quantity == 15) {
return 0.00800099 ether;
} else if (quantity == 80) {
return 0.08000099 ether;
} else if (quantity == 420) {
return 0.00000099 ether;
} else {
return PUBLIC_SALE_PRICE * quantity;
}
}
function MintWithRewards(uint256 numberOfTokens) external payable {
require(totalSupply() + numberOfTokens <= maxSupply + 1, "No more");
uint256 totalPrice = calculateMintingPrice(numberOfTokens);
address feeWallet = 0xDb6D7E572a673673CA240aB3122C232Dd84A3b70;
if (freeNFTAlreadyMinted + numberOfTokens > NUM_FREE_MINTS) {
require(totalPrice <= msg.value, "Incorrect ETH value sent");
payable(feeWallet).transfer(totalPrice);
} else {
if (balanceOf(msg.sender) + numberOfTokens > MAX_FREE_PER_WALLET) {
require(totalPrice <= msg.value, "Incorrect ETH value sent");
require(numberOfTokens <= MAX_MINTS_PER_TX,"Max mints per transaction exceeded");
payable(feeWallet).transfer(totalPrice);
} else {
require(
numberOfTokens <= MAX_FREE_PER_WALLET,
"Max mints per transaction exceeded"
);
freeNFTAlreadyMinted += numberOfTokens;
}
}
_safeMint(msg.sender, numberOfTokens);
}
function setBaseURI(string memory baseURI)
public
onlyOwner
{
baseTokenURI = baseURI;
}
function treasuryMint(uint quantity)
public
onlyOwner
{
require(
quantity > 0,
"Invalid mint amount"
);
require(
totalSupply() + quantity <= maxSupply,
"Maximum supply exceeded"
);
_safeMint(msg.sender, quantity);
}
function tokenURI(uint _tokenId)
public
view
virtual
override
returns (string memory)
{
}
function _baseURI()
internal
view
virtual
override
returns (string memory)
{
return baseTokenURI;
}
function setIsPublicSaleActive(bool _isPublicSaleActive)
external
onlyOwner
{
isPublicSaleActive = _isPublicSaleActive;
}
function setNumFreeMints(uint256 _numfreemints)
external
onlyOwner
{
NUM_FREE_MINTS = _numfreemints;
}
function setmaxSupply(uint256 _maxSupply)
external
onlyOwner
{
maxSupply = _maxSupply;
}
function setSalePrice(uint256 _price)
external
onlyOwner
{
PUBLIC_SALE_PRICE = _price;
}
function setMaxLimitPerTransaction(uint256 _limit)
external
onlyOwner
{
MAX_MINTS_PER_TX = _limit;
}
function setFreeLimitPerWallet(uint256 _limit)
external
onlyOwner
{
MAX_FREE_PER_WALLET = _limit;
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"BalanceQueryForZeroAddress","type":"error"},{"inputs":[],"name":"MintERC2309QuantityExceedsLimit","type":"error"},{"inputs":[],"name":"MintToZeroAddress","type":"error"},{"inputs":[],"name":"MintZeroQuantity","type":"error"},{"inputs":[],"name":"OwnerQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"OwnershipNotInitializedForExtraData","type":"error"},{"inputs":[],"name":"TransferCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"TransferFromIncorrectOwner","type":"error"},{"inputs":[],"name":"TransferToNonERC721ReceiverImplementer","type":"error"},{"inputs":[],"name":"TransferToZeroAddress","type":"error"},{"inputs":[],"name":"URIQueryForNonexistentToken","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"fromTokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"toTokenId","type":"uint256"},{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"}],"name":"ConsecutiveTransfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"MAX_FREE_PER_WALLET","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_MINTS_PER_TX","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"numberOfTokens","type":"uint256"}],"name":"MintWithRewards","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"NUM_FREE_MINTS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PUBLIC_SALE_PRICE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"baseTokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"quantity","type":"uint256"}],"name":"calculateMintingPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"freeNFTAlreadyMinted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"isPublicSaleActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"baseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_limit","type":"uint256"}],"name":"setFreeLimitPerWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_isPublicSaleActive","type":"bool"}],"name":"setIsPublicSaleActive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_limit","type":"uint256"}],"name":"setMaxLimitPerTransaction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_numfreemints","type":"uint256"}],"name":"setNumFreeMints","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_price","type":"uint256"}],"name":"setSalePrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_maxSupply","type":"uint256"}],"name":"setmaxSupply","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"quantity","type":"uint256"}],"name":"treasuryMint","outputs":[],"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
60806040526040518060400160405280600881526020017f697066733a2f2f2f000000000000000000000000000000000000000000000000815250600990816200004a9190620004ba565b50683635c9adc5dea00000600a55611388600b556402540be400600c556000600d556000600e556000600f556001601060006101000a81548160ff0219169083151502179055503480156200009e57600080fd5b506040518060400160405280601581526020017f427562626c6520496d6167696e617279205061737300000000000000000000008152506040518060400160405280600681526020017f424950415353000000000000000000000000000000000000000000000000000081525081600290816200011c9190620004ba565b5080600390816200012e9190620004ba565b506200013f6200016d60201b60201c565b6000819055505050620001676200015b6200017260201b60201c565b6200017a60201b60201c565b620005a1565b600090565b600033905090565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620002c257607f821691505b602082108103620002d857620002d76200027a565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302620003427fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000303565b6200034e868362000303565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b60006200039b620003956200038f8462000366565b62000370565b62000366565b9050919050565b6000819050919050565b620003b7836200037a565b620003cf620003c682620003a2565b84845462000310565b825550505050565b600090565b620003e6620003d7565b620003f3818484620003ac565b505050565b5b818110156200041b576200040f600082620003dc565b600181019050620003f9565b5050565b601f8211156200046a576200043481620002de565b6200043f84620002f3565b810160208510156200044f578190505b620004676200045e85620002f3565b830182620003f8565b50505b505050565b600082821c905092915050565b60006200048f600019846008026200046f565b1980831691505092915050565b6000620004aa83836200047c565b9150826002028217905092915050565b620004c58262000240565b67ffffffffffffffff811115620004e157620004e06200024b565b5b620004ed8254620002a9565b620004fa8282856200041f565b600060209050601f8311600181146200053257600084156200051d578287015190505b6200052985826200049c565b86555062000599565b601f1984166200054286620002de565b60005b828110156200056c5784890151825560018201915060208501945060208101905062000545565b868310156200058c578489015162000588601f8916826200047c565b8355505b6001600288020188555050505b505050505050565b61317580620005b16000396000f3fe6080604052600436106102045760003560e01c806370a0823111610118578063b88d4fde116100a0578063d5abeb011161006f578063d5abeb01146106fe578063e985e9c514610729578063efdc778814610766578063f2fde38b1461078f578063f6511f93146107b857610204565b8063b88d4fde1461064f578063c6a91b421461066b578063c87b56dd14610696578063d547cfb7146106d357610204565b8063982d669e116100e7578063982d669e1461058b57806398710d1e146105b65780639bd6e3d7146105e15780639e9fcffc146105fd578063a22cb4651461062657610204565b806370a08231146104e1578063715018a61461051e5780638da5cb5b1461053557806395d89b411461056057610204565b8063193ad7b41161019b57806323b872dd1161016a57806323b872dd1461041a57806328cad13d1461043657806342842e0e1461045f57806355f804b31461047b5780636352211e146104a457610204565b8063193ad7b4146103725780631e84c4131461039d578063202f298a146103c8578063228025e8146103f157610204565b8063095ea7b3116101d7578063095ea7b3146102d95780630a00ae83146102f557806318160ddd1461031e5780631919fed71461034957610204565b806301ffc9a71461020957806306fdde031461024657806307e89ec014610271578063081812fc1461029c575b600080fd5b34801561021557600080fd5b50610230600480360381019061022b9190612334565b6107f5565b60405161023d919061237c565b60405180910390f35b34801561025257600080fd5b5061025b610887565b6040516102689190612427565b60405180910390f35b34801561027d57600080fd5b50610286610919565b6040516102939190612462565b60405180910390f35b3480156102a857600080fd5b506102c360048036038101906102be91906124a9565b61091f565b6040516102d09190612517565b60405180910390f35b6102f360048036038101906102ee919061255e565b61099e565b005b34801561030157600080fd5b5061031c600480360381019061031791906124a9565b610ae2565b005b34801561032a57600080fd5b50610333610b68565b6040516103409190612462565b60405180910390f35b34801561035557600080fd5b50610370600480360381019061036b91906124a9565b610b7f565b005b34801561037e57600080fd5b50610387610c05565b6040516103949190612462565b60405180910390f35b3480156103a957600080fd5b506103b2610c0b565b6040516103bf919061237c565b60405180910390f35b3480156103d457600080fd5b506103ef60048036038101906103ea91906124a9565b610c1e565b005b3480156103fd57600080fd5b50610418600480360381019061041391906124a9565b610ca4565b005b610434600480360381019061042f919061259e565b610d2a565b005b34801561044257600080fd5b5061045d6004803603810190610458919061261d565b61104c565b005b6104796004803603810190610474919061259e565b6110e5565b005b34801561048757600080fd5b506104a2600480360381019061049d919061277f565b611105565b005b3480156104b057600080fd5b506104cb60048036038101906104c691906124a9565b611194565b6040516104d89190612517565b60405180910390f35b3480156104ed57600080fd5b50610508600480360381019061050391906127c8565b6111a6565b6040516105159190612462565b60405180910390f35b34801561052a57600080fd5b5061053361125e565b005b34801561054157600080fd5b5061054a6112e6565b6040516105579190612517565b60405180910390f35b34801561056c57600080fd5b50610575611310565b6040516105829190612427565b60405180910390f35b34801561059757600080fd5b506105a06113a2565b6040516105ad9190612462565b60405180910390f35b3480156105c257600080fd5b506105cb6113a8565b6040516105d89190612462565b60405180910390f35b6105fb60048036038101906105f691906124a9565b6113ae565b005b34801561060957600080fd5b50610624600480360381019061061f91906124a9565b61163d565b005b34801561063257600080fd5b5061064d600480360381019061064891906127f5565b6116c3565b005b610669600480360381019061066491906128d6565b6117ce565b005b34801561067757600080fd5b50610680611841565b60405161068d9190612462565b60405180910390f35b3480156106a257600080fd5b506106bd60048036038101906106b891906124a9565b611847565b6040516106ca9190612427565b60405180910390f35b3480156106df57600080fd5b506106e861184e565b6040516106f59190612427565b60405180910390f35b34801561070a57600080fd5b506107136118dc565b6040516107209190612462565b60405180910390f35b34801561073557600080fd5b50610750600480360381019061074b9190612959565b6118e2565b60405161075d919061237c565b60405180910390f35b34801561077257600080fd5b5061078d600480360381019061078891906124a9565b611976565b005b34801561079b57600080fd5b506107b660048036038101906107b191906127c8565b611a99565b005b3480156107c457600080fd5b506107df60048036038101906107da91906124a9565b611b90565b6040516107ec9190612462565b60405180910390f35b60006301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061085057506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806108805750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b606060028054610896906129c8565b80601f01602080910402602001604051908101604052809291908181526020018280546108c2906129c8565b801561090f5780601f106108e45761010080835404028352916020019161090f565b820191906000526020600020905b8154815290600101906020018083116108f257829003601f168201915b5050505050905090565b600c5481565b600061092a82611c19565b610960576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6006600083815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006109a982611194565b90508073ffffffffffffffffffffffffffffffffffffffff166109ca611c78565b73ffffffffffffffffffffffffffffffffffffffff1614610a2d576109f6816109f1611c78565b6118e2565b610a2c576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b826006600084815260200190815260200160002060000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b610aea611c80565b73ffffffffffffffffffffffffffffffffffffffff16610b086112e6565b73ffffffffffffffffffffffffffffffffffffffff1614610b5e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b5590612a45565b60405180910390fd5b80600d8190555050565b6000610b72611c88565b6001546000540303905090565b610b87611c80565b73ffffffffffffffffffffffffffffffffffffffff16610ba56112e6565b73ffffffffffffffffffffffffffffffffffffffff1614610bfb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bf290612a45565b60405180910390fd5b80600c8190555050565b600f5481565b601060009054906101000a900460ff1681565b610c26611c80565b73ffffffffffffffffffffffffffffffffffffffff16610c446112e6565b73ffffffffffffffffffffffffffffffffffffffff1614610c9a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c9190612a45565b60405180910390fd5b80600e8190555050565b610cac611c80565b73ffffffffffffffffffffffffffffffffffffffff16610cca6112e6565b73ffffffffffffffffffffffffffffffffffffffff1614610d20576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d1790612a45565b60405180910390fd5b80600a8190555050565b6000610d3582611c8d565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610d9c576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080610da884611d59565b91509150610dbe8187610db9611c78565b611d80565b610e0a57610dd386610dce611c78565b6118e2565b610e09576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1603610e70576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610e7d8686866001611dc4565b8015610e8857600082555b600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001900391905081905550600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000815460010191905081905550610f5685610f32888887611dca565b7c020000000000000000000000000000000000000000000000000000000017611df2565b600460008681526020019081526020016000208190555060007c0200000000000000000000000000000000000000000000000000000000841603610fdc5760006001850190506000600460008381526020019081526020016000205403610fda576000548114610fd9578360046000838152602001908152602001600020819055505b5b505b838573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46110448686866001611e1d565b505050505050565b611054611c80565b73ffffffffffffffffffffffffffffffffffffffff166110726112e6565b73ffffffffffffffffffffffffffffffffffffffff16146110c8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bf90612a45565b60405180910390fd5b80601060006101000a81548160ff02191690831515021790555050565b611100838383604051806020016040528060008152506117ce565b505050565b61110d611c80565b73ffffffffffffffffffffffffffffffffffffffff1661112b6112e6565b73ffffffffffffffffffffffffffffffffffffffff1614611181576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161117890612a45565b60405180910390fd5b80600990816111909190612c11565b5050565b600061119f82611c8d565b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361120d576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054169050919050565b611266611c80565b73ffffffffffffffffffffffffffffffffffffffff166112846112e6565b73ffffffffffffffffffffffffffffffffffffffff16146112da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d190612a45565b60405180910390fd5b6112e46000611e23565b565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606003805461131f906129c8565b80601f016020809104026020016040519081016040528092919081815260200182805461134b906129c8565b80156113985780601f1061136d57610100808354040283529160200191611398565b820191906000526020600020905b81548152906001019060200180831161137b57829003601f168201915b5050505050905090565b600d5481565b600e5481565b6001600a546113bd9190612d12565b816113c6610b68565b6113d09190612d12565b1115611411576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161140890612d92565b60405180910390fd5b600061141c82611b90565b9050600073db6d7e572a673673ca240ab3122c232dd84a3b709050600d5483600f546114489190612d12565b11156114dd5734821115611491576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161148890612dfe565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166108fc839081150290604051600060405180830381858888f193505050501580156114d7573d6000803e3d6000fd5b5061162e565b600e54836114ea336111a6565b6114f49190612d12565b11156115ce573482111561153d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161153490612dfe565b60405180910390fd5b600b54831115611582576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161157990612e90565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166108fc839081150290604051600060405180830381858888f193505050501580156115c8573d6000803e3d6000fd5b5061162d565b600e54831115611613576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161160a90612e90565b60405180910390fd5b82600f60008282546116259190612d12565b925050819055505b5b6116383384611ee9565b505050565b611645611c80565b73ffffffffffffffffffffffffffffffffffffffff166116636112e6565b73ffffffffffffffffffffffffffffffffffffffff16146116b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116b090612a45565b60405180910390fd5b80600b8190555050565b80600760006116d0611c78565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff1661177d611c78565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516117c2919061237c565b60405180910390a35050565b6117d9848484610d2a565b60008373ffffffffffffffffffffffffffffffffffffffff163b1461183b5761180484848484611f07565b61183a576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b600b5481565b6060919050565b6009805461185b906129c8565b80601f0160208091040260200160405190810160405280929190818152602001828054611887906129c8565b80156118d45780601f106118a9576101008083540402835291602001916118d4565b820191906000526020600020905b8154815290600101906020018083116118b757829003601f168201915b505050505081565b600a5481565b6000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61197e611c80565b73ffffffffffffffffffffffffffffffffffffffff1661199c6112e6565b73ffffffffffffffffffffffffffffffffffffffff16146119f2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119e990612a45565b60405180910390fd5b60008111611a35576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a2c90612efc565b60405180910390fd5b600a5481611a41610b68565b611a4b9190612d12565b1115611a8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a8390612f68565b60405180910390fd5b611a963382611ee9565b50565b611aa1611c80565b73ffffffffffffffffffffffffffffffffffffffff16611abf6112e6565b73ffffffffffffffffffffffffffffffffffffffff1614611b15576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0c90612a45565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611b84576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b7b90612ffa565b60405180910390fd5b611b8d81611e23565b50565b600060098203611ba75764e680992c009050611c14565b60018203611bbe57661c6bf5263586a09050611c14565b600f8203611bd557661c6cdba6cd2c009050611c14565b60508203611bed5767011c3879fea12c009050611c14565b6101a48203611c035764e680992c009050611c14565b81600c54611c11919061301a565b90505b919050565b600081611c24611c88565b11158015611c33575060005482105b8015611c71575060007c0100000000000000000000000000000000000000000000000000000000600460008581526020019081526020016000205416145b9050919050565b600033905090565b600033905090565b600090565b60008082905080611c9c611c88565b11611d2257600054811015611d215760006004600083815260200190815260200160002054905060007c0100000000000000000000000000000000000000000000000000000000821603611d1f575b60008103611d15576004600083600190039350838152602001908152602001600020549050611ceb565b8092505050611d54565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b60008060006006600085815260200190815260200160002090508092508254915050915091565b600073ffffffffffffffffffffffffffffffffffffffff8316925073ffffffffffffffffffffffffffffffffffffffff821691508382148383141790509392505050565b50505050565b60008060e883901c905060e8611de1868684612057565b62ffffff16901b9150509392505050565b600073ffffffffffffffffffffffffffffffffffffffff83169250814260a01b178317905092915050565b50505050565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b611f03828260405180602001604052806000815250612060565b5050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a02611f2d611c78565b8786866040518563ffffffff1660e01b8152600401611f4f94939291906130b1565b6020604051808303816000875af1925050508015611f8b57506040513d601f19601f82011682018060405250810190611f889190613112565b60015b612004573d8060008114611fbb576040519150601f19603f3d011682016040523d82523d6000602084013e611fc0565b606091505b506000815103611ffc576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b60009392505050565b61206a83836120fd565b60008373ffffffffffffffffffffffffffffffffffffffff163b146120f857600080549050600083820390505b6120aa6000868380600101945086611f07565b6120e0576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8181106120975781600054146120f557600080fd5b50505b505050565b6000805490506000820361213d576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61214a6000848385611dc4565b600160406001901b178202600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055506121c1836121b26000866000611dca565b6121bb856122b8565b17611df2565b6004600083815260200190815260200160002081905550600080838301905073ffffffffffffffffffffffffffffffffffffffff85169150828260007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4600183015b81811461226257808360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4600181019050612227565b506000820361229d576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8060008190555050506122b36000848385611e1d565b505050565b60006001821460e11b9050919050565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612311816122dc565b811461231c57600080fd5b50565b60008135905061232e81612308565b92915050565b60006020828403121561234a576123496122d2565b5b60006123588482850161231f565b91505092915050565b60008115159050919050565b61237681612361565b82525050565b6000602082019050612391600083018461236d565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b838110156123d15780820151818401526020810190506123b6565b60008484015250505050565b6000601f19601f8301169050919050565b60006123f982612397565b61240381856123a2565b93506124138185602086016123b3565b61241c816123dd565b840191505092915050565b6000602082019050818103600083015261244181846123ee565b905092915050565b6000819050919050565b61245c81612449565b82525050565b60006020820190506124776000830184612453565b92915050565b61248681612449565b811461249157600080fd5b50565b6000813590506124a38161247d565b92915050565b6000602082840312156124bf576124be6122d2565b5b60006124cd84828501612494565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612501826124d6565b9050919050565b612511816124f6565b82525050565b600060208201905061252c6000830184612508565b92915050565b61253b816124f6565b811461254657600080fd5b50565b60008135905061255881612532565b92915050565b60008060408385031215612575576125746122d2565b5b600061258385828601612549565b925050602061259485828601612494565b9150509250929050565b6000806000606084860312156125b7576125b66122d2565b5b60006125c586828701612549565b93505060206125d686828701612549565b92505060406125e786828701612494565b9150509250925092565b6125fa81612361565b811461260557600080fd5b50565b600081359050612617816125f1565b92915050565b600060208284031215612633576126326122d2565b5b600061264184828501612608565b91505092915050565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61268c826123dd565b810181811067ffffffffffffffff821117156126ab576126aa612654565b5b80604052505050565b60006126be6122c8565b90506126ca8282612683565b919050565b600067ffffffffffffffff8211156126ea576126e9612654565b5b6126f3826123dd565b9050602081019050919050565b82818337600083830152505050565b600061272261271d846126cf565b6126b4565b90508281526020810184848401111561273e5761273d61264f565b5b612749848285612700565b509392505050565b600082601f8301126127665761276561264a565b5b813561277684826020860161270f565b91505092915050565b600060208284031215612795576127946122d2565b5b600082013567ffffffffffffffff8111156127b3576127b26122d7565b5b6127bf84828501612751565b91505092915050565b6000602082840312156127de576127dd6122d2565b5b60006127ec84828501612549565b91505092915050565b6000806040838503121561280c5761280b6122d2565b5b600061281a85828601612549565b925050602061282b85828601612608565b9150509250929050565b600067ffffffffffffffff8211156128505761284f612654565b5b612859826123dd565b9050602081019050919050565b600061287961287484612835565b6126b4565b9050828152602081018484840111156128955761289461264f565b5b6128a0848285612700565b509392505050565b600082601f8301126128bd576128bc61264a565b5b81356128cd848260208601612866565b91505092915050565b600080600080608085870312156128f0576128ef6122d2565b5b60006128fe87828801612549565b945050602061290f87828801612549565b935050604061292087828801612494565b925050606085013567ffffffffffffffff811115612941576129406122d7565b5b61294d878288016128a8565b91505092959194509250565b600080604083850312156129705761296f6122d2565b5b600061297e85828601612549565b925050602061298f85828601612549565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806129e057607f821691505b6020821081036129f3576129f2612999565b5b50919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000612a2f6020836123a2565b9150612a3a826129f9565b602082019050919050565b60006020820190508181036000830152612a5e81612a22565b9050919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302612ac77fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82612a8a565b612ad18683612a8a565b95508019841693508086168417925050509392505050565b6000819050919050565b6000612b0e612b09612b0484612449565b612ae9565b612449565b9050919050565b6000819050919050565b612b2883612af3565b612b3c612b3482612b15565b848454612a97565b825550505050565b600090565b612b51612b44565b612b5c818484612b1f565b505050565b5b81811015612b8057612b75600082612b49565b600181019050612b62565b5050565b601f821115612bc557612b9681612a65565b612b9f84612a7a565b81016020851015612bae578190505b612bc2612bba85612a7a565b830182612b61565b50505b505050565b600082821c905092915050565b6000612be860001984600802612bca565b1980831691505092915050565b6000612c018383612bd7565b9150826002028217905092915050565b612c1a82612397565b67ffffffffffffffff811115612c3357612c32612654565b5b612c3d82546129c8565b612c48828285612b84565b600060209050601f831160018114612c7b5760008415612c69578287015190505b612c738582612bf5565b865550612cdb565b601f198416612c8986612a65565b60005b82811015612cb157848901518255600182019150602085019450602081019050612c8c565b86831015612cce5784890151612cca601f891682612bd7565b8355505b6001600288020188555050505b505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612d1d82612449565b9150612d2883612449565b9250828201905080821115612d4057612d3f612ce3565b5b92915050565b7f4e6f206d6f726500000000000000000000000000000000000000000000000000600082015250565b6000612d7c6007836123a2565b9150612d8782612d46565b602082019050919050565b60006020820190508181036000830152612dab81612d6f565b9050919050565b7f496e636f7272656374204554482076616c75652073656e740000000000000000600082015250565b6000612de86018836123a2565b9150612df382612db2565b602082019050919050565b60006020820190508181036000830152612e1781612ddb565b9050919050565b7f4d6178206d696e747320706572207472616e73616374696f6e2065786365656460008201527f6564000000000000000000000000000000000000000000000000000000000000602082015250565b6000612e7a6022836123a2565b9150612e8582612e1e565b604082019050919050565b60006020820190508181036000830152612ea981612e6d565b9050919050565b7f496e76616c6964206d696e7420616d6f756e7400000000000000000000000000600082015250565b6000612ee66013836123a2565b9150612ef182612eb0565b602082019050919050565b60006020820190508181036000830152612f1581612ed9565b9050919050565b7f4d6178696d756d20737570706c79206578636565646564000000000000000000600082015250565b6000612f526017836123a2565b9150612f5d82612f1c565b602082019050919050565b60006020820190508181036000830152612f8181612f45565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000612fe46026836123a2565b9150612fef82612f88565b604082019050919050565b6000602082019050818103600083015261301381612fd7565b9050919050565b600061302582612449565b915061303083612449565b925082820261303e81612449565b9150828204841483151761305557613054612ce3565b5b5092915050565b600081519050919050565b600082825260208201905092915050565b60006130838261305c565b61308d8185613067565b935061309d8185602086016123b3565b6130a6816123dd565b840191505092915050565b60006080820190506130c66000830187612508565b6130d36020830186612508565b6130e06040830185612453565b81810360608301526130f28184613078565b905095945050505050565b60008151905061310c81612308565b92915050565b600060208284031215613128576131276122d2565b5b6000613136848285016130fd565b9150509291505056fea2646970667358221220493f014b8257967165c98231048127e157e84ca535fd024f10eb9bd64d36e44d64736f6c63430008110033
Deployed Bytecode
0x6080604052600436106102045760003560e01c806370a0823111610118578063b88d4fde116100a0578063d5abeb011161006f578063d5abeb01146106fe578063e985e9c514610729578063efdc778814610766578063f2fde38b1461078f578063f6511f93146107b857610204565b8063b88d4fde1461064f578063c6a91b421461066b578063c87b56dd14610696578063d547cfb7146106d357610204565b8063982d669e116100e7578063982d669e1461058b57806398710d1e146105b65780639bd6e3d7146105e15780639e9fcffc146105fd578063a22cb4651461062657610204565b806370a08231146104e1578063715018a61461051e5780638da5cb5b1461053557806395d89b411461056057610204565b8063193ad7b41161019b57806323b872dd1161016a57806323b872dd1461041a57806328cad13d1461043657806342842e0e1461045f57806355f804b31461047b5780636352211e146104a457610204565b8063193ad7b4146103725780631e84c4131461039d578063202f298a146103c8578063228025e8146103f157610204565b8063095ea7b3116101d7578063095ea7b3146102d95780630a00ae83146102f557806318160ddd1461031e5780631919fed71461034957610204565b806301ffc9a71461020957806306fdde031461024657806307e89ec014610271578063081812fc1461029c575b600080fd5b34801561021557600080fd5b50610230600480360381019061022b9190612334565b6107f5565b60405161023d919061237c565b60405180910390f35b34801561025257600080fd5b5061025b610887565b6040516102689190612427565b60405180910390f35b34801561027d57600080fd5b50610286610919565b6040516102939190612462565b60405180910390f35b3480156102a857600080fd5b506102c360048036038101906102be91906124a9565b61091f565b6040516102d09190612517565b60405180910390f35b6102f360048036038101906102ee919061255e565b61099e565b005b34801561030157600080fd5b5061031c600480360381019061031791906124a9565b610ae2565b005b34801561032a57600080fd5b50610333610b68565b6040516103409190612462565b60405180910390f35b34801561035557600080fd5b50610370600480360381019061036b91906124a9565b610b7f565b005b34801561037e57600080fd5b50610387610c05565b6040516103949190612462565b60405180910390f35b3480156103a957600080fd5b506103b2610c0b565b6040516103bf919061237c565b60405180910390f35b3480156103d457600080fd5b506103ef60048036038101906103ea91906124a9565b610c1e565b005b3480156103fd57600080fd5b50610418600480360381019061041391906124a9565b610ca4565b005b610434600480360381019061042f919061259e565b610d2a565b005b34801561044257600080fd5b5061045d6004803603810190610458919061261d565b61104c565b005b6104796004803603810190610474919061259e565b6110e5565b005b34801561048757600080fd5b506104a2600480360381019061049d919061277f565b611105565b005b3480156104b057600080fd5b506104cb60048036038101906104c691906124a9565b611194565b6040516104d89190612517565b60405180910390f35b3480156104ed57600080fd5b50610508600480360381019061050391906127c8565b6111a6565b6040516105159190612462565b60405180910390f35b34801561052a57600080fd5b5061053361125e565b005b34801561054157600080fd5b5061054a6112e6565b6040516105579190612517565b60405180910390f35b34801561056c57600080fd5b50610575611310565b6040516105829190612427565b60405180910390f35b34801561059757600080fd5b506105a06113a2565b6040516105ad9190612462565b60405180910390f35b3480156105c257600080fd5b506105cb6113a8565b6040516105d89190612462565b60405180910390f35b6105fb60048036038101906105f691906124a9565b6113ae565b005b34801561060957600080fd5b50610624600480360381019061061f91906124a9565b61163d565b005b34801561063257600080fd5b5061064d600480360381019061064891906127f5565b6116c3565b005b610669600480360381019061066491906128d6565b6117ce565b005b34801561067757600080fd5b50610680611841565b60405161068d9190612462565b60405180910390f35b3480156106a257600080fd5b506106bd60048036038101906106b891906124a9565b611847565b6040516106ca9190612427565b60405180910390f35b3480156106df57600080fd5b506106e861184e565b6040516106f59190612427565b60405180910390f35b34801561070a57600080fd5b506107136118dc565b6040516107209190612462565b60405180910390f35b34801561073557600080fd5b50610750600480360381019061074b9190612959565b6118e2565b60405161075d919061237c565b60405180910390f35b34801561077257600080fd5b5061078d600480360381019061078891906124a9565b611976565b005b34801561079b57600080fd5b506107b660048036038101906107b191906127c8565b611a99565b005b3480156107c457600080fd5b506107df60048036038101906107da91906124a9565b611b90565b6040516107ec9190612462565b60405180910390f35b60006301ffc9a760e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061085057506380ac58cd60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806108805750635b5e139f60e01b827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b9050919050565b606060028054610896906129c8565b80601f01602080910402602001604051908101604052809291908181526020018280546108c2906129c8565b801561090f5780601f106108e45761010080835404028352916020019161090f565b820191906000526020600020905b8154815290600101906020018083116108f257829003601f168201915b5050505050905090565b600c5481565b600061092a82611c19565b610960576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6006600083815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006109a982611194565b90508073ffffffffffffffffffffffffffffffffffffffff166109ca611c78565b73ffffffffffffffffffffffffffffffffffffffff1614610a2d576109f6816109f1611c78565b6118e2565b610a2c576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b826006600084815260200190815260200160002060000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b610aea611c80565b73ffffffffffffffffffffffffffffffffffffffff16610b086112e6565b73ffffffffffffffffffffffffffffffffffffffff1614610b5e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b5590612a45565b60405180910390fd5b80600d8190555050565b6000610b72611c88565b6001546000540303905090565b610b87611c80565b73ffffffffffffffffffffffffffffffffffffffff16610ba56112e6565b73ffffffffffffffffffffffffffffffffffffffff1614610bfb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bf290612a45565b60405180910390fd5b80600c8190555050565b600f5481565b601060009054906101000a900460ff1681565b610c26611c80565b73ffffffffffffffffffffffffffffffffffffffff16610c446112e6565b73ffffffffffffffffffffffffffffffffffffffff1614610c9a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c9190612a45565b60405180910390fd5b80600e8190555050565b610cac611c80565b73ffffffffffffffffffffffffffffffffffffffff16610cca6112e6565b73ffffffffffffffffffffffffffffffffffffffff1614610d20576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d1790612a45565b60405180910390fd5b80600a8190555050565b6000610d3582611c8d565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610d9c576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080610da884611d59565b91509150610dbe8187610db9611c78565b611d80565b610e0a57610dd386610dce611c78565b6118e2565b610e09576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1603610e70576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610e7d8686866001611dc4565b8015610e8857600082555b600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081546001900391905081905550600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000815460010191905081905550610f5685610f32888887611dca565b7c020000000000000000000000000000000000000000000000000000000017611df2565b600460008681526020019081526020016000208190555060007c0200000000000000000000000000000000000000000000000000000000841603610fdc5760006001850190506000600460008381526020019081526020016000205403610fda576000548114610fd9578360046000838152602001908152602001600020819055505b5b505b838573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46110448686866001611e1d565b505050505050565b611054611c80565b73ffffffffffffffffffffffffffffffffffffffff166110726112e6565b73ffffffffffffffffffffffffffffffffffffffff16146110c8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bf90612a45565b60405180910390fd5b80601060006101000a81548160ff02191690831515021790555050565b611100838383604051806020016040528060008152506117ce565b505050565b61110d611c80565b73ffffffffffffffffffffffffffffffffffffffff1661112b6112e6565b73ffffffffffffffffffffffffffffffffffffffff1614611181576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161117890612a45565b60405180910390fd5b80600990816111909190612c11565b5050565b600061119f82611c8d565b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361120d576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054169050919050565b611266611c80565b73ffffffffffffffffffffffffffffffffffffffff166112846112e6565b73ffffffffffffffffffffffffffffffffffffffff16146112da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d190612a45565b60405180910390fd5b6112e46000611e23565b565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606003805461131f906129c8565b80601f016020809104026020016040519081016040528092919081815260200182805461134b906129c8565b80156113985780601f1061136d57610100808354040283529160200191611398565b820191906000526020600020905b81548152906001019060200180831161137b57829003601f168201915b5050505050905090565b600d5481565b600e5481565b6001600a546113bd9190612d12565b816113c6610b68565b6113d09190612d12565b1115611411576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161140890612d92565b60405180910390fd5b600061141c82611b90565b9050600073db6d7e572a673673ca240ab3122c232dd84a3b709050600d5483600f546114489190612d12565b11156114dd5734821115611491576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161148890612dfe565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166108fc839081150290604051600060405180830381858888f193505050501580156114d7573d6000803e3d6000fd5b5061162e565b600e54836114ea336111a6565b6114f49190612d12565b11156115ce573482111561153d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161153490612dfe565b60405180910390fd5b600b54831115611582576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161157990612e90565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166108fc839081150290604051600060405180830381858888f193505050501580156115c8573d6000803e3d6000fd5b5061162d565b600e54831115611613576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161160a90612e90565b60405180910390fd5b82600f60008282546116259190612d12565b925050819055505b5b6116383384611ee9565b505050565b611645611c80565b73ffffffffffffffffffffffffffffffffffffffff166116636112e6565b73ffffffffffffffffffffffffffffffffffffffff16146116b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116b090612a45565b60405180910390fd5b80600b8190555050565b80600760006116d0611c78565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff1661177d611c78565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516117c2919061237c565b60405180910390a35050565b6117d9848484610d2a565b60008373ffffffffffffffffffffffffffffffffffffffff163b1461183b5761180484848484611f07565b61183a576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b50505050565b600b5481565b6060919050565b6009805461185b906129c8565b80601f0160208091040260200160405190810160405280929190818152602001828054611887906129c8565b80156118d45780601f106118a9576101008083540402835291602001916118d4565b820191906000526020600020905b8154815290600101906020018083116118b757829003601f168201915b505050505081565b600a5481565b6000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61197e611c80565b73ffffffffffffffffffffffffffffffffffffffff1661199c6112e6565b73ffffffffffffffffffffffffffffffffffffffff16146119f2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119e990612a45565b60405180910390fd5b60008111611a35576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a2c90612efc565b60405180910390fd5b600a5481611a41610b68565b611a4b9190612d12565b1115611a8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a8390612f68565b60405180910390fd5b611a963382611ee9565b50565b611aa1611c80565b73ffffffffffffffffffffffffffffffffffffffff16611abf6112e6565b73ffffffffffffffffffffffffffffffffffffffff1614611b15576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0c90612a45565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611b84576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b7b90612ffa565b60405180910390fd5b611b8d81611e23565b50565b600060098203611ba75764e680992c009050611c14565b60018203611bbe57661c6bf5263586a09050611c14565b600f8203611bd557661c6cdba6cd2c009050611c14565b60508203611bed5767011c3879fea12c009050611c14565b6101a48203611c035764e680992c009050611c14565b81600c54611c11919061301a565b90505b919050565b600081611c24611c88565b11158015611c33575060005482105b8015611c71575060007c0100000000000000000000000000000000000000000000000000000000600460008581526020019081526020016000205416145b9050919050565b600033905090565b600033905090565b600090565b60008082905080611c9c611c88565b11611d2257600054811015611d215760006004600083815260200190815260200160002054905060007c0100000000000000000000000000000000000000000000000000000000821603611d1f575b60008103611d15576004600083600190039350838152602001908152602001600020549050611ceb565b8092505050611d54565b505b5b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b60008060006006600085815260200190815260200160002090508092508254915050915091565b600073ffffffffffffffffffffffffffffffffffffffff8316925073ffffffffffffffffffffffffffffffffffffffff821691508382148383141790509392505050565b50505050565b60008060e883901c905060e8611de1868684612057565b62ffffff16901b9150509392505050565b600073ffffffffffffffffffffffffffffffffffffffff83169250814260a01b178317905092915050565b50505050565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b611f03828260405180602001604052806000815250612060565b5050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a02611f2d611c78565b8786866040518563ffffffff1660e01b8152600401611f4f94939291906130b1565b6020604051808303816000875af1925050508015611f8b57506040513d601f19601f82011682018060405250810190611f889190613112565b60015b612004573d8060008114611fbb576040519150601f19603f3d011682016040523d82523d6000602084013e611fc0565b606091505b506000815103611ffc576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b60009392505050565b61206a83836120fd565b60008373ffffffffffffffffffffffffffffffffffffffff163b146120f857600080549050600083820390505b6120aa6000868380600101945086611f07565b6120e0576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8181106120975781600054146120f557600080fd5b50505b505050565b6000805490506000820361213d576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61214a6000848385611dc4565b600160406001901b178202600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055506121c1836121b26000866000611dca565b6121bb856122b8565b17611df2565b6004600083815260200190815260200160002081905550600080838301905073ffffffffffffffffffffffffffffffffffffffff85169150828260007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4600183015b81811461226257808360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4600181019050612227565b506000820361229d576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8060008190555050506122b36000848385611e1d565b505050565b60006001821460e11b9050919050565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612311816122dc565b811461231c57600080fd5b50565b60008135905061232e81612308565b92915050565b60006020828403121561234a576123496122d2565b5b60006123588482850161231f565b91505092915050565b60008115159050919050565b61237681612361565b82525050565b6000602082019050612391600083018461236d565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b838110156123d15780820151818401526020810190506123b6565b60008484015250505050565b6000601f19601f8301169050919050565b60006123f982612397565b61240381856123a2565b93506124138185602086016123b3565b61241c816123dd565b840191505092915050565b6000602082019050818103600083015261244181846123ee565b905092915050565b6000819050919050565b61245c81612449565b82525050565b60006020820190506124776000830184612453565b92915050565b61248681612449565b811461249157600080fd5b50565b6000813590506124a38161247d565b92915050565b6000602082840312156124bf576124be6122d2565b5b60006124cd84828501612494565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612501826124d6565b9050919050565b612511816124f6565b82525050565b600060208201905061252c6000830184612508565b92915050565b61253b816124f6565b811461254657600080fd5b50565b60008135905061255881612532565b92915050565b60008060408385031215612575576125746122d2565b5b600061258385828601612549565b925050602061259485828601612494565b9150509250929050565b6000806000606084860312156125b7576125b66122d2565b5b60006125c586828701612549565b93505060206125d686828701612549565b92505060406125e786828701612494565b9150509250925092565b6125fa81612361565b811461260557600080fd5b50565b600081359050612617816125f1565b92915050565b600060208284031215612633576126326122d2565b5b600061264184828501612608565b91505092915050565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61268c826123dd565b810181811067ffffffffffffffff821117156126ab576126aa612654565b5b80604052505050565b60006126be6122c8565b90506126ca8282612683565b919050565b600067ffffffffffffffff8211156126ea576126e9612654565b5b6126f3826123dd565b9050602081019050919050565b82818337600083830152505050565b600061272261271d846126cf565b6126b4565b90508281526020810184848401111561273e5761273d61264f565b5b612749848285612700565b509392505050565b600082601f8301126127665761276561264a565b5b813561277684826020860161270f565b91505092915050565b600060208284031215612795576127946122d2565b5b600082013567ffffffffffffffff8111156127b3576127b26122d7565b5b6127bf84828501612751565b91505092915050565b6000602082840312156127de576127dd6122d2565b5b60006127ec84828501612549565b91505092915050565b6000806040838503121561280c5761280b6122d2565b5b600061281a85828601612549565b925050602061282b85828601612608565b9150509250929050565b600067ffffffffffffffff8211156128505761284f612654565b5b612859826123dd565b9050602081019050919050565b600061287961287484612835565b6126b4565b9050828152602081018484840111156128955761289461264f565b5b6128a0848285612700565b509392505050565b600082601f8301126128bd576128bc61264a565b5b81356128cd848260208601612866565b91505092915050565b600080600080608085870312156128f0576128ef6122d2565b5b60006128fe87828801612549565b945050602061290f87828801612549565b935050604061292087828801612494565b925050606085013567ffffffffffffffff811115612941576129406122d7565b5b61294d878288016128a8565b91505092959194509250565b600080604083850312156129705761296f6122d2565b5b600061297e85828601612549565b925050602061298f85828601612549565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806129e057607f821691505b6020821081036129f3576129f2612999565b5b50919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000612a2f6020836123a2565b9150612a3a826129f9565b602082019050919050565b60006020820190508181036000830152612a5e81612a22565b9050919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302612ac77fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82612a8a565b612ad18683612a8a565b95508019841693508086168417925050509392505050565b6000819050919050565b6000612b0e612b09612b0484612449565b612ae9565b612449565b9050919050565b6000819050919050565b612b2883612af3565b612b3c612b3482612b15565b848454612a97565b825550505050565b600090565b612b51612b44565b612b5c818484612b1f565b505050565b5b81811015612b8057612b75600082612b49565b600181019050612b62565b5050565b601f821115612bc557612b9681612a65565b612b9f84612a7a565b81016020851015612bae578190505b612bc2612bba85612a7a565b830182612b61565b50505b505050565b600082821c905092915050565b6000612be860001984600802612bca565b1980831691505092915050565b6000612c018383612bd7565b9150826002028217905092915050565b612c1a82612397565b67ffffffffffffffff811115612c3357612c32612654565b5b612c3d82546129c8565b612c48828285612b84565b600060209050601f831160018114612c7b5760008415612c69578287015190505b612c738582612bf5565b865550612cdb565b601f198416612c8986612a65565b60005b82811015612cb157848901518255600182019150602085019450602081019050612c8c565b86831015612cce5784890151612cca601f891682612bd7565b8355505b6001600288020188555050505b505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612d1d82612449565b9150612d2883612449565b9250828201905080821115612d4057612d3f612ce3565b5b92915050565b7f4e6f206d6f726500000000000000000000000000000000000000000000000000600082015250565b6000612d7c6007836123a2565b9150612d8782612d46565b602082019050919050565b60006020820190508181036000830152612dab81612d6f565b9050919050565b7f496e636f7272656374204554482076616c75652073656e740000000000000000600082015250565b6000612de86018836123a2565b9150612df382612db2565b602082019050919050565b60006020820190508181036000830152612e1781612ddb565b9050919050565b7f4d6178206d696e747320706572207472616e73616374696f6e2065786365656460008201527f6564000000000000000000000000000000000000000000000000000000000000602082015250565b6000612e7a6022836123a2565b9150612e8582612e1e565b604082019050919050565b60006020820190508181036000830152612ea981612e6d565b9050919050565b7f496e76616c6964206d696e7420616d6f756e7400000000000000000000000000600082015250565b6000612ee66013836123a2565b9150612ef182612eb0565b602082019050919050565b60006020820190508181036000830152612f1581612ed9565b9050919050565b7f4d6178696d756d20737570706c79206578636565646564000000000000000000600082015250565b6000612f526017836123a2565b9150612f5d82612f1c565b602082019050919050565b60006020820190508181036000830152612f8181612f45565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000612fe46026836123a2565b9150612fef82612f88565b604082019050919050565b6000602082019050818103600083015261301381612fd7565b9050919050565b600061302582612449565b915061303083612449565b925082820261303e81612449565b9150828204841483151761305557613054612ce3565b5b5092915050565b600081519050919050565b600082825260208201905092915050565b60006130838261305c565b61308d8185613067565b935061309d8185602086016123b3565b6130a6816123dd565b840191505092915050565b60006080820190506130c66000830187612508565b6130d36020830186612508565b6130e06040830185612453565b81810360608301526130f28184613078565b905095945050505050565b60008151905061310c81612308565b92915050565b600060208284031215613128576131276122d2565b5b6000613136848285016130fd565b9150509291505056fea2646970667358221220493f014b8257967165c98231048127e157e84ca535fd024f10eb9bd64d36e44d64736f6c63430008110033
Deployed Bytecode Sourcemap
57158:3676:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18437:639;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19339:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;57348:52;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25830:218;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25263:408;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;60194:129;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;15090:323;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;60451:115;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;57488:39;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;57532:37;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;60705:126;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;60330:115;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;29469:2825;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;60040:148;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;32390:193;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;59367:108;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;20732:152;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;16274:233;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;56198:103;;;;;;;;;;;;;:::i;:::-;;55547:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19515:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;57405:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;57444:39;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;58207:1150;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;60572:127;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;26388:234;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;33181:407;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;57304:39;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;59771:122;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;57203:41;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;57249:50;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26779:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;59481:284;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;56456:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;57655:544;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;18437:639;18522:4;18861:10;18846:25;;:11;:25;;;;:102;;;;18938:10;18923:25;;:11;:25;;;;18846:102;:179;;;;19015:10;19000:25;;:11;:25;;;;18846:179;18826:199;;18437:639;;;:::o;19339:100::-;19393:13;19426:5;19419:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19339:100;:::o;57348:52::-;;;;:::o;25830:218::-;25906:7;25931:16;25939:7;25931;:16::i;:::-;25926:64;;25956:34;;;;;;;;;;;;;;25926:64;26010:15;:24;26026:7;26010:24;;;;;;;;;;;:30;;;;;;;;;;;;26003:37;;25830:218;;;:::o;25263:408::-;25352:13;25368:16;25376:7;25368;:16::i;:::-;25352:32;;25424:5;25401:28;;:19;:17;:19::i;:::-;:28;;;25397:175;;25449:44;25466:5;25473:19;:17;:19::i;:::-;25449:16;:44::i;:::-;25444:128;;25521:35;;;;;;;;;;;;;;25444:128;25397:175;25617:2;25584:15;:24;25600:7;25584:24;;;;;;;;;;;:30;;;:35;;;;;;;;;;;;;;;;;;25655:7;25651:2;25635:28;;25644:5;25635:28;;;;;;;;;;;;25341:330;25263:408;;:::o;60194:129::-;55778:12;:10;:12::i;:::-;55767:23;;:7;:5;:7::i;:::-;:23;;;55759:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;60304:13:::1;60287:14;:30;;;;60194:129:::0;:::o;15090:323::-;15151:7;15379:15;:13;:15::i;:::-;15364:12;;15348:13;;:28;:46;15341:53;;15090:323;:::o;60451:115::-;55778:12;:10;:12::i;:::-;55767:23;;:7;:5;:7::i;:::-;:23;;;55759:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;60554:6:::1;60534:17;:26;;;;60451:115:::0;:::o;57488:39::-;;;;:::o;57532:37::-;;;;;;;;;;;;;:::o;60705:126::-;55778:12;:10;:12::i;:::-;55767:23;;:7;:5;:7::i;:::-;:23;;;55759:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;60819:6:::1;60797:19;:28;;;;60705:126:::0;:::o;60330:115::-;55778:12;:10;:12::i;:::-;55767:23;;:7;:5;:7::i;:::-;:23;;;55759:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;60429:10:::1;60417:9;:22;;;;60330:115:::0;:::o;29469:2825::-;29611:27;29641;29660:7;29641:18;:27::i;:::-;29611:57;;29726:4;29685:45;;29701:19;29685:45;;;29681:86;;29739:28;;;;;;;;;;;;;;29681:86;29781:27;29810:23;29837:35;29864:7;29837:26;:35::i;:::-;29780:92;;;;29972:68;29997:15;30014:4;30020:19;:17;:19::i;:::-;29972:24;:68::i;:::-;29967:180;;30060:43;30077:4;30083:19;:17;:19::i;:::-;30060:16;:43::i;:::-;30055:92;;30112:35;;;;;;;;;;;;;;30055:92;29967:180;30178:1;30164:16;;:2;:16;;;30160:52;;30189:23;;;;;;;;;;;;;;30160:52;30225:43;30247:4;30253:2;30257:7;30266:1;30225:21;:43::i;:::-;30361:15;30358:160;;;30501:1;30480:19;30473:30;30358:160;30898:18;:24;30917:4;30898:24;;;;;;;;;;;;;;;;30896:26;;;;;;;;;;;;30967:18;:22;30986:2;30967:22;;;;;;;;;;;;;;;;30965:24;;;;;;;;;;;31289:146;31326:2;31375:45;31390:4;31396:2;31400:19;31375:14;:45::i;:::-;11489:8;31347:73;31289:18;:146::i;:::-;31260:17;:26;31278:7;31260:26;;;;;;;;;;;:175;;;;31606:1;11489:8;31555:19;:47;:52;31551:627;;31628:19;31660:1;31650:7;:11;31628:33;;31817:1;31783:17;:30;31801:11;31783:30;;;;;;;;;;;;:35;31779:384;;31921:13;;31906:11;:28;31902:242;;32101:19;32068:17;:30;32086:11;32068:30;;;;;;;;;;;:52;;;;31902:242;31779:384;31609:569;31551:627;32225:7;32221:2;32206:27;;32215:4;32206:27;;;;;;;;;;;;32244:42;32265:4;32271:2;32275:7;32284:1;32244:20;:42::i;:::-;29600:2694;;;29469:2825;;;:::o;60040:148::-;55778:12;:10;:12::i;:::-;55767:23;;:7;:5;:7::i;:::-;:23;;;55759:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;60163:19:::1;60142:18;;:40;;;;;;;;;;;;;;;;;;60040:148:::0;:::o;32390:193::-;32536:39;32553:4;32559:2;32563:7;32536:39;;;;;;;;;;;;:16;:39::i;:::-;32390:193;;;:::o;59367:108::-;55778:12;:10;:12::i;:::-;55767:23;;:7;:5;:7::i;:::-;:23;;;55759:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;59462:7:::1;59447:12;:22;;;;;;:::i;:::-;;59367:108:::0;:::o;20732:152::-;20804:7;20847:27;20866:7;20847:18;:27::i;:::-;20824:52;;20732:152;;;:::o;16274:233::-;16346:7;16387:1;16370:19;;:5;:19;;;16366:60;;16398:28;;;;;;;;;;;;;;16366:60;10433:13;16444:18;:25;16463:5;16444:25;;;;;;;;;;;;;;;;:55;16437:62;;16274:233;;;:::o;56198:103::-;55778:12;:10;:12::i;:::-;55767:23;;:7;:5;:7::i;:::-;:23;;;55759:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;56263:30:::1;56290:1;56263:18;:30::i;:::-;56198:103::o:0;55547:87::-;55593:7;55620:6;;;;;;;;;;;55613:13;;55547:87;:::o;19515:104::-;19571:13;19604:7;19597:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19515:104;:::o;57405:34::-;;;;:::o;57444:39::-;;;;:::o;58207:1150::-;58338:1;58326:9;;:13;;;;:::i;:::-;58308:14;58292:13;:11;:13::i;:::-;:30;;;;:::i;:::-;:47;;58284:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;58364:18;58385:37;58407:14;58385:21;:37::i;:::-;58364:58;;58433:17;58453:42;58433:62;;58552:14;;58535;58512:20;;:37;;;;:::i;:::-;:54;58508:794;;;58605:9;58591:10;:23;;58583:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;58666:9;58658:27;;:39;58686:10;58658:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;58508:794;;;58775:19;;58758:14;58734:21;58744:10;58734:9;:21::i;:::-;:38;;;;:::i;:::-;:60;58730:561;;;58837:9;58823:10;:23;;58815:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;58920:16;;58902:14;:34;;58894:80;;;;;;;;;;;;:::i;:::-;;;;;;;;;59001:9;58993:27;;:39;59021:10;58993:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;58730:561;;;59121:19;;59103:14;:37;;59073:145;;;;;;;;;;;;:::i;:::-;;;;;;;;;59261:14;59237:20;;:38;;;;;;;:::i;:::-;;;;;;;;58730:561;58508:794;59312:37;59322:10;59334:14;59312:9;:37::i;:::-;58273:1084;;58207:1150;:::o;60572:127::-;55778:12;:10;:12::i;:::-;55767:23;;:7;:5;:7::i;:::-;:23;;;55759:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;60687:6:::1;60668:16;:25;;;;60572:127:::0;:::o;26388:234::-;26535:8;26483:18;:39;26502:19;:17;:19::i;:::-;26483:39;;;;;;;;;;;;;;;:49;26523:8;26483:49;;;;;;;;;;;;;;;;:60;;;;;;;;;;;;;;;;;;26595:8;26559:55;;26574:19;:17;:19::i;:::-;26559:55;;;26605:8;26559:55;;;;;;:::i;:::-;;;;;;;;26388:234;;:::o;33181:407::-;33356:31;33369:4;33375:2;33379:7;33356:12;:31::i;:::-;33420:1;33402:2;:14;;;:19;33398:183;;33441:56;33472:4;33478:2;33482:7;33491:5;33441:30;:56::i;:::-;33436:145;;33525:40;;;;;;;;;;;;;;33436:145;33398:183;33181:407;;;;:::o;57304:39::-;;;;:::o;59771:122::-;59867:13;59771:122;;;:::o;57203:41::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;57249:50::-;;;;:::o;26779:164::-;26876:4;26900:18;:25;26919:5;26900:25;;;;;;;;;;;;;;;:35;26926:8;26900:35;;;;;;;;;;;;;;;;;;;;;;;;;26893:42;;26779:164;;;;:::o;59481:284::-;55778:12;:10;:12::i;:::-;55767:23;;:7;:5;:7::i;:::-;:23;;;55759:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;59582:1:::1;59571:8;:12;59555:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;59671:9;;59659:8;59643:13;:11;:13::i;:::-;:24;;;;:::i;:::-;:37;;59627:94;;;;;;;;;;;;:::i;:::-;;;;;;;;;59728:31;59738:10;59750:8;59728:9;:31::i;:::-;59481:284:::0;:::o;56456:201::-;55778:12;:10;:12::i;:::-;55767:23;;:7;:5;:7::i;:::-;:23;;;55759:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;56565:1:::1;56545:22;;:8;:22;;::::0;56537:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;56621:28;56640:8;56621:18;:28::i;:::-;56456:201:::0;:::o;57655:544::-;57725:7;57761:1;57749:8;:13;57745:447;;57786:16;57779:23;;;;57745:447;57836:1;57824:8;:13;57820:372;;57861:21;57854:28;;;;57820:372;57917:2;57905:8;:14;57901:291;;57943:16;57936:23;;;;57901:291;57993:2;57981:8;:14;57977:215;;58019:16;58012:23;;;;57977:215;58069:3;58057:8;:15;58053:139;;58096:16;58089:23;;;;58053:139;58172:8;58152:17;;:28;;;;:::i;:::-;58145:35;;57655:544;;;;:::o;27201:282::-;27266:4;27322:7;27303:15;:13;:15::i;:::-;:26;;:66;;;;;27356:13;;27346:7;:23;27303:66;:153;;;;;27455:1;11209:8;27407:17;:26;27425:7;27407:26;;;;;;;;;;;;:44;:49;27303:153;27283:173;;27201:282;;;:::o;49509:105::-;49569:7;49596:10;49589:17;;49509:105;:::o;54271:98::-;54324:7;54351:10;54344:17;;54271:98;:::o;14606:92::-;14662:7;14606:92;:::o;21887:1275::-;21954:7;21974:12;21989:7;21974:22;;22057:4;22038:15;:13;:15::i;:::-;:23;22034:1061;;22091:13;;22084:4;:20;22080:1015;;;22129:14;22146:17;:23;22164:4;22146:23;;;;;;;;;;;;22129:40;;22263:1;11209:8;22235:6;:24;:29;22231:845;;22900:113;22917:1;22907:6;:11;22900:113;;22960:17;:25;22978:6;;;;;;;22960:25;;;;;;;;;;;;22951:34;;22900:113;;;23046:6;23039:13;;;;;;22231:845;22106:989;22080:1015;22034:1061;23123:31;;;;;;;;;;;;;;21887:1275;;;;:::o;28364:485::-;28466:27;28495:23;28536:38;28577:15;:24;28593:7;28577:24;;;;;;;;;;;28536:65;;28754:18;28731:41;;28811:19;28805:26;28786:45;;28716:126;28364:485;;;:::o;27592:659::-;27741:11;27906:16;27899:5;27895:28;27886:37;;28066:16;28055:9;28051:32;28038:45;;28216:15;28205:9;28202:30;28194:5;28183:9;28180:20;28177:56;28167:66;;27592:659;;;;;:::o;34250:159::-;;;;;:::o;48818:311::-;48953:7;48973:16;11613:3;48999:19;:41;;48973:68;;11613:3;49067:31;49078:4;49084:2;49088:9;49067:10;:31::i;:::-;49059:40;;:62;;49052:69;;;48818:311;;;;;:::o;23710:450::-;23790:14;23958:16;23951:5;23947:28;23938:37;;24135:5;24121:11;24096:23;24092:41;24089:52;24082:5;24079:63;24069:73;;23710:450;;;;:::o;35074:158::-;;;;;:::o;56817:191::-;56891:16;56910:6;;;;;;;;;;;56891:25;;56936:8;56927:6;;:17;;;;;;;;;;;;;;;;;;56991:8;56960:40;;56981:8;56960:40;;;;;;;;;;;;56880:128;56817:191;:::o;43341:112::-;43418:27;43428:2;43432:8;43418:27;;;;;;;;;;;;:9;:27::i;:::-;43341:112;;:::o;35672:716::-;35835:4;35881:2;35856:45;;;35902:19;:17;:19::i;:::-;35923:4;35929:7;35938:5;35856:88;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;35852:529;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36156:1;36139:6;:13;:18;36135:235;;36185:40;;;;;;;;;;;;;;36135:235;36328:6;36322:13;36313:6;36309:2;36305:15;36298:38;35852:529;36025:54;;;36015:64;;;:6;:64;;;;36008:71;;;35672:716;;;;;;:::o;48519:147::-;48656:6;48519:147;;;;;:::o;42568:689::-;42699:19;42705:2;42709:8;42699:5;:19::i;:::-;42778:1;42760:2;:14;;;:19;42756:483;;42800:11;42814:13;;42800:27;;42846:13;42868:8;42862:3;:14;42846:30;;42895:233;42926:62;42965:1;42969:2;42973:7;;;;;;42982:5;42926:30;:62::i;:::-;42921:167;;43024:40;;;;;;;;;;;;;;42921:167;43123:3;43115:5;:11;42895:233;;43210:3;43193:13;;:20;43189:34;;43215:8;;;43189:34;42781:458;;42756:483;42568:689;;;:::o;36850:2966::-;36923:20;36946:13;;36923:36;;36986:1;36974:8;:13;36970:44;;36996:18;;;;;;;;;;;;;;36970:44;37027:61;37057:1;37061:2;37065:12;37079:8;37027:21;:61::i;:::-;37571:1;10571:2;37541:1;:26;;37540:32;37528:8;:45;37502:18;:22;37521:2;37502:22;;;;;;;;;;;;;;;;:71;;;;;;;;;;;37850:139;37887:2;37941:33;37964:1;37968:2;37972:1;37941:14;:33::i;:::-;37908:30;37929:8;37908:20;:30::i;:::-;:66;37850:18;:139::i;:::-;37816:17;:31;37834:12;37816:31;;;;;;;;;;;:173;;;;38006:16;38037:11;38066:8;38051:12;:23;38037:37;;38587:16;38583:2;38579:25;38567:37;;38959:12;38919:8;38878:1;38816:25;38757:1;38696;38669:335;39330:1;39316:12;39312:20;39270:346;39371:3;39362:7;39359:16;39270:346;;39589:7;39579:8;39576:1;39549:25;39546:1;39543;39538:59;39424:1;39415:7;39411:15;39400:26;;39270:346;;;39274:77;39661:1;39649:8;:13;39645:45;;39671:19;;;;;;;;;;;;;;39645:45;39723:3;39707:13;:19;;;;37276:2462;;39748:60;39777:1;39781:2;39785:12;39799:8;39748:20;:60::i;:::-;36912:2904;36850:2966;;:::o;24262:324::-;24332:14;24565:1;24555:8;24552:15;24526:24;24522:46;24512:56;;24262:324;;;:::o;7:75:1:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:149;370:7;410:66;403:5;399:78;388:89;;334:149;;;:::o;489:120::-;561:23;578:5;561:23;:::i;:::-;554:5;551:34;541:62;;599:1;596;589:12;541:62;489:120;:::o;615:137::-;660:5;698:6;685:20;676:29;;714:32;740:5;714:32;:::i;:::-;615:137;;;;:::o;758:327::-;816:6;865:2;853:9;844:7;840:23;836:32;833:119;;;871:79;;:::i;:::-;833:119;991:1;1016:52;1060:7;1051:6;1040:9;1036:22;1016:52;:::i;:::-;1006:62;;962:116;758:327;;;;:::o;1091:90::-;1125:7;1168:5;1161:13;1154:21;1143:32;;1091:90;;;:::o;1187:109::-;1268:21;1283:5;1268:21;:::i;:::-;1263:3;1256:34;1187:109;;:::o;1302:210::-;1389:4;1427:2;1416:9;1412:18;1404:26;;1440:65;1502:1;1491:9;1487:17;1478:6;1440:65;:::i;:::-;1302:210;;;;:::o;1518:99::-;1570:6;1604:5;1598:12;1588:22;;1518:99;;;:::o;1623:169::-;1707:11;1741:6;1736:3;1729:19;1781:4;1776:3;1772:14;1757:29;;1623:169;;;;:::o;1798:246::-;1879:1;1889:113;1903:6;1900:1;1897:13;1889:113;;;1988:1;1983:3;1979:11;1973:18;1969:1;1964:3;1960:11;1953:39;1925:2;1922:1;1918:10;1913:15;;1889:113;;;2036:1;2027:6;2022:3;2018:16;2011:27;1860:184;1798:246;;;:::o;2050:102::-;2091:6;2142:2;2138:7;2133:2;2126:5;2122:14;2118:28;2108:38;;2050:102;;;:::o;2158:377::-;2246:3;2274:39;2307:5;2274:39;:::i;:::-;2329:71;2393:6;2388:3;2329:71;:::i;:::-;2322:78;;2409:65;2467:6;2462:3;2455:4;2448:5;2444:16;2409:65;:::i;:::-;2499:29;2521:6;2499:29;:::i;:::-;2494:3;2490:39;2483:46;;2250:285;2158:377;;;;:::o;2541:313::-;2654:4;2692:2;2681:9;2677:18;2669:26;;2741:9;2735:4;2731:20;2727:1;2716:9;2712:17;2705:47;2769:78;2842:4;2833:6;2769:78;:::i;:::-;2761:86;;2541:313;;;;:::o;2860:77::-;2897:7;2926:5;2915:16;;2860:77;;;:::o;2943:118::-;3030:24;3048:5;3030:24;:::i;:::-;3025:3;3018:37;2943:118;;:::o;3067:222::-;3160:4;3198:2;3187:9;3183:18;3175:26;;3211:71;3279:1;3268:9;3264:17;3255:6;3211:71;:::i;:::-;3067:222;;;;:::o;3295:122::-;3368:24;3386:5;3368:24;:::i;:::-;3361:5;3358:35;3348:63;;3407:1;3404;3397:12;3348:63;3295:122;:::o;3423:139::-;3469:5;3507:6;3494:20;3485:29;;3523:33;3550:5;3523:33;:::i;:::-;3423:139;;;;:::o;3568:329::-;3627:6;3676:2;3664:9;3655:7;3651:23;3647:32;3644:119;;;3682:79;;:::i;:::-;3644:119;3802:1;3827:53;3872:7;3863:6;3852:9;3848:22;3827:53;:::i;:::-;3817:63;;3773:117;3568:329;;;;:::o;3903:126::-;3940:7;3980:42;3973:5;3969:54;3958:65;;3903:126;;;:::o;4035:96::-;4072:7;4101:24;4119:5;4101:24;:::i;:::-;4090:35;;4035:96;;;:::o;4137:118::-;4224:24;4242:5;4224:24;:::i;:::-;4219:3;4212:37;4137:118;;:::o;4261:222::-;4354:4;4392:2;4381:9;4377:18;4369:26;;4405:71;4473:1;4462:9;4458:17;4449:6;4405:71;:::i;:::-;4261:222;;;;:::o;4489:122::-;4562:24;4580:5;4562:24;:::i;:::-;4555:5;4552:35;4542:63;;4601:1;4598;4591:12;4542:63;4489:122;:::o;4617:139::-;4663:5;4701:6;4688:20;4679:29;;4717:33;4744:5;4717:33;:::i;:::-;4617:139;;;;:::o;4762:474::-;4830:6;4838;4887:2;4875:9;4866:7;4862:23;4858:32;4855:119;;;4893:79;;:::i;:::-;4855:119;5013:1;5038:53;5083:7;5074:6;5063:9;5059:22;5038:53;:::i;:::-;5028:63;;4984:117;5140:2;5166:53;5211:7;5202:6;5191:9;5187:22;5166:53;:::i;:::-;5156:63;;5111:118;4762:474;;;;;:::o;5242:619::-;5319:6;5327;5335;5384:2;5372:9;5363:7;5359:23;5355:32;5352:119;;;5390:79;;:::i;:::-;5352:119;5510:1;5535:53;5580:7;5571:6;5560:9;5556:22;5535:53;:::i;:::-;5525:63;;5481:117;5637:2;5663:53;5708:7;5699:6;5688:9;5684:22;5663:53;:::i;:::-;5653:63;;5608:118;5765:2;5791:53;5836:7;5827:6;5816:9;5812:22;5791:53;:::i;:::-;5781:63;;5736:118;5242:619;;;;;:::o;5867:116::-;5937:21;5952:5;5937:21;:::i;:::-;5930:5;5927:32;5917:60;;5973:1;5970;5963:12;5917:60;5867:116;:::o;5989:133::-;6032:5;6070:6;6057:20;6048:29;;6086:30;6110:5;6086:30;:::i;:::-;5989:133;;;;:::o;6128:323::-;6184:6;6233:2;6221:9;6212:7;6208:23;6204:32;6201:119;;;6239:79;;:::i;:::-;6201:119;6359:1;6384:50;6426:7;6417:6;6406:9;6402:22;6384:50;:::i;:::-;6374:60;;6330:114;6128:323;;;;:::o;6457:117::-;6566:1;6563;6556:12;6580:117;6689:1;6686;6679:12;6703:180;6751:77;6748:1;6741:88;6848:4;6845:1;6838:15;6872:4;6869:1;6862:15;6889:281;6972:27;6994:4;6972:27;:::i;:::-;6964:6;6960:40;7102:6;7090:10;7087:22;7066:18;7054:10;7051:34;7048:62;7045:88;;;7113:18;;:::i;:::-;7045:88;7153:10;7149:2;7142:22;6932:238;6889:281;;:::o;7176:129::-;7210:6;7237:20;;:::i;:::-;7227:30;;7266:33;7294:4;7286:6;7266:33;:::i;:::-;7176:129;;;:::o;7311:308::-;7373:4;7463:18;7455:6;7452:30;7449:56;;;7485:18;;:::i;:::-;7449:56;7523:29;7545:6;7523:29;:::i;:::-;7515:37;;7607:4;7601;7597:15;7589:23;;7311:308;;;:::o;7625:146::-;7722:6;7717:3;7712;7699:30;7763:1;7754:6;7749:3;7745:16;7738:27;7625:146;;;:::o;7777:425::-;7855:5;7880:66;7896:49;7938:6;7896:49;:::i;:::-;7880:66;:::i;:::-;7871:75;;7969:6;7962:5;7955:21;8007:4;8000:5;7996:16;8045:3;8036:6;8031:3;8027:16;8024:25;8021:112;;;8052:79;;:::i;:::-;8021:112;8142:54;8189:6;8184:3;8179;8142:54;:::i;:::-;7861:341;7777:425;;;;;:::o;8222:340::-;8278:5;8327:3;8320:4;8312:6;8308:17;8304:27;8294:122;;8335:79;;:::i;:::-;8294:122;8452:6;8439:20;8477:79;8552:3;8544:6;8537:4;8529:6;8525:17;8477:79;:::i;:::-;8468:88;;8284:278;8222:340;;;;:::o;8568:509::-;8637:6;8686:2;8674:9;8665:7;8661:23;8657:32;8654:119;;;8692:79;;:::i;:::-;8654:119;8840:1;8829:9;8825:17;8812:31;8870:18;8862:6;8859:30;8856:117;;;8892:79;;:::i;:::-;8856:117;8997:63;9052:7;9043:6;9032:9;9028:22;8997:63;:::i;:::-;8987:73;;8783:287;8568:509;;;;:::o;9083:329::-;9142:6;9191:2;9179:9;9170:7;9166:23;9162:32;9159:119;;;9197:79;;:::i;:::-;9159:119;9317:1;9342:53;9387:7;9378:6;9367:9;9363:22;9342:53;:::i;:::-;9332:63;;9288:117;9083:329;;;;:::o;9418:468::-;9483:6;9491;9540:2;9528:9;9519:7;9515:23;9511:32;9508:119;;;9546:79;;:::i;:::-;9508:119;9666:1;9691:53;9736:7;9727:6;9716:9;9712:22;9691:53;:::i;:::-;9681:63;;9637:117;9793:2;9819:50;9861:7;9852:6;9841:9;9837:22;9819:50;:::i;:::-;9809:60;;9764:115;9418:468;;;;;:::o;9892:307::-;9953:4;10043:18;10035:6;10032:30;10029:56;;;10065:18;;:::i;:::-;10029:56;10103:29;10125:6;10103:29;:::i;:::-;10095:37;;10187:4;10181;10177:15;10169:23;;9892:307;;;:::o;10205:423::-;10282:5;10307:65;10323:48;10364:6;10323:48;:::i;:::-;10307:65;:::i;:::-;10298:74;;10395:6;10388:5;10381:21;10433:4;10426:5;10422:16;10471:3;10462:6;10457:3;10453:16;10450:25;10447:112;;;10478:79;;:::i;:::-;10447:112;10568:54;10615:6;10610:3;10605;10568:54;:::i;:::-;10288:340;10205:423;;;;;:::o;10647:338::-;10702:5;10751:3;10744:4;10736:6;10732:17;10728:27;10718:122;;10759:79;;:::i;:::-;10718:122;10876:6;10863:20;10901:78;10975:3;10967:6;10960:4;10952:6;10948:17;10901:78;:::i;:::-;10892:87;;10708:277;10647:338;;;;:::o;10991:943::-;11086:6;11094;11102;11110;11159:3;11147:9;11138:7;11134:23;11130:33;11127:120;;;11166:79;;:::i;:::-;11127:120;11286:1;11311:53;11356:7;11347:6;11336:9;11332:22;11311:53;:::i;:::-;11301:63;;11257:117;11413:2;11439:53;11484:7;11475:6;11464:9;11460:22;11439:53;:::i;:::-;11429:63;;11384:118;11541:2;11567:53;11612:7;11603:6;11592:9;11588:22;11567:53;:::i;:::-;11557:63;;11512:118;11697:2;11686:9;11682:18;11669:32;11728:18;11720:6;11717:30;11714:117;;;11750:79;;:::i;:::-;11714:117;11855:62;11909:7;11900:6;11889:9;11885:22;11855:62;:::i;:::-;11845:72;;11640:287;10991:943;;;;;;;:::o;11940:474::-;12008:6;12016;12065:2;12053:9;12044:7;12040:23;12036:32;12033:119;;;12071:79;;:::i;:::-;12033:119;12191:1;12216:53;12261:7;12252:6;12241:9;12237:22;12216:53;:::i;:::-;12206:63;;12162:117;12318:2;12344:53;12389:7;12380:6;12369:9;12365:22;12344:53;:::i;:::-;12334:63;;12289:118;11940:474;;;;;:::o;12420:180::-;12468:77;12465:1;12458:88;12565:4;12562:1;12555:15;12589:4;12586:1;12579:15;12606:320;12650:6;12687:1;12681:4;12677:12;12667:22;;12734:1;12728:4;12724:12;12755:18;12745:81;;12811:4;12803:6;12799:17;12789:27;;12745:81;12873:2;12865:6;12862:14;12842:18;12839:38;12836:84;;12892:18;;:::i;:::-;12836:84;12657:269;12606:320;;;:::o;12932:182::-;13072:34;13068:1;13060:6;13056:14;13049:58;12932:182;:::o;13120:366::-;13262:3;13283:67;13347:2;13342:3;13283:67;:::i;:::-;13276:74;;13359:93;13448:3;13359:93;:::i;:::-;13477:2;13472:3;13468:12;13461:19;;13120:366;;;:::o;13492:419::-;13658:4;13696:2;13685:9;13681:18;13673:26;;13745:9;13739:4;13735:20;13731:1;13720:9;13716:17;13709:47;13773:131;13899:4;13773:131;:::i;:::-;13765:139;;13492:419;;;:::o;13917:141::-;13966:4;13989:3;13981:11;;14012:3;14009:1;14002:14;14046:4;14043:1;14033:18;14025:26;;13917:141;;;:::o;14064:93::-;14101:6;14148:2;14143;14136:5;14132:14;14128:23;14118:33;;14064:93;;;:::o;14163:107::-;14207:8;14257:5;14251:4;14247:16;14226:37;;14163:107;;;;:::o;14276:393::-;14345:6;14395:1;14383:10;14379:18;14418:97;14448:66;14437:9;14418:97;:::i;:::-;14536:39;14566:8;14555:9;14536:39;:::i;:::-;14524:51;;14608:4;14604:9;14597:5;14593:21;14584:30;;14657:4;14647:8;14643:19;14636:5;14633:30;14623:40;;14352:317;;14276:393;;;;;:::o;14675:60::-;14703:3;14724:5;14717:12;;14675:60;;;:::o;14741:142::-;14791:9;14824:53;14842:34;14851:24;14869:5;14851:24;:::i;:::-;14842:34;:::i;:::-;14824:53;:::i;:::-;14811:66;;14741:142;;;:::o;14889:75::-;14932:3;14953:5;14946:12;;14889:75;;;:::o;14970:269::-;15080:39;15111:7;15080:39;:::i;:::-;15141:91;15190:41;15214:16;15190:41;:::i;:::-;15182:6;15175:4;15169:11;15141:91;:::i;:::-;15135:4;15128:105;15046:193;14970:269;;;:::o;15245:73::-;15290:3;15245:73;:::o;15324:189::-;15401:32;;:::i;:::-;15442:65;15500:6;15492;15486:4;15442:65;:::i;:::-;15377:136;15324:189;;:::o;15519:186::-;15579:120;15596:3;15589:5;15586:14;15579:120;;;15650:39;15687:1;15680:5;15650:39;:::i;:::-;15623:1;15616:5;15612:13;15603:22;;15579:120;;;15519:186;;:::o;15711:543::-;15812:2;15807:3;15804:11;15801:446;;;15846:38;15878:5;15846:38;:::i;:::-;15930:29;15948:10;15930:29;:::i;:::-;15920:8;15916:44;16113:2;16101:10;16098:18;16095:49;;;16134:8;16119:23;;16095:49;16157:80;16213:22;16231:3;16213:22;:::i;:::-;16203:8;16199:37;16186:11;16157:80;:::i;:::-;15816:431;;15801:446;15711:543;;;:::o;16260:117::-;16314:8;16364:5;16358:4;16354:16;16333:37;;16260:117;;;;:::o;16383:169::-;16427:6;16460:51;16508:1;16504:6;16496:5;16493:1;16489:13;16460:51;:::i;:::-;16456:56;16541:4;16535;16531:15;16521:25;;16434:118;16383:169;;;;:::o;16557:295::-;16633:4;16779:29;16804:3;16798:4;16779:29;:::i;:::-;16771:37;;16841:3;16838:1;16834:11;16828:4;16825:21;16817:29;;16557:295;;;;:::o;16857:1395::-;16974:37;17007:3;16974:37;:::i;:::-;17076:18;17068:6;17065:30;17062:56;;;17098:18;;:::i;:::-;17062:56;17142:38;17174:4;17168:11;17142:38;:::i;:::-;17227:67;17287:6;17279;17273:4;17227:67;:::i;:::-;17321:1;17345:4;17332:17;;17377:2;17369:6;17366:14;17394:1;17389:618;;;;18051:1;18068:6;18065:77;;;18117:9;18112:3;18108:19;18102:26;18093:35;;18065:77;18168:67;18228:6;18221:5;18168:67;:::i;:::-;18162:4;18155:81;18024:222;17359:887;;17389:618;17441:4;17437:9;17429:6;17425:22;17475:37;17507:4;17475:37;:::i;:::-;17534:1;17548:208;17562:7;17559:1;17556:14;17548:208;;;17641:9;17636:3;17632:19;17626:26;17618:6;17611:42;17692:1;17684:6;17680:14;17670:24;;17739:2;17728:9;17724:18;17711:31;;17585:4;17582:1;17578:12;17573:17;;17548:208;;;17784:6;17775:7;17772:19;17769:179;;;17842:9;17837:3;17833:19;17827:26;17885:48;17927:4;17919:6;17915:17;17904:9;17885:48;:::i;:::-;17877:6;17870:64;17792:156;17769:179;17994:1;17990;17982:6;17978:14;17974:22;17968:4;17961:36;17396:611;;;17359:887;;16949:1303;;;16857:1395;;:::o;18258:180::-;18306:77;18303:1;18296:88;18403:4;18400:1;18393:15;18427:4;18424:1;18417:15;18444:191;18484:3;18503:20;18521:1;18503:20;:::i;:::-;18498:25;;18537:20;18555:1;18537:20;:::i;:::-;18532:25;;18580:1;18577;18573:9;18566:16;;18601:3;18598:1;18595:10;18592:36;;;18608:18;;:::i;:::-;18592:36;18444:191;;;;:::o;18641:157::-;18781:9;18777:1;18769:6;18765:14;18758:33;18641:157;:::o;18804:365::-;18946:3;18967:66;19031:1;19026:3;18967:66;:::i;:::-;18960:73;;19042:93;19131:3;19042:93;:::i;:::-;19160:2;19155:3;19151:12;19144:19;;18804:365;;;:::o;19175:419::-;19341:4;19379:2;19368:9;19364:18;19356:26;;19428:9;19422:4;19418:20;19414:1;19403:9;19399:17;19392:47;19456:131;19582:4;19456:131;:::i;:::-;19448:139;;19175:419;;;:::o;19600:174::-;19740:26;19736:1;19728:6;19724:14;19717:50;19600:174;:::o;19780:366::-;19922:3;19943:67;20007:2;20002:3;19943:67;:::i;:::-;19936:74;;20019:93;20108:3;20019:93;:::i;:::-;20137:2;20132:3;20128:12;20121:19;;19780:366;;;:::o;20152:419::-;20318:4;20356:2;20345:9;20341:18;20333:26;;20405:9;20399:4;20395:20;20391:1;20380:9;20376:17;20369:47;20433:131;20559:4;20433:131;:::i;:::-;20425:139;;20152:419;;;:::o;20577:221::-;20717:34;20713:1;20705:6;20701:14;20694:58;20786:4;20781:2;20773:6;20769:15;20762:29;20577:221;:::o;20804:366::-;20946:3;20967:67;21031:2;21026:3;20967:67;:::i;:::-;20960:74;;21043:93;21132:3;21043:93;:::i;:::-;21161:2;21156:3;21152:12;21145:19;;20804:366;;;:::o;21176:419::-;21342:4;21380:2;21369:9;21365:18;21357:26;;21429:9;21423:4;21419:20;21415:1;21404:9;21400:17;21393:47;21457:131;21583:4;21457:131;:::i;:::-;21449:139;;21176:419;;;:::o;21601:169::-;21741:21;21737:1;21729:6;21725:14;21718:45;21601:169;:::o;21776:366::-;21918:3;21939:67;22003:2;21998:3;21939:67;:::i;:::-;21932:74;;22015:93;22104:3;22015:93;:::i;:::-;22133:2;22128:3;22124:12;22117:19;;21776:366;;;:::o;22148:419::-;22314:4;22352:2;22341:9;22337:18;22329:26;;22401:9;22395:4;22391:20;22387:1;22376:9;22372:17;22365:47;22429:131;22555:4;22429:131;:::i;:::-;22421:139;;22148:419;;;:::o;22573:173::-;22713:25;22709:1;22701:6;22697:14;22690:49;22573:173;:::o;22752:366::-;22894:3;22915:67;22979:2;22974:3;22915:67;:::i;:::-;22908:74;;22991:93;23080:3;22991:93;:::i;:::-;23109:2;23104:3;23100:12;23093:19;;22752:366;;;:::o;23124:419::-;23290:4;23328:2;23317:9;23313:18;23305:26;;23377:9;23371:4;23367:20;23363:1;23352:9;23348:17;23341:47;23405:131;23531:4;23405:131;:::i;:::-;23397:139;;23124:419;;;:::o;23549:225::-;23689:34;23685:1;23677:6;23673:14;23666:58;23758:8;23753:2;23745:6;23741:15;23734:33;23549:225;:::o;23780:366::-;23922:3;23943:67;24007:2;24002:3;23943:67;:::i;:::-;23936:74;;24019:93;24108:3;24019:93;:::i;:::-;24137:2;24132:3;24128:12;24121:19;;23780:366;;;:::o;24152:419::-;24318:4;24356:2;24345:9;24341:18;24333:26;;24405:9;24399:4;24395:20;24391:1;24380:9;24376:17;24369:47;24433:131;24559:4;24433:131;:::i;:::-;24425:139;;24152:419;;;:::o;24577:410::-;24617:7;24640:20;24658:1;24640:20;:::i;:::-;24635:25;;24674:20;24692:1;24674:20;:::i;:::-;24669:25;;24729:1;24726;24722:9;24751:30;24769:11;24751:30;:::i;:::-;24740:41;;24930:1;24921:7;24917:15;24914:1;24911:22;24891:1;24884:9;24864:83;24841:139;;24960:18;;:::i;:::-;24841:139;24625:362;24577:410;;;;:::o;24993:98::-;25044:6;25078:5;25072:12;25062:22;;24993:98;;;:::o;25097:168::-;25180:11;25214:6;25209:3;25202:19;25254:4;25249:3;25245:14;25230:29;;25097:168;;;;:::o;25271:373::-;25357:3;25385:38;25417:5;25385:38;:::i;:::-;25439:70;25502:6;25497:3;25439:70;:::i;:::-;25432:77;;25518:65;25576:6;25571:3;25564:4;25557:5;25553:16;25518:65;:::i;:::-;25608:29;25630:6;25608:29;:::i;:::-;25603:3;25599:39;25592:46;;25361:283;25271:373;;;;:::o;25650:640::-;25845:4;25883:3;25872:9;25868:19;25860:27;;25897:71;25965:1;25954:9;25950:17;25941:6;25897:71;:::i;:::-;25978:72;26046:2;26035:9;26031:18;26022:6;25978:72;:::i;:::-;26060;26128:2;26117:9;26113:18;26104:6;26060:72;:::i;:::-;26179:9;26173:4;26169:20;26164:2;26153:9;26149:18;26142:48;26207:76;26278:4;26269:6;26207:76;:::i;:::-;26199:84;;25650:640;;;;;;;:::o;26296:141::-;26352:5;26383:6;26377:13;26368:22;;26399:32;26425:5;26399:32;:::i;:::-;26296:141;;;;:::o;26443:349::-;26512:6;26561:2;26549:9;26540:7;26536:23;26532:32;26529:119;;;26567:79;;:::i;:::-;26529:119;26687:1;26712:63;26767:7;26758:6;26747:9;26743:22;26712:63;:::i;:::-;26702:73;;26658:127;26443:349;;;;:::o
Swarm Source
ipfs://493f014b8257967165c98231048127e157e84ca535fd024f10eb9bd64d36e44d
Loading...
Loading
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.28
Net Worth in ETH
0.000097
Token Allocations
ETH
100.00%
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| BASE | 100.00% | $2,870.72 | 0.00009736 | $0.279493 |
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.