The Night Watch NFT
Verified contract
Active on
Ethereum with 1,232 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 "The Night Watch NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163941 | 5 days ago | | | 0 | 0.00075681533 | |
| 21114036 | 12 days ago | | | 0 | 0.00024179964 | |
| 21114034 | 12 days ago | | | 0 | 0.00024203074 | |
| 21036297 | 23 days ago | | | 0 | 0.00070015917 | |
| 21036296 | 23 days ago | | | 0 | 0.0010376796 | |
| 20841875 | 2 months ago | | | 0 | 0.00054750750 | |
| 20786600 | 2 months ago | | | 0 | 0.00085251327 | |
| 20786597 | 2 months ago | | | 0 | 0.00089543970 | |
| 20786593 | 2 months ago | | | 0 | 0.0012400893 | |
| 20786586 | 2 months ago | | | 0 | 0.00079399601 |
ABI
ABI objects
Getter at block 21203336
cost() view returns (uint256)
150000000000000000
hiddenMetadataURI() view returns (string)
ipfs://bafybeic6kir72hzcqgs6e4xfxsybinatjgfiw5vqgkztenqodjge43x4wa/
maxMintAmountPerTx() view returns (uint256)
10
maxMintAmountPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
8000
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
The Night Watch NFT
owner() view returns (address)
0xdcce8d06bc79dcc6901c1741f7bd68458f08e516
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
MR
totalSupply() view returns (uint256)
2007
uriPrefix() view returns (string)
ipfs://bafybeid4sl47zvzaletx5hxbpikbg2jece56yib43bkm2kbku3nemmklbe/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
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)
ownerTokenMapping(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
mintForMultipleAddresses(address[] _addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setMerkleRoot(bytes32 _merkleRoot)
setPauseMint(uint256 _amount)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
sethiddenMetadataURI(string _hiddenMetadataURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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 _tokenName, string _tokenSymbol, uint256 _cost, uint256 _pauseMint, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _uriPrefix, string _hiddenMetadataURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()