Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "NYDz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19062983 | 10 months ago | | | 0 | 0.00057609603 | |
| 18906331 | a year ago | | | 0 | 0.00096706319 | |
| 18119716 | a year ago | | | 0 | 0.00064886339 | |
| 17527940 | a year ago | | | 0 | 0.0011015995 | |
| 17515962 | a year ago | | | 0 | 0.0018597131 | |
| 16607069 | 2 years ago | | | 0 | 0.0011832986 | |
| 16436554 | 2 years ago | | | 0 | 0.0018723134 | |
| 16305391 | 2 years ago | | | 0 | 0.00082326818 | |
| 15918674 | 2 years ago | | | 0 | 0.0025719766 | |
| 15893467 | 2 years ago | | | 0 | 0.00069102294 |
ABI
ABI objects
Getter at block 21205827
maxToken() view returns (uint256)
7777
name() view returns (string)
NYDz
owner() view returns (address)
0x9a7f7df4b038c77249c29ad24465098c37ae8067
price() view returns (uint256)
1000000000000000
publicSale() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
NYDz
totalSupply() view returns (uint256)
2150
whitelistSale() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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 WhitelistMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
flipPublicSaleState()
flipWhitelistState()
mint(uint256 quantity) payable
ownerMint(address _address, uint256 quantity)
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)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _PriceInWEI)
setRoot(bytes32 _root)
setRoyaltyInfo(uint96 newRoyaltyPercentage)
setTreasuryAddress(address newAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
CannotSetZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnableDetermineTokenOwner()