CryptoBoobLovers
Verified contract
Proxy
Active on
Ethereum with 681 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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
Balances ($0.00)
No balances found for "CryptoBoobLovers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18097339 | a year ago | | | 0 | 0.00049797747 | |
| 17708220 | a year ago | | | 0 | 0.00066094656 | |
| 17439325 | 2 years ago | | | 0 | 0.00074746861 | |
| 17439304 | 2 years ago | | | 0.8 | 0.0022933506 | |
| 16249968 | 2 years ago | | | 0 | 0.00067457529 | |
| 16249964 | 2 years ago | | | 0.8 | 0.0014479798 | |
| 16249963 | 2 years ago | | | 0.8 | 0.0013121409 | |
| 16249961 | 2 years ago | | | 0.8 | 0.0011536117 | |
| 16249960 | 2 years ago | | | 0.8 | 0.0010888979 | |
| 16249959 | 2 years ago | | | 0.8 | 0.0011474585 |
ABI
ABI objects
Getter at block 21420517 contractURI() view returns (string) getInfo() view returns (struct NFTCollectionContractInfo info)
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/
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address wallet, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(struct NFTCollectionDeploymentConfig deploymentConfig, struct NFTCollectionRuntimeConfig runtimeConfig)
mint(uint256 amount) payable
presaleMint(uint256 amount, bytes32[] proof) payable
renounceRole(bytes32 role, address account)
reserveMint(address to, uint256 amount)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferAdminRights(address to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateConfig(struct NFTCollectionRuntimeConfig newConfig)
withdrawFees()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()