Source Code
More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 1,064 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Set Approval For... | 24593705 | 16 days ago | IN | 0 ETH | 0.00009529 | ||||
| Set Approval For... | 24587381 | 17 days ago | IN | 0 ETH | 0.00009602 | ||||
| Transfer From | 24583871 | 17 days ago | IN | 0 ETH | 0.00008217 | ||||
| Transfer From | 24583627 | 17 days ago | IN | 0 ETH | 0.00012332 | ||||
| Set Approval For... | 24571902 | 19 days ago | IN | 0 ETH | 0.00000682 | ||||
| Safe Transfer Fr... | 24567615 | 20 days ago | IN | 0 ETH | 0.00012633 | ||||
| Set Approval For... | 24531362 | 25 days ago | IN | 0 ETH | 0.00000191 | ||||
| Set Approval For... | 24529202 | 25 days ago | IN | 0 ETH | 0.00000303 | ||||
| Set Approval For... | 24522774 | 26 days ago | IN | 0 ETH | 0.00009427 | ||||
| Safe Transfer Fr... | 24511719 | 27 days ago | IN | 0 ETH | 0.00026545 | ||||
| Set Approval For... | 24485848 | 31 days ago | IN | 0 ETH | 0.00009975 | ||||
| Safe Transfer Fr... | 24485485 | 31 days ago | IN | 0 ETH | 0.00013481 | ||||
| Set Approval For... | 24435465 | 38 days ago | IN | 0 ETH | 0.00010312 | ||||
| Safe Transfer Fr... | 24434973 | 38 days ago | IN | 0 ETH | 0.00013974 | ||||
| Safe Transfer Fr... | 24432168 | 39 days ago | IN | 0 ETH | 0.00019677 | ||||
| Set Approval For... | 24217757 | 68 days ago | IN | 0 ETH | 0.00009405 | ||||
| Transfer From | 24195085 | 72 days ago | IN | 0 ETH | 0.00012086 | ||||
| Set Approval For... | 24191794 | 72 days ago | IN | 0 ETH | 0.00009653 | ||||
| Transfer From | 24178405 | 74 days ago | IN | 0 ETH | 0.00000428 | ||||
| Safe Transfer Fr... | 24178334 | 74 days ago | IN | 0 ETH | 0.00009886 | ||||
| Safe Transfer Fr... | 24178329 | 74 days ago | IN | 0 ETH | 0.00014645 | ||||
| Safe Transfer Fr... | 24178323 | 74 days ago | IN | 0 ETH | 0.00014623 | ||||
| Transfer From | 24148222 | 78 days ago | IN | 0 ETH | 0.00015581 | ||||
| Transfer From | 24148213 | 78 days ago | IN | 0 ETH | 0.00015867 | ||||
| Transfer From | 24148210 | 78 days ago | IN | 0 ETH | 0.00016542 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
DebookMagickey
Compiler Version
v0.8.25+commit.b61c2a91
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
import "erc721a/contracts/extensions/ERC721AQueryable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
// ██████╗░███████╗██████╗░░█████╗░░█████╗░██╗░░██╗ ███╗░░░███╗░█████╗░░██████╗░██╗░█████╗░██╗░░██╗███████╗██╗░░░██╗
// ██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔══██╗██║░██╔╝ ████╗░████║██╔══██╗██╔════╝░██║██╔══██╗██║░██╔╝██╔════╝╚██╗░██╔╝
// ██║░░██║█████╗░░██████╦╝██║░░██║██║░░██║█████═╝░ ██╔████╔██║███████║██║░░██╗░██║██║░░╚═╝█████═╝░█████╗░░░╚████╔╝░
// ██║░░██║██╔══╝░░██╔══██╗██║░░██║██║░░██║██╔═██╗░ ██║╚██╔╝██║██╔══██║██║░░╚██╗██║██║░░██╗██╔═██╗░██╔══╝░░░░╚██╔╝░░
// ██████╔╝███████╗██████╦╝╚█████╔╝╚█████╔╝██║░╚██╗ ██║░╚═╝░██║██║░░██║╚██████╔╝██║╚█████╔╝██║░╚██╗███████╗░░░██║░░░
// ╚═════╝░╚══════╝╚═════╝░░╚════╝░░╚════╝░╚═╝░░╚═╝ ╚═╝░░░░░╚═╝╚═╝░░╚═╝░╚═════╝░╚═╝░╚════╝░╚═╝░░╚═╝╚══════╝░░░╚═╝░░░
contract DebookMagickey is ERC721AQueryable, Ownable {
using SafeERC20 for IERC20;
uint256[3] public priceUSDC = [333 * 10**6, 666 * 10**6, 999 * 10**6]; // 333, 666, 999 USDC
uint256[3] public supplyPhases = [1111, 2222, 3333]; //
// USDC token Adddress
address public tokenAddress = 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48; // Mainnet
// address public tokenAddress = 0x14196F08a4Fa0B66B7331bC40dd6bCd8A1dEeA9F; // Sepolia
using Strings for uint256;
uint256 public maxSupply = 3333;
uint256 public currentPublicSupply = 1111;
uint256 public currentAllowlistSupply = 1111;
uint256 public phaseLevel = 0;
uint256[10] public allowlistLevelAllowances;
bytes32[10] public merkleRoots;
// "phase id": {"sale id": {"wallet address": "nft balance"}}
mapping(uint256 => mapping(uint256 => mapping(address => uint256))) public allowlistMintedBalance;
uint256 public totalPublicMints = 0;
uint256 public totalAllowlistMints = 0;
string public baseURI = "https://debook-aws-s3.s3.amazonaws.com/public/jsons/";
string public uriSuffix = ".json";
bool public paused = false;
bool public publicMintEnabled = true;
bool public allowlistMintEnabled = true;
address public recipient;
constructor() Ownable(msg.sender) ERC721A("Debook Magickey", "DBK") {
recipient = msg.sender;
}
//******************************* MODIFIERS
modifier notPaused() {
require(!paused, "The contract is paused!");
_;
}
modifier mintCompliance(uint256 quantity) {
require(_totalMinted() + quantity <= maxSupply, "Max Supply Exceeded.");
_;
}
//******************************* OVERRIDES
function _startTokenId() internal view virtual override returns (uint256) {
return 1;
}
//******************************* MINT
function mintAllowlist(uint256 allowlistLevel, uint256 quantity, bytes32[] calldata proof) external notPaused
mintCompliance(quantity) {
require(allowlistMintEnabled, "Allowlist: Mint is disabled!");
require(allowlistLevel < 10, "Invalid allowlist level");
require(totalAllowlistMints + quantity <= currentAllowlistSupply, "Current Allowlist Supply Exceeded.");
require(
allowlistMintedBalance[phaseLevel][allowlistLevel][_msgSender()] + quantity <= allowlistLevelAllowances[allowlistLevel],
"Allowlist: Exceeds allowance!"
);
bytes32 leaf = keccak256(abi.encodePacked(_msgSender()));
require(MerkleProof.verify(proof, merkleRoots[allowlistLevel], leaf), "Not a valid proof!");
allowlistMintedBalance[phaseLevel][allowlistLevel][_msgSender()] += quantity;
totalAllowlistMints += quantity;
_safeMint(_msgSender(), quantity);
}
function mintPublic(address to, uint256 quantity) external notPaused
mintCompliance(quantity) {
require(publicMintEnabled, "Public: Mint is disabled!");
// require(msg.value >= price * quantity, "Insufficient funds.");
// require(totalPublicMints + quantity <= currentPublicSupply, "Current Public Supply Exceeded.");
uint price = priceUSDC[phaseLevel] * quantity;
if (totalPublicMints + quantity >= currentPublicSupply && phaseLevel < 2) {
uint quantityAtCurrentPrice = currentPublicSupply - totalPublicMints;
price = priceUSDC[phaseLevel] * quantityAtCurrentPrice + priceUSDC[phaseLevel + 1] * (quantity - quantityAtCurrentPrice);
phaseLevel++;
currentPublicSupply = supplyPhases[phaseLevel];
}
IERC20 tokenInstance = IERC20(tokenAddress);
tokenInstance.safeTransferFrom(msg.sender, address(this), price);
tokenInstance.safeTransfer(recipient, price);
totalPublicMints += quantity;
_safeMint(to, quantity);
}
function mintPublicAdmin(address to, uint256 quantity) external onlyOwner mintCompliance(quantity) {
totalPublicMints += quantity;
currentPublicSupply += quantity;
_safeMint(to, quantity);
}
function mintAllowlistAdmin(address to, uint256 quantity) external onlyOwner mintCompliance(quantity) {
totalAllowlistMints += quantity;
_safeMint(to, quantity);
}
//******************************* ADMIN
function setMintPriceUSDC(uint256 _priceUSDC, uint phase) external onlyOwner {
priceUSDC[phase] = _priceUSDC;
}
function setMaxSupply(uint256 _supply) external onlyOwner {
require(_supply >= _totalMinted() && _supply <= maxSupply, "Invalid Max Supply.");
maxSupply = _supply;
}
function setCurrentPublicSupply(uint256 _supply) external onlyOwner {
currentPublicSupply = _supply;
}
function setCurrentAllowlistSupply(uint256 _supply) external onlyOwner {
currentAllowlistSupply = _supply;
}
// function setPrice(uint256 _price) public onlyOwner {
// price = _price;
// }
function setPhaseLevel(uint256 _phaseLevel) public onlyOwner {
phaseLevel = _phaseLevel;
}
function setAllowlistLevelAllowances(uint256[10] calldata newAllowlistLevelAllowances) external onlyOwner {
for (uint i = 0; i < 10; i++) {
allowlistLevelAllowances[i] = newAllowlistLevelAllowances[i];
}
}
function setMerkleRoot(uint256 allowlistLevel, bytes32 newMerkleRoot) external onlyOwner {
require(allowlistLevel < 10, "Invalid allowlist level");
merkleRoots[allowlistLevel] = newMerkleRoot;
}
function setMerkleRoots(bytes32[10] calldata newMerkleRoots) external onlyOwner {
for (uint256 i = 0; i < 10; i++) {
merkleRoots[i] = newMerkleRoots[i];
}
}
function setBaseURI(string memory _baseURI) external onlyOwner {
baseURI = _baseURI;
}
function setUriSuffix(string memory _uriSuffix) external onlyOwner {
uriSuffix = _uriSuffix;
}
function setRecipient(address newRecipient) public onlyOwner {
require(newRecipient != address(0), "Cannot be the 0 address!");
recipient = newRecipient;
}
function setAllowlistMintEnabled(bool _state) public onlyOwner {
allowlistMintEnabled = _state;
}
function setPublicMintEnabled(bool _state) public onlyOwner {
publicMintEnabled = _state;
}
function setPaused(bool _state) public onlyOwner {
paused = _state;
}
function setTokenAddress(address _tokenAddress) public onlyOwner {
require(_tokenAddress != address(0), "Cannot be the 0 address!");
tokenAddress = _tokenAddress;
}
//******************************* WITHDRAW
function withdraw() public onlyOwner {
require(recipient != address(0), "Cannot be the 0 address!");
IERC20 tokenInstance = IERC20(tokenAddress);
tokenInstance.transfer(recipient, tokenInstance.balanceOf(address(this)));
uint256 balance = address(this).balance;
bool success;
(success, ) = payable(recipient).call{value: balance}("");
require(success, "Transaction Unsuccessful");
}
//******************************* VIEWS
function tokenURI(uint256 _tokenId) public view virtual override (ERC721A, IERC721A) returns (string memory) {
require(_exists(_tokenId), "URI query for nonexistent token");
return bytes(baseURI).length > 0 ? string(abi.encodePacked(baseURI, _tokenId.toString(), uriSuffix)) : "";
}
function getAllowlistInfo(address user, uint256 phase) external view returns (uint256[10] memory totalAllowances, uint256[10] memory remainingBalances) {
for (uint256 i = 0; i < 10; i++) {
// Set totalAllowance
totalAllowances[i] = allowlistLevelAllowances[i];
// Set remainingBalance
remainingBalances[i] = allowlistLevelAllowances[i] > allowlistMintedBalance[phase][i][user] ? allowlistLevelAllowances[i] - allowlistMintedBalance[phase][i][user] : 0;
}
return (totalAllowances, remainingBalances);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/utils/SafeERC20.sol)
pragma solidity ^0.8.20;
import {IERC20} from "../IERC20.sol";
import {IERC20Permit} from "../extensions/IERC20Permit.sol";
import {Address} from "../../../utils/Address.sol";
/**
* @title SafeERC20
* @dev Wrappers around ERC20 operations that throw on failure (when the token
* contract returns false). Tokens that return no value (and instead revert or
* throw on failure) are also supported, non-reverting calls are assumed to be
* successful.
* To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
* which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
*/
library SafeERC20 {
using Address for address;
/**
* @dev An operation with an ERC20 token failed.
*/
error SafeERC20FailedOperation(address token);
/**
* @dev Indicates a failed `decreaseAllowance` request.
*/
error SafeERC20FailedDecreaseAllowance(address spender, uint256 currentAllowance, uint256 requestedDecrease);
/**
* @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,
* non-reverting calls are assumed to be successful.
*/
function safeTransfer(IERC20 token, address to, uint256 value) internal {
_callOptionalReturn(token, abi.encodeCall(token.transfer, (to, value)));
}
/**
* @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the
* calling contract. If `token` returns no value, non-reverting calls are assumed to be successful.
*/
function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal {
_callOptionalReturn(token, abi.encodeCall(token.transferFrom, (from, to, value)));
}
/**
* @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,
* non-reverting calls are assumed to be successful.
*/
function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal {
uint256 oldAllowance = token.allowance(address(this), spender);
forceApprove(token, spender, oldAllowance + value);
}
/**
* @dev Decrease the calling contract's allowance toward `spender` by `requestedDecrease`. If `token` returns no
* value, non-reverting calls are assumed to be successful.
*/
function safeDecreaseAllowance(IERC20 token, address spender, uint256 requestedDecrease) internal {
unchecked {
uint256 currentAllowance = token.allowance(address(this), spender);
if (currentAllowance < requestedDecrease) {
revert SafeERC20FailedDecreaseAllowance(spender, currentAllowance, requestedDecrease);
}
forceApprove(token, spender, currentAllowance - requestedDecrease);
}
}
/**
* @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,
* non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval
* to be set to zero before setting it to a non-zero value, such as USDT.
*/
function forceApprove(IERC20 token, address spender, uint256 value) internal {
bytes memory approvalCall = abi.encodeCall(token.approve, (spender, value));
if (!_callOptionalReturnBool(token, approvalCall)) {
_callOptionalReturn(token, abi.encodeCall(token.approve, (spender, 0)));
_callOptionalReturn(token, approvalCall);
}
}
/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*/
function _callOptionalReturn(IERC20 token, bytes memory data) private {
// We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
// we're implementing it ourselves. We use {Address-functionCall} to perform this call, which verifies that
// the target address contains contract code and also asserts for success in the low-level call.
bytes memory returndata = address(token).functionCall(data);
if (returndata.length != 0 && !abi.decode(returndata, (bool))) {
revert SafeERC20FailedOperation(address(token));
}
}
/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*
* This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead.
*/
function _callOptionalReturnBool(IERC20 token, bytes memory data) private returns (bool) {
// We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
// we're implementing it ourselves. We cannot use {Address-functionCall} here since this should return false
// and not revert is the subcall reverts.
(bool success, bytes memory returndata) = address(token).call(data);
return success && (returndata.length == 0 || abi.decode(returndata, (bool))) && address(token).code.length > 0;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.20;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(address indexed owner, address indexed spender, uint256 value);
/**
* @dev Returns the value of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the value of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves a `value` amount of tokens from the caller's account to `to`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address to, uint256 value) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address owner, address spender) external view returns (uint256);
/**
* @dev Sets a `value` amount of tokens as the allowance of `spender` over the
* caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 value) external returns (bool);
/**
* @dev Moves a `value` amount of tokens from `from` to `to` using the
* allowance mechanism. `value` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(address from, address to, uint256 value) external returns (bool);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/cryptography/MerkleProof.sol)
pragma solidity ^0.8.20;
/**
* @dev These functions deal with verification of Merkle Tree proofs.
*
* The tree and the proofs can be generated using our
* https://github.com/OpenZeppelin/merkle-tree[JavaScript library].
* You will find a quickstart guide in the readme.
*
* WARNING: You should avoid using leaf values that are 64 bytes long prior to
* hashing, or use a hash function other than keccak256 for hashing leaves.
* This is because the concatenation of a sorted pair of internal nodes in
* the Merkle tree could be reinterpreted as a leaf value.
* OpenZeppelin's JavaScript library generates Merkle trees that are safe
* against this attack out of the box.
*/
library MerkleProof {
/**
*@dev The multiproof provided is not valid.
*/
error MerkleProofInvalidMultiproof();
/**
* @dev Returns true if a `leaf` can be proved to be a part of a Merkle tree
* defined by `root`. For this, a `proof` must be provided, containing
* sibling hashes on the branch from the leaf to the root of the tree. Each
* pair of leaves and each pair of pre-images are assumed to be sorted.
*/
function verify(bytes32[] memory proof, bytes32 root, bytes32 leaf) internal pure returns (bool) {
return processProof(proof, leaf) == root;
}
/**
* @dev Calldata version of {verify}
*/
function verifyCalldata(bytes32[] calldata proof, bytes32 root, bytes32 leaf) internal pure returns (bool) {
return processProofCalldata(proof, leaf) == root;
}
/**
* @dev Returns the rebuilt hash obtained by traversing a Merkle tree up
* from `leaf` using `proof`. A `proof` is valid if and only if the rebuilt
* hash matches the root of the tree. When processing the proof, the pairs
* of leafs & pre-images are assumed to be sorted.
*/
function processProof(bytes32[] memory proof, bytes32 leaf) internal pure returns (bytes32) {
bytes32 computedHash = leaf;
for (uint256 i = 0; i < proof.length; i++) {
computedHash = _hashPair(computedHash, proof[i]);
}
return computedHash;
}
/**
* @dev Calldata version of {processProof}
*/
function processProofCalldata(bytes32[] calldata proof, bytes32 leaf) internal pure returns (bytes32) {
bytes32 computedHash = leaf;
for (uint256 i = 0; i < proof.length; i++) {
computedHash = _hashPair(computedHash, proof[i]);
}
return computedHash;
}
/**
* @dev Returns true if the `leaves` can be simultaneously proven to be a part of a Merkle tree defined by
* `root`, according to `proof` and `proofFlags` as described in {processMultiProof}.
*
* CAUTION: Not all Merkle trees admit multiproofs. See {processMultiProof} for details.
*/
function multiProofVerify(
bytes32[] memory proof,
bool[] memory proofFlags,
bytes32 root,
bytes32[] memory leaves
) internal pure returns (bool) {
return processMultiProof(proof, proofFlags, leaves) == root;
}
/**
* @dev Calldata version of {multiProofVerify}
*
* CAUTION: Not all Merkle trees admit multiproofs. See {processMultiProof} for details.
*/
function multiProofVerifyCalldata(
bytes32[] calldata proof,
bool[] calldata proofFlags,
bytes32 root,
bytes32[] memory leaves
) internal pure returns (bool) {
return processMultiProofCalldata(proof, proofFlags, leaves) == root;
}
/**
* @dev Returns the root of a tree reconstructed from `leaves` and sibling nodes in `proof`. The reconstruction
* proceeds by incrementally reconstructing all inner nodes by combining a leaf/inner node with either another
* leaf/inner node or a proof sibling node, depending on whether each `proofFlags` item is true or false
* respectively.
*
* CAUTION: Not all Merkle trees admit multiproofs. To use multiproofs, it is sufficient to ensure that: 1) the tree
* is complete (but not necessarily perfect), 2) the leaves to be proven are in the opposite order they are in the
* tree (i.e., as seen from right to left starting at the deepest layer and continuing at the next layer).
*/
function processMultiProof(
bytes32[] memory proof,
bool[] memory proofFlags,
bytes32[] memory leaves
) internal pure returns (bytes32 merkleRoot) {
// This function rebuilds the root hash by traversing the tree up from the leaves. The root is rebuilt by
// consuming and producing values on a queue. The queue starts with the `leaves` array, then goes onto the
// `hashes` array. At the end of the process, the last hash in the `hashes` array should contain the root of
// the Merkle tree.
uint256 leavesLen = leaves.length;
uint256 proofLen = proof.length;
uint256 totalHashes = proofFlags.length;
// Check proof validity.
if (leavesLen + proofLen != totalHashes + 1) {
revert MerkleProofInvalidMultiproof();
}
// The xxxPos values are "pointers" to the next value to consume in each array. All accesses are done using
// `xxx[xxxPos++]`, which return the current value and increment the pointer, thus mimicking a queue's "pop".
bytes32[] memory hashes = new bytes32[](totalHashes);
uint256 leafPos = 0;
uint256 hashPos = 0;
uint256 proofPos = 0;
// At each step, we compute the next hash using two values:
// - a value from the "main queue". If not all leaves have been consumed, we get the next leaf, otherwise we
// get the next hash.
// - depending on the flag, either another value from the "main queue" (merging branches) or an element from the
// `proof` array.
for (uint256 i = 0; i < totalHashes; i++) {
bytes32 a = leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++];
bytes32 b = proofFlags[i]
? (leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++])
: proof[proofPos++];
hashes[i] = _hashPair(a, b);
}
if (totalHashes > 0) {
if (proofPos != proofLen) {
revert MerkleProofInvalidMultiproof();
}
unchecked {
return hashes[totalHashes - 1];
}
} else if (leavesLen > 0) {
return leaves[0];
} else {
return proof[0];
}
}
/**
* @dev Calldata version of {processMultiProof}.
*
* CAUTION: Not all Merkle trees admit multiproofs. See {processMultiProof} for details.
*/
function processMultiProofCalldata(
bytes32[] calldata proof,
bool[] calldata proofFlags,
bytes32[] memory leaves
) internal pure returns (bytes32 merkleRoot) {
// This function rebuilds the root hash by traversing the tree up from the leaves. The root is rebuilt by
// consuming and producing values on a queue. The queue starts with the `leaves` array, then goes onto the
// `hashes` array. At the end of the process, the last hash in the `hashes` array should contain the root of
// the Merkle tree.
uint256 leavesLen = leaves.length;
uint256 proofLen = proof.length;
uint256 totalHashes = proofFlags.length;
// Check proof validity.
if (leavesLen + proofLen != totalHashes + 1) {
revert MerkleProofInvalidMultiproof();
}
// The xxxPos values are "pointers" to the next value to consume in each array. All accesses are done using
// `xxx[xxxPos++]`, which return the current value and increment the pointer, thus mimicking a queue's "pop".
bytes32[] memory hashes = new bytes32[](totalHashes);
uint256 leafPos = 0;
uint256 hashPos = 0;
uint256 proofPos = 0;
// At each step, we compute the next hash using two values:
// - a value from the "main queue". If not all leaves have been consumed, we get the next leaf, otherwise we
// get the next hash.
// - depending on the flag, either another value from the "main queue" (merging branches) or an element from the
// `proof` array.
for (uint256 i = 0; i < totalHashes; i++) {
bytes32 a = leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++];
bytes32 b = proofFlags[i]
? (leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++])
: proof[proofPos++];
hashes[i] = _hashPair(a, b);
}
if (totalHashes > 0) {
if (proofPos != proofLen) {
revert MerkleProofInvalidMultiproof();
}
unchecked {
return hashes[totalHashes - 1];
}
} else if (leavesLen > 0) {
return leaves[0];
} else {
return proof[0];
}
}
/**
* @dev Sorts the pair (a, b) and hashes the result.
*/
function _hashPair(bytes32 a, bytes32 b) private pure returns (bytes32) {
return a < b ? _efficientHash(a, b) : _efficientHash(b, a);
}
/**
* @dev Implementation of keccak256(abi.encode(a, b)) that doesn't allocate or expand memory.
*/
function _efficientHash(bytes32 a, bytes32 b) private pure returns (bytes32 value) {
/// @solidity memory-safe-assembly
assembly {
mstore(0x00, a)
mstore(0x20, b)
value := keccak256(0x00, 0x40)
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/Strings.sol)
pragma solidity ^0.8.20;
import {Math} from "./math/Math.sol";
import {SignedMath} from "./math/SignedMath.sol";
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant HEX_DIGITS = "0123456789abcdef";
uint8 private constant ADDRESS_LENGTH = 20;
/**
* @dev The `value` string doesn't fit in the specified `length`.
*/
error StringsInsufficientHexLength(uint256 value, uint256 length);
/**
* @dev Converts a `uint256` to its ASCII `string` decimal representation.
*/
function toString(uint256 value) internal pure returns (string memory) {
unchecked {
uint256 length = Math.log10(value) + 1;
string memory buffer = new string(length);
uint256 ptr;
/// @solidity memory-safe-assembly
assembly {
ptr := add(buffer, add(32, length))
}
while (true) {
ptr--;
/// @solidity memory-safe-assembly
assembly {
mstore8(ptr, byte(mod(value, 10), HEX_DIGITS))
}
value /= 10;
if (value == 0) break;
}
return buffer;
}
}
/**
* @dev Converts a `int256` to its ASCII `string` decimal representation.
*/
function toStringSigned(int256 value) internal pure returns (string memory) {
return string.concat(value < 0 ? "-" : "", toString(SignedMath.abs(value)));
}
/**
* @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
*/
function toHexString(uint256 value) internal pure returns (string memory) {
unchecked {
return toHexString(value, Math.log256(value) + 1);
}
}
/**
* @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
*/
function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
uint256 localValue = value;
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_DIGITS[localValue & 0xf];
localValue >>= 4;
}
if (localValue != 0) {
revert StringsInsufficientHexLength(value, length);
}
return string(buffer);
}
/**
* @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal
* representation.
*/
function toHexString(address addr) internal pure returns (string memory) {
return toHexString(uint256(uint160(addr)), ADDRESS_LENGTH);
}
/**
* @dev Returns true if the two strings are equal.
*/
function equal(string memory a, string memory b) internal pure returns (bool) {
return bytes(a).length == bytes(b).length && keccak256(bytes(a)) == keccak256(bytes(b));
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)
pragma solidity ^0.8.20;
import {Context} from "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* The initial owner is set to the address provided by the deployer. 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;
/**
* @dev The caller account is not authorized to perform an operation.
*/
error OwnableUnauthorizedAccount(address account);
/**
* @dev The owner is not a valid owner account. (eg. `address(0)`)
*/
error OwnableInvalidOwner(address owner);
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the address provided by the deployer as the initial owner.
*/
constructor(address initialOwner) {
if (initialOwner == address(0)) {
revert OwnableInvalidOwner(address(0));
}
_transferOwnership(initialOwner);
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
_checkOwner();
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if the sender is not the owner.
*/
function _checkOwner() internal view virtual {
if (owner() != _msgSender()) {
revert OwnableUnauthorizedAccount(_msgSender());
}
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby disabling any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_transferOwnership(address(0));
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
if (newOwner == address(0)) {
revert OwnableInvalidOwner(address(0));
}
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}// SPDX-License-Identifier: MIT
// ERC721A Contracts v4.3.0
// Creator: Chiru Labs
pragma solidity ^0.8.4;
import './IERC721AQueryable.sol';
import '../ERC721A.sol';
/**
* @title ERC721AQueryable.
*
* @dev ERC721A subclass with convenience query functions.
*/
abstract contract ERC721AQueryable is ERC721A, IERC721AQueryable {
/**
* @dev Returns the `TokenOwnership` struct at `tokenId` without reverting.
*
* If the `tokenId` is out of bounds:
*
* - `addr = address(0)`
* - `startTimestamp = 0`
* - `burned = false`
* - `extraData = 0`
*
* If the `tokenId` is burned:
*
* - `addr = <Address of owner before token was burned>`
* - `startTimestamp = <Timestamp when token was burned>`
* - `burned = true`
* - `extraData = <Extra data when token was burned>`
*
* Otherwise:
*
* - `addr = <Address of owner>`
* - `startTimestamp = <Timestamp of start of ownership>`
* - `burned = false`
* - `extraData = <Extra data at start of ownership>`
*/
function explicitOwnershipOf(uint256 tokenId)
public
view
virtual
override
returns (TokenOwnership memory ownership)
{
unchecked {
if (tokenId >= _startTokenId()) {
if (tokenId > _sequentialUpTo()) return _ownershipAt(tokenId);
if (tokenId < _nextTokenId()) {
// If the `tokenId` is within bounds,
// scan backwards for the initialized ownership slot.
while (!_ownershipIsInitialized(tokenId)) --tokenId;
return _ownershipAt(tokenId);
}
}
}
}
/**
* @dev Returns an array of `TokenOwnership` structs at `tokenIds` in order.
* See {ERC721AQueryable-explicitOwnershipOf}
*/
function explicitOwnershipsOf(uint256[] calldata tokenIds)
external
view
virtual
override
returns (TokenOwnership[] memory)
{
TokenOwnership[] memory ownerships;
uint256 i = tokenIds.length;
assembly {
// Grab the free memory pointer.
ownerships := mload(0x40)
// Store the length.
mstore(ownerships, i)
// Allocate one word for the length,
// `tokenIds.length` words for the pointers.
i := shl(5, i) // Multiply `i` by 32.
mstore(0x40, add(add(ownerships, 0x20), i))
}
while (i != 0) {
uint256 tokenId;
assembly {
i := sub(i, 0x20)
tokenId := calldataload(add(tokenIds.offset, i))
}
TokenOwnership memory ownership = explicitOwnershipOf(tokenId);
assembly {
// Store the pointer of `ownership` in the `ownerships` array.
mstore(add(add(ownerships, 0x20), i), ownership)
}
}
return ownerships;
}
/**
* @dev Returns an array of token IDs owned by `owner`,
* in the range [`start`, `stop`)
* (i.e. `start <= tokenId < stop`).
*
* This function allows for tokens to be queried if the collection
* grows too big for a single call of {ERC721AQueryable-tokensOfOwner}.
*
* Requirements:
*
* - `start < stop`
*/
function tokensOfOwnerIn(
address owner,
uint256 start,
uint256 stop
) external view virtual override returns (uint256[] memory) {
return _tokensOfOwnerIn(owner, start, stop);
}
/**
* @dev Returns an array of token IDs owned by `owner`.
*
* This function scans the ownership mapping and is O(`totalSupply`) in complexity.
* It is meant to be called off-chain.
*
* See {ERC721AQueryable-tokensOfOwnerIn} for splitting the scan into
* multiple smaller scans if the collection is large enough to cause
* an out-of-gas error (10K collections should be fine).
*/
function tokensOfOwner(address owner) external view virtual override returns (uint256[] memory) {
// If spot mints are enabled, full-range scan is disabled.
if (_sequentialUpTo() != type(uint256).max) _revert(NotCompatibleWithSpotMints.selector);
uint256 start = _startTokenId();
uint256 stop = _nextTokenId();
uint256[] memory tokenIds;
if (start != stop) tokenIds = _tokensOfOwnerIn(owner, start, stop);
return tokenIds;
}
/**
* @dev Helper function for returning an array of token IDs owned by `owner`.
*
* Note that this function is optimized for smaller bytecode size over runtime gas,
* since it is meant to be called off-chain.
*/
function _tokensOfOwnerIn(
address owner,
uint256 start,
uint256 stop
) private view returns (uint256[] memory tokenIds) {
unchecked {
if (start >= stop) _revert(InvalidQueryRange.selector);
// Set `start = max(start, _startTokenId())`.
if (start < _startTokenId()) start = _startTokenId();
uint256 nextTokenId = _nextTokenId();
// If spot mints are enabled, scan all the way until the specified `stop`.
uint256 stopLimit = _sequentialUpTo() != type(uint256).max ? stop : nextTokenId;
// Set `stop = min(stop, stopLimit)`.
if (stop >= stopLimit) stop = stopLimit;
// Number of tokens to scan.
uint256 tokenIdsMaxLength = balanceOf(owner);
// Set `tokenIdsMaxLength` to zero if the range contains no tokens.
if (start >= stop) tokenIdsMaxLength = 0;
// If there are one or more tokens to scan.
if (tokenIdsMaxLength != 0) {
// Set `tokenIdsMaxLength = min(balanceOf(owner), tokenIdsMaxLength)`.
if (stop - start <= tokenIdsMaxLength) tokenIdsMaxLength = stop - start;
uint256 m; // Start of available memory.
assembly {
// Grab the free memory pointer.
tokenIds := mload(0x40)
// Allocate one word for the length, and `tokenIdsMaxLength` words
// for the data. `shl(5, x)` is equivalent to `mul(32, x)`.
m := add(tokenIds, shl(5, add(tokenIdsMaxLength, 1)))
mstore(0x40, m)
}
// We need to call `explicitOwnershipOf(start)`,
// because the slot at `start` may not be initialized.
TokenOwnership memory ownership = explicitOwnershipOf(start);
address currOwnershipAddr;
// If the starting slot exists (i.e. not burned),
// initialize `currOwnershipAddr`.
// `ownership.address` will not be zero,
// as `start` is clamped to the valid token ID range.
if (!ownership.burned) currOwnershipAddr = ownership.addr;
uint256 tokenIdsIdx;
// Use a do-while, which is slightly more efficient for this case,
// as the array will at least contain one element.
do {
if (_sequentialUpTo() != type(uint256).max) {
// Skip the remaining unused sequential slots.
if (start == nextTokenId) start = _sequentialUpTo() + 1;
// Reset `currOwnershipAddr`, as each spot-minted token is a batch of one.
if (start > _sequentialUpTo()) currOwnershipAddr = address(0);
}
ownership = _ownershipAt(start); // This implicitly allocates memory.
assembly {
switch mload(add(ownership, 0x40))
// if `ownership.burned == false`.
case 0 {
// if `ownership.addr != address(0)`.
// The `addr` already has it's upper 96 bits clearned,
// since it is written to memory with regular Solidity.
if mload(ownership) {
currOwnershipAddr := mload(ownership)
}
// if `currOwnershipAddr == owner`.
// The `shl(96, x)` is to make the comparison agnostic to any
// dirty upper 96 bits in `owner`.
if iszero(shl(96, xor(currOwnershipAddr, owner))) {
tokenIdsIdx := add(tokenIdsIdx, 1)
mstore(add(tokenIds, shl(5, tokenIdsIdx)), start)
}
}
// Otherwise, reset `currOwnershipAddr`.
// This handles the case of batch burned tokens
// (burned bit of first slot set, remaining slots left uninitialized).
default {
currOwnershipAddr := 0
}
start := add(start, 1)
// Free temporary memory implicitly allocated for ownership
// to avoid quadratic memory expansion costs.
mstore(0x40, m)
}
} while (!(start == stop || tokenIdsIdx == tokenIdsMaxLength));
// Store the length of the array.
assembly {
mstore(tokenIds, tokenIdsIdx)
}
}
}
}
}// SPDX-License-Identifier: MIT
// ERC721A Contracts v4.3.0
// Creator: Chiru Labs
pragma solidity ^0.8.4;
import './IERC721A.sol';
/**
* @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()`.
*
* The `_sequentialUpTo()` function can be overriden to enable spot mints
* (i.e. non-consecutive mints) for `tokenId`s greater than `_sequentialUpTo()`.
*
* 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;
// The amount of tokens minted above `_sequentialUpTo()`.
// We call these spot mints (i.e. non-sequential mints).
uint256 private _spotMinted;
// =============================================================
// CONSTRUCTOR
// =============================================================
constructor(string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
_currentIndex = _startTokenId();
if (_sequentialUpTo() < _startTokenId()) _revert(SequentialUpToTooSmall.selector);
}
// =============================================================
// TOKEN COUNTING OPERATIONS
// =============================================================
/**
* @dev Returns the starting token ID for sequential mints.
*
* Override this function to change the starting token ID for sequential mints.
*
* Note: The value returned must never change after any tokens have been minted.
*/
function _startTokenId() internal view virtual returns (uint256) {
return 0;
}
/**
* @dev Returns the maximum token ID (inclusive) for sequential mints.
*
* Override this function to return a value less than 2**256 - 1,
* but greater than `_startTokenId()`, to enable spot (non-sequential) mints.
*
* Note: The value returned must never change after any tokens have been minted.
*/
function _sequentialUpTo() internal view virtual returns (uint256) {
return type(uint256).max;
}
/**
* @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 result) {
// Counter underflow is impossible as `_burnCounter` cannot be incremented
// more than `_currentIndex + _spotMinted - _startTokenId()` times.
unchecked {
// With spot minting, the intermediate `result` can be temporarily negative,
// and the computation must be unchecked.
result = _currentIndex - _burnCounter - _startTokenId();
if (_sequentialUpTo() != type(uint256).max) result += _spotMinted;
}
}
/**
* @dev Returns the total amount of tokens minted in the contract.
*/
function _totalMinted() internal view virtual returns (uint256 result) {
// Counter underflow is impossible as `_currentIndex` does not decrement,
// and it is initialized to `_startTokenId()`.
unchecked {
result = _currentIndex - _startTokenId();
if (_sequentialUpTo() != type(uint256).max) result += _spotMinted;
}
}
/**
* @dev Returns the total number of tokens burned.
*/
function _totalBurned() internal view virtual returns (uint256) {
return _burnCounter;
}
/**
* @dev Returns the total number of tokens that are spot-minted.
*/
function _totalSpotMinted() internal view virtual returns (uint256) {
return _spotMinted;
}
// =============================================================
// 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.selector);
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.selector);
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 Returns whether the ownership slot at `index` is initialized.
* An uninitialized slot does not necessarily mean that the slot has no owner.
*/
function _ownershipIsInitialized(uint256 index) internal view virtual returns (bool) {
return _packedOwnerships[index] != 0;
}
/**
* @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);
}
}
/**
* @dev Returns the packed ownership data of `tokenId`.
*/
function _packedOwnershipOf(uint256 tokenId) private view returns (uint256 packed) {
if (_startTokenId() <= tokenId) {
packed = _packedOwnerships[tokenId];
if (tokenId > _sequentialUpTo()) {
if (_packedOwnershipExists(packed)) return packed;
_revert(OwnerQueryForNonexistentToken.selector);
}
// If the data at the starting slot does not exist, start the scan.
if (packed == 0) {
if (tokenId >= _currentIndex) _revert(OwnerQueryForNonexistentToken.selector);
// 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, `tokenId` will not underflow.
//
// We can directly compare the packed value.
// If the address is zero, packed will be zero.
for (;;) {
unchecked {
packed = _packedOwnerships[--tokenId];
}
if (packed == 0) continue;
if (packed & _BITMASK_BURNED == 0) return packed;
// Otherwise, the token is burned, and we must revert.
// This handles the case of batch burned tokens, where only the burned bit
// of the starting slot is set, and remaining slots are left uninitialized.
_revert(OwnerQueryForNonexistentToken.selector);
}
}
// Otherwise, the data exists and we can skip the scan.
// This is possible because we have already achieved the target condition.
// This saves 2143 gas on transfers of initialized tokens.
// If the token is not burned, return `packed`. Otherwise, revert.
if (packed & _BITMASK_BURNED == 0) return packed;
}
_revert(OwnerQueryForNonexistentToken.selector);
}
/**
* @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. See {ERC721A-_approve}.
*
* Requirements:
*
* - The caller must own the token or be an approved operator.
*/
function approve(address to, uint256 tokenId) public payable virtual override {
_approve(to, tokenId, true);
}
/**
* @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.selector);
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 result) {
if (_startTokenId() <= tokenId) {
if (tokenId > _sequentialUpTo()) return _packedOwnershipExists(_packedOwnerships[tokenId]);
if (tokenId < _currentIndex) {
uint256 packed;
while ((packed = _packedOwnerships[tokenId]) == 0) --tokenId;
result = packed & _BITMASK_BURNED == 0;
}
}
}
/**
* @dev Returns whether `packed` represents a token that exists.
*/
function _packedOwnershipExists(uint256 packed) private pure returns (bool result) {
assembly {
// The following is equivalent to `owner != address(0) && burned == false`.
// Symbolically tested.
result := gt(and(packed, _BITMASK_ADDRESS), and(packed, _BITMASK_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);
// Mask `from` to the lower 160 bits, in case the upper bits somehow aren't clean.
from = address(uint160(uint256(uint160(from)) & _BITMASK_ADDRESS));
if (address(uint160(prevOwnershipPacked)) != from) _revert(TransferFromIncorrectOwner.selector);
(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.selector);
_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;
}
}
}
}
// Mask `to` to the lower 160 bits, in case the upper bits somehow aren't clean.
uint256 toMasked = uint256(uint160(to)) & _BITMASK_ADDRESS;
assembly {
// 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.
from, // `from`.
toMasked, // `to`.
tokenId // `tokenId`.
)
}
if (toMasked == 0) _revert(TransferToZeroAddress.selector);
_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.selector);
}
}
/**
* @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.selector);
}
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.selector);
_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:
// - `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)
);
// Updates:
// - `balance += quantity`.
// - `numberMinted += quantity`.
//
// We can directly add to the `balance` and `numberMinted`.
_packedAddressData[to] += quantity * ((1 << _BITPOS_NUMBER_MINTED) | 1);
// Mask `to` to the lower 160 bits, in case the upper bits somehow aren't clean.
uint256 toMasked = uint256(uint160(to)) & _BITMASK_ADDRESS;
if (toMasked == 0) _revert(MintToZeroAddress.selector);
uint256 end = startTokenId + quantity;
uint256 tokenId = startTokenId;
if (end - 1 > _sequentialUpTo()) _revert(SequentialMintExceedsLimit.selector);
do {
assembly {
// 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`.
tokenId // `tokenId`.
)
}
// The `!=` check ensures that large values of `quantity`
// that overflows uint256 will make the loop run out of gas.
} while (++tokenId != end);
_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.selector);
if (quantity == 0) _revert(MintZeroQuantity.selector);
if (quantity > _MAX_MINT_ERC2309_QUANTITY_LIMIT) _revert(MintERC2309QuantityExceedsLimit.selector);
_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)
);
if (startTokenId + quantity - 1 > _sequentialUpTo()) _revert(SequentialMintExceedsLimit.selector);
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.selector);
}
} while (index < end);
// This prevents reentrancy to `_safeMint`.
// It does not prevent reentrancy to `_safeMintSpot`.
if (_currentIndex != end) revert();
}
}
}
/**
* @dev Equivalent to `_safeMint(to, quantity, '')`.
*/
function _safeMint(address to, uint256 quantity) internal virtual {
_safeMint(to, quantity, '');
}
/**
* @dev Mints a single token at `tokenId`.
*
* Note: A spot-minted `tokenId` that has been burned can be re-minted again.
*
* Requirements:
*
* - `to` cannot be the zero address.
* - `tokenId` must be greater than `_sequentialUpTo()`.
* - `tokenId` must not exist.
*
* Emits a {Transfer} event for each mint.
*/
function _mintSpot(address to, uint256 tokenId) internal virtual {
if (tokenId <= _sequentialUpTo()) _revert(SpotMintTokenIdTooSmall.selector);
uint256 prevOwnershipPacked = _packedOwnerships[tokenId];
if (_packedOwnershipExists(prevOwnershipPacked)) _revert(TokenAlreadyExists.selector);
_beforeTokenTransfers(address(0), to, tokenId, 1);
// Overflows are incredibly unrealistic.
// The `numberMinted` for `to` is incremented by 1, and has a max limit of 2**64 - 1.
// `_spotMinted` is incremented by 1, and has a max limit of 2**256 - 1.
unchecked {
// Updates:
// - `address` to the owner.
// - `startTimestamp` to the timestamp of minting.
// - `burned` to `false`.
// - `nextInitialized` to `true` (as `quantity == 1`).
_packedOwnerships[tokenId] = _packOwnershipData(
to,
_nextInitializedFlag(1) | _nextExtraData(address(0), to, prevOwnershipPacked)
);
// Updates:
// - `balance += 1`.
// - `numberMinted += 1`.
//
// We can directly add to the `balance` and `numberMinted`.
_packedAddressData[to] += (1 << _BITPOS_NUMBER_MINTED) | 1;
// Mask `to` to the lower 160 bits, in case the upper bits somehow aren't clean.
uint256 toMasked = uint256(uint160(to)) & _BITMASK_ADDRESS;
if (toMasked == 0) _revert(MintToZeroAddress.selector);
assembly {
// 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`.
tokenId // `tokenId`.
)
}
++_spotMinted;
}
_afterTokenTransfers(address(0), to, tokenId, 1);
}
/**
* @dev Safely mints a single token at `tokenId`.
*
* Note: A spot-minted `tokenId` that has been burned can be re-minted again.
*
* Requirements:
*
* - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}.
* - `tokenId` must be greater than `_sequentialUpTo()`.
* - `tokenId` must not exist.
*
* See {_mintSpot}.
*
* Emits a {Transfer} event.
*/
function _safeMintSpot(
address to,
uint256 tokenId,
bytes memory _data
) internal virtual {
_mintSpot(to, tokenId);
unchecked {
if (to.code.length != 0) {
uint256 currentSpotMinted = _spotMinted;
if (!_checkContractOnERC721Received(address(0), to, tokenId, _data)) {
_revert(TransferToNonERC721ReceiverImplementer.selector);
}
// This prevents reentrancy to `_safeMintSpot`.
// It does not prevent reentrancy to `_safeMint`.
if (_spotMinted != currentSpotMinted) revert();
}
}
}
/**
* @dev Equivalent to `_safeMintSpot(to, tokenId, '')`.
*/
function _safeMintSpot(address to, uint256 tokenId) internal virtual {
_safeMintSpot(to, tokenId, '');
}
// =============================================================
// APPROVAL OPERATIONS
// =============================================================
/**
* @dev Equivalent to `_approve(to, tokenId, false)`.
*/
function _approve(address to, uint256 tokenId) internal virtual {
_approve(to, tokenId, false);
}
/**
* @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:
*
* - `tokenId` must exist.
*
* Emits an {Approval} event.
*/
function _approve(
address to,
uint256 tokenId,
bool approvalCheck
) internal virtual {
address owner = ownerOf(tokenId);
if (approvalCheck && _msgSenderERC721A() != owner)
if (!isApprovedForAll(owner, _msgSenderERC721A())) {
_revert(ApprovalCallerNotOwnerNorApproved.selector);
}
_tokenApprovals[tokenId].value = to;
emit Approval(owner, to, tokenId);
}
// =============================================================
// 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.selector);
}
_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 + _spotMinted` 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.selector);
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)
}
}
/**
* @dev For more efficient reverts.
*/
function _revert(bytes4 errorSelector) internal pure {
assembly {
mstore(0x00, errorSelector)
revert(0x00, 0x04)
}
}
}// SPDX-License-Identifier: MIT
// ERC721A Contracts v4.3.0
// Creator: Chiru Labs
pragma solidity ^0.8.4;
import '../IERC721A.sol';
/**
* @dev Interface of ERC721AQueryable.
*/
interface IERC721AQueryable is IERC721A {
/**
* Invalid query range (`start` >= `stop`).
*/
error InvalidQueryRange();
/**
* @dev Returns the `TokenOwnership` struct at `tokenId` without reverting.
*
* If the `tokenId` is out of bounds:
*
* - `addr = address(0)`
* - `startTimestamp = 0`
* - `burned = false`
* - `extraData = 0`
*
* If the `tokenId` is burned:
*
* - `addr = <Address of owner before token was burned>`
* - `startTimestamp = <Timestamp when token was burned>`
* - `burned = true`
* - `extraData = <Extra data when token was burned>`
*
* Otherwise:
*
* - `addr = <Address of owner>`
* - `startTimestamp = <Timestamp of start of ownership>`
* - `burned = false`
* - `extraData = <Extra data at start of ownership>`
*/
function explicitOwnershipOf(uint256 tokenId) external view returns (TokenOwnership memory);
/**
* @dev Returns an array of `TokenOwnership` structs at `tokenIds` in order.
* See {ERC721AQueryable-explicitOwnershipOf}
*/
function explicitOwnershipsOf(uint256[] memory tokenIds) external view returns (TokenOwnership[] memory);
/**
* @dev Returns an array of token IDs owned by `owner`,
* in the range [`start`, `stop`)
* (i.e. `start <= tokenId < stop`).
*
* This function allows for tokens to be queried if the collection
* grows too big for a single call of {ERC721AQueryable-tokensOfOwner}.
*
* Requirements:
*
* - `start < stop`
*/
function tokensOfOwnerIn(
address owner,
uint256 start,
uint256 stop
) external view returns (uint256[] memory);
/**
* @dev Returns an array of token IDs owned by `owner`.
*
* This function scans the ownership mapping and is O(`totalSupply`) in complexity.
* It is meant to be called off-chain.
*
* See {ERC721AQueryable-tokensOfOwnerIn} for splitting the scan into
* multiple smaller scans if the collection is large enough to cause
* an out-of-gas error (10K collections should be fine).
*/
function tokensOfOwner(address owner) external view returns (uint256[] memory);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/math/SignedMath.sol)
pragma solidity ^0.8.20;
/**
* @dev Standard signed math utilities missing in the Solidity language.
*/
library SignedMath {
/**
* @dev Returns the largest of two signed numbers.
*/
function max(int256 a, int256 b) internal pure returns (int256) {
return a > b ? a : b;
}
/**
* @dev Returns the smallest of two signed numbers.
*/
function min(int256 a, int256 b) internal pure returns (int256) {
return a < b ? a : b;
}
/**
* @dev Returns the average of two signed numbers without overflow.
* The result is rounded towards zero.
*/
function average(int256 a, int256 b) internal pure returns (int256) {
// Formula from the book "Hacker's Delight"
int256 x = (a & b) + ((a ^ b) >> 1);
return x + (int256(uint256(x) >> 255) & (a ^ b));
}
/**
* @dev Returns the absolute unsigned value of a signed value.
*/
function abs(int256 n) internal pure returns (uint256) {
unchecked {
// must be unchecked in order to support `n = type(int256).min`
return uint256(n >= 0 ? n : -n);
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/math/Math.sol)
pragma solidity ^0.8.20;
/**
* @dev Standard math utilities missing in the Solidity language.
*/
library Math {
/**
* @dev Muldiv operation overflow.
*/
error MathOverflowedMulDiv();
enum Rounding {
Floor, // Toward negative infinity
Ceil, // Toward positive infinity
Trunc, // Toward zero
Expand // Away from zero
}
/**
* @dev Returns the addition of two unsigned integers, with an overflow flag.
*/
function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
uint256 c = a + b;
if (c < a) return (false, 0);
return (true, c);
}
}
/**
* @dev Returns the subtraction of two unsigned integers, with an overflow flag.
*/
function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
if (b > a) return (false, 0);
return (true, a - b);
}
}
/**
* @dev Returns the multiplication of two unsigned integers, with an overflow flag.
*/
function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
// Gas optimization: this is cheaper than requiring 'a' not being zero, but the
// benefit is lost if 'b' is also tested.
// See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
if (a == 0) return (true, 0);
uint256 c = a * b;
if (c / a != b) return (false, 0);
return (true, c);
}
}
/**
* @dev Returns the division of two unsigned integers, with a division by zero flag.
*/
function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
if (b == 0) return (false, 0);
return (true, a / b);
}
}
/**
* @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
*/
function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
if (b == 0) return (false, 0);
return (true, a % b);
}
}
/**
* @dev Returns the largest of two numbers.
*/
function max(uint256 a, uint256 b) internal pure returns (uint256) {
return a > b ? a : b;
}
/**
* @dev Returns the smallest of two numbers.
*/
function min(uint256 a, uint256 b) internal pure returns (uint256) {
return a < b ? a : b;
}
/**
* @dev Returns the average of two numbers. The result is rounded towards
* zero.
*/
function average(uint256 a, uint256 b) internal pure returns (uint256) {
// (a + b) / 2 can overflow.
return (a & b) + (a ^ b) / 2;
}
/**
* @dev Returns the ceiling of the division of two numbers.
*
* This differs from standard division with `/` in that it rounds towards infinity instead
* of rounding towards zero.
*/
function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {
if (b == 0) {
// Guarantee the same behavior as in a regular Solidity division.
return a / b;
}
// (a + b - 1) / b can overflow on addition, so we distribute.
return a == 0 ? 0 : (a - 1) / b + 1;
}
/**
* @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or
* denominator == 0.
* @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv) with further edits by
* Uniswap Labs also under MIT license.
*/
function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {
unchecked {
// 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use
// use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256
// variables such that product = prod1 * 2^256 + prod0.
uint256 prod0 = x * y; // Least significant 256 bits of the product
uint256 prod1; // Most significant 256 bits of the product
assembly {
let mm := mulmod(x, y, not(0))
prod1 := sub(sub(mm, prod0), lt(mm, prod0))
}
// Handle non-overflow cases, 256 by 256 division.
if (prod1 == 0) {
// Solidity will revert if denominator == 0, unlike the div opcode on its own.
// The surrounding unchecked block does not change this fact.
// See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.
return prod0 / denominator;
}
// Make sure the result is less than 2^256. Also prevents denominator == 0.
if (denominator <= prod1) {
revert MathOverflowedMulDiv();
}
///////////////////////////////////////////////
// 512 by 256 division.
///////////////////////////////////////////////
// Make division exact by subtracting the remainder from [prod1 prod0].
uint256 remainder;
assembly {
// Compute remainder using mulmod.
remainder := mulmod(x, y, denominator)
// Subtract 256 bit number from 512 bit number.
prod1 := sub(prod1, gt(remainder, prod0))
prod0 := sub(prod0, remainder)
}
// Factor powers of two out of denominator and compute largest power of two divisor of denominator.
// Always >= 1. See https://cs.stackexchange.com/q/138556/92363.
uint256 twos = denominator & (0 - denominator);
assembly {
// Divide denominator by twos.
denominator := div(denominator, twos)
// Divide [prod1 prod0] by twos.
prod0 := div(prod0, twos)
// Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.
twos := add(div(sub(0, twos), twos), 1)
}
// Shift in bits from prod1 into prod0.
prod0 |= prod1 * twos;
// Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such
// that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for
// four bits. That is, denominator * inv = 1 mod 2^4.
uint256 inverse = (3 * denominator) ^ 2;
// Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also
// works in modular arithmetic, doubling the correct bits in each step.
inverse *= 2 - denominator * inverse; // inverse mod 2^8
inverse *= 2 - denominator * inverse; // inverse mod 2^16
inverse *= 2 - denominator * inverse; // inverse mod 2^32
inverse *= 2 - denominator * inverse; // inverse mod 2^64
inverse *= 2 - denominator * inverse; // inverse mod 2^128
inverse *= 2 - denominator * inverse; // inverse mod 2^256
// Because the division is now exact we can divide by multiplying with the modular inverse of denominator.
// This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is
// less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1
// is no longer required.
result = prod0 * inverse;
return result;
}
}
/**
* @notice Calculates x * y / denominator with full precision, following the selected rounding direction.
*/
function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {
uint256 result = mulDiv(x, y, denominator);
if (unsignedRoundsUp(rounding) && mulmod(x, y, denominator) > 0) {
result += 1;
}
return result;
}
/**
* @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded
* towards zero.
*
* Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11).
*/
function sqrt(uint256 a) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
// For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.
//
// We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have
// `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.
//
// This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`
// → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`
// → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`
//
// Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.
uint256 result = 1 << (log2(a) >> 1);
// At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,
// since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at
// every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision
// into the expected uint128 result.
unchecked {
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
return min(result, a / result);
}
}
/**
* @notice Calculates sqrt(a), following the selected rounding direction.
*/
function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = sqrt(a);
return result + (unsignedRoundsUp(rounding) && result * result < a ? 1 : 0);
}
}
/**
* @dev Return the log in base 2 of a positive value rounded towards zero.
* Returns 0 if given 0.
*/
function log2(uint256 value) internal pure returns (uint256) {
uint256 result = 0;
unchecked {
if (value >> 128 > 0) {
value >>= 128;
result += 128;
}
if (value >> 64 > 0) {
value >>= 64;
result += 64;
}
if (value >> 32 > 0) {
value >>= 32;
result += 32;
}
if (value >> 16 > 0) {
value >>= 16;
result += 16;
}
if (value >> 8 > 0) {
value >>= 8;
result += 8;
}
if (value >> 4 > 0) {
value >>= 4;
result += 4;
}
if (value >> 2 > 0) {
value >>= 2;
result += 2;
}
if (value >> 1 > 0) {
result += 1;
}
}
return result;
}
/**
* @dev Return the log in base 2, following the selected rounding direction, of a positive value.
* Returns 0 if given 0.
*/
function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = log2(value);
return result + (unsignedRoundsUp(rounding) && 1 << result < value ? 1 : 0);
}
}
/**
* @dev Return the log in base 10 of a positive value rounded towards zero.
* Returns 0 if given 0.
*/
function log10(uint256 value) internal pure returns (uint256) {
uint256 result = 0;
unchecked {
if (value >= 10 ** 64) {
value /= 10 ** 64;
result += 64;
}
if (value >= 10 ** 32) {
value /= 10 ** 32;
result += 32;
}
if (value >= 10 ** 16) {
value /= 10 ** 16;
result += 16;
}
if (value >= 10 ** 8) {
value /= 10 ** 8;
result += 8;
}
if (value >= 10 ** 4) {
value /= 10 ** 4;
result += 4;
}
if (value >= 10 ** 2) {
value /= 10 ** 2;
result += 2;
}
if (value >= 10 ** 1) {
result += 1;
}
}
return result;
}
/**
* @dev Return the log in base 10, following the selected rounding direction, of a positive value.
* Returns 0 if given 0.
*/
function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = log10(value);
return result + (unsignedRoundsUp(rounding) && 10 ** result < value ? 1 : 0);
}
}
/**
* @dev Return the log in base 256 of a positive value rounded towards zero.
* Returns 0 if given 0.
*
* Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.
*/
function log256(uint256 value) internal pure returns (uint256) {
uint256 result = 0;
unchecked {
if (value >> 128 > 0) {
value >>= 128;
result += 16;
}
if (value >> 64 > 0) {
value >>= 64;
result += 8;
}
if (value >> 32 > 0) {
value >>= 32;
result += 4;
}
if (value >> 16 > 0) {
value >>= 16;
result += 2;
}
if (value >> 8 > 0) {
result += 1;
}
}
return result;
}
/**
* @dev Return the log in base 256, following the selected rounding direction, of a positive value.
* Returns 0 if given 0.
*/
function log256(uint256 value, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = log256(value);
return result + (unsignedRoundsUp(rounding) && 1 << (result << 3) < value ? 1 : 0);
}
}
/**
* @dev Returns whether a provided rounding mode is considered rounding up for unsigned integers.
*/
function unsignedRoundsUp(Rounding rounding) internal pure returns (bool) {
return uint8(rounding) % 2 == 1;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/Address.sol)
pragma solidity ^0.8.20;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev The ETH balance of the account is not enough to perform the operation.
*/
error AddressInsufficientBalance(address account);
/**
* @dev There's no code at `target` (it is not a contract).
*/
error AddressEmptyCode(address target);
/**
* @dev A call to an address target failed. The target may have reverted.
*/
error FailedInnerCall();
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].
*
* IMPORTANT: because control is transferred to `recipient`, care must be
* taken to not create reentrancy vulnerabilities. Consider using
* {ReentrancyGuard} or the
* https://solidity.readthedocs.io/en/v0.8.20/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
if (address(this).balance < amount) {
revert AddressInsufficientBalance(address(this));
}
(bool success, ) = recipient.call{value: amount}("");
if (!success) {
revert FailedInnerCall();
}
}
/**
* @dev Performs a Solidity function call using a low level `call`. A
* plain `call` is an unsafe replacement for a function call: use this
* function instead.
*
* If `target` reverts with a revert reason or custom error, it is bubbled
* up by this function (like regular Solidity function calls). However, if
* the call reverted with no returned reason, this function reverts with a
* {FailedInnerCall} error.
*
* Returns the raw returned data. To convert to the expected return value,
* use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
*
* Requirements:
*
* - `target` must be a contract.
* - calling `target` with `data` must not revert.
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but also transferring `value` wei to `target`.
*
* Requirements:
*
* - the calling contract must have an ETH balance of at least `value`.
* - the called Solidity function must be `payable`.
*/
function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
if (address(this).balance < value) {
revert AddressInsufficientBalance(address(this));
}
(bool success, bytes memory returndata) = target.call{value: value}(data);
return verifyCallResultFromTarget(target, success, returndata);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a static call.
*/
function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
(bool success, bytes memory returndata) = target.staticcall(data);
return verifyCallResultFromTarget(target, success, returndata);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a delegate call.
*/
function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
(bool success, bytes memory returndata) = target.delegatecall(data);
return verifyCallResultFromTarget(target, success, returndata);
}
/**
* @dev Tool to verify that a low level call to smart-contract was successful, and reverts if the target
* was not a contract or bubbling up the revert reason (falling back to {FailedInnerCall}) in case of an
* unsuccessful call.
*/
function verifyCallResultFromTarget(
address target,
bool success,
bytes memory returndata
) internal view returns (bytes memory) {
if (!success) {
_revert(returndata);
} else {
// only check if target is a contract if the call was successful and the return data is empty
// otherwise we already know that it was a contract
if (returndata.length == 0 && target.code.length == 0) {
revert AddressEmptyCode(target);
}
return returndata;
}
}
/**
* @dev Tool to verify that a low level call was successful, and reverts if it wasn't, either by bubbling the
* revert reason or with a default {FailedInnerCall} error.
*/
function verifyCallResult(bool success, bytes memory returndata) internal pure returns (bytes memory) {
if (!success) {
_revert(returndata);
} else {
return returndata;
}
}
/**
* @dev Reverts with returndata if present. Otherwise reverts with {FailedInnerCall}.
*/
function _revert(bytes memory returndata) private pure {
// Look for revert reason and bubble it up if present
if (returndata.length > 0) {
// The easiest way to bubble the revert reason is using memory via assembly
/// @solidity memory-safe-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert FailedInnerCall();
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/extensions/IERC20Permit.sol)
pragma solidity ^0.8.20;
/**
* @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
* https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
*
* Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
* presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't
* need to send a transaction, and thus is not required to hold Ether at all.
*
* ==== Security Considerations
*
* There are two important considerations concerning the use of `permit`. The first is that a valid permit signature
* expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be
* considered as an intention to spend the allowance in any specific way. The second is that because permits have
* built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should
* take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be
* generally recommended is:
*
* ```solidity
* function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {
* try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}
* doThing(..., value);
* }
*
* function doThing(..., uint256 value) public {
* token.safeTransferFrom(msg.sender, address(this), value);
* ...
* }
* ```
*
* Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of
* `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also
* {SafeERC20-safeTransferFrom}).
*
* Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so
* contracts should have entry points that don't rely on permit.
*/
interface IERC20Permit {
/**
* @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,
* given ``owner``'s signed approval.
*
* IMPORTANT: The same issues {IERC20-approve} has related to transaction
* ordering also apply here.
*
* Emits an {Approval} event.
*
* Requirements:
*
* - `spender` cannot be the zero address.
* - `deadline` must be a timestamp in the future.
* - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`
* over the EIP712-formatted function arguments.
* - the signature must use ``owner``'s current nonce (see {nonces}).
*
* For more information on the signature format, see the
* https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP
* section].
*
* CAUTION: See Security Considerations above.
*/
function permit(
address owner,
address spender,
uint256 value,
uint256 deadline,
uint8 v,
bytes32 r,
bytes32 s
) external;
/**
* @dev Returns the current nonce for `owner`. This value must be
* included whenever a signature is generated for {permit}.
*
* Every successful call to {permit} increases ``owner``'s nonce by one. This
* prevents a signature from being used multiple times.
*/
function nonces(address owner) external view returns (uint256);
/**
* @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.
*/
// solhint-disable-next-line func-name-mixedcase
function DOMAIN_SEPARATOR() external view returns (bytes32);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)
pragma solidity ^0.8.20;
/**
* @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;
}
function _contextSuffixLength() internal view virtual returns (uint256) {
return 0;
}
}// SPDX-License-Identifier: MIT
// ERC721A Contracts v4.3.0
// 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();
/**
* `_sequentialUpTo()` must be greater than `_startTokenId()`.
*/
error SequentialUpToTooSmall();
/**
* The `tokenId` of a sequential mint exceeds `_sequentialUpTo()`.
*/
error SequentialMintExceedsLimit();
/**
* Spot minting requires a `tokenId` greater than `_sequentialUpTo()`.
*/
error SpotMintTokenIdTooSmall();
/**
* Cannot mint over a token that already exists.
*/
error TokenAlreadyExists();
/**
* The feature is not compatible with spot mints.
*/
error NotCompatibleWithSpotMints();
// =============================================================
// 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);
}{
"optimizer": {
"enabled": true,
"runs": 200
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"target","type":"address"}],"name":"AddressEmptyCode","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"AddressInsufficientBalance","type":"error"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"BalanceQueryForZeroAddress","type":"error"},{"inputs":[],"name":"FailedInnerCall","type":"error"},{"inputs":[],"name":"InvalidQueryRange","type":"error"},{"inputs":[],"name":"MintERC2309QuantityExceedsLimit","type":"error"},{"inputs":[],"name":"MintToZeroAddress","type":"error"},{"inputs":[],"name":"MintZeroQuantity","type":"error"},{"inputs":[],"name":"NotCompatibleWithSpotMints","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"inputs":[],"name":"OwnerQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"OwnershipNotInitializedForExtraData","type":"error"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"SafeERC20FailedOperation","type":"error"},{"inputs":[],"name":"SequentialMintExceedsLimit","type":"error"},{"inputs":[],"name":"SequentialUpToTooSmall","type":"error"},{"inputs":[],"name":"SpotMintTokenIdTooSmall","type":"error"},{"inputs":[],"name":"TokenAlreadyExists","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":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"allowlistLevelAllowances","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"allowlistMintEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"address","name":"","type":"address"}],"name":"allowlistMintedBalance","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":"baseURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"currentAllowlistSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"currentPublicSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"explicitOwnershipOf","outputs":[{"components":[{"internalType":"address","name":"addr","type":"address"},{"internalType":"uint64","name":"startTimestamp","type":"uint64"},{"internalType":"bool","name":"burned","type":"bool"},{"internalType":"uint24","name":"extraData","type":"uint24"}],"internalType":"struct IERC721A.TokenOwnership","name":"ownership","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"tokenIds","type":"uint256[]"}],"name":"explicitOwnershipsOf","outputs":[{"components":[{"internalType":"address","name":"addr","type":"address"},{"internalType":"uint64","name":"startTimestamp","type":"uint64"},{"internalType":"bool","name":"burned","type":"bool"},{"internalType":"uint24","name":"extraData","type":"uint24"}],"internalType":"struct IERC721A.TokenOwnership[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"user","type":"address"},{"internalType":"uint256","name":"phase","type":"uint256"}],"name":"getAllowlistInfo","outputs":[{"internalType":"uint256[10]","name":"totalAllowances","type":"uint256[10]"},{"internalType":"uint256[10]","name":"remainingBalances","type":"uint256[10]"}],"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":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"merkleRoots","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"allowlistLevel","type":"uint256"},{"internalType":"uint256","name":"quantity","type":"uint256"},{"internalType":"bytes32[]","name":"proof","type":"bytes32[]"}],"name":"mintAllowlist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"quantity","type":"uint256"}],"name":"mintAllowlistAdmin","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"quantity","type":"uint256"}],"name":"mintPublic","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"quantity","type":"uint256"}],"name":"mintPublicAdmin","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"phaseLevel","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"priceUSDC","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"publicMintEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"recipient","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":"uint256[10]","name":"newAllowlistLevelAllowances","type":"uint256[10]"}],"name":"setAllowlistLevelAllowances","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"setAllowlistMintEnabled","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_baseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_supply","type":"uint256"}],"name":"setCurrentAllowlistSupply","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_supply","type":"uint256"}],"name":"setCurrentPublicSupply","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_supply","type":"uint256"}],"name":"setMaxSupply","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"allowlistLevel","type":"uint256"},{"internalType":"bytes32","name":"newMerkleRoot","type":"bytes32"}],"name":"setMerkleRoot","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32[10]","name":"newMerkleRoots","type":"bytes32[10]"}],"name":"setMerkleRoots","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_priceUSDC","type":"uint256"},{"internalType":"uint256","name":"phase","type":"uint256"}],"name":"setMintPriceUSDC","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"setPaused","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_phaseLevel","type":"uint256"}],"name":"setPhaseLevel","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"setPublicMintEnabled","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newRecipient","type":"address"}],"name":"setRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenAddress","type":"address"}],"name":"setTokenAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_uriSuffix","type":"string"}],"name":"setUriSuffix","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"supplyPhases","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokenAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"tokensOfOwner","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"start","type":"uint256"},{"internalType":"uint256","name":"stop","type":"uint256"}],"name":"tokensOfOwnerIn","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalAllowlistMints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalPublicMints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"result","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uriSuffix","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
60e06040526313d92d4060809081526327b25a8060a052633b8b87c060c05261002c90600a90600361021f565b506040805160608101825261045781526108ae6020820152610d059181019190915261005c90600d906003610265565b50601080546001600160a01b03191673a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48179055610d0560115561045760128190556013555f6014819055602a819055602b55604080516060810190915260348082526134156020830139602c906100c79082610345565b50604080518082019091526005815264173539b7b760d91b6020820152602d906100f19082610345565b50602e805462ffffff19166201010017905534801561010e575f80fd5b50336040518060400160405280600f81526020016e4465626f6f6b204d616769636b657960881b8152506040518060400160405280600381526020016244424b60e81b81525081600290816101639190610345565b5060036101708282610345565b5060015f5550506001600160a01b0381166101a457604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6101ad816101ce565b50602e80546301000000600160b81b03191633630100000002179055610404565b600980546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b8260038101928215610255579160200282015b82811115610255578251829063ffffffff16905591602001919060010190610232565b50610261929150610299565b5090565b8260038101928215610255579160200282015b82811115610255578251829061ffff16905591602001919060010190610278565b5b80821115610261575f815560010161029a565b634e487b7160e01b5f52604160045260245ffd5b600181811c908216806102d557607f821691505b6020821081036102f357634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561034057805f5260205f20601f840160051c8101602085101561031e5750805b601f840160051c820191505b8181101561033d575f815560010161032a565b50505b505050565b81516001600160401b0381111561035e5761035e6102ad565b6103728161036c84546102c1565b846102f9565b602080601f8311600181146103a5575f841561038e5750858301515b5f19600386901b1c1916600185901b1785556103fc565b5f85815260208120601f198616915b828110156103d3578886015182559484019460019091019084016103b4565b50858210156103f057878501515f19600388901b60f8161c191681555b505060018460011b0185555b505050505050565b613004806104115f395ff3fe608060405260043610610387575f3560e01c80636c0360eb116101d3578063a22cb465116100fd578063d5abeb011161009d578063e985e9c51161006d578063e985e9c514610a3e578063f2fde38b14610a85578063f484b52114610aa4578063f6c053ff14610ab9575f80fd5b8063d5abeb01146109b9578063d5be9d0f146109ce578063d8caf821146109ed578063e5c41b3814610a02575f80fd5b8063bcfc53e2116100d8578063bcfc53e214610922578063be687f3e1461094f578063c23dc68f1461096e578063c87b56dd1461099a575f80fd5b8063a22cb465146108d1578063b88d4fde146108f0578063b91fdb3b14610903575f80fd5b8063818668d71161017357806395d89b411161014357806395d89b411461086057806399a2557a146108745780639d76ea58146108935780639f93f779146108b2575f80fd5b8063818668d7146107d95780638462151c146107f8578063855386d5146108245780638da5cb5b14610843575f80fd5b8063715018a6116101ae578063715018a61461076857806371a943401461077c57806371c5ecb11461079b57806379de186a146107ba575f80fd5b80636c0360eb146107165780636f8b44b01461072a57806370a0823114610749575f80fd5b80632992cd64116102b457806355f804b3116102545780636168097d116102245780636168097d1461069d5780636352211e146106bc57806366d003ac146106db57806367b6a07814610701575f80fd5b806355f804b31461061a57806357e149e0146106395780635bbb2177146106585780635c975abb14610684575f80fd5b80633ccfd60b1161028f5780633ccfd60b146105c057806341655988146105d457806342842e0e146105f35780635503a0e814610606575f80fd5b80632992cd64146105635780632de14f69146105825780633bbed4a0146105a1575f80fd5b806316ba10e01161032a5780631d2846a3116102fa5780631d2846a3146104fd57806323b872dd1461051257806326a4e8d21461052557806327efc19b14610544575f80fd5b806316ba10e01461048c57806316c38b3c146104ab57806318160ddd146104ca57806318712c21146104de575f80fd5b8063081812fc11610365578063081812fc14610403578063095ea7b31461043a5780630b78294f1461044f5780630f4161aa1461046e575f80fd5b806301ffc9a71461038b578063054005ed146103bf57806306fdde03146103e2575b5f80fd5b348015610396575f80fd5b506103aa6103a536600461270b565b610ad8565b60405190151581526020015b60405180910390f35b3480156103ca575f80fd5b506103d4602b5481565b6040519081526020016103b6565b3480156103ed575f80fd5b506103f6610b29565b6040516103b69190612754565b34801561040e575f80fd5b5061042261041d366004612766565b610bb9565b6040516001600160a01b0390911681526020016103b6565b61044d610448366004612793565b610bf2565b005b34801561045a575f80fd5b5061044d6104693660046127cc565b610c02565b348015610479575f80fd5b50602e546103aa90610100900460ff1681565b348015610497575f80fd5b5061044d6104a636600461286e565b610c49565b3480156104b6575f80fd5b5061044d6104c53660046128c0565b610c5d565b3480156104d5575f80fd5b506103d4610c78565b3480156104e9575f80fd5b5061044d6104f83660046128db565b610c94565b348015610508575f80fd5b506103d460145481565b61044d6105203660046128fb565b610d05565b348015610530575f80fd5b5061044d61053f366004612934565b610e5f565b34801561054f575f80fd5b5061044d61055e3660046127cc565b610eaf565b34801561056e575f80fd5b5061044d61057d36600461298e565b610ef6565b34801561058d575f80fd5b5061044d61059c3660046128db565b611244565b3480156105ac575f80fd5b5061044d6105bb366004612934565b611260565b3480156105cb575f80fd5b5061044d6112ba565b3480156105df575f80fd5b506103d46105ee366004612766565b611496565b61044d6106013660046128fb565b6114ac565b348015610611575f80fd5b506103f66114c6565b348015610625575f80fd5b5061044d61063436600461286e565b611552565b348015610644575f80fd5b5061044d610653366004612793565b611566565b348015610663575f80fd5b506106776106723660046129dd565b6115dc565b6040516103b69190612a59565b34801561068f575f80fd5b50602e546103aa9060ff1681565b3480156106a8575f80fd5b5061044d6106b7366004612766565b611627565b3480156106c7575f80fd5b506104226106d6366004612766565b611634565b3480156106e6575f80fd5b50602e5461042290630100000090046001600160a01b031681565b34801561070c575f80fd5b506103d4602a5481565b348015610721575f80fd5b506103f661163e565b348015610735575f80fd5b5061044d610744366004612766565b61164b565b348015610754575f80fd5b506103d4610763366004612934565b6116b3565b348015610773575f80fd5b5061044d6116f7565b348015610787575f80fd5b5061044d6107963660046128c0565b61170a565b3480156107a6575f80fd5b506103d46107b5366004612766565b61172e565b3480156107c5575f80fd5b50602e546103aa9062010000900460ff1681565b3480156107e4575f80fd5b5061044d6107f33660046128c0565b61173d565b348015610803575f80fd5b50610817610812366004612934565b61175f565b6040516103b69190612aa6565b34801561082f575f80fd5b5061044d61083e366004612766565b611785565b34801561084e575f80fd5b506009546001600160a01b0316610422565b34801561086b575f80fd5b506103f6611792565b34801561087f575f80fd5b5061081761088e366004612add565b6117a1565b34801561089e575f80fd5b50601054610422906001600160a01b031681565b3480156108bd575f80fd5b5061044d6108cc366004612793565b6117b8565b3480156108dc575f80fd5b5061044d6108eb366004612b0d565b6119e5565b61044d6108fe366004612b42565b611a50565b34801561090e575f80fd5b506103d461091d366004612766565b611a91565b34801561092d575f80fd5b5061094161093c366004612793565b611aa0565b6040516103b6929190612bdb565b34801561095a575f80fd5b506103d4610969366004612766565b611ba6565b348015610979575f80fd5b5061098d610988366004612766565b611bb5565b6040516103b69190612bf8565b3480156109a5575f80fd5b506103f66109b4366004612766565b611c15565b3480156109c4575f80fd5b506103d460115481565b3480156109d9575f80fd5b5061044d6109e8366004612766565b611cc9565b3480156109f8575f80fd5b506103d460125481565b348015610a0d575f80fd5b506103d4610a1c366004612c06565b602960209081525f938452604080852082529284528284209052825290205481565b348015610a49575f80fd5b506103aa610a58366004612c38565b6001600160a01b039182165f90815260076020908152604080832093909416825291909152205460ff1690565b348015610a90575f80fd5b5061044d610a9f366004612934565b611cd6565b348015610aaf575f80fd5b506103d460135481565b348015610ac4575f80fd5b5061044d610ad3366004612793565b611d13565b5f6301ffc9a760e01b6001600160e01b031983161480610b0857506380ac58cd60e01b6001600160e01b03198316145b80610b235750635b5e139f60e01b6001600160e01b03198316145b92915050565b606060028054610b3890612c69565b80601f0160208091040260200160405190810160405280929190818152602001828054610b6490612c69565b8015610baf5780601f10610b8657610100808354040283529160200191610baf565b820191905f5260205f20905b815481529060010190602001808311610b9257829003601f168201915b5050505050905090565b5f610bc382611d61565b610bd757610bd76333d1c03960e21b611da9565b505f908152600660205260409020546001600160a01b031690565b610bfe82826001611db1565b5050565b610c0a611e52565b5f5b600a811015610bfe578181600a8110610c2757610c27612ca1565b6020020135601582600a8110610c3f57610c3f612ca1565b0155600101610c0c565b610c51611e52565b602d610bfe8282612cf9565b610c65611e52565b602e805460ff1916911515919091179055565b5f600180545f54030390505f19805b14610c9157600854015b90565b610c9c611e52565b600a8210610ceb5760405162461bcd60e51b8152602060048201526017602482015276125b9d985b1a5908185b1b1bdddb1a5cdd081b195d995b604a1b60448201526064015b60405180910390fd5b80601f83600a8110610cff57610cff612ca1565b01555050565b5f610d0f82611e7f565b6001600160a01b039485169490915081168414610d3557610d3562a1148160e81b611da9565b5f8281526006602052604090208054338082146001600160a01b03881690911417610d7857610d648633610a58565b610d7857610d78632ce44b5f60e11b611da9565b8015610d82575f82555b6001600160a01b038681165f9081526005602052604080822080545f19019055918716808252919020805460010190554260a01b17600160e11b175f85815260046020526040812091909155600160e11b84169003610e0e57600184015f818152600460205260408120549003610e0c575f548114610e0c575f8181526004602052604090208490555b505b6001600160a01b0385168481887fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef5f80a4805f03610e5657610e56633a954ecd60e21b611da9565b50505050505050565b610e67611e52565b6001600160a01b038116610e8d5760405162461bcd60e51b8152600401610ce290612db5565b601080546001600160a01b0319166001600160a01b0392909216919091179055565b610eb7611e52565b5f5b600a811015610bfe578181600a8110610ed457610ed4612ca1565b6020020135601f82600a8110610eec57610eec612ca1565b0155600101610eb9565b602e5460ff1615610f435760405162461bcd60e51b815260206004820152601760248201527654686520636f6e7472616374206973207061757365642160481b6044820152606401610ce2565b8260115481610f50611f18565b610f5a9190612e00565b1115610f785760405162461bcd60e51b8152600401610ce290612e13565b602e5462010000900460ff16610fd05760405162461bcd60e51b815260206004820152601c60248201527f416c6c6f776c6973743a204d696e742069732064697361626c656421000000006044820152606401610ce2565b600a851061101a5760405162461bcd60e51b8152602060048201526017602482015276125b9d985b1a5908185b1b1bdddb1a5cdd081b195d995b604a1b6044820152606401610ce2565b60135484602b5461102b9190612e00565b11156110845760405162461bcd60e51b815260206004820152602260248201527f43757272656e7420416c6c6f776c69737420537570706c792045786365656465604482015261321760f11b6064820152608401610ce2565b601585600a811061109757611097612ca1565b01546014545f90815260296020908152604080832089845282528083203384529091529020546110c8908690612e00565b11156111165760405162461bcd60e51b815260206004820152601d60248201527f416c6c6f776c6973743a204578636565647320616c6c6f77616e6365210000006044820152606401610ce2565b6040516bffffffffffffffffffffffff193360601b1660208201525f906034016040516020818303038152906040528051906020012090506111a08484808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250601f92508a915050600a811061119857611198612ca1565b015483611f26565b6111e15760405162461bcd60e51b81526020600482015260126024820152714e6f7420612076616c69642070726f6f662160701b6044820152606401610ce2565b6014545f908152602960209081526040808320898452825280832033845290915281208054879290611214908490612e00565b9250508190555084602b5f82825461122c9190612e00565b9091555061123c90503386611f3b565b505050505050565b61124c611e52565b81600a8260038110610cff57610cff612ca1565b611268611e52565b6001600160a01b03811661128e5760405162461bcd60e51b8152600401610ce290612db5565b602e80546001600160a01b039092166301000000026301000000600160b81b0319909216919091179055565b6112c2611e52565b602e54630100000090046001600160a01b03166112f15760405162461bcd60e51b8152600401610ce290612db5565b601054602e546040516370a0823160e01b81523060048201526001600160a01b0392831692839263a9059cbb9263010000009091049091169083906370a0823190602401602060405180830381865afa158015611350573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113749190612e41565b6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260248201526044016020604051808303815f875af11580156113bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113e09190612e58565b50602e5460405147915f9163010000009091046001600160a01b03169083905f6040518083038185875af1925050503d805f8114611439576040519150601f19603f3d011682016040523d82523d5f602084013e61143e565b606091505b505080915050806114915760405162461bcd60e51b815260206004820152601860248201527f5472616e73616374696f6e20556e7375636365737366756c00000000000000006044820152606401610ce2565b505050565b601581600a81106114a5575f80fd5b0154905081565b61149183838360405180602001604052805f815250611a50565b602d80546114d390612c69565b80601f01602080910402602001604051908101604052809291908181526020018280546114ff90612c69565b801561154a5780601f106115215761010080835404028352916020019161154a565b820191905f5260205f20905b81548152906001019060200180831161152d57829003601f168201915b505050505081565b61155a611e52565b602c610bfe8282612cf9565b61156e611e52565b806011548161157b611f18565b6115859190612e00565b11156115a35760405162461bcd60e51b8152600401610ce290612e13565b81602a5f8282546115b49190612e00565b925050819055508160125f8282546115cc9190612e00565b9091555061149190508383611f3b565b60408051828152600583901b8082016020019092526060915b801561161f57601f1980820191860101355f61161082611bb5565b84840160200152506115f59050565b509392505050565b61162f611e52565b601455565b5f610b2382611e7f565b602c80546114d390612c69565b611653611e52565b61165b611f18565b811015801561166c57506011548111155b6116ae5760405162461bcd60e51b815260206004820152601360248201527224b73b30b634b21026b0bc1029bab838363c9760691b6044820152606401610ce2565b601155565b5f6001600160a01b0382166116d2576116d26323d3ad8160e21b611da9565b506001600160a01b03165f9081526005602052604090205467ffffffffffffffff1690565b6116ff611e52565b6117085f611f54565b565b611712611e52565b602e8054911515620100000262ff000019909216919091179055565b601f81600a81106114a5575f80fd5b611745611e52565b602e80549115156101000261ff0019909216919091179055565b5f546060906001908282821461177d5761177a858484611fa5565b90505b949350505050565b61178d611e52565b601255565b606060038054610b3890612c69565b60606117ae848484611fa5565b90505b9392505050565b602e5460ff16156118055760405162461bcd60e51b815260206004820152601760248201527654686520636f6e7472616374206973207061757365642160481b6044820152606401610ce2565b8060115481611812611f18565b61181c9190612e00565b111561183a5760405162461bcd60e51b8152600401610ce290612e13565b602e54610100900460ff166118915760405162461bcd60e51b815260206004820152601960248201527f5075626c69633a204d696e742069732064697361626c656421000000000000006044820152606401610ce2565b5f82600a601454600381106118a8576118a8612ca1565b01546118b49190612e73565b905060125483602a546118c79190612e00565b101580156118d757506002601454105b15611984575f602a546012546118ed9190612e8a565b90506118f98185612e8a565b600a601454600161190a9190612e00565b6003811061191a5761191a612ca1565b01546119269190612e73565b81600a6014546003811061193c5761193c612ca1565b01546119489190612e73565b6119529190612e00565b601480549193505f61196383612e9d565b9190505550600d6014546003811061197d5761197d612ca1565b0154601255505b6010546001600160a01b031661199c813330856120a4565b602e546119bd906001600160a01b038381169163010000009004168461210b565b83602a5f8282546119ce9190612e00565b909155506119de90508585611f3b565b5050505050565b335f8181526007602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b611a5b848484610d05565b6001600160a01b0383163b15611a8b57611a778484848461213c565b611a8b57611a8b6368d2bf6b60e11b611da9565b50505050565b600d81600381106114a5575f80fd5b611aa86126d7565b611ab06126d7565b5f5b600a811015611b9d57601581600a8110611ace57611ace612ca1565b01548382600a8110611ae257611ae2612ca1565b602090810291909101919091525f85815260298252604080822084835283528082206001600160a01b03891683529092522054601582600a8110611b2857611b28612ca1565b015411611b35575f611b7e565b5f84815260296020908152604080832084845282528083206001600160a01b0389168452909152902054601582600a8110611b7257611b72612ca1565b0154611b7e9190612e8a565b8282600a8110611b9057611b90612ca1565b6020020152600101611ab2565b505b9250929050565b600a81600381106114a5575f80fd5b604080516080810182525f80825260208201819052918101829052606081019190915260018210611c10575f54821015611c10575b5f82815260046020526040902054611c07575f1990910190611bea565b610b238261221a565b919050565b6060611c2082611d61565b611c6c5760405162461bcd60e51b815260206004820152601f60248201527f55524920717565727920666f72206e6f6e6578697374656e7420746f6b656e006044820152606401610ce2565b5f602c8054611c7a90612c69565b905011611c955760405180602001604052805f815250610b23565b602c611ca083612297565b602d604051602001611cb493929190612f3b565b60405160208183030381529060405292915050565b611cd1611e52565b601355565b611cde611e52565b6001600160a01b038116611d0757604051631e4fbdf760e01b81525f6004820152602401610ce2565b611d1081611f54565b50565b611d1b611e52565b8060115481611d28611f18565b611d329190612e00565b1115611d505760405162461bcd60e51b8152600401610ce290612e13565b81602b5f8282546115cc9190612e00565b5f81600111611c10575f54821015611c10575f5b505f8281526004602052604081205490819003611d9c57611d9583612f61565b9250611d75565b600160e01b161592915050565b805f5260045ffd5b5f611dbb83611634565b9050818015611dd35750336001600160a01b03821614155b15611df657611de28133610a58565b611df657611df66367d9dca160e11b611da9565b5f8381526006602052604080822080546001600160a01b0319166001600160a01b0388811691821790925591518693918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a450505050565b6009546001600160a01b031633146117085760405163118cdaa760e01b8152336004820152602401610ce2565b5f81600111611f0857505f81815260046020526040902054805f03611ef6575f548210611eb657611eb6636f96cda160e11b611da9565b5b505f19015f818152600460205260409020548015611eb757600160e01b81165f03611ee157919050565b611ef1636f96cda160e11b611da9565b611eb7565b600160e01b81165f03611f0857919050565b611c10636f96cda160e11b611da9565b5f545f199081019080610c87565b5f82611f328584612327565b14949350505050565b610bfe828260405180602001604052805f815250612361565b600980546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6060818310611fbe57611fbe631960ccad60e11b611da9565b6001831015611fcc57600192505b5f5480808410611fda578093505b5f611fe4876116b3565b9050848610611ff057505f5b801561209a57808686031161200457508484035b604080516001830160051b81019182905294505f61202188611bb5565b90505f8160400151612031575080515b5f5b61203c8a61221a565b925060408301515f8114612052575f9250612077565b83511561205e57835192505b8b831860601b612077576001820191508a8260051b8a01525b5060018a01995083604052888a148061208f57508481145b156120335787525050505b5050509392505050565b6040516001600160a01b038481166024830152838116604483015260648201839052611a8b9186918216906323b872dd906084015b604051602081830303815290604052915060e01b6020820180516001600160e01b0383818316178352505050506123ba565b6040516001600160a01b0383811660248301526044820183905261149191859182169063a9059cbb906064016120d9565b604051630a85bd0160e11b81525f906001600160a01b0385169063150b7a0290612170903390899088908890600401612f76565b6020604051808303815f875af19250505080156121aa575060408051601f3d908101601f191682019092526121a791810190612fa8565b60015b6121fd573d8080156121d7576040519150601f19603f3d011682016040523d82523d5f602084013e6121dc565b606091505b5080515f036121f5576121f56368d2bf6b60e11b611da9565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050949350505050565b604080516080810182525f8082526020820181905291810182905260608101919091525f82815260046020526040902054610b2390604080516080810182526001600160a01b038316815260a083901c67ffffffffffffffff166020820152600160e01b831615159181019190915260e89190911c606082015290565b60605f6122a38361241b565b60010190505f8167ffffffffffffffff8111156122c2576122c26127e7565b6040519080825280601f01601f1916602001820160405280156122ec576020820181803683370190505b5090508181016020015b5f19016f181899199a1a9b1b9c1cb0b131b232b360811b600a86061a8153600a85049450846122f657509392505050565b5f81815b845181101561161f576123578286838151811061234a5761234a612ca1565b60200260200101516124f2565b915060010161232b565b61236b838361251b565b6001600160a01b0383163b15611491575f548281035b6123935f86838060010194508661213c565b6123a7576123a76368d2bf6b60e11b611da9565b81811061238157815f54146119de575f80fd5b5f6123ce6001600160a01b038416836125d5565b905080515f141580156123f25750808060200190518101906123f09190612e58565b155b1561149157604051635274afe760e01b81526001600160a01b0384166004820152602401610ce2565b5f8072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b83106124595772184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b830492506040015b6d04ee2d6d415b85acef81000000008310612485576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106124a357662386f26fc10000830492506010015b6305f5e10083106124bb576305f5e100830492506008015b61271083106124cf57612710830492506004015b606483106124e1576064830492506002015b600a8310610b235760010192915050565b5f81831061250c575f8281526020849052604090206117b1565b505f9182526020526040902090565b5f8054908290036125365761253663b562e8dd60e01b611da9565b5f8181526004602090815260408083206001600160a01b0387164260a01b6001881460e11b1781179091558084526005909252822080546801000000000000000186020190559081900361259357612593622e076360e81b611da9565b818301825b80835f7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef5f80a481816001019150810361259857505f5550505050565b60606117b183835f845f80856001600160a01b031684866040516125f99190612fc3565b5f6040518083038185875af1925050503d805f8114612633576040519150601f19603f3d011682016040523d82523d5f602084013e612638565b606091505b5091509150612648868383612652565b9695505050505050565b60608261266757612662826126ae565b6117b1565b815115801561267e57506001600160a01b0384163b155b156126a757604051639996b31560e01b81526001600160a01b0385166004820152602401610ce2565b50806117b1565b8051156126be5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b604051806101400160405280600a906020820280368337509192915050565b6001600160e01b031981168114611d10575f80fd5b5f6020828403121561271b575f80fd5b81356117b1816126f6565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6117b16020830184612726565b5f60208284031215612776575f80fd5b5035919050565b80356001600160a01b0381168114611c10575f80fd5b5f80604083850312156127a4575f80fd5b6127ad8361277d565b946020939093013593505050565b806101408101831015610b23575f80fd5b5f61014082840312156127dd575f80fd5b6117b183836127bb565b634e487b7160e01b5f52604160045260245ffd5b5f67ffffffffffffffff80841115612815576128156127e7565b604051601f8501601f19908116603f0116810190828211818310171561283d5761283d6127e7565b81604052809350858152868686011115612855575f80fd5b858560208301375f602087830101525050509392505050565b5f6020828403121561287e575f80fd5b813567ffffffffffffffff811115612894575f80fd5b8201601f810184136128a4575f80fd5b61177d848235602084016127fb565b8015158114611d10575f80fd5b5f602082840312156128d0575f80fd5b81356117b1816128b3565b5f80604083850312156128ec575f80fd5b50508035926020909101359150565b5f805f6060848603121561290d575f80fd5b6129168461277d565b92506129246020850161277d565b9150604084013590509250925092565b5f60208284031215612944575f80fd5b6117b18261277d565b5f8083601f84011261295d575f80fd5b50813567ffffffffffffffff811115612974575f80fd5b6020830191508360208260051b8501011115611b9f575f80fd5b5f805f80606085870312156129a1575f80fd5b8435935060208501359250604085013567ffffffffffffffff8111156129c5575f80fd5b6129d18782880161294d565b95989497509550505050565b5f80602083850312156129ee575f80fd5b823567ffffffffffffffff811115612a04575f80fd5b612a108582860161294d565b90969095509350505050565b80516001600160a01b0316825260208082015167ffffffffffffffff169083015260408082015115159083015260609081015162ffffff16910152565b602080825282518282018190525f9190848201906040850190845b81811015612a9a57612a87838551612a1c565b9284019260809290920191600101612a74565b50909695505050505050565b602080825282518282018190525f9190848201906040850190845b81811015612a9a57835183529284019291840191600101612ac1565b5f805f60608486031215612aef575f80fd5b612af88461277d565b95602085013595506040909401359392505050565b5f8060408385031215612b1e575f80fd5b612b278361277d565b91506020830135612b37816128b3565b809150509250929050565b5f805f8060808587031215612b55575f80fd5b612b5e8561277d565b9350612b6c6020860161277d565b925060408501359150606085013567ffffffffffffffff811115612b8e575f80fd5b8501601f81018713612b9e575f80fd5b612bad878235602084016127fb565b91505092959194509250565b805f5b600a811015611a8b578151845260209384019390910190600101612bbc565b6102808101612bea8285612bb9565b6117b1610140830184612bb9565b60808101610b238284612a1c565b5f805f60608486031215612c18575f80fd5b8335925060208401359150612c2f6040850161277d565b90509250925092565b5f8060408385031215612c49575f80fd5b612c528361277d565b9150612c606020840161277d565b90509250929050565b600181811c90821680612c7d57607f821691505b602082108103612c9b57634e487b7160e01b5f52602260045260245ffd5b50919050565b634e487b7160e01b5f52603260045260245ffd5b601f82111561149157805f5260205f20601f840160051c81016020851015612cda5750805b601f840160051c820191505b818110156119de575f8155600101612ce6565b815167ffffffffffffffff811115612d1357612d136127e7565b612d2781612d218454612c69565b84612cb5565b602080601f831160018114612d5a575f8415612d435750858301515b5f19600386901b1c1916600185901b17855561123c565b5f85815260208120601f198616915b82811015612d8857888601518255948401946001909101908401612d69565b5085821015612da557878501515f19600388901b60f8161c191681555b5050505050600190811b01905550565b60208082526018908201527f43616e6e6f742062652074686520302061646472657373210000000000000000604082015260600190565b634e487b7160e01b5f52601160045260245ffd5b80820180821115610b2357610b23612dec565b60208082526014908201527326b0bc1029bab838363c9022bc31b2b2b232b21760611b604082015260600190565b5f60208284031215612e51575f80fd5b5051919050565b5f60208284031215612e68575f80fd5b81516117b1816128b3565b8082028115828204841417610b2357610b23612dec565b81810381811115610b2357610b23612dec565b5f60018201612eae57612eae612dec565b5060010190565b5f8154612ec181612c69565b60018281168015612ed95760018114612eee57612f1a565b60ff1984168752821515830287019450612f1a565b855f526020805f205f5b85811015612f115781548a820152908401908201612ef8565b50505082870194505b5050505092915050565b5f81518060208401855e5f93019283525090919050565b5f612f58612f52612f4c8488612eb5565b86612f24565b84612eb5565b95945050505050565b5f81612f6f57612f6f612dec565b505f190190565b6001600160a01b03858116825284166020820152604081018390526080606082018190525f9061264890830184612726565b5f60208284031215612fb8575f80fd5b81516117b1816126f6565b5f6117b18284612f2456fea2646970667358221220d50d29ecf6e455495f4bcb5e0c22a4bd3b5b93ee16cc0aedf8bed4d9eb2326d664736f6c6343000819003368747470733a2f2f6465626f6f6b2d6177732d73332e73332e616d617a6f6e6177732e636f6d2f7075626c69632f6a736f6e732f
Deployed Bytecode
0x608060405260043610610387575f3560e01c80636c0360eb116101d3578063a22cb465116100fd578063d5abeb011161009d578063e985e9c51161006d578063e985e9c514610a3e578063f2fde38b14610a85578063f484b52114610aa4578063f6c053ff14610ab9575f80fd5b8063d5abeb01146109b9578063d5be9d0f146109ce578063d8caf821146109ed578063e5c41b3814610a02575f80fd5b8063bcfc53e2116100d8578063bcfc53e214610922578063be687f3e1461094f578063c23dc68f1461096e578063c87b56dd1461099a575f80fd5b8063a22cb465146108d1578063b88d4fde146108f0578063b91fdb3b14610903575f80fd5b8063818668d71161017357806395d89b411161014357806395d89b411461086057806399a2557a146108745780639d76ea58146108935780639f93f779146108b2575f80fd5b8063818668d7146107d95780638462151c146107f8578063855386d5146108245780638da5cb5b14610843575f80fd5b8063715018a6116101ae578063715018a61461076857806371a943401461077c57806371c5ecb11461079b57806379de186a146107ba575f80fd5b80636c0360eb146107165780636f8b44b01461072a57806370a0823114610749575f80fd5b80632992cd64116102b457806355f804b3116102545780636168097d116102245780636168097d1461069d5780636352211e146106bc57806366d003ac146106db57806367b6a07814610701575f80fd5b806355f804b31461061a57806357e149e0146106395780635bbb2177146106585780635c975abb14610684575f80fd5b80633ccfd60b1161028f5780633ccfd60b146105c057806341655988146105d457806342842e0e146105f35780635503a0e814610606575f80fd5b80632992cd64146105635780632de14f69146105825780633bbed4a0146105a1575f80fd5b806316ba10e01161032a5780631d2846a3116102fa5780631d2846a3146104fd57806323b872dd1461051257806326a4e8d21461052557806327efc19b14610544575f80fd5b806316ba10e01461048c57806316c38b3c146104ab57806318160ddd146104ca57806318712c21146104de575f80fd5b8063081812fc11610365578063081812fc14610403578063095ea7b31461043a5780630b78294f1461044f5780630f4161aa1461046e575f80fd5b806301ffc9a71461038b578063054005ed146103bf57806306fdde03146103e2575b5f80fd5b348015610396575f80fd5b506103aa6103a536600461270b565b610ad8565b60405190151581526020015b60405180910390f35b3480156103ca575f80fd5b506103d4602b5481565b6040519081526020016103b6565b3480156103ed575f80fd5b506103f6610b29565b6040516103b69190612754565b34801561040e575f80fd5b5061042261041d366004612766565b610bb9565b6040516001600160a01b0390911681526020016103b6565b61044d610448366004612793565b610bf2565b005b34801561045a575f80fd5b5061044d6104693660046127cc565b610c02565b348015610479575f80fd5b50602e546103aa90610100900460ff1681565b348015610497575f80fd5b5061044d6104a636600461286e565b610c49565b3480156104b6575f80fd5b5061044d6104c53660046128c0565b610c5d565b3480156104d5575f80fd5b506103d4610c78565b3480156104e9575f80fd5b5061044d6104f83660046128db565b610c94565b348015610508575f80fd5b506103d460145481565b61044d6105203660046128fb565b610d05565b348015610530575f80fd5b5061044d61053f366004612934565b610e5f565b34801561054f575f80fd5b5061044d61055e3660046127cc565b610eaf565b34801561056e575f80fd5b5061044d61057d36600461298e565b610ef6565b34801561058d575f80fd5b5061044d61059c3660046128db565b611244565b3480156105ac575f80fd5b5061044d6105bb366004612934565b611260565b3480156105cb575f80fd5b5061044d6112ba565b3480156105df575f80fd5b506103d46105ee366004612766565b611496565b61044d6106013660046128fb565b6114ac565b348015610611575f80fd5b506103f66114c6565b348015610625575f80fd5b5061044d61063436600461286e565b611552565b348015610644575f80fd5b5061044d610653366004612793565b611566565b348015610663575f80fd5b506106776106723660046129dd565b6115dc565b6040516103b69190612a59565b34801561068f575f80fd5b50602e546103aa9060ff1681565b3480156106a8575f80fd5b5061044d6106b7366004612766565b611627565b3480156106c7575f80fd5b506104226106d6366004612766565b611634565b3480156106e6575f80fd5b50602e5461042290630100000090046001600160a01b031681565b34801561070c575f80fd5b506103d4602a5481565b348015610721575f80fd5b506103f661163e565b348015610735575f80fd5b5061044d610744366004612766565b61164b565b348015610754575f80fd5b506103d4610763366004612934565b6116b3565b348015610773575f80fd5b5061044d6116f7565b348015610787575f80fd5b5061044d6107963660046128c0565b61170a565b3480156107a6575f80fd5b506103d46107b5366004612766565b61172e565b3480156107c5575f80fd5b50602e546103aa9062010000900460ff1681565b3480156107e4575f80fd5b5061044d6107f33660046128c0565b61173d565b348015610803575f80fd5b50610817610812366004612934565b61175f565b6040516103b69190612aa6565b34801561082f575f80fd5b5061044d61083e366004612766565b611785565b34801561084e575f80fd5b506009546001600160a01b0316610422565b34801561086b575f80fd5b506103f6611792565b34801561087f575f80fd5b5061081761088e366004612add565b6117a1565b34801561089e575f80fd5b50601054610422906001600160a01b031681565b3480156108bd575f80fd5b5061044d6108cc366004612793565b6117b8565b3480156108dc575f80fd5b5061044d6108eb366004612b0d565b6119e5565b61044d6108fe366004612b42565b611a50565b34801561090e575f80fd5b506103d461091d366004612766565b611a91565b34801561092d575f80fd5b5061094161093c366004612793565b611aa0565b6040516103b6929190612bdb565b34801561095a575f80fd5b506103d4610969366004612766565b611ba6565b348015610979575f80fd5b5061098d610988366004612766565b611bb5565b6040516103b69190612bf8565b3480156109a5575f80fd5b506103f66109b4366004612766565b611c15565b3480156109c4575f80fd5b506103d460115481565b3480156109d9575f80fd5b5061044d6109e8366004612766565b611cc9565b3480156109f8575f80fd5b506103d460125481565b348015610a0d575f80fd5b506103d4610a1c366004612c06565b602960209081525f938452604080852082529284528284209052825290205481565b348015610a49575f80fd5b506103aa610a58366004612c38565b6001600160a01b039182165f90815260076020908152604080832093909416825291909152205460ff1690565b348015610a90575f80fd5b5061044d610a9f366004612934565b611cd6565b348015610aaf575f80fd5b506103d460135481565b348015610ac4575f80fd5b5061044d610ad3366004612793565b611d13565b5f6301ffc9a760e01b6001600160e01b031983161480610b0857506380ac58cd60e01b6001600160e01b03198316145b80610b235750635b5e139f60e01b6001600160e01b03198316145b92915050565b606060028054610b3890612c69565b80601f0160208091040260200160405190810160405280929190818152602001828054610b6490612c69565b8015610baf5780601f10610b8657610100808354040283529160200191610baf565b820191905f5260205f20905b815481529060010190602001808311610b9257829003601f168201915b5050505050905090565b5f610bc382611d61565b610bd757610bd76333d1c03960e21b611da9565b505f908152600660205260409020546001600160a01b031690565b610bfe82826001611db1565b5050565b610c0a611e52565b5f5b600a811015610bfe578181600a8110610c2757610c27612ca1565b6020020135601582600a8110610c3f57610c3f612ca1565b0155600101610c0c565b610c51611e52565b602d610bfe8282612cf9565b610c65611e52565b602e805460ff1916911515919091179055565b5f600180545f54030390505f19805b14610c9157600854015b90565b610c9c611e52565b600a8210610ceb5760405162461bcd60e51b8152602060048201526017602482015276125b9d985b1a5908185b1b1bdddb1a5cdd081b195d995b604a1b60448201526064015b60405180910390fd5b80601f83600a8110610cff57610cff612ca1565b01555050565b5f610d0f82611e7f565b6001600160a01b039485169490915081168414610d3557610d3562a1148160e81b611da9565b5f8281526006602052604090208054338082146001600160a01b03881690911417610d7857610d648633610a58565b610d7857610d78632ce44b5f60e11b611da9565b8015610d82575f82555b6001600160a01b038681165f9081526005602052604080822080545f19019055918716808252919020805460010190554260a01b17600160e11b175f85815260046020526040812091909155600160e11b84169003610e0e57600184015f818152600460205260408120549003610e0c575f548114610e0c575f8181526004602052604090208490555b505b6001600160a01b0385168481887fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef5f80a4805f03610e5657610e56633a954ecd60e21b611da9565b50505050505050565b610e67611e52565b6001600160a01b038116610e8d5760405162461bcd60e51b8152600401610ce290612db5565b601080546001600160a01b0319166001600160a01b0392909216919091179055565b610eb7611e52565b5f5b600a811015610bfe578181600a8110610ed457610ed4612ca1565b6020020135601f82600a8110610eec57610eec612ca1565b0155600101610eb9565b602e5460ff1615610f435760405162461bcd60e51b815260206004820152601760248201527654686520636f6e7472616374206973207061757365642160481b6044820152606401610ce2565b8260115481610f50611f18565b610f5a9190612e00565b1115610f785760405162461bcd60e51b8152600401610ce290612e13565b602e5462010000900460ff16610fd05760405162461bcd60e51b815260206004820152601c60248201527f416c6c6f776c6973743a204d696e742069732064697361626c656421000000006044820152606401610ce2565b600a851061101a5760405162461bcd60e51b8152602060048201526017602482015276125b9d985b1a5908185b1b1bdddb1a5cdd081b195d995b604a1b6044820152606401610ce2565b60135484602b5461102b9190612e00565b11156110845760405162461bcd60e51b815260206004820152602260248201527f43757272656e7420416c6c6f776c69737420537570706c792045786365656465604482015261321760f11b6064820152608401610ce2565b601585600a811061109757611097612ca1565b01546014545f90815260296020908152604080832089845282528083203384529091529020546110c8908690612e00565b11156111165760405162461bcd60e51b815260206004820152601d60248201527f416c6c6f776c6973743a204578636565647320616c6c6f77616e6365210000006044820152606401610ce2565b6040516bffffffffffffffffffffffff193360601b1660208201525f906034016040516020818303038152906040528051906020012090506111a08484808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250601f92508a915050600a811061119857611198612ca1565b015483611f26565b6111e15760405162461bcd60e51b81526020600482015260126024820152714e6f7420612076616c69642070726f6f662160701b6044820152606401610ce2565b6014545f908152602960209081526040808320898452825280832033845290915281208054879290611214908490612e00565b9250508190555084602b5f82825461122c9190612e00565b9091555061123c90503386611f3b565b505050505050565b61124c611e52565b81600a8260038110610cff57610cff612ca1565b611268611e52565b6001600160a01b03811661128e5760405162461bcd60e51b8152600401610ce290612db5565b602e80546001600160a01b039092166301000000026301000000600160b81b0319909216919091179055565b6112c2611e52565b602e54630100000090046001600160a01b03166112f15760405162461bcd60e51b8152600401610ce290612db5565b601054602e546040516370a0823160e01b81523060048201526001600160a01b0392831692839263a9059cbb9263010000009091049091169083906370a0823190602401602060405180830381865afa158015611350573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113749190612e41565b6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260248201526044016020604051808303815f875af11580156113bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113e09190612e58565b50602e5460405147915f9163010000009091046001600160a01b03169083905f6040518083038185875af1925050503d805f8114611439576040519150601f19603f3d011682016040523d82523d5f602084013e61143e565b606091505b505080915050806114915760405162461bcd60e51b815260206004820152601860248201527f5472616e73616374696f6e20556e7375636365737366756c00000000000000006044820152606401610ce2565b505050565b601581600a81106114a5575f80fd5b0154905081565b61149183838360405180602001604052805f815250611a50565b602d80546114d390612c69565b80601f01602080910402602001604051908101604052809291908181526020018280546114ff90612c69565b801561154a5780601f106115215761010080835404028352916020019161154a565b820191905f5260205f20905b81548152906001019060200180831161152d57829003601f168201915b505050505081565b61155a611e52565b602c610bfe8282612cf9565b61156e611e52565b806011548161157b611f18565b6115859190612e00565b11156115a35760405162461bcd60e51b8152600401610ce290612e13565b81602a5f8282546115b49190612e00565b925050819055508160125f8282546115cc9190612e00565b9091555061149190508383611f3b565b60408051828152600583901b8082016020019092526060915b801561161f57601f1980820191860101355f61161082611bb5565b84840160200152506115f59050565b509392505050565b61162f611e52565b601455565b5f610b2382611e7f565b602c80546114d390612c69565b611653611e52565b61165b611f18565b811015801561166c57506011548111155b6116ae5760405162461bcd60e51b815260206004820152601360248201527224b73b30b634b21026b0bc1029bab838363c9760691b6044820152606401610ce2565b601155565b5f6001600160a01b0382166116d2576116d26323d3ad8160e21b611da9565b506001600160a01b03165f9081526005602052604090205467ffffffffffffffff1690565b6116ff611e52565b6117085f611f54565b565b611712611e52565b602e8054911515620100000262ff000019909216919091179055565b601f81600a81106114a5575f80fd5b611745611e52565b602e80549115156101000261ff0019909216919091179055565b5f546060906001908282821461177d5761177a858484611fa5565b90505b949350505050565b61178d611e52565b601255565b606060038054610b3890612c69565b60606117ae848484611fa5565b90505b9392505050565b602e5460ff16156118055760405162461bcd60e51b815260206004820152601760248201527654686520636f6e7472616374206973207061757365642160481b6044820152606401610ce2565b8060115481611812611f18565b61181c9190612e00565b111561183a5760405162461bcd60e51b8152600401610ce290612e13565b602e54610100900460ff166118915760405162461bcd60e51b815260206004820152601960248201527f5075626c69633a204d696e742069732064697361626c656421000000000000006044820152606401610ce2565b5f82600a601454600381106118a8576118a8612ca1565b01546118b49190612e73565b905060125483602a546118c79190612e00565b101580156118d757506002601454105b15611984575f602a546012546118ed9190612e8a565b90506118f98185612e8a565b600a601454600161190a9190612e00565b6003811061191a5761191a612ca1565b01546119269190612e73565b81600a6014546003811061193c5761193c612ca1565b01546119489190612e73565b6119529190612e00565b601480549193505f61196383612e9d565b9190505550600d6014546003811061197d5761197d612ca1565b0154601255505b6010546001600160a01b031661199c813330856120a4565b602e546119bd906001600160a01b038381169163010000009004168461210b565b83602a5f8282546119ce9190612e00565b909155506119de90508585611f3b565b5050505050565b335f8181526007602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b611a5b848484610d05565b6001600160a01b0383163b15611a8b57611a778484848461213c565b611a8b57611a8b6368d2bf6b60e11b611da9565b50505050565b600d81600381106114a5575f80fd5b611aa86126d7565b611ab06126d7565b5f5b600a811015611b9d57601581600a8110611ace57611ace612ca1565b01548382600a8110611ae257611ae2612ca1565b602090810291909101919091525f85815260298252604080822084835283528082206001600160a01b03891683529092522054601582600a8110611b2857611b28612ca1565b015411611b35575f611b7e565b5f84815260296020908152604080832084845282528083206001600160a01b0389168452909152902054601582600a8110611b7257611b72612ca1565b0154611b7e9190612e8a565b8282600a8110611b9057611b90612ca1565b6020020152600101611ab2565b505b9250929050565b600a81600381106114a5575f80fd5b604080516080810182525f80825260208201819052918101829052606081019190915260018210611c10575f54821015611c10575b5f82815260046020526040902054611c07575f1990910190611bea565b610b238261221a565b919050565b6060611c2082611d61565b611c6c5760405162461bcd60e51b815260206004820152601f60248201527f55524920717565727920666f72206e6f6e6578697374656e7420746f6b656e006044820152606401610ce2565b5f602c8054611c7a90612c69565b905011611c955760405180602001604052805f815250610b23565b602c611ca083612297565b602d604051602001611cb493929190612f3b565b60405160208183030381529060405292915050565b611cd1611e52565b601355565b611cde611e52565b6001600160a01b038116611d0757604051631e4fbdf760e01b81525f6004820152602401610ce2565b611d1081611f54565b50565b611d1b611e52565b8060115481611d28611f18565b611d329190612e00565b1115611d505760405162461bcd60e51b8152600401610ce290612e13565b81602b5f8282546115cc9190612e00565b5f81600111611c10575f54821015611c10575f5b505f8281526004602052604081205490819003611d9c57611d9583612f61565b9250611d75565b600160e01b161592915050565b805f5260045ffd5b5f611dbb83611634565b9050818015611dd35750336001600160a01b03821614155b15611df657611de28133610a58565b611df657611df66367d9dca160e11b611da9565b5f8381526006602052604080822080546001600160a01b0319166001600160a01b0388811691821790925591518693918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a450505050565b6009546001600160a01b031633146117085760405163118cdaa760e01b8152336004820152602401610ce2565b5f81600111611f0857505f81815260046020526040902054805f03611ef6575f548210611eb657611eb6636f96cda160e11b611da9565b5b505f19015f818152600460205260409020548015611eb757600160e01b81165f03611ee157919050565b611ef1636f96cda160e11b611da9565b611eb7565b600160e01b81165f03611f0857919050565b611c10636f96cda160e11b611da9565b5f545f199081019080610c87565b5f82611f328584612327565b14949350505050565b610bfe828260405180602001604052805f815250612361565b600980546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6060818310611fbe57611fbe631960ccad60e11b611da9565b6001831015611fcc57600192505b5f5480808410611fda578093505b5f611fe4876116b3565b9050848610611ff057505f5b801561209a57808686031161200457508484035b604080516001830160051b81019182905294505f61202188611bb5565b90505f8160400151612031575080515b5f5b61203c8a61221a565b925060408301515f8114612052575f9250612077565b83511561205e57835192505b8b831860601b612077576001820191508a8260051b8a01525b5060018a01995083604052888a148061208f57508481145b156120335787525050505b5050509392505050565b6040516001600160a01b038481166024830152838116604483015260648201839052611a8b9186918216906323b872dd906084015b604051602081830303815290604052915060e01b6020820180516001600160e01b0383818316178352505050506123ba565b6040516001600160a01b0383811660248301526044820183905261149191859182169063a9059cbb906064016120d9565b604051630a85bd0160e11b81525f906001600160a01b0385169063150b7a0290612170903390899088908890600401612f76565b6020604051808303815f875af19250505080156121aa575060408051601f3d908101601f191682019092526121a791810190612fa8565b60015b6121fd573d8080156121d7576040519150601f19603f3d011682016040523d82523d5f602084013e6121dc565b606091505b5080515f036121f5576121f56368d2bf6b60e11b611da9565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050949350505050565b604080516080810182525f8082526020820181905291810182905260608101919091525f82815260046020526040902054610b2390604080516080810182526001600160a01b038316815260a083901c67ffffffffffffffff166020820152600160e01b831615159181019190915260e89190911c606082015290565b60605f6122a38361241b565b60010190505f8167ffffffffffffffff8111156122c2576122c26127e7565b6040519080825280601f01601f1916602001820160405280156122ec576020820181803683370190505b5090508181016020015b5f19016f181899199a1a9b1b9c1cb0b131b232b360811b600a86061a8153600a85049450846122f657509392505050565b5f81815b845181101561161f576123578286838151811061234a5761234a612ca1565b60200260200101516124f2565b915060010161232b565b61236b838361251b565b6001600160a01b0383163b15611491575f548281035b6123935f86838060010194508661213c565b6123a7576123a76368d2bf6b60e11b611da9565b81811061238157815f54146119de575f80fd5b5f6123ce6001600160a01b038416836125d5565b905080515f141580156123f25750808060200190518101906123f09190612e58565b155b1561149157604051635274afe760e01b81526001600160a01b0384166004820152602401610ce2565b5f8072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b83106124595772184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b830492506040015b6d04ee2d6d415b85acef81000000008310612485576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106124a357662386f26fc10000830492506010015b6305f5e10083106124bb576305f5e100830492506008015b61271083106124cf57612710830492506004015b606483106124e1576064830492506002015b600a8310610b235760010192915050565b5f81831061250c575f8281526020849052604090206117b1565b505f9182526020526040902090565b5f8054908290036125365761253663b562e8dd60e01b611da9565b5f8181526004602090815260408083206001600160a01b0387164260a01b6001881460e11b1781179091558084526005909252822080546801000000000000000186020190559081900361259357612593622e076360e81b611da9565b818301825b80835f7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef5f80a481816001019150810361259857505f5550505050565b60606117b183835f845f80856001600160a01b031684866040516125f99190612fc3565b5f6040518083038185875af1925050503d805f8114612633576040519150601f19603f3d011682016040523d82523d5f602084013e612638565b606091505b5091509150612648868383612652565b9695505050505050565b60608261266757612662826126ae565b6117b1565b815115801561267e57506001600160a01b0384163b155b156126a757604051639996b31560e01b81526001600160a01b0385166004820152602401610ce2565b50806117b1565b8051156126be5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b604051806101400160405280600a906020820280368337509192915050565b6001600160e01b031981168114611d10575f80fd5b5f6020828403121561271b575f80fd5b81356117b1816126f6565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6117b16020830184612726565b5f60208284031215612776575f80fd5b5035919050565b80356001600160a01b0381168114611c10575f80fd5b5f80604083850312156127a4575f80fd5b6127ad8361277d565b946020939093013593505050565b806101408101831015610b23575f80fd5b5f61014082840312156127dd575f80fd5b6117b183836127bb565b634e487b7160e01b5f52604160045260245ffd5b5f67ffffffffffffffff80841115612815576128156127e7565b604051601f8501601f19908116603f0116810190828211818310171561283d5761283d6127e7565b81604052809350858152868686011115612855575f80fd5b858560208301375f602087830101525050509392505050565b5f6020828403121561287e575f80fd5b813567ffffffffffffffff811115612894575f80fd5b8201601f810184136128a4575f80fd5b61177d848235602084016127fb565b8015158114611d10575f80fd5b5f602082840312156128d0575f80fd5b81356117b1816128b3565b5f80604083850312156128ec575f80fd5b50508035926020909101359150565b5f805f6060848603121561290d575f80fd5b6129168461277d565b92506129246020850161277d565b9150604084013590509250925092565b5f60208284031215612944575f80fd5b6117b18261277d565b5f8083601f84011261295d575f80fd5b50813567ffffffffffffffff811115612974575f80fd5b6020830191508360208260051b8501011115611b9f575f80fd5b5f805f80606085870312156129a1575f80fd5b8435935060208501359250604085013567ffffffffffffffff8111156129c5575f80fd5b6129d18782880161294d565b95989497509550505050565b5f80602083850312156129ee575f80fd5b823567ffffffffffffffff811115612a04575f80fd5b612a108582860161294d565b90969095509350505050565b80516001600160a01b0316825260208082015167ffffffffffffffff169083015260408082015115159083015260609081015162ffffff16910152565b602080825282518282018190525f9190848201906040850190845b81811015612a9a57612a87838551612a1c565b9284019260809290920191600101612a74565b50909695505050505050565b602080825282518282018190525f9190848201906040850190845b81811015612a9a57835183529284019291840191600101612ac1565b5f805f60608486031215612aef575f80fd5b612af88461277d565b95602085013595506040909401359392505050565b5f8060408385031215612b1e575f80fd5b612b278361277d565b91506020830135612b37816128b3565b809150509250929050565b5f805f8060808587031215612b55575f80fd5b612b5e8561277d565b9350612b6c6020860161277d565b925060408501359150606085013567ffffffffffffffff811115612b8e575f80fd5b8501601f81018713612b9e575f80fd5b612bad878235602084016127fb565b91505092959194509250565b805f5b600a811015611a8b578151845260209384019390910190600101612bbc565b6102808101612bea8285612bb9565b6117b1610140830184612bb9565b60808101610b238284612a1c565b5f805f60608486031215612c18575f80fd5b8335925060208401359150612c2f6040850161277d565b90509250925092565b5f8060408385031215612c49575f80fd5b612c528361277d565b9150612c606020840161277d565b90509250929050565b600181811c90821680612c7d57607f821691505b602082108103612c9b57634e487b7160e01b5f52602260045260245ffd5b50919050565b634e487b7160e01b5f52603260045260245ffd5b601f82111561149157805f5260205f20601f840160051c81016020851015612cda5750805b601f840160051c820191505b818110156119de575f8155600101612ce6565b815167ffffffffffffffff811115612d1357612d136127e7565b612d2781612d218454612c69565b84612cb5565b602080601f831160018114612d5a575f8415612d435750858301515b5f19600386901b1c1916600185901b17855561123c565b5f85815260208120601f198616915b82811015612d8857888601518255948401946001909101908401612d69565b5085821015612da557878501515f19600388901b60f8161c191681555b5050505050600190811b01905550565b60208082526018908201527f43616e6e6f742062652074686520302061646472657373210000000000000000604082015260600190565b634e487b7160e01b5f52601160045260245ffd5b80820180821115610b2357610b23612dec565b60208082526014908201527326b0bc1029bab838363c9022bc31b2b2b232b21760611b604082015260600190565b5f60208284031215612e51575f80fd5b5051919050565b5f60208284031215612e68575f80fd5b81516117b1816128b3565b8082028115828204841417610b2357610b23612dec565b81810381811115610b2357610b23612dec565b5f60018201612eae57612eae612dec565b5060010190565b5f8154612ec181612c69565b60018281168015612ed95760018114612eee57612f1a565b60ff1984168752821515830287019450612f1a565b855f526020805f205f5b85811015612f115781548a820152908401908201612ef8565b50505082870194505b5050505092915050565b5f81518060208401855e5f93019283525090919050565b5f612f58612f52612f4c8488612eb5565b86612f24565b84612eb5565b95945050505050565b5f81612f6f57612f6f612dec565b505f190190565b6001600160a01b03858116825284166020820152604081018390526080606082018190525f9061264890830184612726565b5f60208284031215612fb8575f80fd5b81516117b1816126f6565b5f6117b18284612f2456fea2646970667358221220d50d29ecf6e455495f4bcb5e0c22a4bd3b5b93ee16cc0aedf8bed4d9eb2326d664736f6c63430008190033
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.