Larva Cats
Verified contract
Active on
Ethereum with 284 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 "Larva Cats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15602891 | 2 years ago | | | 0 | 0.00026823520 | |
| 15602890 | 2 years ago | | | 0 | 0.00025324661 | |
| 15361659 | 2 years ago | | | 0 | 0.0011228316 | |
| 15361659 | 2 years ago | | | 0 | 0.0019239943 | |
| 15361602 | 2 years ago | | | 0 | 0.00053478919 | |
| 15361561 | 2 years ago | | | 0 | 0.00035688662 | |
| 14916775 | 2 years ago | | | 0 | 0.0037176000 | |
| 14876287 | 2 years ago | | | 0 | 0.00072711343 | |
| 14253525 | 3 years ago | | | 0 | 0.0048834635 | |
| 14249975 | 3 years ago | | | 0 | 0.0039765010 |
ABI
ABI objects
Getter at block 21213913
FREE_SUPPLY() view returns (uint256)
1111
MAX_SUPPLY() view returns (uint256)
4444
PAID_SUPPLY() view returns (uint256)
3333
maxInTx() view returns (uint256)
10
metadataBaseURL() view returns (string)
https://gateway.pinata.cloud/ipfs/QmUAX9oAaEyh2YndScV84h5VBXVECTGJQeUfzBJttFA1ft/
name() view returns (string)
Larva Cats
owner() view returns (address)
0x64e160874d44582fa479997190af7a7b97a17fea
price() view returns (uint256)
15000000000000000
saleEnabled() view returns (bool)
true
symbol() view returns (string)
LCATS
totalSupply() view returns (uint256)
1111
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)
freeMint(uint256 numOfTokens) payable
mint(uint256 numOfTokens) payable
renounceOwnership()
reserve(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURL)
setMaxInTx(uint256 num)
setPrice(uint256 _price)
toggleSaleStatus()
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.
This contract contains no error objects.