Crypto Bozos NFT

Verified contract

Active on Ethereum with 485 txns
Deployed by via 0x62f1d3bb at 14731183
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Crypto Bozos NFT"

0x180823fabf63470377f6860548d56f5d1a144adbb8bac9bb3d0f96cf9da2be93
0xea1821d76e19cd01237557602009271fa8af57a215df8c01fb9277c5348cc402
0x87a9d5a4179435cc9c1493fd764a44ef2f7bd509bc70bf7e829accf8854c5233
0x24cde10f67f3e3456400bc9eebd1aab2e857413e7d16659699439cc6b9e97bf3
0xb0d0a73b092845f2b9046cf456f70ac5a09311834ccffe5b9ca5b2e48abface2
0x153b65ce431c94256b907c3444519c900d48e91fc0bfca78f8896551bdc4fb50
0xc6c835309c9ebf23bafffca42b147f60aaca77af6a131590f81a0d6112de41e8
0xa637b080258505652579cb607457e02893417241b8328dd1c1156603b77e770f
0x1808226b75c7ad3725aa298401229cf5d17372187ea338ff735c9a5b9974e93b
0xc92929358f49f3100bca8a5d5ca4d1b05cc2321abf8fd794c8c4c54fb78cff8d

Functions
Getter at block 20869814
MaxToken(view returns (uint256)
7777
PriceGenesis(view returns (uint256)
80000000000000000
PricePresale(view returns (uint256)
100000000000000000
PricePresale2(view returns (uint256)
120000000000000000
PricePublic(view returns (uint256)
20000000000000000
RevealedActive(view returns (bool)
true
TokenIndex(view returns (uint256)
0
merkleRootGenesisWL(view returns (bytes32)
0x7f1ea70a02cf5b887db07503790f5a64a5402f1bf28b7ba0d0255938dcbab093
merkleRootPresale(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
merkleRootPresale2WL(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Crypto Bozos NFT
owner(view returns (address)
0x2a8ec9464b5072d1ecc81b2d7678bed643befc8b
sellingStep(view returns (uint8)
4
symbol(view returns (string)
CB
totalSupply(view returns (uint256)
994
Read-only
MaxperWallet(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string a)
State-modifying
Airdrop(uint256 numaddress recipient
AirdropGroup(address[] receivers
OwnerMint(uint256 num
TurnRevealMode(
approve(address touint256 tokenId
changeMerkleRootGenesisWL(bytes32 _newmerkleRootGenesisWL
changeMerkleRootPresale(bytes32 _newMerkleRootPresale
changeMerkleRootPresale2WL(bytes32 _newmerkleRootPresale2WL
mint(uint8 mintAmountpayable 
mintGenesis(uint8 mintAmountaddress _accountbytes32[] _proofpayable 
mintPresale(uint8 mintAmountaddress _accountbytes32[] _proofpayable 
mintPresale2(uint8 mintAmountaddress _accountbytes32[] _proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setGenesis(
setNotRevealURI(string preRevealURI
setPresale(
setPresale2(
setPriceGenesis(uint256 _newPriceGenesis
setPricePresale(uint256 _newPricePresale
setPricePresale2(uint256 _newPricePresale2
setPricePublic(uint256 _newPricePublic
setPublicSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenMinted(uint256 supply
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(