Clementine's Nightmare
Verified contract
Active on
Ethereum with 24,519 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CLEM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145387 | 14 days ago | | | 0 | 0.00081057381 | |
| 21120045 | 17 days ago | | | 0 | 0.00028737344 | |
| 21106840 | 19 days ago | | | 0 | 0.00012439500 | |
| 21043485 | a month ago | | | 0 | 0.00073077426 | |
| 21017400 | a month ago | | | 0 | 0.00017979510 | |
| 21017400 | a month ago | | | 0 | 0.00031102670 | |
| 20981176 | a month ago | | | 0 | 0.00026328571 | |
| 20948564 | a month ago | | | 0 | 0.00027864480 | |
| 20948563 | a month ago | | | 0 | 0.00028979580 | |
| 20937524 | a month ago | | | 0 | 0.00049491183 |
ABI
ABI objects
Getter at block 21243105
baseExtension() view returns (string)
.json
cost() view returns (uint256)
250000000000000000
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
5000
name() view returns (string)
Clementine's Nightmare
notRevealedUri() view returns (string)
ipfs://QmSSGDYrgwXCNToGYW6eYyJ4ZQDSNuuvVmYBhL8rJDBTTY/unleash.json
owner() view returns (address)
0xc21d835cdc0fd386b95b0526a21bb80ccfa5acf9
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
CLEM
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hallPass(address) view returns (uint8)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedHallPass(address[] addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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(string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()