Request form
Cookbook may introduce a token in the future. Share and contribute to be eligible for future airdrops.
close icon
relevant tag icon
Azuki ERC721A NFT Sale - No Limit
copy icon
Chiru-Labs
• version 1.0.9
NFT
Sale
ERC721
ERC721A
Deployable

Azuki ERC721A NFT Sale - No Limit

ERC721A NFT with the following features: -Built-in sale with an adjustable price. -Reserve function for the owner to mint free NFTs. -Fixed maximum supply. -Reduced Gas costs when minting many NFTs at the same time.

*Visit desktop site to download or deploy

Version

1.0.9

Creator

Chiru-Labs

Recent Use

🍞 0x6d73 deployed
🥐 0x0a67 saved
🥖 0xe1B6 deployed
🥨 0xe1B6 deployed
🥯 0xFd1b deployed
🥞 0xCFC0 deployed
🧀 0xCFC0 downloaded
🍖 0xE452 deployed
🍗 0x7Ddf deployed
🥩 0x7Ddf deployed

Last Publish

9/6/2022
Any contract you deploy is yours.
Fully owned and controlled by your wallet.
Documentation
Source Code
approve(address,uint256) :
See {IERC721-approve}.
balanceOf(address) :
See {IERC721-balanceOf}.
getApproved(uint256) :
See {IERC721-getApproved}.
isApprovedForAll(address,address) :
See {IERC721-isApprovedForAll}.
mint(uint256) :
An external method for users to purchase and mint NFTs. Requires that the sale is active, that the minted NFTs will not exceed the `MAX_SUPPLY`, and that a sufficient payable value is sent.
name() :
See {IERC721Metadata-name}.
owner() :
Returns the address of the current owner.
ownerOf(uint256) :
See {IERC721-ownerOf}.
renounceOwnership() :
Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.
reserve(address,uint256) :
A way for the owner to reserve a specifc number of NFTs without having to interact with the sale.
safeTransferFrom(address,address,uint256) :
See {IERC721-safeTransferFrom}.
safeTransferFrom(address,address,uint256,bytes) :
See {IERC721-safeTransferFrom}.
setApprovalForAll(address,bool) :
See {IERC721-setApprovalForAll}.
setBaseURI(string) :
Updates the baseURI that will be used to retrieve NFT metadata.
setCurrentPrice(uint256) :
Sets the price of each NFT during the initial sale.
setSaleIsActive(bool) :
Sets whether or not the NFT sale is active.
supportsInterface(bytes4) :
See {IERC165-supportsInterface}.
symbol() :
See {IERC721Metadata-symbol}.
tokenURI(uint256) :
See {IERC721Metadata-tokenURI}.
totalSupply() :
Burned tokens are calculated here, use _totalMinted() if you want to count just minted tokens.
transferFrom(address,address,uint256) :
See {IERC721-transferFrom}.
transferOwnership(address) :
Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.
withdraw() :
A way for the owner to withdraw all proceeds from the sale.

Get Cookin'
share iconShare

copy iconNo-Code Deploy
copy iconDownload Source
copy iconnpx cookbookdev i Azuki-ERC721A-NFT-Sale-basic
copy icon

Bytecode

Download

Verification

Download

Recent Use

🍞 0x6d73 deployed
🥐 0x0a67 saved
🥖 0xe1B6 deployed
🥨 0xe1B6 deployed
🥯 0xFd1b deployed
🥞 0xCFC0 deployed
🧀 0xCFC0 downloaded
🍖 0xE452 deployed
🍗 0x7Ddf deployed
🥩 0x7Ddf deployed

Last Publish

9/6/2022

Solidity Compiler

0.8.12+commit.f00d7308

Version

1.0.9

Creator

Chiru-Labs

Cookbook is free.
Any contract you deploy is yours.
Your contract is owned and controlled by you.