Darknezz
Verified contract
Active on
Ethereum with 1,750 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.67)
Native
Value
$3.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,671.73 |
$3.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20498423 | 4 months ago | | | 0 | 0.000096804663 | |
| 20498400 | 4 months ago | | | 0 | 0.00010447159 | |
| 16410224 | 2 years ago | | | 0 | 0.00064512000 | |
| 16360609 | 2 years ago | | | 0 | 0.00058941876 | |
| 16360598 | 2 years ago | | | 0 | 0.00062931616 | |
| 15652782 | 2 years ago | | | 0 | 0.00026694428 | |
| 15505286 | 2 years ago | | | 0 | 0.00084266372 | |
| 15505285 | 2 years ago | | | 0 | 0.00080374074 | |
| 15505285 | 2 years ago | | | 0 | 0.00080227825 | |
| 15395284 | 2 years ago | | | 0 | 0.00038248662 |
ABI
ABI objects
Getter at block 21301374
MAX_PER_WALLET() view returns (uint256)
4
contractURI() pure returns (string)
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
8888
name() view returns (string)
Darknezz
owner() view returns (address)
0x68d343ed665b783d815d9b2bb3485f90217f1795
symbol() view returns (string)
DZ
totalSupply() view returns (uint256)
6248
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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)
devMint(address to, uint256 count)
mint(uint256 count) 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 url)
setMaxSupply(uint256 newMaxSupply)
start()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()