Clementine's Nightmare
Verified contract
Active on
Ethereum with 8,671 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 "Clementine's Nightmare"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147012 | 8 days ago | | | 0 | 0.00041043141 | |
| 21146126 | 8 days ago | | | 0 | 0.00040525200 | |
| 21085583 | 17 days ago | | | 0 | 0.00043762813 | |
| 21058727 | 21 days ago | | | 0 | 0.00035501125 | |
| 21045815 | 22 days ago | | | 0 | 0.00030312559 | |
| 21043962 | 23 days ago | | | 0 | 0.00049287280 | |
| 20941284 | a month ago | | | 0 | 0.0010342655 | |
| 20903944 | a month ago | | | 0 | 0.00010429253 | |
| 20850280 | 2 months ago | | | 0 | 0.00037548534 | |
| 20813067 | 2 months ago | | | 0 | 0.0014823940 |
ABI
ABI objects
Getter at block 21206784
baseExtension() view returns (string)
.json
cost() view returns (uint256)
125000000000000000
hallPassCost() view returns (uint256)
0
hallPassOnly() view returns (bool)
true
hallPasses() view returns (uint256)
8055
limitPublic() view returns (bool)
false
maxMintAmount() view returns (uint256)
500
maxSupply() view returns (uint256)
10010
name() view returns (string)
Clementine's Nightmare
notRevealedUri() view returns (string)
ipfs://QmUZqBqFJfwf3ufs7H2ztSVq8qsYcG44j7XPF3oonXH6Dk/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)
10010
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)
removeHallPass(address[] addresses)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedHallPass(address[] addresses, uint8[] counts)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setHallPassCost(uint256 _newHallPassCost)
setHallPassOnly(bool _newHallPassOnly)
setLimitPublic(bool _newLimitPublic)
setMaxMintAmount(uint256 _newMaxMintAmount)
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()