Lil Baby Mews NFT

Verified contract

Active on Ethereum with 586 txns
Deployed by via 0xf555aac5 at 15312762
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Lil Baby Mews NFT"

0x39e34eb7084528d1aed768626b78260d0969160f5c50f68547e7704b66c959d7
0x25f1d97f847ab6a894b54a44a4ec811d579d85518818b25e736a9b0e8e9d0897
From
0x05c38c796e4cd85e6a5b4f5135acc347e9fed8b2d903eb8c960493ca81aad421
0xd539b3c6cc387a26a05fc9f5153d0723c84a21b9b07b399078d8b36916d63317
0x5c615f62d205d756678057ea4b6c461864df05be4d88ff50bdf41adf46d47859
0x3bf665d36f2b7ece8e516ac5c5f5fe47c7d3c018e75bf8c715cc240b11905e5d
0x703f74f076ce076bdf448ab31fddbe19ec0ea7459ac89a02115ca841246da9cd
0xe43b9a81104d63dd41330e97337d6bff3c5ce23749722929f8043f4852e58c2a
0x999db3ebfc22400756302be1bcd5bd5ba2e254b1b76bae6f47546f3d8468251e
0x16871b2a3508e1820ea61e166f02f32868ddb5c7fa0463c4c58209affe94c336

Functions
Getter at block 21184938
maxFreePerWallet(view returns (uint256)
20
maxPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
5000
mintEnabled(view returns (bool)
true
name(view returns (string)
Lil Baby Mews NFT
owner(view returns (address)
0x670186244070a23941717655bfbda9da9ddebbd0
price(view returns (uint256)
500000000000000
symbol(view returns (string)
LBM
totalFree(view returns (uint256)
3000
totalSupply(view returns (uint256)
5000
Read-only
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
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(