Chinobi by Atuki

Verified contract

Active on Ethereum with 1,884 txns
Deployed by via 0x9a0424d9 at 16170658
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Chinobi by Atuki"

0xcc21d6fa3812672f809b9df1a237f76b53a43b43a7f053ef9d674b2c81e47ad8
0x43c1a05145c4796e0f55b49f3a7870032f6c60867f4788766b1e47bd826d01dd
0xba3c7b4c9c00914e0896232118ce5838db8da3068e5053ffbeccad552775fa39
0x187308668ec9cc1fdb6fc7a97e57cafd965ee5824bfdcd2ee1824a28843e0afd
0xf60f2409e03056cb6ac3a4c701235f0a3614f1021c5f78cc88d907f214e2fc07
0x77c39d5b096f8757a83f8c7707e1acedb4cb35eba8603fcca178f8d74c87baaa
0x5f546f1356b8c02cd14ca264165d06d47547429f1c6ca70b5ea5b7b0379b8dcf
0x0b44e1c49093c0dc394f567429058c46c783c5bdfcfa379e5e507030aa3bdd84
0x5fd5979ef7917055047f03405b1b12e642664918078232ca77b8ed1a0939b63b
0x0f9aab6bd9dab066e8d7e6565cfff511adef5fb46b62396d7097de17223f2166

Functions
Getter at block 21264768
MAX_FREE_PER_WALLET(view returns (uint256)
0
cost(view returns (uint256)
1000000000000000
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
100
maxSupply(view returns (uint256)
1907
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Chinobi by Atuki
owner(view returns (address)
0x6dd0d39cd599149d52d5128f03d9a76c3d329cad
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
CHINOBI
totalSupply(view returns (uint256)
1907
uriPrefix(view returns (string)
ipfs://bafybeifcepvatf635viyswilkhyxpzayfjsauzbadib2lelqigqg76rate/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
alreadyFreeMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 amountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxFreePerWallet(uint256 _MAX_FREE_PER_WALLET
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(