Larva Frens
Verified contract
Active on
Ethereum with 1,609 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 Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19523552 | 7 months ago | | | 0 | 0.00054247133 | |
| 19430473 | 8 months ago | | | 0 | 0.0024015380 | |
| 19329023 | 8 months ago | | | 0 | 0.0014703655 | |
| 19197624 | 9 months ago | | | 0 | 0.0013006030 | |
| 19057198 | 10 months ago | | | 0 | 0.00056611790 | |
| 19057183 | 10 months ago | | | 0 | 0.0010930844 | |
| 18888276 | 10 months ago | | | 0 | 0.00077933184 | |
| 18837417 | a year ago | | | 0 | 0.0012798089 | |
| 18684067 | a year ago | | | 0 | 0.0011500309 | |
| 18684065 | a year ago | | | 0 | 0.0011887074 |
ABI
ABI objects
Getter at block 21158191
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://larvafrens.mypinata.cloud/ipfs/QmYPQLeNFJZ9ZVYm1cqjMR511wnYkBkJv2peoCPaUZ1mud/
cost() view returns (uint256)
7900000000000000
maxFree() view returns (uint256)
1000
maxSupply() view returns (uint256)
8888
name() view returns (string)
Larva Frens
nftPerAddressLimit() view returns (uint256)
3
owner() view returns (address)
0x65857dbd67e614bf086803cf74d734f1f91114d1
paused() view returns (bool)
false
status() view returns (bool)
true
symbol() view returns (string)
LarvaFrens
totalSupply() view returns (uint256)
4506
Read-only
addressMintedBalance(address) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256[] quantity, address[] recipient)
mint(address _to, uint256 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
mintfree(address _to, uint256 _mintAmount) 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 _newBaseURI)
setCost(uint256 _newCost)
setNftPerAddressLimit(uint256 _limit)
setSaleStatus(bool _status)
setmaxFree(uint256 _newMaxFree)
setmaxSupply(uint256 _newMaxSupply)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.