CryptoBoobLovers

Verified contract

Proxy

Active on Ethereum with 681 txns
Deployed by via 0x37ec1088 at 15605615
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
-
variable spans 6 additional slots

No balances found for "CryptoBoobLovers"

0xa3bfc920beb56be6a7d80714b88ecfa25258b67cd5ba1aaf68d5aece378e54db
0xcc137b47cac1ae24531ec5096865d32e10fc6d1e5edac9b20665e97de52e67f6
0x38cafb0c2511fc6d9b499858e47353fa009df5243c6e7cccb46d197baffd3dd8
0xad0e8b8a6541a6079c6de33472e090d9632f1de0c26e05e991a9f263a4ac5cc5
0x5048b7aa486f5f0dab36e535388d96e67170e5f03842fbb5f3bf8acbab412e4a
0x60f56dcfa63f132256fafbbc088b440183a1b817a30174404bf8d90c90c4569f
0x7fe1a9bfa7ba01ff25d90c83ea7ddf8cdd4725ba5d034ff6153baf2b17f3a5f7
0xd42aca5ca8ea62f489228dd53c755f48dc1deb299d06cd43ad27842eb4d649b9
0x84795926d941e2b0af82987af1cf0351af6b64d6682cefe9a7e6af1c05393b4e
0x3b334c073fff2aaedb1493a12188b183206075e7376c927385d52d6eb6bfd673

Functions
Getter at block 21420517
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NAME(view returns (string)
NFTCollection
ROYALTIES_BASIS(view returns (uint16)
10000
VERSION(view returns (uint256)
10302
availableSupply(view returns (uint256)
3818
baseURI(view returns (string)
ipfs://bafybeihwq3e57or3wycpwteehljkguo5xkga755jmcffn6vyaony52beny/
 
contractURI(view returns (string)
 
getInfo(view returns (struct NFTCollectionContractInfo info)
maxSupply(view returns (uint256)
10000
metadataUpdatable(view returns (bool)
true
mintingActive(view returns (bool)
true
name(view returns (string)
CryptoBoobLovers
owner(view returns (address)
0x910860a647cdbcde17ea424be8fd2d0b78da6a89
prerevealTokenURI(view returns (string)
ipfs://bafkreihps5tmqazgflsskisqvkld7gq43bvzrljsjqov6por2pbd3krqly
presaleActive(view returns (bool)
true
presaleMerkleRoot(view returns (bytes32)
0x5380c7b7ae81a58eb98d9c78de4a1fd7fd9535fc953ed2be602daaa41767312a
presaleMintPrice(view returns (uint256)
80000000000000000
presaleMintStart(view returns (uint256)
1644319848
publicMintPrice(view returns (uint256)
80000000000000000
publicMintStart(view returns (uint256)
1644319848
reserveRemaining(view returns (uint256)
0
reservedSupply(view returns (uint256)
0
symbol(view returns (string)
CBL
tokensPerMint(view returns (uint256)
10
totalSupply(view returns (uint256)
6182
treasuryAddress(view returns (address)
0x910860a647cdbcde17ea424be8fd2d0b78da6a89
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address walletbytes32[] proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
initialize(struct NFTCollectionDeploymentConfig deploymentConfigstruct NFTCollectionRuntimeConfig runtimeConfig
mint(uint256 amountpayable 
presaleMint(uint256 amountbytes32[] proofpayable 
renounceRole(bytes32 roleaddress account
reserveMint(address touint256 amount
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferAdminRights(address to
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(struct NFTCollectionRuntimeConfig newConfig
withdrawFees(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(