Larva Doodles
Verified contract
Active on
Ethereum with 957 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($250.54)
Native
Value
$250.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08 | $3,131.75 |
$250.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19451894 | 8 months ago | | | 0 | 0.00062527506 | |
| 18802546 | a year ago | | | 0 | 0.00083177229 | |
| 18651129 | a year ago | | | 0 | 0.0011628680 | |
| 17731769 | a year ago | | | 0 | 0.00067025380 | |
| 17731766 | a year ago | | | 0 | 0.00094298400 | |
| 17517527 | a year ago | | | 0 | 0.00033811546 | |
| 16742247 | 2 years ago | | | 0 | 0.0011145295 | |
| 16741632 | 2 years ago | | | 0 | 0.0017906586 | |
| 16671173 | 2 years ago | | | 0 | 0.0022997023 | |
| 16497909 | 2 years ago | | | 0 | 0.00065770678 |
ABI
ABI objects
Getter at block 21223491
freeMintAmount() view returns (uint256)
2222
maxSupply() view returns (uint256)
3333
mintPrice() view returns (uint256)
16000000000000000
name() view returns (string)
Larva Doodles
owner() view returns (address)
0x68baa5c06c3f6744ac806a01f1e491d16070e5f5
publicSaleState() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
LDOODLE
totalSupply() view returns (uint256)
2348
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)
changeStatePublicSale() returns (bool)
mint(uint256 numberOfTokens) payable
renounceOwnership()
reserve(uint256 numberOfTokens)
reveal() returns (bool)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setfreeAmount(uint16 _newFreeMints)
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.