Lil Baby Mews NFT
Verified contract
Active on
Ethereum with 586 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 "Lil Baby Mews NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20590963 | 3 months ago | | | 0 | 0.000024604563 | |
| 16901762 | 2 years ago | | | 0 | 0.00033648018 | |
| 16232218 | 2 years ago | | | 0 | 0.00059525548 | |
| 15536409 | 2 years ago | | | 0 | 0.0013988014 | |
| 15469309 | 2 years ago | | | 0 | 0.00030209383 | |
| 15446915 | 2 years ago | | | 0 | 0.0016447781 | |
| 15416004 | 2 years ago | | | 0 | 0.00036337887 | |
| 15347801 | 2 years ago | | | 0 | 0.00068004006 | |
| 15347801 | 2 years ago | | | 0 | 0.00068004006 | |
| 15338365 | 2 years ago | | | 0 | 0.00050935413 |
ABI
ABI objects
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 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)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()