LighttheNight_Clue_1
Verified contract
Active on
Ethereum with 571 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($983.61)
Native
Value
$983.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.264 | $3,725.78 |
$983.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998098 | a month ago | | | 0 | 0.00021896158 | |
| 19483899 | 8 months ago | | | 0 | 0.0016799611 | |
| 18647278 | a year ago | | | 0 | 0.00047595825 | |
| 18227492 | a year ago | | | 0 | 0.00085478309 | |
| 16668424 | 2 years ago | | | 0 | 0.0010528770 | |
| 16262100 | 2 years ago | | | 0 | 0.00077480882 | |
| 16260890 | 2 years ago | | | 0 | 0.00055775193 | |
| 16252492 | 2 years ago | | | 0 | 0.00083851050 | |
| 16248612 | 2 years ago | | | 0 | 0.0011506923 | |
| 16191158 | 2 years ago | | | 0 | 0.0013986548 |
ABI
ABI objects
Getter at block 21311635
allowMint() view returns (uint256)
9999
isRevealed() view returns (bool)
true
name() view returns (string)
LighttheNight_Clue_1
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xdc6b752684883d75ccd48e1f1ae9ab43e59d8dc3
price() view returns (uint256)
88000000000000000
root() view returns (address)
0xbd9a9ad5223a6bda6ba8027a7cdd305141258418
symbol() view returns (string)
Hikari
totalSupply() view returns (uint256)
656
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidSignature(bytes32 hash, bytes signature) view returns (bool isValid)
numberMinted(address owner) view returns (uint256)
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 allowMultipleClaim(uint256 newAmount)
approve(address to, uint256 tokenId)
devMint(address[] _addr, uint256[] amount)
initialize(address root_, uint256 reserveAmount, uint256 price_, string unrevealedURI)
mint(bytes _signature) payable
mintFor(address account, bytes _signature) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFeeCollector(address _newAddr)
setOwnersExplicit(uint256 quantity)
setUnrevealURI(string unrevealedURI)
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(string name_, string symbol_, uint256 collectionSize_)
fallback()
receive()
This contract contains no error objects.