LavaLamp
Verified contract
Active on
Ethereum with 1,129 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 "LavaLamp"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20671015 | 3 months ago | | | 0 | 0.00021819846 | |
| 19481243 | 8 months ago | | | 0 | 0.0011336160 | |
| 19320503 | 9 months ago | | | 0 | 0.0012892481 | |
| 19320470 | 9 months ago | | | 0 | 0.0012631324 | |
| 19265491 | 9 months ago | | | 0 | 0.0012252990 | |
| 18903494 | a year ago | | | 0 | 0.00026042759 | |
| 18785211 | a year ago | | | 0 | 0.0022287402 | |
| 18372007 | a year ago | | | 0 | 0.00042141717 | |
| 18372006 | a year ago | | | 0 | 0.00042861999 | |
| 18301862 | a year ago | | | 0 | 0.00012375835 |
ABI
ABI objects
Getter at block 21229537
MAX_SUPPLY() view returns (uint256)
2222
maxWalletFree() view returns (uint256)
5
name() view returns (string)
LavaLamp
owner() view returns (address)
0x13a65c356b1c007144ea01b557bb747570f76bcc
sellingStep() view returns (uint8)
1
symbol() view returns (string)
LavaLamp
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hueValues(uint256) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
isBlob(uint256) view returns (bool)
isBurned(uint256) view returns (bool)
mintedPerAcc(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
str2num(string numString) pure returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
changeMaxTxFree(uint256 newValue)
mint(uint256 quantity)
mintForOwner()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setStep(uint256 _step)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MetadataUpdate(uint256 _tokenId)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()