Crypto Boyz

Verified contract

Proxy

Active on Ethereum with 633 txns
Deployed by via 0x9b7693c8 at 18544429
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $22.89
0xe026a1b0babe28ad0629ce7249ed025fe8bccb0ee6f02f416e2ebc37a4cceeb2
0x14bc56cd0f212e7b7f38b5b288465021dbf40f90daddf37ce129b925d1ff50b1
0xec76cbc6d70b47c36627254093bd2ae5080791eaaf28a486fb9f2898104c4129
0x07a01bcc8d01683c4b9bf5320ca473ea40ccfd37f40c92249d97ec90690fce88
0x1e5ed6eacd2435cbc080d55e88fdd5d00a493ebdc1d2f04771141f1c44b0d85e
0xc514b1899392f6e61ae29a472491f3410b3a717178c93bf11e4b1152c54de445
0xc8624d30b680940886b2461c9b2dca274e6828bc07bd4c804347aac581f48bec
0x2059096b509ea20bf62327245e2d20f5246b04ef7fd5d584bae7c22761eb19b2
0x43fd3844654f4a901a674c094310fd3aed27f6e8085982173e30d3c2fed4ff59
0x3b2e74dd7114530369c5cb7bd6c0e697261a5cca4787ea1e973529c6ab243df5

Functions
Getter at block 21032421
baseURI(view returns (string)
ipfs://bafybeibdq2cyljej3urpavz4zehbvn6a5koj6hadkoedj5phth5r3fzsvm/
costPublic(view returns (uint256)
500000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
6
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
3000
maxMintPublic(view returns (uint256)
30
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
10000
name(view returns (string)
Crypto Boyz
owner(view returns (address)
0xc150603899ae3b858981172b2db9fcf766d496c6
symbol(view returns (string)
CB
totalSupply(view returns (uint256)
3001
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
canClaim(address _addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getCost(address _addressuint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setMaxMintWL(uint256 _newMaxMintWL
setPublicMintEnabled(
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(