Black and White

Verified contract

Active on Ethereum with 5,860 txns
Deployed by via 0x61ea86ce at 16640193
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Black and White"

0xfea1f6aec02fbe99c724671c7d360634a15e7d3b50f75a7d06dcf71c8084598c
0x0106374d49d309a11c539a6bb636abbf773fcba0e159ab0c85973754cdbf5481
From
0xd5f1ebec375165109176da71fd66ba10904be28e2a2b8de593fbd730c5763548
0x1a8c6dcda5723016a57d69b5fb286096b3105b695f6be0339b72f5f8859abb77
0x709c707f0f758f4e5f4400e4ea2e25fc79967f3b8267381aa79b0207bceca81f
0x49af6723068a9826cd02351500609f39eed98633a89ee4be1c5b35c336d1ecb9
0x303ea87ec52057db84e0bc3850818e45a147974eda586d869fdff2d5a7669318
0x4b4fa499d2734fedb9e358781eb2e58b07833c91848f408ae28b2a535fbab572
0x5b51ad6b56ac44b8fe273dff33888161e41a47c571d2d767c65ecd41c4f305b3
0x17d70f40f2234e9da3c4b3097e0e48fd3aee5010533aabe98e8f0d8dc351f7df

Functions
Getter at block 21002624
baseURI(view returns (string)
https://ipfs.io/ipfs/QmXcdHPzNuW97VfHxop4mPydJrqC3h8DzoZgzgBFmqbWbc/
getPrice(view returns (uint256)
4000000000000000
maxFreeAmount(view returns (uint256)
2000
maxFreePerWallet(view returns (uint256)
4
maxPerTx(view returns (uint256)
4
maxPerWallet(view returns (uint256)
20
maxSupply(view returns (uint256)
10000
name(view returns (string)
Black and White
owner(view returns (address)
0x2cf0daaf4c9cd95a281d86b3b15f28d6f6e57eae
price(view returns (uint256)
0
symbol(view returns (string)
Black & White
totalSupply(view returns (uint256)
10000
Read-only
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxFreeAmount(uint256 _amount
setMaxFreePerWallet(uint256 _amount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
Fallback and receive

This contract contains no fallback and receive objects.

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