Night Vision Series
Verified contract
Active on
Ethereum with 1,304 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 "Night Vision Series"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21195085 | 14 days ago | | | 0 | 0.00079047367 | |
| 21174562 | 16 days ago | | | 0 | 0.0014137957 | |
| 21084194 | a month ago | | | 0 | 0.00054456141 | |
| 21006482 | a month ago | | | 0 | 0.00041916311 | |
| 20983124 | a month ago | | | 0 | 0.00033323884 | |
| 20949134 | 2 months ago | | | 0 | 0.00040195295 | |
| 20831194 | 2 months ago | | | 0 | 0.00079501957 | |
| 20529571 | 3 months ago | | | 0 | 0.00016963410 | |
| 20519279 | 4 months ago | | | 0 | 0.000099106981 | |
| 20519276 | 4 months ago | | | 0 | 0.00010094749 |
ABI
ABI objects
Getter at block 21292644
JF_PRICE() view returns (uint256)
500000000000000000
JF_SUPPLY() view returns (uint256)
1440
baseURI() view returns (string)
https://ipfs.io/ipfs/QmVo36Lci48wwcHPEYP4VGPHtLCvEVnp8ijH9fnMivbvES
merkleRootForDayOne() view returns (bytes32)
0x751cb4502bebf1e53f0b106b6f372f61f8738dad8ec7b0f59672c00cfa110457
merkleRootForGeneral() view returns (bytes32)
0x04ed55223d0110a3761f82091429e3eb88385defddd4e66b1aafbf179de85199
mode() view returns (uint8)
0
name() view returns (string)
Night Vision Series
owner() view returns (address)
0xbb1d0854feed38046364f74e2b519a2a3b9d78ca
revealed() view returns (bool)
true
symbol() view returns (string)
NVS
totalSupply() view returns (uint256)
1440
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setMerkleRootDayOne(bytes32 _root)
setMerkleRootGeneral(bytes32 _root)
setSaleState(uint8 _mode)
toggleReveal()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()