Larva Lads
Verified contract
Active on
Ethereum with 10,679 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
-
variable spans 6 additional slots
-
variable spans 6 additional slots
-
variable spans 7 additional slots
-
variable spans 7 additional slots
-
variable spans 13 additional slots
-
variable spans 13 additional slots
-
variable spans 4 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Larva Lads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118337 | 7 days ago | | | 0 | 0.00038390240 | |
| 21107830 | 9 days ago | | | 0 | 0.00042936084 | |
| 21106164 | 9 days ago | | | 0 | 0.00020443114 | |
| 21106130 | 9 days ago | | | 0 | 0.00010631858 | |
| 21104051 | 9 days ago | | | 0 | 0.00017999986 | |
| 21095936 | 10 days ago | | | 0 | 0.00012183060 | |
| 21087436 | 11 days ago | | | 0 | 0.00048963168 | |
| 21084293 | 12 days ago | | | 0 | 0.00043018142 | |
| 21083875 | 12 days ago | | | 0 | 0.00031868998 | |
| 21072763 | 13 days ago | | | 0 | 0.00059201507 |
ABI
ABI objects
Getter at block 21168806
maxMint() view returns (uint256)
10
maxSupply() view returns (uint256)
5000
name() view returns (string)
Larva Lads
numTokensMinted() view returns (uint256)
5000
owner() view returns (address)
0x7f58558c099ee497abf2019eecf4a99116a44e62
price() view returns (uint256)
0
symbol() view returns (string)
LARVA
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)
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)
mintForFriend(address walletAddress, uint256 amountOfTokens) payable
mintForSelf(uint256 amountOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMint(uint256 newMaxMint)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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)
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.