Bae Cafe
Verified contract
Active on
Ethereum with 1,361 txns
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 "Bae Cafe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21387654 | 11 hours ago | | | 0 | 0.0016953165 | |
| 21368640 | 3 days ago | | | 0 | 0.0017239649 | |
| 20602318 | 4 months ago | | | 0 | 0.000044805023 | |
| 20602307 | 4 months ago | | | 0 | 0.000047304346 | |
| 20602291 | 4 months ago | | | 0 | 0.000050120346 | |
| 20602288 | 4 months ago | | | 0 | 0.000048784894 | |
| 20602286 | 4 months ago | | | 0 | 0.000045025963 | |
| 20602282 | 4 months ago | | | 0 | 0.000053652494 | |
| 20602277 | 4 months ago | | | 0 | 0.000052079352 | |
| 20602274 | 4 months ago | | | 0 | 0.000047806410 |
ABI
ABI objects
Getter at block 21391013
MAX_HANA() view returns (uint256)
3069
TOTAL_RARES() view returns (uint256)
5
baePrice() view returns (uint256)
80080000000000000
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmTYee4fjjMUwszY2q3X332q3Z2g975DredY5MtTF6MgVy/
countMintedWhitelist() view returns (uint256 _value)
869
countRareMint() view returns (uint256 _value)
0
countTeamMint() view returns (uint256)
131
maxBaePurchase() view returns (uint256)
4
merkleRoot() view returns (bytes32)
0x0951dddc2e8aadb121b7f5bc5b4b1c0e346ea9dd07ebb6a84c423591340f511e
name() view returns (string)
Bae Cafe
owner() view returns (address)
0xd63c2582b071f41090e89d975f738e87e7b8da50
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BAE
totalSupply() view returns (uint256)
1000
totalTeamMint() view returns (uint256)
159
totalWhitelistMint() view returns (uint256)
2905
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedOf(address minter) view returns (uint256)
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)
flipSaleState()
mintWhitelist(uint256 availableToMint, uint256 amountToMint, bytes32[] merkleProof) payable
rareMint(address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setMerkleRoot(bytes32 merkleRoot_)
teamMint(address to, uint256 amountToMint)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string name_, string symbol_, bytes32 merkleRoot_, string baseURI_, address openSeaProxyRegistryAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.