borb

Verified contract

Active on Ethereum with 3,992 txns
Deployed by via 0x3c4d4c8a at 15206522
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "borb"

0x0c8306e86cb2d40ae5719bfa283671bf7ca9cfa2d31713b3e8a1e0d8c5d020ea
0x5714b6386fa0f421c199039ec1122eb8d7a9c45f71ceb2ab69b9583d5cb75538
0x5e2ab92fc0414ea60e7f7ac1dbf844e8843a1f640820285eeb710d3448d30a7f
0x4c61132cf1fbdd1c9673477e2441b3f7261a0a2600ec80409e00d94ea3184b5a
0x746c2439701174784ded0558b4c40c78a0ea95e230f5d96b22103575e353992c
0x2cf11bf795ecca78d24226b690b5c143015e2e25d95591f621c6a94a8c06d839
0x965f448b7587083bb35c05d9accab26eb452e6a278a51f4f936e33636f85c102
0x97db2d077b418826455d59c8d2a40b8e4bb6e0bd69160cd4c9db0b864375ad1b
0x8e56a65e8e5a0102d8ee04c1c66d4b7b065d967683d8c45a20c1c0580d0558a9
0x06ee19ac54f9d0d65a5fe1e31356cab60a4c53dd2bc04c67bab18bee52700eb5

Functions
Getter at block 20985877
MAX_MINT_PER_TX(view returns (uint256)
5
MAX_SUPPLY(view returns (uint256)
5555
PUBLIC_FREE_SUPPLY(view returns (uint256)
1000
PUBLIC_SALE_PRICE(view returns (uint256)
0
getMerkleRoot(view returns (bytes32)
0x67f143a3ef611c3407767c7a4da03c84fb9c790bd2377a04d8da39401e247c3f
isPublicLive(view returns (bool)
true
isRevealed(view returns (bool)
true
name(view returns (string)
borb
numFreeMinted(view returns (uint256)
1000
owner(view returns (address)
0x0127b7a16d7a66b4d244625cab1c61ce6d592914
symbol(view returns (string)
BORB
teamMinted(view returns (bool)
true
totalSupply(view returns (uint256)
5555
Read-only
addressClaimed(addressview returns (bool)
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)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 _merkleRoot
setMintPrice(uint256 price
setTokenUri(string _baseTokenUri
teamMint(
togglePublic(
toggleReveal(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProofuint256 _quantitypayable 
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(