Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "borb"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103890 | a month ago | | | 0 | 0.000064092780 | |
| 20895380 | 2 months ago | | | 0 | 0.000079148619 | |
| 19230531 | 10 months ago | | | 0 | 0.0012661308 | |
| 18790034 | a year ago | | | 0 | 0.0010300330 | |
| 18674855 | a year ago | | | 0 | 0.0015908676 | |
| 18358724 | a year ago | | | 0 | 0.00012867371 | |
| 17112690 | 2 years ago | | | 0 | 0.00091679901 | |
| 17005524 | 2 years ago | | | 0 | 0.0010664123 | |
| 17005524 | 2 years ago | | | 0 | 0.0010664123 | |
| 17005524 | 2 years ago | | | 0 | 0.0010664123 |
ABI
ABI objects
Getter at block 21381439
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(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setMintPrice(uint256 price)
setTokenUri(string _baseTokenUri)
teamMint()
togglePublic()
toggleReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _quantity) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()