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 "LCD 1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21006712 | 2 months ago | | | 0 | 0.00069934989 | |
| 20951113 | 2 months ago | | | 0 | 0.0021503714 | |
| 19653033 | 8 months ago | | | 0 | 0.00051506135 | |
| 19617386 | 8 months ago | | | 0 | 0.0011026473 | |
| 19389761 | 9 months ago | | | 0 | 0.0033263538 | |
| 19275889 | 10 months ago | | | 0 | 0.0033595828 | |
| 19027814 | a year ago | | | 0 | 0.0030555089 | |
| 19021665 | a year ago | | | 0 | 0.0032589172 | |
| 18675496 | a year ago | | | 0 | 0.0013826974 | |
| 18457173 | a year ago | | | 0 | 0.0014040873 |
ABI
ABI objects
Getter at block 21413059 currentOwners() view returns (uint256[41], address[41], (bool, bool, address, uint256)[41])
AUCTION_PRICE_CHANGE_TIME() view returns (uint256)
360
MAX_SUPPLY() view returns (uint256)
41
auctionPrices() view returns (uint256[])
[12000000000000000000, 10000000000000000000, 8000000000000000000, 6000000000000000000, 5000000000000000000, 4000000000000000000, 3500000000000000000, 3000000000000000000, 2500000000000000000]
auctionStartTime() view returns (uint256)
1669395600
baseTokenUri() view returns (string)
https://lcd.ertdfgcvb.xyz/meta1/
currentMintTokenId() view returns (uint256)
29
currentPrice() view returns (uint256)
2500000000000000000
name() view returns (string)
LCD 1
owner() view returns (address)
0xd743b27d75a6dcdb34bafc6de0acb8cecb3ac43f
publicMintAmount() view returns (uint256)
28
symbol() view returns (string)
LCD1
totalSupply() view returns (uint256)
41
Read-only
AUCTION_PRICES(uint256) 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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
drain() payable
mint() payable
renounceOwnership()
requestDevice(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string tokenUri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
PhysicalDeviceRequested(address sender, uint256 tokenId)
Sold(address indexed to, uint256 price, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _owner, string _name, string _symbol, string _tokenUri, uint256 _saleStart, uint256 _reserveStartingIndex, address _royalReceiver, uint96 _royalFeeNumerator)
This contract contains no fallback and receive objects.
EtherTransferFail(address emitter)
InvalidPrice(address emitter)
SaleNotStarted(address emitter)
SoldOut(address emitter)