Larva Chicks Club
Verified contract
Active on
Ethereum with 1,912 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 Chicks Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025397 | 25 days ago | | | 0 | 0.00026353970 | |
| 21025365 | 25 days ago | | | 0 | 0.00027101727 | |
| 19256274 | 9 months ago | | | 0 | 0.0014574152 | |
| 19021769 | 10 months ago | | | 0 | 0.00075663229 | |
| 19021768 | 10 months ago | | | 0 | 0.00077149945 | |
| 18921570 | 10 months ago | | | 0 | 0.00048008409 | |
| 18921569 | 10 months ago | | | 0 | 0.00047851463 | |
| 18911250 | 10 months ago | | | 0 | 0.00044814756 | |
| 18910204 | 10 months ago | | | 0 | 0.00050262296 | |
| 18899558 | a year ago | | | 0 | 0.0029064473 |
ABI
ABI objects
Getter at block 21201377
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmaD4rLkTyvoXDFAYkzx2UjJhc2kFGZfM2tt6N4G9znPnD/
counter() view returns (uint16)
2391
giveaway() view returns (uint8)
0
maxPublicPurchase() view returns (uint8)
10
maxSupply() view returns (uint16)
5000
name() view returns (string)
Larva Chicks Club
owner() view returns (address)
0xce32045ccd3758abdd29e6087e4bd4b103ac1e54
publicSale() view returns (bool)
false
symbol() view returns (string)
CHICK
totalSupply() view returns (uint256)
2390
Read-only
balanceOf(address owner) view returns (uint256)
chicksOfOwner(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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintChicks(uint8 numberOfTokens) payable
mintForGiveaway()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
toggleSale()
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 tokenBaseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.