Lovecatz
Verified contract
Active on
Ethereum with 3,638 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 "Lovecatz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20655636 | 3 months ago | | | 0 | 0.000029671200 | |
| 20647870 | 3 months ago | | | 0 | 0.000067354086 | |
| 20615376 | 3 months ago | | | 0 | 0.000071160625 | |
| 20575721 | 3 months ago | | | 0 | 0.000066599752 | |
| 20575720 | 3 months ago | | | 0 | 0.000067678689 | |
| 20203724 | 5 months ago | | | 0 | 0.00013529436 | |
| 20203599 | 5 months ago | | | 0 | 0.00014845016 | |
| 20203556 | 5 months ago | | | 0 | 0.00012911543 | |
| 20111036 | 5 months ago | | | 0 | 0.00020598208 | |
| 20040624 | 6 months ago | | | 0 | 0.0010794540 |
ABI
ABI objects
Getter at block 21306669
_maxFreeMintPerAddr() view returns (uint256)
2
_maxFreeMintSupply() view returns (uint256)
1000
_maxMintPerTx() view returns (uint256)
33
_maxSupply() view returns (uint256)
3333
_mintPrice() view returns (uint256)
2000000
baseURI() view returns (string)
ipfs://QmequNYccZE34ZTcHSTayMiQ5qJTAzCFahwfk1GzPwuAdN/
name() view returns (string)
Lovecatz
owner() view returns (address)
0x7132d67f2dcda8507b7443a49928149755f97e08
symbol() view returns (string)
LCAT
totalSupply() view returns (uint256)
3333
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)
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() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()